
  /* ============ Design Tokens — Warm Mexican Coastal Luxury ============ */
  :root {
    --terracotta: #C86D51;
    --terracotta-dark: #B05A40;
    --terracotta-deep: #96452E;
    --sand: #F9F6F0;
    --sand-deep: #F1EAE0;
    --cream: #FFFDF8;
    --teal: #2A6F78;
    --teal-dark: #1F5560;
    --teal-soft: #E2EEEE;
    --charcoal: #2B2D2F;
    --charcoal-soft: #55585B;
    --line: #E5DCCE;

    --font-serif: "Playfair Display", Georgia, "Times New Roman", serif;
    --font-sans: "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;

    --shadow-sm: 0 1px 2px rgba(43,45,47,.06), 0 4px 12px rgba(43,45,47,.06);
    --shadow-md: 0 6px 16px rgba(43,45,47,.08), 0 14px 34px rgba(43,45,47,.10);
    --shadow-lg: 0 12px 28px rgba(43,45,47,.12), 0 28px 60px rgba(43,45,47,.14);
    --radius-sm: 10px;
    --radius-md: 16px;
    --radius-lg: 22px;
    --header-h: 76px;
  }

  /* ============ Reset & Base ============ */
  *, *::before, *::after { box-sizing: border-box; }
  html { scroll-behavior: smooth; }
  @media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
  }
  body {
    margin: 0;
    font-family: var(--font-sans);
    color: var(--charcoal);
    background: var(--sand);
    line-height: 1.6;
    font-size: 16.5px;
    -webkit-font-smoothing: antialiased;
  }
  img, svg { display: block; max-width: 100%; }
  a { color: var(--teal); text-decoration: none; }
  a:hover { text-decoration: underline; }
  h1, h2, h3, h4 { font-family: var(--font-serif); line-height: 1.18; margin: 0 0 .5em; font-weight: 600; }
  p { margin: 0 0 1em; }
  section { scroll-margin-top: calc(var(--header-h) + 12px); }
  :focus-visible {
    outline: 3px solid var(--teal);
    outline-offset: 3px;
    border-radius: 4px;
  }
  .container { width: min(1160px, 92%); margin-inline: auto; }

  /* ============ Buttons ============ */
  .btn {
    display: inline-flex; align-items: center; justify-content: center; gap: .55em;
    padding: .85em 1.6em;
    border-radius: 999px;
    border: 2px solid transparent;
    font-family: var(--font-sans);
    font-size: .95rem; font-weight: 600; letter-spacing: .02em;
    cursor: pointer;
    transition: transform .22s ease, box-shadow .22s ease, background-color .22s ease, border-color .22s ease;
    text-decoration: none;
    white-space: nowrap;
  }
  .btn:active { transform: translateY(0) scale(.98); }
  .btn-primary { background: var(--terracotta); color: #fff; box-shadow: 0 8px 20px rgba(200,109,81,.35); }
  .btn-primary:hover { background: var(--terracotta-dark); transform: translateY(-2px); box-shadow: 0 12px 26px rgba(200,109,81,.42); text-decoration: none; }
  .btn-secondary { background: var(--teal); color: #fff; box-shadow: 0 8px 20px rgba(42,111,120,.30); }
  .btn-secondary:hover { background: var(--teal-dark); transform: translateY(-2px); box-shadow: 0 12px 26px rgba(42,111,120,.38); text-decoration: none; }
  .btn-ghost { background: transparent; border-color: currentColor; }
  .btn-ghost:hover { transform: translateY(-2px); text-decoration: none; }

  /* ============ Header ============ */
  .site-header {
    position: fixed; inset: 0 0 auto 0; z-index: 100;
    height: var(--header-h);
    display: flex; align-items: center;
    transition: background-color .3s ease, box-shadow .3s ease, backdrop-filter .3s ease;
    color: #fff;
  }
  .site-header .container { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; width: min(1240px, 94%); }
  .brand {
    font-family: var(--font-serif); font-size: 1.55rem; font-weight: 700; letter-spacing: .01em;
    color: inherit; text-decoration: none; display: inline-flex; align-items: baseline; gap: .45em;
  }
  .brand:hover { text-decoration: none; }
  .brand .brand-mark { color: var(--terracotta); font-size: 1.1em; display: inline-block; transition: transform .4s cubic-bezier(.22,1,.36,1); }
  .brand small { font-family: var(--font-sans); font-size: .62em; font-weight: 600; letter-spacing: .28em; text-transform: uppercase; opacity: .85; }
  .nav-links { display: flex; align-items: center; gap: 2rem; }
  .nav-links a {
    color: inherit; font-size: .95rem; font-weight: 500; text-decoration: none;
    opacity: .92; position: relative; padding: .35em 0;
  }
  .nav-links a::after {
    content: ""; position: absolute; left: 0; bottom: 0; height: 2px; width: 0;
    background: currentColor; transition: width .25s ease; border-radius: 2px;
  }
  .nav-links a:hover { opacity: 1; }
  .nav-links a:hover::after { width: 100%; }
  .nav-cta { margin-left: .5rem; }
  .nav-cta .btn { padding: .68em 1.35em; font-size: .92rem; }
  .menu-toggle {
    display: none; background: transparent; border: 0; color: inherit; cursor: pointer;
    padding: .4rem; border-radius: 8px;
  }
  .menu-toggle svg { width: 26px; height: 26px; }
  /* scrolled state */
  .site-header.scrolled {
    background: rgba(249,246,240,.86);
    -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px);
    box-shadow: 0 1px 0 rgba(43,45,47,.07), 0 10px 30px rgba(43,45,47,.08);
    color: var(--charcoal);
  }

  /* ============ Scroll progress bar ============ */
  .scroll-progress {
    position: fixed; top: 0; left: 0; right: 0; height: 3px; z-index: 120;
    background: linear-gradient(90deg, var(--terracotta), #E8936F 45%, var(--teal));
    transform-origin: 0 50%; transform: scaleX(0);
    pointer-events: none;
  }
  .scroll-progress::after {
    content: ""; position: absolute; right: -1px; top: -2px; bottom: -2px; width: 5px;
    border-radius: 99px; background: #FBD9A8;
    box-shadow: 0 0 12px 3px rgba(251,217,168,.85);
  }

  /* ============ Hero ============ */
  .hero {
    position: relative; min-height: 100svh;
    display: flex; align-items: flex-end;
    color: #fff; overflow: hidden;
  }
  .hero-scene {
    position: absolute; inset: -12% 0 0 0; height: 116%; z-index: 0;
    will-change: transform;
  }
  .hero-scene svg { width: 100%; height: 100%; object-fit: cover; }
  .hero::after {
    content: ""; position: absolute; inset: 0; z-index: 1;
    background: linear-gradient(180deg, rgba(20,22,24,.42) 0%, rgba(20,22,24,.18) 34%, rgba(20,22,24,.05) 55%, rgba(20,22,24,.55) 100%);
    pointer-events: none;
  }
  .hero-content {
    position: relative; z-index: 2; width: 100%;
    padding: calc(var(--header-h) + 3rem) 0 4.5rem;
  }
  .hero-inner { width: min(1160px, 92%); margin-inline: auto; max-width: 100%; }
  .hero-eyebrow {
    display: inline-flex; align-items: center; gap: .7em;
    font-size: .8rem; font-weight: 600; letter-spacing: .32em; text-transform: uppercase;
    color: #FBD9A8; margin-bottom: 1.1rem;
  }
  .hero-eyebrow::before { content: ""; width: 44px; height: 1px; background: #FBD9A8; opacity: .8; }
  .hero h1 {
    font-size: clamp(2.5rem, 6vw, 4.6rem); font-weight: 700; max-width: 17ch;
    text-shadow: 0 2px 24px rgba(20,22,24,.45);
    margin-bottom: .45em;
  }
  .hero h1 em { font-style: italic; color: #FBD9A8; }
  .hero-sub {
    max-width: 58ch; font-size: clamp(1.02rem, 1.6vw, 1.18rem); font-weight: 400;
    color: rgba(255,255,255,.94); text-shadow: 0 1px 12px rgba(20,22,24,.5);
    margin-bottom: 1.6rem;
  }
  .hero-badges { display: flex; flex-wrap: wrap; gap: .7rem; margin-bottom: 2rem; }
  .badge {
    display: inline-flex; align-items: center; gap: .5em;
    background: rgba(20,22,24,.42); border: 1px solid rgba(255,255,255,.28);
    -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
    border-radius: 999px; padding: .5em 1.05em;
    font-size: .86rem; font-weight: 500; color: #fff;
  }
  .badge svg { width: 16px; height: 16px; color: #FBD9A8; flex: none; }
  .hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; align-items: center; }
  .btn-hero { padding: 1em 2em; font-size: 1.02rem; }
  .btn-hero-light { border-color: rgba(255,255,255,.85); color: #fff; }
  .btn-hero-light:hover { background: rgba(255,255,255,.14); }
  /* entrance animations */
  .hero-anim { opacity: 0; transform: translateY(26px); animation: rise .85s cubic-bezier(.2,.7,.3,1) forwards; }
  .hero-anim.d-1 { animation-delay: .12s; }
  .hero-anim.d-2 { animation-delay: .26s; }
  .hero-anim.d-3 { animation-delay: .4s; }
  .hero-anim.d-4 { animation-delay: .54s; }
  .hero-anim.d-5 { animation-delay: .68s; }
  @keyframes rise { to { opacity: 1; transform: none; } }
  /* headline: masked wipe + rise — wraps at any width, so mask the whole h1 */
  .hero h1.hero-anim {
    animation: riseWipe 1.05s cubic-bezier(.22,1,.36,1) forwards;
    animation-delay: .14s;
  }
  @keyframes riseWipe {
    from { opacity: 0; transform: translateY(26px); clip-path: inset(0 0 100% 0); }
    to { opacity: 1; transform: none; clip-path: inset(0 0 0 0); }
  }
  @media (prefers-reduced-motion: reduce) {
    .hero-anim { opacity: 1; transform: none; animation: none; }
    .hero h1.hero-anim { animation: none; clip-path: none; }
  }

  /* ============ Sections (shared) ============ */
  .section { padding: clamp(4.5rem, 9vw, 7.5rem) 0; }
  .section-alt { background: var(--cream); }
  .eyebrow {
    display: inline-flex; align-items: center; gap: .7em;
    font-size: .78rem; font-weight: 600; letter-spacing: .3em; text-transform: uppercase;
    color: var(--teal); margin-bottom: .9rem;
  }
  .eyebrow::before { content: ""; width: 34px; height: 1px; background: var(--teal); opacity: .6; transform: scaleX(0); transform-origin: left center; transition: transform .65s cubic-bezier(.22,1,.36,1) .05s; }
  .section-head { max-width: 720px; margin-bottom: clamp(2.4rem, 5vw, 3.6rem); }
  .section-head h2 { font-size: clamp(2rem, 4vw, 3rem); margin-bottom: .4em; }
  .section-head > p:not(.eyebrow) { color: var(--charcoal-soft); font-size: 1.05rem; margin: 0; }

  /* scroll reveal (guided by .agents/skills/scroll-animations) */
  .reveal:not(.done) {
    opacity: 0;
    transform: translate(var(--tx, 0), var(--ty, 30px)) rotate(var(--rot, 0deg));
    transition: opacity .5s ease, transform .7s cubic-bezier(.22,1.1,.36,1);
  }
  .reveal:not(.done).reveal-left { --tx: -38px; --ty: 0px; }
  .reveal:not(.done).reveal-right { --tx: 38px; --ty: 0px; }
  .reveal-group > .reveal:not(.done) { transition-delay: var(--delay, 0ms); }
  .reveal:not(.done).in { opacity: 1; transform: none; }
  .reveal.done { transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease; }
  /* masked line wipe for headings.
     Note: the clip is NOT applied in the hidden state — Chrome's IntersectionObserver
     reports zero intersection for fully clipped elements, so the wipe is started from
     JS only after the observer fires. */
  .reveal.masked.in {
    transition: opacity .5s ease, transform .7s cubic-bezier(.22,1.1,.36,1), clip-path .75s cubic-bezier(.22,1,.36,1);
    transition-delay: var(--delay, 0ms);
  }
  .eyebrow.in::before { transform: scaleX(1); }
  @media (prefers-reduced-motion: reduce) {
    .reveal:not(.done), .reveal:not(.done).reveal-left, .reveal:not(.done).reveal-right,
    .reveal.masked:not(.done), .eyebrow::before {
      opacity: 1 !important; transform: none !important; clip-path: none !important; transition: none !important;
    }
    .tab-panel:not([hidden]) { animation: none; }
  }

  /* ============ Overview / Amenities ============ */
  .overview-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(2.5rem, 6vw, 5rem); align-items: center; }
  .overview-copy .lede { font-size: 1.13rem; color: var(--charcoal-soft); }
  .overview-points { list-style: none; padding: 0; margin: 1.8rem 0 0; display: grid; gap: 1rem; }
  .overview-points li { display: flex; gap: .85em; align-items: flex-start; transition: transform .25s ease; }
  .overview-points .tick {
    flex: none; width: 26px; height: 26px; border-radius: 50%;
    background: var(--teal-soft); color: var(--teal);
    display: grid; place-items: center; margin-top: .1em;
    transition: background-color .25s ease, color .25s ease, transform .25s ease;
  }
  .overview-points .tick svg { width: 14px; height: 14px; }
  .overview-points strong { display: block; font-weight: 600; }
  .overview-points span { color: var(--charcoal-soft); font-size: .95rem; }
  .overview-art { position: relative; }
  .overview-art .frame { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); will-change: transform; }
  .overview-art svg { width: 100%; height: auto; }
  .overview-chip {
    position: absolute; left: -18px; bottom: 28px;
    background: var(--cream); border: 1px solid var(--line);
    border-radius: var(--radius-md); box-shadow: var(--shadow-md);
    padding: .9rem 1.15rem; display: flex; gap: .8rem; align-items: center;
  }
  .overview-chip .chip-ic {
    width: 40px; height: 40px; border-radius: 50%; background: var(--terracotta);
    color: #fff; display: grid; place-items: center; flex: none;
  }
  .overview-chip .chip-ic svg { width: 20px; height: 20px; }
  .overview-chip b { display: block; font-size: .95rem; line-height: 1.25; }
  .overview-chip span { font-size: .8rem; color: var(--charcoal-soft); }

  .amenities { margin-top: clamp(3rem, 6vw, 4.5rem); }
  .amenities-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
  .amenity-card {
    position: relative;
    background: var(--cream); border: 1px solid var(--line); border-radius: var(--radius-md);
    padding: 1.8rem 1.7rem;
    box-shadow: var(--shadow-sm);
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
  }
  .amenity-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
  .amenity-ic {
    width: 52px; height: 52px; border-radius: 14px;
    background: var(--teal-soft); color: var(--teal);
    display: grid; place-items: center; margin-bottom: 1.1rem;
    transition: transform .3s cubic-bezier(.22,1,.36,1), background-color .3s ease, color .3s ease;
  }
  .amenity-ic svg { width: 26px; height: 26px; }
  .amenity-card h3 { font-family: var(--font-serif); font-size: 1.28rem; margin-bottom: .7rem; }
  .amenity-list { list-style: none; margin: 0; padding: 0; display: grid; gap: .55rem; }
  .amenity-list li {
    display: flex; gap: .6em; font-size: .95rem; color: var(--charcoal-soft);
    align-items: flex-start; line-height: 1.45;
  }
  .amenity-list .dot { flex: none; margin-top: .48em; width: 6px; height: 6px; border-radius: 50%; background: var(--terracotta); }
  .amenity-list li strong { color: var(--charcoal); font-weight: 600; }

  /* ============ Location & Dining (tabs) ============ */
  .tabs { display: flex; flex-wrap: wrap; gap: .6rem; margin-bottom: 2.2rem; }
  .tab-btn {
    font-family: var(--font-sans); font-size: .93rem; font-weight: 600;
    border: 1.5px solid var(--line); background: var(--sand); color: var(--charcoal-soft);
    border-radius: 999px; padding: .7em 1.35em; cursor: pointer;
    transition: background-color .22s ease, color .22s ease, border-color .22s ease, transform .22s ease;
  }
  .tab-btn:hover { transform: translateY(-2px); border-color: var(--teal); }
  .tab-btn[aria-selected="true"] { background: var(--teal); border-color: var(--teal); color: #fff; }
  .tab-panel[hidden] { display: none; }
  .tab-panel:focus-visible { outline-offset: 6px; }
  .tab-panel:not([hidden]) { animation: panelIn .5s cubic-bezier(.22,1,.36,1) both; }
  @keyframes panelIn { from { opacity: 0; transform: translateY(16px); } }
  .place-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 1.4rem; }
  .place-card {
    background: var(--cream); border: 1px solid var(--line); border-radius: var(--radius-md);
    padding: 1.8rem; box-shadow: var(--shadow-sm);
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
    display: flex; flex-direction: column; gap: 1rem;
  }
  .place-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
  .place-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; }
  .place-ic {
    width: 46px; height: 46px; border-radius: 12px; flex: none;
    background: var(--sand-deep); color: var(--terracotta);
    display: grid; place-items: center;
    transition: transform .3s cubic-bezier(.22,1,.36,1);
  }
  .place-ic svg { width: 23px; height: 23px; }
  .place-miles {
    font-size: .76rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase;
    color: var(--teal); background: var(--teal-soft);
    border-radius: 999px; padding: .32em .8em; white-space: nowrap;
    transition: background-color .25s ease, color .25s ease;
  }
  .place-card h3 { font-size: 1.32rem; margin-bottom: .25rem; }
  .place-card p { color: var(--charcoal-soft); font-size: .96rem; margin: 0; }
  .place-card ul { margin: 0; padding: 0; list-style: none; display: grid; gap: .45rem; }
  .place-card ul li { display: flex; gap: .6em; align-items: baseline; font-size: .95rem; color: var(--charcoal-soft); }
  .place-card ul .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--teal); flex: none; }
  .spotlight {
    border: 1.5px solid rgba(42,111,120,.35);
    background: linear-gradient(180deg, #F2F8F7, #EAF3F2);
  }
  .spotlight .spot-tag {
    display: inline-flex; align-items: center; gap: .45em;
    font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
    color: var(--teal-dark); margin-bottom: .3rem;
  }
  .spotlight .spot-tag svg { width: 14px; height: 14px; }
  .spotlight h3 { color: var(--teal-dark); }
  .spotlight .place-ic { background: #fff; color: var(--teal); border: 1px solid rgba(42,111,120,.25); }
  .spotlight .place-miles { background: rgba(42,111,120,.12); }

  /* ============ Guest Info ============ */
  .guest-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
  .guest-card {
    background: var(--cream); border: 1px solid var(--line); border-radius: var(--radius-md);
    padding: 2rem 1.8rem; box-shadow: var(--shadow-sm);
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
  }
  .guest-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
  .guest-ic {
    width: 50px; height: 50px; border-radius: 50%;
    background: var(--terracotta); color: #fff;
    display: grid; place-items: center; margin-bottom: 1.2rem;
    transition: transform .3s cubic-bezier(.22,1,.36,1);
  }
  .guest-ic svg { width: 24px; height: 24px; }
  .guest-card h3 { font-size: 1.3rem; }
  .time-row { display: flex; align-items: baseline; gap: .6em; font-size: 1.02rem; }
  .time-row b { font-family: var(--font-serif); font-size: 1.3rem; color: var(--teal-dark); }
  .time-row span { color: var(--charcoal-soft); font-size: .92rem; }
  .policy-list { list-style: none; margin: 0; padding: 0; display: grid; gap: .7rem; }
  .policy-list li { display: flex; gap: .7em; align-items: flex-start; color: var(--charcoal-soft); font-size: .97rem; }
  .policy-list .pi { flex: none; width: 24px; height: 24px; border-radius: 50%; background: var(--teal-soft); color: var(--teal); display: grid; place-items: center; margin-top: .05em; }
  .policy-list .pi svg { width: 13px; height: 13px; }
  .policy-list li strong { color: var(--charcoal); font-weight: 600; }


  /* ============ Inquiry / Booking ============ */
  .inquiry-wrap {
    display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(2.5rem, 6vw, 4.5rem); align-items: start;
  }
  .inquiry-side h2 { font-size: clamp(2rem, 3.6vw, 2.9rem); margin-bottom: .4em; }
  .inquiry-side > p:not(.eyebrow) { color: var(--charcoal-soft); }
  .inquiry-contacts { list-style: none; margin: 1.8rem 0 0; padding: 0; display: grid; gap: .9rem; }
  .inquiry-contacts li { display: flex; gap: .8em; align-items: center; font-size: .97rem; }
  .inquiry-contacts .ic {
    width: 36px; height: 36px; border-radius: 50%; flex: none;
    background: var(--terracotta); color: #fff; display: grid; place-items: center;
  }
  .inquiry-contacts .ic svg { width: 17px; height: 17px; }
  .form-card {
    background: var(--cream); border: 1px solid var(--line); border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md); padding: clamp(1.6rem, 3vw, 2.4rem);
  }
  .form-card h3 { font-size: 1.5rem; margin-bottom: .3em; }
  .form-card > p { color: var(--charcoal-soft); font-size: .95rem; }
  .form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; margin-top: 1.4rem; }
  .field { display: flex; flex-direction: column; gap: .35em; }
  .field.full { grid-column: 1 / -1; }
  .field label { font-size: .82rem; font-weight: 600; letter-spacing: .04em; color: var(--charcoal); }
  .field input, .field select, .field textarea {
    font-family: var(--font-sans); font-size: .96rem; color: var(--charcoal);
    background: var(--sand); border: 1.5px solid var(--line); border-radius: var(--radius-sm);
    padding: .75em .95em; transition: border-color .2s ease, box-shadow .2s ease; width: 100%;
  }
  .field input:focus, .field select:focus, .field textarea:focus {
    outline: none; border-color: var(--teal); box-shadow: 0 0 0 3px rgba(42,111,120,.18);
  }
  .field textarea { resize: vertical; min-height: 96px; }
  .form-card .btn { width: 100%; margin-top: 1.2rem; }
  .form-success {
    display: none; margin-top: 1.2rem; background: var(--teal-soft); border-radius: var(--radius-sm);
    padding: 1rem 1.2rem; font-size: .95rem; color: var(--teal-dark);
  }
  .form-error {
    display: block; margin-top: 1.2rem; background: #FBEAE3; border: 1px solid rgba(200,109,81,.4);
    border-radius: var(--radius-sm); padding: .95rem 1.15rem; font-size: .95rem; color: var(--terracotta-deep);
  }
  .form-error[hidden] { display: none; }
  .btn:disabled { opacity: .65; cursor: default; transform: none !important; box-shadow: none !important; }
  .form-card.sent .form-grid, .form-card.sent > p, .form-card.sent .btn, .form-card.sent .field { display: none; }
  .form-card.sent .form-success { display: block; }

  /* ============ Footer ============ */
  .site-footer { background: var(--charcoal); color: rgba(255,255,255,.82); padding: 3.2rem 0 2.2rem; }
  .footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 2.5rem; }
  .site-footer .brand { color: #fff; margin-bottom: .8rem; }
  .site-footer .brand small { opacity: .7; }
  .footer-addr { font-size: .95rem; line-height: 1.7; margin: 0; display: flex; gap: .5em; align-items: flex-start; }
  .footer-addr .pin { color: #FBD9A8; flex: none; width: 18px; height: 18px; margin-top: .2em; }

  .footer-col h4 { font-family: var(--font-sans); font-size: .78rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: #FBD9A8; margin-bottom: 1rem; }
  .footer-links { list-style: none; margin: 0; padding: 0; display: grid; gap: .6rem; }
  .footer-links a { color: rgba(255,255,255,.82); font-size: .95rem; display: inline-block; position: relative; transition: color .2s ease, transform .25s ease; }
  .footer-links a:hover { color: #fff; }
  .footer-bottom {
    margin-top: 2.6rem; padding-top: 1.6rem; border-top: 1px solid rgba(255,255,255,.14);
    display: flex; flex-wrap: wrap; gap: .8rem; justify-content: space-between; align-items: center;
    font-size: .85rem; color: rgba(255,255,255,.6);
  }

  /* ============ Modal ============ */
  .modal {
    position: fixed; inset: 0; z-index: 200; display: none;
    align-items: center; justify-content: center; padding: 1.2rem;
  }
  .modal.open { display: flex; }
  .modal-backdrop { position: absolute; inset: 0; background: rgba(20,22,24,.55); -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); }
  .modal-card {
    position: relative; background: var(--cream); border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg); width: min(640px, 100%); max-height: 86vh; overflow: auto;
    padding: clamp(1.6rem, 4vw, 2.6rem);
  }
  .modal-card h3 { font-size: 1.6rem; }
  .modal-close {
    position: absolute; top: 14px; right: 14px; width: 38px; height: 38px; border-radius: 50%;
    border: 1.5px solid var(--line); background: var(--sand); color: var(--charcoal);
    cursor: pointer; display: grid; place-items: center;
  }
  .modal-close:hover { background: var(--sand-deep); }
  .modal-close svg { width: 18px; height: 18px; transition: transform .25s ease; }
  .modal-card ul { margin: 1rem 0 0; padding-left: 1.1rem; display: grid; gap: .6rem; color: var(--charcoal-soft); font-size: .97rem; }
  .modal-card ul b { color: var(--charcoal); }

  /* ============ Back to top ============ */
  .to-top {
    position: fixed; right: 22px; bottom: 22px; z-index: 90;
    width: 46px; height: 46px; border-radius: 50%; border: 0; cursor: pointer;
    background: var(--terracotta); color: #fff; box-shadow: var(--shadow-md);
    display: grid; place-items: center; opacity: 0; pointer-events: none; transform: translateY(12px);
    transition: opacity .3s ease, transform .3s ease, background-color .2s ease;
  }
  .to-top.show { opacity: 1; pointer-events: auto; transform: none; }
  .to-top:hover { background: var(--terracotta-dark); }
  .to-top svg { width: 20px; height: 20px; transition: transform .22s ease; }

  /* ============ Micro-interactions (hover) — desktop pointers only ============ */
  @media (hover: hover) and (pointer: fine) {
    /* primary CTAs — soft sheen sweeps across on hover */
    .btn-primary, .btn-secondary { position: relative; overflow: hidden; }
    .btn-primary::after, .btn-secondary::after {
      content: ""; position: absolute; top: -10%; bottom: -10%; left: -70%; width: 45%;
      background: linear-gradient(105deg, transparent, rgba(255,255,255,.30), transparent);
      transform: skewX(-18deg); pointer-events: none;
    }
    .btn-primary:hover::after, .btn-secondary:hover::after { left: 135%; transition: left .65s cubic-bezier(.22,1,.36,1); }

    /* amenity cards — terracotta accent line draws in, icon warms to match */
    .amenity-card::before {
      content: ""; position: absolute; top: 0; left: 1.7rem; right: 1.7rem; height: 3px;
      border-radius: 0 0 5px 5px;
      background: linear-gradient(90deg, var(--terracotta), #E8936F);
      transform: scaleX(0); transform-origin: left center;
      transition: transform .4s cubic-bezier(.22,1,.36,1);
    }
    .amenity-card:hover { border-color: rgba(200,109,81,.45); }
    .amenity-card:hover::before { transform: scaleX(1); }
    .amenity-card:hover .amenity-ic { background: var(--terracotta); color: #fff; transform: translateY(-2px) scale(1.05); }

    /* place cards — icon perks, distance badge fills with teal */
    .place-card:hover { border-color: rgba(42,111,120,.5); }
    .place-card:hover .place-ic { transform: scale(1.07) rotate(-3deg); }
    .place-card:hover .place-miles { background: var(--teal); color: #fff; }
    .spotlight:hover { border-color: rgba(42,111,120,.7); }

    /* guest cards — icon lifts */
    .guest-card:hover { border-color: rgba(200,109,81,.45); }
    .guest-card:hover .guest-ic { transform: scale(1.07); }

    /* overview checklist — row nudges, tick warms to terracotta */
    .overview-points li:hover { transform: translateX(5px); }
    .overview-points li:hover .tick { background: var(--terracotta); color: #fff; }

    /* form fields — border warms before focus */
    .field input:hover, .field select:hover, .field textarea:hover { border-color: rgba(42,111,120,.55); }

    /* brand sparkle — slow quarter-turn */
    .brand:hover .brand-mark { transform: rotate(90deg); }

    /* footer links — underline draws, link nudges right */
    .footer-links a::after {
      content: ""; position: absolute; left: 0; right: 0; bottom: -2px; height: 1px;
      background: #FBD9A8; transform: scaleX(0); transform-origin: left center;
      transition: transform .3s cubic-bezier(.22,1,.36,1);
    }
    .footer-links a:hover { color: #fff; transform: translateX(3px); }
    .footer-links a:hover::after { transform: scaleX(1); }

    /* to-top — arrow nudges up */
    .to-top:hover svg { transform: translateY(-2px); }

    /* modal close — the ✕ spins a quarter turn */
    .modal-close:hover svg { transform: rotate(90deg); }
  }

  /* ============ Responsive ============ */
  @media (max-width: 1024px) {
    .overview-grid { grid-template-columns: 1fr; }
    .amenities-grid { grid-template-columns: repeat(2, 1fr); }
    .guest-grid { grid-template-columns: repeat(2, 1fr); }
    .inquiry-wrap { grid-template-columns: 1fr; }
  }
  @media (max-width: 820px) {
    .nav-links {
      position: fixed; top: var(--header-h); left: 0; right: 0; z-index: 99;
      flex-direction: column; align-items: stretch; gap: 0;
      background: rgba(249,246,240,.98); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px);
      box-shadow: 0 16px 34px rgba(43,45,47,.14);
      padding: .6rem 6% 1.2rem;
      transform: translateY(-8px); opacity: 0; pointer-events: none;
      transition: opacity .25s ease, transform .25s ease;
    }
    .nav-links.open { opacity: 1; transform: none; pointer-events: auto; }
    .nav-links a { color: var(--charcoal); padding: .8em .2em; border-bottom: 1px solid var(--line); }
    .nav-links .nav-cta { margin: .8rem 0 0; }
    .nav-links .nav-cta .btn { width: 100%; }
    .menu-toggle { display: grid; place-items: center; }
  }
  @media (max-width: 768px) {
    .hero { min-height: 92svh; }
    .hero-content { padding-bottom: 3rem; }
    .hero-actions { flex-direction: column; align-items: stretch; }
    .hero-actions .btn { width: 100%; }
    .overview-chip { left: 12px; bottom: 16px; }
    .place-grid { grid-template-columns: 1fr; }
    .form-grid { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
    .site-header .container { width: 92%; }
  }
  @media (max-width: 560px) {
    .amenities-grid, .guest-grid { grid-template-columns: 1fr; }
    .hero h1 { font-size: 2.4rem; }
    .brand small { display: none; }
  }

  /* ============ Reduced motion: collapse every transition/animation ============ */
  @media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
      transition-duration: .01ms !important;
      animation-duration: .01ms !important;
      animation-iteration-count: 1 !important;
    }
  }

/* ============ Gallery page hero ============ */
.gallery-page { background: var(--cream); }
.page-hero {
  padding: calc(var(--header-h) + clamp(2.5rem, 6vw, 5rem)) 0 clamp(2.5rem, 5vw, 4rem);
  background:
    radial-gradient(1200px 500px at 85% -10%, rgba(42,111,120,.10), transparent 60%),
    radial-gradient(900px 420px at -10% 110%, rgba(200,109,81,.10), transparent 60%),
    var(--sand);
  border-bottom: 1px solid var(--line);
}
.page-hero .eyebrow { margin-bottom: 1rem; }
.page-hero h1 { font-size: clamp(2.2rem, 4.5vw, 3.4rem); margin-bottom: .45em; }
.page-hero .lead { color: var(--charcoal-soft); font-size: 1.08rem; max-width: 62ch; margin: 0; }
.page-hero .photo-count {
  display: inline-flex; align-items: center; gap: .5em; margin-top: 1.4rem;
  font-size: .82rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase;
  color: var(--teal); background: var(--teal-soft); border-radius: 999px; padding: .45em 1em;
}
.page-hero .photo-count svg { width: 15px; height: 15px; }

/* ============ Gallery masonry grid ============ */
.gallery-section { padding: clamp(2.5rem, 5vw, 4rem) 0 clamp(4rem, 8vw, 6rem); }
.gallery-grid { columns: 3 290px; column-gap: 1.1rem; }
.gallery-item {
  break-inside: avoid; margin: 0 0 1.1rem; position: relative;
  border-radius: var(--radius-md); overflow: hidden;
  background: var(--sand-deep); border: 1px solid var(--line);
  cursor: zoom-in; box-shadow: var(--shadow-sm);
  transition: transform .3s cubic-bezier(.22,1,.36,1), box-shadow .3s ease, border-color .3s ease;
}
.gallery-item:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: rgba(200,109,81,.4); }
.gallery-item img { width: 100%; height: auto; display: block; }
.gallery-item figcaption {
  display: flex; align-items: center; justify-content: space-between; gap: .6rem;
  padding: .7rem 1rem; background: var(--cream); border-top: 1px solid var(--line);
  font-size: .95rem; font-weight: 600; color: var(--charcoal);
}
.gallery-item figcaption .zoom-hint {
  display: inline-flex; align-items: center; gap: .35em;
  font-size: .72rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase;
  color: var(--teal); opacity: 0; transition: opacity .25s ease;
}
.gallery-item:hover figcaption .zoom-hint { opacity: 1; }
.gallery-item figcaption svg { width: 15px; height: 15px; }
.gallery-item::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.06);
}
@media (max-width: 900px) { .gallery-grid { columns: 2 220px; } }
@media (max-width: 560px) { .gallery-grid { columns: 1 150px; } }

/* ============ Lightbox ============ */
.lightbox {
  position: fixed; inset: 0; z-index: 300; display: none;
}
.lightbox.open { display: block; }
.lb-backdrop {
  position: absolute; inset: 0; background: rgba(18,20,22,.92);
  -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
}
.lb-stage {
  position: absolute; inset: 0; overflow: hidden;
  display: flex; align-items: center; justify-content: center;
  touch-action: none; cursor: grab;
}
.lb-stage.panning { cursor: grabbing; }
.lb-img {
  position: relative; max-width: 92vw; max-height: 84vh;
  will-change: transform;
  transform: translate3d(var(--tx, 0px), var(--ty, 0px), 0) scale(var(--zoom, 1));
  transition: transform .35s cubic-bezier(.22,1,.36,1);
  border-radius: 6px; box-shadow: 0 30px 80px rgba(0,0,0,.5);
}
.lb-stage.panning .lb-img { transition: none; }
.lb-img img { display: block; max-width: 92vw; max-height: 84vh; width: auto; height: auto; border-radius: 6px; }

/* controls */
.lb-btn {
  position: absolute; z-index: 2; border: 0; cursor: pointer;
  display: grid; place-items: center; color: #fff;
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.22);
  -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
  transition: background-color .2s ease, transform .2s ease, border-color .2s ease;
}
.lb-btn:hover { background: rgba(255,255,255,.18); transform: translateY(-2px); }
.lb-btn svg { width: 20px; height: 20px; }
.lb-close { top: 18px; right: 18px; width: 44px; height: 44px; border-radius: 50%; }
.lb-close:hover svg { transform: rotate(90deg); }
.lb-close svg { transition: transform .25s ease; }
.lb-prev { left: 18px; top: 50%; transform: translateY(-50%); width: 48px; height: 48px; border-radius: 50%; }
.lb-prev:hover { transform: translateY(-50%) scale(1.06); }
.lb-next { right: 18px; top: 50%; transform: translateY(-50%); width: 48px; height: 48px; border-radius: 50%; }
.lb-next:hover { transform: translateY(-50%) scale(1.06); }

/* zoom controls */
.lb-zoom {
  position: absolute; z-index: 2; bottom: 88px; right: 18px;
  display: flex; flex-direction: column; gap: .5rem;
}
.lb-zoom button {
  width: 44px; height: 44px; border-radius: 50%;
  font-size: 1.3rem; font-weight: 700; color: #fff; cursor: pointer;
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.22);
  -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
  transition: background-color .2s ease, transform .2s ease;
}
.lb-zoom button:hover { background: rgba(255,255,255,.2); transform: scale(1.06); }
.lb-zoom button:disabled { opacity: .35; cursor: default; transform: none; }

/* caption + counter */
.lb-meta {
  position: absolute; z-index: 2; left: 0; right: 0; bottom: 0;
  padding: 1.4rem 1.6rem 1.6rem;
  background: linear-gradient(180deg, transparent, rgba(0,0,0,.72));
  display: flex; align-items: flex-end; justify-content: space-between; gap: 1rem;
  color: #fff;
}
.lb-meta .name { font-family: var(--font-serif); font-size: 1.25rem; font-weight: 600; }
.lb-meta .hint { font-size: .8rem; color: rgba(255,255,255,.7); margin-top: .2rem; }
.lb-count {
  flex: none; font-size: .82rem; font-weight: 600; letter-spacing: .12em;
  color: rgba(255,255,255,.85); background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.25); border-radius: 999px; padding: .4em .9em;
}
@media (max-width: 640px) {
  .lb-prev { left: 10px; }
  .lb-next { right: 10px; }
  .lb-zoom { bottom: 84px; right: 10px; }
  .lb-img, .lb-img img { max-width: 94vw; max-height: 78vh; }
}

/* ============ Home page gallery strip ============ */
.home-gallery { margin-top: clamp(3rem, 6vw, 4.5rem); }
.home-gallery .strip {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem;
}
.home-gallery .strip a {
  position: relative; border-radius: var(--radius-md); overflow: hidden;
  aspect-ratio: 4 / 3; display: block; border: 1px solid var(--line);
}
.home-gallery .strip img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s cubic-bezier(.22,1,.36,1); }
.home-gallery .strip a:hover img { transform: scale(1.06); }
.home-gallery .strip a::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(20,22,24,.55));
  opacity: .85; transition: opacity .3s ease;
}
.home-gallery .strip a:hover::after { opacity: 1; }
.home-gallery .strip a .cap {
  position: absolute; left: 1rem; bottom: .8rem; z-index: 1;
  color: #fff; font-family: var(--font-serif); font-size: 1.02rem; font-weight: 600;
  text-shadow: 0 1px 10px rgba(0,0,0,.5);
}
.home-gallery .strip a .go {
  position: absolute; right: .8rem; bottom: .8rem; z-index: 1;
  width: 30px; height: 30px; border-radius: 50%;
  background: rgba(255,255,255,.2); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
  border: 1px solid rgba(255,255,255,.35); color: #fff; display: grid; place-items: center;
  opacity: 0; transform: translateY(4px); transition: opacity .3s ease, transform .3s ease;
}
.home-gallery .strip a:hover .go { opacity: 1; transform: none; }
.home-gallery .strip a .go svg { width: 14px; height: 14px; }
.home-gallery .strip-link {
  display: inline-flex; align-items: center; gap: .5em; margin-top: 1.4rem;
  font-weight: 600; color: var(--teal);
}
.home-gallery .strip-link svg { width: 16px; height: 16px; transition: transform .25s ease; }
.home-gallery .strip-link:hover svg { transform: translateX(4px); }
@media (max-width: 900px) { .home-gallery .strip { grid-template-columns: repeat
2, 1fr); } }
@media (max-width: 560px) { .home-gallery .strip { grid-template-columns: 1fr; } }

/* ============ Gallery CTA ============ */
.gallery-cta { text-align: center; max-width: 620px; margin-inline: auto; }
.gallery-cta h2 { font-size: clamp(1.9rem, 3.6vw, 2.6rem); margin-bottom: .5em; }
.gallery-cta p { color: var(--charcoal-soft); margin-bottom: 1.7rem; }

/* ============ Gallery back link ============ */
.back-link {
  display: inline-flex; align-items: center; gap: .5em;
  font-size: .9rem; font-weight: 600; color: var(--teal);
  margin-bottom: 1.6rem; padding: 0;
  border: 0; background: transparent; cursor: pointer;
}
.back-link svg { width: 16px; height: 16px; transition: transform .25s ease; }
.back-link:hover svg { transform: translateX(-4px); }
.back-link:hover { text-decoration: none; }
