/* =====================================================================
   PURPLE ROOTS — Filipino Fare + Panadería  |  Concept redesign
   Bold modern / editorial. Built by WEEKTHINK.
   ===================================================================== */

:root{
  --ink:#14042b;          /* near-black aubergine (base) */
  --ink-2:#1c0838;        /* alt section */
  --ink-3:#240a47;        /* deeper panel */
  --surface:#2b0d55;      /* cards */
  --surface-2:#34106680;  /* translucent card */
  --plum:#7a2fd0;
  --plum-deep:#520991;    /* brand DEEP PURPLE */
  --magenta:#a866ff;      /* brand LIGHT PURPLE - main pop */
  --magenta-hi:#c299ff;
  --red:#c90e0e;
  --red-hi:#e3341f;
  --gold:#f5e816;         /* brand YELLOW */
  --gold-soft:#faf07a;
  --cream:#ffddd1;        /* brand PALE PINK */
  --cream-2:#ffe9e1;
  --muted:#c9aec0;
  --muted-2:#9c82a8;
  --line:rgba(255,221,209,.14);
  --line-strong:rgba(255,221,209,.28);

  /* Brand fonts (brand book 2026-08-15): Maragsa Narrow (display) + Merculia (body).
     Both are licensed/DEMO desktop fonts and are NOT web-embedded here.
     Playfair Display + Figtree are the closest Google Fonts stand-ins. */
  --serif:"Playfair Display",Georgia,"Times New Roman",serif;
  --sans:"Figtree","Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;
  --display:"Playfair Display",Georgia,"Times New Roman",serif;

  /* Brand GREEN #225417 - lightened for legibility on the dark ground */
  --green:#3e8c2a;
  --green-deep:#225417;
  --green-soft:#6fbf57;

  --wrap:1200px;
  --gap:clamp(1.2rem,3vw,2.6rem);
  --radius:18px;
  --radius-lg:26px;
  --shadow:0 24px 60px -24px rgba(0,0,0,.7);
  --ease:cubic-bezier(.22,.61,.36,1);

  /* 8-ray star motif - matches the star inside the PR monogram */
  --sun:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Cg fill='%23f5e816'%3E%3Ccircle cx='100' cy='100' r='19'/%3E%3Cg fill='none' stroke='%23f5e816' stroke-width='2.5'%3E%3Ccircle cx='100' cy='100' r='30'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M100 12 L106 68 L94 68 Z'/%3E%3Cpath d='M100 12 L106 68 L94 68 Z' transform='rotate(45 100 100)'/%3E%3Cpath d='M100 12 L106 68 L94 68 Z' transform='rotate(90 100 100)'/%3E%3Cpath d='M100 12 L106 68 L94 68 Z' transform='rotate(135 100 100)'/%3E%3Cpath d='M100 12 L106 68 L94 68 Z' transform='rotate(180 100 100)'/%3E%3Cpath d='M100 12 L106 68 L94 68 Z' transform='rotate(225 100 100)'/%3E%3Cpath d='M100 12 L106 68 L94 68 Z' transform='rotate(270 100 100)'/%3E%3Cpath d='M100 12 L106 68 L94 68 Z' transform='rotate(315 100 100)'/%3E%3Cg opacity='.55'%3E%3Cpath d='M100 40 L104 66 L96 66 Z' transform='rotate(22.5 100 100)'/%3E%3Cpath d='M100 40 L104 66 L96 66 Z' transform='rotate(67.5 100 100)'/%3E%3Cpath d='M100 40 L104 66 L96 66 Z' transform='rotate(112.5 100 100)'/%3E%3Cpath d='M100 40 L104 66 L96 66 Z' transform='rotate(157.5 100 100)'/%3E%3Cpath d='M100 40 L104 66 L96 66 Z' transform='rotate(202.5 100 100)'/%3E%3Cpath d='M100 40 L104 66 L96 66 Z' transform='rotate(247.5 100 100)'/%3E%3Cpath d='M100 40 L104 66 L96 66 Z' transform='rotate(292.5 100 100)'/%3E%3Cpath d='M100 40 L104 66 L96 66 Z' transform='rotate(337.5 100 100)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{
  margin:0;font-family:var(--sans);background:var(--ink);color:var(--cream-2);
  line-height:1.65;font-size:clamp(1rem,.96rem + .2vw,1.08rem);
  overflow-x:hidden;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;
}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button{font-family:inherit;cursor:pointer}
::selection{background:var(--magenta);color:#fff}

h1,h2,h3,h4{font-family:var(--serif);font-weight:500;line-height:1.05;color:var(--cream);
  letter-spacing:-.01em;margin:0}
h1{font-size:clamp(2.7rem,1.6rem + 5vw,5.4rem);font-optical-sizing:auto}
h2{font-size:clamp(2rem,1.3rem + 3vw,3.5rem)}
h3{font-size:clamp(1.3rem,1.05rem + 1vw,1.8rem)}
p{margin:0 0 1rem}
.serif-it{font-style:italic;font-family:var(--serif)}

/* ---------- layout helpers ---------- */
.wrap{width:min(var(--wrap),92%);margin-inline:auto}
.wrap-wide{width:min(1420px,94%);margin-inline:auto}
section{position:relative}
.pad{padding-block:clamp(4rem,3rem + 6vw,8rem)}
.eyebrow{font-family:var(--sans);font-weight:700;font-size:.76rem;letter-spacing:.28em;
  text-transform:uppercase;color:var(--gold);display:inline-flex;align-items:center;gap:.7rem;margin-bottom:1.1rem}
.eyebrow::before{content:"";width:34px;height:1px;background:var(--gold);opacity:.9}
.center{text-align:center}
.center .eyebrow::after{content:"";width:34px;height:1px;background:var(--gold);opacity:.9}
.lead{font-size:clamp(1.05rem,1rem + .5vw,1.3rem);color:var(--cream-2);max-width:62ch}
.muted{color:var(--muted)}

/* ---------- buttons ---------- */
.btn{display:inline-flex;align-items:center;gap:.6rem;padding:.95em 1.6em;border-radius:100px;
  font-weight:600;font-size:.95rem;letter-spacing:.01em;border:1px solid transparent;
  transition:transform .3s var(--ease),background .3s,box-shadow .3s,color .3s;white-space:nowrap}
.btn svg{width:1.05em;height:1.05em}
.btn-primary{background:var(--magenta);color:#fff;box-shadow:0 12px 30px -12px var(--magenta)}
.btn-primary:hover{background:var(--magenta-hi);transform:translateY(-2px);box-shadow:0 18px 40px -14px var(--magenta)}
.btn-gold{background:var(--gold);color:#2a160b}
.btn-gold:hover{background:var(--gold-soft);transform:translateY(-2px)}
.btn-ghost{border-color:var(--line-strong);color:var(--cream)}
.btn-ghost:hover{border-color:var(--cream);background:rgba(248,241,232,.06);transform:translateY(-2px)}
.btn-lg{padding:1.1em 2em;font-size:1rem}

/* ---------- nav ---------- */
.nav{position:fixed;left:0;right:0;top:var(--topbar-h,40px);z-index:100;
  transition:background .4s,backdrop-filter .4s,border-color .4s,padding .4s,top .4s var(--ease);
  border-bottom:1px solid transparent;padding-block:.5rem}
.nav.scrolled{top:0;background:rgba(18,10,22,.9);backdrop-filter:blur(14px);border-color:var(--line)}
.nav-inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;min-height:66px}
.nav-menu{display:flex;align-items:center;gap:2rem}
.brand{display:flex;align-items:center;gap:.6rem;z-index:120}
.brand img{height:54px;width:auto}
.nav-links{display:flex;align-items:center;gap:2rem;list-style:none;margin:0;padding:0}
.nav-links a{font-size:.9rem;font-weight:500;letter-spacing:.02em;color:var(--cream-2);position:relative;padding:.3rem 0;transition:color .25s}
.nav-links a::after{content:"";position:absolute;left:0;bottom:-2px;width:0;height:1.5px;background:var(--gold);transition:width .3s var(--ease)}
.nav-links a:hover,.nav-links a.active,
.nav-links .current-menu-item>a,.nav-links .current_page_item>a{color:var(--cream)}
.nav-links a:hover::after,.nav-links a.active::after,
.nav-links .current-menu-item>a::after,.nav-links .current_page_item>a::after{width:100%}
/* WordPress-managed nav items inherit the link styling */
.nav-links li{list-style:none}
.nav-cta{display:flex;align-items:center;gap:.9rem}
.nav-phone{font-size:.9rem;font-weight:600;color:var(--cream);display:inline-flex;align-items:center;gap:.45rem}
.nav-phone svg{width:1em;height:1em;color:var(--gold)}
.burger{display:none;flex-direction:column;gap:5px;background:none;border:0;padding:.4rem;z-index:120}
.burger span{width:26px;height:2px;background:var(--cream);transition:.3s var(--ease)}
.nav.open .burger span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.nav.open .burger span:nth-child(2){opacity:0}
.nav.open .burger span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

/* announcement strip */
.topbar{position:fixed;inset:0 0 auto 0;z-index:101;
  background:linear-gradient(90deg,var(--plum-deep),var(--magenta) 60%,var(--plum));color:#fff;
  font-size:.8rem;letter-spacing:.02em;text-align:center;padding:.5rem 1rem;font-weight:500;
  white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:transform .4s var(--ease)}
.topbar b{font-weight:700}
.topbar a{text-decoration:underline;text-underline-offset:2px}
.topbar.hide{transform:translateY(-100%)}

/* ---------- hero ---------- */
.hero{position:relative;min-height:100svh;display:flex;align-items:stretch;background:
  radial-gradient(120% 90% at 85% 10%,rgba(122,58,160,.30),transparent 55%),
  radial-gradient(90% 70% at 5% 100%,rgba(168,102,255,.18),transparent 60%),var(--ink)}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;flex:1;align-items:center;gap:0}
.hero-copy{padding:8rem 0 4rem;padding-right:clamp(1rem,3vw,3rem);position:relative;z-index:2}
.hero h1{margin-bottom:1.4rem}
.hero h1 em{color:var(--magenta);font-style:italic}
.hero .lead{margin-bottom:2rem}
.hero-cta{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2.2rem}
.hero-meta{display:flex;flex-wrap:wrap;gap:1.4rem 2rem;font-size:.86rem;color:var(--muted);align-items:center}
.hero-meta .dot{display:inline-flex;align-items:center;gap:.5rem}
.hero-meta svg{width:1.05em;height:1.05em;color:var(--gold)}
.status-pill{display:inline-flex;align-items:center;gap:.5rem;font-weight:600;color:var(--cream)}
.status-dot{width:9px;height:9px;border-radius:50%;background:#59d98b;box-shadow:0 0 0 4px rgba(89,217,139,.18)}
.status-dot.closed{background:#e2604f;box-shadow:0 0 0 4px rgba(226,96,79,.18)}
.hero-media{position:absolute;top:0;right:0;bottom:0;width:50%;overflow:hidden;z-index:0;
  background:radial-gradient(56% 50% at 58% 42%,rgba(140,198,63,.17),transparent 62%),
  radial-gradient(120% 95% at 62% 26%,var(--plum-deep),var(--ink) 80%)}
.hero-copy{position:relative;z-index:2}
.hero-sun-bg{position:absolute;top:12%;right:4%;width:min(58%,420px);aspect-ratio:1;z-index:0;
  background:var(--sun) center/contain no-repeat;opacity:.13;animation:spin 130s linear infinite;pointer-events:none}
.hero-layers{position:absolute;inset:0;z-index:1}
.hero-layers .layer{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;padding:8% 9%;
  opacity:0;transition:opacity 1.3s var(--ease);will-change:opacity}
.hero-layers .layer.active{opacity:1}
.hero-media img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;
  filter:drop-shadow(0 32px 36px rgba(0,0,0,.62))}
.hero-layers .layer.active img{animation:heroFloat 7s ease-in-out infinite}
@keyframes heroFloat{0%,100%{transform:translateY(0) rotate(-1.2deg)}50%{transform:translateY(-16px) rotate(1.2deg)}}
.hero-media::before{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;
  background:linear-gradient(100deg,var(--ink) 0%,rgba(21,11,25,.5) 22%,rgba(21,11,25,0) 50%)}
.hero-media::after{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;
  background:linear-gradient(to bottom,rgba(12,6,15,.75),rgba(12,6,15,0) 22%,rgba(12,6,15,0) 68%,rgba(12,6,15,.45)),
  radial-gradient(120% 80% at 60% 40%,transparent 55%,rgba(12,6,15,.5))}
.hero-dots{position:absolute;z-index:3;right:1.6rem;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:.6rem}
.hero-dots button{width:9px;height:9px;padding:0;border-radius:50%;border:1px solid rgba(255,255,255,.6);background:transparent;transition:.3s var(--ease)}
.hero-dots button.on{background:var(--gold);border-color:var(--gold);transform:scale(1.25)}
.scroll-cue{position:absolute;z-index:3;left:50%;bottom:1.4rem;transform:translateX(-50%);display:flex;flex-direction:column;
  align-items:center;gap:.5rem;color:var(--cream-2);font-size:.7rem;letter-spacing:.24em;text-transform:uppercase}
.scroll-cue .mouse{width:24px;height:38px;border:1.5px solid rgba(248,241,232,.6);border-radius:12px;position:relative}
.scroll-cue .mouse::after{content:"";position:absolute;left:50%;top:7px;width:3px;height:7px;border-radius:2px;background:var(--gold);
  transform:translateX(-50%);animation:wheel 1.8s var(--ease) infinite}
@keyframes wheel{0%{opacity:0;transform:translate(-50%,0)}30%{opacity:1}70%{opacity:1}100%{opacity:0;transform:translate(-50%,12px)}}

/* scroll progress bar */
.progress{position:fixed;top:0;left:0;height:3px;width:0;z-index:200;
  background:linear-gradient(90deg,var(--magenta),var(--gold));transition:width .1s linear}
.hero-badge{position:absolute;z-index:2;left:clamp(1rem,-1rem + 6vw,2rem);bottom:2rem;
  background:rgba(18,10,22,.72);backdrop-filter:blur(8px);border:1px solid var(--line);
  border-radius:16px;padding:.9rem 1.15rem;display:flex;align-items:center;gap:.8rem}
.hero-badge .stars{color:var(--gold);font-size:1rem;letter-spacing:2px}
.hero-badge b{color:var(--cream);font-family:var(--serif)}
.hero-badge small{color:var(--muted);display:block;font-size:.74rem}
.sun{position:absolute;top:12%;left:-60px;width:220px;height:220px;z-index:0;opacity:.5;
  background:conic-gradient(from 0deg,transparent 0 8deg,rgba(234,184,79,.5) 8deg 12deg,transparent 12deg 30deg,
  rgba(234,184,79,.5) 30deg 34deg,transparent 34deg);border-radius:50%;filter:blur(.3px);pointer-events:none;animation:spin 60s linear infinite}
@keyframes spin{to{transform:rotate(360deg)}}

/* ---------- marquee ---------- */
.marquee{border-block:1px solid var(--line);background:var(--ink-2);overflow:hidden;padding:1.1rem 0}
.marquee-track{display:flex;gap:2.5rem;width:max-content;animation:scrollx 34s linear infinite}
.marquee:hover .marquee-track{animation-play-state:paused}
.marquee span{font-family:var(--serif);font-size:clamp(1.3rem,1rem + 2vw,2.3rem);font-style:italic;
  color:transparent;-webkit-text-stroke:1px var(--line-strong);white-space:nowrap;display:inline-flex;align-items:center;gap:2.5rem}
.marquee span::after{content:"✦";-webkit-text-stroke:0;color:var(--gold);font-size:.7em;font-style:normal}
.marquee .hot{color:var(--cream);-webkit-text-stroke:0}
@keyframes scrollx{to{transform:translateX(-50%)}}

/* ---------- story ---------- */
.story{background:var(--ink)}
.split{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,5rem);align-items:center}
.story-media{position:relative}
.story-media img{border-radius:var(--radius-lg);box-shadow:var(--shadow);width:100%;aspect-ratio:4/5;object-fit:cover}
.story-media .tag{position:absolute;bottom:-18px;right:-10px;background:var(--magenta);color:#fff;
  font-family:var(--serif);font-style:italic;font-size:1.15rem;padding:.7rem 1.2rem;border-radius:12px;box-shadow:var(--shadow)}
.story-media.badge-plum .tag{background:var(--plum)}
.hashtag{font-family:var(--serif);font-style:italic;color:var(--gold);font-size:1.1rem}

/* ---------- signature dishes ---------- */
.dishes-head{display:flex;justify-content:space-between;align-items:flex-end;gap:2rem;flex-wrap:wrap;margin-bottom:2.6rem}
.dish-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.4rem}
.dish{position:relative;border-radius:var(--radius);overflow:hidden;background:var(--surface);
  border:1px solid var(--line);isolation:isolate;min-height:400px;display:flex;flex-direction:column;justify-content:flex-end}
.dish img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2;transition:transform .8s var(--ease)}
.dish::after{content:"";position:absolute;inset:0;z-index:-1;
  background:linear-gradient(to top,rgba(12,6,15,.94) 6%,rgba(12,6,15,.55) 42%,rgba(12,6,15,.05) 78%)}
.dish:hover img{transform:scale(1.07)}
.dish-body{padding:1.3rem}
.dish .tl{font-size:.72rem;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:.5rem;display:block}
.dish h3{margin-bottom:.35rem}
.dish p{font-size:.86rem;color:var(--cream-2);margin:0 0 .8rem}
.dish .price{font-family:var(--serif);color:var(--cream);font-size:1.2rem}

/* ---------- gather band ---------- */
.gather{position:relative;overflow:hidden;background:var(--ink-3)}
.gather-media{position:absolute;inset:-16% 0;z-index:0}
.gather-media img{width:100%;height:100%;object-fit:cover;opacity:.42}
.gather-media::after{content:"";position:absolute;inset:0;
  background:linear-gradient(90deg,var(--ink) 8%,rgba(21,11,25,.4) 60%,rgba(21,11,25,.7))}
.gather .wrap{position:relative;z-index:1}
.gather-card{max-width:640px}
.gather h2 em{color:var(--gold);font-style:italic}

/* ---------- immersive statement band ---------- */
.statement{position:relative;min-height:90vh;display:grid;place-items:center;overflow:hidden;text-align:center;isolation:isolate}
.statement-media{position:absolute;inset:-22% 0;z-index:-2}
.statement-media img{width:100%;height:100%;object-fit:cover}
.statement::after{content:"";position:absolute;inset:0;z-index:-1;
  background:radial-gradient(120% 100% at 50% 50%,rgba(12,6,15,.45),rgba(12,6,15,.82))}
.statement .wrap{max-width:900px}
.statement .eyebrow{justify-content:center;color:var(--gold-soft)}
.statement h2{font-size:clamp(2.4rem,1.3rem + 5vw,5rem);line-height:1.02;text-shadow:0 10px 40px rgba(0,0,0,.5)}
.statement h2 em{font-style:italic;color:var(--gold)}
.statement p{margin:1.4rem auto 0;max-width:52ch;color:var(--cream);font-size:clamp(1.05rem,1rem + .5vw,1.3rem)}

/* ---------- gallery ---------- */
.gallery{background:var(--ink-2)}
.gal-grid{display:grid;grid-template-columns:repeat(6,1fr);grid-auto-rows:150px;gap:12px}
.gal-grid figure{margin:0;overflow:hidden;border-radius:14px;position:relative}
.gal-grid img{width:100%;height:100%;object-fit:cover;transition:transform .7s var(--ease)}
.gal-grid figure:hover img{transform:scale(1.08)}
.gal-grid .w2{grid-column:span 2}.gal-grid .w3{grid-column:span 3}
.gal-grid .h2{grid-row:span 2}
.gal-grid figure::after{content:"";position:absolute;inset:0;box-shadow:inset 0 0 0 1px var(--line);border-radius:14px}

/* ---------- proof ---------- */
.proof{background:var(--ink)}
.stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:1.4rem;margin-bottom:3.4rem;text-align:center}
.stat{padding:1.6rem 1rem;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface-2)}
.stat .n{font-family:var(--serif);font-size:clamp(2rem,1.4rem + 2vw,3rem);color:var(--gold);line-height:1}
.stat .l{font-size:.8rem;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin-top:.55rem}
.quotes{display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem}
.quote{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:1.8rem}
.quote .stars{color:var(--gold);letter-spacing:2px;margin-bottom:.9rem}
.quote p{font-family:var(--serif);font-style:italic;font-size:1.12rem;color:var(--cream);line-height:1.5}
.quote .who{font-family:var(--sans);font-style:normal;font-size:.82rem;color:var(--muted);margin-top:1rem;letter-spacing:.03em}

/* ---------- visit / location ---------- */
.visit{background:var(--ink-2)}
.visit-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,4rem);align-items:start}
.hours-table{width:100%;border-collapse:collapse;margin:1.4rem 0}
.hours-table td{padding:.7rem 0;border-bottom:1px solid var(--line);font-size:.95rem;vertical-align:top}
.hours-table td:first-child{color:var(--cream);font-weight:600;width:34%}
.hours-table td:last-child{color:var(--cream-2);text-align:right;font-variant-numeric:tabular-nums}
.hours-table tr.today td{color:var(--gold)}
.hours-table tr.today td:first-child{color:var(--gold)}
.info-list{list-style:none;padding:0;margin:1.4rem 0 0;display:grid;gap:1rem}
.info-list li{display:flex;gap:.9rem;align-items:flex-start;font-size:.98rem}
.info-list svg{width:1.2rem;height:1.2rem;color:var(--magenta);flex:none;margin-top:.15rem}
.map-embed{border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--line);box-shadow:var(--shadow);min-height:340px;height:100%}
.map-embed iframe{width:100%;height:100%;min-height:340px;border:0;display:block;filter:grayscale(.3) contrast(1.05)}
.order-row{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1.6rem}
.chip{display:inline-flex;align-items:center;gap:.5rem;padding:.6em 1.1em;border-radius:100px;border:1px solid var(--line-strong);
  font-size:.88rem;font-weight:600;color:var(--cream);transition:.25s var(--ease)}
.chip:hover{border-color:var(--magenta);color:#fff;background:rgba(168,102,255,.12);transform:translateY(-2px)}

/* ---------- CTA band ---------- */
.cta-band{background:linear-gradient(120deg,var(--plum-deep),var(--ink) 55%);text-align:center}
.cta-band h2{margin-bottom:1rem}
.cta-band .btn-row{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-top:1.8rem}

/* ---------- footer ---------- */
.footer{background:#0e0713;border-top:1px solid var(--line);padding-block:4rem 2rem}
.foot-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1.2fr;gap:2.5rem}
.foot-brand img{height:62px;margin-bottom:1.1rem}
.foot-brand p{color:var(--muted);font-size:.92rem;max-width:34ch}
.foot col,.foot-col{min-width:0}
.foot-col h4{font-family:var(--sans);font-size:.78rem;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);margin-bottom:1.1rem;font-weight:700}
.foot-col ul{list-style:none;margin:0;padding:0;display:grid;gap:.7rem}
.foot-col a,.foot-col li{font-size:.92rem;color:var(--muted);transition:color .25s}
.foot-col a:hover{color:var(--cream)}
.socials{display:flex;gap:.7rem;margin-top:1.2rem}
.socials a{width:40px;height:40px;border-radius:50%;border:1px solid var(--line-strong);display:grid;place-items:center;color:var(--cream);transition:.25s var(--ease)}
.socials a:hover{background:var(--magenta);border-color:var(--magenta);color:#fff;transform:translateY(-2px)}
.socials svg{width:1.1rem;height:1.1rem}
.foot-bottom{display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap;align-items:center;
  margin-top:3rem;padding-top:1.6rem;border-top:1px solid var(--line);font-size:.82rem;color:var(--muted-2)}
.foot-bottom a{color:var(--muted)}
.salamat{font-family:var(--serif);font-style:italic;color:var(--gold)}

/* ---------- page hero (inner pages) ---------- */
.page-hero{padding:9rem 0 3.5rem;background:
  radial-gradient(80% 120% at 90% -10%,rgba(122,58,160,.28),transparent 55%),var(--ink);border-bottom:1px solid var(--line)}
.page-hero .eyebrow{margin-bottom:1.2rem}
.page-hero p{max-width:60ch;color:var(--muted)}
.breadcrumb{font-size:.82rem;color:var(--muted-2);margin-bottom:1.4rem;letter-spacing:.03em}
.breadcrumb a:hover{color:var(--cream)}

/* ---------- menu page ---------- */
.menu-nav{position:sticky;top:66px;z-index:40;background:rgba(18,10,22,.86);backdrop-filter:blur(12px);
  border-bottom:1px solid var(--line);padding:.7rem 0}
.menu-nav ul{display:flex;gap:.5rem;flex-wrap:wrap;list-style:none;margin:0;padding:0;justify-content:center}
.menu-nav a{font-size:.82rem;font-weight:600;letter-spacing:.03em;color:var(--muted);padding:.4em .9em;border-radius:100px;transition:.25s}
.menu-nav a:hover{color:var(--cream);background:rgba(248,241,232,.06)}
.menu-cat{padding-block:clamp(2.6rem,2rem + 3vw,4rem)}
.menu-cat-head{display:flex;align-items:baseline;gap:1.2rem;margin-bottom:.4rem;flex-wrap:wrap}
.menu-cat-head h2{font-size:clamp(1.7rem,1.3rem + 2vw,2.6rem)}
.menu-cat-head .tag{font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;color:var(--gold)}
.menu-cat > .sub{color:var(--muted);font-size:.95rem;margin-bottom:2rem;max-width:70ch}
.menu-list{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem 3rem}
.menu-item{display:grid;grid-template-columns:1fr auto;gap:.4rem 1rem;padding-bottom:1.2rem;border-bottom:1px dashed var(--line);align-items:baseline}
.menu-item .nm{font-family:var(--serif);font-size:1.2rem;color:var(--cream);display:flex;align-items:center;gap:.6rem;flex-wrap:wrap}
.menu-item .badge{font-family:var(--sans);font-size:.62rem;letter-spacing:.12em;text-transform:uppercase;
  color:var(--magenta);border:1px solid var(--magenta);border-radius:100px;padding:.15em .6em;font-weight:700}
.menu-item .dsc{grid-column:1/-1;color:var(--muted);font-size:.9rem;max-width:60ch}
.menu-item .pr{font-family:var(--serif);font-size:1.2rem;color:var(--gold);white-space:nowrap;font-variant-numeric:tabular-nums}
.menu-note{margin-top:2.4rem;padding:1.2rem 1.4rem;border:1px solid var(--line);border-left:3px solid var(--gold);
  border-radius:12px;background:var(--surface-2);font-size:.88rem;color:var(--muted)}

/* ---------- about extras ---------- */
.values{display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem;margin-top:1rem}
.value{padding:1.8rem;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface-2)}
.value .ic{width:44px;height:44px;border-radius:12px;display:grid;place-items:center;background:rgba(168,102,255,.14);color:var(--magenta);margin-bottom:1.1rem}
.value .ic svg{width:1.4rem;height:1.4rem}
.value h3{font-size:1.25rem;margin-bottom:.5rem}
.value p{font-size:.92rem;color:var(--muted);margin:0}
.about-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.about-strip img{width:100%;height:300px;object-fit:cover;border-radius:14px}

/* ---------- contact form ---------- */
.form-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);padding:clamp(1.6rem,3vw,2.6rem)}
.field{margin-bottom:1.1rem}
.field label{display:block;font-size:.8rem;letter-spacing:.06em;text-transform:uppercase;color:var(--muted);margin-bottom:.5rem;font-weight:600}
.field input,.field textarea{width:100%;background:var(--ink);border:1px solid var(--line-strong);border-radius:12px;
  padding:.85em 1em;color:var(--cream);font-family:inherit;font-size:.98rem;transition:border-color .25s}
.field input:focus,.field textarea:focus{outline:none;border-color:var(--magenta)}
.field textarea{min-height:130px;resize:vertical}

/* ---------- reveal animation ---------- */
.reveal{opacity:0;transform:translateY(34px) scale(.985);transition:opacity .9s var(--ease),transform .9s var(--ease)}
.reveal.in{opacity:1;transform:none}
.reveal.d1{transition-delay:.1s}.reveal.d2{transition-delay:.2s}.reveal.d3{transition-delay:.3s}.reveal.d4{transition-delay:.4s}
/* image mask reveal */
.reveal-img{clip-path:inset(0 0 100% 0);transition:clip-path 1.1s var(--ease)}
.reveal-img.in{clip-path:inset(0 0 0 0)}
[data-parallax]{will-change:transform}
@media (prefers-reduced-motion:reduce){
  .reveal,.reveal-img{opacity:1;transform:none;clip-path:none;transition:none}
  .marquee-track,.sun,.hero-layers .layer.active img,.scroll-cue .mouse::after{animation:none}
  [data-parallax]{transform:none!important}
  html{scroll-behavior:auto}
}

/* ---------- mobile ---------- */
@media (max-width:1024px){
  .dish-grid{grid-template-columns:repeat(2,1fr)}
  .foot-grid{grid-template-columns:1fr 1fr}
  .gal-grid{grid-template-columns:repeat(4,1fr)}
}
@media (max-width:860px){
  .nav-links,.nav-phone{display:none}
  .burger{display:flex}
  .nav-menu{position:fixed;inset:0;background:rgba(14,7,19,.98);backdrop-filter:blur(8px);
    display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.6rem;
    transform:translateX(100%);transition:transform .45s var(--ease);z-index:110}
  .nav.open .nav-menu{transform:none}
  .nav-menu a{font-family:var(--serif);font-size:1.8rem;color:var(--cream)}
  .nav-menu .btn{font-family:var(--sans);font-size:1rem;margin-top:1rem}
  .hero{flex-direction:column}
  .hero-grid{grid-template-columns:1fr}
  .hero-copy{padding:2.5rem 0 3rem}
  .hero-media{position:relative;width:100%;min-height:46vh;order:-1}
  .hero-media::before{background:linear-gradient(to top,var(--ink),rgba(21,11,25,0) 60%)}
  /* Floating hero ornaments are absolutely positioned; on stacked mobile they
     overlap the hero image/copy, so remove them. Social proof still shows in the
     stats/quotes section directly below. Keep this rule for any future float. */
  .hero-badge,.scroll-cue{display:none !important}
  .split,.visit-grid,.gather-card{grid-template-columns:1fr}
  .split.rev .story-media{order:-1}
  .story-media img{aspect-ratio:16/11}
  .gather-card{max-width:none}
  .stats{grid-template-columns:repeat(2,1fr)}
  .quotes{grid-template-columns:1fr}
  .menu-list{grid-template-columns:1fr;gap:1.1rem}
  .values,.about-strip{grid-template-columns:1fr}
  .visit-grid{gap:2.5rem}
}
@media (max-width:560px){
  .dish-grid{grid-template-columns:1fr}
  .gal-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:120px}
  .foot-grid{grid-template-columns:1fr}
  .hero-cta .btn{flex:1;justify-content:center}
  .about-strip img{height:220px}
}

/* =====================================================================
   AWARD LAYER — preloader, cursor, grain, kinetic type, magnetic,
   tilt, horizontal drag gallery, Lenis. All progressive-enhancement.
   ===================================================================== */

/* Lenis smooth scroll */
html.lenis,html.lenis body{height:auto}
.lenis.lenis-smooth{scroll-behavior:auto!important}
.lenis.lenis-smooth [data-lenis-prevent]{overscroll-behavior:contain}
.lenis.lenis-stopped{overflow:hidden}

/* film grain */
.grain{position:fixed;inset:0;z-index:190;pointer-events:none;opacity:.045;mix-blend-mode:overlay;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size:140px}

/* preloader */
.preloader{position:fixed;inset:0;z-index:9999;display:none;align-items:center;justify-content:center;
  background:var(--ink);flex-direction:column;gap:1.6rem}
html.preload .preloader{display:flex}
html.preload{overflow:hidden}
.preloader__logo{height:auto;width:min(300px,64vw);opacity:0;transform:translateY(10px);margin-bottom:.4rem}
.preloader__word{font-family:var(--serif);font-style:italic;color:var(--gold);font-size:clamp(1.4rem,1rem + 2vw,2rem);
  overflow:hidden;height:1.5em;line-height:1.5em;text-align:center}
.preloader__word span{display:block}
.preloader__count{position:absolute;right:clamp(1.2rem,4vw,3rem);bottom:clamp(1rem,4vh,2.4rem);
  font-family:var(--serif);font-size:clamp(3rem,12vw,8rem);color:var(--cream);opacity:.12;line-height:.8;font-variant-numeric:tabular-nums}
.preloader__bar{position:absolute;left:0;bottom:0;height:3px;width:0;background:linear-gradient(90deg,var(--magenta),var(--gold))}
.preloader__curtain{position:fixed;inset:0;z-index:9998;background:var(--ink-3);transform:translateY(100%);pointer-events:none}

/* custom cursor */
.cursor-ring,.cursor-dot{position:fixed;top:0;left:0;z-index:9997;pointer-events:none;border-radius:50%;
  transform:translate(-50%,-50%);opacity:0;will-change:transform}
.cursor-ring{width:40px;height:40px;border:1px solid rgba(248,241,232,.55);
  transition:width .28s var(--ease),height .28s var(--ease),background .28s,border-color .28s,opacity .3s}
.cursor-dot{width:6px;height:6px;background:var(--gold);transition:opacity .3s}
html.cursor-ready .cursor-ring,html.cursor-ready .cursor-dot{opacity:1}
html.cursor-on,html.cursor-on a,html.cursor-on button,html.cursor-on .dish,html.cursor-on [data-cursor]{cursor:none!important}
.cursor-ring.hover{width:66px;height:66px;background:rgba(168,102,255,.14);border-color:var(--magenta)}
.cursor-ring.drag{width:96px;height:96px;background:rgba(234,184,79,.16);border-color:var(--gold)}
.cursor-ring .cl{font-family:var(--sans);font-size:.58rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;
  color:var(--cream);opacity:0;transition:opacity .25s;display:grid;place-items:center;width:100%;height:100%}
.cursor-ring.drag .cl{opacity:1}

/* kinetic hero type — visible by default; gsap.from() animates in (never stuck hidden) */
.hero-title .line{display:block;overflow:hidden;padding-bottom:.06em}
.hero-title .line > span{display:block}

/* section index numerals */
.num{color:var(--gold);opacity:.9;margin-right:.15em;font-variant-numeric:tabular-nums}

/* magnetic + tilt */
.magnetic{will-change:transform}
.dish-grid{perspective:1400px}
.dish{transition:transform .4s var(--ease),box-shadow .4s var(--ease);transform-style:preserve-3d}
.dish.tilt{transition:transform .1s linear}
.dish:hover{box-shadow:0 40px 80px -30px rgba(0,0,0,.75)}

/* horizontal drag gallery */
.hscroll{overflow:hidden}
.hscroll-head{display:flex;justify-content:space-between;align-items:flex-end;gap:2rem;flex-wrap:wrap;margin-bottom:2.2rem}
.hscroll .track{display:flex;gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;padding:.5rem clamp(1rem,6vw,6rem) 1.4rem;
  cursor:grab;scrollbar-width:none;-ms-overflow-style:none}
.hscroll .track::-webkit-scrollbar{display:none}
.hscroll .track.grabbing{cursor:grabbing;scroll-snap-type:none}
.hscroll figure{flex:0 0 auto;width:min(74vw,460px);scroll-snap-align:center;margin:0}
.hscroll figure img{width:100%;height:min(60vh,540px);object-fit:cover;border-radius:20px;pointer-events:none}
.hscroll figcaption{margin-top:.9rem;font-size:.76rem;letter-spacing:.14em;text-transform:uppercase;color:var(--muted)}
.hscroll figcaption b{color:var(--cream);font-family:var(--serif);font-style:italic;font-weight:400;text-transform:none;letter-spacing:0;font-size:1.05rem;display:block;margin-bottom:.3rem}

@media (hover:none){ .hscroll .track{cursor:default} }
@media (prefers-reduced-motion:reduce){
  .preloader,.preloader__curtain,.grain,.cursor-ring,.cursor-dot{display:none!important}
  html.preload{overflow:auto}
  html.gsap .hero-title .line > span{transform:none}
  html.gsap .hero .eyebrow,html.gsap .hero .lead,html.gsap .hero-cta,html.gsap .hero-meta{opacity:1}
}

/* =====================================================================
   FILIPINO SIGNATURE — 8-ray sun, three stars, chapter dividers
   ===================================================================== */
.culture-sun{position:absolute;top:7%;left:-70px;width:280px;height:280px;z-index:0;pointer-events:none;
  background:var(--sun) center/contain no-repeat;opacity:.18;animation:spin 100s linear infinite}
.culture-sun-static{width:min(340px,62vw);aspect-ratio:1;margin-inline:auto;background:var(--sun) center/contain no-repeat;
  opacity:.92;animation:spin 120s linear infinite;filter:drop-shadow(0 0 46px rgba(140,198,63,.18))}

/* ---------- floating butterflies (Garden-Room inspired) ---------- */
.flutter{position:absolute;z-index:2;pointer-events:none;will-change:transform;
  animation:drift ease-in-out infinite;filter:drop-shadow(0 8px 10px rgba(0,0,0,.35))}
.flutter svg{display:block;width:100%;height:100%;overflow:visible}
.flutter svg{animation:tumble 12s linear infinite}
.flutter.magenta svg{color:var(--magenta)}
.flutter.green svg{color:var(--green)}
.flutter.cream svg{color:#f3ead9;filter:drop-shadow(0 0 6px rgba(243,234,217,.45))}
.flutter.gold svg{color:var(--gold-soft)}
@keyframes tumble{to{transform:rotate(360deg)}}
@keyframes drift{
  0%{transform:translate(0,0) rotate(-4deg)}
  25%{transform:translate(46px,-34px) rotate(6deg)}
  50%{transform:translate(88px,8px) rotate(-5deg)}
  75%{transform:translate(38px,44px) rotate(7deg)}
  100%{transform:translate(0,0) rotate(-4deg)}
}
/* individual butterflies: size / position / timing */
.f1{width:56px;height:46px;left:4%;top:15%;animation-duration:18s}
.f2{width:40px;height:33px;left:71%;top:11%;animation-duration:22s;animation-delay:-4s;opacity:.85}
.f3{width:48px;height:40px;left:19%;top:87%;animation-duration:19s;animation-delay:-9s;opacity:.9}
.f4{width:32px;height:26px;left:82%;top:75%;animation-duration:24s;animation-delay:-6s;opacity:.8;filter:blur(.4px) drop-shadow(0 8px 10px rgba(0,0,0,.3))}
.f5{width:36px;height:30px;left:49%;top:92%;animation-duration:21s;animation-delay:-13s;opacity:.85}
@media (max-width:860px){ .f2,.f4,.f5{display:none} .f1{top:9%} }
@media (prefers-reduced-motion:reduce){ .flutter,.flutter .wings{animation:none} .f4{display:none} }
.preloader__logo + .preloader__word{position:relative}
.sun-badge{width:1em;height:1em;display:inline-block;background:var(--sun) center/contain no-repeat;vertical-align:-.12em}

/* chapter divider between sections */
.divider{display:flex;align-items:center;justify-content:center;gap:1.3rem;padding:clamp(2.4rem,4vw,3.6rem) 1rem;background:var(--ink)}
.divider.alt{background:var(--ink-2)}
.divider .ln{height:1px;width:min(150px,18vw);background:linear-gradient(90deg,transparent,var(--line-strong))}
.divider .ln.r{background:linear-gradient(90deg,var(--line-strong),transparent)}
.divider .sun-badge{width:30px;height:30px;opacity:.9;animation:spin 60s linear infinite}
.stars{display:inline-flex;gap:.42rem;align-items:center;color:var(--gold)}
.stars svg{width:8px;height:8px;fill:currentColor}
.divider .stars svg{width:9px;height:9px}

/* =====================================================================
   INTERACTIVE MENU — filter pills + hover dish preview
   ===================================================================== */
.menu-filter{position:sticky;top:64px;z-index:41;background:rgba(18,10,22,.9);backdrop-filter:blur(12px);
  border-bottom:1px solid var(--line);padding:.8rem 0}
.menu-filter .wrap{display:flex;gap:.55rem;flex-wrap:wrap;justify-content:center;align-items:center}
.filter-pill{font-family:var(--sans);font-size:.82rem;font-weight:600;letter-spacing:.02em;color:var(--muted);
  padding:.5em 1.15em;border-radius:100px;border:1px solid var(--line-strong);background:transparent;transition:.25s var(--ease)}
.filter-pill:hover{color:var(--cream);border-color:var(--cream)}
.filter-pill.active{background:var(--gold);color:#2a160b;border-color:var(--gold)}
.menu-cat.hide{display:none}
/* ---- lunch / dinner service switch ---- */
.service-switch{padding:1.6rem 0 .2rem}
.service-switch .wrap{display:flex;gap:.6rem;justify-content:center;flex-wrap:wrap}
.svc-btn{font-family:var(--sans);display:flex;flex-direction:column;align-items:center;gap:.15rem;
  min-width:172px;padding:.7rem 1.5rem;border-radius:14px;cursor:pointer;
  background:transparent;border:1px solid rgba(255,221,209,.22);color:var(--muted);
  transition:background .25s var(--ease),border-color .25s var(--ease),color .25s var(--ease)}
.svc-btn .svc-name{font-size:1.02rem;font-weight:700;letter-spacing:.01em}
.svc-btn .svc-time{font-size:.74rem;letter-spacing:.06em;text-transform:uppercase;opacity:.75}
.svc-btn:hover{color:var(--cream);border-color:var(--cream)}
.svc-btn.active{background:var(--plum);border-color:var(--plum);color:#fff}
.svc-btn.active .svc-time{opacity:.9}
.menu-filter .pill-set{display:flex;gap:.55rem;flex-wrap:wrap;justify-content:center;align-items:center}
/* Hide the inactive service's SECTIONS and PILLS only — never the switch
   buttons themselves, or there is no way back to the other service. */
.menu-root:not(.is-lunch) .menu-cat[data-service="lunch"],
.menu-root:not(.is-lunch) .pill-set[data-service="lunch"]{display:none}
.menu-root.is-lunch .menu-cat[data-service="dinner"],
.menu-root.is-lunch .pill-set[data-service="dinner"]{display:none}
.menu-cat.menu-note{padding-block:1.4rem}
@media (max-width:520px){.svc-btn{min-width:0;flex:1 1 45%;padding:.6rem .8rem}}

/* menu item hover affordance */
.menu-item{cursor:default;transition:opacity .3s}
.menu-item[data-img],.menu-item.has-preview{cursor:pointer}
.menu-item .nm{transition:color .25s}
.menu-item:hover .nm{color:var(--gold-soft)}

/* floating dish preview (desktop) */
.dish-preview{position:fixed;top:0;left:0;width:320px;height:240px;border-radius:18px;overflow:hidden;
  pointer-events:none;z-index:60;opacity:0;transform:translate(-50%,-50%) scale(.92) rotate(-3deg);
  transition:opacity .3s var(--ease),transform .35s var(--ease);box-shadow:0 30px 70px -20px rgba(0,0,0,.8);will-change:transform,opacity}
.dish-preview.show{opacity:1;transform:translate(-50%,-50%) scale(1) rotate(0)}
.dish-preview img{width:100%;height:100%;object-fit:cover;display:block}
.dish-preview .fallback{position:relative;width:100%;height:100%;display:grid;place-items:center;text-align:center;
  background:radial-gradient(120% 120% at 30% 20%,var(--plum),var(--ink-3))}
.dish-preview .fallback::before{content:"";position:absolute;width:150px;height:150px;background:var(--sun) center/contain no-repeat;opacity:.22}
.dish-preview .fallback span{position:relative;font-family:var(--serif);font-style:italic;color:var(--cream);font-size:1.15rem;padding:0 1.2rem}
@media (hover:none){ .dish-preview{display:none} .menu-item .nm{color:var(--cream)} }

/* =====================================================================
   CHEF'S SPECIALS — floating dish product shots on green-sun tiles
   ===================================================================== */
.spec-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.2rem}
.spec{position:relative;border-radius:20px;overflow:hidden;border:1px solid var(--line);background:var(--surface);
  display:flex;flex-direction:column;transition:transform .4s var(--ease),box-shadow .4s var(--ease)}
.spec:hover{transform:translateY(-5px);box-shadow:0 34px 64px -30px rgba(0,0,0,.85)}
/* full-frame dish photography (client shoot, 2026-08) — fill the tile */
.spec .photo{background:var(--ink-3);aspect-ratio:4/5;overflow:hidden}
.spec .photo img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .55s var(--ease)}
.spec:hover .photo img{transform:scale(1.06)}
.spec .lbl{padding:1.15rem 1.25rem 1.45rem}
.spec .tl{font-size:.66rem;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);display:block;margin-bottom:.4rem}
.spec h3{font-size:1.18rem;line-height:1.1}
.spec .note{font-size:.82rem;color:var(--muted);margin:.3rem 0 0}
@media (max-width:1024px){ .spec-grid{grid-template-columns:repeat(2,1fr)} }
@media (max-width:560px){ .spec-grid{grid-template-columns:1fr} .spec{min-height:300px} }

/* Google reviews note under the quote cards */
.quotes-note{margin-top:1.6rem;font-size:.85rem;color:var(--muted)}
.quotes-note a{color:var(--gold);text-decoration:underline;text-underline-offset:3px}
.quotes-note a:hover{color:var(--gold-soft)}
.quote .who{white-space:normal}

/* Photo hero — real venue/food photography fills the panel (the old cut-out
   PNGs were dishes that are not on the menu and were removed 2026-08-25). */
.hero-layers.photos .layer{padding:0}
.hero-layers.photos img{width:100%;height:100%;max-width:none;max-height:none;object-fit:cover;filter:none}
.hero-layers.photos .layer.active img{animation:none}

/* Unlabelled photo strip — replaces the named "signature dishes" cards. */
.photo-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:1.2rem}
.photo-strip figure{margin:0;border-radius:20px;overflow:hidden;border:1px solid var(--line);
  aspect-ratio:4/5;background:var(--surface)}
.photo-strip img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .55s var(--ease)}
.photo-strip figure:hover img{transform:scale(1.05)}
@media (max-width:1024px){ .photo-strip{grid-template-columns:repeat(2,1fr)} }
@media (max-width:560px){ .photo-strip{grid-template-columns:1fr} }

/* =====================================================================
   BRICKS COMPATIBILITY + UTILITIES                     added 2026-08-28
   ---------------------------------------------------------------------
   Everything above was written for hand-authored markup. Under Bricks
   every element also carries a brxe-* class, and Bricks ships defaults
   for the layout elements. These rules neutralise those defaults so the
   brand layout behaves exactly as it did before — they do not restyle
   anything. The utility classes replace the inline styles the old PHP
   templates used, so the same spacing is reachable from the builder.
   ===================================================================== */

/* Bricks' Section is a centred flex column by default; the brand layout
   expects normal block flow and sets its own display where it needs one. */
.brxe-section{display:block;align-items:initial;flex-wrap:initial;width:auto}

/* Bricks' button base fights .btn on letter-spacing and border width only. */
.brxe-button.btn{letter-spacing:normal;border-width:1px}

/* Bricks gives headings and text no margin reset of its own. */
.brxe-heading,.brxe-text-basic{margin:0}
.brxe-text>*:last-child{margin-bottom:0}

/* The builder canvas renders the page without the site chrome — stop the fixed
   bars from sitting on top of the first section while editing. MUST stay scoped
   to the builder: .brx-body is on the live <body> too, and an unscoped version
   un-fixes the real site's header. */
body:not(.bricks-is-frontend) .topbar,
body:not(.bricks-is-frontend) .nav{position:relative;top:auto}

/* ---- utilities (were inline styles in the old templates) ---- */
.bg-alt{background:var(--ink-2)}
.bg-deep{background:var(--ink-3)}
.w-720{width:min(720px,92%);margin-inline:auto}
.w-840{width:min(840px,92%);margin-inline:auto}
.w-900{width:min(900px,92%);margin-inline:auto}
.mx-auto{margin-inline:auto}
.stack-center{display:grid;place-items:center}
.btn-row.center{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}
.eyebrow.is-center{justify-content:center}
.eyebrow.is-center::after{content:"";width:34px;height:1px;background:var(--gold);opacity:.9}
.foot-motto{color:var(--green);font-family:var(--serif);font-style:italic;font-size:.95rem;margin-bottom:1rem}
.small-note{margin:.6rem 0 0;font-size:.9rem}
.proof-source{margin-top:2rem;font-size:.85rem}
.note-lg{margin-top:1.6rem;font-size:.9rem}

/* Catering added to the nav 2026-09-12 — six links plus two buttons made the
   phone number wrap between 860 and 1180px. Tighten the gaps, never break the number. */
.nav-phone{ white-space:nowrap; }
@media (max-width:1180px){
  .nav-links{ gap:1.25rem; }
  .nav-inner{ gap:1rem; }
  .nav-menu{ gap:1.25rem; }
}
