/* ============================================================
   iStructure — Architectural Outdoor Living
   Type: Galano Classic  |  Feel: calm, uniform weight, restraint,
   photography-forward, generous whitespace. No bold emphasis.
   ============================================================ */

@font-face {
  font-family: "Galano";
  src: url("assets/fonts/galanogrotesque-regular-webfont.woff2") format("woff2"),
       url("assets/fonts/galanogrotesque-regular-webfont.woff") format("woff"),
       url("assets/fonts/galano-grotesque-regular.otf") format("opentype");
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Galano Medium";
  src: url("assets/fonts/galanogrotesque-medium-webfont.woff2") format("woff2"),
       url("assets/fonts/galanogrotesque-medium-webfont.woff") format("woff"),
       url("assets/fonts/galano-grotesque-medium.otf") format("opentype");
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Galano Grotesque";
  src: url("assets/fonts/galano-grotesque-regular.otf") format("opentype");
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Galano Grotesque Medium";
  src: url("assets/fonts/galano-grotesque-medium.otf") format("opentype");
  font-weight: 400; font-style: normal; font-display: swap;
}

:root {
  --paper:  #FBFAF7;   /* near-white warm canvas */
  --paper2: #F2EFE9;   /* subtle section tint */
  --paper3: #E8E2D6;   /* slightly darker band (Why Renson) */
  --ink:    #1A1714;   /* near-black warm text */
  --stone:  #6A6358;   /* secondary text */
  --bronze: #9A8762;   /* sparing accent */
  --brown:  #4F4539;   /* dark brown — matches footer */
  --btn:    #4F4539;   /* dark-brown buttons — matches footer */
  --btn-dark: #3E362C; /* button hover */
  --line:   #E7E1D6;   /* hairlines */

  --font: "Galano", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --pad-edge: clamp(1.4rem, 5.5vw, 7rem);                              /* full-bleed gutter (nav) */
  --pad:  max(clamp(1.4rem, 5.5vw, 7rem), calc((100% - 1400px) / 2)); /* content gutter, caps at ~1400px */
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
body {
  font-family: var(--font);
  font-weight: 400;
  color: var(--brown);
  background: var(--paper2);
  line-height: 1.6;
  overflow-x: hidden;
  letter-spacing: -0.005em;
}
img { display: block; width: 100%; height: 100%; object-fit: cover; }

/* Uniform light weight everywhere — no bold, no emphasis mix */
h1, h2, h3 { font-weight: 400; line-height: 1.14; letter-spacing: -0.015em; }
h1 { font-size: clamp(2rem, 3.6vw, 3.1rem); }
h2 { font-size: clamp(1.55rem, 2.7vw, 2.3rem); }
h3 { font-size: clamp(1.05rem, 1.4vw, 1.25rem); letter-spacing: -0.005em; }
strong { font-weight: 400; }

a { color: inherit; text-decoration: none; }

.eyebrow {
  font-size: 0.72rem; font-weight: 400; letter-spacing: 0.22em;
  text-transform: uppercase; color: var(--bronze); margin-bottom: 1.4rem;
}

/* ---------- Buttons / links ---------- */
.btn {
  display: inline-block; font-size: 0.8rem; font-weight: 400;
  letter-spacing: 0.1em; text-transform: uppercase;
  padding: 1.05rem 2.2rem; border: 1px solid var(--ink);
  transition: all 0.45s var(--ease); cursor: pointer; border-radius: 2px;
}
.btn--solid { color: var(--paper); background: var(--btn); }
.btn--solid:hover { background: var(--bronze); border-color: var(--bronze); }
.btn--light { color: var(--brown); background: #fff; border-color: #fff; }
.btn--light:hover { background: transparent; color: #fff; }

/* ---------- Top bar (announcement + nav) ---------- */
.topbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: transparent;
  transition: transform 0.5s var(--ease), background 0.5s var(--ease), backdrop-filter 0.5s var(--ease), box-shadow 0.5s var(--ease);
}
/* dark translucent bar once scrolled away from the very top */
.topbar.is-solid {
  background: rgba(63, 51, 38, 0.30);
  box-shadow: 0 1px 0 rgba(255,255,255,0.05);
}
/* hide on scroll down, reveal on scroll up */
.topbar.is-hidden { transform: translateY(-100%); }

.announce {
  position: relative; display: flex; align-items: center; justify-content: flex-start;
  background: var(--brown); color: rgba(255,255,255,0.85);
  font-size: 0.8rem; letter-spacing: 0.01em; padding: 0.65rem var(--pad-edge);
  overflow: hidden; max-height: 64px;
  transition: max-height 0.5s var(--ease), padding 0.5s var(--ease), opacity 0.4s var(--ease);
}
.announce a { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.announce__close { position: absolute; right: var(--pad-edge); top: 50%; transform: translateY(-50%); background: none; border: none; color: rgba(255,255,255,0.6); font-size: 1.2rem; line-height: 1; cursor: pointer; transition: color 0.3s var(--ease); }
.announce__close:hover { color: #fff; }
.topbar.is-scrolled .announce { max-height: 0; padding-top: 0; padding-bottom: 0; opacity: 0; }

/* ---------- Nav ---------- */
.nav {
  position: relative;
  display: flex; align-items: center; justify-content: space-between;
  padding: 2.3rem var(--pad-edge);
  background: transparent;
  transition: background 0.5s var(--ease), box-shadow 0.5s var(--ease), padding 0.5s var(--ease);
}
.nav__logo {
  display: block; width: 173px; height: 45px;
  background-color: #ffffff;
  -webkit-mask: url("assets/logo.png") left center / contain no-repeat;
          mask: url("assets/logo.png") left center / contain no-repeat;
  transition: opacity 0.4s var(--ease);
}
.nav__right { display: flex; align-items: center; gap: clamp(1.4rem, 2.5vw, 2.6rem); }
.nav__links { display: flex; align-items: center; gap: clamp(1.3rem, 2vw, 2.2rem); }
.nav__links a { position: relative; font-family: "Galano Grotesque Medium", var(--font); font-size: 0.85rem; font-weight: 400; letter-spacing: 0.02em; color: #fff; transition: opacity 0.3s var(--ease); }
/* hover = underline grows in from the left (no color change) */
.nav__links a::after { content: ""; position: absolute; left: 0; right: 0; bottom: -5px; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: left center; transition: transform 0.3s var(--ease); }
.nav__links a:hover::after { transform: scaleX(1); }
.nav__cta {
  font-family: "Galano Grotesque Medium", var(--font); font-size: 0.78rem; font-weight: 400; letter-spacing: 0.04em;
  color: #fff; background: var(--bronze); border: 1px solid var(--bronze); padding: 0.62rem 1.5rem;
  border-radius: 10px; transition: all 0.4s var(--ease);
}
.nav__cta:hover { background: #87724F; border-color: #87724F; }
.hero__cta { display: none; }

/* ---- Mobile hamburger + slide-out menu (homepage) ---- */
.nav__toggle { display: none; flex-direction: column; justify-content: flex-end; gap: 6px; width: 34px; height: 34px; padding: 0; background: none; border: none; cursor: pointer; position: relative; z-index: 2; }
.nav__toggle span { display: block; width: 26px; height: 2px; background: #fff; border-radius: 2px; transition: transform 0.35s var(--ease), opacity 0.25s var(--ease); }
body.nav-anim .nav__toggle span:nth-child(1) { transform: translateY(7.6px) rotate(45deg); }
body.nav-anim .nav__toggle span:nth-child(2) { opacity: 0; }
body.nav-anim .nav__toggle span:nth-child(3) { transform: translateY(-7.6px) rotate(-45deg); }

.mobilenav { position: fixed; top: 0; right: 0; bottom: 0; z-index: 200; width: 100%; background: #4F4539; display: none; flex-direction: column; padding: 2.3rem var(--pad-edge) clamp(2rem, 6vh, 3rem); transform: translateX(100%); transition: transform 0.45s var(--ease); }
body.nav-open .mobilenav { display: flex; }
body.nav-anim .mobilenav { transform: translateX(0); }
.mobilenav__top { display: flex; align-items: center; justify-content: space-between; margin-bottom: clamp(2.2rem, 7vh, 3.6rem); }
.mobilenav__logo { display: block; width: 173px; height: 45px; background-color: #fff; -webkit-mask: url("assets/logo.png") left center / contain no-repeat; mask: url("assets/logo.png") left center / contain no-repeat; }
.mobilenav__close { background: none; border: none; color: #fff; font-size: 2.6rem; line-height: 1; cursor: pointer; opacity: 0.85; padding: 0; transition: opacity 0.3s var(--ease); }
.mobilenav__close:hover { opacity: 1; }
.mobilenav__links { display: flex; flex-direction: column; align-items: flex-start; gap: 1.5rem; }
.mobilenav__links a { position: relative; color: var(--paper); font-family: "Galano Medium", var(--font); font-size: 1.3rem; letter-spacing: 0.01em; }
/* underline-on-hover, same as the desktop nav */
.mobilenav__links a::after { content: ""; position: absolute; left: 0; right: 0; bottom: -5px; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: left center; transition: transform 0.3s var(--ease); }
.mobilenav__links a:hover::after { transform: scaleX(1); }
/* Models row: link to the page + separate chevron that reveals the three models */
.mobilenav__grouprow { display: flex; align-items: center; gap: 0.3rem; }
.mobilenav__expand { display: inline-flex; align-items: center; background: none; border: none; padding: 0.3rem 0.5rem; cursor: pointer; color: var(--paper); }
.mobilenav__caret { width: 15px; height: 15px; transition: transform 0.3s var(--ease); }
.mobilenav__group.is-open .mobilenav__caret { transform: rotate(180deg); }
.mobilenav__submenu { display: flex; flex-direction: column; align-items: flex-start; gap: 1.1rem; padding-left: 1.1rem; max-height: 0; overflow: hidden; transition: max-height 0.4s var(--ease), padding-top 0.4s var(--ease); }
.mobilenav__group.is-open .mobilenav__submenu { max-height: 260px; padding-top: 1.5rem; padding-bottom: 0.5rem; }
.mobilenav__submenu a { font-size: 1.08rem; opacity: 0.9; }
.mobilenav__cta { margin-top: auto; text-align: center; font-family: "Galano Medium", var(--font); font-size: 0.95rem; letter-spacing: 0.04em; color: var(--brown); background: var(--paper); border-radius: 8px; padding: 1.05rem 1.5rem; transition: background 0.3s var(--ease); }
.mobilenav__cta:hover { background: #fff; }

/* Models dropdown — ONE brown sheet lowers to cover a vertical stack under "Models" */
:root { --drop-h: 4.8rem; }   /* height the bar grows by to cover the 3 items */

.nav__item { position: relative; display: flex; align-items: center; }
.nav__trigger { display: inline-flex; align-items: center; gap: 0.34rem; }
.nav__caret { width: 11px; height: 11px; transition: transform 0.3s var(--ease); }
.nav__item:hover .nav__caret, .nav__item:focus-within .nav__caret { transform: rotate(180deg); }

/* the single transparent-brown panel; covers the bar, then grows down on hover */
.nav__sheet {
  position: absolute; top: 0; left: 0; right: 0; height: 100%;
  background: rgba(63, 51, 38, 0.30);
  opacity: 0; pointer-events: none; z-index: 0;
  transition: opacity 0.35s var(--ease), height 0.4s var(--ease);
}
.nav { z-index: 1; }   /* nav content sits above the sheet */

.nav__col {
  position: absolute; top: calc(100% + 1.5rem); left: 0;
  display: flex; flex-direction: column; gap: 0.5rem;
  opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity 0.35s var(--ease), visibility 0.35s var(--ease);
}
.nav__col a { font-family: "Galano Grotesque Medium", var(--font); font-size: 0.85rem; letter-spacing: 0.02em; color: #fff; white-space: nowrap; }
/* invisible bridge under Models so the menu stays open across the bar's lower padding */
.nav__item::after { content: ""; position: absolute; top: 100%; left: -0.7rem; width: 130px; height: 1.5rem; }

/* open: grow the sheet down + reveal the stack */
.topbar:has(.nav__item:hover) .nav__sheet { opacity: 1; height: calc(100% + var(--drop-h)); }
.nav__item:hover .nav__col,
.nav__col:hover { opacity: 1; visibility: visible; pointer-events: auto; }
/* keep the bar's existing blur on hover (no blur cross-fade = no delay); only drop its
   background color while scrolled so the single sheet is the lone brown layer */
.topbar.is-solid:has(.nav__item:hover) { background: transparent; box-shadow: none; }

/* Logo and links stay white in both transparent and dark-bar states. CTA keeps its bronze fill. */

/* ---------- Hero — full viewport, one line ---------- */
.hero { position: relative; height: 100vh; min-height: 600px; display: flex; align-items: flex-end; padding: 0 var(--pad) clamp(4rem, 10vh, 8rem); overflow: hidden; }
.hero__media { position: absolute; inset: 0; z-index: 0; background: var(--paper2); }
.hero__slide {
  position: absolute; inset: 0; background-size: cover; background-position: center;
  opacity: 0;
  transition: opacity 1s var(--ease);
}
.hero__slide.is-active { opacity: 1; }
.hero__inner { position: relative; z-index: 1; max-width: 900px; color: #fff; }
.hero h1 { font-family: "Galano Grotesque Medium", var(--font); font-size: clamp(2.1rem, 3.6vw, 3.4rem); line-height: 1.14; font-weight: 400; white-space: nowrap; text-shadow: 0 1px 14px rgba(0,0,0,0.32); }
.hero__sub { margin-top: 1.1rem; font-family: "Galano Medium", var(--font); font-size: clamp(1rem, 1.4vw, 1.3rem); font-weight: 400; line-height: 1.4; letter-spacing: -0.005em; color: rgba(255,255,255,0.95); text-shadow: 0 1px 12px rgba(0,0,0,0.3); }

/* ---------- Intro blurb (under hero) ---------- */
.intro { background: var(--paper2); padding: clamp(7rem, 17vh, 13rem) var(--pad) clamp(6rem, 14vh, 11rem); }
.intro__inner { max-width: 760px; margin: 0 auto; }
.intro__text {
  text-align: left;
  font-size: clamp(1.1rem, 1.5vw, 1.5rem); line-height: 1.6; letter-spacing: -0.005em;
  color: var(--brown); font-weight: 400;
}
.intro__text + .intro__text { margin-top: 1.2em; }
.intro__btn {
  display: block; width: fit-content; margin: 2.8rem auto 0;
  font-family: "Galano Medium", var(--font); font-size: 0.78rem; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--paper); background: var(--btn); border: none; border-radius: 8px;
  padding: 0.9rem 1.9rem; transition: background 0.3s var(--ease);
}
.intro__text strong { font-family: "Galano Medium", var(--font); font-weight: 400; }
.intro__btn:hover { background: var(--btn-dark); }

/* ---------- Full-bleed feature image ---------- */
.bleed { line-height: 0; }
.bleed__img { width: 100%; aspect-ratio: 12 / 7; max-height: 840px; background-size: cover; background-position: center; background-color: var(--paper2); }

/* ---------- Why Renson (built on the .colrow component) ---------- */
.colrow--renson .colrow__text p { max-width: 46ch; }
.colrow--renson .colrow__text p + p { margin-top: 1.1rem; }
.colrow--renson .colrow__media { background-position: left center; }
.renson__awards { display: flex; flex-wrap: wrap; align-items: center; gap: 1.8rem; margin-top: 2.4rem; background-color: var(--paper2); }
.award-logo { height: 92px; width: auto; max-width: 100%; display: block; mix-blend-mode: multiply; }

/* ---------- Video ---------- */
.video { line-height: 0; padding: clamp(1rem, 3vh, 2.5rem) var(--pad) clamp(4rem, 9vh, 7rem); }
.video__el { display: block; width: 100%; height: auto; border-radius: 8px; background: var(--paper2); }
.video--bleed { padding-left: 0; padding-right: 0; }
.video--bleed .video__el { border-radius: 0; }

.bgvideo__wrap { position: relative; }
.bgvideo__controls { position: absolute; right: clamp(0.8rem, 2.5vw, 1.5rem); bottom: clamp(0.8rem, 2.5vw, 1.5rem); display: flex; gap: 0.6rem; z-index: 2; }
.bgvideo__btn { display: flex; align-items: center; justify-content: center; width: 2.3rem; height: 2.3rem; border-radius: 50%; border: none; background: rgba(0,0,0,0.35); color: #fff; cursor: pointer; opacity: 0.85; transition: opacity 0.3s var(--ease), background 0.3s var(--ease); }
.bgvideo__btn:hover { opacity: 1; background: rgba(0,0,0,0.5); }
.bgvideo__btn svg { display: block; }

.enclose { display: grid; grid-template-columns: 0.55fr 1fr; grid-template-rows: auto auto; column-gap: clamp(4rem, 8vw, 8rem); padding: clamp(5rem, 10vh, 8rem) var(--pad) clamp(6rem, 12vh, 10rem); }
.enclose__left { grid-column: 1; grid-row: 1; align-self: center; text-align: center; }
.enclose__title { font-family: "Galano Medium", var(--font); font-weight: 400; font-size: clamp(1.8rem, 3.15vw, 2.88rem); line-height: 1.12; letter-spacing: -0.02em; color: var(--brown); }
.enclose__desc { margin-top: 1rem; color: var(--brown); font-size: clamp(1.05rem, 1.3vw, 1.25rem); line-height: 1.55; }
.enclose__slidewrap { grid-column: 2; grid-row: 1; position: relative; border-radius: 12px; overflow: hidden; aspect-ratio: 3 / 2; }
.enclose__track { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; height: 100%; -webkit-overflow-scrolling: touch; }
.enclose__track::-webkit-scrollbar { display: none; }
.enclose__slide { flex-shrink: 0; width: 100%; height: 100%; scroll-snap-align: start; background-size: cover; background-position: center; }
.enclose__overlay { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: flex-end; gap: 0.75rem; padding: clamp(1.2rem, 2vw, 1.8rem); background: linear-gradient(to top, rgba(20,18,15,0.55) 0%, transparent 45%); pointer-events: none; }
.enclose__label { font-family: "Galano Medium", var(--font); font-size: clamp(1rem, 1.2vw, 1.2rem); letter-spacing: 0.02em; color: #fff; text-shadow: 0 1px 8px rgba(0,0,0,0.3); }
.enclose__nav { grid-column: 2; grid-row: 2; display: flex; justify-content: flex-end; gap: 0.6rem; padding-top: clamp(1.2rem, 2vw, 1.8rem); }
.enclose__arrow { width: 46px; height: 46px; border-radius: 50%; border: 1.5px solid var(--stone); background: transparent; color: var(--brown); font-size: 1.2rem; line-height: 1; cursor: pointer; transition: all 0.3s var(--ease); }
.enclose__arrow:hover { background: var(--btn); border-color: var(--btn); color: var(--paper); }

/* ---------- Our Models (horizontal scroll) ---------- */
.models { background: var(--paper3); padding: clamp(4rem, 10vh, 7rem) 0; }
.models__head { display: flex; align-items: flex-end; justify-content: space-between; padding: 0 var(--pad); margin-bottom: clamp(2rem, 4vw, 3rem); }
.models__head h2 { font-family: "Galano Medium", var(--font); font-size: clamp(1.35rem, 2vw, 1.75rem); font-weight: 400; }
.models__browse { font-family: "Galano Medium", var(--font); font-size: 0.78rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--brown); transition: color 0.3s var(--ease); }
.models__browse:hover { color: var(--bronze); }
.models__track {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.2rem, 2vw, 2rem);
  padding: 0 var(--pad);
}
.model { min-width: 0; }
.model__link { display: block; }
.model__media { aspect-ratio: 3 / 2; border-radius: 8px; overflow: hidden; margin-bottom: 1.4rem; background-color: var(--paper2); background-repeat: no-repeat; background-position: center; background-size: cover; transition: transform 0.5s var(--ease); }
.model__link:hover .model__media { transform: translateY(-4px); }
.model h3 { font-family: "Galano Medium", var(--font); font-weight: 400; font-size: clamp(1.05rem, 1.35vw, 1.25rem); letter-spacing: -0.01em; color: var(--brown); margin-bottom: 0.5rem; padding-right: 10%; }
.model h3 a { color: inherit; text-decoration: none; transition: color 0.3s var(--ease); }
.model h3 a:hover { color: var(--bronze); }
.model p { color: var(--brown); font-size: clamp(0.9rem, 1vw, 1rem); line-height: 1.5; padding-right: 10%; }
.models--inline { background: transparent; padding-top: clamp(2rem, 4vh, 3.5rem); }
.models--inline .model__media { aspect-ratio: 25 / 12.1; }
.models--inline .model h3 { font-size: clamp(0.88rem, 1.1vw, 1.05rem); }
.models--inline .model p { font-size: clamp(0.78rem, 0.85vw, 0.88rem); }
.models__nav { display: none; }
.models__arrow, .projects__arrow, .accessories__arrow { width: 46px; height: 46px; border-radius: 50%; border: 1.5px solid var(--stone); background: transparent; color: var(--brown); font-size: 1.2rem; line-height: 1; cursor: pointer; transition: all 0.3s var(--ease); }
.models__arrow:hover, .projects__arrow:hover, .accessories__arrow:hover { background: var(--btn); border-color: var(--btn); color: var(--paper); }

/* ---------- Our Projects (center-focus carousel) ---------- */
.projects { background: var(--paper3); padding: clamp(4rem, 10vh, 7rem) 0; }
.projects__head { display: flex; align-items: flex-end; justify-content: space-between; padding: 0 var(--pad); margin-bottom: clamp(2rem, 4vw, 3rem); }
.projects__head h2 { font-family: "Galano Medium", var(--font); font-weight: 400; font-size: clamp(1.35rem, 2vw, 1.75rem); }
.projects__view { font-family: "Galano Medium", var(--font); font-size: 0.78rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--brown); transition: color 0.3s var(--ease); }
.projects__view:hover { color: var(--bronze); }
.projects__browse { font-family: "Galano Medium", var(--font); font-size: 0.78rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--brown); transition: color 0.3s var(--ease); }
.projects__browse:hover { color: var(--bronze); }
.projects__nav { display: flex; justify-content: flex-end; gap: 0.6rem; padding: clamp(1.6rem, 3vw, 2.4rem) var(--pad) 0; }
.projects__track { display: flex; gap: clamp(1rem, 2vw, 1.6rem); overflow-x: auto; scroll-snap-type: x mandatory; padding: 0 var(--pad); scroll-padding-inline: var(--pad); -webkit-overflow-scrolling: touch; scrollbar-width: none; }
.projects__track::-webkit-scrollbar { display: none; }
.project { flex: 0 0 clamp(280px, 72vw, 1040px); scroll-snap-align: center; position: relative; }
.project__media { position: relative; aspect-ratio: 16 / 9; border-radius: 8px; overflow: hidden; background-size: cover; background-position: center; background-color: var(--paper2); }
.project__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(20,18,15,0.5) 0%, rgba(20,18,15,0.12) 35%, transparent 62%); }
.project__cap { position: absolute; top: clamp(1.4rem, 2.5vw, 2.2rem); left: clamp(1.4rem, 2.5vw, 2.4rem); z-index: 1; }
.project__cap h3 { font-family: "Galano Medium", var(--font); font-weight: 400; font-size: clamp(1.2rem, 1.6vw, 1.6rem); color: #fff; margin-bottom: 0.4rem; }
.project__cap a { font-size: 0.9rem; letter-spacing: 0.02em; color: #fff; transition: opacity 0.3s var(--ease); }
.project__cap a:hover { opacity: 0.8; }
/* Project arrows share the .models__arrow styling (combined rule above) */

/* ---------- Split (header + description) ---------- */
.split { padding: clamp(3.5rem, 8vh, 7rem) var(--pad) clamp(1.75rem, 4vh, 3.5rem); }
.split__inner { text-align: center; }
.split__title { font-family: "Galano Medium", var(--font); font-weight: 400; font-size: clamp(1.7rem, 2.9vw, 2.5rem); line-height: 1.18; letter-spacing: -0.01em; color: var(--brown); }
.split__desc { color: var(--brown); font-size: clamp(1.15rem, 1.5vw, 1.45rem); line-height: 1.6; max-width: 52ch; margin: 1.3rem auto 0; }
.split__desc p + p { margin-top: 1.2rem; }

/* ---------- Showroom CTA ---------- */
.showroom { padding: clamp(1.5rem, 3.5vh, 3rem) var(--pad) clamp(3rem, 7vh, 6rem); }
.showroom__card { position: relative; aspect-ratio: 16 / 9; min-height: 400px; border-radius: 8px; overflow: hidden; background-size: cover; background-position: center; }
.showroom__card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(20,18,15,0.34) 0%, rgba(20,18,15,0.06) 42%, rgba(20,18,15,0) 70%); }
.showroom__overlay { position: absolute; top: 0; left: 0; z-index: 1; padding: clamp(1.8rem, 3.5vw, 3rem); color: #fff; }
.showroom__title { font-family: "Galano Medium", var(--font); font-size: clamp(1.35rem, 1.9vw, 1.7rem); line-height: 1.3; white-space: nowrap; text-shadow: 0 1px 12px rgba(0,0,0,0.35); }
.showroom__link { display: inline-block; margin-top: 0.6rem; font-family: var(--font); font-size: clamp(1.15rem, 1.55vw, 1.4rem); color: #fff; text-shadow: 0 1px 12px rgba(0,0,0,0.35); transition: opacity 0.3s var(--ease); }
.showroom__link:hover { opacity: 0.82; }

/* ---------- Work With Us CTA (clean image + blurb-style text) ---------- */
.cta { padding: 0 var(--pad) clamp(3rem, 7vh, 6rem); }
.cta__card { aspect-ratio: 16 / 9; min-height: 400px; border-radius: 8px; overflow: hidden; background-size: cover; background-position: center; background-color: var(--paper2); }
.cta__inner { max-width: 760px; margin: 0 auto; padding-top: clamp(2.5rem, 5vw, 4rem); }
.cta__title { text-align: left; font-size: clamp(1.1rem, 1.5vw, 1.5rem); line-height: 1.6; letter-spacing: -0.005em; color: var(--brown); font-weight: 400; }
.cta__btn { display: block; width: fit-content; margin: 2.8rem auto 0; font-size: 0.78rem; font-weight: 400; letter-spacing: 0.04em; color: #fff; background: var(--bronze); border: 1px solid var(--bronze); padding: 0.62rem 1.5rem; border-radius: 10px; transition: all 0.4s var(--ease); }
.cta__btn:hover { background: #87724F; border-color: #87724F; }

/* ---------- Tabbed showcase ---------- */
.showcase { padding: clamp(3rem, 8vh, 6rem) var(--pad) clamp(4rem, 9vh, 7rem); }
.showcase__tabs { display: flex; gap: 0.6rem; flex-wrap: wrap; margin-bottom: 1.6rem; }
.tab {
  font-family: var(--font); font-size: 0.82rem; font-weight: 400; letter-spacing: 0.02em;
  background: transparent; border: 1px solid var(--line); color: var(--brown);
  padding: 0.7rem 1.4rem; border-radius: 100px; cursor: pointer; transition: all 0.4s var(--ease);
}
.tab:hover { border-color: var(--brown); color: var(--brown); }
.tab.is-active { background: var(--btn); border-color: var(--btn); color: var(--paper); }
.showcase__stage { position: relative; aspect-ratio: 16 / 9; overflow: hidden; border-radius: 4px; background: var(--paper2); }
.slide { position: absolute; inset: 0; opacity: 0; transition: opacity 0.9s var(--ease); }
.slide.is-active { opacity: 1; }

/* ---------- Statement ---------- */
.statement { padding: clamp(5rem, 13vh, 10rem) var(--pad); max-width: 1180px; margin: 0 auto; }
.statement__text { font-size: clamp(1.35rem, 2.4vw, 2rem); line-height: 1.4; letter-spacing: -0.012em; font-weight: 400; color: var(--brown); }

/* ---------- Variation (alternating full-bleed) ---------- */
.variation { display: grid; grid-template-columns: 1.15fr 0.85fr; align-items: stretch; min-height: 86vh; }
.variation--reverse { grid-template-columns: 0.85fr 1.15fr; }
.variation--reverse .variation__media { order: 2; }
.variation--reverse .variation__body { order: 1; }
.variation__media { overflow: hidden; }
.variation__body { display: flex; flex-direction: column; justify-content: center; padding: clamp(3rem, 7vw, 7rem) var(--pad); }
.variation__body h2 { margin-bottom: 1.4rem; }
.variation__body p { color: var(--brown); max-width: 42ch; font-size: 1.05rem; }

/* ---------- Features ---------- */
.features { padding: clamp(5rem, 12vh, 9rem) 0; }
.section-head { padding: 0 var(--pad); margin-bottom: clamp(2.6rem, 6vw, 4.5rem); max-width: 900px; }
.section-head--center { margin-left: auto; margin-right: auto; text-align: center; }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(1.4rem, 2.5vw, 2.6rem); padding: 0 var(--pad); }
.feature__media { aspect-ratio: 3 / 4; overflow: hidden; border-radius: 4px; margin-bottom: 1.2rem; background: var(--paper2); }
.feature h3 { margin-bottom: 0.5rem; }
.feature p { color: var(--brown); font-size: 0.95rem; }

/* ---------- Process ---------- */
.process { background: var(--paper2); padding: clamp(5rem, 12vh, 9rem) 0; }
.steps { list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(1.6rem, 3vw, 3rem); padding: 0 var(--pad); }
.step { border-top: 1px solid var(--line); padding-top: 1.4rem; }
.step__num { display: block; font-size: 0.8rem; font-weight: 400; letter-spacing: 0.1em; color: var(--bronze); margin-bottom: 2.4rem; }
.step h3 { margin-bottom: 0.6rem; }
.step p { color: var(--brown); font-size: 0.95rem; }

/* ---------- Book ---------- */
.book { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(3rem, 7vw, 7rem); padding: clamp(5rem, 12vh, 9rem) var(--pad); align-items: start; max-width: 1280px; margin: 0 auto; }
.book__intro h2 { margin-bottom: 1.4rem; }
.book__intro p { color: var(--brown); max-width: 38ch; font-size: 1.05rem; }
.book__form { display: grid; grid-template-columns: 1fr 1fr; gap: 1.6rem; }
.field { display: flex; flex-direction: column; }
.field--full { grid-column: 1 / -1; }
.field label { font-size: 0.7rem; font-weight: 400; letter-spacing: 0.12em; text-transform: uppercase; color: var(--brown); margin-bottom: 0.6rem; }
.field input, .field select, .field textarea { font-family: var(--font); font-size: 1rem; color: var(--brown); background: transparent; border: none; border-bottom: 1px solid var(--line); padding: 0.6rem 0; transition: border-color 0.4s var(--ease); resize: none; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--bronze); }
.book__form .btn { grid-column: 1 / -1; justify-self: start; margin-top: 0.6rem; }

/* ---------- Footer ---------- */
.footer { background: #4F4539; color: var(--paper2); padding: clamp(2.5rem, 5vh, 4rem) var(--pad) clamp(2.75rem, 5vh, 3.75rem); }
.footer__inner { display: grid; grid-template-columns: 1fr 1.25fr; gap: clamp(2.5rem, 6vw, 6rem); }
.footer__cols { display: flex; gap: clamp(2.5rem, 7vw, 7rem); }
.footer__title { font-family: "Galano Medium", var(--font); font-size: 0.875rem; color: var(--paper2); margin-bottom: 1rem; }
.footer__col a { display: block; font-family: "Galano Medium", var(--font); font-size: 0.82rem; color: var(--paper2); margin-bottom: 0.5rem; transition: opacity 0.3s var(--ease); }
.footer__col a:hover { opacity: 1; }
/* title links (Models, Visit Our Showroom) render identically to the plain titles */
.footer__title a { display: inline; font: inherit; color: inherit; opacity: 1; margin: 0; transition: opacity 0.3s var(--ease); }
.footer__title a:hover { opacity: 0.75; }
.footer__col .footer__title { font-size: 0.82rem; margin-bottom: 0.5rem; }

.footer__right { display: flex; flex-direction: column; gap: clamp(2rem, 3.5vw, 3rem); }

.footer__detail { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; width: 100%; max-width: 460px; align-self: flex-end; }
.footer__contact { min-width: 0; }
.footer__contact p { font-family: "Galano Medium", var(--font); font-size: 0.82rem; line-height: 1.7; color: var(--paper2); overflow-wrap: break-word; }
.footer__contact a { color: inherit; }
.footer__showroom { min-width: 0; }
.footer__col { min-width: 0; }
.footer__social { display: flex; gap: 1rem; margin-top: 1.1rem; }
.footer__social a { display: inline-flex; color: var(--paper2); opacity: 0.85; transition: opacity 0.3s var(--ease); }
.footer__social a:hover { opacity: 1; }
.footer__showroom p:not(.footer__title) { font-family: "Galano Medium", var(--font); font-size: 0.82rem; line-height: 1.7; color: var(--paper2); }

.footer__logo { display: block; width: 210px; height: 55px; margin-top: clamp(2rem, 3vw, 3rem); background-color: var(--paper2); -webkit-mask: url("assets/logo.png") left center / contain no-repeat; mask: url("assets/logo.png") left center / contain no-repeat; }

.footer__legal { display: flex; flex-direction: column; gap: 0.55rem; margin-top: clamp(2rem, 4vw, 3rem); padding-top: 1.6rem; border-top: 1px solid rgba(244,241,235,0.15); }
.footer__legalrow { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 0.9rem; }
.footer__legal p { font-family: "Galano Medium", var(--font); font-size: 0.78rem; line-height: 1.35; color: rgba(244,241,235,0.6); }
.footer__legallinks { display: flex; flex-wrap: wrap; gap: 1.5rem; }
.footer__legallinks a { font-family: "Galano Medium", var(--font); font-size: 0.78rem; color: rgba(244,241,235,0.6); transition: color 0.3s var(--ease); }
.footer__legallinks a:hover { color: var(--paper2); }
.footer__recaptcha { max-width: 640px; }
.footer__recaptcha a { color: rgba(244,241,235,0.6); text-decoration: underline; text-underline-offset: 2px; transition: color 0.3s var(--ease); }
.footer__recaptcha a:hover { color: var(--paper2); }

/* Google requires either this floating badge or the disclosure text above (both);
   we show the text in the footer, so the badge itself can be hidden. */
.grecaptcha-badge { visibility: hidden; }
@media (max-width: 640px) {
  .footer__legalrow { flex-direction: column; align-items: flex-start; gap: 0.7rem; }
}

/* ---------- Legal pages (Privacy Policy / Disclaimer) ---------- */
.topbar.legal-topbar { background: rgba(63, 51, 38, 0.30); box-shadow: 0 1px 0 rgba(255,255,255,0.05); }
.legal { padding: clamp(11rem, 24vh, 16rem) var(--pad) clamp(5rem, 10vh, 7rem); }
.legal__title { font-family: "Galano Grotesque Medium", var(--font); font-weight: 400; font-size: clamp(1.9rem, 3.2vw, 2.75rem); line-height: 1.14; letter-spacing: -0.01em; color: var(--brown); text-align: left; }
.legal__meta { margin-top: 0.85rem; font-family: "Galano Medium", var(--font); font-weight: 400; font-size: 0.85rem; color: var(--stone); }
.legal__body { margin-top: clamp(2.75rem, 5.5vh, 3.75rem); max-width: 760px; }
.legal__body > p { color: var(--brown); font-size: clamp(0.98rem, 1.05vw, 1.08rem); line-height: 1.75; max-width: 62ch; margin-bottom: 1.2rem; }
.legal__body h2 { margin: 2.8rem 0 1rem; font-family: "Galano Medium", var(--font); font-weight: 400; font-size: clamp(1.15rem, 1.6vw, 1.35rem); letter-spacing: -0.005em; color: var(--brown); }
.legal__body h2:first-child { margin-top: 0; }
.legal__body h3 { margin: 1.8rem 0 0.7rem; font-family: "Galano Medium", var(--font); font-weight: 400; font-size: clamp(1rem, 1.2vw, 1.08rem); color: var(--brown); }
.legal__body h4 { margin: 1.4rem 0 0.5rem; font-family: "Galano Medium", var(--font); font-weight: 400; font-size: 0.95rem; color: var(--stone); letter-spacing: 0.01em; }
.legal__body p { color: var(--brown); font-size: clamp(0.98rem, 1.05vw, 1.08rem); line-height: 1.75; max-width: 62ch; margin-bottom: 1.1rem; }
.legal__body p:last-child { margin-bottom: 0; }
.legal__label { font-family: "Galano Medium", var(--font); font-weight: 400; font-size: 0.82rem; letter-spacing: 0.06em; text-transform: uppercase; color: var(--bronze); margin: 1.1rem 0 0.5rem; }
.legal__body ul, .legal__body ol { list-style: none; margin: 0 0 1.3rem; padding-left: 1.75rem; display: flex; flex-direction: column; gap: 0.6rem; max-width: 62ch; }
.legal__body li { position: relative; padding-left: 1.4rem; color: var(--brown); font-size: clamp(0.95rem, 1.02vw, 1.02rem); line-height: 1.6; }
.legal__body ul li::before { content: ""; position: absolute; left: 0; top: 0.6em; width: 6px; height: 6px; border-radius: 50%; background: var(--bronze); }
.legal__body ol { counter-reset: legalol; }
.legal__body ol li { counter-increment: legalol; }
.legal__body ol li::before { content: counter(legalol) "."; position: absolute; left: 0; top: 0; color: var(--bronze); font-family: "Galano Medium", var(--font); }
.legal__body a { color: var(--brown); text-decoration: underline; text-underline-offset: 3px; text-decoration-color: var(--line); transition: text-decoration-color 0.3s var(--ease); }
.legal__body a:hover { text-decoration-color: var(--bronze); }
@media (max-width: 640px) {
  .legal { padding: clamp(7rem, 20vh, 9rem) var(--pad) clamp(3.5rem, 7vh, 4.5rem); }
}

/* ---------- Column row (text + image) ---------- */
.colrow { display: grid; grid-template-columns: 1.3fr 1fr; gap: clamp(2.5rem, 6vw, 6rem); align-items: center; padding: clamp(7rem, 14vh, 11rem) var(--pad) clamp(4rem, 9vh, 7rem); }
.colrow__title { font-family: "Galano Medium", var(--font); font-weight: 400; font-size: clamp(1.35rem, 2vw, 1.75rem); letter-spacing: -0.01em; color: var(--brown); margin-bottom: 1.6rem; }
.colrow__text p { color: var(--brown); font-size: clamp(1.05rem, 1.2vw, 1.2rem); line-height: 1.65; max-width: 38ch; }
.colrow__list { list-style: none; margin-top: 1.4rem; display: flex; flex-direction: column; gap: 0.7rem; max-width: 38ch; }
.colrow__list li { position: relative; padding-left: 1.3rem; color: var(--brown); font-size: clamp(0.95rem, 1.05vw, 1.05rem); line-height: 1.5; }
.colrow__list li::before { content: ""; position: absolute; left: 0; top: 0.55em; width: 6px; height: 6px; border-radius: 50%; background: var(--bronze); }
.colrow__media { width: 100%; aspect-ratio: 4 / 5; min-height: 340px; border-radius: 8px; background-size: cover; background-position: center; background-color: var(--paper2); }
.colrow:not(.colrow--rev) { padding-bottom: clamp(7rem, 14vh, 11rem); }
.colrow--rev { grid-template-columns: 1.3fr 1fr; padding-top: clamp(4.9rem, 9.8vh, 7.7rem); padding-bottom: clamp(7rem, 14vh, 11rem); }
.colrow--rev .colrow__media { aspect-ratio: 4 / 3; }
.colrow--portrait .colrow__media { aspect-ratio: 4 / 5; }
.colrow--feature { grid-template-columns: 1.8fr 1fr; }
.colrow__link { display: inline-block; margin-top: 1.7rem; font-family: "Galano Medium", var(--font); font-size: 0.78rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--brown); transition: color 0.3s var(--ease); }
.colrow__link:hover { color: var(--bronze); }

/* ---------- Project list (image left, title + CTA right) ---------- */
.projectlist { display: flex; flex-direction: column; gap: clamp(3rem, 6vw, 5rem); padding: clamp(3rem, 6vh, 5rem) var(--pad) clamp(5rem, 10vh, 8rem); }
.projectlist__item { display: grid; grid-template-columns: 2fr 1fr; gap: clamp(2.5rem, 6vw, 6rem); align-items: center; text-decoration: none; }
.projectlist__media { aspect-ratio: 3 / 2; border-radius: 8px; overflow: hidden; background-size: cover; background-position: center; background-color: var(--paper2); transition: transform 0.5s var(--ease); }
.projectlist__media:hover { transform: translateY(-4px); }
.projectlist__title { font-family: "Galano Medium", var(--font); font-weight: 400; font-size: clamp(1.5rem, 2.6vw, 2.3rem); letter-spacing: -0.015em; color: var(--brown); margin-bottom: 1.1rem; }
.projectlist__cta { display: inline-flex; align-items: center; gap: 0.5rem; font-family: "Galano Medium", var(--font); font-size: 0.78rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--brown); transition: color 0.3s var(--ease), gap 0.3s var(--ease); }
.projectlist__cta svg { width: 16px; height: 16px; transition: transform 0.3s var(--ease); }
.projectlist__cta:hover { color: var(--bronze); gap: 0.75rem; }
@media (max-width: 880px) {
  .projectlist__item { grid-template-columns: 1fr; gap: 1.2rem; }
}

/* ---------- How it works (process accordion) ---------- */
.process { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(2.5rem, 6vw, 6rem); align-items: start; padding: clamp(6rem, 14vh, 11rem) var(--pad); background: var(--paper2); }
.process__title { font-family: "Galano Medium", var(--font); font-weight: 400; font-size: clamp(1.35rem, 2vw, 1.75rem); letter-spacing: -0.01em; color: var(--brown); margin-bottom: 1.4rem; }
.process__desc { color: var(--brown); font-size: clamp(1.05rem, 1.2vw, 1.2rem); line-height: 1.65; max-width: 34ch; }
.process__btn { display: inline-block; margin-top: 2.2rem; font-family: "Galano Medium", var(--font); font-size: 0.78rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--paper); background: var(--btn); border: none; border-radius: 8px; padding: 0.9rem 1.9rem; transition: background 0.3s var(--ease); }
.process__btn:hover { background: var(--btn-dark); }

.process__list { border-top: 1px solid var(--brown); }
.process__item { border-bottom: 1px solid var(--brown); }
.process__head { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; background: transparent; border: none; cursor: pointer; text-align: left; padding: clamp(1.4rem, 2.4vw, 1.9rem) 0; font-family: var(--font); color: var(--brown); transition: color 0.3s var(--ease); -webkit-appearance: none; appearance: none; backface-visibility: hidden; -webkit-backface-visibility: hidden; }
.process__head:hover { }
.process__label { font-family: "Galano Grotesque Medium", var(--font); font-size: clamp(1.02rem, 1.3vw, 1.2rem); letter-spacing: -0.01em; }
.process__icon { position: relative; flex: none; width: 16px; height: 16px; }
.process__icon::before, .process__icon::after { content: ""; position: absolute; top: 50%; left: 50%; width: 14px; height: 1px; background: currentColor; transform: translate(-50%, -50%); transition: transform 0.4s var(--ease), opacity 0.4s var(--ease); }
.process__icon::after { transform: translate(-50%, -50%) rotate(90deg); }
.process__item.is-open .process__icon::after { transform: translate(-50%, -50%) rotate(0deg); opacity: 0; }
.process__panel { max-height: 0; overflow: hidden; transition: max-height 0.5s var(--ease); }
.process__panel p { color: var(--brown); font-size: clamp(1rem, 1.1vw, 1.1rem); line-height: 1.65; max-width: 54ch; padding-bottom: clamp(1.4rem, 2.4vw, 1.9rem); }

/* ---------- FAQ page ---------- */
.faqcat { display: grid; grid-template-columns: 0.6fr 1.4fr; gap: clamp(2.5rem, 6vw, 6rem); align-items: start; padding: clamp(3.5rem, 7vh, 5.5rem) var(--pad); background: var(--paper2); }
.faqcat--alt { background: var(--paper3); }
.home .faqcat--alt { background: var(--paper2); }
#showroom { background: var(--paper3); }
.faqcat__left { display: flex; flex-direction: column; align-items: flex-start; gap: 1.4rem; }
.faqcat__title { font-family: "Galano Medium", var(--font); font-weight: 400; font-size: clamp(1.5rem, 2.4vw, 2rem); letter-spacing: -0.01em; color: var(--brown); }
.faqcat__viewall { margin-top: 0; }
.faq__list { border-top: 1px solid var(--brown); }
@media (max-width: 880px) {
  .faqcat { grid-template-columns: 1fr; gap: 1.4rem; }
  .faqcat__viewall { margin-top: 1.54rem; margin-bottom: 1.54rem; }
}
.faq__item { border-bottom: 1px solid var(--brown); }
.faq__head { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; background: transparent; border: none; cursor: pointer; text-align: left; padding: clamp(1.4rem, 2.4vw, 1.9rem) 0; font-family: var(--font); color: var(--brown); transition: color 0.3s var(--ease); -webkit-appearance: none; appearance: none; backface-visibility: hidden; -webkit-backface-visibility: hidden; }
.faq__head:hover { }
.faq__q { font-family: "Galano Grotesque Medium", var(--font); font-size: clamp(1.02rem, 1.3vw, 1.2rem); letter-spacing: -0.01em; }
.faq__icon { position: relative; flex: none; width: 16px; height: 16px; }
.faq__icon::before, .faq__icon::after { content: ""; position: absolute; top: 50%; left: 50%; width: 14px; height: 1px; background: currentColor; transform: translate(-50%, -50%); transition: transform 0.4s var(--ease), opacity 0.4s var(--ease); }
.faq__icon::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq__item.is-open .faq__icon::after { transform: translate(-50%, -50%) rotate(0deg); opacity: 0; }
.faq__panel { max-height: 0; overflow: hidden; transition: max-height 0.5s var(--ease); }
.faq__panel p { color: var(--brown); font-size: clamp(0.96rem, 1.05vw, 1.05rem); line-height: 1.65; max-width: 70ch; }
.faq__panel p + p { margin-top: 1rem; }
.faq__panel p:last-child { padding-bottom: clamp(1.4rem, 2.4vw, 1.9rem); }
.faq__panel a { color: var(--brown); text-decoration: underline; }

/* ---------- Get Started (multi-step form) ---------- */
.gs { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: clamp(3rem, 8vw, 8.5rem); align-items: start; padding: clamp(4rem, 9vh, 7rem) var(--pad); }
.gs__head { position: relative; }
/* title sits above the column so the description top lines up with the form's progress bar */
.gs__title { position: absolute; bottom: 100%; left: 0; margin: 0 0 1.4rem; font-family: "Galano Medium", var(--font); font-weight: 400; font-size: clamp(1.35rem, 2vw, 1.75rem); color: var(--brown); }
.gs__desc { margin-top: 0; color: var(--brown); font-size: clamp(1rem, 1.1vw, 1.1rem); line-height: 1.6; max-width: 42ch; }
.gs__contact { margin-top: 1.6rem; display: flex; flex-direction: column; gap: 1rem; }
.gs__contact p { color: var(--brown); font-size: clamp(0.95rem, 1.05vw, 1.05rem); line-height: 1.7; }
.gs__contact a { color: var(--brown); transition: opacity 0.3s var(--ease); }
.gs__contact a:hover { opacity: 0.7; }
.gs__progress { height: 5px; border-radius: 100px; background: var(--line); overflow: hidden; margin-bottom: 1rem; }
.gs__bar { display: block; height: 100%; width: 33%; background: var(--brown); border-radius: 100px; transition: width 0.45s var(--ease); }
.gs__steplabel { font-size: 0.7rem; color: var(--brown); margin-bottom: 1.8rem; }
.gs__step { display: none; }
.gs__step.is-active { display: block; }
.gs__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.6rem 2.5rem; }
.gs__field { display: flex; flex-direction: column; }
.gs__field--full { grid-column: 1 / -1; }
.gs__field label { font-size: 0.78rem; color: var(--brown); margin-bottom: 0.7rem; }
.gs__field input, .gs__field textarea { font-family: var(--font); font-size: 0.92rem; color: var(--brown); background: transparent; border: none; border-bottom: 1px solid rgba(63,51,38,0.32); padding: 0.5rem 0; transition: border-color 0.3s var(--ease); resize: none; }
.gs__field input:focus, .gs__field textarea:focus { outline: none; border-color: var(--brown); }
.gs__select { font-family: var(--font); font-size: 0.92rem; color: var(--brown); background: transparent; border: none; border-bottom: 1px solid rgba(63,51,38,0.32); padding: 0.5rem 1.6rem 0.5rem 0; cursor: pointer; appearance: none; -webkit-appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%233F3326' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 0.1rem center; background-size: 14px; transition: border-color 0.3s var(--ease); }
.gs__select:focus { outline: none; border-color: var(--brown); }
.gs__select.is-placeholder { color: var(--stone); }
.gs__error { display: none; font-size: 0.72rem; color: #b3402f; margin-top: 0.45rem; }
.gs__error.is-visible { display: block; }
.gs__radios + .gs__error { margin-top: -1.95rem; margin-bottom: 1.95rem; }
/* the Get Started form uses Galano Grotesque Medium throughout */
.gs__panel, .gs__panel label, .gs__panel input, .gs__panel select, .gs__panel textarea, .gs__panel button, .gs__panel p { font-family: "Galano Grotesque Medium", var(--font); }
.gs__grouplabel { font-size: 0.78rem; color: var(--brown); margin: 1.7rem 0 0.9rem; }
.gs__field textarea { background: var(--paper2); padding: 0.7rem 0; min-height: 120px; }
.gs__radios { display: flex; gap: 1.6rem; margin-bottom: 2.4rem; }
.gs__radio { display: flex; align-items: center; gap: 0.55rem; cursor: pointer; font-size: 0.78rem; color: var(--brown); }
.gs__radio input[type="radio"] { position: absolute; opacity: 0; width: 0; height: 0; }
.gs__radio__dot { width: 13px; height: 13px; border-radius: 50%; border: 1.5px solid var(--brown); background: transparent; flex-shrink: 0; transition: background 0.2s, border-color 0.2s; }
.gs__radio input[type="radio"]:checked + .gs__radio__dot { background: var(--brown); }
.gs__actions { display: flex; align-items: center; justify-content: space-between; margin-top: 2.6rem; }
.gs__back { font-family: var(--font); font-size: 0.85rem; color: var(--brown); background: none; border: none; cursor: pointer; transition: color 0.3s var(--ease); }
.gs__back:hover { color: var(--brown); }
.gs__next { font-family: "Galano Medium", var(--font); font-size: 0.78rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--paper); background: var(--btn); border: none; border-radius: 8px; padding: 0.9rem 1.9rem; cursor: pointer; transition: background 0.3s var(--ease); }
.gs__next:hover { background: var(--btn-dark); }
.gs__next:disabled { opacity: 0.35; cursor: not-allowed; }
.gs__next:disabled:hover { background: var(--btn); }

/* ---------- About page ---------- */
/* full-screen image hero (Get Started page) */
.pagehero { height: 100vh; min-height: 600px; background-size: cover; background-position: center; background-color: var(--paper2); }

/* Get Started form overlaid on a full-screen image */
.gs--hero { position: relative; min-height: 100vh; align-items: center; background-size: cover; background-position: center; background-color: var(--paper2); padding-top: clamp(7rem, 16vh, 11rem); padding-bottom: clamp(5rem, 11vh, 8rem); }
.gs--hero::before { content: ""; position: absolute; inset: 0; background: rgba(20,18,15,0.45); z-index: 0; }
.gs--hero > * { position: relative; z-index: 1; }
.gs--hero .gs__title { position: static; margin: 0 0 1.4rem; color: #fff; }
.gs--hero .gs__desc { color: rgba(255,255,255,0.92); }
.gs--hero .gs__contact p, .gs--hero .gs__contact a { color: #fff; }
.gs--hero .gs__panel { background: var(--paper); padding: clamp(1.8rem, 3vw, 2.8rem); border-radius: 10px; box-shadow: 0 22px 55px rgba(0,0,0,0.28); }
.gs__thanks { font-size: clamp(1rem, 1.2vw, 1.2rem); color: var(--ink); line-height: 1.6; padding: clamp(2rem, 5vh, 3.5rem) 0; text-align: center; }

.subhero { line-height: 0; }
.subhero__img { position: relative; width: 100%; height: 82vh; min-height: 500px; display: flex; align-items: flex-end; padding: 0 var(--pad) clamp(4rem, 10vh, 8rem); background-size: cover; background-position: center 60%; background-color: var(--paper2); }
/* hero caption — same font, size, placement as the homepage hero */
.subhero__caption { position: relative; z-index: 1; max-width: 900px; line-height: normal; color: #fff; }
.subhero__name { font-family: "Galano Grotesque Medium", var(--font); font-size: clamp(2.1rem, 3.6vw, 3.4rem); line-height: 1.14; font-weight: 400; text-shadow: 0 1px 14px rgba(0,0,0,0.32); }
.subhero__tag { margin-top: 1.1rem; font-family: "Galano Medium", var(--font); font-size: clamp(1rem, 1.4vw, 1.3rem); font-weight: 400; line-height: 1.4; letter-spacing: -0.005em; color: rgba(255,255,255,0.95); text-shadow: 0 1px 12px rgba(0,0,0,0.3); }
/* Amani hero — zoomed in and nudged right so the pergola sits closer to center */
.subhero__img--amani09 { background-size: 110%; background-position: 38% 60%; }
@media (max-width: 880px) { .subhero__img--amani09 { background-size: cover; } }
@media (min-width: 881px) { .subhero__img--about { background-position: center 45%; } }

.about { display: grid; grid-template-columns: 0.62fr 1.38fr; gap: clamp(1.4rem, 3vw, 3.2rem); align-items: start; padding: clamp(5rem, 11vh, 9rem) var(--pad) clamp(3.5rem, 8vh, 6rem); }
.about__title { font-family: "Galano Medium", var(--font); font-weight: 400; font-size: clamp(1.45rem, 2.2vw, 1.95rem); line-height: 1.14; letter-spacing: -0.015em; color: var(--brown); }
.about__intro p { color: var(--brown); font-size: clamp(0.95rem, 1.05vw, 1.08rem); line-height: 1.65; margin-bottom: 1.3rem; }
.about__intro p:last-child { margin-bottom: 0; }
/* centered description variant (Algarve model page) — name lives on the hero instead */
.about--centered { display: block; text-align: center; }
.about--centered .about__intro { max-width: 820px; margin: 0 auto; }

/* Model detail — brochure button + content-width video */
.model__brochure { display: inline-flex; align-items: center; gap: 0.6rem; margin-top: 2.2rem; font-family: "Galano Medium", var(--font); font-size: 0.76rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--paper); background: var(--btn); border: 1px solid var(--btn); padding: 0.85rem 1.7rem; border-radius: 10px; transition: all 0.4s var(--ease); }
.model__brochure:hover { background: var(--btn-dark); border-color: var(--btn-dark); }
.model__brochure svg { width: 15px; height: 15px; }
.modelvideo { padding: clamp(1rem, 3vh, 2.5rem) var(--pad) clamp(4rem, 9vh, 7rem); }
.modelvideo__el { display: block; width: 100%; height: auto; border-radius: 8px; background: var(--paper2); }

/* ---------- Our Accessories (portrait carousel) ---------- */
.accessories { padding: clamp(3.5rem, 8vh, 6rem) 0 clamp(4rem, 9vh, 7rem); }
.accessories__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; padding: 0 var(--pad); margin-bottom: clamp(1.8rem, 3.5vw, 2.6rem); }
.accessories__title { font-family: "Galano Medium", var(--font); font-weight: 400; font-size: clamp(1.45rem, 2.2vw, 1.95rem); letter-spacing: -0.015em; color: var(--brown); }
.accessories__desc { margin-top: 0.6rem; color: var(--brown); font-size: clamp(1rem, 1.1vw, 1.15rem); line-height: 1.6; max-width: 42ch; }
.accessories__nav { display: flex; gap: 0.6rem; flex-shrink: 0; }
.accessories__track { display: flex; gap: clamp(1rem, 2vw, 1.6rem); overflow-x: auto; overflow-y: hidden; overscroll-behavior-x: contain; padding: 0 var(--pad); -webkit-overflow-scrolling: touch; scrollbar-width: none; }
.accessories__track::-webkit-scrollbar { display: none; }
.accessory { flex: 0 0 clamp(230px, 28vw, 320px); }
.accessory__media { aspect-ratio: 4 / 5; border-radius: 8px; overflow: hidden; margin-bottom: 1.2rem; background: var(--paper3); background-size: cover; background-position: center; display: flex; align-items: center; justify-content: center; }
.accessory__media span { font-family: "Galano Medium", var(--font); font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--stone); }
.accessory__title { font-family: "Galano Medium", var(--font); font-weight: 400; font-size: clamp(0.95rem, 1.2vw, 1.13rem); letter-spacing: -0.01em; color: var(--brown); margin-bottom: 0.5rem; }
.accessory__desc { color: var(--brown); font-size: clamp(0.81rem, 0.9vw, 0.9rem); line-height: 1.5; padding-right: 14%; }
.accessories--landscape .accessory { flex: 0 0 clamp(460px, 56vw, 640px); }
.accessories--landscape .accessory__media { aspect-ratio: 3 / 2; }
.accessories--grid .accessories__nav { display: none; }
.accessories--grid .accessories__track { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(1.6rem, 3vw, 2.6rem); overflow: visible; padding: 0 var(--pad); }
.accessories--grid .accessory { flex: none; width: 100%; }
@media (max-width: 880px) {
  .accessories--grid .accessories__track { grid-template-columns: 1fr; }
}

/* ---------- Get inspired — collage gallery + lightbox ---------- */
.gallery { padding: clamp(1rem, 3vh, 2.5rem) var(--pad) clamp(5rem, 11vh, 9rem); }
.gallery__title { font-family: "Galano Medium", var(--font); font-weight: 400; font-size: clamp(1.45rem, 2.2vw, 1.95rem); letter-spacing: -0.015em; color: var(--brown); }
.gallery__desc { margin: 0.6rem 0 clamp(1.6rem, 3vw, 2.6rem); color: var(--brown); font-size: clamp(1rem, 1.1vw, 1.15rem); line-height: 1.6; max-width: 42ch; }
.gallery__grid { display: flex; align-items: flex-start; gap: clamp(0.6rem, 1.2vw, 1rem); }
.gallery__col { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: clamp(0.6rem, 1.2vw, 1rem); }
.gallery__item { display: block; width: 100%; margin: 0; padding: 0; border: none; background: var(--paper2); cursor: pointer; border-radius: 6px; overflow: hidden; line-height: 0; }
.gallery__item img { width: 100%; height: auto; display: block; transition: transform 0.6s var(--ease), opacity 0.3s var(--ease); }
.gallery__item:hover img { transform: scale(1.04); opacity: 0.9; }
.gallery__morewrap { display: flex; justify-content: center; margin-top: clamp(2rem, 4vw, 3rem); }
.gallery__more { font-family: "Galano Medium", var(--font); font-size: 0.76rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--brown); background: none; border: 1px solid var(--stone); padding: 0.9rem 2.2rem; border-radius: 2px; cursor: pointer; transition: all 0.4s var(--ease); }
.gallery__more:hover { color: var(--paper); background: var(--btn); border-color: var(--btn); }

.lightbox { position: fixed; inset: 0; z-index: 200; display: flex; align-items: center; justify-content: center; padding: clamp(1rem, 4vw, 3rem); background: rgba(20, 16, 12, 0.92); opacity: 0; visibility: hidden; transition: opacity 0.3s var(--ease), visibility 0.3s var(--ease); }
.lightbox.is-open { opacity: 1; visibility: visible; }
.lightbox__img { max-width: min(92vw, 1400px); max-height: 88vh; object-fit: contain; border-radius: 4px; box-shadow: 0 20px 60px rgba(0,0,0,0.5); }
.lightbox__close { position: absolute; top: clamp(1rem, 2.5vw, 2rem); right: clamp(1.2rem, 2.5vw, 2.2rem); background: none; border: none; color: #fff; font-size: 2.4rem; line-height: 1; cursor: pointer; opacity: 0.8; transition: opacity 0.3s var(--ease); }
.lightbox__close:hover { opacity: 1; }
.lightbox__nav { position: absolute; top: 50%; transform: translateY(-50%); background: none; border: none; color: #fff; font-size: 3.4rem; line-height: 1; cursor: pointer; opacity: 0.7; padding: 1rem; transition: opacity 0.3s var(--ease); }
.lightbox__nav:hover { opacity: 1; }
.lightbox__nav--prev { left: clamp(0.3rem, 2vw, 2rem); }
.lightbox__nav--next { right: clamp(0.3rem, 2vw, 2rem); }
@media (max-width: 880px) { .gallery__grid { columns: 2; } }
@media (max-width: 540px) { .gallery__grid { columns: 1; } }

.values { margin-top: clamp(3rem, 6vh, 5rem); }
.values__lead { color: var(--brown); font-size: clamp(1.02rem, 1.1vw, 1.15rem); line-height: 1.6; margin-bottom: clamp(2rem, 4vh, 3rem); }
.values__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2.2rem, 4vh, 3.4rem) clamp(2rem, 4vw, 4rem); }
.value__icon { display: block; color: var(--brown); margin-bottom: 1.1rem; }
.value__icon svg { display: block; width: 30px; height: 30px; }
.value__title { font-family: "Galano Medium", var(--font); font-weight: 400; font-size: 1.05rem; letter-spacing: -0.005em; color: var(--brown); margin-bottom: 0.5rem; }
.value p { color: var(--brown); font-size: clamp(0.98rem, 1.05vw, 1.08rem); line-height: 1.6; }

/* ---------- About feature image (content width, rounded) ---------- */
.about-feature { padding: clamp(2rem, 4vh, 3.5rem) var(--pad) clamp(3.5rem, 8vh, 6rem); }
.about-feature__img { position: relative; aspect-ratio: 15 / 8; border-radius: 8px; overflow: hidden; background-size: cover; background-position: center 62%; background-color: var(--paper2); display: flex; align-items: center; justify-content: center; text-align: center; padding: clamp(2rem, 6vw, 6rem); }
.about-feature__img::after { content: ""; position: absolute; inset: 0; background: rgba(20,18,15,0.15); }

/* ---------- Model showcase (full-width images, name bottom-left) ---------- */
.modelshow { display: flex; flex-direction: column; gap: clamp(1.5rem, 3vw, 2.5rem); padding: clamp(2rem, 4vh, 3.5rem) var(--pad) clamp(6rem, 14vh, 11rem); }
.modelcard { display: block; color: inherit; position: relative; }
.modelcard__media { position: relative; aspect-ratio: 3 / 2; border-radius: 8px; overflow: hidden; background-size: cover; background-position: center; background-color: var(--paper2); transition: transform 0.5s var(--ease); }
.modelcard:hover .modelcard__media { transform: translateY(-4px); }
.modelcard--wide .modelcard__media { aspect-ratio: 30 / 11; }
.modelshow__row { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.5rem, 3vw, 2.5rem); }
.modelcard__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(20,18,15,0.55) 0%, rgba(20,18,15,0.12) 28%, transparent 55%); }
.modelcard__caption { position: absolute; left: clamp(1.3rem, 2.2vw, 2rem); right: clamp(1.3rem, 2.2vw, 2rem); bottom: clamp(1.1rem, 2vw, 1.8rem); z-index: 1; display: flex; flex-direction: column; gap: 0.35rem; }
.modelcard__name { font-family: "Galano Medium", var(--font); font-weight: 400; font-size: clamp(1.3rem, 2.1vw, 1.95rem); letter-spacing: -0.01em; color: #fff; text-shadow: 0 1px 14px rgba(0,0,0,0.4); }
.modelcard__desc { font-size: clamp(0.86rem, 0.97vw, 0.99rem); color: #fff; line-height: 1.55; text-shadow: 0 1px 8px rgba(0,0,0,0.35); }

/* ---------- How it works (alternating text, center timeline) ---------- */
.howworks { padding: clamp(1rem, 3vh, 2.5rem) var(--pad) clamp(2.5rem, 6vh, 4rem); }
.howworks__head { max-width: 760px; margin: 0 0 clamp(3rem, 6vh, 5rem); }
.howworks__head .about__title { margin-bottom: 0.9rem; }
.howworks__steps { --tl: 50%; position: relative; display: flex; flex-direction: column; gap: clamp(3rem, 8vh, 6.5rem); max-width: 1040px; margin: 0 auto; }
.howstep { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2.5rem, 6vw, 6rem); align-items: start; }
/* timeline: grey track + dark progress that follows scroll, circular node per step; position driven by --tl */
.howworks__steps::before { content: ""; position: absolute; left: var(--tl); top: var(--line-top, 0px); height: var(--line-h, 100%); width: 3px; transform: translateX(-50%); background: #C9C3B7; }
.howworks__progress { position: absolute; left: var(--tl); top: var(--line-top, 0px); width: 3px; height: 0; transform: translateX(-50%); background: var(--brown); z-index: 1; }
.howstep::before { content: ""; position: absolute; left: var(--tl); top: var(--node-top, 50%); transform: translate(-50%, -50%); width: 15px; height: 15px; border-radius: 50%; background: #C9C3B7; z-index: 2; transition: background 0.3s var(--ease); }
.howstep.is-reached::before { background: var(--brown); }
/* text alternates: default = left column (right-aligned, flush to line); --rev = right column (left-aligned, flush to line) */
.howstep__body { grid-column: 1; max-width: 380px; justify-self: end; text-align: right; }
.howstep--rev .howstep__body { grid-column: 2; justify-self: start; text-align: left; }
/* end-of-line node, extends the line toward the closing image */
.howworks__end { position: relative; height: clamp(5rem, 12vh, 8rem); }
.howworks__end::before { content: ""; position: absolute; left: var(--tl); bottom: 0; transform: translate(-50%, 50%); width: 15px; height: 15px; border-radius: 50%; background: #C9C3B7; z-index: 2; transition: background 0.3s var(--ease); }
.howworks__end.is-reached::before { background: var(--brown); }
.howstep__eyebrow { display: block; font-family: "Galano Grotesque", var(--font); font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--brown); opacity: 0.55; margin-bottom: 0.8rem; }
.howstep__title { font-family: "Galano Medium", var(--font); font-weight: 400; font-size: clamp(1.15rem, 1.8vw, 1.5rem); letter-spacing: -0.01em; color: var(--brown); margin-bottom: 1rem; }
.howstep__body p { color: var(--brown); font-size: clamp(0.9rem, 1vw, 1.02rem); line-height: 1.65; max-width: 42ch; margin-bottom: 0.9rem; }
.howstep__body p:last-child { margin-bottom: 0; }

/* ---------- 3D Design slideshow callout ---------- */
/* pseudo-elements extend into the flex gap to cover the line, leaving a small visible gap (0.9rem) at each end.
   no negative margins so the flex layout stays clean and scroll position JS measurements stay accurate. */
.design3d__callout { position: relative; z-index: 3; background: var(--paper2); padding-top: 0.8rem; padding-bottom: 0.8rem; }
.design3d__callout::before,
.design3d__callout::after { content: ""; position: absolute; left: 0; right: 0; background: var(--paper2); }
.design3d__callout::before { bottom: 100%; height: 0.8rem; }
.design3d__callout::after  { top: 100%;    height: 0.8rem; }
.design3d__frame { position: relative; aspect-ratio: 16 / 9; border-radius: 12px; overflow: hidden; background: var(--paper2); }
.design3d__slide { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0; transition: opacity 0.8s ease; }
.design3d__slide.is-active { opacity: 1; }
.design3d__card { position: absolute; top: 1.5rem; left: 1.5rem; background: rgba(251,250,247,0.82); border-radius: 8px; padding: 1.4rem 1.8rem; max-width: 340px; z-index: 2; }
.design3d__card-title { font-family: "Galano Grotesque Medium", var(--font); font-weight: 400; font-size: clamp(1rem, 1.4vw, 1.25rem); color: var(--brown); margin-bottom: 0.7rem; }
.design3d__card p { font-size: clamp(0.82rem, 0.9vw, 0.92rem); color: var(--brown); line-height: 1.6; margin: 0; }
.design3d__dots { position: absolute; bottom: 1.2rem; right: 1.4rem; display: flex; gap: 0.45rem; z-index: 2; }
.design3d__dot { width: 8px; height: 8px; border-radius: 50%; border: none; background: rgba(255,255,255,0.45); cursor: pointer; padding: 0; transition: background 0.3s; }
.design3d__dot.is-active { background: #fff; }
@media (max-width: 880px) {
  .design3d__frame { aspect-ratio: auto; height: clamp(380px, 60vh, 560px); }
  .design3d__card { max-width: calc(100% - 3rem); }
}

/* ---------- How it works — closing photo + slogan ---------- */
.howclose { padding: clamp(2rem, 4vh, 3.5rem) var(--pad) clamp(6rem, 14vh, 11rem); }
.howclose__img { position: relative; aspect-ratio: 16 / 9; border-radius: 12px; overflow: hidden; background-size: cover; background-position: center; background-color: var(--paper2); display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: clamp(2rem, 6vw, 6rem); }
.howclose__img::after { content: ""; position: absolute; inset: 0; background: rgba(20,18,15,0.18); }
.howclose__title { position: relative; z-index: 1; font-family: "Galano Grotesque Medium", var(--font); font-weight: 400; font-size: clamp(1.9rem, 4.2vw, 3.5rem); line-height: 1.05; letter-spacing: -0.015em; color: #fff; text-shadow: 0 1px 18px rgba(0,0,0,0.4); }
.howclose__sub { position: relative; z-index: 1; max-width: 22ch; text-align: right; font-family: "Galano Medium", var(--font); font-weight: 400; font-size: clamp(1.05rem, 1.5vw, 1.5rem); line-height: 1.45; color: #fff; text-shadow: 0 1px 14px rgba(0,0,0,0.4); }
.howclose__cta { position: absolute; z-index: 1; left: 50%; bottom: clamp(1.8rem, 4vw, 3rem); transform: translateX(-50%); }

/* ---------- The Team ---------- */
.team { display: grid; grid-template-columns: 0.62fr 1.38fr; gap: clamp(1.4rem, 3vw, 3.2rem); align-items: start; padding: clamp(3.5rem, 8vh, 6rem) var(--pad) clamp(6rem, 14vh, 11rem); }
.team__title { font-family: "Galano Medium", var(--font); font-weight: 400; font-size: clamp(1.45rem, 2.2vw, 1.95rem); letter-spacing: -0.015em; color: var(--brown); margin-bottom: 0.8rem; }
.team__lead { color: var(--brown); font-size: clamp(0.95rem, 1.05vw, 1.08rem); line-height: 1.65; margin-bottom: clamp(2rem, 4vh, 3rem); }
.team__list { display: flex; flex-direction: column; gap: clamp(2.5rem, 5vh, 4rem); }
.member { display: grid; grid-template-columns: 0.85fr 1.6fr; gap: clamp(1.5rem, 3vw, 2.6rem); align-items: center; }
.member__photo { aspect-ratio: 4 / 5; border-radius: 8px; background-size: cover; background-position: center; background-color: var(--paper2); }
.member__name { font-family: "Galano Medium", var(--font); font-weight: 400; font-size: 1.15rem; letter-spacing: -0.01em; color: var(--brown); margin-bottom: 0.4rem; }
.member__role { font-family: "Galano Grotesque", var(--font); font-size: 0.78rem; letter-spacing: 0.06em; text-transform: uppercase; color: var(--brown); margin-bottom: 1.1rem; }
.member__bio { color: var(--brown); font-size: clamp(0.92rem, 1vw, 1rem); line-height: 1.6; }

/* ---------- Showroom intro + full-width slideshow ---------- */
.showroom-intro { padding: clamp(1rem, 3vh, 2.5rem) 0 clamp(3.5rem, 8vh, 6rem); }
.showroom-intro__head { margin-bottom: clamp(1.8rem, 3.5vh, 2.6rem); padding: 0 var(--pad); }
.showroom-intro__head .about__title { margin-bottom: 0.7rem; }
.showroom-intro__lead { color: var(--brown); font-size: clamp(1.05rem, 1.2vw, 1.2rem); line-height: 1.6; }

.shgallery__track { display: flex; gap: 1rem; overflow-x: auto; scroll-snap-type: x mandatory; padding-left: var(--pad); scroll-padding-left: var(--pad); -webkit-overflow-scrolling: touch; scrollbar-width: none; }
.shgallery__track::-webkit-scrollbar { display: none; }
.shgallery__item { flex: 0 0 calc(100% - 2 * var(--pad)); aspect-ratio: 16 / 9; border-radius: 8px; background-size: cover; background-position: center; background-color: var(--paper2); scroll-snap-align: start; }
.shgallery__nav { display: flex; justify-content: flex-end; gap: 0.6rem; margin-top: 1.2rem; padding-right: var(--pad); }
.shgallery__arrow { width: 44px; height: 44px; border-radius: 50%; border: 1.5px solid var(--stone); background: transparent; color: var(--brown); font-size: 1.2rem; line-height: 1; cursor: pointer; transition: all 0.3s var(--ease); }
.shgallery__arrow:hover { background: var(--btn); border-color: var(--btn); color: var(--paper); }

/* ---------- Visit Our Showroom (info + map) ---------- */
.visit { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; padding: clamp(3.5rem, 8vh, 6rem) var(--pad); }
.visit__info .about__title { margin-bottom: 1.4rem; }
.visit__info > p { color: var(--brown); font-size: clamp(1rem, 1.1vw, 1.15rem); line-height: 1.65; max-width: 46ch; }
.visit__details { margin: 1.8rem 0; display: flex; flex-direction: column; gap: 1.1rem; }
.visit__details p { display: flex; flex-direction: column; gap: 0.3rem; color: var(--brown); font-size: clamp(1rem, 1.1vw, 1.1rem); line-height: 1.5; }
.visit__details span { font-family: "Galano Grotesque", var(--font); font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--brown); opacity: 0.6; }
.visit__cta { display: inline-block; font-family: "Galano Medium", var(--font); font-size: 0.78rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--paper); background: var(--btn); border: none; border-radius: 8px; padding: 0.9rem 1.9rem; transition: background 0.3s var(--ease); }
.visit__cta:hover { background: var(--btn-dark); }
.visit__map { aspect-ratio: 4 / 3; border-radius: 8px; overflow: hidden; background: var(--paper2); }
.visit__map iframe { width: 100%; height: 100%; border: 0; display: block; }

/* ---------- Showroom closing CTA ---------- */
.showroom-cta { text-align: center; padding: clamp(4rem, 10vh, 7rem) var(--pad); }
.showroom-cta__title { font-family: "Galano Medium", var(--font); font-weight: 400; font-size: clamp(1.7rem, 2.8vw, 2.4rem); letter-spacing: -0.015em; color: var(--brown); margin-bottom: 1rem; }
.showroom-cta__body { color: var(--brown); font-size: clamp(1rem, 1.1vw, 1.15rem); line-height: 1.65; max-width: 48ch; margin: 0 auto 2.2rem; }
.showroom-cta__btn { display: inline-block; font-size: 0.78rem; font-weight: 400; letter-spacing: 0.04em; color: #fff; background: var(--bronze); border: 1px solid var(--bronze); border-radius: 10px; padding: 0.62rem 1.5rem; transition: all 0.4s var(--ease); }
.showroom-cta__btn:hover { background: #87724F; border-color: #87724F; }

/* ---------- Contact form (Get in Touch) ---------- */
.contact { display: flex; flex-direction: column; gap: 1.6rem; margin-top: clamp(2rem, 4.5vh, 3.5rem); }
.contact, .contact label, .contact input, .contact textarea, .contact select, .contact button { font-family: "Galano Grotesque Medium", var(--font); }
.contact__row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.4rem 2.5rem; }
.contact .req { color: var(--stone); }
.contact__submit { align-self: flex-end; margin-top: 0.6rem; font-family: "Galano Medium", var(--font); font-size: 0.78rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--paper); background: var(--btn); border: none; border-radius: 8px; padding: 0.9rem 1.9rem; cursor: pointer; transition: background 0.3s var(--ease); }
.contact__submit:hover { background: var(--btn-dark); }

/* ---------- Reveal ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity 0.95s var(--ease), transform 0.95s var(--ease); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

/* ---------- Responsive ---------- */
@media (max-width: 1000px) {
  .feature-grid { grid-template-columns: 1fr 1fr; gap: 2.4rem; }
  .steps { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 880px) {
  .nav__links { display: none; }
  .nav__toggle { display: flex; }   /* hamburger replaces the nav links + CTA */
  .nav__right { align-self: flex-end; }   /* bottom-align hamburger with the logo */
  .nav__cta { display: none; }
  .howclose__cta { display: inline-block; }   /* keep closing-photo buttons visible */
  .hero__cta { display: inline-block; margin-top: 1.6rem; text-transform: uppercase; }
  .cookiebanner__accept { display: inline-block; }   /* keep the cookie banner's Accept button visible (it reuses .nav__cta) */
  .hero { padding-bottom: clamp(1.5rem, 4vh, 2.5rem); }
  .hero h1 { font-size: clamp(1.75rem, 7.6vw, 2.3rem); }   /* shrink to fit on one line instead of wrapping */
  .split__inner { grid-template-columns: 1fr; gap: 1.4rem; }
  .gs { grid-template-columns: 1fr; gap: 2.6rem; }
  .gs__title { position: static; margin: 0 0 1.4rem; }
  .gs:not(.gs--hero) .gs__panel { background: var(--paper2); border-radius: 14px; padding: clamp(1.5rem, 5.5vw, 2.1rem); box-shadow: 0 2px 16px rgba(63,51,38,0.08); }
  .models__track { grid-template-columns: 1fr; }
  .gs__grid { grid-template-columns: 1fr; }
  .bleed__img { aspect-ratio: 4 / 3; }
  .colrow { grid-template-columns: 1fr; gap: 2rem; }
  .colrow__text { min-width: 0; }
  .colrow__media { order: -1; aspect-ratio: 4 / 3; }
  #showroom .colrow__media { order: 1; aspect-ratio: 4 / 5; }
  .colrow--renson .colrow__media { aspect-ratio: 4 / 5; }
  .colrow--portrait .colrow__media { aspect-ratio: 4 / 5; }
  .process { grid-template-columns: 1fr; gap: 2.4rem; }
  .about { grid-template-columns: 1fr; gap: 1.8rem; }
  .values__grid { grid-template-columns: 1fr; gap: 2.2rem; }
  .team { grid-template-columns: 1fr; gap: 1.8rem; }
  .member { grid-template-columns: 1fr; gap: 1.3rem; max-width: 460px; }
  .member__photo { max-width: 300px; }
  .contact__row { grid-template-columns: 1fr; }
  .visit { grid-template-columns: 1fr; gap: 2rem; padding-top: clamp(1.96rem, 4.48vh, 3.36rem); }
  .visit__map { aspect-ratio: 16 / 10; }
  .shgallery__item { flex: 0 0 92%; aspect-ratio: 10 / 7; }
  .hero__slide--amani { background-position: 74% 42%; }
  .subhero__img { height: 58vh; }
  .subhero__img--low { padding-bottom: clamp(1.5rem, 4vh, 2.5rem); }
  .subhero__img--low.subhero__img--amani09 { padding-bottom: 2rem; }
  .subhero__img--faq { background-position: 70% 60%; height: 48vh; min-height: 360px; }
  .video--bleed .video__el { aspect-ratio: 3 / 2; object-fit: cover; }
  .projects { padding-top: clamp(3.5rem, 7vh, 5.5rem); padding-bottom: clamp(4rem, 8vh, 7rem); }
  .project { flex: 0 0 clamp(300px, 84vw, 1040px); }
  /* project card: image goes more square, title/link move below instead of overlaying */
  .project__media { aspect-ratio: 4 / 3; }
  .project__media::after { content: none; }
  .project__cap { position: static; margin-top: 1rem; }
  .project__cap h3 { color: var(--brown); }
  .project__cap a { color: var(--brown); }
  .variation, .variation--reverse { grid-template-columns: 1fr; min-height: 0; }
  .variation--reverse .variation__media, .variation--reverse .variation__body { order: 0; }
  .variation__media { aspect-ratio: 4 / 3; }
  .book { grid-template-columns: 1fr; }
  .footer__inner { display: flex; flex-direction: column; gap: clamp(2.25rem, 6vw, 3rem); }
  .footer__right { display: contents; }
  .footer__detail { order: 1; align-self: stretch; max-width: none; }
  .footer__cols { order: 2; display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
  .footer__logo { margin-top: clamp(2.5rem, 8vw, 3.5rem); }
  .modelshow__row { grid-template-columns: 1fr; gap: clamp(1.5rem, 3vw, 2.5rem); }
  .modelcard--wide .modelcard__media { aspect-ratio: 16 / 9; }
  /* name/description move below the image instead of overlaying it */
  .modelcard__media::after { content: none; }
  .modelcard__caption { position: static; margin-top: 1rem; gap: 0.4rem; }
  .modelcard__name { color: var(--brown); text-shadow: none; }
  .modelcard__desc { color: var(--stone); text-shadow: none; }
  /* mobile timeline: move line to left edge */
  .howworks__steps { --tl: 1.5rem; }
  .howstep { grid-template-columns: 1fr; padding-left: 2.8rem; }
  .howstep__body { justify-self: start; text-align: left; max-width: none; }
  .howstep--rev .howstep__body { grid-column: 1; text-align: left; }
  .howclose__img { flex-direction: column; align-items: center; justify-content: center; text-align: center; aspect-ratio: auto; height: clamp(440px, 72vh, 640px); gap: 1.4rem; }
  .howclose__sub { text-align: center; max-width: 34ch; }
  /* button stays pinned bottom-center (desktop .howclose__cta rule); text is centered in the middle so they no longer overlap */
  .about-feature__img { aspect-ratio: auto; height: clamp(440px, 72vh, 640px); }
  .enclose { grid-template-columns: 1fr; column-gap: 0; padding: clamp(3rem, 6vh, 5rem) var(--pad) clamp(3rem, 6vh, 5rem); padding-top: clamp(1.6rem, 3.2vh, 2.6rem); }
  .enclose__left { grid-column: 1; grid-row: 1; margin-bottom: 1.5rem; }
  .enclose__slidewrap { grid-column: 1; grid-row: 2; aspect-ratio: 4 / 3; }
  .enclose__nav { grid-column: 1; grid-row: 3; }
  .leadin { padding-top: clamp(3.5rem, 7vh, 5rem); }
  .colrow { padding: clamp(3.5rem, 7vh, 5rem) var(--pad) clamp(3rem, 6vh, 4.5rem); }
  .colrow--rev { padding-top: clamp(3rem, 6vh, 4.5rem); padding-bottom: clamp(3rem, 6vh, 4.5rem); }
  .colrow:not(.colrow--rev) { padding-bottom: clamp(3rem, 6vh, 4.5rem); }
  .process { padding: clamp(3rem, 6vh, 5rem) var(--pad); }
}
@media (max-width: 560px) {
  .nav__cta { display: none; }
  .howclose__cta { display: inline-block; }   /* keep the closing-photo button visible (it reuses .nav__cta) */
  .hero__cta { display: inline-block; }   /* keep the hero CTA visible (it reuses .nav__cta) */
  .cookiebanner__accept { display: inline-block; }   /* keep the cookie banner's Accept button visible (it reuses .nav__cta) */
  .feature-grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .book__form { grid-template-columns: 1fr; }
  .footer__detail { grid-template-columns: 1fr 1fr; gap: 1.5rem; }
  .footer__cols { gap: 1.5rem; }
}

/* ---------- Project pages ---------- */
.pvideo { position: relative; width: 100%; height: 100vh; min-height: 500px; overflow: hidden; background: #000; }
.pvideo__video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }

.pproject__header { padding: clamp(3rem, 7vh, 5rem) var(--pad) clamp(3rem, 6vh, 5rem); }
.pproject__title { font-family: "Galano Medium", var(--font); font-weight: 400; font-size: clamp(1.8rem, 3vw, 2.8rem); letter-spacing: -0.015em; color: var(--ink); }

.pproject__photos { display: flex; flex-direction: column; gap: clamp(2rem, 4vh, 3.6rem); padding: 0 var(--pad) clamp(4rem, 9vh, 7rem); }
.pproject__photo { width: 100%; background: none; border: none; padding: 0; cursor: pointer; border-radius: 4px; overflow: hidden; display: block; }
.pproject__photo--portrait { width: 50%; align-self: flex-start; }
.pproject__photo img { width: 100%; height: auto; display: block; pointer-events: none; }
.pproject__portrait-row { display: flex; gap: clamp(2rem, 4vh, 3.6rem); align-items: flex-start; }
.pproject__portrait-row .pproject__photo { flex: 1; width: auto; }

@media (min-width: 881px) {
  .gs { padding-top: clamp(8rem, 18vh, 14rem); }
  .home .faqcat { padding: clamp(4.2rem, 8.4vh, 6.6rem) var(--pad); }
  #showroom { padding-bottom: clamp(4.9rem, 9.8vh, 7.7rem); }
}

/* ---------- Blog index ---------- */
.blogindex { padding: clamp(2rem, 4vh, 3rem) var(--pad) clamp(6rem, 12vh, 9rem); }
.blogindex__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(2.5rem, 5vw, 4rem); max-width: 900px; margin: 0 auto; }
@media (max-width: 720px) {
  .blogindex__grid { grid-template-columns: 1fr; }
}
.blogcard { text-decoration: none; display: block; }
.blogcard__media { aspect-ratio: 4 / 3; border-radius: 8px; overflow: hidden; background-size: cover; background-position: center; background-color: var(--paper2); margin-bottom: 1.2rem; transition: transform 0.5s var(--ease); }
.blogcard:hover .blogcard__media { transform: translateY(-4px); }
.blogcard__cat { display: block; font-family: "Galano Medium", var(--font); font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--bronze); margin-bottom: 0.6rem; }
.blogcard__title { font-family: "Galano Medium", var(--font); font-weight: 400; font-size: clamp(1.1rem, 1.4vw, 1.3rem); letter-spacing: -0.01em; color: var(--brown); line-height: 1.3; margin-bottom: 0.6rem; }
.blogcard__excerpt { color: var(--stone); font-size: 0.92rem; line-height: 1.6; }

/* ---------- Blog post ---------- */
.blogpost { padding: clamp(3.5rem, 7vh, 5.5rem) var(--pad) clamp(2rem, 4vh, 3rem); }
.blogpost__meta { max-width: 680px; margin: 0 auto 1.2rem; text-align: left; }
.blogpost__cat { font-family: "Galano Medium", var(--font); font-size: 0.75rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--bronze); }
.blogpost__body { max-width: 680px; margin: 0 auto; text-align: left; }
.blogpost__body p { color: var(--brown); font-size: clamp(1rem, 1.05vw, 1.08rem); line-height: 1.8; max-width: 68ch; margin-bottom: 1.4rem; }
.blogpost__body h2 { margin: 2.6rem 0 1rem; font-family: "Galano Medium", var(--font); font-weight: 400; font-size: clamp(1.25rem, 1.7vw, 1.5rem); letter-spacing: -0.01em; color: var(--brown); }
.blogpost__body figure { margin: 2.4rem 0; }
.blogpost__body img { width: 100%; height: auto; display: block; border-radius: 8px; }
.blogpost__body figcaption { margin-top: 0.7rem; font-size: 0.82rem; color: var(--stone); }
.blogpost__cta { max-width: 680px; margin: 3rem auto 0; padding-top: 2.4rem; border-top: 1px solid var(--line); text-align: left; }
.blogpost__cta p { color: var(--brown); font-size: 1.02rem; line-height: 1.65; margin-bottom: 1.4rem; max-width: 60ch; }
.blogpost__ctabtns { display: flex; flex-wrap: wrap; gap: 1rem; }
.blogpost__ctabtns .nav__cta { display: inline-block; }
.blogpost__ctabtns .nav__cta--outline { background: transparent; border-color: var(--brown); color: var(--brown); }
.blogpost__ctabtns .nav__cta--outline:hover { background: var(--brown); color: var(--paper2); border-color: var(--brown); }

.blogrelated { padding: clamp(3rem, 6vh, 5rem) var(--pad) clamp(5rem, 10vh, 8rem); border-top: 1px solid var(--line); margin-top: clamp(2rem, 4vh, 3rem); }
.blogrelated__title { font-family: "Galano Medium", var(--font); font-weight: 400; font-size: clamp(1.15rem, 1.6vw, 1.35rem); color: var(--brown); margin-bottom: 1.6rem; max-width: 680px; margin-left: auto; margin-right: auto; text-align: left; }
.blogrelated__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 2rem; max-width: 680px; margin: 0 auto; }

@media (max-width: 640px) {
  .blogpost__ctabtns { flex-direction: column; }
  .blogpost__ctabtns .nav__cta { text-align: center; }
}

/* ---------- Cookie consent banner ---------- */
.cookiebanner { position: fixed; left: 0; right: 0; bottom: 0; z-index: 300; background: var(--brown); color: var(--paper2); padding: 1.4rem var(--pad-edge); transform: translateY(110%); transition: transform 0.5s var(--ease); }
.cookiebanner.is-visible { transform: translateY(0); }
.cookiebanner__inner { max-width: 1400px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap; }
.cookiebanner__text { font-size: 0.88rem; line-height: 1.55; max-width: 62ch; color: var(--paper2); }
.cookiebanner__text a { color: var(--paper2); text-decoration: underline; text-underline-offset: 2px; }
.cookiebanner__actions { display: flex; gap: 1rem; flex-shrink: 0; }
.cookiebanner__decline { font-family: "Galano Medium", var(--font); font-size: 0.78rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--paper2); background: transparent; border: 1px solid rgba(244,241,235,0.4); border-radius: 8px; padding: 0.9rem 1.6rem; cursor: pointer; transition: border-color 0.3s var(--ease); }
.cookiebanner__decline:hover { border-color: var(--paper2); }
.cookiebanner__accept { cursor: pointer; border: none; }
@media (max-width: 640px) {
  .cookiebanner__inner { flex-direction: column; align-items: flex-start; }
  .cookiebanner__actions { width: 100%; }
  .cookiebanner__decline, .cookiebanner__accept { flex: 1; text-align: center; }
}
