:root {
  --navy: #10273f;
  --navy-2: #0a1b2d;
  --cream: #f4f0e8;
  --paper: #fffdf8;
  --red: #c51d22;
  --ink: #101417;
  --muted: #687079;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 50; min-height: 86px; padding: 0 5vw;
  display: flex; align-items: center; justify-content: space-between; gap: 30px;
  color: white; background: rgba(10, 27, 45, .96); border-bottom: 1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(12px);
}
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; line-height: 0; }
.brand-logo { 
  display: block; 
  max-width: 200px; 
  width: 100%; 
  height: auto;    
  object-fit: contain;
}
.brand small { display: block; font-size: 10px; letter-spacing: .32em; margin: 0 0 7px 3px; font-weight: 700; }
.brand-mark { width: 48px; height: 48px; display: grid; place-items: center; border: 2px solid currentColor; border-radius: 50% 50% 45% 55%; font-size: 15px; letter-spacing: -.08em; transform: rotate(-5deg); }
.site-header nav { display: flex; align-items: center; gap: clamp(18px, 3vw, 46px); text-transform: uppercase; font-size: 13px; letter-spacing: .1em; }
.site-header nav a { position: relative; padding: 10px 0; transition: color .2s; }
.site-header nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 3px; height: 2px; background: var(--red); transition: right .25s; }
.site-header nav a:hover { color: #ff5b5f; }
.site-header nav a:hover::after { right: 0; }
.site-header nav a.active:not(.nav-cta) { color: #ff5b5f; }
.site-header nav a.active:not(.nav-cta)::after { right: 0; }
.nav-cta { padding: 13px 20px !important; border-radius: 999px; background: var(--red); font-weight: 800; }
.nav-cta:hover { color: white !important; background: #e1262b; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 0; border: 0; border-radius: 50%; background: transparent; color: white; cursor: pointer; }
.menu-toggle span { display: block; width: 22px; height: 2px; margin: 5px auto; background: currentColor; transition: transform .2s, opacity .2s; }

.hero { height: min(900px, 100svh); min-height: 680px; position: relative; overflow: hidden; background: var(--navy-2); color: white; }
.hero-slide { --i: 0; position: absolute; inset: 0; opacity: 0; animation: hero-cycle 15s infinite; animation-delay: calc(var(--i) * 5s); background-size: cover; background-position: center; }
.hero-slide::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,20,34,.94) 0%, rgba(7,20,34,.78) 42%, rgba(7,20,34,.1) 78%), linear-gradient(0deg, rgba(7,20,34,.5), transparent 60%); }
.hero-doener { background-image: url("https://images.unsplash.com/photo-1529006557810-274b9b2fc783?auto=format&fit=crop&w=2000&q=88"); }
.hero-pizza { background-image: url("https://images.unsplash.com/photo-1565299624946-b28f40a0ae38?auto=format&fit=crop&w=2000&q=88"); }
.hero-pide { background-image: url("https://images.unsplash.com/photo-1628294895950-9805252327bc?auto=format&fit=crop&w=2000&q=88"); }
@keyframes hero-cycle { 0% { opacity: 0; transform: scale(1.03); } 5%, 29% { opacity: 1; transform: scale(1); } 34%, 100% { opacity: 0; transform: scale(1.03); } }
.hero-copy { position: absolute; z-index: 2; left: 8vw; top: 50%; width: min(720px, 84vw); transform: translateY(-43%); }
.eyebrow { color: var(--red); font-weight: 850; text-transform: uppercase; letter-spacing: .18em; font-size: 12px; margin: 0 0 18px; }
.hero h1, h2, .menu-group h3 { font-family: Impact, "Arial Narrow", Arial, sans-serif; text-transform: uppercase; font-weight: 900; letter-spacing: -.02em; }
.hero h1 { margin: 0; font-size: clamp(62px, 8vw, 138px); line-height: .88; max-width: 820px; text-wrap: balance; }
.hero-copy > p:not(.eyebrow) { max-width: 560px; font-size: clamp(17px, 2vw, 23px); line-height: 1.55; color: #d8e0e7; margin: 28px 0 34px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 40px; min-width: 260px; padding: 18px 24px; border-radius: 999px; background: var(--red); color: white; font-size: 13px; text-transform: uppercase; font-weight: 900; letter-spacing: .06em; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); background: #e1262b; }
.button span { font-size: 20px; }
.hero-progress { position: absolute; z-index: 4; right: 6vw; bottom: 54px; display: flex; gap: 8px; }
.hero-progress button { display: block; width: 44px; height: 3px; padding: 0; border: 0; background: rgba(255,255,255,.3); overflow: hidden; cursor: pointer; }
.hero-progress button::after { content: ""; display: block; width: 100%; height: 100%; background: var(--red); transform: scaleX(0); transform-origin: left; transition: transform .2s; }
.hero-progress button.active::after { transform: scaleX(1); }
.hero-progress i { display: none; }
.hero-progress i::after { content: ""; display: block; height: 100%; background: var(--red); transform-origin: left; animation: progress 15s infinite; animation-delay: calc(var(--i) * 5s); }
.hero-progress i:nth-child(2)::after { animation-delay: 5s; }.hero-progress i:nth-child(3)::after { animation-delay: 10s; }
@keyframes progress { 0%, 33% { transform: scaleX(0); } 2%, 31% { transform: scaleX(1); } 34%, 100% { transform: scaleX(0); } }
.scroll-cue { position: absolute; z-index: 4; left: 8vw; bottom: 43px; text-transform: uppercase; letter-spacing: .16em; font-size: 10px; color: #bec9d2; }
.scroll-cue span { margin-left: 12px; color: white; font-size: 16px; }

.home-welcome { padding: 120px 8vw; text-align: center; background: var(--cream); }
.home-welcome h2 { margin: 0; font: 900 clamp(58px, 8vw, 120px)/.88 Impact, "Arial Narrow", sans-serif; text-transform: uppercase; }
.home-welcome h2 em { color: var(--red); font-style: normal; }
.home-welcome > p:last-child { max-width: 720px; margin: 36px auto 0; color: var(--muted); font-size: clamp(18px, 2vw, 23px); line-height: 1.6; }
.home-links { display: grid; grid-template-columns: repeat(3, 1fr); }
.home-link { position: relative; min-height: 520px; padding: 45px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; color: white; background-position: center; background-size: cover; isolation: isolate; }
.home-link::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(0deg, rgba(5,17,29,.92), rgba(5,17,29,.12)); transition: background .3s; }
.home-link:hover::before { background: linear-gradient(0deg, rgba(197,29,34,.94), rgba(5,17,29,.18)); }
.home-link-about { background-image: url("https://images.unsplash.com/photo-1555396273-367ea4eb4db5?auto=format&fit=crop&w=1000&q=86"); }
.home-link-menu { background-image: url("https://images.unsplash.com/photo-1529006557810-274b9b2fc783?auto=format&fit=crop&w=1000&q=86"); }
.home-link-location { background-image: url("https://images.unsplash.com/photo-1514933651103-005eec06c04b?auto=format&fit=crop&w=1000&q=86"); }
.home-link > span { font-size: 12px; font-weight: 900; letter-spacing: .14em; }
.home-link small { text-transform: uppercase; letter-spacing: .15em; color: #d5dde4; }
.home-link h2 { margin: 8px 0 28px; font: 900 clamp(42px, 4vw, 68px)/.92 Impact, sans-serif; text-transform: uppercase; }
.home-link b { text-transform: uppercase; font-size: 11px; letter-spacing: .1em; }

.page-hero { min-height: 590px; padding: 170px 8vw 90px; display: flex; align-items: flex-end; position: relative; color: white; background-position: center; background-size: cover; isolation: isolate; }
.page-hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(7,20,34,.92), rgba(7,20,34,.28)), linear-gradient(0deg, rgba(7,20,34,.55), transparent); }
.page-hero > div { max-width: 900px; }
.page-hero h1 { margin: 0; font: 900 clamp(76px, 11vw, 170px)/.84 Impact, "Arial Narrow", sans-serif; text-transform: uppercase; letter-spacing: -.02em; }
.page-hero > div > p:last-child { max-width: 650px; margin: 28px 0 0; color: #dce3e8; font-size: clamp(18px, 2vw, 24px); line-height: 1.5; }
.page-hero-about { background-image: url("https://images.unsplash.com/photo-1555396273-367ea4eb4db5?auto=format&fit=crop&w=2000&q=88"); }
.page-hero-location { background-image: url("https://images.unsplash.com/photo-1514933651103-005eec06c04b?auto=format&fit=crop&w=2000&q=88"); }
.page-hero-menu { background-image: url("https://images.unsplash.com/photo-1529006557810-274b9b2fc783?auto=format&fit=crop&w=2000&q=88"); }
.legal-hero { min-height: 480px; background: var(--navy); }
.legal-hero::before { background: radial-gradient(circle at 82% 25%, rgba(197,29,34,.34), transparent 28%), linear-gradient(120deg, var(--navy-2), var(--navy)); }

.legal-content { width: min(980px, 88vw); margin: 0 auto; padding: 100px 0 130px; }
.legal-content section { padding: 42px 0; border-bottom: 1px solid #d6d1c8; }
.legal-content section:first-of-type { padding-top: 60px; }
.legal-content h2 { margin: 0 0 20px; color: var(--navy); font: 900 clamp(27px, 3vw, 42px)/1.08 Impact, "Arial Narrow", sans-serif; text-transform: uppercase; letter-spacing: .01em; }
.legal-content p { margin: 0 0 16px; color: #4f5961; font-size: 16px; line-height: 1.75; }
.legal-content a { color: var(--red); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.legal-content mark { padding: 2px 5px; color: #782226; background: #fff0c7; }
.legal-kicker { margin-bottom: 10px !important; color: var(--red) !important; font-size: 11px !important; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.legal-updated { margin-top: 42px !important; color: var(--muted) !important; font-size: 13px !important; }

.intro { position: relative; padding: 130px 8vw; display: grid; grid-template-columns: .22fr 1fr 1fr; gap: 5vw; align-items: center; min-height: 820px; overflow: hidden; }
.intro::before { content: "KEBABHAUS"; position: absolute; left: -20px; bottom: -55px; color: rgba(16,39,63,.045); font: 900 clamp(100px, 18vw, 300px)/1 Impact, sans-serif; letter-spacing: -.04em; pointer-events: none; }
.section-number { align-self: start; color: var(--red); font-weight: 900; border-top: 2px solid var(--red); padding-top: 12px; }
.intro h2, .menu-heading h2, .location h2 { margin: 0; font-size: clamp(54px, 6vw, 100px); line-height: .94; }
.intro h2 em { color: var(--red); font-style: normal; }
.lead { font-size: clamp(18px, 1.7vw, 24px); line-height: 1.55; margin: 32px 0; max-width: 650px; }
.quality-row { display: flex; flex-wrap: wrap; gap: 30px; border-top: 1px solid #c7c3ba; padding-top: 24px; }
.quality-row span { display: flex; flex-direction: column; min-width: 120px; }
.quality-row b { text-transform: uppercase; font-size: 13px; letter-spacing: .1em; }
.quality-row small { color: var(--muted); margin-top: 5px; }
.intro-visual { position: relative; min-height: 560px; }
.photo-main { position: absolute; inset: 0; border-radius: 140px 18px 18px 18px; background: url("https://images.unsplash.com/photo-1561758033-d89a9ad46330?auto=format&fit=crop&w=1200&q=88") center/cover; filter: saturate(.9) contrast(1.05); }
.stamp { position: absolute; left: -55px; bottom: 40px; width: 150px; height: 150px; display: grid; place-content: center; text-align: center; border-radius: 50%; background: var(--red); color: white; text-transform: uppercase; font-size: 11px; letter-spacing: .1em; transform: rotate(-8deg); box-shadow: 0 16px 40px rgba(107,10,13,.25); }
.stamp strong { font-size: 15px; margin-top: 6px; }
.inner-intro .intro-copy > p:not(.eyebrow):not(.lead) { color: var(--muted); line-height: 1.7; font-size: 16px; margin-bottom: 30px; }
.promise { padding: 120px 8vw; text-align: center; color: white; background: var(--navy); }
.promise blockquote { max-width: 1000px; margin: 0 auto 45px; font: 900 clamp(40px, 5vw, 76px)/1.08 Impact, "Arial Narrow", sans-serif; text-transform: uppercase; }

.menu-section { background: var(--paper); padding: 125px 8vw; }
.menu-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 8vw; align-items: end; margin-bottom: 50px; }
.menu-heading > p { color: var(--muted); font-size: 18px; line-height: 1.6; max-width: 520px; }
.category-nav { position: sticky; top: 86px; z-index: 20; display: flex; gap: 10px; overflow-x: auto; padding: 15px 0; background: rgba(255,253,248,.95); backdrop-filter: blur(8px); border-top: 1px solid #ddd8ce; border-bottom: 1px solid #ddd8ce; scrollbar-width: none; }
.category-nav a { flex: 1 0 auto; min-width: 145px; text-align: center; background: var(--navy); color: white; border-radius: 999px; padding: 14px 18px; text-transform: uppercase; font-weight: 800; letter-spacing: .06em; font-size: 12px; transition: background .2s; }
.category-nav a:hover { background: var(--red); }
.menu-group { scroll-margin-top: 165px; padding: 90px 0 30px; display: grid; grid-template-columns: .32fr 1fr; gap: 6vw; }
.group-heading { position: sticky; top: 180px; align-self: start; }
.group-image { width: 100%; aspect-ratio: 4 / 3; margin-bottom: 25px; border-radius: 70px 10px 10px 10px; background-position: center; background-size: cover; box-shadow: 0 18px 42px rgba(16,39,63,.14); }
.group-title { display: flex; gap: 20px; align-items: flex-start; }
.group-title > span { color: var(--red); font-weight: 900; font-size: 12px; padding-top: 8px; }
.group-heading p { margin: 0 0 8px; color: var(--muted); text-transform: uppercase; font-size: 10px; letter-spacing: .14em; }
.menu-group h3 { font-size: clamp(40px, 4vw, 62px); line-height: .92; margin: 0; }
.menu-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); column-gap: 42px; }
.menu-card { min-height: 145px; padding: 25px 0; border-top: 1px solid #d9d4ca; }
.menu-card-top { display: flex; justify-content: space-between; gap: 20px; align-items: baseline; }
.menu-card h4 { margin: 0; font-size: 19px; line-height: 1.2; }
.menu-card strong { color: var(--red); white-space: nowrap; }
.menu-card p { margin: 12px 0 0; color: var(--muted); line-height: 1.55; font-size: 14px; }
.menu-note { margin: 70px 0 0; color: var(--muted); font-size: 12px; text-align: center; }

.location { display: grid; grid-template-columns: 1.15fr .85fr; min-height: 700px; color: white; }
.location-card { background: var(--navy); padding: 110px 8vw; position: relative; overflow: hidden; }
.location-card::after { content: "KM"; position: absolute; right: -50px; bottom: -80px; font: 900 300px/1 Impact, sans-serif; color: rgba(255,255,255,.035); }
.location h2 { position: relative; z-index: 1; }
.location-details { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin: 55px 0 40px; }
.location-details div { border-top: 1px solid rgba(255,255,255,.25); padding-top: 18px; }
.location-details span { display: block; color: #93a4b4; text-transform: uppercase; letter-spacing: .12em; font-size: 10px; margin-bottom: 10px; }
.location-details strong, .location-details a { font-size: 17px; line-height: 1.6; }
.button.light { position: relative; z-index: 1; background: white; color: var(--navy); }
.button.light:hover { background: var(--red); color: white; }
.hours { background: var(--red); padding: 110px 6vw; display: flex; flex-direction: column; justify-content: center; }
.hours .eyebrow { color: var(--navy-2); }
.hours > div { display: flex; justify-content: space-between; gap: 25px; padding: 26px 0; border-top: 1px solid rgba(255,255,255,.35); }
.hours > div:last-of-type { border-bottom: 1px solid rgba(255,255,255,.35); }
.hours span { text-transform: uppercase; letter-spacing: .08em; font-size: 12px; }
.hours strong { text-align: right; }
.hours-note { font: 900 34px/1.1 Impact, sans-serif; text-transform: uppercase; margin: 60px 0 0; }
.location-full { min-height: 760px; }
.contact-strip { padding: 70px 8vw; display: flex; align-items: center; justify-content: space-between; gap: 30px; background: var(--cream); }
.contact-strip div { display: flex; flex-direction: column; }
.contact-strip small { color: var(--muted); text-transform: uppercase; letter-spacing: .14em; margin-bottom: 8px; }
.contact-strip div a { font: 900 clamp(34px, 5vw, 64px)/1 Impact, sans-serif; }

footer { min-height: 210px; padding: 55px 5vw; display: flex; align-items: center; justify-content: space-between; gap: 30px; background: var(--navy-2); color: white; }
.footer-brand { font-size: 20px; }
.footer-brand .brand-logo { width: 250px; height: 66px; }
footer > p { color: #94a4b3; }
footer > div { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 24px; text-transform: uppercase; font-size: 10px; letter-spacing: .1em; }
footer a:hover { color: #ff5559; }

@media (max-width: 900px) {
  .site-header { min-height: 74px; padding: 0 20px; }
  .menu-toggle { display: block; }
  .site-header nav { position: fixed; inset: 74px 0 auto; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 18px 20px 24px; background: var(--navy-2); border-top: 1px solid rgba(255,255,255,.12); }
  .site-header nav.open { display: flex; }
  .site-header nav a { display: block; padding: 16px 4px !important; border-bottom: 1px solid rgba(255,255,255,.1); }
  .site-header nav .nav-cta { margin-top: 12px; text-align: center; border: 0; }
  .brand-mark { width: 42px; height: 42px; }
  .brand-logo { width: 220px; height: 58px; }
  .hero { min-height: 650px; }
  .hero-copy { left: 6vw; }
  .hero-slide::before { background: linear-gradient(90deg, rgba(7,20,34,.94), rgba(7,20,34,.45)), linear-gradient(0deg, rgba(7,20,34,.7), transparent); }
  .home-links { grid-template-columns: 1fr; }
  .home-link { min-height: 390px; }
  .page-hero { min-height: 520px; padding-inline: 6vw; }
  .intro { grid-template-columns: 1fr; padding: 90px 6vw; }
  .section-number { display: none; }
  .intro-visual { min-height: 480px; }
  .stamp { left: auto; right: -10px; }
  .menu-section { padding: 90px 6vw; }
  .menu-heading { grid-template-columns: 1fr; gap: 20px; }
  .category-nav { top: 74px; }
  .menu-group { grid-template-columns: 1fr; padding-top: 70px; }
  .group-heading { position: static; }
  .group-image { aspect-ratio: 16 / 7; border-radius: 55px 10px 10px; }
  .menu-grid { grid-template-columns: 1fr; }
  .location { grid-template-columns: 1fr; }
  .contact-strip { align-items: flex-start; flex-direction: column; }
  footer { flex-direction: column; text-align: center; }
  footer > div { justify-content: center; }
}

@media (max-width: 560px) {
  .brand { font-size: 17px; }
  .brand small { font-size: 8px; }
  .brand-mark { display: none; }
  .brand-logo { width: 160px; height: 50px; }
  .footer-brand .brand-logo { width: 210px; height: 58px; }
  .nav-cta { padding: 11px 14px !important; font-size: 10px; }
  .hero h1 { font-size: 58px; }
  .home-welcome { padding: 85px 22px; }
  .home-link { padding: 30px; min-height: 340px; }
  .page-hero { min-height: 460px; padding: 145px 22px 65px; }
  .page-hero h1 { font-size: 70px; }
  .legal-hero h1 { font-size: 58px; }
  .legal-content { width: calc(100% - 40px); padding: 70px 0 90px; }
  .legal-content section { padding: 34px 0; }
  .hero-copy > p:not(.eyebrow) { font-size: 16px; }
  .button { min-width: 0; width: 100%; }
  .hero-progress { right: 6vw; bottom: 34px; }
  .scroll-cue { display: none; }
  .intro { padding-top: 75px; }
  .intro h2, .menu-heading h2, .location h2 { font-size: 49px; }
  .intro-visual { min-height: 390px; }
  .photo-main { border-radius: 90px 14px 14px; }
  .quality-row { gap: 18px; }
  .menu-section { padding-inline: 20px; }
  .group-image { aspect-ratio: 4 / 3; border-radius: 40px 8px 8px; }
  .menu-card { min-height: 0; }
  .location-card, .hours { padding: 80px 25px; }
  .location-details { grid-template-columns: 1fr; }
  .hours > div { flex-direction: column; gap: 10px; }
  .hours strong { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero-slide { animation: none; opacity: 0; transform: none; }
  .hero-slide:first-child { opacity: 1; }
  .hero-progress { display: none; }
}
