/* ============================================================
   Corinda Cafe & Eatery — "Retreat" editorial luxury
   Forest-green charcoal base · ivory Urbanist · caramel accent
   (adapted from the HushRetreat art direction)
   ============================================================ */

:root {
  /* Base — near-black forest green */
  --ink:      #0B1510;   /* page base */
  --ink-2:    #0E1B14;   /* raised panels */
  --green:    #14291F;
  --green-2:  #1C3A2C;

  /* Warm neutrals */
  --ivory:    #F3F0E7;   /* primary text on dark */
  --mist:     #C7C3B7;   /* secondary text */
  --stone:    #8A867A;   /* muted / labels */
  --line:     rgba(243,240,231,.14);
  --line-2:   rgba(243,240,231,.08);

  /* Accent — earthy caramel/amber */
  --amber:    #C88A3C;
  --amber-2:  #D89A48;
  --brown:    #7A5638;

  /* Light section */
  --cream:    #EFEBE0;
  --cream-ink:#1B2019;

  --maxw: 1280px;
  --pad: clamp(1.25rem, 5vw, 5rem);
  --font: "Urbanist", system-ui, -apple-system, sans-serif;
}

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

body {
  font-family: var(--font);
  background: var(--ink);
  color: var(--ivory);
  line-height: 1.55;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
::selection { background: var(--amber); color: var(--ink); }

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 var(--pad); }
.section { padding: clamp(5rem, 11vw, 11rem) 0; position: relative; }

/* Scroll progress */
.scrollbar {
  position: fixed; top: 0; left: 0; height: 2px; width: 0%;
  background: var(--amber); z-index: 200; transition: width .1s linear;
}

/* ---- Type helpers ---- */
.secmark {
  display: flex; align-items: baseline; gap: 1.2rem;
  margin-bottom: clamp(2rem, 5vw, 3.5rem);
  font-weight: 500; letter-spacing: .04em;
}
.secmark__no { color: var(--amber); font-size: .95rem; font-weight: 600; letter-spacing: .1em; }
.secmark__title {
  font-size: .8rem; text-transform: uppercase; letter-spacing: .28em;
  color: var(--stone); font-weight: 600;
}
.secmark--light .secmark__title { color: var(--stone); }

.statement {
  font-weight: 500; font-size: clamp(1.9rem, 4.4vw, 3.7rem);
  line-height: 1.08; letter-spacing: -.02em; color: var(--ivory);
}
.statement em { font-style: italic; font-weight: 400; color: var(--amber); }

.h2 {
  font-weight: 600; font-size: clamp(2rem, 4.4vw, 3.4rem);
  line-height: 1.05; letter-spacing: -.025em; margin-bottom: 1.6rem;
  max-width: 16ch;
}
.h2--light { color: var(--ivory); }

/* ---- Buttons ---- */
.pill {
  display: inline-flex; align-items: center; gap: .55rem;
  font-family: var(--font); font-weight: 600; font-size: .9rem;
  letter-spacing: .01em; padding: .9rem 1.7rem; border-radius: 999px;
  border: 1.5px solid var(--line); color: var(--ivory);
  cursor: pointer; transition: transform .35s cubic-bezier(.2,.8,.2,1), background .35s, color .35s, border-color .35s;
}
.pill:hover { transform: translateY(-2px); }
.pill--solid { background: var(--amber); color: var(--ink); border-color: var(--amber); }
.pill--solid:hover { background: var(--amber-2); border-color: var(--amber-2); }
.pill--line { background: transparent; }
.pill--line:hover { border-color: var(--ivory); }
.pill--lg { padding: 1.15rem 2.4rem; font-size: 1rem; }
.pill--full { width: 100%; justify-content: center; }

/* ============================================================
   NAV
   ============================================================ */
.nav {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  transition: background .5s, backdrop-filter .5s, box-shadow .5s;
}
.nav.is-scrolled { background: rgba(11,21,16,.72); backdrop-filter: blur(14px); box-shadow: 0 1px 0 var(--line-2); }
.nav__inner {
  max-width: var(--maxw); margin: 0 auto; padding: 1.1rem var(--pad);
  display: flex; align-items: center; justify-content: space-between; gap: 1.5rem;
}
.wordmark { display: flex; flex-direction: column; line-height: 1; }
.wordmark__c { font-weight: 700; font-size: 1.35rem; letter-spacing: -.01em; }
.wordmark__sub {
  font-size: .58rem; letter-spacing: .34em; text-transform: uppercase;
  color: var(--amber); margin-top: 4px; font-weight: 600;
}
.nav__links { display: flex; gap: 2.2rem; }
.nav__links a { font-size: .9rem; font-weight: 500; color: var(--mist); position: relative; padding: .2rem 0; transition: color .3s; }
.nav__links a::after { content: ""; position: absolute; left: 0; bottom: -2px; width: 0; height: 1px; background: var(--amber); transition: width .35s; }
.nav__links a:hover { color: var(--ivory); }
.nav__links a:hover::after { width: 100%; }
.nav__cta { padding: .6rem 1.3rem; font-size: .82rem; }
.nav__toggle { display: none; }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative; min-height: 67svh;
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: clamp(7rem, 12vw, 9rem) var(--pad) clamp(2.4rem, 4vw, 3.4rem);
  overflow: hidden;
}
.hero__media { position: absolute; inset: 0; z-index: -2; }
.hero__img {
  position: absolute; inset: -8% 0 0 0; height: 116%;
  background-image: url("https://images.unsplash.com/photo-1447933601403-0c6688de566e?auto=format&fit=crop&w=1600&q=80");
  background-size: cover; background-position: center;
  transform: scale(1.05); will-change: transform;
}
.hero__veil {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(11,21,16,.72) 0%, rgba(11,21,16,.25) 32%, rgba(11,21,16,.55) 68%, rgba(11,21,16,.96) 100%),
    radial-gradient(120% 90% at 80% 20%, rgba(200,138,60,.16), transparent 55%);
}
.hero__grain {
  position: absolute; inset: 0; opacity: .5; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.5'/%3E%3C/svg%3E");
}

.hero__top {
  display: flex; justify-content: space-between; gap: 1rem;
  max-width: var(--maxw); margin: 0 auto; width: 100%;
}
.hero__label { font-size: .82rem; line-height: 1.4; color: var(--mist); font-weight: 500; letter-spacing: .02em; }
.hero__label .tick { color: var(--amber); margin-right: .3rem; }
.hero__label--c { text-align: center; }
.hero__label--r { text-align: right; letter-spacing: .12em; }

.hero__foot { max-width: var(--maxw); margin: 0 auto; width: 100%; }
.hero__word { line-height: .8; }
.hero__word .mask { display: block; overflow: hidden; padding-bottom: .06em; }
.hero__word .fill {
  display: block;
  font-weight: 500;
  font-size: clamp(4rem, 15vw, 13rem);
  letter-spacing: -.03em;
  color: var(--ivory);
  will-change: transform;
}
/* meta row of labels, sits directly under the wordmark */
.hero__labels {
  display: flex; justify-content: space-between; gap: 1.4rem; flex-wrap: wrap;
  margin-top: 1.4rem; padding-top: 1.3rem; border-top: 1px solid var(--line-2);
}
.hero__labels .hero__label {
  flex: 1 1 auto; min-width: 0;
  /* subtle shine sweeping across the text */
  background: linear-gradient(105deg,
    var(--mist) 0%, var(--mist) 40%, #FFFDF5 49%, #FFFDF5 51%, var(--mist) 60%, var(--mist) 100%);
  background-size: 260% 100%;
  background-position: 135% 0;
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: labelShine 7s ease-in-out infinite;
}
.hero__labels .hero__label .tick { -webkit-text-fill-color: var(--amber); }
.hero__labels .hero__label--c { animation-delay: 1s; }
.hero__labels .hero__label--r { animation-delay: 2s; }
@keyframes labelShine {
  0%, 100% { background-position: 135% 0; }
  55%      { background-position: -35% 0; }
}
@media (prefers-reduced-motion: reduce) {
  .hero__labels .hero__label { animation: none; background: none; -webkit-text-fill-color: var(--mist); }
}
.hero__meta {
  display: flex; align-items: flex-end; justify-content: space-between;
  gap: 2rem; flex-wrap: wrap; margin-top: 1.6rem;
}
.hero__tag { max-width: 42ch; color: var(--mist); font-size: clamp(1rem, 1.5vw, 1.15rem); line-height: 1.5; }
.hero__cta { display: flex; gap: .9rem; flex-wrap: wrap; }

.hero__scroll {
  position: absolute; left: 50%; bottom: 1.4rem; transform: translateX(-50%);
  font-size: .68rem; letter-spacing: .3em; color: var(--stone);
  display: flex; flex-direction: column; align-items: center; gap: .5rem;
}
.hero__scroll span { width: 1px; height: 42px; background: linear-gradient(var(--amber), transparent); animation: drop 2s ease-in-out infinite; transform-origin: top; }
@keyframes drop { 0%,100% { transform: scaleY(.35); opacity:.4 } 50% { transform: scaleY(1); opacity:1 } }

/* ============================================================
   MARQUEE
   ============================================================ */
.marquee { border-top: 1px solid var(--line-2); border-bottom: 1px solid var(--line-2); overflow: hidden; white-space: nowrap; padding: 1.4rem 0; background: var(--ink-2); }
.marquee__track { display: inline-flex; gap: 2.5rem; align-items: center; animation: marquee 32s linear infinite; }
.marquee__track span { font-size: clamp(1.4rem, 3vw, 2.3rem); font-weight: 500; letter-spacing: -.01em; color: var(--ivory); }
.marquee__track i { color: var(--amber); font-style: normal; font-size: 1.1rem; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ============================================================
   THE PLACE
   ============================================================ */
.place__grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: clamp(2rem, 6vw, 6rem); align-items: start; }
.place__body p { color: var(--mist); margin-bottom: 1.2rem; max-width: 42ch; }
.place__body p:first-child { color: var(--ivory); }

/* ============================================================
   BENEFITS — thin outline cards
   ============================================================ */
.bene__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.1rem; }
.benecard {
  border: 1px solid var(--line); border-radius: 20px; overflow: hidden;
  display: flex; flex-direction: column;
  background: linear-gradient(180deg, rgba(28,58,44,.22), rgba(14,27,20,.1));
  transition: border-color .4s, transform .4s;
}
.benecard:hover { border-color: var(--amber); transform: translateY(-4px); }
.benecard__img {
  aspect-ratio: 5/4; background-size: cover; background-position: center;
  background-color: var(--green); border-bottom: 1px solid var(--line-2);
  transition: transform .6s cubic-bezier(.2,.8,.2,1);
}
.benecard:hover .benecard__img { transform: scale(1.05); }
.benecard__body { padding: 1.5rem 1.5rem 1.8rem; display: flex; flex-direction: column; flex: 1; }
.benecard__no { font-size: .82rem; font-weight: 600; letter-spacing: .1em; color: var(--amber); margin-bottom: 1.4rem; }
.benecard h3 { font-size: 1.3rem; font-weight: 600; letter-spacing: -.01em; margin-bottom: .6rem; }
.benecard p { font-size: .9rem; color: var(--mist); line-height: 1.5; }

/* ============================================================
   SIGNATURE FEATURE
   ============================================================ */
.feat__wrap { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 6vw, 5.5rem); align-items: center; }
.feat__media { position: relative; }
.feat__img {
  aspect-ratio: 4/5; border-radius: 22px; overflow: hidden;
  background-image: linear-gradient(180deg, rgba(11,21,16,0), rgba(11,21,16,.4)),
    url("assets/img/feature.png");
  background-size: cover; background-position: center;
  box-shadow: 0 40px 80px -40px rgba(0,0,0,.7);
}
.feat__badge {
  position: absolute; right: -6%; bottom: 8%;
  width: 120px; height: 120px; border-radius: 50%;
  background: var(--amber); color: var(--ink);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; font-size: .72rem; line-height: 1.3; font-weight: 600; letter-spacing: .04em;
  box-shadow: 0 20px 40px -16px rgba(0,0,0,.6);
}
.feat__badge strong { font-size: 1.05rem; }
.feat__copy p { color: var(--mist); max-width: 46ch; margin-bottom: 1.6rem; }
.feat__list { list-style: none; display: grid; gap: .9rem; }
.feat__list li { display: flex; gap: .7rem; align-items: baseline; color: var(--ivory); font-size: .98rem; padding-bottom: .9rem; border-bottom: 1px solid var(--line-2); }
.feat__list span { color: var(--amber); }

/* ============================================================
   MENU
   ============================================================ */
.menu { background: var(--ink-2); }
.menu__head { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; align-items: end; margin-bottom: clamp(2.5rem, 6vw, 4.5rem); }
.menu__note { color: var(--mist); max-width: 40ch; justify-self: end; }
.menu__cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(2rem, 5vw, 4.5rem); }
.menu__cat {
  font-size: 1.15rem; font-weight: 600; letter-spacing: -.01em; color: var(--amber);
  padding-bottom: 1rem; margin-bottom: 1.4rem; border-bottom: 1px solid var(--line);
}
.menu__list { list-style: none; }
.menu__list li { display: flex; align-items: baseline; gap: .5rem; padding: .75rem 0; font-size: 1rem; }
.mi__name { color: var(--ivory); font-weight: 500; }
.mi__dots { flex: 1; border-bottom: 1px dotted var(--line); transform: translateY(-3px); }
.mi__price { color: var(--amber); font-weight: 600; }
.mi__price::before { content: "$"; opacity: .6; font-size: .8em; margin-right: 1px; }
.menu__foot { text-align: center; margin-top: 3.5rem; color: var(--stone); font-style: italic; }

/* ============================================================
   GALLERY
   ============================================================ */
.gallery__grid {
  max-width: var(--maxw); margin: 0 auto; padding: 0 var(--pad);
  display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 210px; gap: 1rem;
}
.gtile { border-radius: 16px; background-size: cover; background-position: center; overflow: hidden; }
.gtile--a { grid-column: span 2; grid-row: span 2; background-image: url("assets/img/g-a.png"); }
.gtile--b { grid-column: span 2; background-image: url("assets/img/g-b.png"); }
.gtile--c { background-image: url("assets/img/g-c.png"); }
.gtile--d { background-image: url("assets/img/g-d.png"); }
.gtile--e { grid-column: span 2; background-image: url("assets/img/g-e.png"); }

/* ============================================================
   BIG CTA
   ============================================================ */
.cta { position: relative; min-height: 78vh; display: flex; align-items: center; justify-content: center; text-align: center; overflow: hidden; padding: 5rem var(--pad); }
.cta__media { position: absolute; inset: 0; z-index: -1; }
.cta__img { position: absolute; inset: -10% 0; height: 120%; background-image: url("https://images.unsplash.com/photo-1447933601403-0c6688de566e?auto=format&fit=crop&w=1600&q=80"); background-size: cover; background-position: center; }
.cta__veil { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(11,21,16,.82), rgba(11,21,16,.7)); }
.cta__kick { text-transform: uppercase; letter-spacing: .3em; font-size: .78rem; color: var(--amber); font-weight: 600; margin-bottom: 1.4rem; }
.cta__head { font-weight: 700; font-size: clamp(2.6rem, 7vw, 6rem); line-height: .98; letter-spacing: -.03em; margin-bottom: 2.4rem; }
.cta__head em { font-style: italic; font-weight: 400; color: var(--amber); }

/* ============================================================
   VISIT
   ============================================================ */
.visit__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 6vw, 5rem); align-items: start; }
.visit__details { list-style: none; display: grid; gap: 1.1rem; margin: 2rem 0; }
.visit__details li { display: grid; grid-template-columns: 90px 1fr; gap: 1.2rem; align-items: baseline; padding-bottom: 1.1rem; border-bottom: 1px solid var(--line-2); }
.visit__label { font-size: .68rem; letter-spacing: .2em; text-transform: uppercase; color: var(--amber); font-weight: 600; }
.visit__details a:hover { color: var(--amber); }
.visit__social { display: flex; gap: 1.6rem; }
.visit__social a { font-weight: 600; color: var(--ivory); font-size: .95rem; }
.visit__social a:hover { color: var(--amber); }

.visit__form { border: 1px solid var(--line); border-radius: 22px; padding: clamp(1.6rem, 4vw, 2.6rem); background: linear-gradient(180deg, rgba(28,58,44,.18), rgba(14,27,20,.05)); }
.visit__formtitle { font-size: 1.5rem; font-weight: 600; margin-bottom: 1.6rem; }
.field { margin-bottom: 1.1rem; }
.field--row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.field label { display: block; font-size: .8rem; font-weight: 600; color: var(--mist); margin-bottom: .45rem; }
.field input, .field textarea {
  width: 100%; padding: .85rem 1rem; border: 1px solid var(--line);
  border-radius: 12px; font-family: var(--font); font-size: .95rem;
  background: rgba(11,21,16,.5); color: var(--ivory); transition: border-color .25s;
}
.field input::placeholder, .field textarea::placeholder { color: var(--stone); }
.field input:focus, .field textarea:focus { outline: none; border-color: var(--amber); }
.visit__formnote { font-size: .78rem; color: var(--stone); text-align: center; margin-top: 1rem; }
.formstatus { font-size: .88rem; margin-top: 1rem; text-align: center; color: var(--mist); min-height: 1.2em; }
.formstatus.is-ok { color: var(--amber); font-weight: 600; }
.formstatus.is-err { color: #E7885A; }

/* ============================================================
   FOOTER
   ============================================================ */
.footer { padding: clamp(4rem, 8vw, 7rem) 0 2.5rem; border-top: 1px solid var(--line-2); overflow: hidden; }
.footer__top { display: flex; justify-content: space-between; gap: 2rem; flex-wrap: wrap; margin-bottom: clamp(2rem, 6vw, 4rem); }
.footer__blurb { font-size: clamp(1.4rem, 3vw, 2.1rem); font-weight: 500; letter-spacing: -.02em; line-height: 1.15; }
.footer__links { display: flex; gap: 1.8rem; align-items: flex-start; }
.footer__links a { color: var(--mist); font-weight: 500; font-size: .95rem; }
.footer__links a:hover { color: var(--amber); }
.footer__word { font-weight: 700; font-size: clamp(4rem, 22vw, 20rem); line-height: .8; letter-spacing: -.04em; color: transparent; -webkit-text-stroke: 1px var(--line); text-align: center; user-select: none; }
.footer__base { display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; font-size: .8rem; color: var(--stone); margin-top: 1.5rem; }

/* ============================================================
   REVEAL fallback
   ============================================================ */
.no-motion [data-reveal], .no-motion [data-hero] { opacity: 1 !important; transform: none !important; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 960px) {
  .nav__links, .nav__cta { display: none; }
  .nav__toggle { display: flex; flex-direction: column; gap: 6px; background: none; border: none; cursor: pointer; padding: 8px; }
  .nav__toggle span { width: 26px; height: 2px; background: var(--ivory); transition: .3s; }
  .nav.is-open .nav__toggle span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
  .nav.is-open .nav__toggle span:nth-child(2) { transform: rotate(-45deg); }
  .nav.is-open .nav__links { display: flex; flex-direction: column; position: absolute; top: 100%; left: 0; right: 0; background: rgba(11,21,16,.97); backdrop-filter: blur(14px); padding: 1.6rem var(--pad); gap: 1.3rem; }
  .place__grid, .feat__wrap, .menu__head, .visit__grid { grid-template-columns: 1fr; }
  .menu__note { justify-self: start; }
  .bene__grid { grid-template-columns: repeat(2, 1fr); }
  .menu__cols { grid-template-columns: 1fr; gap: 2.5rem; }
  .gallery__grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 170px; }
  .feat__media { max-width: 420px; }
}
@media (max-width: 560px) {
  .hero__labels { flex-direction: column; gap: .5rem; }
  .hero__label--c, .hero__label--r { text-align: left; }
  .bene__grid { grid-template-columns: 1fr; }
  .field--row { grid-template-columns: 1fr; }
  .footer__base { flex-direction: column; gap: .5rem; }
  .gtile--a { grid-column: span 2; grid-row: span 1; }
}

/* ============================================================
   HOME BACKGROUND EFFECT (home page only — <body class="home">)
   Warm caramel "morning-light motes" drifting over forest-green.
   ============================================================ */
.home-fx { position: fixed; inset: 0; z-index: 0; pointer-events: none; display: none; }
body.home { background: radial-gradient(140% 100% at 50% -10%, #12261C 0%, var(--ink) 55%); }
body.home .home-fx { display: block; }
/* lift real content above the canvas */
body.home > header,
body.home > section,
body.home > div,
body.home > footer { position: relative; z-index: 1; }
body.home .scrollbar { z-index: 200; }

/* ============================================================
   SUB-PAGE HEADER BAND
   ============================================================ */
.pagehead { position: relative; padding: clamp(9rem, 16vw, 13rem) 0 clamp(3rem, 6vw, 5rem); overflow: hidden; border-bottom: 1px solid var(--line-2); }
.pagehead__media { position: absolute; inset: 0; z-index: -1; }
.pagehead__img { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: .5; }
.pagehead__veil { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(11,21,16,.75), rgba(11,21,16,.92)); }
.pagehead__inner { max-width: var(--maxw); margin: 0 auto; padding: 0 var(--pad); }
.pagehead h1 { font-weight: 600; font-size: clamp(2.6rem, 7vw, 5.5rem); line-height: .98; letter-spacing: -.03em; margin: .4rem 0 1.2rem; }
.pagehead h1 em { font-style: italic; font-weight: 400; color: var(--amber); }
.pagehead p { color: var(--mist); max-width: 52ch; font-size: clamp(1rem, 1.6vw, 1.15rem); }
.crumbs { font-size: .78rem; letter-spacing: .18em; text-transform: uppercase; color: var(--stone); }
.crumbs a { color: var(--amber); }

/* Active nav link */
.nav__links a.is-active { color: var(--ivory); }
.nav__links a.is-active::after { width: 100%; }

/* ============================================================
   TEASER LINK (home → sub-pages)
   ============================================================ */
.morelink { display: inline-flex; align-items: center; gap: .6rem; font-weight: 600; color: var(--amber); font-size: .95rem; transition: gap .3s; }
.morelink:hover { gap: 1rem; }
.morelink span { transition: transform .3s; }
.morelink:hover span { transform: translateX(3px); }
.sec-foot { margin-top: clamp(2rem, 5vw, 3.5rem); display: flex; justify-content: center; }

/* Menu page: allow wider two-column category flow */
.menu--page { background: transparent; }
.menu--page .menu__cols { grid-template-columns: repeat(2, 1fr); gap: clamp(2.5rem, 6vw, 5rem) clamp(2rem, 5vw, 4.5rem); }
@media (max-width: 760px) { .menu--page .menu__cols { grid-template-columns: 1fr; } }

/* About page bits */
.story { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 6vw, 5rem); align-items: center; }
.story__img { aspect-ratio: 4/5; border-radius: 22px; background-size: cover; background-position: center; box-shadow: 0 40px 80px -40px rgba(0,0,0,.7); background-color: var(--green); }
.story__copy p { color: var(--mist); margin-bottom: 1.1rem; max-width: 48ch; }
.story__copy p.lead { color: var(--ivory); font-size: 1.15rem; }
.values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem; }
.value { border: 1px solid var(--line); border-radius: 18px; padding: 1.8rem; }
.value h3 { font-size: 1.2rem; font-weight: 600; margin: .8rem 0 .5rem; }
.value p { color: var(--mist); font-size: .92rem; }
.value .value__no { color: var(--amber); font-weight: 600; font-size: .8rem; letter-spacing: .1em; }
@media (max-width: 860px) { .story { grid-template-columns: 1fr; } .story__img { max-width: 420px; } .values { grid-template-columns: 1fr; } }

/* Full gallery page grid */
.galfull { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 220px; gap: 1rem; grid-auto-flow: dense; max-width: var(--maxw); margin: 0 auto; }
.galfull .gtile { border-radius: 16px; background-size: cover; background-position: center; background-color: var(--green); overflow: hidden; }
.galfull .s2 { grid-column: span 2; }
.galfull .r2 { grid-row: span 2; }
@media (max-width: 760px) { .galfull { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 160px; } .galfull .r2 { grid-row: span 1; } }

/* FAQ */
.faq { display: grid; gap: 0; max-width: 820px; }
.faq details { border-top: 1px solid var(--line); padding: 1.3rem 0; }
.faq details[open] summary { color: var(--amber); }
.faq summary { cursor: pointer; font-weight: 600; font-size: 1.1rem; list-style: none; display: flex; justify-content: space-between; align-items: center; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--amber); font-size: 1.4rem; font-weight: 400; }
.faq details[open] summary::after { content: "–"; }
.faq p { color: var(--mist); margin-top: .9rem; max-width: 60ch; }
