/* =========================================================
   Driftwood Homes — Coastal boutique rentals, Assagao, Goa
   Fonts: Sora (display) + Work Sans (text)
   Palette: teal #1E5F63 · sand #E6C79A · off-white · coral
   ========================================================= */

:root {
  --teal: #1E5F63;
  --teal-deep: #123f42;
  --teal-ink: #0d2c2e;
  --sand: #E6C79A;
  --sand-soft: #f2e3c9;
  --coral: #E27B5C;
  --coral-deep: #cf6444;
  --paper: #FBF7F0;
  --paper-2: #F4ECDF;
  --white: #ffffff;
  --ink: #1c2b2a;
  --ink-soft: #4a5a58;
  --line: #e4dccd;

  --shadow-sm: 0 2px 8px rgba(18, 63, 66, .06);
  --shadow-md: 0 14px 40px -18px rgba(18, 63, 66, .35);
  --shadow-lg: 0 30px 70px -30px rgba(13, 44, 46, .5);

  --radius: 18px;
  --radius-lg: 26px;
  --wrap: 1180px;
  --ease: cubic-bezier(.4, .01, .16, 1);
  --font-display: "Sora", system-ui, sans-serif;
  --font-text: "Work Sans", system-ui, sans-serif;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  font-family: var(--font-text);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.65;
  font-size: clamp(1rem, .96rem + .18vw, 1.075rem);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 600; line-height: 1.08; letter-spacing: -.02em; color: var(--teal-ink); }

::selection { background: var(--sand); color: var(--teal-ink); }

.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: clamp(1.15rem, 4vw, 2.5rem); }

.skip-link {
  position: absolute; left: 12px; top: -60px; z-index: 200;
  background: var(--teal); color: #fff; padding: .7rem 1.1rem; border-radius: 10px;
  transition: top .2s var(--ease);
}
.skip-link:focus { top: 12px; }

:focus-visible { outline: 3px solid var(--coral); outline-offset: 3px; border-radius: 4px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  font-family: var(--font-display); font-weight: 500; font-size: .98rem;
  padding: .85rem 1.6rem; border-radius: 999px; border: 1.5px solid transparent;
  transition: transform .25s var(--ease), background .25s var(--ease), color .25s var(--ease), box-shadow .25s var(--ease);
  white-space: nowrap; letter-spacing: -.01em;
}
.btn-sm { padding: .6rem 1.15rem; font-size: .9rem; }
.btn-block { width: 100%; }
.btn:active { transform: translateY(1px); }

.btn-primary { background: var(--coral); color: #fff; box-shadow: 0 10px 24px -12px rgba(226, 123, 92, .8); }
.btn-primary:hover { background: var(--coral-deep); transform: translateY(-2px); box-shadow: 0 16px 30px -12px rgba(226, 123, 92, .9); }

.btn-outline { background: transparent; color: var(--teal); border-color: var(--teal); }
.btn-outline:hover { background: var(--teal); color: #fff; transform: translateY(-2px); }

.btn-ghost-light { background: rgba(255,255,255,.12); color: #fff; border-color: rgba(255,255,255,.55); backdrop-filter: blur(4px); }
.btn-ghost-light:hover { background: #fff; color: var(--teal-ink); border-color: #fff; transform: translateY(-2px); }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(251, 247, 240, .82);
  backdrop-filter: saturate(140%) blur(12px);
  border-bottom: 1px solid transparent;
  transition: border-color .3s var(--ease), box-shadow .3s var(--ease), background .3s var(--ease);
}
.site-header.scrolled { border-color: var(--line); box-shadow: var(--shadow-sm); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 72px; }

.brand { display: inline-flex; align-items: center; gap: .6rem; }
.brand-mark { flex: none; border-radius: 8px; }
.brand-text { font-family: var(--font-display); font-weight: 700; font-size: 1.28rem; letter-spacing: -.03em; color: var(--teal-ink); line-height: 1; }
.brand-text-sub { color: var(--coral); font-weight: 600; margin-left: .12em; }

.site-nav { display: flex; align-items: center; gap: clamp(1rem, 2vw, 1.9rem); }
.site-nav a { font-family: var(--font-display); font-weight: 500; font-size: .96rem; color: var(--ink); position: relative; padding: .3rem 0; }
.site-nav a::after {
  content: ""; position: absolute; left: 0; bottom: -2px; width: 0; height: 2px;
  background: var(--coral); border-radius: 2px; transition: width .28s var(--ease);
}
.site-nav a:hover::after, .site-nav a:focus-visible::after { width: 100%; }

.header-actions { display: flex; align-items: center; gap: .75rem; }

.nav-toggle {
  display: none; flex-direction: column; justify-content: center; gap: 5px;
  width: 44px; height: 44px; border: 1.5px solid var(--line); border-radius: 12px;
  background: var(--white);
}
.nav-toggle span { display: block; width: 20px; height: 2px; background: var(--teal-ink); border-radius: 2px; margin-inline: auto; transition: transform .3s var(--ease), opacity .2s var(--ease); }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---------- Shared section rhythm ---------- */
.section { padding-block: clamp(3.75rem, 7vw, 6.5rem); }
.eyebrow {
  font-family: var(--font-display); font-weight: 600; text-transform: uppercase;
  letter-spacing: .18em; font-size: .74rem; color: var(--coral); margin-bottom: 1rem;
}
.eyebrow-light { color: var(--sand); }
.section-head { max-width: 44ch; margin-bottom: clamp(2.2rem, 4vw, 3.2rem); }
.section-head h2 { font-size: clamp(1.9rem, 1.3rem + 2.6vw, 3rem); }
.section-lede { margin-top: 1.1rem; color: var(--ink-soft); font-size: 1.06rem; max-width: 52ch; }

/* ---------- Hero ---------- */
.hero { position: relative; min-height: min(88vh, 760px); display: flex; align-items: flex-end; padding-block: clamp(2.5rem, 5vw, 5rem) clamp(2.5rem, 4vw, 4rem); color: #fff; isolation: isolate; }
.hero-media { position: absolute; inset: 0; z-index: -2; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; }
.hero-scrim {
  position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(180deg, rgba(13,44,46,.42) 0%, rgba(13,44,46,.15) 35%, rgba(13,44,46,.65) 100%),
    linear-gradient(90deg, rgba(13,44,46,.55) 0%, rgba(13,44,46,0) 55%);
}
.hero-inner { display: grid; grid-template-columns: 1.55fr .95fr; gap: clamp(1.5rem, 4vw, 3rem); align-items: end; width: 100%; }
.hero-copy { max-width: 40ch; }
.eyebrow-light.eyebrow { color: var(--sand); }
.hero h1 { color: #fff; font-size: clamp(2.4rem, 1.3rem + 4.6vw, 4.4rem); font-weight: 700; letter-spacing: -.03em; text-wrap: balance; }
.hero-sub { margin-top: 1.35rem; font-size: clamp(1.05rem, 1rem + .5vw, 1.25rem); color: rgba(255,255,255,.92); max-width: 40ch; }
.hero-cta { display: flex; flex-wrap: wrap; gap: .85rem; margin-top: 2rem; }

.hero-card {
  background: rgba(255,255,255,.11); border: 1px solid rgba(255,255,255,.28);
  backdrop-filter: blur(14px) saturate(130%); border-radius: var(--radius-lg);
  padding: clamp(1.4rem, 2vw, 1.9rem); box-shadow: var(--shadow-lg);
}
.hero-card-kicker { font-family: var(--font-display); font-weight: 600; font-size: .78rem; text-transform: uppercase; letter-spacing: .16em; color: var(--sand); margin-bottom: 1rem; }
.hero-stats { list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: .75rem; padding: 0; }
.hero-stats li { display: flex; flex-direction: column; gap: .1rem; }
.stat-num { font-family: var(--font-display); font-weight: 700; font-size: clamp(1.6rem, 1.2rem + 1.4vw, 2.15rem); color: #fff; line-height: 1; letter-spacing: -.03em; }
.stat-label { font-size: .78rem; color: rgba(255,255,255,.82); line-height: 1.25; }
.hero-card-note { margin-top: 1.15rem; padding-top: 1.1rem; border-top: 1px solid rgba(255,255,255,.22); font-size: .9rem; color: rgba(255,255,255,.9); }

/* ---------- Story ---------- */
.story { background: var(--paper); }
.story-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.story-copy h2 { font-size: clamp(1.9rem, 1.3rem + 2.6vw, 3rem); margin-top: .3rem; }
.story-copy p { margin-top: 1.15rem; color: var(--ink-soft); }
.story-marks { list-style: none; padding: 0; margin-top: 1.8rem; display: grid; gap: .9rem; }
.story-marks li { position: relative; padding-left: 1.9rem; color: var(--ink-soft); }
.story-marks li::before {
  content: ""; position: absolute; left: 0; top: .5em; width: 12px; height: 12px;
  border-radius: 50%; background: var(--sand); box-shadow: 0 0 0 4px rgba(230,199,154,.28);
}
.story-marks strong { color: var(--teal-ink); }
.story-media { position: relative; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-md); }
.story-media img { width: 100%; aspect-ratio: 4/5; object-fit: cover; }
.story-media figcaption {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 2rem 1.4rem .95rem;
  font-family: var(--font-display); font-size: .82rem; color: #fff;
  background: linear-gradient(180deg, transparent, rgba(13,44,46,.78));
}

/* ---------- Homes / listings ---------- */
.homes { background: linear-gradient(180deg, var(--paper) 0%, var(--paper-2) 100%); }
.home-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: clamp(1.2rem, 2.5vw, 1.8rem); }
.home-card {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden; display: flex; flex-direction: column;
  box-shadow: var(--shadow-sm); transition: transform .35s var(--ease), box-shadow .35s var(--ease);
}
.home-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.home-media { position: relative; overflow: hidden; }
.home-media img { width: 100%; aspect-ratio: 3/2; object-fit: cover; transition: transform .6s var(--ease); }
.home-card:hover .home-media img { transform: scale(1.05); }
.home-tag {
  position: absolute; top: .9rem; left: .9rem; font-family: var(--font-display);
  font-weight: 600; font-size: .72rem; letter-spacing: .04em; padding: .38rem .7rem; border-radius: 999px;
  background: rgba(255,255,255,.92); color: var(--teal-ink); backdrop-filter: blur(4px);
}
.home-tag--open { color: #1c6d55; }
.home-tag--open::before, .home-tag--soon::before, .home-tag--held::before { content: ""; display: inline-block; width: 7px; height: 7px; border-radius: 50%; margin-right: .45rem; vertical-align: middle; }
.home-tag--open::before { background: #2f9e6f; }
.home-tag--soon { color: #b06a1f; }
.home-tag--soon::before { background: var(--coral); }
.home-tag--held { color: var(--ink-soft); }
.home-tag--held::before { background: #9aa8a4; }

.home-body { padding: 1.4rem 1.5rem 1.5rem; display: flex; flex-direction: column; flex: 1; }
.home-title-row { display: flex; flex-direction: column; gap: .15rem; }
.home-title-row h3 { font-size: 1.35rem; }
.home-locale { font-size: .86rem; color: var(--ink-soft); font-weight: 500; }
.home-specs {
  list-style: none; padding: .9rem 0; margin: .9rem 0 0; display: flex; gap: 1.1rem;
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); flex-wrap: wrap;
}
.home-specs li { display: flex; flex-direction: column; font-family: var(--font-display); font-weight: 600; font-size: 1rem; color: var(--teal-ink); }
.home-specs span { font-family: var(--font-text); font-weight: 500; font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; color: var(--ink-soft); }
.home-desc { margin-top: 1rem; color: var(--ink-soft); font-size: .95rem; flex: 1; }
.home-foot { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-top: 1.3rem; }
.home-price { font-family: var(--font-display); }
.home-price strong { font-size: 1.35rem; color: var(--teal); letter-spacing: -.02em; }
.home-price span { font-size: .82rem; color: var(--ink-soft); font-family: var(--font-text); margin-left: .15rem; }

/* ---------- Concierge (signature) ---------- */
.concierge { background: var(--teal); color: #fff; position: relative; overflow: hidden; }
.concierge::before {
  content: ""; position: absolute; inset: 0; z-index: 0; opacity: .5;
  background: radial-gradient(60% 60% at 85% 15%, rgba(230,199,154,.22), transparent 70%),
              radial-gradient(50% 50% at 5% 90%, rgba(226,123,92,.2), transparent 70%);
}
.concierge-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(2rem, 4vw, 3.5rem); align-items: center; }
.concierge-copy h2 { color: #fff; font-size: clamp(1.9rem, 1.3rem + 2.6vw, 3rem); }
.concierge-lede { margin-top: 1.1rem; color: rgba(255,255,255,.9); max-width: 46ch; }
.concierge-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 1rem; margin: 2rem 0; }
.conc-card { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.18); border-radius: var(--radius); padding: 1.3rem 1.25rem; }
.conc-icon { display: inline-flex; width: 44px; height: 44px; align-items: center; justify-content: center; border-radius: 12px; background: var(--sand); color: var(--teal-ink); margin-bottom: .9rem; }
.conc-card h3 { color: #fff; font-size: 1.12rem; }
.conc-card p { margin-top: .5rem; font-size: .92rem; color: rgba(255,255,255,.85); }
.concierge-media { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); }
.concierge-media img { width: 100%; aspect-ratio: 4/5; object-fit: cover; }

/* ---------- Gallery ---------- */
.gallery { background: var(--paper); }
.gallery-grid {
  display: grid; gap: clamp(.85rem, 1.5vw, 1.2rem);
  grid-template-columns: repeat(4, 1fr); grid-auto-rows: 200px;
}
.g-item { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); position: relative; }
.g-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.g-item:hover img { transform: scale(1.06); }
.g-tall { grid-row: span 2; }
.g-wide { grid-column: span 2; }

/* ---------- Team ---------- */
.team { background: linear-gradient(180deg, var(--paper) 0%, var(--paper-2) 100%); }
.team-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: clamp(1.1rem, 2.5vw, 1.8rem); }
.team-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 2rem 1.7rem; box-shadow: var(--shadow-sm); transition: transform .3s var(--ease), box-shadow .3s var(--ease); }
.team-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.team-avatar {
  width: 62px; height: 62px; border-radius: 50%; display: grid; place-items: center;
  font-family: var(--font-display); font-weight: 700; font-size: 1.2rem; color: var(--teal-ink);
  background: linear-gradient(135deg, var(--sand), var(--sand-soft)); margin-bottom: 1.1rem;
  box-shadow: inset 0 0 0 3px rgba(255,255,255,.6);
}
.team-card h3 { font-size: 1.25rem; }
.team-role { font-family: var(--font-display); font-weight: 500; color: var(--coral); font-size: .9rem; margin-top: .15rem; }
.team-card p:last-child { margin-top: .8rem; color: var(--ink-soft); font-size: .95rem; }

/* ---------- Reviews ---------- */
.reviews { background: var(--teal-deep); color: #fff; }
.reviews .eyebrow-light { color: var(--sand); }
.reviews .section-head h2 { color: #fff; }
.review-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: clamp(1.1rem, 2.5vw, 1.6rem); }
.review-card { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.16); border-radius: var(--radius); padding: 1.9rem 1.7rem; display: flex; flex-direction: column; }
.stars { color: var(--sand); letter-spacing: .12em; font-size: 1.05rem; margin-bottom: 1rem; }
.review-card blockquote { font-size: 1.05rem; line-height: 1.6; color: rgba(255,255,255,.94); flex: 1; }
.review-card figcaption { margin-top: 1.4rem; padding-top: 1.1rem; border-top: 1px solid rgba(255,255,255,.16); display: flex; flex-direction: column; }
.review-card figcaption strong { font-family: var(--font-display); font-weight: 600; }
.review-card figcaption span { font-size: .84rem; color: rgba(255,255,255,.7); margin-top: .1rem; }

/* ---------- Enquire ---------- */
.enquire { background: var(--paper); }
.enquire-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(2rem, 4vw, 4rem); align-items: start; }
.enquire-intro h2 { font-size: clamp(1.9rem, 1.3rem + 2.6vw, 2.9rem); }
.enquire-intro > p { margin-top: 1.1rem; color: var(--ink-soft); max-width: 42ch; }
.enquire-contacts { display: grid; gap: .7rem; margin-top: 2rem; }
.contact-line { display: flex; align-items: center; gap: .95rem; padding: .95rem 1.1rem; border: 1px solid var(--line); border-radius: 14px; background: var(--white); transition: border-color .25s var(--ease), transform .25s var(--ease), box-shadow .25s var(--ease); }
a.contact-line:hover { border-color: var(--teal); transform: translateX(3px); box-shadow: var(--shadow-sm); }
.contact-ic { flex: none; width: 42px; height: 42px; border-radius: 11px; display: grid; place-items: center; background: var(--sand-soft); color: var(--teal); }
.contact-line span:last-child { display: flex; flex-direction: column; line-height: 1.3; }
.contact-line strong { font-family: var(--font-display); font-weight: 600; color: var(--teal-ink); }
.contact-line small { color: var(--ink-soft); font-size: .82rem; }
.enquire-hours { margin-top: 1.3rem; font-size: .88rem; color: var(--ink-soft); }

.enquire-form-wrap { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: clamp(1.5rem, 3vw, 2.5rem); box-shadow: var(--shadow-md); }
.field { display: flex; flex-direction: column; gap: .4rem; margin-bottom: 1.05rem; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.05rem; }
.field label { font-family: var(--font-display); font-weight: 500; font-size: .9rem; color: var(--teal-ink); }
.req { color: var(--coral); margin-left: .15rem; }
.field input, .field select, .field textarea {
  font-family: var(--font-text); font-size: 1rem; color: var(--ink);
  padding: .8rem .95rem; border: 1.5px solid var(--line); border-radius: 12px; background: var(--paper);
  transition: border-color .2s var(--ease), box-shadow .2s var(--ease), background .2s var(--ease); width: 100%;
}
.field textarea { resize: vertical; min-height: 108px; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--teal); background: #fff; box-shadow: 0 0 0 4px rgba(30,95,99,.12);
}
.field input::placeholder, .field textarea::placeholder { color: #97a4a1; }
.form-note { margin-top: 1rem; font-size: .84rem; color: var(--ink-soft); text-align: center; }

/* ---------- Footer ---------- */
.site-footer { background: var(--teal-ink); color: rgba(255,255,255,.82); padding-top: clamp(3rem, 5vw, 4.5rem); }
.footer-inner { display: grid; grid-template-columns: 1.6fr 1fr 1.1fr 1fr; gap: clamp(1.6rem, 3vw, 2.6rem); padding-bottom: 2.6rem; }
.brand--footer .brand-text { color: #fff; }
.brand--footer .brand-text-sub { color: var(--sand); }
.footer-tag { margin-top: 1rem; font-size: .92rem; max-width: 34ch; color: rgba(255,255,255,.72); }
.footer-nav, .footer-contact, .footer-social { display: flex; flex-direction: column; gap: .55rem; }
.site-footer h4 { color: #fff; font-size: .8rem; text-transform: uppercase; letter-spacing: .15em; margin-bottom: .5rem; font-weight: 600; }
.footer-nav a { color: rgba(255,255,255,.78); font-size: .95rem; width: fit-content; transition: color .2s var(--ease); }
.footer-nav a:hover { color: var(--sand); }
.footer-contact p { font-size: .92rem; color: rgba(255,255,255,.72); line-height: 1.7; }
.footer-contact a { color: rgba(255,255,255,.82); transition: color .2s var(--ease); }
.footer-contact a:hover { color: var(--sand); }
.social-row { display: flex; gap: .6rem; }
.social-row a { width: 42px; height: 42px; border-radius: 11px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.22); color: #fff; transition: background .25s var(--ease), color .25s var(--ease), transform .25s var(--ease), border-color .25s var(--ease); }
.social-row a:hover { background: var(--sand); color: var(--teal-ink); border-color: var(--sand); transform: translateY(-3px); }

.footer-base {
  display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: .6rem;
  padding-block: 1.5rem; border-top: 1px solid rgba(255,255,255,.14); font-size: .85rem; color: rgba(255,255,255,.6);
}
.studio-credit a { color: rgba(255,255,255,.82); text-decoration: underline; text-underline-offset: 3px; text-decoration-color: rgba(230,199,154,.5); transition: color .2s var(--ease); }
.studio-credit a:hover { color: var(--sand); }

/* ---------- Contact page hero ---------- */
.page-hero { background: var(--teal); color: #fff; padding-block: clamp(3rem, 6vw, 5rem) clamp(2.5rem, 5vw, 4rem); position: relative; overflow: hidden; }
.page-hero::before { content: ""; position: absolute; inset: 0; opacity: .5; background: radial-gradient(55% 60% at 85% 10%, rgba(230,199,154,.22), transparent 70%); }
.page-hero .wrap { position: relative; }
.page-hero .eyebrow { color: var(--sand); }
.page-hero h1 { color: #fff; font-size: clamp(2.2rem, 1.4rem + 3.5vw, 3.6rem); max-width: 18ch; }
.page-hero p { margin-top: 1.1rem; color: rgba(255,255,255,.9); max-width: 48ch; font-size: 1.1rem; }
.breadcrumb { margin-bottom: 1.2rem; font-size: .85rem; color: rgba(255,255,255,.75); }
.breadcrumb a { color: var(--sand); text-decoration: underline; text-underline-offset: 3px; }

/* ---------- Thank you page ---------- */
.thanks { min-height: 78vh; display: grid; place-items: center; background: linear-gradient(180deg, var(--paper), var(--paper-2)); text-align: center; padding-block: clamp(3rem, 8vw, 6rem); }
.thanks-card { max-width: 560px; }
.thanks-badge { width: 78px; height: 78px; border-radius: 50%; background: var(--sand); color: var(--teal-ink); display: grid; place-items: center; margin: 0 auto 1.8rem; box-shadow: 0 0 0 10px rgba(230,199,154,.22); }
.thanks h1 { font-size: clamp(2rem, 1.4rem + 3vw, 3rem); }
.thanks p { margin-top: 1.15rem; color: var(--ink-soft); font-size: 1.1rem; }
.thanks-actions { display: flex; flex-wrap: wrap; gap: .85rem; justify-content: center; margin-top: 2.2rem; }
.thanks-mini { position: absolute; top: 1.5rem; left: 0; right: 0; }

/* ---------- Reveal motion ---------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.is-in { opacity: 1; transform: none; }
.reveal:nth-child(2) { transition-delay: .06s; }
.reveal:nth-child(3) { transition-delay: .12s; }
.reveal:nth-child(4) { transition-delay: .18s; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .home-card, .g-item img, .home-media img { transition: none; }
}

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-card { max-width: 440px; }
  .story-grid, .concierge-grid, .enquire-grid { grid-template-columns: 1fr; }
  .story-media { max-width: 520px; }
  .concierge-media { order: -1; max-width: 560px; }
  .story-media img, .concierge-media img { aspect-ratio: 16/10; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  .site-nav {
    position: fixed; inset: 72px 0 auto 0; flex-direction: column; align-items: stretch;
    background: var(--paper); padding: 1rem clamp(1.15rem, 4vw, 2.5rem) 1.6rem; gap: 0;
    border-bottom: 1px solid var(--line); box-shadow: var(--shadow-md);
    transform: translateY(-120%); transition: transform .35s var(--ease); visibility: hidden;
  }
  .site-nav.open { transform: translateY(0); visibility: visible; }
  .site-nav a { padding: .95rem .2rem; border-bottom: 1px solid var(--line); font-size: 1.05rem; }
  .site-nav a::after { display: none; }
  .nav-toggle { display: flex; }
  .header-actions .btn-primary { display: none; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 160px; }
  .g-wide { grid-column: span 2; }
  .g-tall { grid-row: span 1; }
}

@media (max-width: 480px) {
  .field-row { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; }
  .home-specs { gap: 1.4rem; }
  .hero { min-height: 82vh; }
}
