.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  transition:
    background-color 0.3s ease,
    backdrop-filter 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
}

body[data-header="overlay"] .site-header {
  background: rgba(18, 16, 13, 0.25);
  backdrop-filter: blur(2px);
  border-bottom: 1px solid transparent;
}

body[data-header="solid"] .site-header,
body.scrolled .site-header {
  background: rgba(229, 215, 188, 0.78);
  backdrop-filter: blur(12px);
  box-shadow: 0 2px 14px rgba(42, 39, 34, 0.1);
  border-bottom: 1px solid rgba(205, 187, 154, 0.35);
}

.site-header-inner {
  height: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.site-logo {
  display: inline-flex;
  align-items: center;
}

.site-logo img {
  height: 78px;
  width: auto;
  transform: translateY(-5px);
  transition: filter 0.3s ease;
}

body[data-header="overlay"]:not(.scrolled) .site-logo img {
  filter: brightness(0) invert(1);
}

.nav-desktop,
.header-actions {
  display: flex;
  align-items: center;
}

.nav-desktop {
  gap: 4px;
}

.header-actions {
  gap: 14px;
}

.nav-link,
.header-phone,
.mobile-nav-link,
.footer-link,
.footer-contact-link,
.icon-link {
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease, opacity 0.2s ease;
}

.nav-link {
  padding: 8px 13px;
  border-radius: 7px;
  font-family: "Poppins", sans-serif;
  font-size: 14.5px;
  font-weight: 500;
}

.nav-link:hover,
.nav-link:focus-visible {
  background: rgba(255, 255, 255, 0.14);
}

body[data-header="overlay"]:not(.scrolled) .nav-link,
body[data-header="overlay"]:not(.scrolled) .header-phone {
  color: var(--white);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.28);
}

body[data-header="solid"] .nav-link,
body[data-header="solid"] .header-phone,
body.scrolled .nav-link,
body.scrolled .header-phone {
  color: var(--ink);
}

body[data-header="overlay"]:not(.scrolled) .nav-link[aria-current="page"] {
  color: var(--brand-soft) !important;
  background: rgba(18, 16, 13, 0.34);
  box-shadow: inset 0 0 0 1px rgba(231, 201, 166, 0.18);
}

body[data-header="solid"] .nav-link[aria-current="page"],
body.scrolled .nav-link[aria-current="page"] {
  color: #7a4e22 !important;
}

.header-phone {
  white-space: nowrap;
  font-family: "Poppins", sans-serif;
  font-size: 14.5px;
  font-weight: 600;
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 0;
  border-radius: 8px;
  border: 1px solid transparent;
  background: transparent;
  color: inherit;
  font-size: 40px;
  line-height: 0.8;
  align-items: center;
  justify-content: center;
  transform: translateY(-3px);
}

.menu-toggle.is-open {
  font-size: 20px;
  line-height: 1;
  transform: translateY(3px);
}

body[data-header="overlay"]:not(.scrolled) .menu-toggle {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.22);
  color: var(--white);
}

body[data-header="solid"] .menu-toggle,
body.scrolled .menu-toggle {
  background: rgba(42, 39, 34, 0.08);
  border-color: rgba(42, 39, 34, 0.25);
  color: var(--ink);
}

.mobile-nav {
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(18, 16, 13, 0.92);
  backdrop-filter: blur(12px);
  padding: 10px 0 18px;
}

.mobile-nav.is-open {
  display: block;
}

.mobile-nav-list {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.mobile-nav-link {
  padding: 13px 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--white);
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.mobile-nav-link[aria-current="page"] {
  color: var(--brand-soft);
}

.mobile-nav-phone {
  color: var(--brand-soft);
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding: 14px 8px;
  text-decoration: none;
}

body.menu-open {
  overflow: hidden;
}

.home-hero {
  min-height: clamp(540px, 82vh, 780px);
  display: flex;
  align-items: flex-end;
}

.home-hero .hero-overlay {
  background: linear-gradient(
    to top,
    rgba(42, 39, 34, 0.82) 0%,
    rgba(42, 39, 34, 0.28) 48%,
    rgba(42, 39, 34, 0.42) 100%
  );
}

.home-hero .hero-copy {
  padding: 0 0 clamp(44px, 8vh, 90px);
}

.home-hero .eyebrow {
  color: var(--brand-soft);
  margin-bottom: 18px;
}

.home-hero .display-title,
.home-hero .lead {
  color: var(--white);
}

.home-hero .lead {
  max-width: 54ch;
  margin-top: 22px;
  color: #ede6d8;
}

.hero-stats {
  margin-top: 22px;
}

.stats-bar {
  background: var(--ink);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: clamp(26px, 4vw, 40px) 0;
}

.stat-block {
  text-align: center;
}

.stat-value {
  font-family: "Poppins", sans-serif;
  font-size: clamp(26px, 3.4vw, 38px);
  font-weight: 700;
  line-height: 1;
  color: var(--brand-soft);
}

.stat-label {
  margin-top: 8px;
  font-size: 14px;
  color: #c7beae;
  letter-spacing: 0.02em;
}

.section-heading {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 40px;
}

.process-grid,
.card-grid,
.value-grid,
.testimonial-grid,
.three-col-grid,
.gallery-grid {
  display: grid;
  gap: 20px;
}

.process-grid {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 18px;
}

.process-card-top {
  position: relative;
  aspect-ratio: 4 / 3;
  border-radius: 12px;
  overflow: hidden;
  background: linear-gradient(135deg, #e4d7c0, #c9b79a);
  display: grid;
  place-items: center;
  margin-bottom: 16px;
}

.process-card-top::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(
    135deg,
    rgba(42, 39, 34, 0.045) 0 14px,
    transparent 14px 30px
  );
}

.process-card-count {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(42, 39, 34, 0.78);
  color: var(--white);
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.process-card-copy {
  position: relative;
  text-align: center;
  padding: 0 10px;
}

.process-card-copy strong,
.process-card-copy span {
  display: block;
}

.process-card-copy strong {
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: #a98e66;
}

.process-card-copy span {
  margin-top: 4px;
  font-size: 13px;
  color: #8e7b59;
}

.process-card-bottom {
  border-top: 3px solid var(--brand);
  padding-top: 16px;
}

.process-card-number {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #a9743f;
}

.process-card-title {
  margin-top: 8px;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.card-grid {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 22px;
}

.model-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.model-card-media {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--ink);
}

.model-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.model-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 22px 24px 26px;
}

.model-card-body h3,
.value-card h3,
.timeline-copy h3,
.contact-box h3,
.faq-group-title,
.spec-card h3,
.price-card h3 {
  margin: 0;
  font-family: "Poppins", sans-serif;
}

.model-meta {
  margin-top: 6px;
  font-size: 14.5px;
  color: var(--ink-muted);
}

.model-desc {
  margin: 14px 0 18px;
  font-size: 15.5px;
  color: var(--ink-soft);
  line-height: 1.55;
}

.model-price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
}

.model-price {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--brand);
}

.coming-soon {
  min-height: 220px;
  border: 1.5px dashed var(--line-strong);
  border-radius: 16px;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 40px 28px;
}

.coming-soon-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 18px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at top, rgba(251, 248, 242, 0.9), rgba(231, 201, 166, 0.45)),
    linear-gradient(135deg, #efe2cb, #d9c09a);
  box-shadow:
    inset 0 0 0 1px rgba(169, 116, 63, 0.16),
    0 10px 24px rgba(42, 39, 34, 0.08);
}

.coming-soon-icon svg {
  width: 34px;
  height: 34px;
}

.coming-soon strong {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #a9743f;
}

.coming-soon span {
  display: block;
  margin-top: 10px;
  max-width: 24ch;
  font-size: 15px;
  color: var(--ink-muted);
}

.value-grid {
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}

.value-card {
  padding: 28px 26px;
}

.value-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.value-icon {
  width: 52px;
  height: 52px;
  border-radius: 13px;
  background: #f1e7d6;
  display: grid;
  place-items: center;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #a9743f;
  letter-spacing: 0.08em;
}

.value-number {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #d9c7a8;
  letter-spacing: 0.05em;
}

.value-card h3 {
  margin-top: 18px;
  font-size: 19px;
  font-weight: 600;
}

.value-card p {
  margin: 8px 0 0;
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink-soft);
}

.testimonial-section {
  background: var(--surface);
}

.testimonial-grid {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.testimonial-card {
  padding: 28px 26px;
  border-color: #e4d7bc;
}

.testimonial-mark {
  font-family: "Poppins", sans-serif;
  font-size: 34px;
  line-height: 1;
  color: #c9b083;
}

.testimonial-card p {
  margin: 6px 0 18px;
  font-size: 16.5px;
  line-height: 1.65;
  color: #3a362f;
}

.testimonial-name {
  font-family: "Poppins", sans-serif;
  font-size: 14.5px;
  font-weight: 600;
  color: #a9743f;
}

.cta-section {
  background: var(--ink);
  text-align: center;
}

.cta-section .cta-title,
.cta-section .cta-copy {
  color: var(--white);
}

.cta-section .cta-copy {
  margin: 18px auto 30px;
  max-width: 46ch;
  color: #d6cfc0;
}

.page-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--ink);
}

.page-hero.page-hero--overlay {
  margin-top: calc(var(--header-height) * -1);
  padding-top: var(--header-height);
}

.page-hero .hero-overlay {
  background: linear-gradient(
    to top,
    rgba(42, 39, 34, 0.9) 0%,
    rgba(42, 39, 34, 0.5) 60%,
    rgba(42, 39, 34, 0.62) 100%
  );
}

.page-hero-copy {
  padding: clamp(122px, 13vw, 156px) 0 clamp(40px, 6vw, 64px);
}

.page-hero .eyebrow,
.page-hero .page-title,
.page-hero .page-copy {
  color: var(--white);
}

.page-hero .eyebrow {
  color: var(--brand-soft);
}

.page-hero .page-copy {
  margin-top: 18px;
  max-width: 54ch;
  color: #ede6d8;
}

.promo-band {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-radius: 16px;
  padding: clamp(28px, 4vw, 44px);
  background: var(--forest);
}

.promo-band h2,
.promo-band p {
  margin: 0;
}

.promo-band h2 {
  font-family: "Poppins", sans-serif;
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 700;
  color: var(--white);
}

.promo-band p {
  margin-top: 10px;
  font-size: 17px;
  color: #d6cfc0;
}

.two-col {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(30px, 4vw, 56px);
  align-items: start;
}

.two-col--balanced {
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.gallery-main {
  aspect-ratio: 4 / 3;
  border-radius: 16px;
  overflow: hidden;
  background: var(--ink);
}

.gallery-main img,
.gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-main img {
  transition: object-position 0.35s ease;
}

.gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 14px;
}

.gallery-thumb {
  aspect-ratio: 1;
  padding: 0;
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid transparent;
  background: var(--ink);
}

.gallery-thumb.is-active {
  border-color: var(--brand);
}

.model-detail-title {
  font-size: clamp(30px, 4.4vw, 46px);
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  letter-spacing: -0.015em;
  margin: 0;
}

.price-card,
.spec-card,
.checklist-card,
.contact-panel,
.contact-box {
  border-radius: 14px;
}

.price-card,
.checklist-card,
.contact-panel,
.contact-box,
.faq-item,
.spec-row-wrap {
  background: var(--bg-soft);
  border: 1px solid var(--line);
}

.price-card {
  padding: 22px 24px;
  margin-top: 24px;
}

.price-main {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px;
}

.price-main strong {
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: var(--brand);
}

.price-main span {
  font-size: 14px;
  color: var(--ink-muted);
}

.price-sub {
  margin-top: 6px;
  font-size: 15.5px;
  color: var(--ink-soft);
}

.price-sub strong {
  color: var(--ink);
}

.price-note {
  margin-top: 10px;
  text-align: center;
  font-size: 13px;
  color: var(--ink-muted);
}

.spec-title {
  margin-top: 30px;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.spec-row-wrap {
  margin-top: 14px;
  overflow: hidden;
}

.spec-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 13px 18px;
  border-bottom: 1px solid #efe7d8;
}

.spec-row:nth-child(odd) {
  background: var(--bg-soft);
}

.spec-row:nth-child(even) {
  background: #f6efe2;
}

.spec-row span:first-child {
  font-size: 15px;
  color: var(--ink-muted);
}

.spec-row span:last-child {
  text-align: right;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.three-col-grid {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 44px;
}

.checklist-card {
  padding: 24px;
}

.checklist-card h3 {
  margin: 0 0 14px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.checklist-card--ok h3 {
  color: var(--forest);
}

.checklist-card--no h3 {
  color: var(--brand);
}

.checklist-card--plus h3 {
  color: #a9743f;
}

.checklist-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.checklist-card li {
  padding: 7px 0;
  border-bottom: 1px solid #efe7d8;
  font-size: 15.5px;
  color: #3a362f;
}

.timeline {
  display: flex;
  flex-direction: column;
}

.timeline-row {
  display: flex;
  gap: 22px;
  padding-bottom: 30px;
}

.timeline-marker {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
}

.timeline-marker strong {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--brand);
  color: var(--white);
  font-family: "Poppins", sans-serif;
  font-size: 19px;
  font-weight: 700;
}

.timeline-marker span {
  width: 2px;
  flex: 1;
  margin-top: 6px;
  background: var(--line);
}

.timeline-copy {
  padding-top: 4px;
}

.timeline-copy h3 {
  font-size: 21px;
  font-weight: 600;
}

.timeline-copy p {
  margin: 8px 0 0;
  font-size: 16.5px;
  line-height: 1.6;
  color: var(--ink-soft);
}

.quality-note {
  margin-top: 24px;
  border-radius: 16px;
  padding: clamp(26px, 4vw, 40px);
  background: var(--forest);
}

.quality-note h2,
.quality-note p {
  margin: 0;
}

.quality-note h2 {
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: var(--white);
}

.quality-note p {
  margin-top: 12px;
  font-size: 16.5px;
  line-height: 1.65;
  color: #e3dccd;
}

.about-story {
  font-size: clamp(17px, 1.7vw, 19px);
  line-height: 1.7;
  color: var(--ink-soft);
}

.about-callout {
  margin-top: 16px;
  border: 1px dashed var(--line-strong);
  border-radius: 10px;
  padding: 14px 16px;
  background: var(--bg-soft);
  font-size: 17px;
  line-height: 1.7;
  color: var(--ink-soft);
}

.about-photo {
  aspect-ratio: 4 / 5;
  box-shadow: var(--shadow-card);
}

.about-stats {
  margin-top: 48px;
  border-radius: 16px;
  padding: clamp(28px, 4vw, 40px);
  background: var(--ink);
}

.gallery-grid {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  margin-top: 18px;
}

.gallery-grid .photo-placeholder {
  aspect-ratio: 3 / 2;
  border-radius: 12px;
}

.faq-group {
  margin-bottom: 40px;
}

.faq-group-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--forest);
  padding-bottom: 10px;
  border-bottom: 2px solid var(--line);
}

.faq-item {
  margin-top: 10px;
  overflow: hidden;
  border-radius: 10px;
}

.faq-button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border: none;
  background: none;
  padding: 16px 20px;
  text-align: left;
}

.faq-button span:first-child {
  font-family: "Poppins", sans-serif;
  font-size: 16.5px;
  font-weight: 500;
  color: var(--ink);
}

.faq-sign {
  flex-shrink: 0;
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #a9743f;
  line-height: 1;
}

.faq-panel {
  padding: 0 20px 18px;
  font-size: 16px;
  line-height: 1.65;
  color: var(--ink-soft);
}

.faq-cta {
  border-radius: 16px;
  padding: clamp(26px, 4vw, 40px);
  text-align: center;
  background: var(--forest);
}

.faq-cta p {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: clamp(18px, 2.4vw, 24px);
  font-weight: 600;
  color: var(--white);
}

.faq-cta .button-row {
  justify-content: center;
  margin-top: 20px;
}

.contact-layout {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(30px, 4vw, 56px);
  align-items: start;
}

.contact-panel {
  padding: clamp(26px, 4vw, 40px);
}

.contact-panel h1,
.contact-panel h2 {
  margin: 0;
  font-family: "Poppins", sans-serif;
}

.contact-panel p {
  margin: 10px 0 0;
  font-size: 17px;
  color: var(--ink-soft);
}

.form-grid {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.field-label {
  display: block;
  margin-bottom: 7px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.field,
.textarea,
.select {
  width: 100%;
  border-radius: 9px;
  border: 1.5px solid var(--line);
  background: #fff;
  padding: 13px 15px;
  color: var(--ink);
  font-size: 16px;
}

.field.is-invalid,
.textarea.is-invalid,
.select.is-invalid {
  border-color: var(--brand);
}

.textarea {
  resize: vertical;
  min-height: 126px;
}

.consent-row {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  cursor: pointer;
}

.consent-row input {
  width: 19px;
  height: 19px;
  margin-top: 2px;
  accent-color: var(--brand);
  flex-shrink: 0;
}

.consent-copy {
  font-size: 14.5px;
  line-height: 1.5;
  color: var(--ink-soft);
}

.consent-copy.is-invalid {
  color: var(--brand);
}

.form-helper {
  font-size: 14px;
  color: var(--ink-muted);
  text-align: center;
}

.form-helper--tiny {
  font-size: 12px;
  color: #a89a80;
}

.contact-stack {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.contact-box {
  padding: 18px 20px;
}

.contact-box h3 {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #a9743f;
}

.contact-box p,
.contact-box a {
  display: block;
  margin-top: 5px;
  font-size: 17px;
  color: var(--ink);
}

.contact-map {
  aspect-ratio: 16 / 10;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: linear-gradient(135deg, #d9dec9, #b8c4a6);
}

.contact-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.contact-success {
  display: none;
  text-align: center;
  padding: 30px 10px;
}

.contact-success.is-visible {
  display: block;
}

.success-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  margin: 0 auto;
  display: grid;
  place-items: center;
  background: var(--forest);
  color: var(--white);
  font-size: 30px;
}

.contact-success h2 {
  margin-top: 22px;
  font-size: 26px;
  font-weight: 700;
}

.contact-success p {
  margin-top: 12px;
  line-height: 1.6;
}

.site-footer {
  background: var(--ink);
  color: #c7beae;
}

.site-footer-inner {
  padding: clamp(44px, 6vw, 68px) 0 28px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 36px;
}

.footer-brand img {
  height: 156px;
  width: auto;
  margin-left: -6px;
  filter: brightness(0) invert(1);
}

.footer-brand p {
  margin: 12px 0 0;
  max-width: 34ch;
  font-size: 15.5px;
  line-height: 1.6;
  color: #b3aa9a;
}

.footer-heading {
  margin: 0 0 14px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--brand-soft);
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-link,
.footer-contact-link {
  color: #c7beae;
  font-size: 15.5px;
}

.footer-link:hover,
.footer-contact-link:hover,
.footer-link:focus-visible,
.footer-contact-link:focus-visible {
  color: var(--white);
}

.social-links {
  display: flex;
  gap: 10px;
  margin-top: 18px;
}

.icon-link {
  width: 38px;
  height: 38px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  background: rgba(251, 248, 242, 0.08);
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  color: #c7beae;
}

.icon-link:hover,
.icon-link:focus-visible {
  background: rgba(251, 248, 242, 0.16);
  color: var(--white);
}

.footer-bottom {
  margin-top: 36px;
  padding-top: 22px;
  border-top: 1px solid rgba(251, 248, 242, 0.12);
}

.footer-bottom p {
  margin: 0;
  font-size: 13.5px;
  color: var(--ink-muted);
}

.mobile-cta {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 55;
  gap: 10px;
  padding: 10px 14px;
  background: rgba(251, 248, 242, 0.96);
  backdrop-filter: blur(10px);
  border-top: 1px solid var(--line);
  box-shadow: 0 -6px 20px rgba(42, 39, 34, 0.1);
}

.mobile-cta .button,
.mobile-cta a {
  min-height: 48px;
}

.mobile-cta .button {
  flex: 1;
  padding: 13px;
  font-size: 15px;
}

.mobile-cta .button--brand {
  background: var(--brand);
  color: var(--white);
  box-shadow: 0 8px 22px rgba(181, 96, 47, 0.3);
}

.mobile-cta .button--brand:hover,
.mobile-cta .button--brand:focus-visible {
  background: var(--brand-dark);
}

.mobile-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 20px;
  border-radius: 9px;
  background: var(--ink);
  color: var(--white);
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

.cookie-consent {
  position: fixed;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 70;
}

.cookie-consent-card {
  width: min(420px, 100%);
  margin-left: auto;
  padding: 18px 18px 16px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(251, 248, 242, 0.98);
  backdrop-filter: blur(12px);
  box-shadow: 0 18px 42px rgba(42, 39, 34, 0.16);
}

.cookie-consent-title {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: var(--ink);
}

.cookie-consent-copy {
  margin: 10px 0 0;
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--ink-soft);
}

.cookie-consent-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 16px;
}

.cookie-consent-button {
  min-height: 44px;
  padding: 12px 22px;
  font-size: 15px;
}

@media (max-width: 880px) {
  .hero-actions {
    display: none;
  }

  .nav-desktop,
  .header-phone,
  .header-cta {
    display: none;
  }

  .menu-toggle {
    display: inline-grid;
    place-items: center;
  }

  body.menu-open .site-header {
    background: rgba(18, 16, 13, 0.96) !important;
    backdrop-filter: blur(12px);
    box-shadow: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  body.menu-open .site-logo img {
    filter: brightness(0) invert(1);
  }

  body.menu-open .menu-toggle {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.22);
    color: var(--white);
  }

  .mobile-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    bottom: auto;
    height: calc(100dvh - var(--header-height) - 68px);
    z-index: 49;
    padding: 0;
    background: rgba(18, 16, 13, 0.97);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .mobile-nav .container {
    height: 100%;
  }

  .mobile-nav-list {
    height: 100%;
    overflow: auto;
    padding: 8px 0 18px;
  }

  .stats-grid,
  .three-col-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .two-col,
  .two-col--balanced,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .mobile-cta {
    display: flex;
  }

  body.menu-open .mobile-cta {
    background: rgba(18, 16, 13, 0.98);
    border-top-color: rgba(255, 255, 255, 0.12);
    box-shadow: none;
  }

  body.menu-open .mobile-cta a:last-child {
    background: rgba(251, 248, 242, 0.12);
    border: 1px solid rgba(251, 248, 242, 0.14);
  }

  .cookie-consent {
    left: 14px;
    right: 14px;
    bottom: 78px;
  }

  .cookie-consent-card {
    width: 100%;
  }

  body.menu-open .cookie-consent {
    display: none;
  }
}

@media (max-width: 640px) {
  .stats-grid,
  .three-col-grid,
  .gallery-thumbs {
    grid-template-columns: 1fr 1fr;
  }

  .timeline-row {
    gap: 16px;
  }

  .model-price-row,
  .price-main,
  .section-heading,
  .promo-band {
    align-items: flex-start;
  }
}
