﻿/* ============ HERO NAV (COLMENA PAGE) ============ */
  :root {
    --colmena-cream: #f3eee3;
    --nav-glass-bg: rgba(12, 10, 9, 0.58);
    --nav-glass-border: rgba(245, 241, 232, 0.18);
    --nav-glass-blur: blur(22px) saturate(150%);
    --bottom-bar-offset: clamp(16px, 3vh, 32px);
    --bottom-bar-height: 52px;
    --bottom-bar-width: min(430px, calc(100vw - 32px));
    --site-nav-panel-width: min(92vw, 1680px);
  }

  nav.nav--hero {
    display: none;
  }

  body {
    padding-bottom: 110px;
  }

  .site-nav {
    pointer-events: none;
  }

  .site-nav__overlay {
    position: fixed;
    inset: 0;
    z-index: 140;
    background: rgba(0, 0, 0, 0.35);
    opacity: 0;
    transition: opacity 0.35s ease;
    pointer-events: none;
  }

  .site-nav.is-open {
    pointer-events: auto;
  }

  .site-nav.is-open .site-nav__overlay {
    opacity: 1;
    pointer-events: auto;
  }

  .site-nav__panel {
    position: fixed;
    left: 50%;
    bottom: calc(var(--bottom-bar-offset) + var(--bottom-bar-height));
    z-index: 145;
    width: var(--site-nav-panel-width);
    max-height: min(72vh, 620px);
    overflow-y: auto;
    background: var(--nav-glass-bg);
    backdrop-filter: var(--nav-glass-blur);
    -webkit-backdrop-filter: var(--nav-glass-blur);
    color: var(--colmena-cream);
    border: 1px solid var(--nav-glass-border);
    border-bottom: none;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.06),
      0 -12px 48px rgba(0, 0, 0, 0.28);
    padding: clamp(44px, 5vw, 72px) clamp(40px, 5vw, 72px) clamp(32px, 4vw, 48px);
    opacity: 0;
    transform: translateX(-50%) translateY(12px);
    pointer-events: none;
    transition:
      opacity 0.35s ease,
      transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .site-nav.is-open .site-nav__panel {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
    pointer-events: auto;
  }

  .site-nav__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(40px, 6vw, 96px);
  }

  .site-nav__col {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: clamp(12px, 1.6vw, 20px);
  }

  .site-nav__col a {
    font-family: var(--serif);
    font-size: clamp(2rem, 3vw, 3.5rem);
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: rgba(244, 239, 230, 0.94);
    text-decoration: none;
    transition: color 0.28s ease, opacity 0.28s ease;
  }

  .site-nav__col a:hover {
    color: var(--amber-warm);
  }

  .site-nav__footer {
    margin-top: clamp(40px, 5vw, 56px);
    padding-top: clamp(24px, 3vw, 32px);
    border-top: 1px solid rgba(245, 241, 232, 0.12);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .site-nav__location,
  .site-nav__copyright {
    margin: 0;
    font-family: var(--sans);
    font-size: 0.68rem;
    font-weight: 500;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: rgba(244, 239, 230, 0.42);
  }

  /* ============ HERO (VIDEO BACKGROUND) ============ */
  .hero {
    --hero-video-position: center center;
    position: relative;
    height: 100vh;
    height: 100svh;
    max-height: 100vh;
    max-height: 100svh;
    min-height: 0;
    box-sizing: border-box;
    overflow: hidden;
    background: var(--bg);
    isolation: isolate;
  }

  .hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: var(--hero-video-position);
    z-index: 0;
  }

  .hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0.28) 28%, rgba(0, 0, 0, 0.22) 50%, rgba(0, 0, 0, 0.38) 72%, rgba(0, 0, 0, 0.68) 100%),
      radial-gradient(ellipse 80% 60% at 50% 45%, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.5) 100%);
  }

  .hero-wordmark {
    position: relative;
    z-index: 4;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-top: clamp(48px, 8vh, 84px);
    margin-bottom: clamp(28px, 4vh, 40px);
    text-decoration: none;
    flex-shrink: 0;
    opacity: 0;
    animation: fadeUp 1s ease 0.15s forwards;
  }
  .hero-wordmark__logo {
    display: block;
    height: clamp(39px, 5.6vh, 50px);
    width: auto;
    opacity: 0.92;
  }
  .hero-wordmark__text {
    font-family: var(--serif);
    font-size: clamp(11px, 1.2vw, 13px);
    letter-spacing: 0.52em;
    text-transform: uppercase;
    color: rgba(244, 239, 230, 0.92);
    font-weight: 500;
    text-align: center;
  }

  .hero-inner {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 0 clamp(24px, 5vw, 48px) clamp(112px, 16vh, 140px);
    box-sizing: border-box;
    pointer-events: none;
  }

  .hero-content {
    position: relative;
    width: 100%;
    max-width: 720px;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 0;
    pointer-events: auto;
  }

  .hero-eyebrow {
    width: 100%;
    margin: 0 0 clamp(12px, 1.8vh, 18px);
    font-size: clamp(9px, 0.85vw, 10.5px);
    letter-spacing: 0.42em;
    text-transform: uppercase;
    text-align: center;
    color: rgba(232, 180, 99, 0.88);
    font-weight: 400;
    opacity: 0;
    animation: fadeUp 1s ease 0.25s forwards;
  }

  .hero-title {
    font-family: var(--serif);
    font-weight: 400;
    font-size: clamp(3rem, 6vw, 6.25rem);
    line-height: 0.95;
    letter-spacing: -0.03em;
    color: #f4efe6;
    margin: 0;
    width: 100%;
    text-align: center;
  }
  .hero-title .word {
    display: block;
    opacity: 0;
    transform: translateY(28px);
    animation: revealUp 1.1s cubic-bezier(0.2, 0.7, 0.2, 1) forwards;
  }
  .hero-title .word:nth-child(1) { animation-delay: 0.35s; }
  .hero-title .word:nth-child(2) { animation-delay: 0.5s; }
  .hero-title em {
    color: var(--amber-warm);
    font-style: normal;
  }

  .hero-title .garden-text-glow {
    color: #e8c878;
    font-style: normal;
    text-shadow:
      0 0 10px rgba(214, 169, 71, 0.95),
      0 0 22px rgba(214, 169, 71, 0.7),
      0 0 40px rgba(196, 154, 89, 0.45);
  }

  .hero-copy {
    width: 100%;
    max-width: 600px;
    margin: clamp(10px, 1.4vh, 14px) 0 0;
    font-family: var(--serif);
    font-size: clamp(1rem, 1.25vw, 1.25rem);
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0.02em;
    text-align: center;
    color: rgba(245, 238, 224, 0.82);
    opacity: 0;
    animation: fadeUp 1s ease 0.75s forwards;
  }

  .hero-action-bar {
    position: fixed;
    left: 50%;
    bottom: var(--bottom-bar-offset);
    transform: translateX(-50%);
    z-index: 150;
    display: grid;
    grid-template-columns: 1fr 56px 1fr;
    align-items: stretch;
    width: var(--bottom-bar-width);
    height: var(--bottom-bar-height);
    max-height: var(--bottom-bar-height);
    padding: 0;
    background: var(--nav-glass-bg);
    backdrop-filter: var(--nav-glass-blur);
    -webkit-backdrop-filter: var(--nav-glass-blur);
    border: 1px solid var(--nav-glass-border);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.06),
      0 24px 48px rgba(0, 0, 0, 0.32),
      0 8px 20px rgba(0, 0, 0, 0.18);
    overflow: hidden;
    opacity: 1;
    transition:
      width 0.4s cubic-bezier(0.22, 1, 0.36, 1),
      box-shadow 0.35s ease,
      border-color 0.35s ease;
  }

  body.site-nav-open .hero-action-bar {
    width: var(--site-nav-panel-width);
    border-top: none;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.06),
      0 24px 48px rgba(0, 0, 0, 0.32),
      0 8px 20px rgba(0, 0, 0, 0.18);
  }

  body.site-nav-open .site-nav__panel {
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.06),
      0 -8px 32px rgba(0, 0, 0, 0.2);
  }
  .hero-action-bar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 10%;
    right: 10%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(212, 162, 74, 0.42), transparent);
    pointer-events: none;
  }
  .hero-action-bar__link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0 16px;
    font-family: var(--sans);
    font-size: 9.5px;
    letter-spacing: 0.36em;
    text-transform: uppercase;
    font-weight: 400;
    color: rgba(244, 239, 230, 0.86);
    text-decoration: none;
    transition: color 0.28s ease, background 0.28s ease;
  }
  .hero-action-bar__link:first-child {
    justify-content: flex-start;
    padding-left: clamp(22px, 4vw, 30px);
  }
  .hero-action-bar__link:last-child {
    justify-content: flex-end;
    padding-right: clamp(22px, 4vw, 30px);
  }
  .hero-action-bar__link:hover {
    color: var(--amber-warm);
    background: rgba(244, 239, 230, 0.04);
  }
  .hero-action-bar__link:focus-visible {
    outline: none;
    color: var(--amber-warm);
    box-shadow: inset 0 0 0 1px rgba(212, 162, 74, 0.35);
  }
  .hero-action-bar__menu {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 100%;
    padding: 0;
    border: none;
    border-left: 1px solid rgba(244, 239, 230, 0.08);
    border-right: 1px solid rgba(244, 239, 230, 0.08);
    background: rgba(244, 239, 230, 0.03);
    cursor: pointer;
    transition: background 0.28s ease, border-color 0.28s ease;
  }
  .hero-action-bar__menu:hover {
    background: rgba(212, 162, 74, 0.1);
    border-left-color: rgba(212, 162, 74, 0.18);
    border-right-color: rgba(212, 162, 74, 0.18);
  }
  .hero-action-bar__menu:focus-visible {
    outline: none;
    background: rgba(212, 162, 74, 0.12);
    box-shadow: inset 0 0 0 1px rgba(212, 162, 74, 0.35);
  }
  .hero-action-bar__menu-icon {
    position: relative;
    display: block;
    width: 16px;
    height: 1px;
    background: rgba(244, 239, 230, 0.88);
    box-shadow:
      0 -5px 0 rgba(244, 239, 230, 0.88),
      0 5px 0 rgba(244, 239, 230, 0.88);
    transition: background 0.28s ease, box-shadow 0.28s ease;
  }
  .hero-action-bar__menu[aria-expanded="true"] .hero-action-bar__menu-icon {
    background: transparent;
    box-shadow: none;
  }
  .hero-action-bar__menu[aria-expanded="true"] .hero-action-bar__menu-icon::before,
  .hero-action-bar__menu[aria-expanded="true"] .hero-action-bar__menu-icon::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 16px;
    height: 1px;
    background: rgba(244, 239, 230, 0.88);
  }
  .hero-action-bar__menu[aria-expanded="true"] .hero-action-bar__menu-icon::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .hero-action-bar__menu[aria-expanded="true"] .hero-action-bar__menu-icon::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .hero-action-bar__menu:hover .hero-action-bar__menu-icon,
  .hero-action-bar__menu:focus-visible .hero-action-bar__menu-icon {
    background: var(--amber-warm);
    box-shadow:
      0 -5px 0 var(--amber-warm),
      0 5px 0 var(--amber-warm);
  }
  .hero-action-bar__menu[aria-expanded="true"]:hover .hero-action-bar__menu-icon::before,
  .hero-action-bar__menu[aria-expanded="true"]:hover .hero-action-bar__menu-icon::after,
  .hero-action-bar__menu[aria-expanded="true"]:focus-visible .hero-action-bar__menu-icon::before,
  .hero-action-bar__menu[aria-expanded="true"]:focus-visible .hero-action-bar__menu-icon::after {
    background: var(--amber-warm);
  }
  .hero-scroll-cue {
    position: absolute;
    right: clamp(20px, 4vw, 48px);
    bottom: clamp(96px, 14vh, 128px);
    z-index: 4;
    margin: 0;
    font-size: 9px;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: rgba(232, 180, 99, 0.42);
    opacity: 0;
    animation: fadeUp 1s ease 1.1s forwards;
  }

  @keyframes revealUp {
    to { opacity: 1; transform: translateY(0); }
  }
  @keyframes fadeUp {
    from { opacity: 0; transform: translateY(16px); }
    to { opacity: 1; transform: translateY(0); }
  }

  @media (prefers-reduced-motion: reduce) {
    .hero-wordmark,
    .hero-eyebrow,
    .hero-title .word,
    .hero-copy,
    .hero-scroll-cue {
      animation: none;
      opacity: 1;
      transform: none;
    }
    .site-nav__panel,
    .site-nav__overlay,
    .hero-action-bar {
      transition: none;
    }
  }

  /* Legacy hero image layout — removed from markup; kept hidden if reintroduced */
  .hero-right,
  .hero-img-wrap,
  .hero-img,
  .hero-img-caption {
    display: none;
  }

  /* ============ MARQUEE DIVIDER ============ */
  .marquee {
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    overflow: hidden;
    padding: 28px 0;
    background: var(--bg-2);
  }
  .marquee-track {
    display: flex;
    gap: 80px;
    white-space: nowrap;
    animation: scroll 38s linear infinite;
    font-family: var(--serif);
    font-style: italic;
    font-size: 28px;
    color: var(--ink-dim);
    letter-spacing: 0.02em;
  }
  .marquee-track span { display: inline-flex; align-items: center; gap: 80px; }
  .marquee-track .sep { color: var(--amber); font-style: normal; font-size: 14px; }
  @keyframes scroll {
    to { transform: translateX(-50%); }
  }

  /* ============ ATMOSPHERE (EDITORIAL COLLAGE) ============ */
  .atmosphere-section {
    position: relative;
    background: #050505;
    color: #f4efe6;
    padding: clamp(90px, 10vw, 160px) clamp(24px, 5vw, 90px);
    overflow: hidden;
  }

  .atmosphere-inner {
    width: min(100%, 1600px);
    margin: 0 auto;
  }

  .atmosphere-intro {
    text-align: center;
    max-width: 900px;
    margin: 0 auto clamp(56px, 7vw, 100px);
    padding: 0 clamp(12px, 2vw, 24px);
  }

  .atmosphere-intro__label {
    margin: 0 0 clamp(28px, 4vw, 48px);
    font-family: var(--sans);
    font-size: clamp(0.8rem, 0.9vw, 0.95rem);
    font-weight: 500;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: rgba(245, 240, 230, 0.9);
  }

  .atmosphere-intro__lead {
    margin: 0 auto clamp(24px, 3.5vw, 40px);
    max-width: 850px;
    font-family: var(--serif);
    font-size: clamp(2.5rem, 5vw, 5rem);
    font-weight: 400;
    line-height: 1.06;
    letter-spacing: -0.02em;
    color: #f5f1e8;
  }
  .atmosphere-intro__lead em {
    color: var(--amber-warm);
    font-style: normal;
  }

  .atmosphere-intro__lead .garden-text-glow {
    color: #e8c878;
    font-style: normal;
    text-shadow:
      0 0 10px rgba(214, 169, 71, 0.95),
      0 0 22px rgba(214, 169, 71, 0.7),
      0 0 40px rgba(196, 154, 89, 0.45);
  }

  .atmosphere-intro__body {
    margin: 0 auto;
    max-width: 760px;
    font-family: var(--serif);
    font-size: clamp(1rem, 1.2vw, 1.3rem);
    font-weight: 300;
    line-height: 1.8;
    letter-spacing: 0.02em;
    color: rgba(245, 241, 232, 0.88);
  }

  .atmosphere-collage {
    position: relative;
    min-height: 0;
    height: 0;
    overflow: hidden;
    pointer-events: none;
  }

  .atmosphere-collage.is-visible {
    min-height: clamp(680px, 54vw, 900px);
    height: auto;
    overflow: visible;
    pointer-events: auto;
  }

  .atmosphere-img {
    position: absolute;
    overflow: hidden;
    background: #111;
    margin: 0;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.38);
    opacity: 0;
    transition: opacity 1s ease;
  }

  .atmosphere-collage.is-visible .atmosphere-img:nth-child(1) {
    opacity: 1;
    transition-delay: 0ms;
  }

  .atmosphere-collage.is-visible .atmosphere-img:nth-child(2) {
    opacity: 1;
    transition-delay: 120ms;
  }

  .atmosphere-collage.is-visible .atmosphere-img:nth-child(3) {
    opacity: 1;
    transition-delay: 240ms;
  }

  .atmosphere-collage.is-visible .atmosphere-img:nth-child(4) {
    opacity: 1;
    transition-delay: 360ms;
  }

  .atmosphere-collage.is-visible .atmosphere-img:nth-child(5) {
    opacity: 1;
    transition-delay: 480ms;
  }

  .atmosphere-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 1.2s cubic-bezier(0.2, 0.7, 0.2, 1), filter 0.6s ease;
    filter: brightness(0.92) contrast(1.05);
  }

  .atmosphere-img:hover img {
    transform: scale(1.04);
    filter: brightness(1) contrast(1.05);
  }

  .atmosphere-img--large {
    width: 62%;
    aspect-ratio: 16 / 9;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    top: 18%;
    z-index: 2;
  }

  .atmosphere-img--top-left {
    width: 31%;
    aspect-ratio: 4 / 3;
    left: 0;
    top: 0;
    z-index: 3;
  }

  .atmosphere-img--top-right {
    width: 28%;
    aspect-ratio: 1 / 1;
    right: 0;
    top: 0;
    z-index: 4;
  }

  .atmosphere-img--bottom-left {
    width: 34%;
    aspect-ratio: 16 / 11;
    left: 0;
    bottom: 0;
    z-index: 5;
  }

  .atmosphere-img--bottom-right {
    width: 24%;
    aspect-ratio: 1 / 1;
    right: 2%;
    bottom: 4%;
    z-index: 5;
  }

  .atmosphere-carousel__controls {
    display: none;
  }

  .atmosphere__swipe-hint {
    display: none;
  }

  .section-header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    margin-bottom: 100px;
    align-items: end;
  }
  .section-tag {
    font-size: 10.5px;
    letter-spacing: 0.42em;
    text-transform: uppercase;
    color: var(--amber-warm);
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 32px;
  }
  .section-tag .num {
    font-family: var(--serif);
    font-style: italic;
    color: var(--ink-mute);
    letter-spacing: 0;
    font-size: 14px;
  }
  .section-title {
    font-family: var(--serif);
    font-weight: 400;
    font-size: clamp(48px, 7vw, 112px);
    line-height: 0.95;
    letter-spacing: -0.02em;
    color: var(--ink);
  }
  .section-title em {
    font-style: italic;
    color: var(--amber-warm);
    font-weight: 300;
  }

  /* ============ MENU SHOWCASE ============ */
  .menu-stack { background: var(--bg, #0a0908); position: relative; }

  .menu-item {
    position: relative;
    height: 200vh; /* pin time + exit time */
  }
  
  .menu-item__pin {
    position: sticky;
    top: 0;
    height: 100vh;
    width: 100%;
    display: grid;
    place-items: center;
    overflow: hidden;
    background: var(--bg, #0a0908);
  }
  
  .menu-item__media {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 52vw;
    height: 60vh;
    transform: translate(-50%, -50%);
    border-radius: 28px;
    overflow: hidden;
    z-index: 1;
    will-change: width, height, border-radius;
  }
  .menu-item__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .menu-item__media::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at center, rgba(10,9,8,0.35), rgba(10,9,8,0.55));
    pointer-events: none;
  }
  
  .menu-item__content {
    position: relative;
    z-index: 2;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 28px;
    padding: 0 24px;
    will-change: opacity;
  }
  .menu-item__eyebrow {
    font-size: 11px; letter-spacing: 0.42em; text-transform: uppercase;
    color: var(--ink, #f4ede2); font-weight: 400; margin: 0;
  }
  .menu-item__title {
    font-family: var(--serif, 'Cormorant Garamond', serif);
    font-size: clamp(72px, 13vw, 220px);
    font-weight: 400; line-height: 0.95; letter-spacing: -0.015em;
    color: var(--ink, #f4ede2); margin: 0;
  }
  .menu-item__btn {
    display: inline-block; padding: 16px 34px;
    background: var(--ink, #f4ede2); color: var(--bg, #0a0908);
    text-decoration: none; font-size: 10.5px; letter-spacing: 0.32em;
    text-transform: uppercase; font-weight: 500; border-radius: 4px;
    transition: background 0.3s ease;
  }
  .menu-item__btn:hover { background: var(--amber, #d4a24a); }
  
  @media (max-width: 899px) {
    .menu-item {
      height: 190vh;
    }

    .menu-item__pin {
      position: sticky;
      top: 0;
      height: 100svh;
      min-height: 100svh;
      padding: 0;
    }

    .menu-item__media {
      position: absolute;
      top: 50%;
      left: 50%;
      right: auto;
      bottom: auto;
      width: 86vw;
      height: 52svh;
      transform: none;
      border-radius: 22px;
    }
  }
  @media (prefers-reduced-motion: reduce) {
    .menu-item { height: auto; }
    .menu-item__pin { position: relative; height: 100vh; }
    .menu-item__media { width: 100% !important; height: 100% !important; border-radius: 0 !important; inset: 0; transform: none; top: 0; left: 0; }
  }

  /* ============ EXPERIENCE QUOTE ============ */
  .experience {
    background: #050505;
    padding: clamp(60px, 8vw, 120px) clamp(24px, 5vw, 80px) clamp(90px, 10vw, 150px);
    text-align: center;
    position: relative;
  }

  .experience-inner {
    max-width: 1100px;
    margin-inline: auto;
  }

  .experience-quote-wrap {
    transform: rotate(-2.5deg);
    transform-origin: center center;
  }

  .experience-quote {
    margin: 0;
    padding: 0;
    border: none;
    font-family: var(--serif);
    font-style: normal;
    font-weight: 400;
    font-size: clamp(1.65rem, 2.85vw, 3.15rem);
    line-height: 1.38;
    letter-spacing: -0.02em;
    color: #f3ede2;
    text-align: center;
  }

  .experience-quote em {
    font-family: var(--serif);
    font-style: italic;
    font-weight: 400;
    color: rgba(232, 180, 99, 0.88);
  }

  .experience-cite {
    margin: 1.5rem 0 0;
    font-family: var(--serif);
    font-size: clamp(0.72rem, 0.8vw, 0.86rem);
    font-weight: 400;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: rgba(243, 237, 226, 0.45);
  }

  .experience-cite::before {
    content: '';
    display: block;
    width: 40px;
    height: 1px;
    background: rgba(212, 162, 74, 0.55);
    margin: 0 auto 1.5rem;
  }

  @media (max-width: 640px) {
    .experience-quote-wrap {
      transform: rotate(-1deg);
    }

    .experience-quote {
      font-size: clamp(1.45rem, 5.8vw, 2.1rem);
      line-height: 1.42;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .experience-quote-wrap {
      transform: none;
    }
  }

  /* ============ INSTAGRAM MARQUEE ============ */
  .instagram-marquee-section {
    background: #f4efe6;
    color: #111;
    overflow: hidden;
    border-top: 1px solid rgba(17, 17, 17, 0.08);
  }
  .instagram-marquee-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 48px;
    padding: clamp(70px, 8vw, 120px) clamp(32px, 7vw, 120px) clamp(40px, 5vw, 80px);
  }
  .instagram-marquee-title {
    font-family: var(--serif);
    font-weight: 400;
    font-size: clamp(2rem, 3vw, 4rem);
    line-height: 1.05;
    letter-spacing: -0.03em;
    color: #111;
    margin: 0;
    max-width: 16ch;
  }
  .instagram-marquee-handle {
    font-family: var(--serif);
    font-weight: 400;
    font-size: clamp(1.8rem, 2.8vw, 3.8rem);
    line-height: 1;
    text-decoration: none;
    color: rgb(17, 17, 17);
    white-space: nowrap;
    transition: color 0.3s ease, opacity 0.3s ease;
  }
  .instagram-marquee-handle:hover {
    color: #5c4a2a;
    opacity: 0.88;
  }
  .instagram-marquee-viewport {
    overflow: hidden;
    padding-bottom: clamp(48px, 6vw, 72px);
    width: 100%;
  }
  .instagram-marquee-track {
    display: flex;
    align-items: center;
    gap: clamp(24px, 4vw, 72px);
    width: max-content;
    animation: instagram-marquee 45s linear infinite;
    will-change: transform;
  }
  @keyframes instagram-marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
  }
  .instagram-post {
    flex-shrink: 0;
    display: block;
    overflow: hidden;
    transition: opacity 0.35s ease;
  }
  .instagram-post:hover {
    opacity: 0.92;
  }
  .instagram-post img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .instagram-post--small {
    width: clamp(180px, 15vw, 280px);
    aspect-ratio: 1 / 1;
  }
  .instagram-post--medium {
    width: clamp(240px, 20vw, 380px);
    aspect-ratio: 4 / 3;
  }
  .instagram-post--large {
    width: clamp(300px, 26vw, 520px);
    aspect-ratio: 5 / 4;
  }
  .instagram-post--wide {
    width: clamp(320px, 28vw, 560px);
    aspect-ratio: 16 / 10;
  }
  .instagram-post--tall {
    width: clamp(220px, 18vw, 340px);
    aspect-ratio: 4 / 5;
  }
  .instagram-post:nth-child(8n + 1) { transform: translateY(90px); }
  .instagram-post:nth-child(8n + 2) { transform: translateY(20px); }
  .instagram-post:nth-child(8n + 3) { transform: translateY(-20px); }
  .instagram-post:nth-child(8n + 4) { transform: translateY(70px); }
  .instagram-post:nth-child(8n + 5) { transform: translateY(0); }
  .instagram-post:nth-child(8n + 6) { transform: translateY(110px); }
  .instagram-post:nth-child(8n + 7) { transform: translateY(35px); }
  .instagram-post:nth-child(8n + 8) { transform: translateY(-8px); }
  @media (prefers-reduced-motion: reduce) {
    .instagram-marquee-track {
      animation: none;
    }
  }
  @media (max-width: 768px) {
    .instagram-marquee-header {
      flex-direction: column;
      align-items: flex-start;
      padding: 64px 24px 36px;
      gap: 20px;
    }
    .instagram-marquee-title {
      max-width: none;
    }
    .instagram-marquee-handle {
      white-space: normal;
    }
    .instagram-marquee-track {
      gap: 24px;
      animation-duration: 38s;
    }
    .instagram-post:nth-child(n) {
      transform: translateY(0) !important;
    }
  }

  /* ============ FOOTER ============ */
  .honeycomb-divider {
    display: flex;
    justify-content: center;
    margin-bottom: 0;
    padding: clamp(48px, 6vw, 80px) 0 clamp(56px, 7vw, 80px);
  }
  .honeycomb-divider__logo {
    height: clamp(54px, 6.75vw, 76px);
    width: auto;
    display: block;
  }

  .garden-footer {
    background: #030303;
    color: #f5eee0;
    padding: clamp(34px, 5vw, 64px) clamp(20px, 5vw, 72px);
    border-top: 1px solid rgba(214, 169, 71, 0.14);
  }

  .garden-footer__inner {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: clamp(20px, 4vw, 40px);
    max-width: 1280px;
    margin: 0 auto clamp(28px, 4vw, 40px);
  }

  .garden-footer__socials {
    display: flex;
    align-items: center;
    gap: clamp(14px, 2vw, 20px);
    justify-self: start;
  }

  .garden-footer__socials a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(245, 238, 224, 0.78);
    transition: color 0.25s ease, transform 0.25s ease;
  }

  .garden-footer__socials a:hover,
  .garden-footer__socials a:focus-visible {
    color: rgba(214, 169, 71, 0.95);
    transform: translateY(-1px);
  }

  .garden-footer__socials svg {
    width: 18px;
    height: 18px;
  }

  .garden-footer__colmena {
    width: 52px;
    height: 52px;
  }

  .garden-footer__partner {
    width: 108px;
    height: 58px;
  }

  .garden-footer__colmena img {
    display: block;
    width: auto;
    height: 34px;
    max-width: 52px;
    object-fit: contain;
    opacity: 0.85;
    transition: opacity 0.25s ease, transform 0.25s ease;
  }

  .garden-footer__partner img {
    display: block;
    width: 100px;
    height: auto;
    max-height: 52px;
    object-fit: contain;
    opacity: 0.9;
    transition: opacity 0.25s ease, transform 0.25s ease;
  }

  .garden-footer__colmena:hover img,
  .garden-footer__colmena:focus-visible img,
  .garden-footer__partner:hover img,
  .garden-footer__partner:focus-visible img {
    opacity: 1;
  }

  .garden-footer__links {
    display: flex;
    align-items: center;
    gap: clamp(28px, 6vw, 72px);
    justify-self: center;
    position: static;
    top: auto;
    left: auto;
    right: auto;
    z-index: auto;
    padding: 0;
    margin: 0;
  }

  .garden-footer__links a,
  .garden-footer__links span {
    font-family: var(--serif);
    font-size: clamp(0.78rem, 0.9vw, 0.88rem);
    letter-spacing: 0.06em;
    color: rgba(245, 238, 224, 0.72);
  }

  .garden-footer__links a {
    text-decoration: none;
    transition: color 0.25s ease;
  }

  .garden-footer__links a:hover,
  .garden-footer__links a:focus-visible {
    color: rgba(214, 169, 71, 0.95);
  }

  .garden-footer__contact {
    justify-self: end;
    text-align: right;
    margin-left: auto;
  }

  .garden-footer__phone {
    display: block;
    font-family: var(--serif);
    font-size: clamp(0.95rem, 1.1vw, 1.05rem);
    font-weight: 400;
    color: #f5eee0;
    text-decoration: none;
    margin-bottom: 6px;
    transition: color 0.25s ease;
  }

  .garden-footer__phone:hover,
  .garden-footer__phone:focus-visible {
    color: rgba(214, 169, 71, 0.95);
  }

  .garden-footer__address {
    font-family: var(--serif);
    font-style: normal;
    font-size: clamp(0.78rem, 0.88vw, 0.86rem);
    line-height: 1.55;
    color: rgba(245, 238, 224, 0.62);
    text-align: right;
  }

  .garden-footer__bottom {
    max-width: 1280px;
    margin: 0 auto;
    text-align: center;
  }

  .garden-footer__copyright {
    margin: 0;
    text-align: center;
    font-family: var(--sans);
    font-size: clamp(0.65rem, 0.72vw, 0.72rem);
    letter-spacing: 0.08em;
    color: rgba(245, 238, 224, 0.45);
  }

  .garden-footer__credit {
    margin: 0;
    text-align: center;
    font-family: var(--sans);
    font-size: clamp(0.65rem, 0.72vw, 0.72rem);
    letter-spacing: 0.08em;
    color: #f5eee0;
  }

  @media (max-width: 767px) {
    .garden-footer {
      text-align: center;
    }

    .garden-footer__inner {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 22px;
      margin-bottom: clamp(20px, 4vw, 28px);
    }

    .garden-footer__socials {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 18px;
      width: 100%;
      justify-self: center;
    }

    .garden-footer__socials a {
      flex-shrink: 0;
    }

    .garden-footer__links {
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 10px;
      width: 100%;
    }

    .garden-footer__contact {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      margin-left: 0;
      width: 100%;
      justify-self: center;
    }

    .garden-footer__phone {
      text-align: center;
    }

    .garden-footer__address {
      text-align: center;
      margin: 0 auto;
    }

    .garden-footer__bottom {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 6px;
      width: 100%;
    }
  }

  .reserve-block {
    background: var(--bg-2);
    border: 1px solid var(--line);
    padding: 56px 48px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 48px;
    align-items: center;
    margin-bottom: 80px;
  }
  .reserve-block h3 {
    font-family: var(--serif);
    font-size: clamp(32px, 4vw, 56px);
    font-weight: 400;
    line-height: 1;
    color: var(--ink);
    letter-spacing: -0.015em;
  }
  .reserve-block h3 em { font-style: italic; color: var(--amber-warm); }
  .reserve-block p {
    font-size: 13px;
    color: var(--ink-dim);
    margin-top: 16px;
    max-width: 460px;
    line-height: 1.7;
  }
  .reserve-block .cta-btn {
    border-color: var(--amber);
    color: var(--amber-warm);
    padding: 18px 36px;
    font-size: 11px;
  }
  .reserve-block .cta-btn::before { background: var(--amber); }
  .reserve-block .cta-btn:hover { color: var(--bg); }

  /* ============ RESPONSIVE ============ */
  @media (max-width: 1100px) {
    nav { padding: 22px 32px; }
    nav.scrolled { padding: 16px 32px; }
    .nav-links { gap: 32px; }
    .hero-action-bar {
      width: min(380px, calc(100% - 48px));
    }
    .atmosphere-section, .experience { padding-left: 32px; padding-right: 32px; }
    .section-header { grid-template-columns: 1fr; gap: 32px; }
    .reserve-block { grid-template-columns: 1fr; padding: 40px 32px; gap: 28px; }
  }
  @media (max-width: 899px) {
    .menu-showcase__stage {
      min-height: 0;
      overflow: visible;
    }
  }

  @media (max-width: 900px) {
    .menu-showcase__inner {
      width: min(1720px, calc(100vw - 48px));
    }

    .menu-showcase__intro {
      margin-bottom: clamp(40px, 6vw, 56px);
    }

    .menu-showcase__headline {
      font-size: clamp(1.5rem, 4.5vw, 2.25rem);
    }

    .menu-showcase__grid {
      grid-template-columns: 1fr;
      gap: clamp(18px, 3vw, 28px);
    }

    .menu-panel {
      height: clamp(560px, 72svh, 680px);
      min-height: clamp(560px, 72svh, 680px);
    }

    .menu-panel__content {
      left: clamp(20px, 4vw, 32px);
      right: clamp(20px, 4vw, 32px);
      bottom: clamp(48px, 5vw, 64px);
    }

    .menu-panel__title {
      font-size: clamp(3.25rem, 12vw, 5.5rem);
    }

    .menu-panel__meta {
      max-width: 88%;
    }
  }

  @media (max-width: 768px) {
    .atmosphere-intro {
      margin-bottom: clamp(40px, 8vw, 56px);
    }

    .atmosphere-intro__label {
      margin-bottom: clamp(20px, 4vw, 32px);
      font-size: 0.78rem;
      letter-spacing: 0.2em;
    }

    .atmosphere-intro__lead {
      font-size: clamp(2rem, 9vw, 3.25rem);
      line-height: 1.08;
      margin-bottom: clamp(18px, 4vw, 28px);
    }

    .atmosphere-intro__body {
      font-size: clamp(0.98rem, 3.5vw, 1.08rem);
      line-height: 1.75;
    }

    .hero {
      height: 100svh;
      max-height: 100svh;
    }

    .hero-wordmark {
      margin-top: clamp(40px, 7vh, 64px);
      margin-bottom: clamp(20px, 3vh, 28px);
    }

    .hero-inner {
      padding: 0 24px clamp(96px, 14vh, 112px);
    }

    .hero-title {
      font-size: clamp(2.4rem, 13vw, 4rem);
      line-height: 0.98;
    }

    .hero-copy {
      margin-top: 10px;
      font-size: clamp(0.95rem, 3.8vw, 1.1rem);
    }

    :root {
      --bottom-bar-offset: 12px;
      --bottom-bar-height: 50px;
      --bottom-bar-width: calc(100vw - 24px);
      --site-nav-panel-width: calc(100vw - 24px);
    }

    .hero-action-bar {
      grid-template-columns: 1fr 50px 1fr;
    }

    .site-nav__panel {
      max-height: calc(100svh - 84px);
      padding: 32px 24px 28px;
    }

    .site-nav__grid {
      grid-template-columns: 1fr;
      gap: 28px;
    }

    .site-nav__col a {
      font-size: clamp(1.75rem, 8vw, 2.25rem);
    }

    .hero-action-bar__menu {
      width: 50px;
    }

    .hero-scroll-cue {
      right: 20px;
      bottom: clamp(72px, 10vh, 88px);
      font-size: 8px;
    }
  }

  @media (max-width: 640px) {
    .nav-links { display: none; }
    nav { padding: 18px 20px; }
    nav.scrolled { padding: 14px 20px; }
    .brand { font-size: 16px; }
    .cta-btn { padding: 10px 18px; font-size: 9.5px; letter-spacing: 0.25em; }
    .hero {
      --hero-video-position: center 35%;
    }
    .hero-inner {
      padding: 0 20px clamp(88px, 14vh, 100px);
    }
    .hero-eyebrow { margin-bottom: 10px; font-size: 8.5px; letter-spacing: 0.36em; }
    .hero-wordmark {
      margin-top: clamp(36px, 6vh, 52px);
    }
    .hero-scroll-cue {
      display: none;
    }
    .marquee-track { font-size: 20px; gap: 48px; }
    .marquee-track span { gap: 48px; }
    .atmosphere-section, .experience { padding-left: 20px; padding-right: 20px; }
    .menu-showcase {
      padding: clamp(36px, 7vw, 56px) 0 clamp(48px, 7vw, 72px);
    }
    .menu-showcase__inner {
      width: calc(100vw - 32px);
    }
    .menu-showcase__intro {
      margin-bottom: clamp(32px, 6vw, 44px);
    }
    .menu-panel {
      height: clamp(560px, 68svh, 640px);
      min-height: clamp(560px, 68svh, 640px);
    }
    .menu-panel__content {
      left: 20px;
      right: 20px;
      bottom: clamp(44px, 5vw, 56px);
    }
    .menu-panel__title {
      font-size: clamp(3rem, 14vw, 4.25rem);
      margin-bottom: 1.25rem;
    }
    .menu-panel__button {
      margin-bottom: 1.15rem;
    }
    .menu-panel__meta {
      font-size: 0.88rem;
      max-width: 92%;
    }
    .experience {
      padding: clamp(48px, 8vw, 80px) 20px clamp(72px, 9vw, 100px);
    }
  }

  @media (min-width: 768px) and (max-width: 1100px) and (orientation: portrait) {
    .atmosphere-section {
      padding-top: clamp(100px, 12vw, 150px);
      padding-bottom: calc(clamp(80px, 10vw, 120px) + 140px + env(safe-area-inset-bottom, 0px));
    }

    .atmosphere-intro {
      margin-bottom: clamp(44px, 6vw, 68px);
    }

    .atmosphere-collage.is-visible {
      width: min(92vw, 860px);
      margin: clamp(48px, 6vw, 72px) auto 0;
      min-height: clamp(620px, 88vw, 880px);
      height: clamp(620px, 88vw, 880px);
    }

    .atmosphere-img--large {
      width: 72%;
      left: 50%;
      right: auto;
      top: 22%;
      transform: translateX(-50%);
      z-index: 3;
    }

    .atmosphere-img--top-left {
      width: 38%;
      left: 2%;
      top: 0;
      z-index: 4;
    }

    .atmosphere-img--top-right {
      width: 34%;
      right: 2%;
      top: 1%;
      z-index: 4;
    }

    .atmosphere-img--bottom-left {
      width: 42%;
      left: 0;
      bottom: 3%;
      z-index: 2;
    }

    .atmosphere-img--bottom-right {
      width: 38%;
      right: 2%;
      bottom: 4%;
      z-index: 2;
    }
  }

  @media (max-width: 767px) {
    .atmosphere-section {
      overflow: visible;
    }

    .atmosphere__swipe-hint {
      display: block;
      width: fit-content;
      margin: 0 0 clamp(6px, 1.2vw, 10px) clamp(14px, 2.5vw, 22px);
      font-family: var(--serif);
      font-style: italic;
      font-size: 0.75rem;
      color: rgba(255, 245, 220, 0.7);
      letter-spacing: 0.15em;
      pointer-events: none;
      opacity: 0.75;
    }

    .atmosphere-collage {
      min-height: 0;
      height: 0;
      overflow: hidden;
      margin-top: 0;
      pointer-events: none;
      touch-action: pan-y;
    }

    .atmosphere-collage.is-visible {
      position: relative;
      display: block;
      margin-top: 42px;
      min-height: clamp(70svh, 76svh, 82svh) !important;
      height: clamp(70svh, 76svh, 82svh) !important;
      max-height: 82svh;
      overflow: hidden;
      pointer-events: auto;
      padding-bottom: 0;
    }

    .atmosphere-collage.is-dragging {
      cursor: grabbing;
    }

    .atmosphere-collage.is-visible .atmosphere-img {
      position: absolute !important;
      inset: 0 !important;
      top: 0 !important;
      left: 0 !important;
      right: 0 !important;
      bottom: 0 !important;
      width: 100% !important;
      max-width: none !important;
      height: 100% !important;
      min-height: 0 !important;
      max-height: none !important;
      margin: 0 !important;
      aspect-ratio: auto;
      transform: none !important;
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      transition:
        opacity 0.55s ease,
        transform 0.55s ease,
        visibility 0.55s;
      z-index: 1;
    }

    .atmosphere-collage.is-visible .atmosphere-img:nth-child(1),
    .atmosphere-collage.is-visible .atmosphere-img:nth-child(2),
    .atmosphere-collage.is-visible .atmosphere-img:nth-child(3),
    .atmosphere-collage.is-visible .atmosphere-img:nth-child(4),
    .atmosphere-collage.is-visible .atmosphere-img:nth-child(5) {
      opacity: 0;
      transition-delay: 0ms;
    }

    .atmosphere-collage.is-visible .atmosphere-img.is-active {
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
      transform: scale(1);
      z-index: 2;
    }

    .atmosphere-collage.is-visible .atmosphere-img.is-entering {
      transform: scale(1.02);
    }

    .atmosphere-collage.is-visible .atmosphere-img img {
      position: relative !important;
      width: 100% !important;
      height: 100% !important;
      min-height: 0 !important;
      max-height: none !important;
      object-fit: cover;
      object-position: center;
      transform: none !important;
      border-radius: 0;
      user-select: none;
      -webkit-user-drag: none;
      pointer-events: none;
    }

    .atmosphere-collage.is-visible .atmosphere-img--top-left img {
      object-position: 78% center;
    }

    .atmosphere-collage.is-visible .atmosphere-img:hover img {
      transform: none !important;
      filter: brightness(0.92) contrast(1.05);
    }

    .atmosphere-carousel__controls {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 14px;
      position: absolute;
      left: 50%;
      bottom: clamp(20px, 4vh, 32px);
      transform: translateX(-50%);
      z-index: 4;
    }

    .atmosphere-carousel__dot {
      padding: 8px 4px;
      border: none;
      background: transparent;
      font-size: 1.3rem;
      line-height: 1;
      color: rgba(245, 238, 224, 0.38);
      cursor: pointer;
      transition:
        color 0.35s ease,
        transform 0.35s ease;
    }

    .atmosphere-carousel__dot:hover,
    .atmosphere-carousel__dot:focus-visible {
      color: rgba(245, 238, 224, 0.72);
      outline: none;
    }

    .atmosphere-carousel__dot.is-active,
    .atmosphere-carousel__dot[aria-selected="true"] {
      color: rgba(214, 169, 71, 0.95);
      transform: scale(1.18);
    }
  }
