/* ============================================================
   Ngon Cơm Restaurant – Muster (Website-Service)
   Warmes Papier + Bambusgrün. Display: Cormorant Garamond, Text: Inter.
   Eindeutige Komponenten-Präfixe (Learning aus AMC/KOC).
   ============================================================ */

/* ---- Fonts: self-hosted (DSGVO, kein Google-CDN) ---- */
/* Cormorant Garamond inkl. Vietnamesisch-Subset (für "Cơm") */
@font-face{font-family:"Cormorant Garamond";font-style:normal;font-weight:600;font-display:swap;src:url("../fonts/cormorant-600-latin.woff2") format("woff2");unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:"Cormorant Garamond";font-style:normal;font-weight:600;font-display:swap;src:url("../fonts/cormorant-600-latinext.woff2") format("woff2");unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}
@font-face{font-family:"Cormorant Garamond";font-style:normal;font-weight:600;font-display:swap;src:url("../fonts/cormorant-600-vietnamese.woff2") format("woff2");unicode-range:U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}
@font-face{font-family:"Cormorant Garamond";font-style:normal;font-weight:700;font-display:swap;src:url("../fonts/cormorant-700-latin.woff2") format("woff2");unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:"Cormorant Garamond";font-style:normal;font-weight:700;font-display:swap;src:url("../fonts/cormorant-700-latinext.woff2") format("woff2");unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}
@font-face{font-family:"Cormorant Garamond";font-style:normal;font-weight:700;font-display:swap;src:url("../fonts/cormorant-700-vietnamese.woff2") format("woff2");unicode-range:U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}
/* Inter (latin, deckt Deutsch ab) */
@font-face{font-family:"Inter";font-style:normal;font-weight:400;font-display:swap;src:url("../fonts/inter-400.woff2") format("woff2");}
@font-face{font-family:"Inter";font-style:normal;font-weight:600;font-display:swap;src:url("../fonts/inter-600.woff2") format("woff2");}

/* ---- Design-Tokens ---- */
:root{
  --bg:#f7f2e8;          /* warmes Papier */
  --bg-2:#efe6d4;        /* tiefer warm, für Wechselsektionen */
  --paper:#fffdf8;       /* Karten-Weiß, warm */
  --ink:#23241f;         /* warmes Fast-Schwarz */
  --ink-2:#57584e;       /* gedämpft */
  --green:#2e6a4c;       /* Akzent: Bambus/Kräuter */
  --green-d:#245439;     /* Hover */
  --green-t:rgba(46,106,76,.10);
  --gold:#b5892f;        /* Sterne (nur Icon, kein UI-Akzent) */
  --line:rgba(35,36,31,.13);
  --line-2:rgba(35,36,31,.08);
  --radius:16px;
  --radius-s:10px;
  --pill:999px;
  --wrap:1140px;
  --shadow-s:0 1px 2px rgba(35,36,31,.06), 0 4px 14px rgba(35,36,31,.06);
  --shadow-m:0 10px 34px rgba(35,36,31,.14);
  --display:"Cormorant Garamond", Georgia, "Times New Roman", serif;
  --text:"Inter", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  --header-h:74px;
}

/* ---- Reset / Base ---- */
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body{
  margin:0;background:var(--bg);color:var(--ink);
  font-family:var(--text);font-size:17px;line-height:1.65;
  -webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;
  overflow-x:hidden;
}
img{max-width:100%;display:block;height:auto}
a{color:inherit;text-decoration:none}
button{font:inherit;cursor:pointer}
h1,h2,h3{margin:0;font-family:var(--display);font-weight:700;line-height:1.06;letter-spacing:.002em}
p{margin:0}
:focus-visible{outline:3px solid var(--green);outline-offset:3px;border-radius:6px}
::selection{background:var(--green);color:#fff}

.wrap{width:100%;max-width:var(--wrap);margin-inline:auto;padding-inline:22px}
.section{padding:88px 0}
.section--tight{padding:64px 0}
.section--alt{background:var(--bg-2)}
section[id],main[id]{scroll-margin-top:88px}
.eyebrow{
  font-family:var(--text);font-weight:600;font-size:.78rem;letter-spacing:.16em;
  text-transform:uppercase;color:var(--green);margin:0 0 14px;
}
.section-head{max-width:640px;margin:0 0 42px}
.section-head.center{margin-inline:auto;text-align:center}
.section-head h2{font-size:clamp(2.1rem,4.6vw,3.2rem)}
.section-head p{margin-top:14px;color:var(--ink-2);font-size:1.06rem}
.lede{color:var(--ink-2)}

/* ---- Skip-Link ---- */
.skip{position:absolute;left:12px;top:-60px;z-index:200;background:var(--green);color:#fff;
  padding:10px 16px;border-radius:var(--radius-s);transition:top .18s}
.skip:focus{top:12px}

/* ---- Buttons: interaktiv = Pille (Shape-Lock) ---- */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:9px;
  padding:14px 24px;border-radius:var(--pill);border:1.5px solid transparent;
  font-weight:600;font-size:1rem;line-height:1;white-space:nowrap;
  transition:transform .12s ease, background .18s ease, color .18s ease, border-color .18s ease;
}
.btn svg{width:18px;height:18px;flex:none}
.btn--primary{background:var(--green);color:#fff}
.btn--primary:hover{background:var(--green-d)}
.btn--ghost{background:transparent;color:var(--ink);border-color:var(--line)}
.btn--ghost:hover{border-color:var(--ink);background:rgba(35,36,31,.03)}
.btn--light{background:#fff;color:var(--green)}
.btn--light:hover{background:#f2ede2}
.btn--outline-light{background:transparent;color:#fff;border-color:rgba(255,255,255,.6)}
.btn--outline-light:hover{border-color:#fff;background:rgba(255,255,255,.1)}
.btn:active{transform:translateY(1px)}
.btn--lg{padding:16px 30px;font-size:1.05rem}

/* ---- Header ---- */
.site-header{
  position:sticky;top:0;z-index:100;background:rgba(247,242,232,.9);
  backdrop-filter:saturate(1.2) blur(10px);
  border-bottom:1px solid var(--line-2);
}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:20px;height:var(--header-h)}
.brand{display:flex;align-items:baseline;gap:8px;font-family:var(--display);line-height:1}
.brand b{font-weight:700;font-size:1.62rem;letter-spacing:.01em}
.brand span{font-family:var(--text);font-weight:600;font-size:.66rem;letter-spacing:.18em;
  text-transform:uppercase;color:var(--green)}
.nav{display:flex;align-items:center;gap:28px}
.nav a{font-size:.98rem;color:var(--ink-2);font-weight:500;transition:color .15s}
.nav a:hover{color:var(--ink)}
.header-cta{display:flex;align-items:center;gap:14px}
.header-cta .tel-line{display:flex;flex-direction:column;line-height:1.15;text-align:right}
.header-cta .tel-line small{font-size:.72rem;color:var(--ink-2);letter-spacing:.02em}
.header-cta .tel-line b{font-size:1.02rem;font-weight:600}
.nav-toggle{display:none;width:46px;height:46px;border:1px solid var(--line);border-radius:12px;
  background:var(--paper);align-items:center;justify-content:center}
.nav-toggle svg{width:22px;height:22px}

/* ---- Hero ---- */
.hero{padding:56px 0 40px;position:relative}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:52px;align-items:center}
.hero-copy .eyebrow{margin-bottom:18px}
.hero-copy h1{font-size:clamp(2.7rem,6vw,4.6rem);letter-spacing:.004em;line-height:1.07;padding-bottom:.04em}
.hero-copy h1 em{font-style:italic;color:var(--green)}
.hero-copy .sub{margin-top:20px;font-size:1.18rem;color:var(--ink-2);max-width:30ch}
.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:30px}
.hero-note{margin-top:16px;font-size:.9rem;color:var(--ink-2)}

/* Hero-Foto-Collage */
.hero-media{position:relative;min-height:440px}
.hero-media .m-main{
  width:82%;margin-left:auto;aspect-ratio:4/5;object-fit:cover;
  border-radius:var(--radius);box-shadow:var(--shadow-m);
}
.hero-media .m-accent{
  position:absolute;left:0;bottom:-14px;width:46%;aspect-ratio:1/1;object-fit:cover;
  border-radius:var(--radius);box-shadow:var(--shadow-m);border:5px solid var(--paper);
}
.hero-media .m-badge{
  position:absolute;right:6%;top:-6px;background:var(--paper);border-radius:var(--pill);
  box-shadow:var(--shadow-s);padding:10px 16px;display:flex;align-items:center;gap:8px;
  font-weight:600;font-size:.92rem;
}
.hero-media .m-badge .stars{color:var(--gold);display:inline-flex;gap:1px}
.hero-media .m-badge .stars svg{width:15px;height:15px}

/* ---- Trust-Streifen ---- */
.trust{border-top:1px solid var(--line-2);border-bottom:1px solid var(--line-2);background:var(--paper)}
.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;padding:26px 0}
.trust-item{text-align:center}
.trust-item .num{font-family:var(--display);font-weight:700;font-size:2rem;line-height:1;
  color:var(--green);font-variant-numeric:tabular-nums}
.trust-item .lbl{margin-top:6px;font-size:.86rem;color:var(--ink-2)}
.trust-item + .trust-item{border-left:1px solid var(--line-2)}

/* ---- Konzept / Was euch erwartet ---- */
.about-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:56px;align-items:center}
.about-copy h2{font-size:clamp(2rem,4.4vw,3rem)}
.about-copy p{margin-top:18px;color:var(--ink-2);font-size:1.06rem}
.about-features{display:grid;gap:18px;margin-top:30px;list-style:none;padding:0}
.about-features li{display:flex;gap:14px;align-items:flex-start}
.about-features .ic{flex:none;width:42px;height:42px;border-radius:12px;background:var(--green-t);
  color:var(--green);display:flex;align-items:center;justify-content:center}
.about-features .ic svg{width:21px;height:21px}
.about-features b{display:block;font-weight:600;font-size:1.02rem}
.about-features span{color:var(--ink-2);font-size:.96rem}
.about-media{display:grid;grid-template-columns:1fr 1fr;grid-auto-rows:1fr;gap:14px}
.about-media img{width:100%;height:100%;object-fit:cover;border-radius:var(--radius);box-shadow:var(--shadow-s)}
.about-media img:first-child{grid-row:span 2}
.about-media img:not(:first-child){aspect-ratio:1/1}

/* ---- Speisen-Highlights ---- */
.dish-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.dish{background:var(--paper);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-s);
  border:1px solid var(--line-2);transition:transform .18s ease, box-shadow .18s ease}
.dish:hover{transform:translateY(-4px);box-shadow:var(--shadow-m)}
.dish .ph{aspect-ratio:4/3;width:100%;height:auto;object-fit:cover}
.dish .body{padding:18px 20px 22px}
.dish h3{font-size:1.5rem;line-height:1.1}
.dish p{margin-top:7px;color:var(--ink-2);font-size:.95rem}
.dish .tag{display:inline-block;margin-top:12px;font-size:.72rem;font-weight:600;letter-spacing:.08em;
  text-transform:uppercase;color:var(--green);background:var(--green-t);padding:5px 11px;border-radius:var(--pill)}
.menu-note{margin-top:34px;text-align:center;color:var(--ink-2);font-size:1rem}

/* ---- Galerie ---- */
.gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.gallery figure{margin:0;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-s)}
.gallery img{width:100%;aspect-ratio:1/1;height:auto;object-fit:cover;transition:transform .5s ease}
.gallery figure:hover img{transform:scale(1.05)}
.gallery .tall{grid-row:span 2}
.gallery .tall img{aspect-ratio:1/2.08}

/* ---- Kundenstimmen ---- */
.reviews{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.review{background:var(--paper);border:1px solid var(--line-2);border-radius:var(--radius);
  padding:28px 26px;box-shadow:var(--shadow-s);display:flex;flex-direction:column}
.review .stars{color:var(--gold);display:inline-flex;gap:2px;margin-bottom:14px}
.review .stars svg{width:18px;height:18px}
.review blockquote{margin:0;font-family:var(--display);font-size:1.34rem;line-height:1.34;font-weight:600}
.review .who{margin-top:auto;padding-top:18px;font-size:.9rem;color:var(--ink-2)}
.review .who b{color:var(--ink);font-weight:600}
.reviews-src{margin-top:26px;text-align:center;font-size:.86rem;color:var(--ink-2)}

/* ---- Öffnungszeiten + Finden ---- */
.visit-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:start}
.panel{background:var(--paper);border:1px solid var(--line-2);border-radius:var(--radius);
  padding:30px 30px 34px;box-shadow:var(--shadow-s)}
.panel h3{font-size:1.75rem;margin-bottom:18px;display:flex;align-items:center;gap:11px}
.panel h3 svg{width:22px;height:22px;color:var(--green)}
.hours{list-style:none;margin:0;padding:0}
.hours li{display:flex;justify-content:space-between;gap:16px;padding:11px 0;border-bottom:1px solid var(--line-2);
  font-variant-numeric:tabular-nums}
.hours li:last-child{border-bottom:0}
.hours li.today{font-weight:600}
.hours .day{color:var(--ink-2)}
.hours li.today .day{color:var(--ink)}
.hours .closed{color:#b0483a}
.visit-facts{list-style:none;margin:20px 0 0;padding:0;display:grid;gap:11px}
.visit-facts li{display:flex;gap:11px;align-items:flex-start;color:var(--ink-2);font-size:.98rem}
.visit-facts svg{width:19px;height:19px;color:var(--green);flex:none;margin-top:2px}
.addr{font-style:normal;font-size:1.06rem;line-height:1.7;margin-bottom:20px}
.addr b{font-weight:600}
.visit-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:22px}

/* ---- CTA-Band ---- */
.cta-band{background:var(--green);color:#fff;text-align:center}
.cta-band .wrap{padding-block:70px}
.cta-band h2{font-size:clamp(2.1rem,4.6vw,3.2rem);color:#fff}
.cta-band p{margin:16px auto 0;max-width:46ch;color:rgba(255,255,255,.86);font-size:1.1rem}
.cta-band .hero-actions{justify-content:center;margin-top:30px}

/* ---- Footer ---- */
.site-footer{background:#1e201b;color:#cfd0c8;padding:60px 0 30px}
.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:40px}
.footer-brand b{font-family:var(--display);font-size:1.7rem;color:#fff;display:block;line-height:1}
.footer-brand span{font-family:var(--text);font-size:.68rem;letter-spacing:.18em;text-transform:uppercase;
  color:#8fb3a0}
.footer-brand p{margin-top:16px;color:#9a9c92;font-size:.95rem;max-width:34ch}
.footer-col h4{margin:0 0 14px;font-family:var(--text);font-size:.78rem;letter-spacing:.14em;
  text-transform:uppercase;color:#8fb3a0;font-weight:600}
.footer-col a,.footer-col p{display:block;color:#cfd0c8;font-size:.96rem;margin-bottom:9px}
.footer-col a:hover{color:#fff}
.footer-bottom{margin-top:44px;padding-top:22px;border-top:1px solid rgba(255,255,255,.1);
  display:flex;flex-wrap:wrap;justify-content:space-between;gap:12px;font-size:.85rem;color:#9c9e94}
.footer-bottom a{color:#9c9e94}.footer-bottom a:hover{color:#fff}
.footer-bottom nav{display:flex;gap:18px}

/* ---- Sticky Mobil-Kontaktleiste ---- */
.mobilebar{display:none;position:fixed;left:0;right:0;bottom:0;z-index:120;
  background:rgba(247,242,232,.97);backdrop-filter:blur(10px);
  border-top:1px solid var(--line);padding:10px 12px calc(10px + env(safe-area-inset-bottom));
  gap:10px}
.mobilebar .btn{flex:1;font-size:.94rem;padding:13px 10px}

/* ---- Rechtsseiten (Impressum / Datenschutz) ---- */
.legal-main{max-width:800px;margin:0 auto;padding:56px 22px 90px}
.legal-main h1{font-size:clamp(2.2rem,5vw,3.2rem);margin-bottom:10px}
.legal-main h2{font-size:1.5rem;margin:38px 0 12px}
.legal-main p,.legal-main li{color:var(--ink-2);font-size:1rem;line-height:1.75}
.legal-main p{margin-bottom:12px}
.legal-main a{color:var(--green);text-decoration:underline;text-underline-offset:2px}
.legal-main address{font-style:normal}
.legal-note{background:var(--green-t);border-left:3px solid var(--green);border-radius:0 var(--radius-s) var(--radius-s) 0;
  padding:16px 20px;margin:0 0 32px;color:var(--ink);font-size:.96rem}
.legal-back{display:inline-flex;align-items:center;gap:8px;margin-top:40px;font-weight:600;color:var(--green)}
.legal-back svg{width:18px;height:18px}

/* ---- Reveal-Animation (nur bei aktivem JS verstecken) ---- */
.js .reveal{opacity:0;transform:translateY(22px)}
html.reduced .reveal{opacity:1;transform:none}

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width:980px){
  .nav,.header-cta{display:none}
  .nav-toggle{display:inline-flex}
  .site-header.open .nav{
    display:flex;position:absolute;top:var(--header-h);left:0;right:0;flex-direction:column;
    align-items:flex-start;gap:0;background:var(--paper);border-bottom:1px solid var(--line);
    padding:8px 22px 16px}
  .site-header.open .nav a{width:100%;padding:13px 0;border-bottom:1px solid var(--line-2);font-size:1.05rem}
  .hero-grid{grid-template-columns:1fr;gap:40px}
  .hero-media{min-height:0;max-width:460px;margin-inline:auto;width:100%}
  .about-grid{grid-template-columns:1fr;gap:36px}
  .dish-grid{grid-template-columns:repeat(2,1fr)}
  .reviews{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr 1fr}
  .mobilebar{display:flex}
  body{padding-bottom:76px}
}
@media (max-width:620px){
  .section{padding:64px 0}
  .trust-grid{grid-template-columns:1fr 1fr;gap:0}
  .trust-item{padding:18px 0}
  .trust-item:nth-child(3),.trust-item:nth-child(4){border-top:1px solid var(--line-2)}
  .trust-item:nth-child(odd){border-left:0}
  .trust-item:nth-child(even){border-left:1px solid var(--line-2)}
  .dish-grid{grid-template-columns:1fr}
  .gallery{grid-template-columns:repeat(2,1fr)}
  .gallery .tall{grid-row:auto}
  .gallery .tall img{aspect-ratio:1/1}
  .visit-grid{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr}
  .hero-copy .sub{max-width:none}
}
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *{animation-duration:.001ms!important;transition-duration:.001ms!important}
}
