
:root{
  --paper:#f5f0e8;
  --paper-2:#fbf7f1;
  --red:#9f181c;
  --red-dark:#7e1014;
  --blue:#17344d;
  --ink:#272321;
  --muted:#6f6861;
  --line:rgba(159,24,28,.24);
  --shadow:0 18px 54px rgba(34,24,18,.12);
  --radius:28px;
  --max:1180px;
  --header-h:82px;
  --font-ui:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  --font-display:"Trebuchet MS",Inter,ui-sans-serif,system-ui,sans-serif;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  overflow-x:hidden;
  color:var(--ink);
  background:var(--paper);
  font-family:var(--font-ui);
  font-size:16px;
  line-height:1.65;
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased;
}
img{display:block;max-width:100%;height:auto}
a{color:inherit;text-decoration:none}
button,input,textarea,select{font:inherit}
::selection{background:rgba(159,24,28,.18)}

.container{
  width:min(calc(100% - 40px),var(--max));
  margin-inline:auto;
}
.section{padding:clamp(64px,7vw,112px) 0}
.section-tight{padding:clamp(46px,5vw,78px) 0}
.eyebrow{
  display:inline-flex;
  gap:.55rem;
  align-items:center;
  color:var(--red);
  font-weight:800;
  font-size:.78rem;
  letter-spacing:.16em;
  text-transform:uppercase;
}
.eyebrow::before{content:"";width:26px;height:2px;background:currentColor}
h1,h2,h3{font-family:var(--font-display);margin:0;line-height:1.05;letter-spacing:-.03em}
h1{font-size:clamp(2.65rem,6vw,6.2rem);font-weight:900}
h2{font-size:clamp(2rem,4vw,4.1rem);font-weight:900}
h3{font-size:clamp(1.15rem,1.7vw,1.65rem);font-weight:850}
p{margin:0}
.lead{font-size:clamp(1.04rem,1.35vw,1.22rem);color:#4e4843;max-width:64ch}
.kicker{font-weight:800;color:var(--red);letter-spacing:.12em;text-transform:uppercase;font-size:.75rem}
.muted{color:var(--muted)}

.site-header{
  position:sticky;top:0;z-index:1000;height:var(--header-h);
  display:flex;align-items:center;
  border-bottom:1px solid rgba(39,35,33,.08);
  background:color-mix(in srgb,var(--paper) 90%,transparent);
  backdrop-filter:blur(18px);
}
.header-inner{
  width:min(calc(100% - 40px),var(--max));
  margin-inline:auto;display:flex;align-items:center;justify-content:space-between;gap:28px
}
.brand{display:flex;flex-direction:column;line-height:1}
.brand-main{font-weight:950;font-size:1.5rem;letter-spacing:.22em;color:var(--red)}
.brand-sub{font-size:.62rem;letter-spacing:.24em;text-transform:uppercase;margin-top:.4rem;color:#514a45}
.desktop-nav{display:flex;gap:28px;align-items:center}
.desktop-nav a{font-weight:720;font-size:.94rem;position:relative}
.desktop-nav a::after{
  content:"";position:absolute;left:0;right:100%;bottom:-9px;height:2px;background:var(--red);transition:right .25s ease
}
.desktop-nav a:hover::after,.desktop-nav a[aria-current="page"]::after{right:0}
.header-actions{display:flex;gap:10px;align-items:center}

.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:.55rem;
  min-height:48px;padding:0 20px;border-radius:999px;border:1px solid transparent;
  font-weight:820;transition:transform .2s ease,background .2s ease,border-color .2s ease,box-shadow .2s ease
}
.btn:hover{transform:translateY(-2px)}
.btn-red{background:var(--red);color:white;box-shadow:0 10px 28px rgba(159,24,28,.18)}
.btn-red:hover{background:var(--red-dark)}
.btn-outline{border-color:rgba(39,35,33,.18);background:rgba(255,255,255,.26)}
.btn-blue{background:var(--blue);color:white}
.icon-btn{
  display:none;width:46px;height:46px;border-radius:50%;border:1px solid rgba(39,35,33,.14);
  align-items:center;justify-content:center;background:var(--paper)
}
.mobile-panel{display:none}

.hero{
  min-height:calc(100svh - var(--header-h));
  display:grid;align-items:center;padding:clamp(34px,4vw,58px) 0
}
.hero-grid{
  display:grid;grid-template-columns:minmax(0,.88fr) minmax(0,1.42fr);
  align-items:center;gap:clamp(30px,5vw,76px)
}
.hero-copy{position:relative;z-index:2}
.hero-copy h1{max-width:8.8ch;margin:.55rem 0 1.1rem}
.hero-copy .lead{max-width:52ch}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.hero-address{margin-top:26px;font-size:.88rem;font-weight:760;color:var(--muted)}
.hero-photo{
  position:relative;overflow:hidden;border-radius:clamp(22px,3vw,42px);
  box-shadow:var(--shadow);aspect-ratio:16/11
}
.hero-photo img{width:100%;height:100%;object-fit:cover}
.hero-photo::after{
  content:"";position:absolute;inset:auto 0 0;height:28%;
  background:linear-gradient(to top,rgba(22,12,7,.26),transparent);pointer-events:none
}

.info-strip{
  margin-top:26px;display:grid;grid-template-columns:repeat(3,1fr);gap:1px;
  background:rgba(39,35,33,.09);border:1px solid rgba(39,35,33,.09);border-radius:22px;overflow:hidden
}
.info-strip > div{background:var(--paper-2);padding:18px 20px}
.info-strip strong{display:block;font-size:.92rem}
.info-strip span{display:block;color:var(--muted);font-size:.84rem;margin-top:2px}

.split{
  display:grid;grid-template-columns:1.08fr .92fr;gap:clamp(34px,6vw,86px);align-items:center
}
.media-card{border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);position:relative}
.media-card img{width:100%;height:100%;object-fit:cover}
.media-card.tall{aspect-ratio:4/5}
.media-card.wide{aspect-ratio:16/10}
.blue-card{
  background:var(--blue);color:white;padding:clamp(28px,4vw,54px);border-radius:var(--radius);box-shadow:var(--shadow)
}
.blue-card p{color:rgba(255,255,255,.78)}
.blue-card .eyebrow{color:#f5c2bd}
.blue-card h2{margin:.5rem 0 1rem}

.food-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:36px}
.food-card{
  background:var(--paper-2);border:1px solid rgba(39,35,33,.08);border-radius:24px;overflow:hidden;
  transition:transform .25s ease,box-shadow .25s ease
}
.food-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}
.food-card img{width:100%;aspect-ratio:4/3;object-fit:cover}
.food-card-body{padding:22px}
.food-card h3{margin-bottom:8px}
.food-card p{color:var(--muted);font-size:.93rem}
.food-card .mini-link{display:inline-flex;margin-top:14px;color:var(--red);font-weight:820;font-size:.9rem}

.full-bleed{
  position:relative;min-height:clamp(520px,64vw,820px);display:flex;align-items:flex-end;overflow:hidden
}
.full-bleed > img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.full-bleed::after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(13,10,8,.56) 0%,rgba(13,10,8,.08) 60%,transparent)}
.overlay-card{
  position:relative;z-index:2;margin-bottom:clamp(28px,4vw,54px);
  max-width:560px;background:rgba(245,240,232,.94);backdrop-filter:blur(14px);
  padding:clamp(26px,4vw,44px);border-radius:24px
}
.overlay-card h2{font-size:clamp(2rem,3.6vw,3.8rem);margin:.4rem 0 .8rem}

.cta-band{
  background:var(--red);color:white;border-radius:30px;padding:clamp(30px,5vw,62px);
  display:flex;justify-content:space-between;align-items:center;gap:32px
}
.cta-band h2{max-width:11ch}
.cta-band p{max-width:50ch;color:rgba(255,255,255,.84)}
.cta-actions{display:flex;gap:10px;flex-wrap:wrap}
.cta-band .btn-outline{color:white;border-color:rgba(255,255,255,.4);background:transparent}

/* MENU PAGE */
.page-hero{padding:clamp(62px,7vw,108px) 0 46px;border-bottom:1px solid var(--line)}
.page-hero-inner{display:grid;grid-template-columns:1fr .9fr;gap:48px;align-items:end}
.page-hero h1{margin:.55rem 0 1rem;max-width:12ch}
.menu-intro-card{
  background:var(--paper-2);border:1px solid var(--line);padding:26px;border-radius:22px
}
.menu-shell{padding:clamp(42px,5vw,72px) 0}
.menu-layout{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:46px}
.menu-column{
  background:rgba(255,255,255,.23);border:1px solid rgba(159,24,28,.14);
  padding:clamp(24px,3vw,42px);border-radius:26px
}
.menu-title{
  text-align:center;color:var(--red);text-transform:uppercase;letter-spacing:.07em;
  font-size:clamp(1.55rem,2.3vw,2.2rem);margin-bottom:30px
}
.menu-title::after{content:"";display:block;width:62px;height:2px;background:var(--red);margin:14px auto 0}
.menu-item{padding:22px 0;border-top:1px solid var(--line)}
.menu-item:first-of-type{border-top:0;padding-top:0}
.menu-item-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}
.menu-item-name{font-weight:900;font-size:1rem}
.menu-item-desc{margin-top:6px;color:#514b46;font-size:.91rem;max-width:58ch}
.menu-options{margin-top:14px;display:grid;gap:9px}
.menu-option{display:grid;grid-template-columns:1fr auto auto;gap:14px;align-items:baseline;font-size:.92rem}
.menu-option .qty{color:var(--muted);font-size:.82rem;white-space:nowrap}
.menu-option .price{font-weight:900;white-space:nowrap}
.menu-single-price{font-weight:900;white-space:nowrap}
.menu-feature{
  display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(24px,4vw,52px);
  align-items:center;margin:clamp(50px,6vw,90px) 0
}
.menu-feature.reverse{grid-template-columns:.95fr 1.05fr}
.menu-feature.reverse .feature-media{order:2}
.feature-media{border-radius:28px;overflow:hidden;box-shadow:var(--shadow)}
.feature-media img{width:100%;aspect-ratio:4/3;object-fit:cover}
.feature-copy h2{margin:.45rem 0 .9rem}
.feature-copy p{color:#514b46}
.feature-copy .btn{margin-top:20px}
.curry-pair{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.curry-pair img{aspect-ratio:4/5;width:100%;height:100%;object-fit:cover}
.curry-pair img:first-child{border-radius:24px 6px 6px 24px}
.curry-pair img:last-child{border-radius:6px 24px 24px 6px}

/* CONTACT PAGE */
.contact-hero{padding:clamp(64px,7vw,110px) 0}
.contact-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(30px,5vw,70px);align-items:stretch}
.contact-copy{display:flex;flex-direction:column;justify-content:center}
.contact-copy h1{margin:.55rem 0 1rem;max-width:9ch}
.reservation-card{
  background:var(--blue);color:white;border-radius:30px;padding:clamp(30px,5vw,60px);
  display:flex;flex-direction:column;justify-content:space-between;box-shadow:var(--shadow)
}
.reservation-card .label{color:#f2cbc5;font-weight:800;text-transform:uppercase;letter-spacing:.12em;font-size:.76rem}
.phone-big{font-family:var(--font-display);font-weight:950;font-size:clamp(2rem,4vw,4.25rem);line-height:1.05;margin:18px 0}
.reservation-card p{color:rgba(255,255,255,.78)}
.contact-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-top:28px}
.contact-card{background:var(--paper-2);border:1px solid rgba(39,35,33,.08);border-radius:22px;padding:24px}
.contact-card strong{display:block;color:var(--red);font-size:.78rem;text-transform:uppercase;letter-spacing:.1em;margin-bottom:8px}
.map-card{
  position:relative;background:#e9e2d8;border-radius:28px;min-height:380px;overflow:hidden;border:1px solid rgba(39,35,33,.08)
}
.map-grid{
  position:absolute;inset:0;opacity:.55;
  background:
    linear-gradient(30deg,transparent 46%,rgba(23,52,77,.13) 47% 49%,transparent 50%),
    linear-gradient(-35deg,transparent 46%,rgba(159,24,28,.12) 47% 49%,transparent 50%),
    linear-gradient(90deg,rgba(255,255,255,.4) 1px,transparent 1px),
    linear-gradient(rgba(255,255,255,.4) 1px,transparent 1px);
  background-size:160px 160px,180px 180px,48px 48px,48px 48px
}
.map-pin{
  position:absolute;left:53%;top:46%;transform:translate(-50%,-50%);
  width:66px;height:66px;border-radius:50% 50% 50% 0;background:var(--red);transform:translate(-50%,-50%) rotate(-45deg);
  box-shadow:0 12px 30px rgba(159,24,28,.28)
}
.map-pin::after{content:"";position:absolute;width:24px;height:24px;border-radius:50%;background:var(--paper);left:21px;top:21px}
.map-label{
  position:absolute;left:50%;bottom:26px;transform:translateX(-50%);width:min(86%,520px);
  background:rgba(245,240,232,.96);padding:18px 20px;border-radius:18px;box-shadow:var(--shadow);text-align:center
}
.map-label strong{display:block}
.map-label span{display:block;color:var(--muted);font-size:.88rem;margin-top:3px}

.gallery-two{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.gallery-two figure{margin:0;border-radius:26px;overflow:hidden;position:relative;min-height:420px}
.gallery-two img{width:100%;height:100%;object-fit:cover}
.gallery-two figcaption{
  position:absolute;left:18px;bottom:18px;background:rgba(245,240,232,.92);padding:10px 14px;border-radius:999px;
  font-weight:820;font-size:.82rem
}

/* Footer */
.site-footer{background:var(--blue);color:white;margin-top:clamp(64px,8vw,120px)}
.footer-top{
  padding:clamp(50px,6vw,84px) 0;
  display:grid;grid-template-columns:1.3fr .7fr .7fr;gap:40px
}
.footer-brand .brand-main{color:white;font-size:2rem}
.footer-brand .brand-sub{color:rgba(255,255,255,.62)}
.footer-brand p{margin-top:20px;color:rgba(255,255,255,.68);max-width:36ch}
.footer-col strong{display:block;text-transform:uppercase;letter-spacing:.12em;font-size:.75rem;color:#f5c2bd;margin-bottom:14px}
.footer-col a,.footer-col span{display:block;margin:8px 0;color:rgba(255,255,255,.78)}
.footer-bottom{
  border-top:1px solid rgba(255,255,255,.11);padding:18px 0;color:rgba(255,255,255,.52);font-size:.8rem
}

.mobile-call-label{display:none}
.desktop-call-label{display:inline}

.mobile-dock{display:none}

/* Accessibility / focus */
:focus-visible{outline:3px solid rgba(159,24,28,.32);outline-offset:4px;border-radius:10px}
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation-duration:.01ms!important;transition-duration:.01ms!important}
}

/* Laptop */
@media (max-width:1439px){
  :root{--max:1120px}
  .desktop-nav{gap:21px}
  .hero-grid{grid-template-columns:.92fr 1.22fr}
}

/* 4:3 / taller desktop layouts */
@media (min-width:900px) and (max-aspect-ratio:4/3){
  .hero{min-height:auto;padding:60px 0 72px}
  .hero-photo{aspect-ratio:4/3}
  .full-bleed{min-height:620px}
}

/* Tablet / small laptop */
@media (max-width:1023px){
  :root{--header-h:72px}
  .desktop-nav,.header-actions .btn-outline{display:none}
  .icon-btn{display:flex}
  .hero{min-height:auto;padding:40px 0 64px}
  .hero-grid,.split,.page-hero-inner,.contact-grid,.menu-feature,.menu-feature.reverse{grid-template-columns:1fr}
  .hero-copy h1{max-width:11ch}
  .hero-photo{aspect-ratio:16/10}
  .split .media-card{max-height:620px}
  .food-grid{grid-template-columns:repeat(2,1fr)}
  .food-grid .food-card:last-child{grid-column:1/-1;display:grid;grid-template-columns:.9fr 1.1fr}
  .food-grid .food-card:last-child img{height:100%}
  .menu-layout{gap:22px}
  .menu-column{padding:28px}
  .menu-feature.reverse .feature-media{order:0}
  .contact-cards{grid-template-columns:1fr 1fr}
  .footer-top{grid-template-columns:1.25fr .75fr}
  .footer-col:last-child{grid-column:2}
  .gallery-two figure{min-height:340px}
  .mobile-panel{
    position:fixed;inset:var(--header-h) 0 auto 0;background:var(--paper);z-index:999;
    border-bottom:1px solid rgba(39,35,33,.1);padding:18px 20px 24px
  }
  .mobile-panel.open{display:block}
  .mobile-panel a{display:block;padding:12px 0;font-weight:820;border-bottom:1px solid rgba(39,35,33,.07)}
  .mobile-panel .mobile-actions{display:flex;gap:10px;margin-top:16px}
}



/* Large phones / portrait tablets: keep content in a true one-column reading flow */
@media (max-width:860px){
  .food-grid{grid-template-columns:1fr;gap:18px}
  .food-grid .food-card:last-child{
    grid-column:auto;
    display:block;
    grid-template-columns:none;
  }
  .food-grid .food-card:last-child img{
    height:auto;
    aspect-ratio:16/10;
    object-fit:cover;
  }
  .food-card-body{
    display:block;
    position:relative;
    padding:20px;
  }
  .food-card-body h3,
  .food-card-body p,
  .food-card-body .mini-link{display:block}
  .menu-layout{grid-template-columns:1fr}
  .menu-column{max-width:760px;width:100%;margin-inline:auto}
  .gallery-two{grid-template-columns:1fr}
}

/* Phone */
@media (max-width:767px){
  :root{--radius:20px;--header-h:64px}
  body{
    font-size:15px;
    line-height:1.58;
  }

  .container,.header-inner{width:min(calc(100% - 24px),var(--max))}
  .header-inner{gap:10px}
  .brand{min-width:0}
  .brand-main{
    font-size:1.06rem;
    letter-spacing:.17em;
    white-space:nowrap;
  }
  .brand-sub{
    font-size:.46rem;
    letter-spacing:.16em;
    margin-top:.32rem;
    white-space:nowrap;
  }
  .header-actions{gap:7px}
  .header-actions .btn-red{
    display:inline-flex;
    min-height:40px;
    padding:0 11px;
    font-size:.78rem;
    white-space:nowrap;
  }
  .header-call-btn .desktop-call-label{display:none}
  .header-call-btn .mobile-call-label{display:inline}
  .header-actions .btn-outline{
    display:inline-flex;
    min-height:40px;
    padding:0 12px;
    font-size:.78rem;
    white-space:nowrap;
    background:var(--red);
    color:#fff;
    border-color:var(--red);
  }
  .icon-btn{
    width:40px;height:40px;
    flex:0 0 40px;
    font-size:1.05rem;
  }

  .mobile-panel{
    padding:12px 14px 18px;
    max-height:calc(100svh - var(--header-h));
    overflow:auto;
  }
  .mobile-panel a{padding:11px 4px}
  .mobile-panel .mobile-actions{display:none}

  .hero{
    min-height:auto;
    padding:22px 0 44px;
  }
  .hero-grid{gap:22px}
  .hero-copy .eyebrow{font-size:.68rem;letter-spacing:.12em}
  .hero-copy h1{
    font-size:clamp(2.18rem,10.5vw,3.05rem);
    line-height:1.01;
    max-width:10.5ch;
    margin:.5rem 0 .9rem;
  }
  .hero-copy .lead{
    font-size:.98rem;
    line-height:1.62;
  }
  .hero-actions{
    display:grid;
    grid-template-columns:1fr;
    gap:9px;
    margin-top:20px;
  }
  .hero-actions .btn{width:100%;padding-inline:12px}
  .hero-address{font-size:.79rem;margin-top:18px}
  .hero-photo{
    aspect-ratio:16/10;
    border-radius:18px;
    box-shadow:0 12px 34px rgba(34,24,18,.12);
  }

  .info-strip{
    grid-template-columns:1fr 1fr;
    margin-top:18px;
    border-radius:16px;
  }
  .info-strip > div{padding:12px 13px}
  .info-strip > div:last-child{grid-column:1/-1}
  .info-strip strong{font-size:.82rem}
  .info-strip span{font-size:.74rem;line-height:1.35}

  .section{padding:48px 0}
  .section-tight{padding:36px 0}
  .eyebrow{font-size:.68rem;letter-spacing:.12em}
  .eyebrow::before{width:20px}
  h2{font-size:clamp(1.85rem,8vw,2.5rem);line-height:1.06}
  h3{line-height:1.12}
  .lead{font-size:.98rem}
  .split{gap:20px}

  .media-card.wide{aspect-ratio:16/11;border-radius:18px}
  .blue-card{
    padding:24px 20px;
    border-radius:18px;
  }
  .blue-card h2{margin:.45rem 0 .8rem}

  .food-grid{
    grid-template-columns:1fr;
    gap:15px;
    margin-top:24px;
  }
  .food-card{
    display:block!important;
    grid-column:auto!important;
    border-radius:18px;
    transform:none!important;
  }
  .food-card img,
  .food-grid .food-card:last-child img{
    width:100%;
    height:auto!important;
    aspect-ratio:16/10;
    object-fit:cover;
  }
  .food-card-body{
    display:block!important;
    padding:17px 17px 18px;
    min-height:0;
  }
  .food-card-body h3{
    display:block!important;
    font-size:1.2rem;
    margin-bottom:6px;
  }
  .food-card-body p{
    display:block!important;
    font-size:.88rem;
    line-height:1.55;
  }
  .food-card-body .mini-link{
    display:inline-flex!important;
    margin-top:10px;
    font-size:.86rem;
  }

  .full-bleed{min-height:500px}
  .full-bleed > img{object-position:center}
  .overlay-card{
    margin:0 12px 12px;
    padding:21px 19px;
    border-radius:18px;
  }
  .overlay-card h2{
    font-size:clamp(1.85rem,8vw,2.45rem);
    margin:.35rem 0 .65rem;
  }

  .cta-band{
    border-radius:20px;
    align-items:flex-start;
    flex-direction:column;
    gap:20px;
    padding:25px 20px;
  }
  .cta-band h2{max-width:13ch}
  .cta-actions{width:100%;display:grid;grid-template-columns:1fr}
  .cta-actions .btn{width:100%}

  .page-hero{padding:38px 0 28px}
  .page-hero-inner{gap:18px}
  .page-hero h1,
  .contact-copy h1{
    font-size:clamp(2.15rem,10vw,3rem);
    max-width:11ch;
    margin:.48rem 0 .8rem;
  }
  .menu-intro-card{padding:20px;border-radius:17px}

  .menu-shell{padding:32px 0}
  .menu-layout{grid-template-columns:1fr;gap:16px}
  .menu-column{
    padding:20px 16px;
    border-radius:18px;
  }
  .menu-title{
    font-size:1.35rem;
    line-height:1.12;
    margin-bottom:17px;
  }
  .menu-title::after{margin-top:10px;width:48px}
  .menu-item{padding:17px 0}
  .menu-item-head{
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    gap:8px 12px;
    align-items:start;
  }
  .menu-item-name{font-size:.98rem;line-height:1.35}
  .menu-single-price{
    font-size:.9rem;
    align-self:start;
  }
  .menu-item-desc{
    margin-top:5px;
    font-size:.84rem;
    line-height:1.5;
  }
  .menu-options{margin-top:11px;gap:7px}
  .menu-option{
    grid-template-columns:minmax(0,1fr) auto;
    gap:4px 10px;
    font-size:.86rem;
    line-height:1.4;
    padding:2px 0;
  }
  .menu-option .qty{
    grid-column:1/2;
    font-size:.72rem;
  }
  .menu-option .price{
    grid-column:2/3;
    grid-row:1/3;
    align-self:center;
    font-size:.86rem;
  }

  .menu-feature,
  .menu-feature.reverse{
    margin:38px 0;
    gap:17px;
    grid-template-columns:1fr;
  }
  .menu-feature.reverse .feature-media{order:0}
  .feature-media{border-radius:18px}
  .feature-media img{aspect-ratio:16/11}
  .feature-copy h2{margin:.4rem 0 .65rem}
  .curry-pair{gap:6px}
  .curry-pair img{aspect-ratio:4/5}
  .curry-pair img:first-child{border-radius:16px 4px 4px 16px}
  .curry-pair img:last-child{border-radius:4px 16px 16px 4px}

  .contact-hero{padding:38px 0 12px}
  .contact-grid{gap:18px}
  .reservation-card{
    padding:24px 20px;
    border-radius:20px;
  }
  .phone-big{
    font-size:clamp(1.75rem,9vw,2.55rem);
    margin:14px 0;
  }
  .contact-cards{
    grid-template-columns:1fr;
    gap:10px;
    margin-top:20px;
  }
  .contact-card{padding:18px;border-radius:17px}
  .map-card{min-height:300px;border-radius:18px}
  .map-label{bottom:14px;padding:14px 12px;border-radius:14px}
  .gallery-two{grid-template-columns:1fr;gap:12px}
  .gallery-two figure{
    min-height:275px;
    border-radius:18px;
  }
  .gallery-two figcaption{left:12px;bottom:12px}

  .site-footer{margin-top:52px}
  .footer-top{
    grid-template-columns:1fr;
    gap:25px;
    padding:42px 0 34px;
  }
  .footer-col:last-child{grid-column:auto}
  .footer-brand .brand-main{font-size:1.5rem}
  .footer-bottom{padding:15px 0}

}

/* Very small phones */
@media (max-width:380px){
  .header-inner{gap:6px}
  .header-actions{gap:5px}
  .container,.header-inner{width:min(calc(100% - 20px),var(--max))}
  .brand-main{font-size:.96rem;letter-spacing:.14em}
  .brand-sub{font-size:.42rem;letter-spacing:.12em}
  .header-actions .btn-outline{
    padding-inline:8px;
    font-size:.70rem;
  }
  .header-actions .btn-red{
    padding-inline:8px;
    font-size:.70rem;
  }
  .icon-btn{width:38px;height:38px;flex-basis:38px}
  .hero-copy h1{font-size:2.08rem}
  .info-strip{grid-template-columns:1fr}
  .info-strip > div:last-child{grid-column:auto}
  .menu-column{padding-inline:14px}
  .menu-option{font-size:.82rem}
}

/* Full HD */
@media (min-width:1440px) and (max-width:1919px){
  :root{--max:1240px}
}

/* 2K */
@media (min-width:1920px) and (max-width:2559px){
  :root{--max:1420px}
  body{font-size:17px}
  .site-header{--header-h:88px}
  .hero-photo{max-height:760px}
}

/* 4K: don't let text stretch across the screen; scale spacing and imagery instead */
@media (min-width:2560px){
  :root{--max:1680px;--header-h:96px}
  body{font-size:18px}
  .brand-main{font-size:1.8rem}
  .desktop-nav a{font-size:1rem}
  .hero-grid{gap:100px}
  .hero-photo{max-height:920px}
  .section{padding:132px 0}
  .food-grid{gap:30px}
  .menu-layout{gap:60px}
}



/* Logo integration */
.brand-logo{
  display:inline-flex;
  align-items:center;
  min-width:0;
}
.brand-logo img{
  display:block;
  width:auto;
}

.brand-logo-header{
  padding:8px 14px 8px 12px;
  border-radius:18px;
  background:var(--blue);
  box-shadow:0 10px 26px rgba(23,52,77,.18);
  border:1px solid rgba(255,255,255,.14);
}
.brand-logo-header img{
  height:46px;
  max-width:min(38vw,300px);
}

.footer-logo{
  padding:0;
  background:none;
  box-shadow:none;
  border:0;
}
.footer-logo img{
  height:78px;
  max-width:min(60vw,420px);
}

@media (max-width:1023px){
  .brand-logo-header{
    padding:7px 12px 7px 10px;
    border-radius:16px;
  }
  .brand-logo-header img{height:40px;max-width:min(45vw,250px)}
  .footer-logo img{height:68px;max-width:min(62vw,360px)}
}

@media (max-width:767px){
  .brand-logo-header{
    padding:6px 10px 6px 8px;
    border-radius:14px;
  }
  .brand-logo-header img{height:34px;max-width:min(50vw,200px)}
  .footer-logo img{height:54px;max-width:min(68vw,260px)}
}

@media (max-width:380px){
  .brand-logo-header{
    padding:5px 8px 5px 7px;
    border-radius:12px;
  }
  .brand-logo-header img{height:31px;max-width:min(52vw,175px)}
  .footer-logo img{height:48px;max-width:min(72vw,230px)}
}

@media (min-width:2560px){
  .brand-logo-header{
    padding:10px 16px 10px 14px;
    border-radius:22px;
  }
  .brand-logo-header img{height:56px;max-width:360px}
  .footer-logo img{height:92px;max-width:500px}
}

/* HOME CATCH V3 START */
.home-catch{
  position:relative;
  min-height:760px;
  padding:clamp(32px,4vw,56px) 0 0;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  isolation:isolate;
}
.home-catch-media{
  position:absolute;
  inset:0 0 88px;
  z-index:-2;
  overflow:hidden;
}
.home-catch-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 54%;
}
.home-catch-shade{
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(20,14,11,.58) 0%,rgba(20,14,11,.25) 44%,rgba(20,14,11,.05) 72%,rgba(20,14,11,.12) 100%),
    linear-gradient(0deg,rgba(20,14,11,.35) 0%,transparent 42%);
}
.home-catch-inner{
  display:grid;
  grid-template-columns:minmax(0,690px) minmax(250px,340px);
  justify-content:space-between;
  align-items:end;
  gap:clamp(28px,5vw,72px);
  padding-bottom:116px;
}
.home-catch-card{
  background:rgba(245,240,232,.82);
  border:1px solid rgba(255,255,255,.48);
  backdrop-filter:blur(18px);
  border-radius:30px;
  padding:clamp(30px,4vw,54px);
  box-shadow:0 24px 70px rgba(24,16,11,.22);
}
.home-catch-kicker{
  display:inline-block;
  color:var(--red);
  font-size:.76rem;
  font-weight:900;
  letter-spacing:.16em;
  text-transform:uppercase;
}
.home-catch-card h1{
  max-width:10.6ch;
  margin:.65rem 0 1rem;
  font-size:clamp(3rem,5vw,5.7rem);
  line-height:.98;
}
.home-catch-card p{
  max-width:54ch;
  color:#514a45;
  font-size:clamp(1rem,1.25vw,1.15rem);
}
.home-catch-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:26px;
}
.home-call-btn{
  border-color:rgba(39,35,33,.18);
  background:rgba(255,255,255,.45);
}
.home-catch-meta{
  display:flex;
  flex-wrap:wrap;
  gap:8px 20px;
  margin-top:22px;
  padding-top:18px;
  border-top:1px solid rgba(159,24,28,.17);
  color:#6f6861;
  font-size:.83rem;
  font-weight:760;
}
.home-food-teaser{
  align-self:end;
  display:grid;
  grid-template-columns:108px minmax(0,1fr);
  align-items:center;
  gap:14px;
  padding:10px;
  background:rgba(23,52,77,.95);
  color:white;
  border-radius:22px;
  box-shadow:0 18px 50px rgba(18,14,12,.28);
  transition:transform .25s ease,box-shadow .25s ease;
}
.home-food-teaser:hover{
  transform:translateY(-5px);
  box-shadow:0 24px 62px rgba(18,14,12,.34);
}
.home-food-teaser img{
  width:108px;
  aspect-ratio:1;
  object-fit:cover;
  border-radius:15px;
}
.home-food-teaser span,
.home-food-teaser small{
  display:block;
  color:rgba(255,255,255,.67);
  font-size:.72rem;
}
.home-food-teaser strong{
  display:block;
  margin:2px 0 3px;
  font-family:var(--font-display);
  font-size:1.18rem;
}
.home-experience-bar{
  position:relative;
  z-index:3;
  margin-top:-68px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  background:var(--paper-2);
  border:1px solid rgba(39,35,33,.08);
  border-radius:24px;
  box-shadow:0 20px 56px rgba(34,24,18,.12);
  overflow:hidden;
}
.home-experience-item{
  min-height:116px;
  display:flex;
  align-items:center;
  gap:17px;
  padding:24px 26px;
  border-right:1px solid rgba(39,35,33,.08);
}
.home-experience-item:last-child{border-right:0}
.home-experience-no{
  color:rgba(159,24,28,.38);
  font-family:var(--font-display);
  font-size:1.65rem;
  font-weight:950;
}
.home-experience-item strong{
  display:block;
  font-size:.96rem;
}
.home-experience-item small{
  display:block;
  margin-top:3px;
  color:var(--muted);
  font-size:.78rem;
}

.home-welcome{
  padding:clamp(88px,8vw,136px) 0 clamp(62px,6vw,100px);
}
.home-welcome-grid{
  display:grid;
  grid-template-columns:.78fr 1.22fr;
  gap:clamp(44px,7vw,100px);
  align-items:center;
}
.home-welcome-copy h2{
  margin:.55rem 0 1rem;
  max-width:10ch;
}
.home-welcome-copy .lead{
  max-width:48ch;
}
.home-text-link{
  display:inline-flex;
  align-items:center;
  gap:9px;
  margin-top:24px;
  color:var(--red);
  font-weight:900;
}
.home-text-link span{
  transition:transform .2s ease;
}
.home-text-link:hover span{transform:translateX(4px)}

.home-ambience-collage{
  position:relative;
  min-height:570px;
}
.home-ambience-main{
  position:absolute;
  inset:0 14% 7% 0;
  margin:0;
  overflow:hidden;
  border-radius:28px;
  box-shadow:var(--shadow);
}
.home-ambience-main img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.home-ambience-small{
  position:absolute;
  width:38%;
  right:0;
  bottom:0;
  margin:0;
  overflow:hidden;
  border:8px solid var(--paper);
  border-radius:24px;
  box-shadow:0 18px 48px rgba(34,24,18,.16);
}
.home-ambience-small img{
  width:100%;
  aspect-ratio:4/5;
  object-fit:cover;
}
.home-ambience-label{
  position:absolute;
  top:28px;
  right:0;
  min-width:210px;
  padding:18px 20px;
  background:var(--red);
  color:white;
  border-radius:18px 0 0 18px;
  box-shadow:0 14px 34px rgba(159,24,28,.22);
}
.home-ambience-label span{
  display:block;
  color:#ffd5d0;
  font-size:.68rem;
  font-weight:850;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.home-ambience-label strong{
  display:block;
  margin-top:5px;
  font-family:var(--font-display);
  font-size:1.08rem;
  line-height:1.18;
}

@media (max-width:1199px){
  .home-catch{
    min-height:700px;
  }
  .home-catch-inner{
    grid-template-columns:minmax(0,610px) minmax(230px,300px);
  }
  .home-ambience-collage{min-height:500px}
}

@media (max-width:1023px){
  .home-catch{
    min-height:auto;
    padding-top:0;
    background:var(--paper);
  }
  .home-catch-media{
    position:relative;
    inset:auto;
    height:clamp(360px,56vw,520px);
  }
  .home-catch-shade{
    background:linear-gradient(0deg,rgba(20,14,11,.28),rgba(20,14,11,.03) 60%);
  }
  .home-catch-inner{
    position:relative;
    grid-template-columns:1fr;
    gap:14px;
    padding-bottom:0;
    margin-top:-110px;
  }
  .home-catch-card{
    width:min(92%,680px);
    border-radius:25px;
  }
  .home-food-teaser{
    width:min(76%,420px);
    justify-self:end;
    margin-right:3%;
  }
  .home-experience-bar{
    margin-top:32px;
  }
  .home-welcome-grid{
    grid-template-columns:1fr;
    gap:34px;
  }
  .home-welcome-copy{
    max-width:680px;
  }
  .home-ambience-collage{min-height:540px}
}

@media (max-width:767px){
  .home-catch-media{
    height:310px;
  }
  .home-catch-media img{
    object-position:center 52%;
  }
  .home-catch-inner{
    width:100%;
    margin-top:-64px;
    padding:0 12px;
  }
  .home-catch-card{
    width:100%;
    padding:24px 20px 22px;
    border-radius:20px;
    backdrop-filter:none;
  }
  .home-catch-kicker{
    font-size:.62rem;
    letter-spacing:.12em;
  }
  .home-catch-card h1{
    font-size:clamp(2.25rem,10.5vw,3.15rem);
    max-width:10.5ch;
    margin:.48rem 0 .75rem;
  }
  .home-catch-card p{
    font-size:.94rem;
    line-height:1.55;
  }
  .home-catch-actions{
    display:grid;
    grid-template-columns:1fr;
    margin-top:18px;
  }
  .home-catch-actions .btn{
    width:100%;
  }
  .home-catch-meta{
    display:grid;
    gap:4px;
    margin-top:16px;
    padding-top:14px;
    font-size:.75rem;
  }
  .home-food-teaser{
    width:calc(100% - 24px);
    justify-self:center;
    margin:0;
    grid-template-columns:82px 1fr;
    border-radius:18px;
  }
  .home-food-teaser img{
    width:82px;
    border-radius:12px;
  }
  .home-food-teaser strong{font-size:1rem}

  .home-experience-bar{
    width:calc(100% - 24px);
    grid-template-columns:1fr;
    margin-top:14px;
    border-radius:18px;
  }
  .home-experience-item{
    min-height:auto;
    padding:15px 16px;
    border-right:0;
    border-bottom:1px solid rgba(39,35,33,.08);
  }
  .home-experience-item:last-child{border-bottom:0}
  .home-experience-no{font-size:1.25rem}
  .home-experience-item strong{font-size:.88rem}
  .home-experience-item small{font-size:.73rem}

  .home-welcome{
    padding:54px 0 42px;
  }
  .home-welcome-grid{
    gap:25px;
  }
  .home-welcome-copy h2{
    max-width:12ch;
  }
  .home-ambience-collage{
    min-height:360px;
  }
  .home-ambience-main{
    inset:0 10% 8% 0;
    border-radius:19px;
  }
  .home-ambience-small{
    width:38%;
    border-width:5px;
    border-radius:16px;
  }
  .home-ambience-label{
    top:14px;
    right:0;
    min-width:0;
    padding:12px 13px;
    border-radius:14px 0 0 14px;
  }
  .home-ambience-label strong{
    font-size:.84rem;
  }
}

@media (max-width:390px){
  .home-catch-media{height:275px}
  .home-catch-inner{margin-top:-54px}
  .home-catch-card{padding:21px 17px 19px}
  .home-catch-card h1{font-size:2.12rem}
  .home-food-teaser{
    grid-template-columns:72px 1fr;
  }
  .home-food-teaser img{width:72px}
  .home-ambience-collage{min-height:320px}
  .home-ambience-label span{font-size:.58rem}
  .home-ambience-label strong{font-size:.76rem}
}

@media (min-width:1920px){
  .home-catch{min-height:860px}
  .home-catch-inner{
    grid-template-columns:minmax(0,800px) minmax(300px,390px);
    padding-bottom:128px;
  }
  .home-catch-card{padding:60px}
  .home-food-teaser{
    grid-template-columns:130px 1fr;
  }
  .home-food-teaser img{width:130px}
  .home-welcome-grid{
    grid-template-columns:.75fr 1.25fr;
  }
  .home-ambience-collage{min-height:680px}
}

@media (min-width:2560px){
  .home-catch{min-height:1040px}
  .home-catch-media{inset:0 0 108px}
  .home-catch-inner{
    grid-template-columns:minmax(0,940px) minmax(340px,440px);
    gap:120px;
    padding-bottom:158px;
  }
  .home-catch-card{
    padding:72px;
    border-radius:38px;
  }
  .home-catch-card h1{font-size:7rem}
  .home-food-teaser{
    grid-template-columns:150px 1fr;
    border-radius:28px;
  }
  .home-food-teaser img{width:150px}
  .home-experience-bar{
    border-radius:30px;
  }
  .home-experience-item{
    min-height:138px;
    padding:30px 34px;
  }
  .home-ambience-collage{min-height:820px}
}
/* HOME CATCH V3 END */



/* Logo integration */
.brand-logo{
  display:inline-flex;
  align-items:center;
  min-width:0;
}
.brand-logo img{
  display:block;
  width:auto;
  height:56px;
  max-width:min(42vw,360px);
}
.footer-logo img{
  height:78px;
  max-width:min(60vw,420px);
}

@media (max-width:1023px){
  .brand-logo img{height:48px;max-width:min(48vw,280px)}
  .footer-logo img{height:68px;max-width:min(62vw,360px)}
}

@media (max-width:767px){
  .brand-logo img{height:40px;max-width:min(52vw,220px)}
  .footer-logo img{height:54px;max-width:min(68vw,260px)}
}

@media (max-width:380px){
  .brand-logo img{height:36px;max-width:min(54vw,190px)}
  .footer-logo img{height:48px;max-width:min(72vw,230px)}
}

@media (min-width:2560px){
  .brand-logo img{height:68px;max-width:420px}
  .footer-logo img{height:92px;max-width:500px}
}



/* ELEGANT MOTION V8 START */

/* Scroll-Reveal: nur opacity + transform = flüssig auch auf mobilen Geräten */
.reveal-soft{
  opacity:0;
  transform:translate3d(0,18px,0);
  transition:
    opacity .72s cubic-bezier(.22,1,.36,1),
    transform .72s cubic-bezier(.22,1,.36,1);
  transition-delay:var(--reveal-delay,0ms);
  will-change:opacity,transform;
}
.reveal-soft.reveal-left{
  transform:translate3d(-18px,0,0);
}
.reveal-soft.reveal-right{
  transform:translate3d(18px,0,0);
}
.reveal-soft.reveal-scale{
  transform:scale(.975);
}
.reveal-soft.is-visible{
  opacity:1;
  transform:translate3d(0,0,0) scale(1);
  will-change:auto;
}

/* Hero: sehr dezente Einblendung direkt beim Laden */
@keyframes hanoiFadeUp{
  from{opacity:0;transform:translate3d(0,18px,0)}
  to{opacity:1;transform:translate3d(0,0,0)}
}
@keyframes hanoiFadeIn{
  from{opacity:0}
  to{opacity:1}
}
@keyframes hanoiScaleIn{
  from{opacity:0;transform:scale(.985)}
  to{opacity:1;transform:scale(1)}
}

.motion-ready .home-catch-media{
  animation:hanoiFadeIn .9s ease-out both;
}
.motion-ready .home-catch-card{
  animation:hanoiFadeUp .78s cubic-bezier(.22,1,.36,1) .10s both;
}
.motion-ready .home-food-teaser{
  animation:hanoiFadeUp .72s cubic-bezier(.22,1,.36,1) .26s both;
}
.motion-ready .home-experience-item{
  animation:hanoiFadeUp .62s cubic-bezier(.22,1,.36,1) both;
}
.motion-ready .home-experience-item:nth-child(1){animation-delay:.30s}
.motion-ready .home-experience-item:nth-child(2){animation-delay:.38s}
.motion-ready .home-experience-item:nth-child(3){animation-delay:.46s}

/* Kleine hochwertige Hover-Effekte */
.food-card img,
.feature-media img,
.gallery-two figure img,
.home-ambience-main img,
.home-ambience-small img,
.media-card img{
  transition:transform .65s cubic-bezier(.22,1,.36,1);
}
@media (hover:hover) and (pointer:fine){
  .food-card:hover img,
  .feature-media:hover img,
  .gallery-two figure:hover img,
  .home-ambience-main:hover img,
  .home-ambience-small:hover img,
  .media-card:hover img{
    transform:scale(1.018);
  }

  .btn{
    transition:
      transform .22s ease,
      background .22s ease,
      border-color .22s ease,
      box-shadow .22s ease;
  }
  .btn:hover{
    transform:translateY(-2px);
  }

  .brand-logo-header{
    transition:transform .25s ease,box-shadow .25s ease;
  }
  .brand-logo-header:hover{
    transform:translateY(-1px);
    box-shadow:0 14px 34px rgba(23,52,77,.23);
  }
}

/* Header kommt ruhig von oben hinein */
.motion-ready .site-header{
  animation:hanoiFadeIn .48s ease-out both;
}

/* Auf kleineren Geräten kürzere Wege und etwas schnellere Animation */
@media (max-width:767px){
  .reveal-soft{
    transform:translate3d(0,12px,0);
    transition-duration:.58s;
  }
  .reveal-soft.reveal-left,
  .reveal-soft.reveal-right{
    transform:translate3d(0,12px,0);
  }
  .reveal-soft.reveal-scale{
    transform:scale(.985);
  }
}

/* Barrierefreiheit: Animation komplett deaktivieren, wenn gewünscht */
@media (prefers-reduced-motion:reduce){
  .reveal-soft,
  .reveal-soft.reveal-left,
  .reveal-soft.reveal-right,
  .reveal-soft.reveal-scale{
    opacity:1!important;
    transform:none!important;
    transition:none!important;
  }
  .motion-ready .home-catch-media,
  .motion-ready .home-catch-card,
  .motion-ready .home-food-teaser,
  .motion-ready .home-experience-item,
  .motion-ready .site-header{
    animation:none!important;
  }
  .food-card img,
  .feature-media img,
  .gallery-two figure img,
  .home-ambience-main img,
  .home-ambience-small img,
  .media-card img{
    transition:none!important;
  }
}
/* ELEGANT MOTION V8 END */



/* PORTRAIT TABLET V9 START */
/* Eigene Ansicht für hochkant genutzte Tablets:
   iPad Mini / iPad / Galaxy Tab / iPad Pro im Portrait-Modus */
@media (min-width:768px) and (max-width:1100px) and (orientation:portrait){
  :root{
    --header-h:76px;
    --radius:24px;
  }

  body{
    font-size:16px;
    line-height:1.62;
  }

  .container,
  .header-inner{
    width:min(calc(100% - 48px),980px);
  }

  /* Header */
  .site-header{
    height:var(--header-h);
  }
  .desktop-nav{display:none}
  .icon-btn{
    display:flex;
    width:44px;
    height:44px;
    flex:0 0 44px;
  }
  .header-actions{gap:9px}
  .header-actions .btn-outline{
    display:inline-flex;
    min-height:44px;
    padding-inline:16px;
  }
  .header-actions .btn-red{
    min-height:44px;
    padding-inline:16px;
  }
  .brand-logo-header{
    padding:7px 12px 7px 10px;
    border-radius:16px;
  }
  .brand-logo-header img,
  .brand-logo img{
    height:42px;
    max-width:235px;
  }

  .mobile-panel{
    position:fixed;
    inset:var(--header-h) 0 auto 0;
    padding:18px 24px 24px;
    max-height:calc(100svh - var(--header-h));
    overflow:auto;
    background:rgba(245,240,232,.98);
    backdrop-filter:blur(18px);
    border-bottom:1px solid rgba(39,35,33,.1);
    box-shadow:0 18px 40px rgba(34,24,18,.10);
  }
  .mobile-panel.open{display:block}
  .mobile-panel a{
    display:block;
    padding:13px 4px;
    font-weight:820;
    border-bottom:1px solid rgba(39,35,33,.07);
  }

  /* STARTSEITE – Hero */
  .home-catch{
    min-height:auto;
    padding-top:0;
    background:var(--paper);
  }
  .home-catch-media{
    position:relative;
    inset:auto;
    height:clamp(400px,50vw,500px);
  }
  .home-catch-media img{
    object-position:center 52%;
  }
  .home-catch-shade{
    background:
      linear-gradient(0deg,rgba(20,14,11,.34),rgba(20,14,11,.03) 62%),
      linear-gradient(90deg,rgba(20,14,11,.15),transparent 60%);
  }
  .home-catch-inner{
    position:relative;
    grid-template-columns:1fr;
    gap:16px;
    padding-bottom:0;
    margin-top:-92px;
  }
  .home-catch-card{
    width:min(88%,690px);
    padding:38px 40px 34px;
    border-radius:26px;
    background:rgba(245,240,232,.84);
    backdrop-filter:blur(18px);
  }
  .home-catch-card h1{
    max-width:10ch;
    font-size:clamp(3.35rem,7vw,4.35rem);
    line-height:.98;
  }
  .home-catch-card p{
    max-width:50ch;
    font-size:1.02rem;
  }
  .home-catch-actions{margin-top:22px}
  .home-catch-meta{margin-top:18px;padding-top:16px}

  .home-food-teaser{
    width:370px;
    max-width:56%;
    justify-self:end;
    margin-right:2%;
    grid-template-columns:96px minmax(0,1fr);
    border-radius:20px;
  }
  .home-food-teaser img{width:96px}

  .home-experience-bar{
    grid-template-columns:repeat(3,1fr);
    margin-top:28px;
    border-radius:22px;
  }
  .home-experience-item{
    min-height:102px;
    padding:19px 18px;
    gap:13px;
  }
  .home-experience-no{font-size:1.42rem}
  .home-experience-item strong{font-size:.88rem}
  .home-experience-item small{font-size:.72rem;line-height:1.35}

  /* STARTSEITE – Ambiente */
  .home-welcome{
    padding:82px 0 66px;
  }
  .home-welcome-grid{
    grid-template-columns:.84fr 1.16fr;
    gap:32px;
    align-items:center;
  }
  .home-welcome-copy h2{
    font-size:clamp(2.45rem,5vw,3.25rem);
    max-width:9ch;
  }
  .home-welcome-copy .lead{
    font-size:.98rem;
    line-height:1.6;
  }
  .home-ambience-collage{
    min-height:445px;
  }
  .home-ambience-main{
    inset:0 12% 7% 0;
    border-radius:22px;
  }
  .home-ambience-small{
    width:42%;
    border-width:6px;
    border-radius:19px;
  }
  .home-ambience-label{
    top:20px;
    padding:14px 15px;
    min-width:170px;
    border-radius:15px 0 0 15px;
  }
  .home-ambience-label strong{font-size:.92rem}

  /* STARTSEITE – Küche */
  .section{padding:72px 0}
  .section-tight{padding:56px 0}
  .food-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:18px;
    margin-top:30px;
  }
  .food-card{
    display:block;
    grid-column:auto;
  }
  .food-card img{
    width:100%;
    height:auto;
    aspect-ratio:4/3;
    object-fit:cover;
  }
  .food-grid .food-card:last-child{
    grid-column:1/-1;
    display:grid;
    grid-template-columns:.9fr 1.1fr;
    align-items:stretch;
  }
  .food-grid .food-card:last-child img{
    width:100%;
    height:100%;
    min-height:250px;
    aspect-ratio:auto;
    object-fit:cover;
  }
  .food-grid .food-card:last-child .food-card-body{
    display:flex;
    flex-direction:column;
    justify-content:center;
    padding:28px;
  }
  .food-card-body{padding:20px}
  .food-card-body p{font-size:.9rem}

  .full-bleed{
    min-height:620px;
  }
  .overlay-card{
    max-width:510px;
    margin-bottom:32px;
    padding:34px;
  }

  .cta-band{
    padding:38px 34px;
    gap:26px;
  }
  .cta-band h2{
    font-size:clamp(2.25rem,5vw,3rem);
  }

  /* SPEISEKARTE */
  .page-hero{
    padding:62px 0 38px;
  }
  .page-hero-inner{
    grid-template-columns:1fr;
    gap:22px;
  }
  .page-hero h1{
    font-size:clamp(3rem,7vw,4.5rem);
    max-width:11ch;
  }
  .menu-intro-card{
    width:min(58%,450px);
    margin-left:auto;
    padding:24px 26px;
  }
  .menu-shell{padding:44px 0 64px}

  .menu-layout{
    grid-template-columns:1fr;
    gap:24px;
  }
  .menu-column{
    width:100%;
    max-width:780px;
    margin-inline:auto;
    padding:32px 34px;
  }
  .menu-title{font-size:1.85rem}

  .menu-feature,
  .menu-feature.reverse{
    grid-template-columns:1.03fr .97fr;
    gap:30px;
    margin:62px 0;
    align-items:center;
  }
  .menu-feature.reverse{
    grid-template-columns:.97fr 1.03fr;
  }
  .menu-feature.reverse .feature-media{order:2}
  .feature-media img{
    aspect-ratio:4/3;
  }
  .feature-copy h2{
    font-size:clamp(2.35rem,5vw,3.2rem);
  }

  /* KONTAKT */
  .contact-hero{padding:64px 0 30px}
  .contact-grid{
    grid-template-columns:1fr;
    gap:26px;
  }
  .contact-copy h1{
    font-size:clamp(3rem,7vw,4.5rem);
    max-width:10ch;
  }
  .contact-cards{
    grid-template-columns:1fr 1fr;
  }
  .reservation-card{
    min-height:0;
    padding:30px 34px;
    flex-direction:row;
    align-items:center;
    gap:28px;
  }
  .reservation-card > div{min-width:0}
  .phone-big{
    font-size:clamp(2.4rem,5vw,3.2rem);
    margin:10px 0;
    white-space:nowrap;
  }
  .phone-big br{display:none}
  .reservation-card .btn{
    margin-top:0!important;
    flex:0 0 auto;
  }

  .split{
    grid-template-columns:.9fr 1.1fr;
    gap:30px;
    align-items:center;
  }
  .map-card{min-height:370px}

  .gallery-two{
    grid-template-columns:1fr 1fr;
    gap:16px;
  }
  .gallery-two figure{min-height:330px}

  /* Footer */
  .footer-top{
    grid-template-columns:1.15fr .72fr .9fr;
    gap:28px;
  }
  .footer-col:last-child{grid-column:auto}
  .footer-logo img{height:64px;max-width:300px}

  /* Tablet bekommt keine Handy-Dock-Leiste */
  .mobile-dock{display:none}
}

/* Auf schmaleren Portrait-Tablets den Reservierungsbutton im Header ausblenden,
   damit Logo + Speisekarte + Menü sauber Luft behalten. */
@media (min-width:768px) and (max-width:899px) and (orientation:portrait){
  .header-actions .btn-red{display:none}

  .home-welcome-grid{
    grid-template-columns:.9fr 1.1fr;
    gap:26px;
  }

  .menu-intro-card{
    width:min(68%,450px);
  }

  .reservation-card{
    padding:28px 30px;
  }
  .reservation-card .btn{
    padding-inline:17px;
  }
}

/* Größere Portrait-Tablets dürfen die eigentliche Karte zweispaltig wie
   die gedruckte Hanoi73-Karte zeigen. */
@media (min-width:900px) and (max-width:1100px) and (orientation:portrait){
  .menu-layout{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:22px;
  }
  .menu-column{
    padding:28px 24px;
  }
  .menu-title{
    font-size:1.55rem;
  }
  .menu-item-desc{
    font-size:.86rem;
  }
  .menu-option{
    gap:10px;
    font-size:.88rem;
  }
}
/* PORTRAIT TABLET V9 END */

