/*
Theme Name: Char & Co Restaurant
Theme URI: https://example.com/
Author: Char&Co
Description: A custom, mobile-first one-page restaurant theme.
Version: 1.7.0
Text Domain: charco
*/

/* ── Brand tokens ────────────────────────────────────────────────
   Brand Red   #96342b   primary CTA / header bg / footer bg
   Brand Green #505b3b   secondary sections / accents
   Beige       #f2e6d1   light backgrounds / text on dark
   ─────────────────────────────────────────────────────────────── */
:root {
  --red:    #96342b;        /* Brand Red – primary */
  --green:  #505b3b;        /* Brand Green – secondary */
  --green-dk:#3b4429;       /* darkened green for hover states */
  --beige:  #f2e6d1;        /* Brand Beige – light bg */
  --paper:  var(--beige);       /* warm page bg — unified with beige so gaps are seamless */
  --ink:    var(--red);        /* dark bg – header, hero – uses Brand Red */
  --text:   #1a0e0c;           /* near-black for body copy – high contrast on beige */
  --muted:  var(--green);       /* subtext / secondary labels – brand green */
  --ember:  var(--red);     /* alias – CTA buttons */
  --cream:  var(--beige);   /* alias – light section bg */
  --ochre:  var(--red);     /* alias – eyebrow colour on light bg */
  --whatsapp: #25d366;
  --line:   rgba(80,91,59,.18);   /* green-tinted dividers */
  --display:  'Instrument Serif', Georgia, 'Times New Roman', serif;
  --subhead:  'Voltage', 'Manrope', Arial, sans-serif;
  --sans:     'Manrope', Arial, sans-serif;
}
* { box-sizing:border-box; }
html { scroll-behavior:smooth; scroll-padding-top:76px; }
@media(max-width:760px){ html{ scroll-padding-top:58px; } }
body { margin:0; color:var(--text); background:var(--green); font-family:var(--sans); font-size:16px; line-height:1.6; }
/* page-level bg is green so footer/last-section gaps are seamless */
main { display:block; background:var(--beige); }
a { color:inherit; text-decoration:none; }
img { max-width:100%; display:block; }
.site-header { position:fixed; z-index:10; inset:0 0 auto; display:flex; justify-content:space-between; align-items:center; padding:18px clamp(20px,5vw,76px); color:var(--beige); transition:.25s; }
.site-header.is-scrolled { background:rgba(150,52,43,.97); box-shadow:0 1px 0 rgba(242,230,209,.22); }
.brand { font-family:var(--subhead); font-size:1.7rem; letter-spacing:.08em; font-weight:700; }
.brand small { display:block; margin-top:-7px; font:700 .56rem var(--subhead); letter-spacing:.25em; text-align:center; }
.brand-logo { display:block; height:42px; width:auto; object-fit:contain; }
.menu-toggle { display:none; min-width:44px; min-height:44px; border:0; color:var(--beige); background:none; font:700 .72rem var(--subhead); letter-spacing:.12em; text-transform:uppercase; }
.main-nav { display:flex; align-items:center; gap:clamp(16px,2.3vw,37px); font-family:var(--subhead); font-size:.72rem; font-weight:700; letter-spacing:.13em; text-transform:uppercase; }
.nav-cta,.button { display:inline-flex; min-height:44px; align-items:center; justify-content:center; border:1px solid currentColor; border-radius: 4px; padding:13px 19px; font-family:var(--subhead); letter-spacing:.12em; font-size:.7rem; font-weight:700; text-transform:uppercase; background:transparent; transition:background-color .22s ease,border-color .22s ease,color .22s ease,transform .22s ease; }
.nav-cta:hover,.button:hover { background:var(--red); border-color:var(--red); color:#fff; transform:translateY(-2px); }
.nav-cta:active,.button:active,.sticky-action:active { transform:translateY(0) scale(.98); }
.hero { min-height:100svh; position:relative; display:grid; place-items:end start; overflow:hidden; background:var(--ink); color:var(--beige); }
.hero::before { content:''; position:absolute; inset:0; background:linear-gradient(100deg,rgba(150,52,43,.92) 30%,rgba(80,91,59,.38)),url('assets/hero.jpg') center/cover; }
.hero-video { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; opacity:.9; }
.hero::after { content:''; position:absolute; inset:auto 0 0; height:45%; background:linear-gradient(transparent,rgba(0,0,0,.55)); }
.hero-content { position:relative; z-index:1; max-width:780px; padding:0 clamp(24px,9vw,140px) clamp(68px,10vw,125px); }
.eyebrow { color:var(--green); font-family:var(--subhead); font-size:.72rem; font-weight:700; letter-spacing:.22em; text-transform:uppercase; }
/* eyebrow on dark/red bg sections */
.hero .eyebrow, .contact .eyebrow { color:rgba(242,230,209,.7); }
.reviews .eyebrow { color:rgba(242,230,209,.6); }
h1,h2,h3,p { margin-top:0; }
p { margin-bottom: 16px; }
h1,h2 { font-family:var(--display); font-style:normal; font-weight:normal; line-height:.98; letter-spacing:0.03em; /* display heading — tight leading intentional */ color:var(--red); }
/* h1/h2 on dark/coloured section backgrounds should use brand beige */
.hero h1, .instagram h2, .reviews h2, .contact h2, .site-footer h2 { color:var(--beige); }
.reviews h2 { color:var(--beige); }
h1 { margin:15px 0 24px; font-size:clamp(3.8rem,9vw,8.2rem); max-width:670px; }
.hero p { max-width:470px; font-size:1.05rem; }
.hero-actions { display:flex; gap:13px; flex-wrap:wrap; margin-top:33px; }
.button--solid { background:var(--red); border-color:var(--red); color:#fff; }
.button--solid:hover { background:var(--red); border-color:var(--red); }
.scroll-cue { position:absolute; z-index:1; right:6vw; bottom:34px; font-size:.63rem; letter-spacing:.18em; writing-mode:vertical-rl; text-transform:uppercase; animation:cueFloat 1.8s ease-in-out infinite; }
.section { padding:clamp(64px,8vw,100px) clamp(20px,7vw,100px); }
.section-heading { max-width:680px; margin-bottom:48px; }
h2 { font-size:clamp(2.7rem,5vw,5rem); margin:12px 0 20px; }
.intro { display:grid; grid-template-columns:1fr 1.15fr; gap:clamp(38px,10vw,150px); align-items:center; }
.intro-visual { aspect-ratio:16/9; width:100%; overflow:hidden; background:var(--cream); }
.intro-video { width:100%; height:100%; object-fit:cover; display:block; }
.intro-copy p { max-width:520px; color:var(--muted); font-size:1.05rem; }
.quote { margin:28px 0 0; padding-left:21px; border-left:3px solid var(--green); font:normal 1.35rem/1.35 var(--display); letter-spacing:0.03em; /* display heading — tight leading intentional */ color:var(--text)!important; }
.food { background:var(--beige); }
/* Intro section — unified beige background */
.intro { background:var(--beige); }
.dish-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
.dish { position:relative; min-height:460px; overflow:hidden; background:var(--ink); color:var(--beige); }
.dish img { width:100%; height:100%; object-fit:cover; position:absolute; inset:0; transition:transform .6s ease; }
.media-placeholder { display:grid; width:100%; height:100%; min-height:inherit; place-items:center; padding:24px; color:var(--beige); background:linear-gradient(135deg,var(--ink),var(--ember)); font:700 .72rem var(--subhead); letter-spacing:.18em; text-align:center; text-transform:uppercase; }
.gallery-item .media-placeholder,.instagram-post .media-placeholder { aspect-ratio:inherit; color:var(--ink); background:linear-gradient(135deg,var(--cream),rgba(150,52,43,.18)); }
.dish:hover img { transform:scale(1.05); }
.dish-content { z-index:1; position:absolute; inset:auto 0 0; padding:28px; background:linear-gradient(transparent,rgba(0,0,0,.85)); }
.dish h3 { margin:0; font:2rem var(--display); letter-spacing:0.03em; }
.dish p { margin:6px 0 0; font-size:.87rem; }
.gallery { padding-bottom:clamp(74px,11vw,150px); }
.gallery-grid { display:grid; grid-template-columns:1.1fr .9fr .9fr; grid-template-rows:280px 280px; gap:12px; }
.gallery-item { border:0; padding:0; cursor:zoom-in; overflow:hidden; background:var(--cream); }
.gallery-item:first-child { grid-row:span 2; }
.gallery-item img { width:100%; height:100%; object-fit:cover; transition:transform .5s ease; }
.gallery-item:hover img { transform:scale(1.04); }
.gallery-item:active img { transform:scale(1.02); }
.instagram { background:var(--beige); color:var(--text); }
/* Heart section — unified beige background */
.heart { background:var(--beige); }
.instagram .section-heading { display:flex; max-width:none; align-items:end; justify-content:space-between; gap:25px; }
.instagram .section-heading h2 { color:var(--red); }
.instagram .eyebrow { color:var(--green); }
.instagram .button { color:var(--green); border-color:var(--green); }
.instagram-feed-placeholder { display:flex; flex-direction:column; align-items:center; justify-content:center; gap:22px; min-height:220px; background:var(--green); border:none; border-radius:4px; text-align:center; padding:48px 24px; }
.insta-placeholder-text { margin:0; font-size:1rem; color:rgba(242,230,209,.85); max-width:480px; line-height:1.6; }
.instagram-feed-placeholder .button--solid { background:var(--red); border-color:var(--red); color:#fff; }
.reviews { text-align:center; background:var(--green); color:var(--beige); }
.review { max-width:800px; margin:auto; }
.stars { color:var(--beige); letter-spacing:.2em; opacity:.8; }
.review blockquote { margin:22px 0; font:normal clamp(1.8rem,3.2vw,3rem)/1.2 var(--display); letter-spacing:0.03em; /* display heading — tight leading intentional */ color:var(--beige); }
.review cite { color:rgba(242,230,209,.65); font-style:normal; font-size:.78rem; letter-spacing:.15em; text-transform:uppercase; }
.visit { display:grid; grid-template-columns:1fr 1fr; padding:0 0 clamp(48px,7vw,96px); background:var(--beige); }

.visit-copy { padding:clamp(65px,9vw,130px) clamp(25px,8vw,120px); }
.details { padding:0; list-style:none; margin:37px 0; }
.details li { border-top:1px solid rgba(80,91,59,.2); padding:14px 0; color:var(--red); }
.details strong { display:block; font-size:.67rem; letter-spacing:.15em; text-transform:uppercase; color:var(--green); }
.visit-map { min-height:570px; background:var(--beige); position:relative; overflow:hidden; padding:clamp(24px,4vw,48px); }
.visit-map iframe { position:absolute; inset:clamp(24px,4vw,48px); width:calc(100% - 2*clamp(24px,4vw,48px)); height:calc(100% - 2*clamp(24px,4vw,48px)); border:0; display:block; }
.contact { background:var(--red); color:var(--beige); display:grid; grid-template-columns:.85fr 1.15fr; gap:80px; }
.contact h2 { color:var(--beige); }
.contact .eyebrow { color:rgba(242,230,209,.7); }
.contact-form { display:grid; grid-template-columns:1fr 1fr; gap:19px; }
.contact-form label { font-family:var(--subhead); font-size:.68rem; font-weight:700; letter-spacing:.14em; text-transform:uppercase; }
.contact-form input,.contact-form textarea { display:block; width:100%; margin-top:8px; padding:12px 0; color:var(--beige); border:0; border-bottom:1px solid rgba(242,230,209,.55); background:transparent; font:1rem var(--sans); outline:none; }
.contact-form textarea,.contact-form .wide { grid-column:span 2; }
.contact-form .button { justify-self:start; color:var(--beige); background:transparent; }
.contact-form .button:hover { background:var(--red); border-color:var(--red); }
.form-note { grid-column:span 2; margin:0; font-size:.75rem; opacity:.8; }
.site-footer { display:flex; justify-content:space-between; gap:25px; align-items:center; padding:40px clamp(20px,8vw,120px); background:var(--green); color:var(--beige); font-size:.75rem; }
.site-footer nav { display:flex; gap:22px; }
.sticky-actions { position:fixed; z-index:18; right:clamp(16px,4vw,34px); bottom:clamp(16px,4vw,28px); display:flex; gap:10px; align-items:center; animation:stickyRise .55s ease .45s both; transition:opacity .3s ease, transform .3s ease; }
.sticky-actions.is-footer-visible { opacity:0; transform:translateY(12px); pointer-events:none; }
.sticky-action { display:inline-flex; min-height:50px; align-items:center; justify-content:center; gap:9px; border:1px solid transparent; border-radius:4px; padding:0 18px; box-shadow:0 12px 30px rgba(55,22,18,.24); font:700 .72rem var(--subhead); letter-spacing:.1em; text-transform:uppercase; transition:transform .22s ease,box-shadow .22s ease,background-color .22s ease; }
.sticky-action:hover { transform:translateY(-2px); box-shadow:0 16px 34px rgba(55,22,18,.3); }
.sticky-action--reserve { background:var(--red); color:#fff; border-color:transparent; }
.sticky-action--reserve:hover { background:var(--red); color:#fff; }
.sticky-action--whatsapp { width:52px; padding:0; background:var(--whatsapp); color:#fff; }
.sticky-action--whatsapp svg { width:26px; height:26px; fill:currentColor; }
.sticky-action__label { white-space:nowrap; }
.reveal-item { opacity:1; transform:none; }
.js .reveal-section .reveal-item { opacity:0; transform:translate3d(0,22px,0); transition:opacity .58s ease,transform .58s ease; transition-delay:var(--delay,0ms); will-change:opacity,transform; }
.js .reveal-section .reveal-item.is-visible,.hero .reveal-item { opacity:1; transform:translate3d(0,0,0); }
.hero .reveal-item { animation:revealUp .7s ease both; animation-delay:var(--delay,0ms); }
@keyframes revealUp { from { opacity:0; transform:translate3d(0,18px,0); } to { opacity:1; transform:translate3d(0,0,0); } }
@keyframes stickyRise { from { opacity:0; transform:translate3d(0,18px,0); } to { opacity:1; transform:translate3d(0,0,0); } }
@keyframes cueFloat { 0%,100% { transform:translateY(0); } 50% { transform:translateY(8px); } }
.lightbox { position:fixed; z-index:20; inset:0; display:none; place-items:center; padding:30px; background:rgba(0,0,0,.92); }
.lightbox.is-open { display:grid; }.lightbox img { max-height:85vh; max-width:90vw; }.lightbox button { position:absolute; top:20px; right:24px; border:0; background:none; color:#fff; font-size:2rem; cursor:pointer; }
@media(max-width:760px){ body{padding-bottom:0}.site-header{padding:12px 18px}.brand{font-size:1.35rem}.brand small{font-size:.48rem;letter-spacing:.2em}.brand-logo{height:34px}.menu-toggle{display:block}.main-nav{display:none;position:fixed;inset:0;flex-direction:column;align-items:stretch;justify-content:center;background:var(--red);transition:opacity .25s ease,transform .25s ease;opacity:0;transform:translateY(-12px);pointer-events:none;z-index:11;padding:80px 32px 48px;gap:0}.main-nav.is-open{display:flex;opacity:1;transform:translateY(0);pointer-events:auto}.main-nav a{text-align:center;padding:22px 12px;font-size:1rem;letter-spacing:.2em;border-bottom:1px solid rgba(242,230,209,.15);color:var(--beige)}.main-nav a:last-child{border-bottom:none}.main-nav .nav-cta{margin-top:28px;border:1px solid rgba(242,230,209,.5);color:var(--beige);text-align:center;justify-content:center;border-radius:4px;background:rgba(242,230,209,.1)}.main-nav .nav-cta:hover{background:var(--beige);color:var(--red)}.nav-close{position:absolute;top:16px;right:18px;width:44px;height:44px;border:0;background:none;color:var(--beige);font-size:1.6rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:.8}.nav-close:hover{opacity:1}.hero{min-height:92svh}.hero-content{padding:0 20px 76px}.hero p{font-size:1rem}.hero-actions{display:grid;grid-template-columns:1fr;gap:11px}.hero-actions .button{width:100%}.scroll-cue{display:none}

/* ── Consistent section padding on mobile: 56px vertical, 20px horizontal ── */
.section{padding:56px 20px}
.section-heading{margin-bottom:32px}

h1{font-size:clamp(3.15rem,18vw,4.4rem)}h2{font-size:clamp(2.25rem,12vw,3.3rem);line-height:1.05}

/* ── Intro: stack video on top, then copy ── */
.intro{grid-template-columns:1fr;gap:0}.intro-copy{padding-top:36px;padding-bottom:0}

.quote{font-size:1.18rem}

/* ── Food / dish grid ── */
.dish-grid{grid-template-columns:1fr}.dish{min-height:360px}.dish-content{padding:24px}

.gallery{padding-bottom:64px}.gallery-grid{grid-template-columns:1fr 1fr;grid-template-rows:repeat(3,190px);gap:8px}.gallery-item:first-child{grid-row:span 1}

/* ── Instagram: stack heading then button with gap ── */
.instagram .section-heading{display:flex;flex-direction:column;align-items:flex-start;gap:20px}.instagram-feed-placeholder{padding:32px 20px;min-height:160px}

/* ── Visit: stack map below copy ── */
.visit{grid-template-columns:1fr;gap:0}.visit-copy{padding:64px 20px}.visit-map{min-height:360px;height:360px;width:100%;padding:16px}.visit-map iframe{inset:16px;width:calc(100% - 32px);height:calc(100% - 32px)}

/* ── Contact ── */
.contact{grid-template-columns:1fr;gap:0;padding:0}.contact .reveal-item:first-child{padding:64px 20px 36px}.contact-form{padding:0 20px 64px;grid-template-columns:1fr}.contact-form .wide,.contact-form textarea,.form-note{grid-column:span 1}.contact-form input,.contact-form textarea{font-size:16px}.contact-form .button,.contact-form button[type=submit]{width:100%;justify-self:stretch}

.site-footer{align-items:flex-start;flex-direction:column;padding-bottom:calc(40px + 78px)}.site-footer nav{flex-wrap:wrap}.sticky-actions{inset:auto 12px 12px;display:grid;grid-template-columns:minmax(0,1fr) 56px;gap:10px}.sticky-action{min-height:56px}.sticky-action--reserve{width:100%}.sticky-action--whatsapp{width:56px}.sticky-action__label{font-size:.68rem}.js .reveal-section .reveal-item{transform:translate3d(0,16px,0);transition-duration:.48s}.dish-grid .dish:nth-child(n+5){display:none}.modal-panel{max-height:95vh;padding:20px}.modal-panel--pdf{padding:14px;max-height:98vh}.modal-pdf-viewer iframe{min-height:55vh}.modal-header h2{font-size:clamp(1.6rem,8vw,2.2rem)} }
@media(prefers-reduced-motion:reduce){ html{scroll-behavior:auto}.scroll-cue,.sticky-actions,.hero .reveal-item{animation:none}.sticky-actions{transition:none}.reveal-item,.js .reveal-section .reveal-item,.js .reveal-section .reveal-item.is-visible,.hero .reveal-item{opacity:1;transform:none;transition:none}.nav-cta,.button,.sticky-action,.dish img,.gallery-item img,.instagram-post img{transition:none}.nav-cta:hover,.button:hover,.sticky-action:hover{transform:none} }


/* ── Heart section two-column layout ── */
.heart-layout { display:grid; grid-template-columns:1fr; gap:0; align-items:center; margin-top:48px; }
.heart-visual { overflow:hidden; background:var(--cream); border-radius:4px; }
.heart-visual img { width:100%; height:100%; object-fit:cover; display:block; }
.heart-copy p { color:var(--muted); font-size:clamp(1rem,1.4vw,1.15rem); max-width:480px; line-height:1.75; }
.heart-copy .button { margin-top:28px; color:var(--green); border-color:var(--green); }

/* Mobile: image on top, full width, 16/9 crop, then text below */
@media(max-width:760px) {
  .heart-layout { margin-top:0; }
  .heart-visual { aspect-ratio:16/9; border-radius:0; width:100%; order:-1; }
  .heart-copy { padding-top:32px; padding-bottom:0; order:0; }
  .heart-copy p { max-width:100%; font-size:1rem; }
}

/* Desktop: two-column side by side */
@media(min-width:761px) {
  .heart-layout { grid-template-columns:1fr 1fr; gap:clamp(48px,7vw,100px); }
  .heart-visual { aspect-ratio:4/3; }
}

/* Heart section headings — single line on desktop */
.heart .section-heading h2 { font-size:clamp(1.8rem,3.2vw,3.4rem); white-space:nowrap; }
.heart .section-heading .eyebrow { font-size:.75rem; letter-spacing:.24em; }

/* Reserve on WhatsApp button — beige border to match Send enquiry */
.contact-wa-btn { border-color:var(--beige) !important; }

/* ── Nav close button — mobile only ── */
.nav-close { display: none; }
@media(max-width:760px) {
  .nav-close {
    display: flex;
    position: absolute;
    top: 16px;
    right: 18px;
    width: 44px;
    height: 44px;
    border: 0;
    background: none;
    color: var(--beige);
    font-size: 1.6rem;
    line-height: 1;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    opacity: .8;
    z-index: 12;
  }
  .nav-close:hover { opacity: 1; }
}

/* ── Adjacent same-background sections — reduce combined gap ──────
   When two beige sections sit next to each other, halve the padding
   on the touching edges so they feel like one continuous zone.
   ------------------------------------------------------------------ */

/* Heart bottom → Instagram top */
.heart.section        { padding-bottom: clamp(32px,4vw,52px); }
.instagram.section    { padding-top:    clamp(32px,4vw,52px); }

/* Intro bottom → Food top (both beige) */
.intro.section        { padding-bottom: clamp(32px,4vw,52px); }
.food.section         { padding-top:    clamp(32px,4vw,52px); }

/* Food bottom → Heart top (both beige) */
.food.section         { padding-bottom: clamp(32px,4vw,52px); }
.heart.section        { padding-top:    clamp(32px,4vw,52px); }

/* Instagram bottom → Visit top (both beige) */
.instagram.section    { padding-bottom: clamp(32px,4vw,52px); }

@media(max-width:760px) {
  .heart.section     { padding-top: 32px; padding-bottom: 32px; }
  .instagram.section { padding-top: 32px; padding-bottom: 32px; }
  .intro.section     { padding-bottom: 32px; }
  .food.section      { padding-top: 32px; padding-bottom: 32px; }
}

/* ── Modal base styles ── */
.modal { position:fixed; inset:0; z-index:30; display:none; opacity:0; transition:opacity .25s ease; }
.modal.is-open { display:grid; place-items:center; padding:clamp(16px,4vw,48px); opacity:1; }
.modal-overlay { position:absolute; inset:0; background:rgba(0,0,0,.75); }
.modal-panel { position:relative; background:var(--paper); color:var(--text); border-radius:4px; max-width:640px; width:100%; max-height:90vh; overflow-y:auto; padding:clamp(24px,5vw,48px); transform:translateY(20px); transition:transform .28s ease, opacity .25s ease; opacity:0; }
.modal.is-open .modal-panel { transform:translateY(0); opacity:1; }
.modal-header { display:flex; justify-content:space-between; align-items:flex-start; margin-bottom:28px; gap:16px; }
.modal-header h2 { margin:0; font-size:clamp(1.8rem,4vw,3rem); }
.modal-close { flex-shrink:0; min-width:44px; min-height:44px; border:0; background:none; font-size:1.75rem; line-height:1; cursor:pointer; color:var(--text); display:flex; align-items:center; justify-content:center; border-radius:4px; }
.modal-close:hover { background:rgba(80,91,59,.1); }

/* PDF menu modal — wider panel, no overflow scroll */
.modal-panel--pdf { max-width:860px; max-height:92vh; padding:clamp(16px,3vw,32px); overflow:hidden; display:flex; flex-direction:column; }
.modal-panel--pdf .modal-header { margin-bottom:16px; flex-shrink:0; }
.modal-pdf-viewer { flex:1; min-height:0; border-radius:4px; overflow:hidden; }
.modal-pdf-viewer iframe { display:block; width:100%; height:100%; min-height:65vh; border:0; }

/* ── Menu modal: desktop PDF / mobile slider ── */

/* Desktop shows PDF, hides mobile slider */
.modal-menu-desktop { display:flex; flex:1; min-height:0; flex-direction:column; }
.modal-menu-mobile  { display:none; }

/* Mobile shows slider, hides PDF */
@media(max-width:760px) {
  .modal-menu-desktop { display:none; }
  .modal-menu-mobile  { display:flex; flex-direction:column; flex:1; min-height:0; gap:0; padding-top:0; }
}

/* ═══════════════════════════════════════════════════════════
   MOBILE MENU SLIDER
   ═══════════════════════════════════════════════════════════ */

/* Slider viewport — fills available modal height */
.menu-slider {
  position: relative;
  flex: 1;
  min-height: 0;
  overflow: hidden;
  background: #1a0e0c;
  border-radius: 4px;
}

/* Progress bar at top of slider */
.menu-slider__progress {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: rgba(242,230,209,.15);
  z-index: 4;
}
.menu-slider__progress-fill {
  height: 100%;
  background: var(--red);
  transition: width .35s cubic-bezier(.16,1,.3,1);
  width: 0%; /* set by JS */
}

/* Page counter badge — top right */
.menu-slider__badge {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 4;
  background: rgba(26,14,12,.65);
  color: var(--beige);
  font-family: var(--subhead);
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 20px;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  pointer-events: none;
}

/* Slides track — horizontal scroll container */
.menu-slider__track {
  display: flex;
  height: 100%;
  transition: transform .4s cubic-bezier(.16,1,.3,1);
  will-change: transform;
  touch-action: pan-y;
  cursor: grab;
}
.menu-slider__track.is-dragging {
  cursor: grabbing;
  transition: none;
}

/* Individual slide — full width of viewport */
.menu-slider__slide {
  flex: 0 0 100%;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background: #1a0e0c;
}
.menu-slider__slide img {
  width: 100%;
  height: auto;
  display: block;
  user-select: none;
  -webkit-user-drag: none;
}

/* Swipe hint — fades out after first swipe */
.menu-slider__hint {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 7px;
  background: rgba(26,14,12,.65);
  color: var(--beige);
  font-family: var(--subhead);
  font-size: .6rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  padding: 7px 14px;
  border-radius: 20px;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  pointer-events: none;
  white-space: nowrap;
  animation: hintPulse 2.4s ease-in-out 1.2s infinite;
  transition: opacity .4s ease;
}
.menu-slider__hint svg {
  width: 28px;
  height: 12px;
  flex-shrink: 0;
  color: var(--beige);
}
.menu-slider__hint.is-hidden {
  opacity: 0;
  pointer-events: none;
}
@keyframes hintPulse {
  0%, 100% { transform: translateX(-50%) translateX(0); }
  40%       { transform: translateX(-50%) translateX(6px); }
  60%       { transform: translateX(-50%) translateX(-3px); }
}

/* Nav row — arrows + dots + spacing */
.menu-slider__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px 10px;
  gap: 12px;
  flex-shrink: 0;
}

/* Arrow buttons */
.menu-slider__arrow {
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text);
  flex-shrink: 0;
  transition: background .2s ease, border-color .2s ease, opacity .2s ease;
}
.menu-slider__arrow:hover { background: rgba(80,91,59,.1); border-color: var(--green); }
.menu-slider__arrow:disabled { opacity: .3; pointer-events: none; }
.menu-slider__arrow svg { width: 20px; height: 20px; flex-shrink: 0; }

/* Dot indicators */
.menu-slider__dots {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
  justify-content: center;
}
.menu-slider__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  background: rgba(80,91,59,.25);
  padding: 0;
  cursor: pointer;
  transition: background .25s ease, transform .25s ease, width .25s ease;
  flex-shrink: 0;
}
.menu-slider__dot.is-active {
  background: var(--red);
  width: 22px;
  border-radius: 4px;
  transform: none;
}

/* PDF link button */
.menu-slider__pdf-link {
  margin: 0 16px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .7rem;
  padding: 13px 20px;
  flex-shrink: 0;
}

/* Empty state placeholder */
.menu-mobile-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 48px 24px;
  text-align: center;
  color: var(--muted);
  flex: 1;
}
.menu-mobile-placeholder p {
  margin: 0;
  font-family: var(--display);
  font-size: 1.4rem;
  color: var(--text);
}
.menu-mobile-placeholder span {
  font-size: .75rem;
  opacity: .65;
  max-width: 240px;
  line-height: 1.6;
}
.menu-mobile-placeholder code {
  background: rgba(80,91,59,.1);
  padding: 1px 5px;
  border-radius: 3px;
  font-size: .72rem;
}

/* Menu modal content (kept for future reference) */
.modal-menu-section { margin-bottom:40px; }
.modal-menu-section h3 { font-family:var(--subhead); font-size:.72rem; font-weight:700; letter-spacing:.2em; text-transform:uppercase; color:var(--green); margin-bottom:16px; border-bottom:1px solid var(--line); padding-bottom:8px; }
.modal-menu-section dl { display:grid; grid-template-columns:1fr auto; gap:6px 24px; }
.modal-menu-section dt { font-weight:700; }
.modal-menu-section dd { margin:0; color:var(--muted); font-size:.9rem; grid-column:1; }
.modal-menu-section .price { grid-column:2; grid-row:span 2; align-self:center; font-family:var(--subhead); font-size:.8rem; font-weight:700; white-space:nowrap; }


/* ── Homepage Redesign additions ────────────────────────────────── */

/* View Full Menu button — breathing room below the dish grid */
.section-cta { margin-top:36px; display:flex; justify-content:center; }
@media(max-width:760px) { .section-cta { margin-top:28px; } }

/* Req 1.3 — Hero video framing: shift position down to reveal bottom subject */
.hero-video { object-position: center 60%; }

/* Req 8.1 — Contact heading breathing room */
.contact h2 { margin-bottom: 1.5rem; }

/* ── Heart heading — nowrap on desktop, break on mobile handled by CSS ── */
.heart-break { display:inline; }
@media(max-width:760px) {
  .heart .section-heading h2 { white-space:normal; font-size:clamp(1.6rem,8vw,2.6rem); }
  .heart-break { display:block; }
}

/* ── Intro: copy left, video right on desktop — matches HTML source order ── */
/* Desktop: restore asymmetric column ratio */
@media(min-width:761px) {
  .intro { grid-template-columns: 1fr 1.15fr; gap: clamp(38px,10vw,150px); }
}
/* Mobile: single column, copy on top, video below — natural HTML order, no reordering needed */
@media(max-width:760px) {
  .intro { grid-template-columns: 1fr; gap: 0; }
  .intro-copy { order: 0; }
  .intro-visual { order: 0; width: 100%; margin-top: 32px; }
}

/* ── Remove beige gap before footer — contact section is last, footer follows directly ── */
.site-footer { margin-top: 0; }


/* ── Instagram feed (insta-gallery plugin) — Carousel aspect ratio 4:5 ──
   The plugin reads aspect_ratio from feed settings (default 1:1) and writes
   --qligg-aspect-ratio as an inline CSS variable on the feed wrapper.
   We override it here for carousel layout only so all other layouts (grid,
   masonry etc.) are unaffected.
   ─────────────────────────────────────────────────────────────────────── */
.instagram-gallery-list[data-feed_layout=carousel] .instagram-gallery-item__media-wrap {
  aspect-ratio: 4 / 5 !important;
}

/* ── Instagram feed (insta-gallery plugin) — Swiper nav buttons beige ────
   The plugin's carousel layout uses Swiper.js. We override the theme colour
   variable and the button styles so the arrows and pagination match the
   brand beige rather than the default blue.
   ─────────────────────────────────────────────────────────────────────── */

/* Override Swiper's theme colour variable scoped to the feed wrapper */
.instagram-gallery-feed {
  --swiper-theme-color: var(--beige);
  --swiper-navigation-color: var(--beige);
  --swiper-pagination-color: var(--beige);
}

/* Prev / Next arrow buttons */
.instagram-gallery-feed .swiper-button-prev,
.instagram-gallery-feed .swiper-button-next {
  color: var(--beige);
  background: rgba(26, 14, 12, 0.45);   /* dark semi-transparent backing for legibility */
  border-radius: 50%;
  width: 44px;
  height: 44px;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  transition: background 0.2s ease, transform 0.2s ease;
}
.instagram-gallery-feed .swiper-button-prev:hover,
.instagram-gallery-feed .swiper-button-next:hover {
  background: rgba(26, 14, 12, 0.72);
  transform: scale(1.08);
}
/* Scale the arrow icon down to fit the smaller circle */
.instagram-gallery-feed .swiper-button-prev::after,
.instagram-gallery-feed .swiper-button-next::after {
  font-size: 17px;
  color: var(--beige);
}

/* Pagination dots */
.instagram-gallery-feed .swiper-pagination-bullet {
  background: var(--beige);
  opacity: 0.45;
}
.instagram-gallery-feed .swiper-pagination-bullet-active {
  background: var(--beige);
  opacity: 1;
}

/* ── Cookie banner ──────────────────────────────────────────── */
.cookie-banner {
  position: fixed;
  z-index: 50;
  bottom: clamp(16px,3vw,32px);
  left: 50%;
  transform: translateX(-50%);
  width: min(calc(100vw - 32px), 680px);
  background: var(--green);
  color: var(--beige);
  border-radius: 6px;
  box-shadow: 0 8px 32px rgba(26,14,12,.28);
  padding: clamp(16px,3vw,28px) clamp(20px,4vw,36px);
  animation: cookieRise .4s cubic-bezier(.16,1,.3,1) both;
}
.cookie-banner[hidden] { display: none; }
@keyframes cookieRise {
  from { opacity:0; transform:translateX(-50%) translateY(16px); }
  to   { opacity:1; transform:translateX(-50%) translateY(0); }
}
.cookie-banner__inner {
  display: flex;
  align-items: center;
  gap: clamp(16px,3vw,32px);
  flex-wrap: wrap;
}
.cookie-banner__text {
  flex: 1;
  min-width: 200px;
}
.cookie-banner__title {
  display: block;
  font-family: var(--subhead);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--beige);
  margin-bottom: 8px;
}
.cookie-banner__text p {
  margin: 0;
  font-size: .85rem;
  line-height: 1.6;
  color: rgba(242,230,209,.8);
}
.cookie-banner__text a {
  color: var(--beige);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.cookie-banner__accept {
  flex-shrink: 0;
  font-size: .7rem;
  padding: 12px 24px;
  background: var(--red);
  border-color: var(--red);
  color: #fff;
  white-space: nowrap;
}
.cookie-banner__accept:hover {
  background: var(--red);
  border-color: var(--red);
  color: #fff;
}

/* Footer links */
.site-footer__nav a { opacity: .75; transition: opacity .2s ease; }
.site-footer__nav a:hover { opacity: 1; }

@media(max-width:760px) {
  .cookie-banner {
    bottom: calc(clamp(16px,4vw,28px) + 70px); /* sit above sticky actions */
    padding: 16px 18px;
  }
  .cookie-banner__inner { gap: 14px; }
  .cookie-banner__accept { width: 100%; justify-content: center; }
}


/* ═══════════════════════════════════════════════════════════════
   LEGAL PAGES — Privacy Policy / Terms & Conditions
   Template: page.php
   ═══════════════════════════════════════════════════════════════ */

.legal-page {
  background: var(--beige);
  padding-top: clamp(100px, 12vw, 140px); /* clear fixed header */
  padding-bottom: clamp(64px, 8vw, 120px);
}

.legal-page__inner {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 clamp(20px, 6vw, 60px);
}

/* Article header */
.legal-article__header {
  margin-bottom: clamp(32px, 4vw, 52px);
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
}

.legal-article__title {
  font-family: var(--display);
  font-size: clamp(2.4rem, 5vw, 4rem);
  font-weight: normal;
  color: var(--red);
  margin: 0 0 12px;
  line-height: 1.05;
}

.legal-article__meta {
  font-family: var(--subhead);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--green);
  margin: 0;
}

/* Body copy */
.legal-article__body {
  font-size: 1rem;
  line-height: 1.75;
  color: var(--text);
}

.legal-article__body h2 {
  font-family: var(--display);
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: normal;
  color: var(--red);
  margin: 2.5em 0 .6em;
  line-height: 1.1;
}

.legal-article__body h3 {
  font-family: var(--subhead);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--green);
  margin: 2em 0 .6em;
}

.legal-article__body p {
  margin-bottom: 1.2em;
}

.legal-article__body ul,
.legal-article__body ol {
  padding-left: 1.5em;
  margin-bottom: 1.2em;
}

.legal-article__body li {
  margin-bottom: .5em;
}

.legal-article__body a {
  color: var(--red);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.legal-article__body a:hover {
  opacity: .75;
}

.legal-article__body strong {
  font-weight: 700;
  color: var(--text);
}

/* Mobile */
@media(max-width:760px) {
  .legal-page {
    padding-top: clamp(80px, 18vw, 110px);
  }

  .legal-article__title {
    font-size: clamp(2rem, 11vw, 2.8rem);
  }
}


/* ═══════════════════════════════════════════════════════════════
   REVIEWS SLIDER
   ═══════════════════════════════════════════════════════════════ */

.reviews {
  text-align: center;
  background: var(--green);
  color: var(--beige);
  padding: clamp(64px,8vw,100px) clamp(20px,7vw,100px);
  overflow: hidden;
}

.reviews-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: clamp(36px,4vw,52px);
}

.reviews-header .eyebrow {
  color: rgba(242,230,209,.6);
  margin: 0;
}

.reviews-google-btn {
  color: var(--beige);
  border-color: rgba(242,230,209,.4);
  font-size: .65rem;
  min-height: 38px;
  padding: 9px 16px;
}
.reviews-google-btn:hover {
  background: rgba(242,230,209,.12);
  border-color: rgba(242,230,209,.7);
  color: var(--beige);
  transform: translateY(-1px);
}

/* Slider container */
.reviews-slider {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}

/* Sliding track */
.reviews-slider__track {
  display: flex;
  transition: transform .55s cubic-bezier(.16,1,.3,1);
  will-change: transform;
}

/* Each review slide */
.reviews-slider__slide {
  flex: 0 0 100%;
  padding: 0 clamp(16px,4vw,48px);
}

/* Review card content */
.review {
  max-width: 800px;
  margin: 0 auto;
}

.stars {
  color: var(--beige);
  letter-spacing: .2em;
  font-size: 1.1rem;
  opacity: .85;
  margin-bottom: 20px;
}

.review blockquote {
  margin: 0 0 22px;
  font: normal clamp(1.45rem,2.8vw,2.4rem)/1.25 var(--display);
  letter-spacing: 0.02em;
  color: var(--beige);
}

.review cite {
  color: rgba(242,230,209,.55);
  font-style: normal;
  font-size: .75rem;
  letter-spacing: .16em;
  text-transform: uppercase;
}

/* Controls row */
.reviews-slider__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: clamp(28px,3vw,40px);
}

.reviews-slider__arrow {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(242,230,209,.3);
  border-radius: 50%;
  background: none;
  cursor: pointer;
  color: var(--beige);
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .2s ease, border-color .2s ease;
  flex-shrink: 0;
}
.reviews-slider__arrow:hover {
  background: rgba(242,230,209,.12);
  border-color: rgba(242,230,209,.6);
}

.reviews-slider__dots {
  display: flex;
  align-items: center;
  gap: 8px;
}

.reviews-slider__dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  border: none;
  background: rgba(242,230,209,.25);
  padding: 0;
  cursor: pointer;
  transition: background .25s ease, width .25s ease;
  flex-shrink: 0;
}
.reviews-slider__dot.is-active {
  background: var(--beige);
  width: 20px;
  border-radius: 4px;
}

@media(max-width:760px) {
  .reviews {
    padding: 56px 20px;
  }
  .review blockquote {
    font-size: clamp(1.25rem,6vw,1.7rem);
  }
  .reviews-header {
    flex-direction: column;
    gap: 14px;
    margin-bottom: 28px;
  }
}

@media(prefers-reduced-motion:reduce) {
  .reviews-slider__track { transition: none; }
}


/* ═══════════════════════════════════════════════════════════════
   CONTACT FORM — SUCCESS STATE
   ═══════════════════════════════════════════════════════════════ */

.contact-success {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  background: rgba(242,230,209,.1);
  border: 1px solid rgba(242,230,209,.3);
  border-radius: 4px;
  padding: clamp(24px,4vw,40px);
  color: var(--beige);
  text-align: left;
  animation: revealUp .5s ease both;
}

.contact-success svg {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  color: var(--beige);
  opacity: .85;
  margin-top: 2px;
}

.contact-success strong {
  display: block;
  font-family: var(--display);
  font-size: clamp(1.4rem,3vw,2rem);
  font-weight: normal;
  color: var(--beige);
  margin-bottom: 8px;
}

.contact-success p {
  margin: 0;
  font-size: .95rem;
  color: rgba(242,230,209,.75);
  line-height: 1.6;
}

@media(max-width:760px) {
  .contact-success { gap: 14px; padding: 20px; }
  .contact-success svg { width: 28px; height: 28px; }
}
