/* ==========================================================
   Carter Maison — one-pager
   Colours are taken from the house: terracotta roof, sage garden, cream walls
   ========================================================== */
:root {
  --cream: #f6f1e8;
  --paper: #fbf8f2;
  --ink: #1f2a22;
  --ink-soft: #55605a;
  --terra: #c4623f;
  --terra-dark: #a44d2e;
  --sage: #7d9270;
  --sage-deep: #2f3e31;
  --line: rgba(31, 42, 34, .12);
  --radius: 28px;
  --serif: "Fraunces", Georgia, serif;
  --sans: "Inter", system-ui, -apple-system, sans-serif;
  --wrap: 1240px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--sans);
  color: var(--ink);
  background: var(--sage-deep);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
h1, h2, h3 { font-family: var(--serif); font-weight: 300; line-height: 1.08; margin: 0; letter-spacing: -.01em; }
em { font-style: italic; color: var(--terra); }
.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 clamp(20px, 5vw, 56px); }

.eyebrow {
  display: inline-flex; align-items: center; gap: 12px;
  font-size: .78rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase;
  color: var(--terra); margin: 0 0 22px;
}
.eyebrow::before { content: ""; width: 28px; height: 1px; background: currentColor; }
.eyebrow--light { color: #f3c9b6; }
.section-title { font-size: clamp(2.3rem, 5.4vw, 4.6rem); margin-bottom: 28px; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 16px 30px; border-radius: 999px; border: 0;
  background: var(--terra); color: #fff; text-decoration: none;
  font: 600 .95rem var(--sans); cursor: pointer;
  transition: transform .3s, background .3s, box-shadow .3s;
}
.btn:hover { background: var(--terra-dark); transform: translateY(-2px); box-shadow: 0 12px 30px -10px rgba(196, 98, 63, .7); }
.btn--ghost { background: rgba(255,255,255,.12); backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,.4); }
.btn--ghost:hover { background: rgba(255,255,255,.25); box-shadow: none; }
.btn--small { padding: 10px 20px; font-size: .85rem; }

/* ---------- nav ---------- */
.nav {
  position: fixed; inset: 0 0 auto 0; z-index: 50;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  padding: 20px clamp(20px, 4vw, 48px);
  color: #fff; transition: background .4s, padding .4s, color .4s, box-shadow .4s;
}
.nav.is-solid {
  background: rgba(251, 248, 242, .88); backdrop-filter: blur(14px);
  color: var(--ink); padding-top: 12px; padding-bottom: 12px;
  box-shadow: 0 1px 0 var(--line);
}
.nav__logo { font-family: var(--serif); font-size: 1.45rem; text-decoration: none; letter-spacing: -.01em; }
.nav__logo em { color: inherit; }
.nav.is-solid .nav__logo em { color: var(--terra); }
.nav__links { display: flex; gap: 30px; }
.nav__links a { text-decoration: none; font-size: .9rem; font-weight: 500; opacity: .85; position: relative; }
.nav__links a::after { content: ""; position: absolute; left: 0; bottom: -4px; width: 100%; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .35s; }
.nav__links a:hover::after { transform: scaleX(1); transform-origin: left; }
@media (max-width: 860px) { .nav__links { display: none; } }

/* ---------- hero (sticky — next layer slides over) ---------- */
.hero {
  position: sticky; top: 0; height: 100vh; height: 100svh; min-height: 560px;
  overflow: hidden; color: #fff; z-index: 0;
  display: flex; flex-direction: column; justify-content: flex-end;
}
.hero__media { position: absolute; inset: 0; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.02); will-change: transform; }
.hero__shade {
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(15,22,17,.55) 0%, rgba(15,22,17,.25) 45%, rgba(15,22,17,0) 70%),
    linear-gradient(180deg, rgba(0,0,0,.35) 0%, rgba(0,0,0,0) 30%, rgba(0,0,0,.15) 55%, rgba(15,22,17,.8) 100%);
}
.hero__content { position: relative; padding: 96px clamp(20px, 5vw, 72px) clamp(56px, 11vh, 130px); max-width: 980px; will-change: transform, opacity; }
.tag {
  display: inline-block; padding: 8px 16px; border-radius: 999px; margin-bottom: 26px;
  background: rgba(255,255,255,.14); backdrop-filter: blur(8px); border: 1px solid rgba(255,255,255,.3);
  font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; font-weight: 500;
}
.hero h1 { font-size: clamp(2.8rem, min(10vw, 13vh), 8.6rem); line-height: .95; }
.hero h1 em { color: #f3c9b6; }
.hero p { font-size: clamp(1.05rem, 1.6vw, 1.3rem); max-width: 540px; margin: clamp(14px, 3vh, 26px) 0 clamp(18px, 4vh, 34px); opacity: .92; }
.tag { margin-bottom: clamp(14px, 3vh, 26px) !important; }
@media (max-width: 700px) { .hero__content { padding-bottom: 20px; } }
.hero__cta { display: flex; flex-wrap: wrap; gap: 14px; }
.hero__price {
  position: absolute; right: calc(clamp(20px, 5vw, 72px) + 54px); bottom: 44px; z-index: 2;
  display: grid; gap: 2px; padding: 16px 22px; max-width: 300px; text-decoration: none; color: #fff;
  background: rgba(15,22,17,.45); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,.25); border-radius: 18px;
  opacity: 0; animation: rise 1.1s .6s cubic-bezier(.2,.7,.2,1) forwards; transition: background .3s;
}
.hero__price:hover { background: rgba(15,22,17,.6); }
.hero__price-label { font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; opacity: .75; }
.hero__price strong { font-family: var(--serif); font-weight: 500; font-size: 1.9rem; line-height: 1.1; }
.hero__price-note { font-size: .78rem; line-height: 1.45; opacity: .85; }
@media (max-width: 700px) {
  .hero__price { position: relative; right: auto; bottom: auto; margin: 0 20px 26px; max-width: none; padding: 12px 16px; grid-template-columns: auto 1fr; column-gap: 14px; align-items: center; }
  .hero__price-label { grid-column: 1 / -1; }
  .hero__price strong { font-size: 1.5rem; }
  .hero__price-note { font-size: .72rem; }
}
.hero__scroll { position: absolute; right: clamp(20px, 5vw, 72px); bottom: 48px; width: 30px; height: 50px; border: 1.5px solid rgba(255,255,255,.6); border-radius: 20px; }
.hero__scroll span { position: absolute; left: 50%; top: 10px; width: 4px; height: 8px; margin-left: -2px; border-radius: 2px; background: #fff; animation: scrolldot 1.8s infinite; }
@keyframes scrolldot { 0% { opacity: 0; transform: translateY(0); } 40% { opacity: 1; } 100% { opacity: 0; transform: translateY(16px); } }
@media (max-width: 600px) { .hero__scroll { display: none; } }

/* hero load animation */
.hero__content > * { opacity: 0; transform: translateY(30px); animation: rise 1.1s cubic-bezier(.2,.7,.2,1) forwards; }
.hero__content > *:nth-child(2) { animation-delay: .15s; }
.hero__content > *:nth-child(3) { animation-delay: .3s; }
.hero__content > *:nth-child(4) { animation-delay: .45s; }
@keyframes rise { to { opacity: 1; transform: none; } }

/* ---------- layers ---------- */
.layer { position: relative; z-index: 2; }

/* ---------- intro ---------- */
.intro {
  background: var(--paper);
  border-radius: var(--radius) var(--radius) 0 0;
  padding: clamp(80px, 12vw, 160px) 0 clamp(70px, 9vw, 120px);
  box-shadow: 0 -30px 60px -20px rgba(0,0,0,.35);
}
.intro__lead { font-size: clamp(1.7rem, 3.6vw, 3.2rem); max-width: 1050px; line-height: 1.2; }
.facts {
  list-style: none; margin: clamp(60px, 8vw, 100px) 0 0; padding: 0;
  display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--line);
}
.fact { padding: 34px 20px 10px 0; border-right: 1px solid var(--line); }
.fact:not(:first-child) { padding-left: 26px; }
.fact:last-child { border-right: 0; }
.fact__num { display: block; font-family: var(--serif); font-size: clamp(2.4rem, 4.6vw, 4rem); line-height: 1; color: var(--ink); }
.fact__num small { font-size: .45em; margin-left: 4px; color: var(--terra); }
.fact__label { display: block; margin-top: 12px; font-size: .82rem; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-soft); }
@media (max-width: 900px) {
  .facts { grid-template-columns: repeat(2, 1fr); }
  .fact, .fact:not(:first-child) { padding: 26px 16px 26px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .fact:nth-child(even) { padding-left: 16px; border-left: 1px solid var(--line); }
}

/* ---------- marquee ---------- */
.marquee { background: var(--terra); color: #fff; overflow: hidden; padding: 22px 0; }
.marquee__track { display: flex; gap: 40px; width: max-content; animation: marquee 32s linear infinite; font-family: var(--serif); font-size: clamp(1.5rem, 3vw, 2.4rem); font-style: italic; white-space: nowrap; align-items: center; }
.marquee__track i { font-style: normal; font-size: .6em; opacity: .7; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------- stacking cards ---------- */
.stack { background: var(--cream); padding: clamp(80px, 10vw, 140px) 0 clamp(40px, 6vw, 80px); }
.stack__cards { max-width: var(--wrap); margin: 0 auto; padding: 0 clamp(16px, 4vw, 56px); }
.card {
  position: sticky; top: calc(96px + var(--i) * 22px);
  display: grid; grid-template-columns: 1.25fr 1fr;
  min-height: min(76vh, 680px); margin-bottom: 8vh;
  background: var(--paper); border-radius: var(--radius); overflow: hidden;
  box-shadow: 0 30px 80px -30px rgba(31,42,34,.35);
  transform-origin: center top; will-change: transform;
}
.card:last-child { margin-bottom: 0; }
.card__img { position: relative; overflow: hidden; }
.card__img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s cubic-bezier(.2,.7,.2,1); }
.card:hover .card__img img { transform: scale(1.04); }
.card__body { padding: clamp(32px, 4.5vw, 64px); display: flex; flex-direction: column; justify-content: center; }
.card__no { font-family: var(--serif); font-size: 1rem; color: var(--terra); margin-bottom: 18px; }
.card h3 { font-size: clamp(2rem, 3.6vw, 3.2rem); margin-bottom: 20px; }
.card p { color: var(--ink-soft); font-size: 1.05rem; margin: 0 0 26px; }
.chips { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; }
.chips li { padding: 7px 14px; border-radius: 999px; border: 1px solid var(--line); font-size: .82rem; }
.card--dark { background: var(--sage-deep); color: #fff; }
.card--dark p { color: rgba(255,255,255,.75); }
.card--dark .chips li { border-color: rgba(255,255,255,.25); }
.card--dark em, .card--dark .card__no { color: #f3c9b6; }
.card--sage { background: #dfe5d6; }
.card--terra { background: var(--terra); color: #fff; }
.card--terra p { color: rgba(255,255,255,.85); }
.card--terra .card__no { color: #fff; opacity: .8; }
.card--terra .chips li { border-color: rgba(255,255,255,.4); }
@media (max-width: 860px) {
  .card { grid-template-columns: 1fr; grid-template-rows: 42vh auto; min-height: 0; top: calc(76px + var(--i) * 14px); }
}

/* ---------- split ---------- */
.split { background: var(--cream); padding: clamp(60px, 9vw, 130px) 0; }
.split__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 7vw, 110px); align-items: center; }
.split__img { border-radius: var(--radius); overflow: hidden; aspect-ratio: 4/5; position: relative; }
.split__img img { position: absolute; inset: -10% 0; width: 100%; height: 120%; object-fit: cover; }
.split__imgs { position: relative; padding-bottom: 50px; }
.split__img--small { position: absolute; left: -28px; bottom: 0; width: 44%; aspect-ratio: 3/4; border: 6px solid var(--cream); box-shadow: 0 30px 60px -25px rgba(31,42,34,.5); }
.split__img--small img { inset: 0; height: 100%; }
.split__text > p { color: var(--ink-soft); font-size: 1.1rem; }
.specs { margin: 34px 0 0; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.specs div { padding: 16px 0; border-bottom: 1px solid var(--line); }
.specs dt { font-size: .75rem; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-soft); }
.specs dd { margin: 4px 0 0; font-family: var(--serif); font-size: 1.3rem; }
@media (max-width: 860px) { .split__grid { grid-template-columns: 1fr; } .split__img { aspect-ratio: 4/4.4; } .split__img--small { left: -6px; width: 40%; aspect-ratio: 3/4; } }

/* ---------- comfort ---------- */
.comfort { background: var(--sage-deep); color: #fff; padding: clamp(90px, 11vw, 150px) 0; }
.comfort em { color: #f3c9b6; }
.comfort__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; grid-template-rows: auto auto; gap: 18px; margin-top: 30px; }
.tile { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); border-radius: 22px; padding: 34px; transition: background .4s, transform .4s; }
.tile:hover { background: rgba(255,255,255,.1); transform: translateY(-4px); }
.tile--big { grid-row: span 2; position: relative; overflow: hidden; isolation: isolate; background: #8f3f24; border: 0; display: flex; flex-direction: column; justify-content: flex-end; min-height: 460px; }
.tile__bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; transition: transform 1.2s cubic-bezier(.2,.7,.2,1); }
.tile--big::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(20,14,10,.1) 0%, rgba(90,38,20,.2) 45%, rgba(60,24,12,.9) 100%); }
.tile--big:hover .tile__bg { transform: scale(1.05); }
.tile--big:hover { background: #8f3f24; }
.tile--big h3 { font-size: clamp(1.8rem, 3vw, 2.6rem); }
.tile__icon { width: 54px; height: 54px; color: #f3c9b6; margin-bottom: auto; padding-bottom: 28px; }
.tile--big .tile__icon { width: 72px; height: 72px; color: #fff; }
.tile h3 { font-size: 1.5rem; margin: 28px 0 10px; }
.tile p { margin: 0; color: rgba(255,255,255,.72); }
.comfort__grid .tile:nth-child(4) { grid-column: span 2; }
@media (max-width: 900px) { .comfort__grid { grid-template-columns: 1fr 1fr; } .tile--big { grid-column: span 2; grid-row: auto; min-height: 420px; } .comfort__grid .tile:nth-child(4) { grid-column: span 2; } }
@media (max-width: 560px) { .comfort__grid { grid-template-columns: 1fr; } .tile--big, .comfort__grid .tile:nth-child(4) { grid-column: auto; } }

/* ---------- location ---------- */
.location { background: var(--paper); padding: clamp(90px, 11vw, 150px) 0; }
.location__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 6vw, 90px); align-items: start; }
.location__grid > div > p { color: var(--ink-soft); font-size: 1.1rem; }
.timeline { list-style: none; padding: 0; margin: 40px 0 0; }
.timeline li { display: grid; grid-template-columns: 96px 1fr; gap: 20px; padding: 22px 0; border-top: 1px solid var(--line); }
.timeline__time { font-family: var(--serif); font-size: 1.5rem; color: var(--terra); line-height: 1.2; }
.timeline strong { font-family: var(--serif); font-weight: 500; font-size: 1.3rem; }
.timeline p { margin: 4px 0 0; color: var(--ink-soft); }
.location__map { position: sticky; top: 110px; }
.location__map iframe { width: 100%; aspect-ratio: 1; border: 0; border-radius: var(--radius); filter: saturate(.7) sepia(.15); box-shadow: 0 30px 70px -35px rgba(31,42,34,.5); }
.amenities { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.amenities span { padding: 8px 14px; background: var(--cream); border-radius: 999px; font-size: .88rem; }
@media (max-width: 860px) { .location__grid { grid-template-columns: 1fr; } .location__map { position: static; } }

/* ---------- privacy & views ---------- */
.privacy { background: var(--cream); padding: clamp(80px, 10vw, 150px) 0; }
.privacy__grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: clamp(40px, 7vw, 110px); align-items: center; }
.privacy__media { position: relative; padding-bottom: 60px; }
.privacy__img { margin: 0; border-radius: var(--radius); overflow: hidden; position: relative; }
.privacy__img--main { aspect-ratio: 4/5; }
.privacy__img--main img { position: absolute; inset: -10% 0; width: 100%; height: 120%; object-fit: cover; }
.privacy__img--inset { position: absolute; right: -28px; bottom: 0; width: 52%; border: 6px solid var(--cream); box-shadow: 0 30px 60px -25px rgba(31,42,34,.5); }
.privacy__img--inset img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.privacy__img--inset figcaption { position: absolute; left: 10px; bottom: 10px; padding: 4px 10px; border-radius: 999px; background: rgba(0,0,0,.45); color: #fff; font-size: .72rem; backdrop-filter: blur(6px); }
.privacy__text > p { color: var(--ink-soft); font-size: 1.1rem; }
.points { list-style: none; margin: 34px 0 0; padding: 0; display: grid; gap: 14px; }
.point { display: grid; grid-template-columns: 56px 1fr; gap: 18px; align-items: start; padding: 20px; background: var(--paper); border-radius: 20px; border: 1px solid var(--line); }
.point__icon { width: 56px; height: 56px; border-radius: 16px; background: var(--terra); color: #fff; display: grid; place-items: center; }
.point__icon svg { width: 30px; height: 30px; }
.point strong { font-family: var(--serif); font-weight: 500; font-size: 1.25rem; }
.point p { margin: 4px 0 0; color: var(--ink-soft); }
@media (max-width: 860px) {
  .privacy__grid { grid-template-columns: 1fr; }
  .privacy__img--main { aspect-ratio: 4/4.4; }
  .privacy__img--inset { right: -6px; width: 58%; }
}

/* ---------- photo gallery: tabs + slider ---------- */
.gallery { background: var(--sage-deep); color: #fff; padding: clamp(90px, 10vw, 140px) 0 clamp(70px, 8vw, 110px); }
.gallery em { color: #f3c9b6; }
.gallery__head { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-end; gap: 20px 40px; margin-bottom: 34px; }
.gallery__head .section-title { margin-bottom: 0; }
.tabs { display: flex; flex-wrap: wrap; gap: 8px; padding: 6px; background: rgba(255,255,255,.07); border-radius: 999px; }
.tab { border: 0; background: none; color: rgba(255,255,255,.75); font: 500 .92rem var(--sans); padding: 11px 20px; border-radius: 999px; cursor: pointer; transition: background .3s, color .3s; }
.tab:hover { color: #fff; }
.tab.is-active { background: #fff; color: var(--ink); }
.slider__track {
  display: flex; gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth;
  padding: 0 max(clamp(20px, 5vw, 56px), calc((100vw - var(--wrap)) / 2 + 56px));
  scroll-padding: 0 max(clamp(20px, 5vw, 56px), calc((100vw - var(--wrap)) / 2 + 56px));
  scrollbar-width: none; transition: opacity .35s;
}
.slider__track::-webkit-scrollbar { display: none; }
.slider__track.is-fading { opacity: 0; }
.slide { position: relative; flex: 0 0 auto; margin: 0; height: clamp(360px, 66vh, 700px); border-radius: 22px; overflow: hidden; scroll-snap-align: start; cursor: zoom-in; background: rgba(255,255,255,.06); }
.slide img { height: 100%; width: 100%; object-fit: cover; transition: transform .9s cubic-bezier(.2,.7,.2,1); }
.slide:hover img { transform: scale(1.04); }
.slide figcaption { position: absolute; left: 14px; bottom: 14px; right: 14px; width: fit-content; padding: 7px 14px; border-radius: 999px; background: rgba(15,22,17,.55); backdrop-filter: blur(8px); font-size: .85rem; }
.slider__bar { display: flex; align-items: center; gap: 22px; margin-top: 28px; }
.slider__progress { flex: 1; height: 2px; background: rgba(255,255,255,.18); border-radius: 2px; overflow: hidden; }
.slider__progress span { display: block; height: 100%; width: 0; background: #f3c9b6; transition: width .3s; }
.slider__count { font-family: var(--serif); font-size: 1.1rem; min-width: 64px; text-align: center; }
.slider__nav { display: flex; gap: 10px; }
.round { width: 52px; height: 52px; border-radius: 50%; border: 1px solid rgba(255,255,255,.35); background: none; color: #fff; font-size: 1.2rem; cursor: pointer; transition: background .3s, color .3s; }
.round:hover { background: #fff; color: var(--ink); }
@media (max-width: 700px) {
  .tabs { width: 100%; border-radius: 18px; }
  .tab { flex: 1 1 auto; padding: 10px 12px; font-size: .85rem; }
  .slide { height: min(72vh, 118vw); max-width: 86vw; }
  .slide--l { height: auto; width: 86vw; aspect-ratio: 4/3; align-self: center; }
  .slider__nav { display: none; }
}

/* ---------- quote ---------- */
.quote { background: var(--cream); padding: clamp(100px, 14vw, 200px) 0; text-align: center; }
.quote blockquote { margin: 0 auto; max-width: 1000px; font-family: var(--serif); font-weight: 300; font-size: clamp(1.8rem, 4vw, 3.4rem); line-height: 1.2; }

/* ---------- contact ---------- */
.contact { position: relative; overflow: hidden; color: #fff; padding: clamp(100px, 13vw, 180px) 0; }
.contact__bg { position: absolute; inset: 0; }
.contact__bg img { position: absolute; inset: -15% 0; width: 100%; height: 130%; object-fit: cover; }
.contact__bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(20,28,22,.9) 0%, rgba(20,28,22,.6) 100%); }
.contact__inner { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 6vw, 90px); align-items: center; }
.contact h2 { font-size: clamp(2.6rem, 6vw, 5rem); margin-bottom: 24px; }
.contact h2 em { color: #f3c9b6; }
.contact__text > p { font-size: 1.1rem; opacity: .85; }
.pricebox { margin-top: 30px; max-width: 460px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.18); border-radius: 20px; padding: 8px 22px 16px; backdrop-filter: blur(8px); }
.pricebox__row { display: flex; justify-content: space-between; align-items: baseline; gap: 20px; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.pricebox__row span { font-size: .95rem; opacity: .9; }
.pricebox__row small { display: block; font-size: .78rem; opacity: .7; margin-top: 2px; }
.pricebox__row strong { font-family: var(--serif); font-weight: 500; font-size: 1.35rem; white-space: nowrap; }
.pricebox__row--total { border-bottom: 0; }
.pricebox__row--total strong { font-size: 1.8rem; color: #f3c9b6; }
.pricebox__note { margin: 4px 0 0; font-size: .85rem; opacity: .75; }
.form { background: rgba(251,248,242,.97); color: var(--ink); padding: clamp(28px, 4vw, 44px); border-radius: var(--radius); display: grid; gap: 16px; }
.form label { display: grid; gap: 6px; font-size: .8rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--ink-soft); }
.form input, .form textarea { font: 400 1rem var(--sans); padding: 14px 16px; border: 1px solid var(--line); border-radius: 12px; background: #fff; color: var(--ink); text-transform: none; letter-spacing: 0; resize: vertical; }
.form input:focus, .form textarea:focus { outline: 2px solid var(--terra); outline-offset: 1px; border-color: transparent; }
.form .btn { justify-content: center; margin-top: 6px; }
@media (max-width: 860px) { .contact__inner { grid-template-columns: 1fr; } }

/* ---------- footer ---------- */
.footer { position: relative; z-index: 2; background: #151d17; color: rgba(255,255,255,.7); padding: 36px 0; font-size: .9rem; }
.footer__inner { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 16px; align-items: center; }
.footer .nav__logo { color: #fff; font-size: 1.3rem; }

/* ---------- lightbox ---------- */
.lightbox { position: fixed; inset: 0; z-index: 100; background: rgba(10,14,11,.94); display: flex; align-items: center; justify-content: center; padding: 70px 80px; opacity: 0; pointer-events: none; transition: opacity .35s; }
.lightbox.is-open { opacity: 1; pointer-events: auto; }
.lightbox figure { margin: 0; display: flex; flex-direction: column; align-items: center; gap: 14px; max-height: 100%; }
.lightbox img { max-height: calc(100vh - 170px); max-width: 100%; border-radius: 12px; transform: scale(.96); transition: transform .35s; }
.lightbox.is-open img { transform: none; }
.lightbox figcaption { color: rgba(255,255,255,.8); font-size: .95rem; }
.lightbox button { position: absolute; background: none; border: 0; color: #fff; cursor: pointer; }
.lightbox__close { top: 16px; right: 24px; font-size: 2.6rem; }
.lightbox__arrow { top: 50%; transform: translateY(-50%); width: 56px; height: 56px; border-radius: 50%; border: 1px solid rgba(255,255,255,.35) !important; font-size: 1.3rem; }
.lightbox__arrow:hover { background: rgba(255,255,255,.12); }
.lightbox__arrow--prev { left: 16px; }
.lightbox__arrow--next { right: 16px; }
@media (max-width: 700px) { .lightbox { padding: 60px 12px 90px; } .lightbox__arrow { top: auto; bottom: 20px; transform: none; } .lightbox__arrow--prev { left: calc(50% - 66px); } .lightbox__arrow--next { right: calc(50% - 66px); } }

/* ---------- scroll reveal ---------- */
.reveal { opacity: 0; transform: translateY(40px); transition: opacity 1s cubic-bezier(.2,.7,.2,1), transform 1s cubic-bezier(.2,.7,.2,1); }
.reveal.is-in { opacity: 1; transform: none; }
.facts .reveal:nth-child(2), .comfort__grid .reveal:nth-child(2), .timeline .reveal:nth-child(2) { transition-delay: .08s; }
.facts .reveal:nth-child(3), .comfort__grid .reveal:nth-child(3), .timeline .reveal:nth-child(3) { transition-delay: .16s; }
.facts .reveal:nth-child(4), .comfort__grid .reveal:nth-child(4), .timeline .reveal:nth-child(4) { transition-delay: .24s; }
.facts .reveal:nth-child(5) { transition-delay: .32s; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal, .hero__content > * { opacity: 1; transform: none; animation: none; transition: none; }
  .marquee__track { animation: none; }
}
@media (min-width: 701px) and (max-width: 1100px) { .hero p { max-width: 440px; } .hero__price { max-width: 250px; } }
@media (min-width: 1101px) { .hero__price { max-width: none; } .hero__price-note { white-space: nowrap; } }
.pricebox__tag { font-style: normal; font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; color: #f3c9b6; border: 1px solid rgba(243,201,182,.5); border-radius: 999px; padding: 2px 8px; margin-left: 6px; vertical-align: 2px; white-space: nowrap; }
.pricebox__row small { max-width: 300px; }

/* ---------- rental / investment ---------- */
.rental { background: var(--paper); padding: clamp(90px, 11vw, 150px) 0; }
.rental__head { display: grid; grid-template-columns: 1fr 1fr; gap: 20px clamp(40px, 6vw, 90px); align-items: end; margin-bottom: 44px; }
.rental__head .section-title { margin-bottom: 0; }
.rental__intro { color: var(--ink-soft); font-size: 1.1rem; margin: 0; }
.rental__stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.stat { background: var(--cream); border-radius: 22px; padding: clamp(26px, 3vw, 38px); display: grid; gap: 10px; }
.stat__num { font-family: var(--serif); font-size: clamp(2.2rem, 4vw, 3.4rem); line-height: 1; }
.stat__num small { font-size: .6em; color: var(--terra); margin-left: 4px; }
.stat__label { font-size: .82rem; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-soft); }
.stat--accent { background: var(--terra); color: #fff; }
.stat--accent .stat__label { color: rgba(255,255,255,.8); }
.rental__cta { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 20px 40px; margin-top: 16px; padding: 26px clamp(26px, 3vw, 38px); border: 1px solid var(--line); border-radius: 22px; }
.rental__cta p { margin: 0; max-width: 620px; color: var(--ink-soft); }
.reviews__eyebrow { margin-top: clamp(60px, 8vw, 90px); }
.reviews { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.review { margin: 0; background: var(--sage-deep); color: #fff; border-radius: 22px; padding: clamp(28px, 3.5vw, 44px); display: flex; flex-direction: column; gap: 18px; }
.review__stars { color: #f3c9b6; letter-spacing: .15em; }
.review blockquote { margin: 0; font-family: var(--serif); font-weight: 300; font-size: clamp(1.25rem, 2vw, 1.6rem); line-height: 1.35; flex: 1; }
.review figcaption { display: flex; align-items: center; gap: 14px; font-size: .85rem; color: rgba(255,255,255,.7); }
.review figcaption strong { display: block; color: #fff; font-weight: 600; font-size: .95rem; }
.review__avatar { width: 44px; height: 44px; border-radius: 50%; background: var(--terra); color: #fff; display: grid; place-items: center; font-family: var(--serif); font-size: 1.2rem; flex: 0 0 auto; }
.reviews__source { margin: 16px 0 0; font-size: .85rem; color: var(--ink-soft); }
@media (max-width: 860px) {
  .rental__head, .reviews { grid-template-columns: 1fr; }
  .rental__stats { grid-template-columns: 1fr; }
}
