:root {
  --ink: #29180f;
  --forest: #103d2c;
  --forest-deep: #092c20;
  --rust: #c84b24;
  --rust-bright: #e36028;
  --gold: #d7aa48;
  --gold-soft: #f0cf87;
  --cream: #fff9ec;
  --sand: #f2e5cf;
  --sage: #6b7f44;
  --white: #fffef9;
  --line: rgba(41, 24, 15, .18);
  --shadow: 0 22px 60px rgba(41, 24, 15, .15);
  --display: "Bodoni Moda", "Times New Roman", serif;
  --script: "Allura", "URW Chancery L", cursive;
  --sans: "Manrope", Arial, sans-serif;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--sans); line-height: 1.55; overflow-x: hidden; }
body.is-locked { overflow: hidden; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
img, svg { display: block; max-width: 100%; }
::selection { background: var(--gold); color: var(--ink); }

.skip-link { position: fixed; left: 14px; top: 14px; z-index: 9999; padding: 10px 14px; background: var(--ink); color: white; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.halal-strip { position: relative; z-index: 60; background: var(--forest-deep); color: var(--cream); border-bottom: 1px solid rgba(255,255,255,.12); }
.halal-strip-inner { min-height: 38px; max-width: 1440px; margin: 0 auto; padding: 0 34px; display: flex; align-items: center; justify-content: center; gap: 14px; font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.halal-strip-badge { color: var(--gold-soft); border: 1px solid rgba(240,207,135,.55); border-radius: 999px; padding: 3px 9px; }
.halal-strip-copy { opacity: .9; }
.strip-action { margin-left: auto; border: 0; background: transparent; color: var(--gold-soft); font-weight: 800; text-transform: uppercase; letter-spacing: .12em; cursor: pointer; }

.site-header { position: sticky; top: 0; z-index: 50; min-height: 88px; padding: 0 34px; display: grid; grid-template-columns: minmax(250px, 1fr) auto minmax(250px, 1fr); align-items: center; gap: 24px; background: rgba(255,249,236,.92); backdrop-filter: blur(18px); border-bottom: 1px solid transparent; transition: .3s ease; }
.site-header.is-scrolled { border-color: var(--line); box-shadow: 0 14px 34px rgba(41,24,15,.07); }
.brand { display: inline-flex; align-items: center; gap: 10px; width: max-content; }
.brand-emblem { width: 58px; height: 58px; flex: 0 0 auto; }
.brand-emblem img { width: 100%; height: 100%; }
.brand-wordmark { display: flex; flex-direction: column; line-height: .85; transform: translateY(2px); }
.brand-script { font-family: var(--script); font-size: 31px; color: var(--ink); white-space: nowrap; }
.brand-block { margin-left: 7px; color: var(--rust); font-family: var(--display); font-size: 15px; font-weight: 800; letter-spacing: .12em; white-space: nowrap; }
.desktop-nav { display: flex; align-items: center; gap: 30px; font-size: 13px; font-weight: 700; }
.desktop-nav a { position: relative; padding: 10px 0; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 4px; height: 2px; background: var(--rust); transition: right .25s ease; }
.desktop-nav a:hover::after { right: 0; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 16px; }
.header-phone { display: flex; flex-direction: column; font-size: 13px; font-weight: 800; line-height: 1.15; }
.header-phone span { color: var(--rust); font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.menu-toggle { display: none; width: 45px; height: 45px; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; width: 18px; height: 2px; margin: 5px auto; background: var(--ink); }
.mobile-menu { position: fixed; inset: 126px 0 auto; z-index: 49; padding: 20px; background: var(--cream); border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
.mobile-menu nav { display: grid; gap: 12px; }
.mobile-menu a { padding: 10px 2px; font-family: var(--display); font-size: 24px; font-weight: 700; border-bottom: 1px solid var(--line); }

.button { border: 0; min-height: 50px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; font-weight: 800; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 44px; padding: 0 18px; font-size: 12px; }
.button-large { min-height: 62px; padding: 0 28px; }
.button-ink { background: var(--ink); color: var(--cream); box-shadow: 0 12px 25px rgba(41,24,15,.18); }
.button-gold { background: var(--gold); color: var(--ink); box-shadow: 0 12px 30px rgba(215,170,72,.26); }
.button-outline, .button-outline-light { background: transparent; border: 1px solid var(--line); }
.button-outline-light { color: var(--cream); border-color: rgba(255,255,255,.45); }

.hero { position: relative; min-height: 780px; overflow: hidden; background: var(--cream); }
.hero::before { content: ""; position: absolute; width: 570px; height: 570px; right: -140px; top: -170px; border-radius: 50%; background: var(--gold); opacity: .15; filter: blur(2px); }
.hero::after { content: ""; position: absolute; width: 430px; height: 430px; left: -270px; bottom: -230px; border-radius: 50%; background: var(--forest); opacity: .08; }
.hero-world-lines { position: absolute; inset: 0; opacity: .14; background-image: radial-gradient(circle at 70% 35%, transparent 0 165px, rgba(41,24,15,.16) 166px 167px, transparent 168px 210px, rgba(41,24,15,.12) 211px 212px, transparent 213px), linear-gradient(115deg, transparent 48%, rgba(41,24,15,.08) 49%, transparent 50%); background-size: auto, 120px 120px; pointer-events: none; }
.hero-grid { position: relative; z-index: 2; max-width: 1440px; min-height: 730px; margin: 0 auto; padding: 78px 70px 65px; display: grid; grid-template-columns: .92fr 1.08fr; gap: 40px; align-items: center; }
.hero-copy { max-width: 690px; }
.hero-kicker { display: flex; align-items: center; gap: 12px; margin: 0 0 28px; color: var(--rust); font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.hero-kicker i { width: 28px; height: 1px; background: var(--rust); }
.hero h1 { margin: 0; max-width: 760px; font-family: var(--display); font-size: clamp(62px, 6.5vw, 105px); font-weight: 700; line-height: .91; letter-spacing: -.055em; }
.hero h1 em { display: block; color: var(--rust); font-family: var(--script); font-size: 1.04em; font-weight: 400; line-height: .9; letter-spacing: -.01em; }
.hero-lede { max-width: 640px; margin: 28px 0 32px; color: rgba(41,24,15,.78); font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 24px; }
.hero-actions .button-large { min-width: 310px; justify-content: space-between; text-align: left; }
.hero-actions .button span { display: block; }
.hero-actions .button small { display: block; margin-top: 2px; font-size: 9px; font-weight: 700; letter-spacing: .04em; opacity: .7; }
.hero-actions .button b { font-size: 24px; }
.hero-call { display: flex; align-items: center; gap: 12px; }
.call-icon { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--rust); }
.hero-call small, .hero-call strong { display: block; }
.hero-call small { font-size: 10px; letter-spacing: .08em; text-transform: uppercase; opacity: .58; }
.hero-call strong { font-size: 14px; }
.hero-proof { margin-top: 40px; padding-top: 22px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.hero-proof div { padding-right: 18px; }
.hero-proof div + div { padding-left: 18px; border-left: 1px solid var(--line); }
.hero-proof strong { display: block; font-family: var(--display); font-size: 24px; line-height: 1; }
.hero-proof span { display: block; margin-top: 4px; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; opacity: .65; }

.hero-art { position: relative; min-height: 610px; display: grid; place-items: center; }
.orbit { position: absolute; border: 1px dashed rgba(41,24,15,.27); border-radius: 50%; }
.orbit-one { width: 520px; height: 520px; animation: spin 48s linear infinite; }
.orbit-two { width: 430px; height: 430px; border-style: solid; opacity: .55; animation: spinReverse 55s linear infinite; }
.brand-planet { position: relative; width: 420px; height: 420px; display: grid; place-items: center; transition: transform .15s ease; }
.brand-planet > img { position: absolute; inset: 0; width: 100%; height: 100%; filter: drop-shadow(0 26px 26px rgba(41,24,15,.16)); }
.brand-planet-copy { position: relative; z-index: 2; top: 122px; display: flex; flex-direction: column; align-items: center; line-height: .82; text-shadow: 0 2px 0 rgba(255,249,236,.7); }
.planet-script { font-family: var(--script); font-size: 42px; }
.planet-title { color: var(--rust); font-family: var(--display); font-size: 24px; font-weight: 800; letter-spacing: .12em; }
.planet-tagline { margin-top: 11px; font-size: 7px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.flavor-ticket { position: absolute; z-index: 4; width: 175px; padding: 16px 16px 15px; text-align: left; border: 2px solid var(--ink); box-shadow: 8px 8px 0 var(--ink); cursor: pointer; transition: transform .2s ease; }
.flavor-ticket:hover { transform: translate(-2px,-2px) rotate(0deg) !important; box-shadow: 11px 11px 0 var(--ink); }
.flavor-ticket span, .flavor-ticket strong, .flavor-ticket small { display: block; }
.flavor-ticket span { font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; opacity: .65; }
.flavor-ticket strong { margin: 3px 0; font-family: var(--display); font-size: 21px; line-height: 1; }
.flavor-ticket small { font-size: 10px; line-height: 1.35; }
.ticket-one { left: 0; top: 118px; background: #edc888; transform: rotate(-5deg); }
.ticket-two { right: -3px; top: 176px; color: var(--cream); background: var(--forest); transform: rotate(5deg); }
.ticket-three { left: 43px; bottom: 55px; color: var(--cream); background: var(--rust); transform: rotate(4deg); }
.halal-seal { position: absolute; right: 65px; bottom: 26px; z-index: 5; width: 116px; height: 116px; display: grid; place-content: center; text-align: center; border-radius: 50%; color: var(--cream); background: var(--ink); border: 4px double var(--gold); transform: rotate(-9deg); }
.halal-seal::before { content: ""; position: absolute; inset: 7px; border: 1px dashed rgba(255,255,255,.45); border-radius: 50%; }
.halal-seal strong, .halal-seal span { position: relative; display: block; }
.halal-seal strong { font-family: var(--display); font-size: 24px; letter-spacing: .08em; }
.halal-seal span { font-size: 8px; font-weight: 800; letter-spacing: .16em; }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes spinReverse { to { transform: rotate(-360deg); } }

.dish-ribbon { position: relative; z-index: 3; overflow: hidden; color: var(--cream); background: var(--rust); border-top: 3px solid var(--ink); border-bottom: 3px solid var(--ink); transform: rotate(-.35deg) scale(1.01); }
.dish-ribbon-track { width: max-content; padding: 13px 0; display: flex; align-items: center; gap: 22px; animation: marquee 28s linear infinite; font-family: var(--display); font-size: 16px; font-weight: 800; letter-spacing: .06em; }
.dish-ribbon-track i { color: var(--gold-soft); }
@keyframes marquee { to { transform: translateX(-50%); } }

.section { max-width: 1440px; margin: 0 auto; padding: 118px 70px; }
.section-number { display: inline-block; margin-bottom: 24px; color: var(--rust); font-size: 11px; font-weight: 800; letter-spacing: .14em; }
.section-number-light { color: var(--gold-soft); }
.eyebrow { margin: 0 0 18px; color: var(--rust); font-size: 10px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow-light { color: var(--gold-soft); }
h2 { margin: 0; font-family: var(--display); font-size: clamp(43px, 5vw, 76px); line-height: .98; letter-spacing: -.045em; }
h2 em { color: var(--gold-soft); font-family: var(--script); font-size: 1.12em; font-weight: 400; }

.halal-standard { color: var(--cream); background: var(--forest); position: relative; overflow: hidden; }
.halal-standard::before { content: "HALAL"; position: absolute; right: -15px; top: -55px; color: rgba(255,255,255,.035); font-family: var(--display); font-size: 270px; font-weight: 800; line-height: 1; }
.halal-standard-grid { position: relative; z-index: 2; max-width: 1440px; margin: 0 auto; padding: 110px 70px; display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: start; }
.halal-standard-title h2 { max-width: 680px; }
.halal-standard-copy > p { max-width: 620px; margin: 62px 0 36px; font-size: 20px; line-height: 1.65; color: rgba(255,249,236,.82); }
.halal-points { border-top: 1px solid rgba(255,255,255,.2); }
.halal-points > div { padding: 18px 0; display: grid; grid-template-columns: 36px 150px 1fr; gap: 18px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.15); }
.halal-points span { color: var(--gold-soft); font-size: 10px; font-weight: 800; }
.halal-points strong { font-family: var(--display); font-size: 20px; }
.halal-points small { color: rgba(255,255,255,.62); }
.text-link { margin-top: 32px; padding: 0 0 7px; border: 0; border-bottom: 1px solid currentColor; color: var(--gold-soft); background: transparent; font-weight: 800; cursor: pointer; }
.text-link-dark { color: var(--ink); }

.menu-section { max-width: none; color: var(--cream); background: var(--ink); }
.menu-section > * { max-width: 1300px; margin-left: auto; margin-right: auto; }
.menu-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 70px; align-items: end; }
.menu-heading h2 { max-width: 800px; }
.menu-heading > p { max-width: 470px; color: rgba(255,249,236,.65); }
.menu-layout { margin-top: 68px; display: grid; grid-template-columns: 255px 1fr; gap: 40px; }
.cuisine-tabs { display: grid; align-content: start; }
.cuisine-tab { padding: 18px 0; display: flex; gap: 16px; border: 0; border-bottom: 1px solid rgba(255,255,255,.16); color: rgba(255,255,255,.56); background: transparent; text-align: left; font-family: var(--display); font-size: 20px; cursor: pointer; transition: .2s ease; }
.cuisine-tab span { padding-top: 4px; color: var(--gold); font-family: var(--sans); font-size: 9px; font-weight: 800; }
.cuisine-tab:hover, .cuisine-tab.is-active { color: var(--cream); padding-left: 10px; }
.menu-panel { min-height: 470px; }
.menu-panel-head { padding-bottom: 26px; display: flex; align-items: end; justify-content: space-between; gap: 30px; border-bottom: 1px solid rgba(255,255,255,.2); }
.menu-panel-head h3 { margin: 0; font-family: var(--display); font-size: 47px; }
.menu-panel-head p { max-width: 520px; margin: 0; color: rgba(255,255,255,.62); }
.dish-grid { display: grid; grid-template-columns: repeat(2, 1fr); }
.dish-card { position: relative; min-height: 170px; padding: 28px 58px 26px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.dish-card:nth-child(odd) { padding-right: 90px; border-right: 1px solid rgba(255,255,255,.16); }
.dish-card:nth-child(even) { padding-left: 32px; }
.dish-card h4 { margin: 0 0 8px; font-family: var(--display); font-size: 24px; }
.dish-card p { margin: 0; color: rgba(255,255,255,.58); font-size: 13px; }
.add-dish { position: absolute; right: 18px; top: 28px; width: 36px; height: 36px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; color: var(--cream); background: transparent; font-size: 19px; cursor: pointer; transition: .2s ease; }
.dish-card:nth-child(even) .add-dish { right: 0; }
.add-dish:hover, .add-dish.is-added { color: var(--ink); background: var(--gold); border-color: var(--gold); }
.menu-cta { margin-top: 54px; padding: 24px 0; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-top: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.menu-cta span, .menu-cta strong { display: block; }
.menu-cta span { color: rgba(255,255,255,.55); font-size: 12px; }
.menu-cta strong { font-family: var(--display); font-size: 22px; }

.signature-section { max-width: 1440px; margin: 0 auto; padding: 115px 70px; display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.signature-art { min-height: 590px; display: grid; place-items: center; background: var(--sand); position: relative; overflow: hidden; }
.signature-art::before, .signature-art::after { content: ""; position: absolute; border-radius: 50%; border: 1px solid rgba(41,24,15,.16); }
.signature-art::before { width: 450px; height: 450px; }
.signature-art::after { width: 540px; height: 540px; border-style: dashed; }
.maqluba-poster { position: relative; z-index: 2; width: 390px; height: 490px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 3px solid var(--ink); background: var(--gold-soft); box-shadow: 18px 18px 0 var(--rust); transform: rotate(-3deg); }
.poster-kicker { position: absolute; top: 24px; font-size: 9px; font-weight: 800; letter-spacing: .18em; }
.maqluba-dome { position: relative; width: 215px; height: 210px; margin-bottom: 16px; overflow: hidden; border: 6px solid var(--ink); border-radius: 49% 49% 15% 15%; background: var(--cream); box-shadow: inset 0 -12px 0 rgba(41,24,15,.06); }
.layer { display: block; height: 23%; width: 100%; border-bottom: 3px solid var(--ink); }
.layer-one { background: #e6b450; }.layer-two { background: #6f8c48; }.layer-three { background: #d25d2d; }.layer-four { background: #f5ead5; }
.poster-word { font-family: var(--display); font-size: 43px; font-weight: 800; letter-spacing: -.03em; }
.poster-note { margin-top: 6px; font-size: 9px; font-weight: 800; letter-spacing: .17em; }
.signature-copy h2 { margin-bottom: 28px; }
.signature-copy > p:not(.eyebrow) { max-width: 580px; color: rgba(41,24,15,.72); font-size: 17px; }
.feature-list { margin: 36px 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.feature-list li { padding: 14px 0; display: flex; gap: 17px; border-bottom: 1px solid var(--line); font-weight: 700; }
.feature-list span { color: var(--rust); font-size: 10px; }

.occasions { padding-top: 40px; }
.occasion-heading { display: grid; grid-template-columns: 1.1fr .7fr; gap: 80px; align-items: end; margin-bottom: 55px; }
.occasion-heading > p { max-width: 470px; color: rgba(41,24,15,.65); }
.occasion-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 2px solid var(--ink); }
.occasion-card { min-height: 420px; padding: 34px; display: flex; flex-direction: column; border-right: 2px solid var(--ink); }
.occasion-card:last-child { border-right: 0; }
.occasion-card-dark { color: var(--cream); background: var(--forest); }
.occasion-card-gold { background: var(--gold); }
.occasion-card-cream { background: var(--white); }
.occasion-index { font-size: 10px; font-weight: 800; letter-spacing: .12em; opacity: .62; }
.card-kicker { margin: auto 0 8px; font-size: 9px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.occasion-card h3 { margin: 0 0 14px; font-family: var(--display); font-size: 36px; line-height: 1; }
.occasion-card p:not(.card-kicker) { margin: 0; font-size: 13px; opacity: .75; }
.card-link { margin-top: 30px; padding: 14px 0 5px; display: flex; justify-content: space-between; border: 0; border-top: 1px solid currentColor; color: inherit; background: transparent; font-size: 12px; font-weight: 800; cursor: pointer; }

.process-section { max-width: 1440px; margin: 0 auto; display: grid; grid-template-columns: .92fr 1.08fr; color: var(--cream); background: var(--forest-deep); }
.process-intro { padding: 100px 70px; border-right: 1px solid rgba(255,255,255,.16); }
.process-intro h2 { max-width: 590px; margin-bottom: 35px; }
.process-steps { padding: 76px 70px; display: grid; }
.process-step { padding: 25px 0; display: grid; grid-template-columns: 48px 1fr; gap: 22px; border-bottom: 1px solid rgba(255,255,255,.16); }
.process-step > span { color: var(--gold-soft); font-size: 10px; font-weight: 800; }
.process-step h3 { margin: 0 0 6px; font-family: var(--display); font-size: 26px; }
.process-step p { margin: 0; color: rgba(255,255,255,.6); }

.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; }
.faq-heading h2 { margin-bottom: 24px; }
.faq-heading > p { max-width: 360px; color: rgba(41,24,15,.65); }
.accordion { border-top: 2px solid var(--ink); }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { padding: 24px 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; list-style: none; font-family: var(--display); font-size: 24px; font-weight: 700; cursor: pointer; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { width: 20px; height: 20px; position: relative; }
.accordion summary span::before, .accordion summary span::after { content: ""; position: absolute; left: 50%; top: 50%; width: 16px; height: 1px; background: var(--ink); }
.accordion summary span::after { transform: rotate(90deg); transition: .2s ease; }
.accordion details[open] summary span::after { transform: rotate(0); }
.accordion details p { max-width: 780px; margin: -7px 0 23px; color: rgba(41,24,15,.65); }

.final-cta { position: relative; min-height: 500px; padding: 100px 70px; display: grid; place-items: center; overflow: hidden; color: var(--cream); background: var(--rust); text-align: center; }
.final-cta::before { content: ""; position: absolute; inset: 26px; border: 1px solid rgba(255,255,255,.25); }
.final-cta-mark { position: absolute; width: 480px; height: 480px; right: -120px; bottom: -170px; opacity: .16; transform: rotate(16deg); }
.final-cta-inner { position: relative; z-index: 2; max-width: 980px; }
.final-cta h2 { margin-bottom: 34px; }
.final-actions { display: flex; justify-content: center; gap: 14px; }

.site-footer { color: var(--cream); background: #171d18; }
.footer-main { max-width: 1440px; margin: 0 auto; padding: 70px; display: grid; grid-template-columns: 1.7fr repeat(3, 1fr); gap: 55px; }
.brand-footer .brand-script { color: var(--cream); }
.footer-brand p { margin-top: 18px; color: rgba(255,255,255,.55); font-size: 13px; }
.footer-column h3 { margin: 0 0 18px; color: var(--gold-soft); font-size: 9px; letter-spacing: .18em; text-transform: uppercase; }
.footer-column a, .footer-column p, .footer-button { display: block; margin: 8px 0; color: rgba(255,255,255,.68); font-size: 13px; }
.footer-button { padding: 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.4); background: transparent; cursor: pointer; }
.footer-bottom { max-width: 1440px; margin: 0 auto; padding: 20px 70px 34px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.4); font-size: 10px; }
.footer-legal { display: flex; gap: 18px; }

.mobile-order-bar { display: none; }

.quote-shell { position: fixed; inset: 0; z-index: 100; pointer-events: none; visibility: hidden; }
.quote-shell.is-open { pointer-events: auto; visibility: visible; }
.quote-backdrop { position: absolute; inset: 0; background: rgba(9,44,32,.76); opacity: 0; transition: .25s ease; }
.quote-shell.is-open .quote-backdrop { opacity: 1; }
.quote-drawer { position: absolute; right: 0; top: 0; bottom: 0; width: min(680px, 100%); padding: 34px 42px 38px; overflow-y: auto; color: var(--ink); background: var(--cream); transform: translateX(102%); transition: transform .35s cubic-bezier(.22,.8,.28,1); }
.quote-shell.is-open .quote-drawer { transform: translateX(0); }
.quote-brandline { display: flex; align-items: center; gap: 9px; margin-bottom: 24px; font-size: 9px; letter-spacing: .13em; }
.quote-brandline img { width: 42px; height: 42px; }
.quote-brandline b { color: var(--rust); }
.quote-topbar { display: flex; justify-content: space-between; align-items: start; }
.quote-topbar p { margin: 0; color: var(--rust); font-size: 9px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.quote-topbar h2 { margin-top: 5px; font-size: 50px; }
.quote-close { width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; background: transparent; font-size: 27px; cursor: pointer; }
.quote-progress { height: 5px; margin: 27px 0 35px; background: var(--sand); }
.quote-progress span { display: block; height: 100%; width: 33.333%; background: var(--rust); transition: width .25s ease; }
.form-step { display: none; }
.form-step.is-active { display: block; animation: formIn .25s ease; }
@keyframes formIn { from { opacity: 0; transform: translateY(8px); } }
.form-step-label { margin: 0 0 5px; color: var(--rust); font-size: 9px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.form-step h3, .quote-success h3 { margin: 0 0 24px; font-family: var(--display); font-size: 36px; line-height: 1; }
.choice-grid { display: grid; gap: 10px; }
.choice-grid-events { grid-template-columns: repeat(2, 1fr); }
.choice-grid-service { grid-template-columns: repeat(2, 1fr); }
.choice-grid label, .pill-checks label { cursor: pointer; }
.choice-grid input, .pill-checks input { position: absolute; opacity: 0; pointer-events: none; }
.choice-grid label > span { min-height: 58px; padding: 15px; display: flex; flex-direction: column; justify-content: center; border: 1px solid var(--line); background: var(--white); font-weight: 700; }
.choice-grid label > span small { display: block; margin-top: 2px; color: rgba(41,24,15,.58); font-size: 10px; font-weight: 500; }
.choice-grid input:checked + span { border-color: var(--forest); box-shadow: inset 0 0 0 2px var(--forest); background: #eef3e7; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.field { display: block; margin-top: 17px; }
.field > span, .flavor-fieldset legend { display: block; margin-bottom: 7px; font-size: 10px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.field > span small, .flavor-fieldset legend span { font-weight: 500; opacity: .55; text-transform: none; }
.field input, .field select, .field textarea { width: 100%; min-height: 52px; padding: 13px 14px; border: 1px solid var(--line); border-radius: 0; color: var(--ink); background: var(--white); outline: none; }
.field textarea { resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--forest); box-shadow: 0 0 0 3px rgba(16,61,44,.11); }
.field.is-invalid input, .field.is-invalid select, .field.is-invalid textarea { border-color: #b62921; }
.flavor-fieldset { margin: 24px 0 0; padding: 0; border: 0; }
.pill-checks { display: flex; flex-wrap: wrap; gap: 8px; }
.pill-checks span { padding: 8px 12px; display: block; border: 1px solid var(--line); border-radius: 999px; background: var(--white); font-size: 11px; }
.pill-checks input:checked + span { color: var(--cream); background: var(--forest); border-color: var(--forest); }
.all-halal-note { margin-top: 22px; padding: 12px 14px; border-left: 4px solid var(--gold); background: #f3ead6; font-size: 12px; }
.consent-row { margin-top: 19px; display: grid; grid-template-columns: 18px 1fr; gap: 10px; align-items: start; font-size: 11px; }
.consent-row input { margin-top: 3px; }
.consent-row a { text-decoration: underline; }
.order-summary { margin-top: 22px; padding: 15px; border: 1px solid var(--line); background: var(--sand); font-size: 11px; }
.order-summary strong { display: block; margin-bottom: 4px; font-family: var(--display); font-size: 18px; }
.form-message { min-height: 24px; padding-top: 9px; color: #a8261e; font-size: 11px; }
.form-actions { margin-top: 11px; display: flex; justify-content: flex-end; gap: 9px; }
.form-actions .button { min-width: 130px; }
.form-actions button[disabled] { opacity: .35; cursor: not-allowed; transform: none; }
.form-footnote { margin: 17px 0 0; color: rgba(41,24,15,.58); font-size: 10px; }
.hp-field { position: absolute !important; left: -9999px !important; }
.quote-success { padding-top: 60px; text-align: center; }
.success-mark { width: 70px; height: 70px; margin: 0 auto 20px; display: grid; place-items: center; border-radius: 50%; color: var(--cream); background: var(--forest); font-size: 30px; }
.success-actions { margin-top: 25px; display: flex; justify-content: center; gap: 10px; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

@media (max-width: 1100px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav { display: none; }
  .menu-toggle { display: block; }
  .hero-grid { padding-left: 42px; padding-right: 42px; grid-template-columns: 1fr .9fr; }
  .hero h1 { font-size: 70px; }
  .hero-art { min-height: 550px; transform: scale(.88); }
  .halal-standard-grid, .section, .signature-section { padding-left: 42px; padding-right: 42px; }
  .menu-section { padding-left: 42px; padding-right: 42px; }
  .process-intro, .process-steps { padding-left: 42px; padding-right: 42px; }
  .footer-main, .footer-bottom { padding-left: 42px; padding-right: 42px; }
}

@media (max-width: 760px) {
  body { padding-bottom: 78px; }
  .halal-strip-inner { min-height: 46px; padding: 6px 14px; justify-content: space-between; gap: 8px; }
  .halal-strip-copy { display: none; }
  .strip-action { margin-left: 0; font-size: 9px; }
  .site-header { min-height: 74px; padding: 0 14px; grid-template-columns: 1fr auto; }
  .brand { gap: 6px; }
  .brand-emblem { width: 49px; height: 49px; }
  .brand-script { font-size: 27px; }
  .brand-block { margin-left: 5px; font-size: 12px; }
  .header-phone, .header-actions > .button { display: none; }
  .menu-toggle { width: 44px; height: 44px; }
  .mobile-menu { inset: 120px 0 auto; }

  .hero { min-height: 0; }
  .hero::before { width: 340px; height: 340px; right: -210px; top: -60px; }
  .hero-grid { min-height: auto; padding: 42px 14px 44px; display: flex; flex-direction: column; gap: 18px; }
  /* Break the copy wrapper into the mobile flex flow so the custom emblem can sit inside the first screen. */
  .hero-copy { display: contents; }
  .hero-kicker { order: 1; width: 100%; margin-bottom: 0; font-size: 9px; }
  .hero h1 { order: 2; width: 100%; font-size: clamp(48px, 14vw, 66px); line-height: .89; letter-spacing: -.055em; }
  .hero h1 em { margin-top: 4px; font-size: 1.04em; }

  .hero-art { order: 3; width: 100%; min-height: 330px; margin: -2px 0 2px; transform: none; overflow: visible; }
  .brand-planet { width: 270px; height: 270px; }
  .brand-planet-copy { top: 77px; }
  .planet-script { font-size: 29px; }
  .planet-title { font-size: 16px; }
  .planet-tagline { font-size: 5px; }
  .orbit-one { width: 314px; height: 314px; }
  .orbit-two { width: 252px; height: 252px; }
  .flavor-ticket { width: 130px; padding: 9px 10px; box-shadow: 5px 5px 0 var(--ink); }
  .flavor-ticket strong { font-size: 15px; }
  .flavor-ticket small { font-size: 7px; }
  .ticket-one { left: 0; top: 42px; }
  .ticket-two { right: 0; top: 84px; }
  .ticket-three { left: 13px; bottom: 15px; }
  .halal-seal { width: 78px; height: 78px; right: 20px; bottom: 2px; border-width: 3px; }
  .halal-seal strong { font-size: 16px; }
  .halal-seal span { font-size: 5.5px; }

  .hero-lede { order: 4; width: 100%; margin: 2px 0 8px; font-size: 15px; line-height: 1.58; }
  .hero-actions { order: 5; width: 100%; flex-direction: column; align-items: stretch; gap: 11px; }
  .hero-actions .button-large { width: 100%; min-width: 0; min-height: 67px; }
  .hero-call { min-height: 57px; padding: 8px 12px; border: 1px solid var(--line); }
  .call-icon { width: 38px; height: 38px; }
  .hero-proof { order: 6; width: 100%; margin-top: 15px; padding-top: 16px; }
  .hero-proof strong { font-size: 19px; }
  .hero-proof span { font-size: 7px; }
  .hero-proof div { padding-right: 8px; }
  .hero-proof div + div { padding-left: 8px; }
  .dish-ribbon-track { padding: 10px 0; font-size: 13px; gap: 15px; }

  .section, .halal-standard-grid, .signature-section { padding: 78px 16px; }
  h2 { font-size: 45px; }
  .halal-standard::before { font-size: 130px; right: -25px; top: -17px; }
  .halal-standard-grid { display: block; }
  .halal-standard-copy > p { margin-top: 35px; font-size: 16px; }
  .halal-points > div { grid-template-columns: 29px 1fr; gap: 10px; }
  .halal-points small { grid-column: 2; }

  .menu-section { padding: 78px 14px; }
  .menu-heading { display: block; }
  .menu-heading > p { margin-top: 22px; }
  .menu-layout { margin-top: 38px; display: block; }
  .cuisine-tabs { margin: 0 -14px 24px; padding: 0 14px 7px; display: flex; gap: 8px; overflow-x: auto; scrollbar-width: none; }
  .cuisine-tabs::-webkit-scrollbar { display: none; }
  .cuisine-tab { flex: 0 0 auto; padding: 10px 13px; gap: 7px; border: 1px solid rgba(255,255,255,.19); font-family: var(--sans); font-size: 11px; font-weight: 800; }
  .cuisine-tab:hover, .cuisine-tab.is-active { padding-left: 13px; color: var(--ink); background: var(--gold); }
  .cuisine-tab span { padding-top: 0; color: inherit; }
  .menu-panel-head { display: block; }
  .menu-panel-head h3 { font-size: 38px; }
  .menu-panel-head p { margin-top: 10px; }
  .dish-grid { display: block; }
  .dish-card, .dish-card:nth-child(odd), .dish-card:nth-child(even) { min-height: 142px; padding: 22px 52px 20px 0; border-right: 0; }
  .dish-card:nth-child(even) .add-dish, .add-dish { right: 0; top: 22px; }
  .menu-cta { align-items: flex-start; flex-direction: column; }
  .menu-cta .button { width: 100%; }

  .signature-section { display: block; }
  .signature-art { min-height: 470px; margin-bottom: 55px; }
  .signature-art::before { width: 330px; height: 330px; }
  .signature-art::after { width: 400px; height: 400px; }
  .maqluba-poster { width: 273px; height: 374px; box-shadow: 12px 12px 0 var(--rust); }
  .maqluba-dome { width: 155px; height: 155px; }
  .poster-word { font-size: 31px; }
  .signature-copy .button { width: 100%; }

  .occasions { padding-top: 18px; }
  .occasion-heading { display: block; margin-bottom: 35px; }
  .occasion-heading > p { margin-top: 20px; }
  .occasion-grid { display: block; }
  .occasion-card { min-height: 335px; border-right: 0; border-bottom: 2px solid var(--ink); }
  .occasion-card:last-child { border-bottom: 0; }

  .process-section { display: block; }
  .process-intro { padding: 78px 16px 55px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .process-intro .button { width: 100%; }
  .process-steps { padding: 25px 16px 60px; }
  .process-step { grid-template-columns: 35px 1fr; }

  .faq-grid { display: block; }
  .faq-heading { margin-bottom: 42px; }
  .accordion summary { font-size: 20px; }

  .final-cta { min-height: 540px; padding: 78px 16px 100px; text-align: left; }
  .final-cta::before { inset: 12px; }
  .final-cta-mark { width: 330px; height: 330px; right: -160px; bottom: -90px; }
  .final-actions { flex-direction: column; }
  .final-actions .button { width: 100%; }

  .footer-main { padding: 60px 16px 35px; display: grid; grid-template-columns: 1fr 1fr; gap: 38px 24px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { padding: 20px 16px 28px; display: block; }
  .footer-legal { margin-top: 10px; }

  .mobile-order-bar { position: fixed; z-index: 80; left: 10px; right: 10px; bottom: 10px; min-height: 65px; padding: 6px; display: grid; grid-template-columns: 58px 1fr; gap: 6px; border: 2px solid var(--ink); background: var(--cream); box-shadow: 7px 7px 0 var(--ink); }
  .mobile-call { display: grid; place-items: center; border-right: 1px solid var(--line); }
  .mobile-call span { font-size: 19px; color: var(--rust); }
  .mobile-call small { font-size: 8px; font-weight: 800; text-transform: uppercase; }
  .mobile-primary { padding: 0 13px; display: grid; grid-template-columns: 1fr auto; align-content: center; text-align: left; border: 0; color: var(--ink); background: var(--gold); font-weight: 800; }
  .mobile-primary span, .mobile-primary small { display: block; }
  .mobile-primary small { font-size: 8px; opacity: .65; }
  .mobile-primary b { grid-row: 1 / span 2; grid-column: 2; align-self: center; font-size: 23px; }

  .quote-drawer { width: 100%; padding: 20px 16px 105px; }
  .quote-topbar h2 { font-size: 42px; }
  .choice-grid-events, .choice-grid-service { grid-template-columns: 1fr 1fr; }
  .field-row { grid-template-columns: 1fr; }
  .form-actions { position: sticky; bottom: -105px; margin: 20px -16px -105px; padding: 12px 16px 18px; background: var(--cream); border-top: 1px solid var(--line); }
  .form-actions .button { flex: 1; min-width: 0; }
}

.legal-page { width: min(850px, calc(100% - 32px)); margin: 0 auto; padding: 70px 0 110px; }
.legal-page h1 { margin: 24px 0; font-family: var(--display); font-size: clamp(48px, 8vw, 78px); line-height: 1; }
.legal-page h2 { margin: 38px 0 9px; font-family: var(--display); font-size: 28px; }
.legal-page p { color: rgba(41,24,15,.75); }
.legal-page a { text-decoration: underline; }
.legal-back { font-size: 12px; font-weight: 800; letter-spacing: .06em; }
.dish-halal { display: inline-block; margin-bottom: 7px; color: var(--gold-soft); font-size: 8px; font-weight: 800; letter-spacing: .16em; }

/* Authentic legacy logo integration */
.brand-authentic { min-width: 0; }
.brand-logo-wordmark { width: 192px; max-height: 68px; object-fit: contain; object-position: left center; }
.brand-planet-authentic { width: 485px; height: 485px; }
.brand-planet-authentic > img { position: relative; inset: auto; z-index: 2; width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 28px 34px rgba(41,24,15,.19)); }
.brand-logo-glow { position: absolute; inset: 13%; border-radius: 50%; background: radial-gradient(circle, rgba(255,249,236,.96) 0 44%, rgba(215,170,72,.18) 65%, transparent 76%); filter: blur(5px); }
.footer-logo-plate { display: inline-grid; place-items: center; padding: 8px 13px 6px; border-radius: 13px; background: var(--cream); box-shadow: 5px 5px 0 rgba(215,170,72,.72); }
.brand-footer .brand-logo-wordmark { width: 190px; }
.quote-brandline img { object-fit: contain; }
.sensitive-note, .privacy-microcopy { margin: 10px 0 0; color: rgba(41,24,15,.69); font-size: 11px; line-height: 1.55; }
.sensitive-note { padding: 11px 13px; border-left: 3px solid var(--rust); background: rgba(200,75,36,.07); }
.privacy-microcopy a, .sensitive-note a, .form-message a { color: var(--forest); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.noscript-notice { position: fixed; z-index: 999; left: 16px; right: 16px; bottom: 16px; margin: 0; padding: 15px 18px; border: 2px solid var(--ink); color: var(--ink); background: var(--gold-soft); box-shadow: 7px 7px 0 var(--ink); font-size: 13px; }

/* Privacy and terms pages */
.legal-body { min-height: 100vh; background: #fdf8ed; }
.legal-header { position: sticky; top: 0; z-index: 40; min-height: 82px; padding: 8px clamp(18px,4vw,58px); display: flex; align-items: center; justify-content: space-between; gap: 26px; border-bottom: 1px solid var(--line); background: rgba(255,249,236,.94); backdrop-filter: blur(18px); }
.legal-brand { display: inline-flex; align-items: center; }
.legal-brand img { width: 205px; max-height: 64px; object-fit: contain; object-position: left center; }
.legal-header-actions { display: flex; align-items: center; gap: 22px; font-size: 12px; font-weight: 800; }
.legal-header-actions > a:first-child { text-decoration: underline; text-underline-offset: 4px; }
.legal-shell { width: min(1280px, calc(100% - 36px)); margin: 0 auto; padding: 52px 0 95px; }
.legal-hero { position: relative; overflow: hidden; min-height: 430px; padding: clamp(48px,7vw,88px); display: flex; flex-direction: column; justify-content: flex-end; border: 2px solid var(--ink); background: var(--forest); color: var(--cream); box-shadow: 14px 14px 0 var(--gold); }
.legal-hero::after { content: "PRIVACY"; position: absolute; right: -25px; top: -44px; color: rgba(255,255,255,.035); font-family: var(--display); font-size: clamp(120px,20vw,270px); font-weight: 800; letter-spacing: -.08em; pointer-events: none; }
.legal-hero-terms { background: var(--ink); box-shadow: 14px 14px 0 var(--rust); }
.legal-hero-terms::after { content: "TERMS"; }
.legal-hero .eyebrow { position: relative; z-index: 2; color: var(--gold-soft); }
.legal-hero h1 { position: relative; z-index: 2; max-width: 950px; margin: 8px 0 18px; font-family: var(--display); font-size: clamp(62px,10vw,132px); line-height: .86; letter-spacing: -.055em; }
.legal-deck { position: relative; z-index: 2; max-width: 820px; margin: 0; color: rgba(255,255,255,.78); font-size: clamp(16px,2vw,21px); line-height: 1.6; }
.legal-meta { position: relative; z-index: 2; margin-top: 40px; padding-top: 20px; display: flex; flex-wrap: wrap; gap: 8px 24px; border-top: 1px solid rgba(255,255,255,.2); color: rgba(255,255,255,.68); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.legal-summary { margin: 72px 0 68px; padding: 36px 42px; display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; border-top: 2px solid var(--ink); border-bottom: 2px solid var(--ink); background: rgba(215,170,72,.12); }
.legal-summary-terms { background: rgba(200,75,36,.08); }
.legal-kicker { margin: 0 0 8px; color: var(--rust); font-size: 10px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.legal-summary h2 { margin: 0; font-family: var(--display); font-size: clamp(34px,4vw,58px); line-height: .97; letter-spacing: -.035em; }
.legal-summary ul { margin: 0; padding: 0; display: grid; gap: 13px; list-style: none; }
.legal-summary li { position: relative; padding-left: 28px; color: rgba(41,24,15,.78); font-size: 14px; }
.legal-summary li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--forest); font-weight: 900; }
.legal-grid { display: grid; grid-template-columns: 230px minmax(0, 1fr); gap: clamp(40px,7vw,92px); align-items: start; }
.legal-toc { position: sticky; top: 112px; padding: 20px 0; display: grid; gap: 2px; border-top: 2px solid var(--ink); }
.legal-toc p { margin: 0 0 12px; color: var(--rust); font-size: 10px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.legal-toc a { padding: 7px 0; color: rgba(41,24,15,.66); font-size: 11px; font-weight: 700; transition: color .18s ease, transform .18s ease; }
.legal-toc a:hover { color: var(--rust); transform: translateX(3px); }
.legal-article { max-width: 850px; }
.legal-article section { position: relative; scroll-margin-top: 118px; padding: 0 0 54px; }
.legal-article section + section { padding-top: 54px; border-top: 1px solid var(--line); }
.legal-section-number { display: block; margin-bottom: 9px; color: var(--rust); font-size: 10px; font-weight: 900; letter-spacing: .16em; }
.legal-article h2 { margin: 0 0 20px; font-family: var(--display); font-size: clamp(35px,4.5vw,53px); line-height: 1; letter-spacing: -.035em; }
.legal-article h3 { margin: 30px 0 10px; color: var(--forest); font-size: 15px; letter-spacing: .01em; }
.legal-article p { margin: 0 0 17px; color: rgba(41,24,15,.77); font-size: 15px; line-height: 1.8; }
.legal-article strong { color: var(--ink); }
.legal-article ul, .legal-article ol { margin: 7px 0 22px; padding-left: 22px; color: rgba(41,24,15,.77); }
.legal-article li { margin: 8px 0; padding-left: 4px; line-height: 1.7; }
.legal-article a { color: var(--forest); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.legal-callout { margin: 25px 0 28px; padding: 22px 24px; border: 2px solid var(--ink); box-shadow: 7px 7px 0 var(--gold); background: var(--cream); }
.legal-callout-important { border-color: var(--rust); box-shadow: 7px 7px 0 rgba(200,75,36,.25); }
.legal-callout-contract { color: var(--cream); background: var(--forest); box-shadow: 7px 7px 0 var(--gold); }
.legal-callout-contract strong { color: var(--cream); }
.legal-callout strong { display: block; margin-bottom: 7px; font-family: var(--display); font-size: 23px; line-height: 1.1; }
.legal-callout p { margin: 0; color: inherit; font-size: 13px; }
.legal-table-wrap { margin: 24px 0 28px; overflow-x: auto; border: 1px solid var(--line); }
.legal-table { width: 100%; border-collapse: collapse; background: rgba(255,255,255,.45); font-size: 13px; }
.legal-table th { padding: 13px 16px; text-align: left; color: var(--cream); background: var(--forest); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.legal-table td { padding: 15px 16px; vertical-align: top; border-top: 1px solid var(--line); color: rgba(41,24,15,.76); line-height: 1.55; }
.legal-table td:first-child { width: 31%; color: var(--ink); }
.legal-contact-card { margin-top: 23px; max-width: 520px; padding: 19px 22px; display: flex; align-items: center; gap: 20px; border: 2px solid var(--ink); background: var(--cream); box-shadow: 8px 8px 0 var(--gold); }
.legal-contact-card img { width: 82px; height: 82px; object-fit: contain; }
.legal-contact-card div { display: grid; gap: 3px; }
.legal-contact-card strong { font-family: var(--display); font-size: 23px; }
.legal-contact-card span { color: rgba(41,24,15,.62); font-size: 12px; }
.legal-contact-card a { font-size: 12px; }
.legal-footer { padding: 24px clamp(18px,4vw,58px); display: flex; align-items: center; justify-content: space-between; gap: 24px; color: rgba(255,255,255,.65); background: var(--forest-deep); font-size: 11px; }
.legal-footer > span:last-child { display: flex; gap: 20px; }
.legal-footer a { color: var(--cream); }
.legal-footer a[aria-current="page"] { color: var(--gold-soft); }

@media (max-width: 1040px) {
  .brand-planet-authentic { width: 430px; height: 430px; }
  .legal-grid { grid-template-columns: 1fr; }
  .legal-toc { position: static; grid-template-columns: repeat(3, 1fr); gap: 3px 18px; }
  .legal-toc p { grid-column: 1 / -1; }
  .legal-article { max-width: none; }
}

@media (max-width: 760px) {
  .brand-logo-wordmark { width: 145px; max-height: 54px; }
  .site-header .brand-logo-wordmark { width: 148px; }
  .brand-planet-authentic { width: 292px; height: 292px; }
  .footer-logo-plate { padding: 6px 10px 4px; }
  .brand-footer .brand-logo-wordmark { width: 160px; }
  .legal-header { min-height: 70px; padding: 6px 14px; }
  .legal-brand img { width: 145px; max-height: 54px; }
  .legal-header-actions > a:first-child { display: none; }
  .legal-header-actions .button { min-height: 42px; padding: 0 13px; font-size: 10px; }
  .legal-shell { width: min(100% - 24px, 1280px); padding-top: 24px; }
  .legal-hero { min-height: 420px; padding: 42px 24px; box-shadow: 8px 8px 0 var(--gold); }
  .legal-hero-terms { box-shadow: 8px 8px 0 var(--rust); }
  .legal-hero h1 { font-size: clamp(58px,18vw,92px); }
  .legal-meta { display: grid; gap: 6px; }
  .legal-summary { margin: 58px 0 48px; padding: 28px 5px; display: block; background: transparent; }
  .legal-summary ul { margin-top: 27px; }
  .legal-toc { display: none; }
  .legal-article section { padding-bottom: 42px; }
  .legal-article section + section { padding-top: 42px; }
  .legal-article h2 { font-size: 37px; }
  .legal-article p { font-size: 14px; }
  .legal-callout { padding: 19px; box-shadow: 5px 5px 0 var(--gold); }
  .legal-table { min-width: 620px; }
  .legal-contact-card { align-items: flex-start; padding: 17px; }
  .legal-contact-card img { width: 62px; height: 62px; }
  .legal-footer { align-items: flex-start; flex-direction: column; }
}

/* =========================================================
   COMPACT HEADER HOTFIX — 2026-08-26
   Keeps the authentic wordmark without allowing it to drive
   the navigation height on desktop or mobile.
   ========================================================= */
.halal-strip-inner {
  min-height: 30px;
  padding: 0 24px;
  font-size: 9px;
}

.site-header {
  height: 64px;
  min-height: 64px;
  padding: 0 24px;
  grid-template-columns: minmax(165px, 1fr) auto minmax(225px, 1fr);
  gap: 18px;
}

.site-header .brand,
.site-header .brand-authentic {
  height: 100%;
  display: inline-flex;
  align-items: center;
}

.site-header .brand-logo-wordmark {
  width: 132px;
  height: auto;
  max-height: 51px;
  object-fit: contain;
  object-position: left center;
}

.desktop-nav {
  gap: 24px;
  font-size: 12px;
}

.header-actions {
  gap: 12px;
}

.header-actions .button-small {
  min-height: 40px;
  padding: 0 15px;
}

.header-phone {
  font-size: 12px;
}

/* The menu top is also set dynamically in script.js so it stays
   directly under the sticky header after the halal strip scrolls away. */
.mobile-menu {
  inset: auto 0 auto;
  top: 94px;
}

.legal-header {
  min-height: 64px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.legal-brand img {
  width: 132px;
  height: auto;
  max-height: 51px;
}

@media (max-width: 1100px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }
}

@media (max-width: 760px) {
  .halal-strip-inner {
    min-height: 28px;
    padding: 3px 10px;
  }

  .halal-strip-badge {
    padding: 2px 7px;
    font-size: 8px;
  }

  .strip-action {
    font-size: 8px;
  }

  .site-header {
    height: 56px;
    min-height: 56px;
    padding: 0 12px;
    gap: 10px;
  }

  .site-header .brand-logo-wordmark {
    width: 106px;
    max-height: 41px;
  }

  .menu-toggle {
    width: 38px;
    height: 38px;
  }

  .mobile-menu {
    top: 84px;
  }

  .legal-header {
    min-height: 56px;
    padding: 5px 12px;
  }

  .legal-brand img {
    width: 106px;
    max-height: 41px;
  }
}
