:root {
  --green: #084a38;
  --green-dark: #05382b;
  --accent: #315d70;
  --red: var(--accent);
  --gold: #e3b85a;
  --gold-soft: #f6e9c4;
  --terracotta: #a34f3d;
  --cream: #f8f1df;
  --paper: #ffffff;
  --ink: #242424;
  --muted: #66635d;
  --line: #ddd9cf;
  --soft: #f5f5f2;
  --shadow: 0 14px 40px rgba(27, 35, 31, 0.13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 112px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }

.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 1000; padding: 0.75rem 1rem; background: var(--gold); color: var(--green-dark); font-weight: 900; }
.skip-link:focus { top: 1rem; }

.corporate-bar { min-height: 48px; display: flex; align-items: center; padding: 0 3.2vw; background: #292929; color: white; }
.corporate-bar nav { display: flex; gap: 1.6rem; }
.corporate-bar a { font-size: 0.78rem; font-weight: 700; }
.corporate-bar a:hover { color: var(--gold); }

.global-header { position: sticky; top: 0; z-index: 100; min-height: 110px; display: flex; align-items: center; gap: 2rem; padding: 0 2.5vw; border-bottom: 1px solid var(--line); background: white; box-shadow: 0 2px 12px rgba(0,0,0,0.05); }
.brand-lockup { position: relative; flex: 0 0 180px; width: 180px; height: 48px; overflow: hidden; }
.brand-lockup img { position: absolute; top: 0; left: -34px; width: 252px; max-width: none; height: auto; }

.global-nav { flex: 1; min-width: 0; display: flex; align-items: center; gap: clamp(1rem, 1.45vw, 1.8rem); }
.global-nav > a, .menu-trigger { min-height: 110px; display: flex; align-items: center; border: 0; padding: 0; background: none; color: var(--ink); cursor: pointer; font-size: 0.78rem; font-weight: 800; white-space: nowrap; }
.global-nav > a:hover, .menu-trigger:hover { color: var(--red); }
.menu-trigger span { margin-left: 0.55rem; color: var(--green); font-size: 1rem; transition: transform 0.2s ease; }
.menu-trigger[aria-expanded="true"] span { transform: rotate(180deg); }

.global-tools { display: flex; align-items: center; gap: 1rem; }
.tool-link { display: inline-flex; align-items: center; gap: 0.5rem; font-size: 0.74rem; white-space: nowrap; }
.search-link span { position: relative; width: 19px; height: 19px; border: 2px solid #555; border-radius: 50%; }
.search-link span::after { content: ""; position: absolute; right: -5px; bottom: -3px; width: 7px; height: 2px; background: #555; transform: rotate(48deg); }
.pin-link span { position: relative; width: 18px; height: 22px; border: 2px solid #555; border-radius: 50% 50% 52% 52%; }
.pin-link span::after { content: ""; position: absolute; inset: 5px; border: 2px solid #555; border-radius: 50%; }
.order-button, .gold-button, .dark-button, .outline-button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; width: fit-content; padding: 0.25rem 1.35rem; border-radius: 999px; font-size: 0.78rem; font-weight: 900; transition: transform 0.2s ease, filter 0.2s ease; }
.order-button, .gold-button { background: var(--gold); color: #222; }
.dark-button { background: var(--green-dark); color: white; }
.outline-button { border: 2px solid var(--green); color: var(--green); background: white; }
.order-button:hover, .gold-button:hover, .dark-button:hover, .outline-button:hover { transform: translateY(-2px); filter: brightness(0.97); }

.site-mega-panel { position: absolute; left: 0; right: 0; top: 100%; display: none; padding: 2.2rem 4vw 3rem; border-top: 1px solid var(--line); background: white; box-shadow: 0 24px 48px rgba(15, 30, 24, 0.17); }
.site-mega-panel.is-open { display: block; }
.mega-panel-top { display: flex; align-items: center; justify-content: space-between; max-width: 1280px; margin: 0 auto 1.6rem; }
.mega-panel-top > div { display: grid; gap: 0.25rem; }
.mega-panel-top small { color: var(--red); font-size: 0.63rem; font-weight: 900; letter-spacing: 0.12em; text-transform: uppercase; }
.mega-panel-top strong { color: var(--green-dark); font-size: 1.7rem; }
.mega-panel-top a { border: 1px solid var(--line); border-radius: 999px; padding: 0.7rem 1rem; color: var(--green); font-size: 0.75rem; font-weight: 900; }
.mega-category-grid { max-width: 1280px; display: grid; grid-template-columns: repeat(6, 1fr); gap: 0.5rem; margin: 0 auto; }
.mega-category-grid a { min-width: 0; display: flex; align-items: center; gap: 0.7rem; padding: 0.75rem; border: 1px solid transparent; }
.mega-category-grid a:hover { border-color: var(--line); background: var(--cream); }
.mega-category-grid img { width: 72px; height: 72px; flex: 0 0 72px; object-fit: contain; }
.mega-category-grid span { color: var(--ink); font-size: 0.78rem; font-weight: 800; }
.mega-food-layout { max-width: 1280px; display: grid; grid-template-columns: 3fr 1fr; gap: 2rem; margin: 0 auto; }
.mega-food-group > p, .mega-meal-feature > p { margin: 0 0 0.7rem; color: var(--muted); font-size: 0.63rem; font-weight: 900; letter-spacing: 0.12em; text-transform: uppercase; }
.mega-food-group .mega-category-grid { grid-template-columns: repeat(4, 1fr); }
.mega-meal-feature > a { display: flex; align-items: center; gap: 1rem; height: calc(100% - 1.4rem); padding: 0.8rem 1rem; background: var(--cream); border: 1px solid var(--line); }
.mega-meal-feature img { width: 110px; height: 92px; object-fit: contain; }
.mega-meal-feature a > span { display: grid; gap: 0.35rem; }
.mega-meal-feature a strong { color: var(--green-dark); font-size: 0.86rem; }
.mega-meal-feature a small { color: var(--muted); font-size: 0.67rem; line-height: 1.45; }
.mega-drink-grid { max-width: 1280px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; margin: 0 auto; }
.mega-drink-grid > a { display: flex; align-items: center; gap: 1rem; padding: 1.15rem; border: 1px solid var(--line); background: white; }
.mega-drink-grid > a:hover { background: var(--cream); }
.mega-drink-grid > a > span:last-child { display: grid; gap: 0.3rem; }
.mega-drink-grid strong { color: var(--green-dark); font-size: 0.85rem; }
.mega-drink-grid small { color: var(--muted); font-size: 0.65rem; line-height: 1.4; }
.drink-mark { width: 60px; height: 60px; flex: 0 0 60px; display: grid; place-items: center; border-radius: 50%; background: var(--green); color: white; font-size: 0.63rem; font-weight: 900; letter-spacing: 0.04em; }
.mega-drink-grid > a:nth-child(2) .drink-mark { background: var(--red); }
.mega-drink-grid > a:nth-child(3) .drink-mark { background: var(--gold); color: #222; }
.mega-drink-grid > a:nth-child(4) .drink-mark { background: #32796a; }
.mega-responsible-note { max-width: 1280px; margin: 1rem auto 0; color: var(--muted); font-size: 0.61rem; }
.mobile-trigger, .mobile-drawer { display: none; }
.mobile-nav-label { padding: 1rem; background: var(--cream); color: var(--red); font-size: 0.62rem; font-weight: 900; letter-spacing: 0.12em; text-transform: uppercase; }

.campaign-hero { position: relative; min-height: clamp(620px, 52vw, 760px); overflow: hidden; background: var(--green-dark); }
.campaign-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.campaign-card { position: absolute; left: 5vw; top: 50%; width: min(430px, 38vw); padding: clamp(2.5rem, 4vw, 4.2rem); background: var(--red); color: white; transform: translateY(-50%); box-shadow: var(--shadow); }
.campaign-card > p, .feature-copy > p, .meal-deal-band > div > p, .visit-panel p, .franchise-copy > p { margin: 0 0 0.85rem; color: var(--gold); font-size: 0.68rem; font-weight: 900; letter-spacing: 0.13em; text-transform: uppercase; }
.campaign-card h1 { margin: 0; color: white; font-size: clamp(3rem, 5vw, 5.7rem); font-weight: 900; letter-spacing: -0.065em; line-height: 0.9; }
.campaign-card > span { display: block; margin-top: 1.3rem; color: rgba(255,255,255,0.88); font-size: 0.91rem; line-height: 1.65; }
.campaign-card .gold-button { margin-top: 1.7rem; }
.hero-actions { display: flex; align-items: center; gap: 1.2rem; margin-top: 1.7rem; }
.campaign-card .hero-actions .gold-button { margin-top: 0; }
.hero-text-link { color: white; font-size: 0.75rem; font-weight: 900; }
.carousel-controls { position: absolute; left: 50%; bottom: 1.5rem; display: flex; align-items: center; gap: 0.65rem; transform: translateX(-50%); }
.carousel-controls i { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; background: white; color: var(--green); font-size: 1.3rem; font-style: normal; }
.carousel-controls span { width: 9px; height: 9px; border-radius: 50%; background: rgba(255,255,255,0.65); }
.carousel-controls .active { width: 27px; border-radius: 8px; background: var(--gold); }

.explore-menu { padding: clamp(5rem, 8vw, 8rem) clamp(1.25rem, 4vw, 4rem); background: white; }
.section-heading-row { max-width: 1360px; display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; margin: 0 auto; }
.section-kicker { margin: 0 0 0.65rem; color: var(--red); font-size: 0.68rem; font-weight: 900; letter-spacing: 0.14em; text-transform: uppercase; }
.section-heading-row h2, .feature-copy h2, .meal-deal-band h2, .about-panel h2, .franchise-panel h2, .visit-panel h2, .menu-page-hero h1, .menu-results-heading h2, .menu-note h2 { margin: 0; color: var(--green-dark); font-size: clamp(2.7rem, 5vw, 5.2rem); font-weight: 900; letter-spacing: -0.06em; line-height: 0.94; }
.category-card-grid { max-width: 1360px; display: grid; grid-template-columns: repeat(6, 1fr); gap: 1rem; margin: 2.6rem auto 0; }
.category-card { min-width: 0; padding: 0 0 1.3rem; border: 1px solid var(--line); background: white; text-align: center; transition: transform 0.2s ease, box-shadow 0.2s ease; }
.category-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.category-image { aspect-ratio: 1; display: grid; place-items: center; padding: 0.7rem; background: var(--cream); }
.category-image img { width: 100%; height: 100%; object-fit: contain; }
.category-card h3 { margin: 1rem 0.7rem 0; color: var(--green-dark); font-size: 1rem; }
.category-card p { min-height: 48px; margin: 0.4rem 0.8rem 0; color: var(--muted); font-size: 0.67rem; line-height: 1.45; }
.category-card > span { display: inline-flex; gap: 0.35rem; margin-top: 0.9rem; color: var(--green); font-size: 0.69rem; font-weight: 900; }
.category-card > span b { color: var(--red); }

.campaign-stack { padding: 0 clamp(1.25rem, 4vw, 4rem) clamp(5rem, 8vw, 8rem); background: var(--soft); }
.campaign-feature { max-width: 1280px; display: grid; grid-template-columns: 1fr 1fr; margin: 0 auto 2rem; background: white; }
.feature-photo { min-height: 520px; overflow: hidden; }
.feature-photo img { width: 100%; height: 100%; object-fit: cover; }
.feature-copy { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: clamp(2.5rem, 6vw, 6rem); }
.feature-copy > p { color: var(--red); }
.feature-copy h2 { font-size: clamp(2.8rem, 4.8vw, 5rem); }
.feature-copy > span { display: block; max-width: 520px; margin-top: 1.2rem; color: var(--muted); font-size: 0.9rem; line-height: 1.7; }
.feature-copy > a { margin-top: 1.6rem; }
.feature-copy > small { display: block; margin-top: 1rem; color: rgba(255,255,255,0.68); font-size: 0.62rem; line-height: 1.45; }
.feature-lunch .feature-copy { background: var(--gold); }
.feature-lunch .feature-copy > p, .feature-lunch .feature-copy h2, .feature-lunch .feature-copy > span { color: #232323; }
.feature-dinner { background: var(--green-dark); }
.feature-dinner .feature-copy h2 { color: white; }
.feature-dinner .feature-copy > span { color: rgba(255,255,255,0.78); }

.meal-deal-band { display: grid; grid-template-columns: auto 1fr auto; gap: clamp(2rem, 5vw, 5rem); align-items: center; padding: clamp(4rem, 7vw, 7rem) clamp(1.25rem, 7vw, 8rem); background: var(--gold); }
.deal-mark { width: 120px; height: 120px; display: grid; place-items: center; border-radius: 24px; background: var(--red); color: white; font-size: 4.8rem; font-weight: 900; box-shadow: 16px 16px 0 var(--green); }
.meal-deal-band > div > p { color: var(--red); }
.meal-deal-band h2 { max-width: 830px; color: #222; }
.meal-deal-band > div > span { display: block; max-width: 720px; margin-top: 1rem; color: rgba(34,34,34,0.74); line-height: 1.65; }

.offers-section { padding: clamp(5rem, 8vw, 8rem) clamp(1.25rem, 6vw, 7rem); background: var(--cream); }
.offers-heading { max-width: 1360px; display: grid; grid-template-columns: 1fr 0.45fr; gap: 5vw; align-items: end; margin: 0 auto; }
.offers-heading h2, .work-with-us h2, .order-hero h1, .shop-heading h2, .careers-hero h1, .career-role-heading h2, .career-values h2, .career-register h2 { margin: 0; color: var(--green-dark); font-size: clamp(2.7rem, 5vw, 5.2rem); font-weight: 900; letter-spacing: -0.06em; line-height: 0.94; }
.offers-heading > p { margin: 0; color: var(--muted); line-height: 1.7; }
.coupon-grid { max-width: 1360px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; margin: 2.5rem auto 0; }
.coupon-card { position: relative; min-height: 330px; display: flex; flex-direction: column; align-items: flex-start; padding: 2rem; overflow: hidden; color: white; }
.coupon-card::after { content: "K"; position: absolute; right: -0.1em; bottom: -0.32em; color: rgba(255,255,255,0.1); font-size: 12rem; font-weight: 900; line-height: 1; pointer-events: none; }
.coupon-red { background: var(--red); }
.coupon-green { background: var(--green-dark); }
.coupon-gold { background: var(--gold); color: #222; }
.coupon-card > span { color: var(--gold); font-size: 0.7rem; font-weight: 900; letter-spacing: 0.13em; text-transform: uppercase; }
.coupon-gold > span { color: var(--red); }
.coupon-card h3 { max-width: 320px; margin: 1rem 0 0; font-size: clamp(1.8rem, 2.7vw, 3rem); line-height: 0.98; }
.coupon-card p { max-width: 330px; margin: 1rem 0 0; color: rgba(255,255,255,0.78); line-height: 1.6; }
.coupon-gold p { color: rgba(34,34,34,0.72); }
.coupon-card > strong { margin-top: auto; padding: 0.7rem 0.9rem; border: 1px dashed currentColor; font-size: 1rem; letter-spacing: 0.14em; }
.coupon-card > a { position: relative; z-index: 1; margin-top: 1rem; font-size: 0.72rem; font-weight: 900; }
.offer-terms { max-width: 1360px; margin: 1.2rem auto 0; color: var(--muted); font-size: 0.62rem; line-height: 1.5; }

.info-grid { display: grid; grid-template-columns: repeat(3, 1fr); padding: clamp(5rem, 8vw, 8rem) clamp(1.25rem, 6vw, 7rem); background: white; }
.info-grid article { padding: 1.5rem clamp(1rem, 3vw, 3rem); }
.info-grid article:not(:last-child) { border-right: 1px solid var(--line); }
.info-number { color: var(--red); font-size: 0.72rem; font-weight: 900; }
.info-grid h2 { margin: 1.2rem 0 0; color: var(--green-dark); font-size: clamp(1.7rem, 2.8vw, 3rem); line-height: 1; }
.info-grid p { max-width: 390px; margin: 1rem 0 0; color: var(--muted); font-size: 0.84rem; line-height: 1.65; }

.work-with-us { position: relative; min-height: 680px; display: grid; align-items: center; overflow: hidden; background: var(--green-dark); }
.work-with-us > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.work-with-us::after { content: ""; position: absolute; inset: 0; background: rgba(4, 32, 24, 0.2); pointer-events: none; }
.work-with-us-copy { position: relative; z-index: 1; width: min(590px, calc(100% - 3rem)); margin-left: clamp(1.5rem, 7vw, 8rem); padding: clamp(2.5rem, 5vw, 5rem); background: var(--green-dark); color: white; box-shadow: var(--shadow); }
.work-with-us-copy > p { margin: 0 0 0.8rem; color: var(--gold); font-size: 0.68rem; font-weight: 900; letter-spacing: 0.13em; text-transform: uppercase; }
.work-with-us h2 { color: white; }
.work-with-us-copy > span { display: block; margin-top: 1.2rem; color: rgba(255,255,255,0.8); line-height: 1.7; }
.work-perks { display: flex; flex-wrap: wrap; gap: 0.6rem; margin-top: 1.5rem; }
.work-perks span { padding: 0.6rem 0.8rem; border: 1px solid rgba(255,255,255,0.28); color: white; font-size: 0.67rem; font-weight: 800; }
.work-with-us-copy .gold-button { margin-top: 1.7rem; }

.about-panel { display: grid; grid-template-columns: 1.1fr 0.8fr auto; gap: 4vw; align-items: end; padding: clamp(5rem, 8vw, 8rem) clamp(1.25rem, 7vw, 8rem); background: var(--cream); }
.about-panel > p { max-width: 560px; margin: 0 0 0.25rem; color: var(--muted); line-height: 1.75; }
.franchise-panel { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 6vw; padding: clamp(5rem, 8vw, 8rem) clamp(1.25rem, 7vw, 8rem); background: var(--red); color: white; }
.franchise-copy > p { color: var(--gold); }
.franchise-panel h2 { color: white; }
.franchise-copy > span { display: block; max-width: 650px; margin-top: 1.2rem; color: rgba(255,255,255,0.82); line-height: 1.75; }
.franchise-steps { border-top: 1px solid rgba(255,255,255,0.35); }
.franchise-steps div { display: grid; grid-template-columns: 0.6fr 1fr; gap: 1rem; padding: 1.5rem 0; border-bottom: 1px solid rgba(255,255,255,0.35); }
.franchise-steps strong { color: var(--gold); }
.franchise-steps span { color: rgba(255,255,255,0.82); font-size: 0.82rem; }

.visit-panel { display: flex; align-items: center; justify-content: space-between; gap: 3rem; padding: clamp(4rem, 7vw, 7rem) clamp(1.25rem, 7vw, 8rem); background: var(--green-dark); color: white; }
.visit-panel p { color: var(--gold); }
.visit-panel h2 { max-width: 850px; color: white; }
.visit-panel > div > span { display: block; margin-top: 1rem; color: rgba(255,255,255,0.74); }
.coming-soon-strip { display: flex; justify-content: center; gap: 1.2rem; padding: 1.3rem 1.5rem; background: var(--gold); color: #222; font-size: 0.76rem; }
.coming-soon-strip a { color: var(--green-dark); font-weight: 900; }

.global-footer { padding: clamp(4rem, 7vw, 7rem) clamp(1.25rem, 6vw, 7rem) 2.2rem; background: white; }
.footer-columns { display: grid; grid-template-columns: repeat(6, 1fr); gap: 2.4rem; }
.footer-columns h2 { margin: 0 0 1.5rem; color: var(--green); font-size: 0.78rem; }
.footer-columns a { display: block; width: fit-content; margin-top: 0.9rem; color: var(--ink); font-size: 0.76rem; }
.footer-columns a:hover { color: var(--red); text-decoration: underline; }
.footer-social-row { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 4rem 0 2.5rem; }
.social-links { display: flex; gap: 1rem; }
.social-links a { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: #2b2b2b; color: white; font-size: 1.1rem; font-weight: 900; }
.footer-social-row > p { margin: 0; color: var(--green); font-size: 0.82rem; font-weight: 900; }
.footer-legal { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 2rem 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.footer-legal nav { display: flex; flex-wrap: wrap; gap: 2rem; }
.footer-legal nav a { font-size: 0.72rem; }
.footer-signature { display: flex; align-items: center; gap: 0.9rem; }
.footer-signature > span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 10px; background: var(--red); color: white; font-size: 1.6rem; font-weight: 900; }
.footer-signature p { margin: 0; font-size: 0.72rem; white-space: nowrap; }
.country-acknowledgement { max-width: 1160px; margin: 3rem 0 0; color: var(--muted); font-size: 0.78rem; line-height: 1.65; }
.responsible-note { margin: 1rem 0 0; color: var(--muted); font-size: 0.68rem; }

.menu-page { background: white; }
.menu-page-hero { max-width: 1000px; margin: 0 auto; padding: clamp(5rem, 8vw, 8rem) 1.5rem 4rem; text-align: center; }
.menu-page-hero > p, .menu-results-heading p, .menu-note p { margin: 0 0 0.8rem; color: var(--red); font-size: 0.7rem; font-weight: 900; letter-spacing: 0.13em; text-transform: uppercase; }
.menu-page-hero > span { display: block; max-width: 680px; margin: 1.2rem auto 0; color: var(--muted); line-height: 1.7; }
.menu-page-layout { max-width: 1480px; display: grid; grid-template-columns: 300px 1fr; gap: clamp(2rem, 5vw, 5rem); margin: 0 auto; padding: 0 2rem clamp(6rem, 9vw, 9rem); }
.menu-sidebar { position: sticky; top: 130px; height: fit-content; border: 1px solid var(--line); background: white; }
.menu-sidebar > a { min-height: 88px; display: flex; align-items: center; gap: 1rem; padding: 0.7rem 1rem; border-bottom: 1px solid var(--line); font-size: 0.8rem; font-weight: 800; }
.menu-sidebar > a:last-child { border-bottom: 0; }
.menu-sidebar > a:hover { background: var(--cream); }
.menu-sidebar img { width: 68px; height: 68px; flex: 0 0 68px; object-fit: contain; }
.sidebar-featured { background: var(--cream); }
.sidebar-k { width: 60px; height: 60px; display: grid; place-items: center; border-radius: 12px; background: var(--red); color: white; font-size: 2.2rem; font-weight: 900; }
.menu-results-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 2.8rem; }
.menu-results-heading h2 { font-size: clamp(2.6rem, 4.7vw, 5rem); }
.menu-results-heading > span { max-width: 360px; color: var(--muted); font-size: 0.76rem; line-height: 1.55; }
.menu-product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.3rem; }
.menu-product-card { overflow: hidden; border: 1px solid var(--line); background: white; }
.menu-product-image { aspect-ratio: 1; display: grid; place-items: center; padding: 1rem; background: var(--cream); }
.menu-product-image img { width: 100%; height: 100%; object-fit: contain; }
.menu-product-copy { padding: 1.4rem 1.4rem 1.7rem; }
.menu-product-copy h3 { margin: 0; color: var(--green-dark); font-size: 1.45rem; }
.menu-product-copy > p { min-height: 58px; margin: 0.65rem 0 0; color: var(--muted); font-size: 0.76rem; line-height: 1.55; }
.menu-product-copy ul { margin: 1.2rem 0 0; padding: 0; list-style: none; }
.menu-product-copy li { padding: 0.7rem 0; border-top: 1px solid var(--line); font-size: 0.73rem; font-weight: 800; }
.menu-note { display: grid; grid-template-columns: 1fr 0.7fr; gap: 5vw; align-items: end; padding: clamp(4rem, 7vw, 7rem) clamp(1.25rem, 7vw, 8rem); background: var(--gold); }
.menu-note h2 { max-width: 850px; color: #222; }
.menu-note > span { color: rgba(34,34,34,0.76); line-height: 1.7; }

/* Familiar quick-service catalogue structure, expressed in Kebbo’s own identity */
.macca-menu-page { background: #fff; }
.macca-menu-page .menu-page-hero { position: relative; padding: clamp(3.2rem, 6vw, 5.3rem) 1.5rem clamp(2.6rem, 4.5vw, 4rem); }
.macca-menu-page .menu-page-hero::after { content: ""; width: 64px; height: 6px; display: block; margin: 1.6rem auto 0; border-radius: 999px; background: var(--gold); }
.macca-menu-page .menu-page-hero h1 { color: #242424; font-size: clamp(3.6rem, 6vw, 5.8rem); letter-spacing: -0.055em; }
.macca-menu-page .menu-page-hero > span { margin-top: 0.9rem; }
.macca-menu-page .menu-page-layout { align-items: start; }
.menu-service-strip { max-width: 1480px; display: grid; grid-template-columns: repeat(4, 1fr); margin: 0 auto clamp(3.2rem, 5vw, 5rem); border: 1px solid var(--line); background: white; }
.menu-service-strip > span { min-height: 104px; display: grid; grid-template-columns: auto 1fr; align-content: center; gap: 0.25rem 0.75rem; padding: 1.2rem 1.4rem; border-right: 1px solid var(--line); }
.menu-service-strip > span:last-child { border-right: 0; background: var(--green-dark); color: white; }
.menu-service-strip b { grid-row: 1 / span 2; align-self: center; color: var(--red); font-size: 0.64rem; }
.menu-service-strip > span:last-child b { color: var(--gold); }
.menu-service-strip strong { font-size: 0.8rem; }
.menu-service-strip small { color: var(--muted); font-size: 0.62rem; line-height: 1.35; }
.menu-service-strip > span:last-child small { color: rgba(255,255,255,0.7); }
.macca-menu-page .menu-page-layout { grid-template-columns: 280px 1fr; gap: clamp(2rem, 4vw, 4.2rem); padding-bottom: clamp(5rem, 8vw, 8rem); }
.macca-menu-page .menu-sidebar { overflow: hidden; border: 0; border-radius: 4px; box-shadow: 0 8px 30px rgba(21, 38, 31, 0.12); }
.menu-sidebar-title { padding: 1.1rem; border-bottom: 1px solid rgba(34,34,34,0.16); background: var(--gold); color: #222; font-size: 0.7rem; font-weight: 900; letter-spacing: 0.09em; text-transform: uppercase; }
.macca-menu-page .menu-sidebar > a { min-height: 86px; padding: 0.6rem 0.9rem; transition: background 0.18s ease, color 0.18s ease; }
.macca-menu-page .menu-sidebar > a span { line-height: 1.25; }
.macca-menu-page .menu-sidebar > a:hover { background: #f1f5f2; color: var(--green-dark); }
.macca-menu-page .menu-sidebar img { width: 62px; height: 62px; flex-basis: 62px; transition: transform 0.2s ease; }
.macca-menu-page .menu-sidebar > a:hover img { transform: scale(1.06); }
.macca-menu-page .sidebar-featured { background: var(--green-dark); color: white; }
.macca-menu-page .sidebar-featured:hover { background: var(--green); color: white; }
.macca-menu-main { min-width: 0; }
.macca-menu-section { scroll-margin-top: 135px; padding: 0 0 clamp(4rem, 6vw, 6rem); }
.macca-menu-section + .macca-menu-section { padding-top: clamp(3rem, 5vw, 4.6rem); border-top: 1px solid var(--line); }
.macca-menu-page .menu-results-heading { align-items: center; }
.macca-menu-page .menu-results-heading > div { min-width: 0; }
.macca-menu-page .menu-results-heading { margin-bottom: 2rem; }
.macca-menu-page .menu-results-heading h2 { color: #242424; font-size: clamp(2.45rem, 3.8vw, 4rem); }
.macca-menu-page .menu-product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(1.1rem, 2vw, 1.75rem); }
.macca-menu-page .menu-product-card { display: flex; flex-direction: column; border: 1px solid #e5e2da; border-radius: 4px; box-shadow: none; transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease; }
.macca-menu-page .menu-product-card:hover { transform: translateY(-4px); border-color: #c9c4b9; box-shadow: 0 15px 34px rgba(23, 31, 27, 0.1); }
.macca-menu-page .menu-product-image { position: relative; aspect-ratio: 1.2 / 1; padding: 1.1rem; background: #fbfaf7; }
.macca-menu-page .menu-product-image img { object-fit: contain; }
.macca-menu-page .menu-product-copy { flex: 1; display: flex; flex-direction: column; padding: 1.2rem 1.25rem 1.3rem; }
.macca-menu-page .menu-product-copy h3 { color: #242424; font-size: 1.2rem; line-height: 1.12; }
.macca-menu-page .menu-product-copy > p { min-height: 62px; }
.menu-product-badge { position: absolute; left: 0.85rem; top: 0.85rem; z-index: 1; padding: 0.45rem 0.65rem; border-radius: 999px; background: var(--gold); color: #222; font-size: 0.58rem; font-weight: 900; letter-spacing: 0.04em; text-transform: uppercase; }
.menu-card-bottom { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-top: auto; padding-top: 1.1rem; border-top: 1px solid var(--line); }
.menu-product-price { color: var(--green-dark); font-size: 1.05rem; }
.menu-card-bottom a { min-height: 36px; display: inline-flex; align-items: center; padding: 0 0.85rem; border-radius: 999px; background: var(--gold); color: #222; font-size: 0.66rem; font-weight: 900; }
.menu-card-bottom a:hover { background: var(--green-dark); color: white; }
.menu-age-note { display: block; margin-top: 0.7rem; color: var(--muted); font-size: 0.56rem; }
.menu-section-featured .menu-product-card { border-top: 5px solid var(--gold); }
.menu-section-kebbo-hours .menu-results-heading { padding: 1.8rem 2rem; background: var(--gold); }
.menu-section-kebbo-hours .menu-results-heading p, .menu-section-kebbo-hours .menu-results-heading h2, .menu-section-kebbo-hours .menu-results-heading > span { color: #222; }
.menu-section-after-4 .menu-results-heading { padding: 1.8rem 2rem; background: #152e4d; }
.menu-section-after-4 .menu-results-heading p { color: var(--gold); }
.menu-section-after-4 .menu-results-heading h2 { color: white; }
.menu-section-after-4 .menu-results-heading > span { color: rgba(255,255,255,0.72); }
.is-adult-item .menu-product-badge { background: #152e4d; color: white; }
.macca-menu-page .menu-note { margin-top: 0; }

.order-page { min-height: 100vh; background: var(--soft); }
.order-hero { display: flex; align-items: end; justify-content: space-between; gap: 3rem; padding: clamp(4rem, 7vw, 7rem) clamp(1.25rem, 6vw, 7rem); background: var(--green-dark); color: white; }
.order-hero > div:first-child { max-width: 850px; }
.order-hero > div:first-child > p, .shop-heading p, .cart-title-row p, .careers-hero > div > p, .career-role-heading > p, .career-values > div:first-child > p, .career-register p { margin: 0 0 0.75rem; color: var(--gold); font-size: 0.68rem; font-weight: 900; letter-spacing: 0.13em; text-transform: uppercase; }
.order-hero h1 { color: white; }
.order-hero > div:first-child > span { display: block; max-width: 650px; margin-top: 1.2rem; color: rgba(255,255,255,0.76); line-height: 1.7; }
.order-type-button { min-width: 270px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 1rem; padding: 1rem 1.1rem; border: 1px solid rgba(255,255,255,0.28); background: white; color: var(--ink); cursor: pointer; text-align: left; }
.order-type-button > span:first-child { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: var(--gold); color: var(--green-dark); font-size: 1.2rem; font-weight: 900; }
.order-type-button > span:nth-child(2) { display: grid; gap: 0.2rem; }
.order-type-button small { color: var(--muted); font-size: 0.62rem; }
.order-type-button strong { color: var(--green-dark); }
.order-type-button b { color: var(--red); font-size: 0.67rem; }
.order-shell { max-width: 1540px; display: grid; grid-template-columns: 1fr 390px; gap: 2rem; margin: 0 auto; padding: clamp(3rem, 6vw, 6rem) clamp(1rem, 3vw, 3rem); }
.shop-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 2rem; }
.shop-heading p { color: var(--red); }
.shop-heading h2 { font-size: clamp(2.7rem, 4.7vw, 4.8rem); }
.shop-heading > span { padding: 0.7rem 0.9rem; border-radius: 999px; background: var(--gold); font-size: 0.7rem; font-weight: 900; }
.shop-product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.shop-product-card { overflow: hidden; border: 1px solid var(--line); background: white; }
.shop-product-image { position: relative; aspect-ratio: 1; display: grid; place-items: center; padding: 0.8rem; background: var(--cream); }
.shop-product-image img { width: 100%; height: 100%; object-fit: contain; }
.shop-product-image > span { position: absolute; left: 0.8rem; top: 0.8rem; padding: 0.45rem 0.65rem; border-radius: 999px; background: white; color: var(--green); font-size: 0.6rem; font-weight: 900; }
.shop-product-copy { padding: 1.2rem; }
.shop-product-copy h3 { margin: 0; color: var(--green-dark); font-size: 1.2rem; }
.shop-product-copy > p { min-height: 54px; margin: 0.6rem 0 0; color: var(--muted); font-size: 0.72rem; line-height: 1.55; }
.shop-product-copy > div { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-top: 1.1rem; }
.shop-product-copy > div > strong { color: var(--green-dark); }
.shop-product-copy button { min-height: 40px; padding: 0 1rem; border: 0; border-radius: 999px; background: var(--gold); color: #222; cursor: pointer; font-size: 0.7rem; font-weight: 900; }
.shopping-cart { position: sticky; top: 132px; height: fit-content; padding: 1.5rem; background: white; border: 1px solid var(--line); box-shadow: var(--shadow); }
.cart-title-row { display: flex; align-items: end; justify-content: space-between; gap: 1rem; padding-bottom: 1.2rem; border-bottom: 1px solid var(--line); }
.cart-title-row p { color: var(--red); }
.cart-title-row h2 { margin: 0; color: var(--green-dark); font-size: 2.3rem; }
.cart-title-row > span { padding: 0.55rem 0.75rem; border-radius: 999px; background: var(--cream); font-size: 0.65rem; font-weight: 900; }
.empty-cart { display: grid; justify-items: center; padding: 2.3rem 1rem; text-align: center; }
.empty-cart > span { width: 62px; height: 62px; display: grid; place-items: center; border-radius: 16px; background: var(--red); color: white; font-size: 2rem; font-weight: 900; }
.empty-cart > img { width: 66px; height: 66px; object-fit: contain; }
.empty-cart strong { margin-top: 1rem; color: var(--green-dark); }
.empty-cart p { margin: 0.5rem 0 0; color: var(--muted); font-size: 0.72rem; }
.cart-lines { padding: 0.5rem 0; }
.cart-line { display: grid; grid-template-columns: 1fr auto; gap: 1rem; align-items: center; padding: 1rem 0; border-bottom: 1px solid var(--line); }
.cart-line > div:first-child { display: grid; gap: 0.3rem; }
.cart-line strong { color: var(--green-dark); font-size: 0.76rem; }
.cart-line > div:first-child span { color: var(--muted); font-size: 0.68rem; }
.quantity-control { display: flex; align-items: center; gap: 0.65rem; }
.quantity-control button { width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: white; cursor: pointer; }
.quantity-control span { min-width: 16px; text-align: center; font-size: 0.72rem; font-weight: 900; }
.coupon-form { padding: 1.2rem 0; border-bottom: 1px solid var(--line); }
.coupon-form label { display: block; margin-bottom: 0.55rem; color: var(--green-dark); font-size: 0.72rem; font-weight: 900; }
.coupon-form > div { display: grid; grid-template-columns: 1fr auto; }
.coupon-form input { min-width: 0; height: 44px; padding: 0 0.8rem; border: 1px solid var(--line); border-right: 0; text-transform: uppercase; }
.coupon-form button { min-width: 76px; border: 0; background: var(--green); color: white; cursor: pointer; font-size: 0.68rem; font-weight: 900; }
.coupon-form button:disabled { cursor: not-allowed; opacity: 0.45; }
.coupon-form small { display: block; margin-top: 0.5rem; color: var(--muted); font-size: 0.58rem; }
.cart-notice { margin: 0.8rem 0 0; padding: 0.7rem; background: var(--cream); color: var(--green-dark); font-size: 0.65rem; line-height: 1.45; }
.cart-totals { display: grid; gap: 0.65rem; padding: 1.2rem 0; }
.cart-totals > div { display: flex; justify-content: space-between; gap: 1rem; color: var(--muted); font-size: 0.72rem; }
.cart-totals strong { color: var(--ink); }
.cart-totals .cart-total { padding-top: 0.8rem; border-top: 1px solid var(--line); color: var(--green-dark); font-size: 0.9rem; font-weight: 900; }
.cart-total strong { color: var(--green-dark); font-size: 1.2rem; }
.checkout-button { width: 100%; min-height: 50px; border: 0; border-radius: 999px; background: var(--red); color: white; cursor: pointer; font-weight: 900; }
.checkout-button:disabled { cursor: not-allowed; opacity: 0.45; }
.checkout-note { margin: 0.7rem 0 0; color: var(--muted); font-size: 0.57rem; line-height: 1.45; text-align: center; }
.order-modal-backdrop { position: fixed; inset: 0; z-index: 500; display: grid; place-items: center; padding: 1.25rem; background: rgba(20, 24, 22, 0.68); }
.order-type-modal { position: relative; width: min(560px, 100%); padding: clamp(2rem, 4vw, 3.5rem); background: white; box-shadow: 0 30px 80px rgba(0,0,0,0.32); }
.order-type-modal > p { margin: 0 0 0.6rem; color: var(--red); font-size: 0.66rem; font-weight: 900; letter-spacing: 0.12em; text-transform: uppercase; }
.order-type-modal h2 { max-width: 420px; margin: 0 0 1.8rem; color: var(--green-dark); font-size: clamp(2.2rem, 5vw, 3.6rem); letter-spacing: -0.05em; line-height: 0.95; }
.modal-close { position: absolute; right: 1rem; top: 1rem; width: 42px; height: 42px; border: 0; border-radius: 50%; background: var(--soft); cursor: pointer; color: var(--green-dark); font-size: 1.6rem; }
.order-choice { width: 100%; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 1rem; margin-top: 0.7rem; padding: 1rem; border: 1px solid var(--line); background: white; cursor: pointer; text-align: left; }
.order-choice:hover { border-color: var(--green); background: var(--cream); }
.choice-icon { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%; background: var(--gold); color: var(--green-dark); font-size: 1.2rem; font-weight: 900; }
.order-choice:nth-of-type(3) .choice-icon { background: var(--green); color: white; }
.order-choice > span:nth-child(2) { display: grid; gap: 0.3rem; }
.order-choice strong { color: var(--green-dark); }
.order-choice small { color: var(--muted); font-size: 0.65rem; }
.order-choice b { color: var(--red); font-size: 1.8rem; }
.modal-note { display: block; margin-top: 1.2rem; color: var(--muted); font-size: 0.59rem; line-height: 1.5; }
.age-check-copy { display: block; margin: -0.4rem 0 1.5rem; color: var(--muted); line-height: 1.65; }
.age-check-modal .checkout-button { margin-top: 0.5rem; }
.age-decline-button { width: 100%; min-height: 46px; margin-top: 0.7rem; border: 1px solid var(--line); border-radius: 999px; background: white; color: var(--green-dark); cursor: pointer; font-weight: 900; }
.age-decline-button:hover { background: var(--cream); }

.careers-page { background: white; }
.careers-hero { display: grid; grid-template-columns: 1.2fr 0.6fr; gap: 7vw; align-items: end; padding: clamp(5rem, 9vw, 9rem) clamp(1.25rem, 7vw, 8rem); background: var(--green-dark); color: white; }
.careers-hero h1 { max-width: 950px; color: white; }
.careers-hero > p { max-width: 540px; margin: 0 0 0.4rem; color: rgba(255,255,255,0.78); line-height: 1.75; }
.career-role-section { padding: clamp(5rem, 8vw, 8rem) clamp(1.25rem, 6vw, 7rem); }
.career-role-heading { max-width: 1360px; margin: 0 auto; }
.career-role-heading > p { color: var(--red); }
.career-role-grid { max-width: 1360px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin: 2.5rem auto 0; background: var(--line); border: 1px solid var(--line); }
.career-role-grid article { min-height: 310px; padding: 2rem; background: white; }
.career-role-grid article > span { color: var(--red); font-size: 0.68rem; font-weight: 900; }
.career-role-grid h3 { margin: 3.2rem 0 0; color: var(--green-dark); font-size: 1.8rem; line-height: 1; }
.career-role-grid p { margin: 1rem 0 0; color: var(--muted); font-size: 0.78rem; line-height: 1.65; }
.career-values { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 7vw; padding: clamp(5rem, 8vw, 8rem) clamp(1.25rem, 7vw, 8rem); background: var(--cream); }
.career-values > div:first-child > p { color: var(--red); }
.career-value-list { border-top: 1px solid var(--line); }
.career-value-list > div { display: grid; grid-template-columns: 0.65fr 1fr; gap: 1rem; padding: 1.5rem 0; border-bottom: 1px solid var(--line); }
.career-value-list strong { color: var(--green-dark); }
.career-value-list span { color: var(--muted); font-size: 0.8rem; line-height: 1.5; }
.career-register { display: flex; align-items: end; justify-content: space-between; gap: 3rem; padding: clamp(5rem, 8vw, 8rem) clamp(1.25rem, 7vw, 8rem); background: var(--red); color: white; }
.career-register p { color: var(--gold); }
.career-register h2 { max-width: 900px; color: white; }
.career-register > div > span { display: block; max-width: 680px; margin-top: 1rem; color: rgba(255,255,255,0.78); line-height: 1.65; }

@media (max-width: 1320px) {
  .global-header { gap: 1.2rem; padding-inline: 2vw; }
  .brand-lockup { flex-basis: 150px; width: 150px; height: 42px; }
  .brand-lockup img { left: -30px; width: 216px; }
  .global-nav { gap: 0.9rem; }
  .global-nav > a, .menu-trigger { font-size: 0.71rem; }
  .search-link { display: none; }
  .mega-category-grid { grid-template-columns: repeat(3, 1fr); }
  .mega-food-group .mega-category-grid { grid-template-columns: repeat(2, 1fr); }
  .mega-food-layout { grid-template-columns: 2fr 1fr; }
  .category-card-grid { grid-template-columns: repeat(3, 1fr); }
  .category-card p { min-height: 0; }
  .shop-product-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 1080px) {
  html { scroll-padding-top: 82px; }
  .corporate-bar { display: none; }
  .global-header { min-height: 82px; justify-content: space-between; padding-inline: 1.25rem; }
  .global-nav, .global-tools { display: none; }
  .brand-lockup { flex-basis: 180px; width: 180px; height: 48px; }
  .brand-lockup img { left: -34px; width: 252px; }
  .mobile-trigger { width: 48px; height: 48px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; border: 0; border-radius: 50%; background: var(--green); cursor: pointer; }
  .mobile-trigger span { width: 20px; height: 2px; background: white; }
  .mobile-drawer { position: absolute; left: 0; right: 0; top: 100%; display: none; padding: 1.25rem; background: white; box-shadow: var(--shadow); }
  .mobile-drawer.is-open { display: block; }
  .mobile-drawer nav { display: grid; grid-template-columns: 1fr 1fr; }
  .mobile-drawer nav a { padding: 1rem; border-bottom: 1px solid var(--line); font-size: 0.82rem; font-weight: 800; }
  .mobile-drawer .order-button { margin-top: 1.2rem; }

  .campaign-hero { min-height: 760px; }
  .campaign-hero > img { object-position: 67% center; }
  .campaign-card { left: 2rem; width: min(430px, calc(100% - 4rem)); }
  .campaign-feature { grid-template-columns: 1fr; }
  .feature-lunch .feature-copy { order: 2; }
  .feature-lunch .feature-photo { order: 1; }
  .feature-photo { min-height: 470px; }
  .meal-deal-band { grid-template-columns: auto 1fr; }
  .meal-deal-band .dark-button { grid-column: 2; }
  .about-panel { grid-template-columns: 1fr; align-items: start; }
  .about-panel .outline-button { margin-top: 1rem; }
  .franchise-panel { grid-template-columns: 1fr; }
  .footer-columns { grid-template-columns: repeat(3, 1fr); }

  .offers-heading { grid-template-columns: 1fr; align-items: start; }
  .order-hero { align-items: flex-start; flex-direction: column; }
  .order-shell { grid-template-columns: 1fr; }
  .shopping-cart { position: static; }
  .careers-hero, .career-values { grid-template-columns: 1fr; align-items: start; }
  .career-role-grid { grid-template-columns: repeat(2, 1fr); }

  .menu-page-layout { grid-template-columns: 1fr; }
  .menu-sidebar { position: static; display: grid; grid-template-columns: repeat(3, 1fr); }
  .menu-sidebar > a { border-right: 1px solid var(--line); }
  .menu-product-grid { grid-template-columns: repeat(2, 1fr); }
  .macca-menu-page .menu-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .menu-service-strip { grid-template-columns: repeat(2, 1fr); margin-inline: 2rem; }
  .menu-service-strip > span:nth-child(2) { border-right: 0; }
  .menu-service-strip > span { border-bottom: 1px solid var(--line); }
  .menu-service-strip > span:nth-child(n+3) { border-bottom: 0; }
}

@media (max-width: 700px) {
  .campaign-hero { min-height: 820px; display: flex; flex-direction: column; background: var(--green-dark); }
  .campaign-hero > img { position: relative; height: 360px; object-position: 70% center; }
  .campaign-card { position: relative; left: auto; top: auto; width: 100%; padding: 2.7rem 1.5rem 4rem; transform: none; box-shadow: none; }
  .campaign-card h1 { font-size: clamp(3rem, 13vw, 4.2rem); }
  .carousel-controls { bottom: 1rem; }
  .section-heading-row { align-items: flex-start; flex-direction: column; }
  .category-card-grid { grid-template-columns: repeat(2, 1fr); }
  .coupon-grid { grid-template-columns: 1fr; }
  .coupon-card { min-height: 300px; }
  .explore-menu { padding-inline: 1rem; }
  .campaign-stack { padding-inline: 0; }
  .campaign-feature { margin-bottom: 1rem; }
  .feature-photo { min-height: 340px; }
  .feature-copy { padding: 3rem 1.5rem; }
  .meal-deal-band { grid-template-columns: 1fr; }
  .deal-mark { width: 88px; height: 88px; font-size: 3.4rem; }
  .meal-deal-band .dark-button { grid-column: auto; }
  .info-grid { grid-template-columns: 1fr; }
  .info-grid article:not(:last-child) { border-right: 0; border-bottom: 1px solid var(--line); }
  .about-panel, .franchise-panel { padding-inline: 1.5rem; }
  .work-with-us { min-height: 760px; align-items: end; }
  .work-with-us > img { object-position: 67% center; }
  .work-with-us-copy { width: 100%; margin: 0; padding: 3rem 1.5rem; }
  .visit-panel { align-items: flex-start; flex-direction: column; }
  .coming-soon-strip { align-items: flex-start; flex-direction: column; }
  .footer-columns { grid-template-columns: 1fr 1fr; gap: 2.5rem 1.5rem; }
  .footer-social-row, .footer-legal { align-items: flex-start; flex-direction: column; }
  .footer-legal nav { gap: 1rem 1.5rem; }
  .footer-signature p { white-space: normal; }

  .menu-page-hero h1 { font-size: clamp(3.5rem, 16vw, 5rem); }
  .menu-page-layout { padding-inline: 1rem; }
  .menu-sidebar { display: flex; overflow-x: auto; }
  .menu-sidebar > a { min-width: 165px; border-right: 1px solid var(--line); border-bottom: 0; }
  .menu-results-heading { align-items: flex-start; flex-direction: column; }
  .menu-product-grid { grid-template-columns: 1fr; }
  .macca-menu-page .menu-product-grid { grid-template-columns: 1fr; }
  .menu-service-strip { grid-template-columns: 1fr; margin-inline: 1rem; }
  .menu-service-strip > span { min-height: 86px; border-right: 0; border-bottom: 1px solid var(--line); }
  .menu-service-strip > span:nth-child(n+3) { border-bottom: 1px solid var(--line); }
  .menu-service-strip > span:last-child { border-bottom: 0; }
  .macca-menu-page .menu-sidebar { padding-bottom: 1px; }
  .macca-menu-page .menu-sidebar-title { min-width: 150px; display: grid; place-items: center start; border-right: 1px solid var(--line); border-bottom: 0; }
  .macca-menu-section { scroll-margin-top: 100px; }
  .menu-note { grid-template-columns: 1fr; }

  .order-hero { padding-inline: 1.5rem; }
  .order-type-button { width: 100%; min-width: 0; }
  .order-shell { padding-inline: 1rem; }
  .shop-heading { align-items: flex-start; flex-direction: column; }
  .shop-product-grid { grid-template-columns: 1fr; }
  .shopping-cart { padding: 1.2rem; }
  .order-type-modal { padding: 2.2rem 1.2rem 1.5rem; }
  .career-role-section, .career-values, .career-register { padding-inline: 1.5rem; }
  .career-role-grid { grid-template-columns: 1fr; }
  .career-role-grid article { min-height: 250px; }
  .career-role-grid h3 { margin-top: 2rem; }
  .career-register { align-items: flex-start; flex-direction: column; }
}

/* 2026 brand consistency and layout refinement */
html { scroll-padding-top: 150px; }
body { letter-spacing: 0; }
h1, h2, h3, p, span, small { text-wrap: pretty; }
h1, h2, h3 { text-wrap: balance; }

.brand-lockup { width: 230px; height: 72px; flex: 0 0 230px; overflow: hidden; }
.brand-lockup img { position: static; width: 100%; height: 100%; object-fit: cover; object-position: center 50%; }
.home-nav-link { width: 42px; height: 42px; flex: 0 0 42px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--green-dark); transition: background .2s ease, transform .2s ease; }
.home-nav-link svg { width: 20px; height: 20px; }
.home-nav-link:hover { background: var(--gold-soft); transform: translateY(-2px); }

.feature-lunch .feature-copy,
.meal-deal-band,
.menu-note,
.menu-section-kebbo-hours .menu-results-heading,
.evidence-band,
.community-listening,
.deal-list-panel,
.kids-drinks-section,
.footer-enquiry-card,
.investor-evidence,
.supply-journey { background: var(--gold-soft); }

.meal-deal-band { grid-template-columns: minmax(130px, .25fr) minmax(260px, .75fr) minmax(300px, .8fr) auto; gap: clamp(1.5rem, 4vw, 4rem); }
.deal-mark { width: 150px; height: 110px; overflow: hidden; border-radius: 18px; background: white; }
.deal-mark img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.meal-deal-showcase { width: 100%; min-width: 280px; aspect-ratio: 3 / 2; object-fit: cover; border-radius: 18px; box-shadow: var(--shadow); }

.footer-k-mark { width: 170px; height: 106px; flex: 0 0 170px; overflow: hidden; border-radius: 16px; background: white; box-shadow: none; }
.footer-k-mark img,
.footer-signature span img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.footer-signature span { width: 120px; height: 74px; overflow: hidden; border-radius: 12px; background: white; }

.menu-results-heading { grid-template-columns: minmax(0, .95fr) minmax(280px, .55fr); gap: clamp(2rem, 6vw, 6rem); align-items: end; }
.menu-results-heading > span { max-width: 48ch; justify-self: end; line-height: 1.7; text-align: left; }
.menu-product-grid, .shop-product-grid { align-items: stretch; gap: clamp(1rem, 2vw, 1.5rem); }
.menu-product-card, .shop-product-card { height: 100%; }
.menu-product-card img, .shop-product-card img { object-fit: cover; }
.menu-product-copy, .shop-product-copy { display: flex; flex-direction: column; }
.menu-card-bottom, .shop-product-bottom { margin-top: auto; }

.shop-suggestions { margin-top: 3rem; padding: clamp(2rem, 4vw, 3.5rem); border: 1px solid var(--line); background: var(--cream); }
.shop-suggestions-heading { max-width: 760px; margin-bottom: 1.6rem; }
.shop-suggestions-heading p { margin: 0 0 .55rem; color: var(--red); font-size: .68rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.shop-suggestions-heading h3 { margin: 0; color: var(--green-dark); font-size: clamp(1.8rem, 3vw, 3rem); }
.shop-suggestion-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
.shop-suggestion-grid article { display: grid; grid-template-columns: 82px 1fr; gap: 1rem; align-items: center; padding: 1rem; background: white; border: 1px solid var(--line); }
.shop-suggestion-grid img { width: 82px; height: 82px; object-fit: cover; border-radius: 10px; }
.shop-suggestion-grid div { min-width: 0; display: grid; gap: .35rem; }
.shop-suggestion-grid strong { color: var(--green-dark); line-height: 1.25; }
.shop-suggestion-grid span { color: var(--red); font-weight: 900; }
.shop-suggestion-grid button { width: fit-content; min-height: 34px; padding: 0 .8rem; border: 0; border-radius: 999px; background: var(--gold); color: #222; font-weight: 900; cursor: pointer; }

.enquiry-selected-type { grid-column: 1 / -1; display: grid; gap: .45rem; padding: 1.35rem 1.5rem; border-left: 6px solid var(--red); background: var(--gold-soft); }
.enquiry-selected-type > span { color: var(--red); font-size: .65rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.enquiry-selected-type > strong { color: var(--green-dark); font-size: 1.35rem; }
.enquiry-selected-type > small { max-width: 62ch; color: var(--muted); line-height: 1.55; }

.distributor-hero-card { background: rgba(117, 48, 37, .96); }
.distributor-partner-grid article:nth-child(5) { background: #6f3028; }
.supply-journey { background: #ead7c2; }
.swatch-gold { background: var(--gold); }

.work-with-us-v2 { grid-template-rows: auto; align-items: stretch; }
.work-with-us-v2 > .work-team-visual { grid-row: auto; min-height: 760px; }
.work-with-us-v2 .work-with-us-copy { align-self: stretch; display: flex; flex-direction: column; justify-content: center; }

.editorial-intro,
.support-split,
.editorial-cta,
.enquiry-hero,
.enquiry-type-section,
.enquiry-form-section,
.distributor-partners,
.uniform-standard,
.story-dayparts { column-gap: clamp(2.5rem, 6vw, 7rem); }
.editorial-intro > div,
.support-copy > span,
.enquiry-form-intro > span,
.distributor-vybe-band > div:nth-child(2) > span { max-width: 66ch; line-height: 1.75; }

@media (max-width: 1180px) {
  .brand-lockup { width: 190px; flex-basis: 190px; }
  .meal-deal-band { grid-template-columns: 150px 1fr; }
  .meal-deal-band .meal-deal-showcase { grid-column: 1 / -1; }
  .shop-suggestion-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 700px) {
  .brand-lockup { width: 155px; height: 60px; flex-basis: 155px; }
  .home-nav-link { width: 38px; height: 38px; }
  .meal-deal-band { grid-template-columns: 1fr; }
  .meal-deal-band .meal-deal-showcase { grid-column: auto; }
  .deal-mark { width: 130px; height: 90px; }
  .menu-results-heading { grid-template-columns: 1fr; gap: 1rem; }
  .menu-results-heading > span { justify-self: start; }
  .shop-suggestion-grid { grid-template-columns: 1fr; }
  .shop-suggestions { padding-inline: 1rem; }
  .footer-k-mark { width: 145px; height: 90px; flex-basis: 145px; }
  .work-with-us-v2 > .work-team-visual { min-height: 420px; }
}

/* Connected commerce, richer enquiries and aligned 2026 content update */
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }

.hero-carousel { min-height: clamp(650px, 56vw, 850px); }
.hero-slide { position: absolute; inset: 0; opacity: 0; pointer-events: none; transition: opacity 0.65s ease; }
.hero-slide.is-active { opacity: 1; pointer-events: auto; }
.hero-slide > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-slide::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,0.12), transparent 60%); pointer-events: none; }
.hero-slide .campaign-card { z-index: 1; }
.hero-slide .campaign-card > small { display: block; margin-top: 1rem; color: rgba(255,255,255,0.7); font-size: 0.62rem; line-height: 1.5; }
.hero-carousel .carousel-controls { z-index: 5; padding: 0.45rem; border-radius: 999px; background: rgba(5,56,43,0.72); backdrop-filter: blur(12px); }
.carousel-arrow { width: 42px; height: 42px; display: grid; place-items: center; border: 0; border-radius: 50%; background: white; color: var(--green-dark); cursor: pointer; font-size: 1.5rem; line-height: 1; }
.carousel-dots { display: flex; align-items: center; gap: 0.55rem; }
.carousel-dots button { width: 10px; height: 10px; padding: 0; border: 0; border-radius: 999px; background: rgba(255,255,255,0.7); cursor: pointer; transition: width 0.2s ease, background 0.2s ease; }
.carousel-dots button.active { width: 30px; background: var(--gold); }

.mega-collaboration-grid { max-width: 1280px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; margin: 0 auto; }
.mega-collaboration-grid > a { min-height: 210px; display: flex; flex-direction: column; align-items: flex-start; padding: 1.4rem; background: var(--cream); border: 1px solid var(--line); }
.mega-collaboration-grid > a > span { color: var(--red); font-size: 0.63rem; font-weight: 900; letter-spacing: 0.1em; }
.mega-collaboration-grid > a > strong { margin-top: auto; color: var(--green-dark); font-size: 1.2rem; }
.mega-collaboration-grid > a > small { margin-top: 0.55rem; color: var(--muted); font-size: 0.68rem; line-height: 1.5; }
.mega-collaboration-grid > a > b { margin-top: 0.8rem; color: var(--green); font-size: 0.68rem; }

.work-with-us-v2 { min-height: 0; grid-template-columns: minmax(0, 1.1fr) minmax(460px, 0.9fr); grid-template-rows: auto auto; align-items: stretch; overflow: visible; background: var(--green-dark); }
.work-with-us-v2::after { display: none; }
.work-with-us-v2 > .work-team-visual { position: relative; grid-row: 1 / 3; min-height: 850px; overflow: hidden; background: #e7e5de; }
.work-team-visual > img { width: 100%; height: 100%; object-fit: cover; object-position: 64% center; }
.work-with-us-v2 > .work-with-us-copy { position: static; width: auto; margin: 0; padding: clamp(3rem, 5vw, 5.5rem); box-shadow: none; }
.work-with-us-v2 .work-with-us-copy > div:first-child > p { margin: 0 0 0.8rem; color: var(--gold); font-size: 0.68rem; font-weight: 900; letter-spacing: 0.13em; text-transform: uppercase; }
.work-with-us-v2 .work-with-us-copy > div:first-child > span { display: block; margin-top: 1.2rem; color: rgba(255,255,255,0.8); line-height: 1.75; }
.work-with-us-v2 .work-perks { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 2rem; border: 1px solid rgba(255,255,255,0.16); }
.work-with-us-v2 .work-perks span { min-height: 78px; display: flex; align-items: center; gap: 0.8rem; padding: 1rem; border-right: 1px solid rgba(255,255,255,0.12); border-bottom: 1px solid rgba(255,255,255,0.12); }
.work-with-us-v2 .work-perks b { color: var(--gold); font-size: 0.65rem; }
.work-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.2rem; margin-top: 2rem; }
.work-text-link { color: white; font-size: 0.74rem; font-weight: 900; }
.work-uniform-reference { align-self: end; margin: 0 clamp(3rem, 5vw, 5.5rem) clamp(3rem, 5vw, 5.5rem); padding: 0.7rem; background: white; }
.work-uniform-reference img { width: 100%; aspect-ratio: 1.15 / 1; object-fit: contain; background: #f7f0e3; }
.work-uniform-reference figcaption, .uniform-reference figcaption { padding: 0.8rem 0.35rem 0.25rem; color: var(--muted); font-size: 0.62rem; font-weight: 800; }

.global-footer { padding-top: 0; }
.footer-intro { display: grid; grid-template-columns: 1.25fr 0.75fr; margin: 0 calc(clamp(1.25rem, 6vw, 7rem) * -1) clamp(4rem, 6vw, 6rem); }
.footer-brand-story { min-height: 360px; display: flex; align-items: center; gap: clamp(1.5rem, 3vw, 3rem); padding: clamp(3rem, 6vw, 6rem) clamp(1.25rem, 6vw, 7rem); background: var(--green-dark); color: white; }
.footer-k-mark { width: 100px; height: 100px; flex: 0 0 100px; display: grid; place-items: center; border-radius: 22px; background: var(--red); color: white; font-size: 4.4rem; font-weight: 900; box-shadow: 13px 13px 0 var(--gold); }
.footer-brand-story p, .footer-enquiry-card > p { margin: 0 0 0.7rem; color: var(--gold); font-size: 0.66rem; font-weight: 900; letter-spacing: 0.12em; text-transform: uppercase; }
.footer-brand-story h2, .footer-enquiry-card h2 { max-width: 680px; margin: 0; font-size: clamp(2rem, 3vw, 3.4rem); letter-spacing: -0.05em; line-height: 0.98; }
.footer-brand-story div > span { display: block; max-width: 720px; margin-top: 1rem; color: rgba(255,255,255,0.72); line-height: 1.7; }
.footer-enquiry-card { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: clamp(3rem, 5vw, 5rem); background: var(--gold); }
.footer-enquiry-card > p { color: var(--red); }
.footer-enquiry-card h2 { color: #222; }
.footer-enquiry-card > div { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; margin-top: 1.5rem; }
.footer-enquiry-card .gold-button { background: var(--green-dark); color: white; }
.footer-enquiry-card a:last-child { font-size: 0.72rem; font-weight: 900; text-decoration: underline; }
.footer-columns { max-width: 1500px; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: clamp(1.5rem, 3vw, 3.2rem); margin: 0 auto; }
.footer-columns > div { min-width: 0; }
.footer-columns h2 { margin-bottom: 0.7rem; font-size: 0.82rem; }
.footer-columns > div > p { min-height: 76px; margin: 0 0 1.2rem; color: var(--muted); font-size: 0.65rem; line-height: 1.55; }
.footer-columns a { margin-top: 0.75rem; line-height: 1.35; }

.menu-product-card, .shop-product-card { height: 100%; }
.macca-menu-page .menu-product-image, .shop-product-image { overflow: hidden; }
.macca-menu-page .menu-product-image img, .shop-product-image img { transition: transform 0.35s ease; }
.macca-menu-page .menu-product-card:hover img, .shop-product-card:hover img { transform: scale(1.035); }
.macca-menu-page .menu-product-copy > p { min-height: 74px; }
.menu-card-bottom { margin-top: auto; }
.shop-category-filter { display: flex; flex-wrap: wrap; gap: 0.65rem; margin: -0.6rem 0 1.5rem; }
.shop-category-filter button { min-height: 40px; padding: 0 1rem; border: 1px solid var(--line); border-radius: 999px; background: white; color: var(--green-dark); cursor: pointer; font-size: 0.68rem; font-weight: 900; }
.shop-category-filter button.is-active { border-color: var(--green-dark); background: var(--green-dark); color: white; }
.checkout-modal { position: relative; width: min(820px, 100%); max-height: 92vh; overflow: auto; padding: clamp(2rem, 4vw, 3.5rem); background: white; box-shadow: 0 30px 80px rgba(0,0,0,0.32); }
.checkout-modal-heading > p { margin: 0 0 0.6rem; color: var(--red); font-size: 0.66rem; font-weight: 900; letter-spacing: 0.12em; text-transform: uppercase; }
.checkout-modal-heading h2 { margin: 0; color: var(--green-dark); font-size: clamp(2.2rem, 4vw, 4rem); letter-spacing: -0.055em; line-height: 0.95; }
.checkout-modal-heading > span { display: block; margin-top: 1rem; color: var(--muted); line-height: 1.6; }
.checkout-form, .enquiry-form { display: grid; gap: 1.1rem; margin-top: 2rem; }
.checkout-form label, .enquiry-form label { display: grid; gap: 0.45rem; color: var(--green-dark); font-size: 0.68rem; font-weight: 900; }
.checkout-form input, .checkout-form select, .checkout-form textarea, .enquiry-form input, .enquiry-form select, .enquiry-form textarea { width: 100%; min-height: 50px; border: 1px solid var(--line); border-radius: 0; padding: 0.75rem; background: white; color: var(--ink); font: inherit; font-size: 0.78rem; }
.checkout-form textarea, .enquiry-form textarea { resize: vertical; }
.form-two-columns { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.checkout-payment-choice { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.8rem; }
.checkout-payment-choice label { min-height: 94px; grid-template-columns: auto 1fr; align-items: start; padding: 1rem; border: 1px solid var(--line); cursor: pointer; }
.checkout-payment-choice label.is-selected { border-color: var(--green); background: #edf5f0; }
.checkout-payment-choice label[aria-disabled="true"] { opacity: 0.52; cursor: not-allowed; }
.checkout-payment-choice input { width: auto; min-height: 0; margin-top: 0.15rem; }
.checkout-payment-choice label > span { display: grid; gap: 0.35rem; }
.checkout-payment-choice small { color: var(--muted); font-weight: 400; line-height: 1.45; }
.checkout-review { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.2rem; background: var(--cream); }
.checkout-review span { color: var(--muted); font-size: 0.72rem; }
.checkout-review strong { color: var(--green-dark); font-size: 1.4rem; }
.checkout-form > small, .enquiry-form > small { color: var(--muted); font-size: 0.6rem; line-height: 1.5; }
.order-success-modal { text-align: center; }
.order-success-modal .success-check { width: 72px; height: 72px; display: grid; place-items: center; margin: 0 auto 1rem; border-radius: 50%; background: var(--green-dark); color: white; font-size: 2rem; }
.order-success-modal > strong { display: block; margin: 1.4rem 0 0.8rem; padding: 0.9rem; background: var(--cream); color: var(--green-dark); font-size: 1.2rem; letter-spacing: 0.08em; }
.order-success-modal > span:not(.success-check) { display: block; color: var(--muted); line-height: 1.6; }
.order-success-modal .checkout-button { margin-top: 1.4rem; }

.enquiry-page { background: var(--soft); }
.enquiry-hero { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(320px, 0.6fr); gap: clamp(3rem, 7vw, 8rem); align-items: end; padding: clamp(5rem, 9vw, 9rem) clamp(1.25rem, 7vw, 8rem); background: var(--green-dark); color: white; }
.enquiry-hero > div > p, .enquiry-section-heading > p, .enquiry-form-intro > p, .investor-capital-heading > p { margin: 0 0 0.8rem; color: var(--gold); font-size: 0.68rem; font-weight: 900; letter-spacing: 0.13em; text-transform: uppercase; }
.enquiry-hero h1 { max-width: 900px; margin: 0; font-size: clamp(3.4rem, 7vw, 7.4rem); letter-spacing: -0.07em; line-height: 0.86; }
.enquiry-hero > div > span { display: block; max-width: 760px; margin-top: 1.4rem; color: rgba(255,255,255,0.76); line-height: 1.75; }
.enquiry-hero aside { display: grid; gap: 0.85rem; padding: 2rem; border: 1px solid rgba(255,255,255,0.18); background: rgba(255,255,255,0.07); }
.enquiry-hero aside > span { color: var(--gold); font-size: 0.64rem; font-weight: 900; text-transform: uppercase; }
.enquiry-hero aside > a { font-size: clamp(1.1rem, 2vw, 1.7rem); font-weight: 900; text-decoration: underline; overflow-wrap: anywhere; }
.enquiry-hero aside > small { color: rgba(255,255,255,0.6); line-height: 1.55; }
.enquiry-type-section { padding: clamp(5rem, 8vw, 8rem) clamp(1.25rem, 6vw, 7rem); background: white; }
.enquiry-section-heading, .investor-capital-heading { max-width: 900px; }
.enquiry-section-heading > p, .enquiry-form-intro > p, .investor-capital-heading > p { color: var(--red); }
.enquiry-section-heading h2, .enquiry-form-intro h2, .investor-capital-heading h2 { margin: 0; color: var(--green-dark); font-size: clamp(2.7rem, 5vw, 5.2rem); letter-spacing: -0.06em; line-height: 0.94; }
.enquiry-type-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; margin-top: 2.5rem; border: 1px solid var(--line); background: var(--line); }
.enquiry-type-grid button { min-height: 240px; display: flex; flex-direction: column; align-items: flex-start; padding: 1.5rem; border: 0; background: white; color: var(--ink); cursor: pointer; text-align: left; }
.enquiry-type-grid button:hover, .enquiry-type-grid button.is-active { background: var(--cream); }
.enquiry-type-grid button.is-active { box-shadow: inset 0 -6px 0 var(--gold); }
.enquiry-type-grid button > span { color: var(--red); font-size: 0.65rem; font-weight: 900; }
.enquiry-type-grid button > strong { margin-top: auto; color: var(--green-dark); font-size: 1.25rem; }
.enquiry-type-grid button > small { margin-top: 0.65rem; color: var(--muted); line-height: 1.5; }
.enquiry-form-section { display: grid; grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr); gap: clamp(3rem, 7vw, 8rem); padding: clamp(5rem, 8vw, 8rem) clamp(1.25rem, 7vw, 8rem); background: var(--cream); }
.enquiry-form-intro > span, .investor-capital-heading > span { display: block; margin-top: 1.2rem; color: var(--muted); line-height: 1.75; }
.enquiry-response-list { display: grid; gap: 0; margin-top: 2rem; border: 1px solid var(--line); background: white; }
.enquiry-response-list span { display: flex; gap: 1rem; padding: 1rem; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 0.72rem; line-height: 1.5; }
.enquiry-response-list b { color: var(--red); }
.enquiry-form { margin-top: 0; padding: clamp(1.5rem, 3vw, 3rem); background: white; box-shadow: var(--shadow); }
.form-consent { grid-template-columns: auto 1fr !important; align-items: start; }
.form-consent input { width: auto; min-height: 0; margin-top: 0.15rem; }
.form-success { margin: 0; padding: 1rem; background: #e3f1e8; color: var(--green-dark); font-size: 0.72rem; font-weight: 800; }

.investor-capital-section { display: grid; grid-template-columns: 0.72fr 1.28fr; gap: clamp(3rem, 6vw, 7rem); padding: clamp(5rem, 8vw, 8rem) clamp(1.25rem, 7vw, 8rem); background: var(--cream); }
.investor-capital-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; border: 1px solid var(--line); background: var(--line); }
.investor-capital-grid article { min-height: 285px; display: flex; flex-direction: column; padding: 1.8rem; background: white; }
.investor-capital-grid article > span { color: var(--red); font-size: 0.66rem; font-weight: 900; }
.investor-capital-grid h3 { margin: auto 0 0; color: var(--green-dark); font-size: 1.5rem; line-height: 1.05; }
.investor-capital-grid p { margin: 0.8rem 0 0; color: var(--muted); font-size: 0.72rem; line-height: 1.6; }
.uniform-reference { grid-column: 1 / -1; max-width: 1080px; margin: 1rem auto 0; padding: 0.8rem; background: white; box-shadow: var(--shadow); }
.uniform-reference img { width: 100%; height: auto; object-fit: contain; }

@media (max-width: 1200px) {
  .footer-columns { grid-template-columns: repeat(3, minmax(0, 1fr)); row-gap: 3rem; }
  .footer-columns > div > p { min-height: 0; }
  .mega-collaboration-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .enquiry-type-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 1080px) {
  .work-with-us-v2 { grid-template-columns: 1fr; grid-template-rows: auto; }
  .work-with-us-v2 > .work-team-visual { grid-row: auto; min-height: 620px; }
  .work-uniform-reference { margin-top: 0; }
  .footer-intro, .enquiry-form-section, .investor-capital-section { grid-template-columns: 1fr; }
  .footer-k-mark { width: 82px; height: 82px; flex-basis: 82px; font-size: 3.5rem; }
  .enquiry-hero { grid-template-columns: 1fr; align-items: start; }
  .shop-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 700px) {
  .hero-carousel { min-height: 760px; }
  .hero-slide > img { height: 320px; object-position: center; }
  .hero-slide::after { display: none; }
  .hero-slide .campaign-card { top: 320px; bottom: 0; left: 0; width: 100%; transform: none; padding: 2.2rem 1.5rem 5.5rem; box-shadow: none; }
  .hero-slide .campaign-card h1 { font-size: clamp(2.8rem, 12vw, 4.2rem); }
  .hero-carousel .carousel-controls { bottom: 1rem; }
  .work-with-us-v2 > .work-team-visual { min-height: 430px; }
  .work-team-visual > img { object-position: 68% center; }
  .work-with-us-v2 > .work-with-us-copy { padding: 3rem 1.5rem; }
  .work-with-us-v2 .work-perks { grid-template-columns: 1fr; }
  .work-uniform-reference { margin: 0 1.5rem 3rem; }
  .footer-brand-story { align-items: flex-start; flex-direction: column; }
  .footer-columns { grid-template-columns: 1fr; }
  .footer-social-row, .footer-legal { align-items: flex-start; flex-direction: column; }
  .footer-signature p { white-space: normal; }
  .mega-collaboration-grid { grid-template-columns: 1fr; }
  .shop-product-grid { grid-template-columns: 1fr; }
  .form-two-columns, .checkout-payment-choice, .enquiry-type-grid, .investor-capital-grid { grid-template-columns: 1fr; }
  .enquiry-type-grid button { min-height: 200px; }
  .enquiry-hero, .enquiry-type-section, .enquiry-form-section, .investor-capital-section { padding-inline: 1.5rem; }
  .enquiry-hero h1 { font-size: clamp(3.2rem, 15vw, 5rem); }
}

@media (max-width: 460px) {
  .brand-lockup { flex-basis: 150px; width: 150px; height: 42px; }
  .brand-lockup img { left: -30px; width: 216px; }
  .mobile-drawer nav { grid-template-columns: 1fr; }
  .category-card-grid { grid-template-columns: 1fr; }
  .footer-columns { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; }
}

/* Editorial pages: Careers, About, Community, Franchising and Collaboration */
.mega-about-grid { max-width: 1280px; display: grid; grid-template-columns: repeat(5, 1fr); gap: 0.8rem; margin: 0 auto; }
.mega-about-grid a { min-height: 155px; display: flex; flex-direction: column; align-items: flex-start; padding: 1.25rem; border: 1px solid var(--line); background: white; transition: transform 0.2s ease, background 0.2s ease; }
.mega-about-grid a:hover { transform: translateY(-3px); background: var(--cream); }
.mega-about-grid span { color: var(--red); font-size: 0.64rem; font-weight: 900; }
.mega-about-grid strong { margin-top: auto; color: var(--green-dark); font-size: 0.88rem; }
.mega-about-grid small { margin-top: 0.35rem; color: var(--muted); font-size: 0.62rem; line-height: 1.4; }

.mega-collaboration-grid { max-width: 1280px; display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin: 0 auto; }
.mega-collaboration-grid a { min-height: 190px; display: flex; flex-direction: column; align-items: flex-start; padding: 1.7rem; border: 1px solid var(--line); background: var(--cream); transition: transform 0.2s ease, box-shadow 0.2s ease; }
.mega-collaboration-grid a:nth-child(2) { background: var(--green-dark); color: white; }
.mega-collaboration-grid a:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.mega-collaboration-grid span { color: var(--red); font-size: 0.64rem; font-weight: 900; letter-spacing: 0.08em; }
.mega-collaboration-grid a:nth-child(2) span { color: var(--gold); }
.mega-collaboration-grid strong { margin-top: 1.4rem; color: var(--green-dark); font-size: 1.5rem; }
.mega-collaboration-grid a:nth-child(2) strong { color: white; }
.mega-collaboration-grid small { max-width: 520px; margin-top: 0.55rem; color: var(--muted); line-height: 1.55; }
.mega-collaboration-grid a:nth-child(2) small { color: rgba(255,255,255,0.72); }
.mega-collaboration-grid b { margin-top: auto; padding-top: 1.2rem; color: var(--red); font-size: 0.72rem; }
.mega-collaboration-grid a:nth-child(2) b { color: var(--gold); }

.world-links { padding: clamp(5rem, 8vw, 8rem) clamp(1.25rem, 6vw, 7rem); background: white; }
.world-links-heading { max-width: 1100px; margin: 0 auto; text-align: center; }
.world-links-heading h2 { margin: 0; color: var(--green-dark); font-size: clamp(2.7rem, 5vw, 5.2rem); letter-spacing: -0.06em; line-height: 0.94; }
.world-link-grid { max-width: 1360px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin: 3rem auto 0; }
.world-link-grid a { min-height: 390px; display: flex; flex-direction: column; align-items: flex-start; padding: 2.2rem; color: white; background: var(--green-dark); transition: transform 0.2s ease; }
.world-link-grid a:nth-child(2) { background: var(--red); }
.world-link-grid a:nth-child(3) { background: #152e4d; }
.world-link-grid a:hover { transform: translateY(-6px); }
.world-link-grid span { color: var(--gold); font-size: 0.66rem; font-weight: 900; letter-spacing: 0.13em; text-transform: uppercase; }
.world-link-grid h3 { max-width: 330px; margin: 2.5rem 0 0; font-size: clamp(2rem, 3vw, 3.5rem); letter-spacing: -0.05em; line-height: 0.94; }
.world-link-grid p { max-width: 350px; margin: 1rem 0 0; color: rgba(255,255,255,0.76); line-height: 1.65; }
.world-link-grid b { margin-top: auto; color: var(--gold); font-size: 0.72rem; }
.world-link-grid small { margin-top: 0.8rem; color: rgba(255,255,255,0.58); font-size: 0.58rem; line-height: 1.4; }
.franchise-steps > .gold-button { margin-top: 1.3rem; }

.editorial-page { overflow: hidden; background: white; }
.editorial-hero { position: relative; min-height: clamp(640px, 57vw, 820px); display: grid; align-items: center; overflow: hidden; background: var(--green-dark); }
.editorial-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.editorial-hero-card { position: relative; z-index: 1; width: min(580px, calc(100% - 3rem)); margin-left: clamp(1.5rem, 6vw, 7rem); padding: clamp(2.5rem, 5vw, 5rem); background: var(--green-dark); color: white; box-shadow: var(--shadow); }
.editorial-hero-card > p, .editorial-intro > p, .system-grid-heading > p, .support-copy > p, .partner-profile > div:first-child > p, .franchise-process > div:first-child > p, .community-priority-heading > p, .community-measurement > div:first-child > p, .community-listening > div:nth-child(2) > p, .history-heading > p, .impact-heading > p, .environment-copy > p, .waste-order > div > p, .pairing-section > div:first-child > p, .responsible-collaboration > div:nth-child(2) > p, .editorial-cta p, .evidence-band p { margin: 0 0 0.8rem; color: var(--gold); font-size: 0.68rem; font-weight: 900; letter-spacing: 0.13em; text-transform: uppercase; }
.editorial-hero-card h1, .collaboration-hero h1 { margin: 0; color: white; font-size: clamp(3rem, 5vw, 5.6rem); font-weight: 900; letter-spacing: -0.065em; line-height: 0.9; }
.editorial-hero-card > span { display: block; margin-top: 1.3rem; color: rgba(255,255,255,0.8); line-height: 1.7; }
.editorial-hero-card > a { margin-top: 1.7rem; }
.editorial-hero-card.light-card { background: rgba(255,255,255,0.96); color: var(--ink); }
.editorial-hero-card.light-card h1 { color: var(--green-dark); }
.editorial-hero-card.light-card > p { color: var(--red); }
.editorial-hero-card.light-card > span { color: var(--muted); }
.community-card { background: var(--red); }
.story-card { background: var(--red); }
.investor-editorial-hero > img { object-position: center; }
.investor-hero-card { background: rgba(8,74,56,0.96); }
.investor-growth-grid article:nth-child(even) { background: var(--cream); }
.investor-readiness { background: #152e4d; }
.investor-stage { background: var(--cream); }
.investor-evidence { background: var(--gold); }
.investor-cta { background: var(--green-dark); }

.editorial-intro { display: grid; grid-template-columns: 0.35fr 1fr 0.9fr; gap: 4vw; align-items: start; padding: clamp(5rem, 8vw, 8rem) clamp(1.25rem, 7vw, 8rem); background: var(--cream); }
.editorial-intro > p { color: var(--red); }
.editorial-intro h2, .system-grid-heading h2, .support-copy h2, .partner-profile h2, .franchise-process h2, .community-priority-heading h2, .community-measurement h2, .community-listening h2, .history-heading h2, .impact-heading h2, .environment-copy h2, .waste-order h2, .pairing-section h2, .responsible-collaboration h2, .evidence-band h2, .editorial-cta h2 { margin: 0; color: var(--green-dark); font-size: clamp(2.5rem, 4.6vw, 4.9rem); letter-spacing: -0.06em; line-height: 0.95; }
.editorial-intro > div p { margin: 0 0 1rem; color: var(--muted); line-height: 1.75; }

.career-role-grid-five { grid-template-columns: repeat(5, 1fr); }
.career-pathway { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 6vw; padding: clamp(5rem, 8vw, 8rem) clamp(1.25rem, 7vw, 8rem); background: var(--green-dark); color: white; }
.career-pathway > div > p { margin: 0 0 0.8rem; color: var(--gold); font-size: 0.68rem; font-weight: 900; letter-spacing: 0.13em; text-transform: uppercase; }
.career-pathway h2 { margin: 0; color: white; font-size: clamp(2.7rem, 4.8vw, 5rem); letter-spacing: -0.06em; line-height: 0.94; }
.career-pathway ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,0.24); }
.career-pathway li { display: grid; grid-template-columns: 55px 1fr; gap: 1rem; padding: 1.35rem 0; border-bottom: 1px solid rgba(255,255,255,0.24); }
.career-pathway li span { color: var(--gold); font-size: 0.65rem; font-weight: 900; }
.career-pathway li strong { font-size: 1rem; }

.evidence-band { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 6vw; align-items: end; padding: clamp(4rem, 7vw, 7rem) clamp(1.25rem, 7vw, 8rem); background: var(--gold); }
.evidence-band p { color: var(--red); }
.evidence-band h2 { color: #222; }
.evidence-band > div:last-child { display: grid; gap: 0.8rem; }
.evidence-band > div:last-child > p { color: rgba(34,34,34,0.72); font-size: 0.82rem; font-weight: 400; letter-spacing: 0; line-height: 1.65; text-transform: none; }
.evidence-band a { width: fit-content; padding-bottom: 0.3rem; border-bottom: 2px solid currentColor; color: #222; font-size: 0.72rem; font-weight: 900; }

.system-grid-section { padding: clamp(5rem, 8vw, 8rem) clamp(1.25rem, 6vw, 7rem); background: white; }
.system-grid-heading { max-width: 1050px; margin: 0 auto; }
.system-grid-heading > p, .partner-profile > div:first-child > p, .franchise-process > div:first-child > p, .community-priority-heading > p, .history-heading > p, .impact-heading > p, .environment-copy > p, .waste-order > div > p, .pairing-section > div:first-child > p { color: var(--red); }
.system-grid { max-width: 1360px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin: 3rem auto 0; border: 1px solid var(--line); background: var(--line); }
.system-grid article { min-height: 340px; padding: 2rem; background: white; }
.system-grid span, .community-priority-list > article > span, .pairing-grid > article > span { color: var(--red); font-size: 0.67rem; font-weight: 900; }
.system-grid h3, .community-priority-list h3, .pairing-grid h3 { margin: 3rem 0 0; color: var(--green-dark); font-size: 1.7rem; line-height: 1; }
.system-grid p, .community-priority-list p, .pairing-grid p { margin: 1rem 0 0; color: var(--muted); font-size: 0.78rem; line-height: 1.65; }
.support-split { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: 6vw; padding: clamp(5rem, 8vw, 8rem) clamp(1.25rem, 7vw, 8rem); background: var(--green-dark); color: white; }
.support-copy h2 { color: white; }
.support-copy > span { display: block; margin-top: 1.2rem; color: rgba(255,255,255,0.72); line-height: 1.7; }
.support-split ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,0.24); }
.support-split li { padding: 1.25rem 0; border-bottom: 1px solid rgba(255,255,255,0.24); font-weight: 800; }
.partner-profile { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 6vw; padding: clamp(5rem, 8vw, 8rem) clamp(1.25rem, 7vw, 8rem); background: var(--cream); }
.trait-list { display: grid; border-top: 1px solid var(--line); }
.trait-list span { display: grid; grid-template-columns: 60px 1fr; gap: 1rem; padding: 1.25rem 0; border-bottom: 1px solid var(--line); color: var(--green-dark); font-weight: 900; }
.trait-list b { color: var(--red); font-size: 0.65rem; }
.franchise-process { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 6vw; padding: clamp(5rem, 8vw, 8rem) clamp(1.25rem, 7vw, 8rem); background: white; }
.franchise-process ol { margin: 0; padding: 0; list-style: none; }
.franchise-process li { display: grid; grid-template-columns: 55px 1fr; gap: 1rem; padding: 1.25rem 0; border-top: 1px solid var(--line); }
.franchise-process li:last-child { border-bottom: 1px solid var(--line); }
.franchise-process li > b { color: var(--red); font-size: 0.65rem; }
.franchise-process li > span { display: grid; gap: 0.35rem; }
.franchise-process strong { color: var(--green-dark); }
.franchise-process small { color: var(--muted); line-height: 1.5; }
.editorial-cta { display: flex; align-items: end; justify-content: space-between; gap: 3rem; padding: clamp(5rem, 8vw, 8rem) clamp(1.25rem, 7vw, 8rem); background: var(--red); color: white; }
.editorial-cta h2 { max-width: 900px; color: white; }
.editorial-cta span { display: block; margin-top: 1rem; color: rgba(255,255,255,0.76); }

.community-priorities { padding: clamp(5rem, 8vw, 8rem) clamp(1.25rem, 6vw, 7rem); background: white; }
.community-priority-heading { max-width: 1000px; margin: 0 auto; }
.community-priority-list { max-width: 1360px; display: grid; grid-template-columns: repeat(5, 1fr); gap: 1px; margin: 3rem auto 0; background: var(--line); border: 1px solid var(--line); }
.community-priority-list article { min-height: 345px; padding: 1.8rem; background: white; }
.community-measurement { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 6vw; padding: clamp(5rem, 8vw, 8rem) clamp(1.25rem, 7vw, 8rem); background: var(--green-dark); color: white; }
.community-measurement h2 { color: white; }
.community-measurement > div:first-child > span { display: block; margin-top: 1.2rem; color: rgba(255,255,255,0.72); line-height: 1.7; }
.measurement-board { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(255,255,255,0.24); }
.measurement-board span { display: grid; grid-template-columns: 38px 1fr; gap: 0.7rem; padding: 1.25rem 0.5rem 1.25rem 0; border-bottom: 1px solid rgba(255,255,255,0.24); font-size: 0.78rem; font-weight: 800; }
.measurement-board span:nth-child(odd) { border-right: 1px solid rgba(255,255,255,0.24); }
.measurement-board b { color: var(--gold); font-size: 0.62rem; }
.community-listening { display: grid; grid-template-columns: auto 1fr auto; gap: 3rem; align-items: center; padding: clamp(4rem, 7vw, 7rem) clamp(1.25rem, 7vw, 8rem); background: var(--gold); }
.listening-mark { width: 108px; height: 108px; display: grid; place-items: center; border-radius: 24px; background: var(--red); color: white; font-size: 4rem; font-weight: 900; box-shadow: 14px 14px 0 var(--green); }
.listening-mark img { width: 100%; height: 100%; object-fit: contain; }
.community-listening > div:nth-child(2) > p { color: var(--red); }
.community-listening > div:nth-child(2) > span { display: block; max-width: 760px; margin-top: 1rem; color: rgba(34,34,34,0.72); line-height: 1.65; }

.history-section { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 7vw; padding: clamp(5rem, 8vw, 8rem) clamp(1.25rem, 7vw, 8rem); background: white; }
.history-timeline { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.history-timeline li { display: grid; grid-template-columns: 60px 1fr; gap: 1rem; padding: 1.5rem 0; border-bottom: 1px solid var(--line); }
.history-timeline li > span { color: var(--red); font-size: 0.66rem; font-weight: 900; }
.history-timeline li > div { display: grid; gap: 0.55rem; }
.history-timeline strong { color: var(--green-dark); font-size: 1.05rem; }
.history-timeline p { margin: 0; color: var(--muted); font-size: 0.78rem; line-height: 1.65; }
.impact-section { display: grid; grid-template-columns: 0.75fr 1.25fr; gap: 6vw; padding: clamp(5rem, 8vw, 8rem) clamp(1.25rem, 7vw, 8rem); background: var(--cream); }
.impact-heading > span { display: block; margin-top: 1.2rem; color: var(--muted); line-height: 1.7; }
.impact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.impact-grid article { min-height: 260px; padding: 1.8rem; background: white; }
.impact-grid b { color: var(--red); font-size: 0.64rem; letter-spacing: 0.1em; text-transform: uppercase; }
.impact-grid h3 { margin: 2.5rem 0 0; color: var(--green-dark); font-size: 1.55rem; }
.impact-grid p { margin: 0.8rem 0 0; color: var(--muted); font-size: 0.76rem; line-height: 1.6; }
.environment-feature { display: grid; grid-template-columns: 1.05fr 0.95fr; background: var(--green-dark); color: white; }
.environment-photo { min-height: 690px; }
.environment-photo img { width: 100%; height: 100%; object-fit: cover; }
.environment-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(3rem, 6vw, 6rem); }
.environment-copy h2 { color: white; }
.environment-copy > span { display: block; margin-top: 1.2rem; color: rgba(255,255,255,0.72); line-height: 1.7; }
.environment-copy ul { margin: 1.5rem 0 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,0.22); }
.environment-copy li { padding: 1rem 0; border-bottom: 1px solid rgba(255,255,255,0.22); font-size: 0.78rem; line-height: 1.55; }
.waste-order { display: grid; grid-template-columns: 0.75fr 1.25fr; gap: 6vw; padding: clamp(5rem, 8vw, 8rem) clamp(1.25rem, 7vw, 8rem); background: white; }
.waste-order ol { margin: 0; padding: 0; list-style: none; }
.waste-order li { display: grid; grid-template-columns: 55px 1fr; gap: 1rem; padding: 1.25rem 0; border-top: 1px solid var(--line); }
.waste-order li:last-child { border-bottom: 1px solid var(--line); }
.waste-order b { color: var(--red); font-size: 0.63rem; }
.waste-order span { color: var(--green-dark); font-weight: 900; }

.collaboration-hero { position: relative; min-height: clamp(680px, 58vw, 850px); display: grid; align-items: center; overflow: hidden; background: #102f27; }
.collaboration-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.collaboration-hero-copy { position: relative; z-index: 1; width: min(590px, calc(100% - 3rem)); margin-left: clamp(1.5rem, 6vw, 7rem); color: white; }
.collaboration-hero-copy > p { margin: 0 0 1rem; color: var(--gold); font-size: 0.7rem; font-weight: 900; letter-spacing: 0.16em; }
.collaboration-hero-copy > span { display: block; margin-top: 1.5rem; color: var(--gold); font-size: 1rem; font-weight: 900; }
.collaboration-hero-copy > small { display: block; margin-top: 1rem; color: rgba(255,255,255,0.65); font-size: 0.62rem; }
.collaboration-intro { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 7vw; align-items: center; padding: clamp(5rem, 8vw, 8rem) clamp(1.25rem, 7vw, 8rem); background: #f7f2e7; }
.collaboration-lockup { display: flex; align-items: center; gap: 1rem; }
.collaboration-lockup span { padding: 1.2rem 1.5rem; background: #152e4d; color: white; font-size: clamp(1.8rem, 4vw, 4rem); font-weight: 900; letter-spacing: -0.05em; }
.collaboration-lockup span:last-child { background: var(--green-dark); }
.collaboration-lockup b { color: var(--gold); font-size: 2rem; }
.collaboration-intro > div:last-child p { margin: 0 0 1rem; color: var(--muted); line-height: 1.75; }
.pairing-section { padding: clamp(5rem, 8vw, 8rem) clamp(1.25rem, 6vw, 7rem); background: white; }
.pairing-section > div:first-child { max-width: 1000px; margin: 0 auto; }
.pairing-grid { max-width: 1360px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 3rem auto 0; background: var(--line); border: 1px solid var(--line); }
.pairing-grid article { min-height: 330px; padding: 2rem; background: white; }
.responsible-collaboration { display: grid; grid-template-columns: auto 1fr 0.8fr; gap: 4vw; align-items: center; padding: clamp(5rem, 8vw, 8rem) clamp(1.25rem, 7vw, 8rem); background: #152e4d; color: white; }
.adult-mark { width: 140px; height: 140px; display: grid; place-items: center; align-content: center; border: 2px solid var(--gold); border-radius: 50%; }
.adult-mark span { color: var(--gold); font-size: 2.5rem; font-weight: 900; }
.adult-mark small { color: rgba(255,255,255,0.7); }
.responsible-collaboration h2 { color: white; }
.responsible-collaboration > div:nth-child(2) > span { display: block; margin-top: 1rem; color: rgba(255,255,255,0.72); line-height: 1.7; }
.responsible-collaboration ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,0.22); }
.responsible-collaboration li { padding: 1rem 0; border-bottom: 1px solid rgba(255,255,255,0.22); font-size: 0.76rem; }
.collaboration-status { display: grid; grid-template-columns: 0.3fr 1fr; gap: 4vw; padding: 2rem clamp(1.25rem, 7vw, 8rem); background: #eae5d9; }
.collaboration-status strong { color: var(--green-dark); }
.collaboration-status p { margin: 0; color: var(--muted); font-size: 0.72rem; line-height: 1.6; }

@media (max-width: 1320px) {
  .mega-about-grid { grid-template-columns: repeat(3, 1fr); }
  .career-role-grid-five, .community-priority-list { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 1080px) {
  .world-link-grid { grid-template-columns: 1fr; }
  .world-link-grid a { min-height: 310px; }
  .editorial-intro { grid-template-columns: 1fr; }
  .editorial-intro > div { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
  .career-role-grid-five { grid-template-columns: repeat(2, 1fr); }
  .career-pathway, .evidence-band, .support-split, .partner-profile, .franchise-process, .community-measurement, .history-section, .impact-section, .waste-order, .collaboration-intro { grid-template-columns: 1fr; }
  .system-grid { grid-template-columns: repeat(2, 1fr); }
  .community-priority-list { grid-template-columns: repeat(2, 1fr); }
  .community-listening { grid-template-columns: auto 1fr; }
  .community-listening > a { grid-column: 2; }
  .environment-feature { grid-template-columns: 1fr; }
  .environment-photo { min-height: 560px; }
  .responsible-collaboration { grid-template-columns: auto 1fr; }
  .responsible-collaboration ul { grid-column: 2; }
}

@media (max-width: 700px) {
  .editorial-hero, .collaboration-hero { min-height: 810px; display: flex; flex-direction: column; background: var(--green-dark); }
  .editorial-hero > img, .collaboration-hero > img { position: relative; height: 350px; object-position: 65% center; }
  .editorial-hero-card, .collaboration-hero-copy { width: 100%; margin: 0; padding: 3rem 1.5rem; box-shadow: none; }
  .editorial-hero-card.light-card { background: white; }
  .collaboration-hero-copy { background: #102f27; }
  .editorial-intro, .career-pathway, .evidence-band, .system-grid-section, .support-split, .partner-profile, .franchise-process, .community-priorities, .community-measurement, .history-section, .impact-section, .waste-order, .collaboration-intro, .pairing-section, .responsible-collaboration, .editorial-cta { padding-inline: 1.5rem; }
  .editorial-intro > div { grid-template-columns: 1fr; }
  .system-grid, .career-role-grid-five, .community-priority-list, .pairing-grid, .impact-grid { grid-template-columns: 1fr; }
  .system-grid article, .community-priority-list article, .pairing-grid article { min-height: 250px; }
  .system-grid h3, .community-priority-list h3, .pairing-grid h3 { margin-top: 2rem; }
  .editorial-cta { align-items: flex-start; flex-direction: column; }
  .community-listening { grid-template-columns: 1fr; padding-inline: 1.5rem; }
  .community-listening > a { grid-column: auto; }
  .measurement-board { grid-template-columns: 1fr; }
  .measurement-board span:nth-child(odd) { border-right: 0; }
  .environment-photo { min-height: 380px; }
  .environment-copy { padding: 3rem 1.5rem; }
  .collaboration-lockup { flex-wrap: wrap; }
  .collaboration-lockup span { font-size: 1.8rem; }
  .responsible-collaboration { grid-template-columns: 1fr; }
  .responsible-collaboration ul { grid-column: auto; }
  .adult-mark { width: 110px; height: 110px; }
  .collaboration-status { grid-template-columns: 1fr; padding-inline: 1.5rem; }
}

/* Full day menu */
.full-menu-page { background: #fff; }
.full-menu-hero { padding: clamp(5rem, 9vw, 9rem) clamp(1.25rem, 7vw, 8rem) 0; background: var(--cream); }
.full-menu-hero > p, .menu-kicker, .deal-list-heading > p, .kebbo-hours-copy > p, .after-four-copy > p, .evening-kebabs > div:first-child > p, .kids-drinks-section > div:first-child > p {
  margin: 0 0 0.9rem;
  color: var(--red);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.full-menu-hero h1 { max-width: 1100px; margin: 0; color: var(--green-dark); font-size: clamp(3.6rem, 7vw, 7.7rem); font-weight: 900; letter-spacing: -0.075em; line-height: 0.88; }
.full-menu-hero > span { display: block; max-width: 700px; margin-top: 1.6rem; color: var(--muted); line-height: 1.75; }
.menu-time-nav { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 1080px; margin-top: clamp(3.5rem, 6vw, 6rem); background: white; box-shadow: var(--shadow); transform: translateY(50%); }
.menu-time-nav a { min-height: 112px; display: grid; align-content: center; gap: 0.35rem; padding: 1rem 1.6rem; border-right: 1px solid var(--line); }
.menu-time-nav a:last-child { border-right: 0; background: #152e4d; color: white; }
.menu-time-nav a:hover { background: var(--gold); color: #222; }
.menu-time-nav b { font-size: 1rem; }
.menu-time-nav small { color: var(--muted); font-size: 0.65rem; }
.menu-time-nav a:last-child small { color: rgba(255,255,255,0.65); }
.menu-time-nav a:last-child:hover small { color: rgba(34,34,34,0.68); }

.daypart-section { padding: clamp(8rem, 11vw, 11rem) clamp(1.25rem, 7vw, 8rem) clamp(6rem, 9vw, 9rem); }
.daypart-intro { display: flex; align-items: end; justify-content: space-between; gap: 3rem; max-width: 1400px; margin: 0 auto 3rem; }
.daypart-intro h2, .deal-list-heading h2, .kebbo-hours h2, .after-four-copy h2, .evening-kebabs h2, .kids-drinks-section h2 {
  margin: 0;
  font-size: clamp(2.8rem, 5vw, 5.5rem);
  font-weight: 900;
  letter-spacing: -0.06em;
  line-height: 0.92;
}
.daypart-intro h2, .deal-list-heading h2, .evening-kebabs h2, .kids-drinks-section h2 { color: var(--green-dark); }
.daypart-intro > div:first-child > span { display: block; max-width: 720px; margin-top: 1.2rem; color: var(--muted); line-height: 1.7; }
.daypart-hours { flex: 0 0 auto; padding: 0.75rem 1rem; border: 1px solid var(--line); border-radius: 999px; color: var(--green); font-size: 0.68rem; font-weight: 900; text-transform: uppercase; }

.menu-visual-feature { position: relative; max-width: 1400px; min-height: 590px; margin: 0 auto 3rem; overflow: hidden; background: var(--cream); }
.menu-visual-feature > img { width: 100%; height: 100%; min-height: 590px; object-fit: cover; }
.menu-visual-label { position: absolute; left: 2rem; bottom: 2rem; width: min(390px, calc(100% - 4rem)); display: grid; gap: 0.55rem; padding: 1.5rem; background: var(--red); color: white; box-shadow: var(--shadow); }
.visual-right-label .menu-visual-label { left: auto; right: 2rem; background: var(--green-dark); }
.menu-visual-label span { color: var(--gold); font-size: 0.62rem; font-weight: 900; letter-spacing: 0.12em; text-transform: uppercase; }
.menu-visual-label strong { font-size: 1.45rem; line-height: 1.1; }

.breakfast-columns { max-width: 1400px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 0 auto; border: 1px solid var(--line); background: var(--line); }
.menu-list-card { padding: clamp(1.5rem, 3vw, 2.5rem); background: white; }
.menu-list-card > h2 { margin: 0 0 1.4rem; color: var(--green-dark); font-size: 2rem; }
.detailed-menu-rows { width: 100%; }
.detailed-menu-row { display: grid; grid-template-columns: 1fr auto; gap: 1rem; align-items: start; padding: 1.15rem 0; border-top: 1px solid var(--line); }
.detailed-menu-row:last-child { border-bottom: 1px solid var(--line); }
.detailed-menu-row h3 { margin: 0; color: var(--green-dark); font-size: 0.88rem; }
.detailed-menu-row p { margin: 0.35rem 0 0; color: var(--muted); font-size: 0.69rem; line-height: 1.5; }
.detailed-menu-row > strong { color: var(--red); font-size: 0.9rem; white-space: nowrap; }

.deal-list-panel { max-width: 1400px; display: grid; grid-template-columns: 0.75fr 1.25fr; gap: clamp(2rem, 6vw, 6rem); margin: 3rem auto 0; padding: clamp(2.5rem, 5vw, 5rem); background: var(--gold); }
.deal-list-heading > p { color: var(--red); }
.deal-list-heading h2 { color: #222; font-size: clamp(2.5rem, 4vw, 4.4rem); }
.deal-list-heading > span { display: block; margin-top: 1rem; color: rgba(34,34,34,0.7); line-height: 1.6; }
.deal-list-panel .detailed-menu-row { border-color: rgba(34,34,34,0.28); }
.deal-list-panel .detailed-menu-row h3 { color: #222; }
.deal-list-panel .detailed-menu-row p { color: rgba(34,34,34,0.68); }
.deal-list-panel .detailed-menu-row > strong { color: var(--green-dark); }

.lunch-menu-section { background: #f7f5ef; }
.lunch-menu-section > .detailed-menu-rows { max-width: 1400px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 3rem; margin: 0 auto; padding: 2rem 3rem; background: white; border: 1px solid var(--line); }
.kebbo-hours { position: relative; max-width: 1400px; display: grid; grid-template-columns: 0.45fr 0.75fr 1.5fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; margin: 3rem auto 0; padding: clamp(2.5rem, 5vw, 5rem); overflow: hidden; background: var(--green-dark); color: white; }
.kebbo-hours::after { content: "K"; position: absolute; right: -0.08em; bottom: -0.34em; color: rgba(255,255,255,0.035); font-size: 25rem; font-weight: 900; line-height: 1; pointer-events: none; }
.kebbo-hours-clock { position: relative; z-index: 1; width: 180px; height: 180px; display: flex; align-items: center; justify-content: center; gap: 0.4rem; border: 3px solid var(--gold); border-radius: 50%; color: var(--gold); }
.kebbo-hours-clock span { font-size: 3.8rem; font-weight: 900; }
.kebbo-hours-clock b { font-size: 0.68rem; text-transform: uppercase; }
.kebbo-hours-copy { position: relative; z-index: 1; }
.kebbo-hours-copy > p { color: var(--gold); }
.kebbo-hours h2 { color: white; }
.kebbo-hours-copy > span { display: block; margin-top: 1rem; color: rgba(255,255,255,0.72); line-height: 1.6; }
.kebbo-hour-deals { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.kebbo-hour-deals article { padding: 1.7rem; background: white; color: var(--ink); }
.kebbo-hour-deals article > p { margin: 0; color: var(--red); font-size: 0.62rem; font-weight: 900; letter-spacing: 0.12em; text-transform: uppercase; }
.kebbo-hour-deals h3 { margin: 0.55rem 0 0; color: var(--green-dark); font-size: 1.5rem; }
.kebbo-hour-deals ul, .after-four-deal-grid ul { margin: 1rem 0 0; padding: 0; list-style: none; }
.kebbo-hour-deals li { padding: 0.45rem 0; border-top: 1px solid var(--line); color: var(--muted); font-size: 0.68rem; }
.kebbo-hour-deals article > strong { display: block; margin-top: 1rem; color: var(--red); font-size: 2rem; }
.kebbo-hours > small { position: relative; z-index: 1; grid-column: 2 / -1; color: rgba(255,255,255,0.55); font-size: 0.58rem; }

.after-four-section { padding: clamp(5rem, 8vw, 8rem) clamp(1.25rem, 7vw, 8rem); background: #152e4d; color: white; }
.after-four-hero { max-width: 1400px; display: grid; grid-template-columns: 1.15fr 0.85fr; margin: 0 auto; background: #0f233c; }
.after-four-hero > img { width: 100%; height: 100%; min-height: 620px; object-fit: cover; }
.after-four-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(2.5rem, 5vw, 5rem); }
.after-four-copy > p { color: var(--gold); }
.vybe-wordmark { color: white; font-size: clamp(3.3rem, 6vw, 6.8rem); font-weight: 900; letter-spacing: -0.07em; line-height: 0.9; }
.vybe-wordmark i { color: var(--gold); font-size: 0.38em; font-style: normal; letter-spacing: 0.12em; vertical-align: middle; }
.after-four-copy h2 { margin-top: 1.5rem; color: white; font-size: clamp(2.5rem, 4vw, 4.5rem); }
.single-beer-price { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-top: 2rem; padding: 1.2rem 0; border-top: 1px solid rgba(255,255,255,0.25); border-bottom: 1px solid rgba(255,255,255,0.25); }
.single-beer-price span { font-weight: 900; }
.single-beer-price strong { color: var(--gold); font-size: 2rem; }
.after-four-copy > small { margin-top: 1rem; color: rgba(255,255,255,0.58); font-size: 0.6rem; }
.after-four-deal-grid { max-width: 1400px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 1px auto 0; background: rgba(255,255,255,0.18); }
.after-four-deal-grid article { min-height: 380px; display: flex; flex-direction: column; padding: clamp(1.8rem, 3vw, 3rem); background: #193958; }
.after-four-deal-grid article:nth-child(2) { background: #f4ecda; color: #222; }
.after-four-deal-grid article:nth-child(3) { background: var(--gold); color: #222; }
.after-four-deal-grid article > p { margin: 0; color: var(--gold); font-size: 0.64rem; font-weight: 900; letter-spacing: 0.12em; text-transform: uppercase; }
.after-four-deal-grid article:nth-child(n+2) > p { color: var(--red); }
.after-four-deal-grid h3 { margin: 1rem 0 0; font-size: clamp(2.1rem, 3vw, 3.3rem); line-height: 0.95; }
.after-four-deal-grid li { padding: 0.7rem 0; border-top: 1px solid currentColor; font-size: 0.72rem; opacity: 0.78; }
.after-four-deal-grid article > strong { margin-top: auto; color: var(--gold); font-size: clamp(2.8rem, 4vw, 4.6rem); }
.after-four-deal-grid article:nth-child(n+2) > strong { color: var(--green-dark); }
.evening-kebabs { max-width: 1400px; display: grid; grid-template-columns: 0.6fr 1.4fr; gap: 4rem; align-items: center; margin: 3rem auto 0; padding: clamp(2.5rem, 5vw, 5rem); background: white; color: var(--ink); }
.evening-kebabs > div:first-child > p { color: var(--red); }
.evening-kebabs h2 { font-size: clamp(2.3rem, 4vw, 4rem); }
.evening-price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.evening-price-grid article { min-height: 210px; display: flex; flex-direction: column; padding: 1.5rem; border: 1px solid var(--line); }
.evening-price-grid span { color: var(--green-dark); font-weight: 900; }
.evening-price-grid small { margin-top: 0.6rem; color: var(--muted); line-height: 1.45; }
.evening-price-grid strong { margin-top: auto; color: var(--red); font-size: 1.8rem; }
.alcohol-service-note { max-width: 1400px; margin: 1.5rem auto 0; color: rgba(255,255,255,0.6); font-size: 0.63rem; line-height: 1.6; }

.kids-drinks-section { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 6vw; align-items: center; padding: clamp(5rem, 8vw, 8rem) clamp(1.25rem, 7vw, 8rem); background: var(--gold); }
.kids-drinks-section > div:first-child > p { color: var(--red); }
.kids-drinks-section > div:first-child > span { display: block; margin-top: 1rem; color: rgba(34,34,34,0.7); }
.kids-drink-options { display: grid; grid-template-columns: repeat(2, 1fr); background: white; }
.kids-drink-options span { min-height: 86px; display: flex; align-items: center; padding: 1rem 1.3rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--green-dark); font-size: 0.78rem; font-weight: 900; }
.kids-drink-options strong { grid-column: 1 / -1; padding: 1.2rem; background: var(--green-dark); color: white; text-align: center; font-size: 1.3rem; }
.menu-allergen-note { display: grid; grid-template-columns: 0.35fr 1fr; gap: 3rem; padding: 2rem clamp(1.25rem, 7vw, 8rem); background: #eceae4; }
.menu-allergen-note strong { color: var(--green-dark); }
.menu-allergen-note p { max-width: 900px; margin: 0; color: var(--muted); font-size: 0.68rem; line-height: 1.6; }

@media (max-width: 1080px) {
  .breakfast-columns { grid-template-columns: 1fr; }
  .deal-list-panel, .after-four-hero, .evening-kebabs, .kids-drinks-section { grid-template-columns: 1fr; }
  .lunch-menu-section > .detailed-menu-rows { grid-template-columns: 1fr; }
  .kebbo-hours { grid-template-columns: auto 1fr; }
  .kebbo-hour-deals { grid-column: 1 / -1; }
  .kebbo-hours > small { grid-column: 1 / -1; }
  .after-four-hero > img { min-height: 500px; }
  .evening-price-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 700px) {
  .full-menu-hero { padding-top: 4rem; }
  .full-menu-hero h1 { font-size: clamp(3.4rem, 16vw, 5.3rem); }
  .menu-time-nav { grid-template-columns: 1fr; transform: translateY(2rem); }
  .menu-time-nav a { min-height: 86px; border-right: 0; border-bottom: 1px solid var(--line); }
  .daypart-section { padding-top: 6rem; padding-inline: 1rem; }
  .daypart-intro { align-items: flex-start; flex-direction: column; gap: 1.2rem; }
  .menu-visual-feature, .menu-visual-feature > img { min-height: 410px; }
  .menu-visual-feature > img { object-position: center; }
  .menu-visual-label, .visual-right-label .menu-visual-label { left: 1rem; right: 1rem; bottom: 1rem; width: auto; }
  .deal-list-panel { padding: 2rem 1.3rem; }
  .lunch-menu-section > .detailed-menu-rows { padding: 1rem; }
  .kebbo-hours { grid-template-columns: 1fr; padding: 2rem 1.3rem; }
  .kebbo-hours-clock { width: 130px; height: 130px; }
  .kebbo-hours-clock span { font-size: 2.8rem; }
  .kebbo-hour-deals, .after-four-deal-grid, .evening-price-grid { grid-template-columns: 1fr; }
  .after-four-section { padding-inline: 1rem; }
  .after-four-hero > img { min-height: 360px; }
  .after-four-copy { padding: 2.5rem 1.3rem; }
  .after-four-deal-grid article { min-height: 320px; }
  .evening-kebabs { gap: 2rem; padding: 2rem 1.3rem; }
  .kids-drinks-section { padding-inline: 1.5rem; }
  .kids-drink-options { grid-template-columns: 1fr; }
  .kids-drink-options span { border-right: 0; }
  .menu-allergen-note { grid-template-columns: 1fr; gap: 0.8rem; padding-inline: 1.5rem; }
}

/* Kebbo's story, partner network and brand-safe motion */
.mega-collaboration-grid { grid-template-columns: repeat(3, 1fr); }
.mega-collaboration-grid a:nth-child(3) { background: var(--red); color: white; }
.mega-collaboration-grid a:nth-child(3) span,
.mega-collaboration-grid a:nth-child(3) b { color: var(--gold); }
.mega-collaboration-grid a:nth-child(3) strong { color: white; }
.mega-collaboration-grid a:nth-child(3) small { color: rgba(255,255,255,0.76); }

.work-with-us > img { object-position: center 36%; }
.careers-editorial-hero > img { object-position: center 32%; }
.careers-editorial-hero .editorial-hero-card { background: rgba(5,56,43,0.96); }

.story-dayparts { padding: clamp(5rem, 8vw, 8rem) clamp(1.25rem, 6vw, 7rem); background: var(--cream); }
.story-dayparts-heading { max-width: 1050px; margin: 0 auto; }
.story-dayparts-heading > p,
.distributor-heading > p,
.supply-journey > div:first-child > p,
.uniform-standard > div:first-child > p,
.distributor-vybe-band > div:nth-child(2) > p {
  margin: 0 0 0.8rem;
  color: var(--red);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.story-dayparts-heading h2,
.distributor-heading h2,
.supply-journey h2,
.uniform-standard h2,
.distributor-vybe-band h2 {
  margin: 0;
  color: var(--green-dark);
  font-size: clamp(2.7rem, 5vw, 5.2rem);
  font-weight: 900;
  letter-spacing: -0.06em;
  line-height: 0.94;
}
.story-daypart-grid { max-width: 1360px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin: 3rem auto 0; border: 1px solid var(--line); background: var(--line); }
.story-daypart-grid article { min-height: 350px; display: flex; flex-direction: column; padding: 2rem; background: white; transition: transform 0.25s ease, background 0.25s ease; }
.story-daypart-grid article:hover { position: relative; z-index: 1; transform: translateY(-8px); box-shadow: var(--shadow); }
.story-daypart-grid article.is-evening { background: #152e4d; color: white; }
.story-daypart-grid article > span { width: fit-content; padding: 0.55rem 0.75rem; border-radius: 999px; background: var(--gold); color: #222; font-size: 0.65rem; font-weight: 900; }
.story-daypart-grid article > p { margin: auto 0 0; color: var(--red); font-size: 0.64rem; font-weight: 900; letter-spacing: 0.12em; text-transform: uppercase; }
.story-daypart-grid article.is-evening > p { color: var(--gold); }
.story-daypart-grid h3 { margin: 0.7rem 0 0; color: var(--green-dark); font-size: 1.65rem; line-height: 1.02; }
.story-daypart-grid article.is-evening h3 { color: white; }
.story-daypart-grid small { margin-top: 1rem; color: var(--muted); font-size: 0.72rem; line-height: 1.6; }
.story-daypart-grid article.is-evening small { color: rgba(255,255,255,0.72); }

.uniform-standard { display: grid; grid-template-columns: 1fr 0.85fr; gap: 6vw; align-items: end; padding: clamp(5rem, 8vw, 8rem) clamp(1.25rem, 7vw, 8rem); background: var(--cream); }
.uniform-standard > div:first-child > span { display: block; max-width: 760px; margin-top: 1.2rem; color: var(--muted); line-height: 1.75; }
.uniform-swatch-row { display: grid; grid-template-columns: repeat(2, 1fr); border: 1px solid var(--line); background: white; }
.uniform-swatch-row > span { min-height: 96px; display: flex; align-items: center; gap: 0.8rem; padding: 1rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--green-dark); font-size: 0.72rem; font-weight: 900; }
.uniform-swatch-row i { width: 34px; height: 34px; flex: 0 0 34px; border: 1px solid rgba(0,0,0,0.09); border-radius: 50%; }
.swatch-cream { background: #f2e8d4; }
.swatch-green { background: #114633; }
.swatch-red { background: #c9211b; }
.swatch-gold { background: #edae17; }

.distributor-editorial-hero > img { object-position: center; }
.distributor-hero-card { background: rgba(5,56,43,0.96); }
.distributor-partners { padding: clamp(5rem, 8vw, 8rem) clamp(1.25rem, 6vw, 7rem); background: white; }
.distributor-heading { max-width: 1050px; margin: 0 auto; }
.distributor-partner-grid { max-width: 1360px; display: grid; grid-template-columns: repeat(5, 1fr); gap: 1px; margin: 3rem auto 0; border: 1px solid var(--line); background: var(--line); }
.distributor-partner-grid article { min-height: 390px; display: flex; flex-direction: column; padding: 2rem; background: white; }
.distributor-partner-grid article:nth-child(5) { background: #152e4d; color: white; }
.distributor-partner-grid span { color: var(--red); font-size: 0.68rem; font-weight: 900; }
.distributor-partner-grid article:nth-child(5) span { color: var(--gold); }
.distributor-partner-grid h3 { margin: auto 0 0; color: var(--green-dark); font-size: 1.55rem; line-height: 1.03; }
.distributor-partner-grid article:nth-child(5) h3 { color: white; }
.distributor-partner-grid p { margin: 1rem 0 0; color: var(--muted); font-size: 0.73rem; line-height: 1.65; }
.distributor-partner-grid article:nth-child(5) p { color: rgba(255,255,255,0.72); }

.supply-journey { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 6vw; padding: clamp(5rem, 8vw, 8rem) clamp(1.25rem, 7vw, 8rem); background: var(--gold); }
.supply-journey ol { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin: 0; padding: 0; background: rgba(34,34,34,0.18); list-style: none; }
.supply-journey li { min-height: 165px; display: flex; gap: 1rem; padding: 1.5rem; background: rgba(255,255,255,0.78); }
.supply-journey li > b { color: var(--red); font-size: 0.68rem; }
.supply-journey li > span { display: grid; align-content: start; gap: 0.5rem; }
.supply-journey li strong { color: var(--green-dark); font-size: 1.2rem; }
.supply-journey li small { color: var(--muted); line-height: 1.55; }
.distributor-requirements { background: var(--green-dark); }
.distributor-vybe-band { display: grid; grid-template-columns: auto 1fr auto; gap: 4vw; align-items: center; padding: clamp(4rem, 7vw, 7rem) clamp(1.25rem, 7vw, 8rem); background: #152e4d; color: white; }
.distributor-vybe-band h2 { color: white; }
.distributor-vybe-band > div:nth-child(2) > p { color: var(--gold); }
.distributor-vybe-band > div:nth-child(2) > span { display: block; max-width: 760px; margin-top: 1rem; color: rgba(255,255,255,0.72); line-height: 1.7; }

@media (prefers-reduced-motion: no-preference) {
  .campaign-hero > img { animation: kebbos-hero-drift 15s ease-in-out infinite alternate; }
  .campaign-card { animation: kebbos-card-arrive 0.75s cubic-bezier(.2,.8,.2,1) both; }
  .campaign-feature,
  .offers-section,
  .work-with-us,
  .story-dayparts,
  .distributor-partners,
  .supply-journey,
  .uniform-standard {
    animation: kebbos-reveal linear both;
    animation-timeline: view();
    animation-range: entry 8% cover 24%;
  }
  .feature-photo img,
  .editorial-hero > img,
  .collaboration-hero > img { transition: transform 0.8s cubic-bezier(.2,.8,.2,1); }
  .campaign-feature:hover .feature-photo img,
  .editorial-hero:hover > img,
  .collaboration-hero:hover > img { transform: scale(1.025); }
}

@keyframes kebbos-hero-drift {
  from { transform: scale(1); }
  to { transform: scale(1.035); }
}
@keyframes kebbos-card-arrive {
  from { opacity: 0; transform: translate(-28px, -50%); }
  to { opacity: 1; transform: translate(0, -50%); }
}
@keyframes kebbos-reveal {
  from { opacity: 0; transform: translateY(36px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 1320px) {
  .mega-collaboration-grid { grid-template-columns: repeat(3, 1fr); }
  .distributor-partner-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 1080px) {
  .story-daypart-grid { grid-template-columns: repeat(2, 1fr); }
  .uniform-standard,
  .supply-journey,
  .distributor-vybe-band { grid-template-columns: 1fr; }
  .distributor-vybe-band .adult-mark { width: 110px; height: 110px; }
  .distributor-partner-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 700px) {
  .mega-collaboration-grid,
  .story-daypart-grid,
  .distributor-partner-grid,
  .supply-journey ol,
  .uniform-swatch-row { grid-template-columns: 1fr; }
  .story-dayparts,
  .distributor-partners,
  .supply-journey,
  .uniform-standard,
  .distributor-vybe-band { padding-inline: 1.5rem; }
  .story-daypart-grid article,
  .distributor-partner-grid article { min-height: 270px; }
  .work-with-us { min-height: 810px; align-items: end; }
  .work-with-us > img { height: 420px; object-position: center top; }
  .work-with-us-copy { width: 100%; margin: 0; padding: 2.5rem 1.5rem; box-shadow: none; }
  .careers-editorial-hero > img { object-position: center top; }
  @keyframes kebbos-card-arrive {
    from { opacity: 0; transform: translateY(24px); }
    to { opacity: 1; transform: translateY(0); }
  }
}

/* Final brand-system overrides: intentionally last in the cascade. */
.feature-lunch .feature-copy,
.meal-deal-band,
.menu-note,
.menu-section-kebbo-hours .menu-results-heading,
.evidence-band,
.community-listening,
.deal-list-panel,
.kids-drinks-section,
.footer-enquiry-card,
.investor-evidence { background: var(--gold-soft); }
.supply-journey { background: #ead7c2; }
.distributor-hero-card { background: rgba(117, 48, 37, .96); }
.distributor-partner-grid article:nth-child(5) { background: #6f3028; }
.swatch-gold { background: var(--gold); }

.footer-k-mark { width: 170px; height: 106px; flex: 0 0 170px; overflow: hidden; border-radius: 16px; background: white; box-shadow: none; }
.footer-k-mark img,
.footer-signature span img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.footer-signature span { width: 120px; height: 74px; overflow: hidden; border-radius: 12px; background: white; }

.work-with-us-v2 { grid-template-rows: auto; align-items: stretch; }
.work-with-us-v2 > .work-team-visual { grid-row: auto; min-height: 760px; }
.work-with-us-v2 .work-with-us-copy { align-self: stretch; display: flex; flex-direction: column; justify-content: center; }

@media (max-width: 700px) {
  .footer-k-mark { width: 145px; height: 90px; flex-basis: 145px; }
  .work-with-us-v2 > .work-team-visual { min-height: 420px; }
}

/* V15 product presentation and left-image/right-information alignment. */
.campaign-feature {
  max-width: 1400px;
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr);
  align-items: stretch;
}
.campaign-feature .feature-photo { grid-column: 1; }
.campaign-feature .feature-copy { grid-column: 2; }
.feature-photo { min-height: 620px; }
.feature-copy { padding: clamp(3rem, 6vw, 6.5rem); }
.feature-copy > span { max-width: 58ch; line-height: 1.8; }

.meal-deal-band {
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr);
  gap: 0;
  align-items: stretch;
  padding: 0;
  background: var(--gold-soft);
}
.meal-deal-showcase {
  grid-column: 1;
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 650px;
  aspect-ratio: auto;
  border-radius: 0;
  box-shadow: none;
  object-fit: cover;
}
.meal-deal-copy {
  grid-column: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: clamp(3rem, 6vw, 6.5rem);
}
.meal-deal-copy .deal-mark { width: 180px; height: auto; margin-bottom: 2rem; }
.meal-deal-copy .deal-mark img { width: 100%; height: auto; }
.meal-deal-copy > span { max-width: 58ch; line-height: 1.8; }
.meal-deal-copy > a { margin-top: 1.8rem; }
.menu-combo-label,
.shop-combo-label,
.meal-combo-underline {
  display: block;
  width: fit-content;
  margin-top: .9rem;
  color: var(--red);
  font-size: .67rem;
  font-weight: 900;
  letter-spacing: .11em;
  line-height: 1.4;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: .4em;
  text-transform: uppercase;
}
.shop-product-copy > .shop-combo-label { min-height: 0; }
.shop-product-copy > p { line-height: 1.65; }
.menu-product-copy > p { line-height: 1.65; }

.editorial-hero,
.collaboration-hero {
  position: relative;
  min-height: 680px;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr);
  align-items: stretch;
}
.editorial-hero > img,
.collaboration-hero > img {
  position: static;
  inset: auto;
  grid-column: 1;
  width: 100%;
  height: 100%;
  min-height: 680px;
  object-fit: cover;
}
.editorial-hero-card,
.collaboration-hero-copy {
  position: static;
  z-index: auto;
  grid-column: 2;
  width: auto;
  max-width: none;
  margin: 0;
  padding: clamp(3rem, 6vw, 6.5rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: none;
  background: var(--green-dark);
}
.editorial-hero-card > span,
.collaboration-hero-copy > span { max-width: 58ch; line-height: 1.8; }
.editorial-hero-card.light-card { background: rgba(255,255,255,.98); }
.environment-feature { grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr); align-items: stretch; }
.environment-copy { padding: clamp(3rem, 6vw, 6.5rem); }

@media (max-width: 900px) {
  .campaign-feature,
  .meal-deal-band,
  .editorial-hero,
  .collaboration-hero,
  .environment-feature { grid-template-columns: 1fr; }
  .campaign-feature .feature-photo,
  .campaign-feature .feature-copy,
  .meal-deal-showcase,
  .meal-deal-copy,
  .editorial-hero > img,
  .collaboration-hero > img,
  .editorial-hero-card,
  .collaboration-hero-copy { grid-column: 1; }
  .feature-photo,
  .meal-deal-showcase,
  .editorial-hero > img,
  .collaboration-hero > img { min-height: 380px; }
  .feature-copy,
  .meal-deal-copy,
  .editorial-hero-card,
  .collaboration-hero-copy,
  .environment-copy { padding: clamp(2.25rem, 8vw, 4rem) clamp(1.5rem, 7vw, 3rem); }
}

/* V16 approved-content and calm-accent refinements. */
.distributor-hero-card { background: rgba(33, 73, 84, .97); }
.distributor-partner-grid article:nth-child(5) { background: #284f5b; }
.coupon-red,
.career-register,
.editorial-cta,
.franchise-panel,
.story-card,
.community-card { background: var(--accent); }

.editorial-brand-logo { width: min(210px, 72%); height: auto; margin-bottom: 1.5rem; border-radius: 8px; }

.career-information-hub {
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: start;
  padding: clamp(5rem, 8vw, 8rem) clamp(1.25rem, 7vw, 8rem);
  background: var(--cream);
}
.career-information-hub > div:first-child > p {
  margin: 0 0 .8rem;
  color: var(--accent);
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.career-information-hub h2 {
  margin: 0;
  color: var(--green-dark);
  font-size: clamp(2.7rem, 5vw, 5.2rem);
  font-weight: 900;
  letter-spacing: -.06em;
  line-height: .94;
}
.career-information-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid var(--line);
  background: var(--line);
  gap: 1px;
}
.career-information-grid a {
  min-height: 270px;
  display: flex;
  flex-direction: column;
  padding: 1.6rem;
  background: white;
  transition: transform .2s ease, background .2s ease;
}
.career-information-grid a:hover { position: relative; z-index: 1; transform: translateY(-6px); background: #f8fbfc; }
.career-information-grid span { color: var(--accent); font-size: .66rem; font-weight: 900; }
.career-information-grid strong { margin-top: auto; color: var(--green-dark); font-size: 1.35rem; }
.career-information-grid small { margin-top: .8rem; color: var(--muted); font-size: .72rem; line-height: 1.6; }

.brand-asset-lockup { flex-wrap: nowrap; align-items: stretch; }
.brand-asset-lockup > span {
  width: min(330px, 42vw);
  min-height: 190px;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  background: white;
}
.brand-asset-lockup .vybe-brand-asset { background: #142e4d; }
.brand-asset-lockup .vybe-brand-asset img { width: 100%; height: 100%; object-fit: cover; object-position: 68% center; }
.brand-asset-lockup .kebbos-brand-asset img { width: 100%; height: 100%; object-fit: contain; }
.brand-asset-lockup > b { align-self: center; color: var(--gold); }

@media (max-width: 900px) {
  .career-information-hub { grid-template-columns: 1fr; }
  .career-information-grid { grid-template-columns: 1fr; }
  .career-information-grid a { min-height: 190px; }
}

@media (max-width: 600px) {
  .brand-asset-lockup { flex-wrap: wrap; }
  .brand-asset-lockup > span { width: 100%; min-height: 160px; }
  .brand-asset-lockup > b { width: 100%; text-align: center; }
}

/* V17 alignment and approved takeaway presentation. */
.hero-slide .campaign-card {
  width: min(540px, calc(100% - clamp(3rem, 10vw, 10rem)));
  min-width: 0;
  max-width: calc(100% - 2rem);
  overflow: hidden;
}
.hero-slide .campaign-card h1 {
  max-width: 100%;
  font-size: clamp(3rem, 4.3vw, 4rem);
  line-height: .91;
  letter-spacing: -.055em;
  overflow-wrap: break-word;
}
.hero-slide .campaign-card > span,
.hero-slide .campaign-card > small {
  max-width: 48ch;
  overflow-wrap: break-word;
}
.hero-actions {
  max-width: 100%;
  flex-wrap: wrap;
  align-items: center;
  row-gap: .9rem;
}
.hero-actions > a { max-width: 100%; }

.campaign-card,
.feature-copy,
.meal-deal-copy,
.menu-results-heading > div,
.menu-results-heading > span,
.menu-product-copy,
.shop-product-copy,
.editorial-hero-card,
.collaboration-hero-copy,
.environment-copy,
.work-with-us-copy,
.footer-columns > div,
.footer-brand-story > div,
.footer-enquiry-card {
  min-width: 0;
}
.feature-copy h2,
.meal-deal-copy h2,
.offers-heading h2,
.work-with-us-copy h2,
.about-panel h2,
.franchise-copy h2,
.visit-panel h2,
.menu-results-heading h2,
.menu-product-copy h3,
.shop-product-copy h3,
.footer-brand-story h2,
.footer-enquiry-card h2 {
  max-width: 100%;
  overflow-wrap: break-word;
}
.feature-copy > span,
.meal-deal-copy > span,
.offers-heading > p,
.work-with-us-copy span,
.about-panel > p,
.franchise-copy > span,
.menu-results-heading > span,
.menu-product-copy > p,
.shop-product-copy > p,
.footer-columns p,
.footer-columns a {
  overflow-wrap: break-word;
}
.menu-product-grid,
.shop-product-grid,
.category-card-grid,
.coupon-grid,
.footer-columns { align-items: stretch; }
.menu-product-copy,
.shop-product-copy,
.category-card,
.coupon-card,
.footer-columns > div { height: 100%; }
.menu-card-bottom,
.shop-product-copy > div:last-of-type { margin-top: auto; }
.section-heading-row,
.offers-heading,
.menu-results-heading,
.about-panel,
.franchise-panel,
.visit-panel { min-width: 0; }

@media (max-width: 1080px) {
  .hero-slide .campaign-card {
    left: 2rem;
    width: min(520px, calc(100% - 4rem));
    padding: clamp(2.5rem, 5vw, 3.75rem);
  }
  .hero-slide .campaign-card h1 { font-size: clamp(3rem, 6vw, 4rem); }
}

@media (max-width: 700px) {
  .hero-carousel { min-height: 860px; }
  .hero-slide {
    display: grid;
    grid-template-rows: 320px minmax(0, 1fr);
    align-content: stretch;
  }
  .hero-slide > img {
    position: relative;
    inset: auto;
    height: 320px;
  }
  .hero-slide .campaign-card {
    position: relative;
    inset: auto;
    width: 100%;
    max-width: none;
    min-height: 540px;
    padding: 2.35rem 1.5rem 6rem;
    transform: none;
    overflow: visible;
  }
  .hero-slide .campaign-card h1 {
    font-size: clamp(2.65rem, 12vw, 3.7rem);
    letter-spacing: -.05em;
  }
  .hero-actions { align-items: flex-start; }
}

@media (max-width: 420px) {
  .hero-carousel { min-height: 900px; }
  .hero-slide .campaign-card { min-height: 580px; }
  .hero-actions { flex-direction: column; }
  .hero-actions > a { width: 100%; }
  .hero-text-link { padding: .35rem 0; }
}

/* V19: distinct homepage photography, larger food and complete allergen guidance. */
.category-image {
  aspect-ratio: 4 / 3;
  padding: 0;
  overflow: hidden;
  background: #f7f1e3;
}
.category-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform .35s ease;
}
.category-card:hover .category-image img { transform: scale(1.035); }

.macca-menu-page .menu-product-image {
  aspect-ratio: 4 / 3;
  padding: 0;
  background: #f8f2e5;
}
.macca-menu-page .menu-product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.shop-product-image { aspect-ratio: 4 / 3; padding: 0; }
.shop-product-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.macca-menu-page .menu-product-badge { box-shadow: 0 4px 12px rgba(0,0,0,.12); }

.work-with-us-v2 .work-team-visual > img { object-position: center; }
.careers-editorial-hero > img { object-position: center; }

.menu-note { align-items: center; background: var(--gold-soft); }
.menu-note-action { display: grid; justify-items: start; gap: 1.4rem; }
.menu-note-action > span { max-width: 66ch; color: rgba(34,34,34,.76); line-height: 1.75; }

.social-share-group { display: flex; align-items: center; gap: 1.25rem; }
.social-share-group > span { color: var(--muted); font-size: .67rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.social-links a { font-size: .76rem; transition: transform .2s ease, background .2s ease; }
.social-links a:hover { transform: translateY(-3px); background: var(--green); }

.environment-metric-visual {
  min-height: 680px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  padding: clamp(2rem, 5vw, 5rem);
  background: var(--green-dark);
}
.environment-metric-visual > span {
  min-height: 230px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(1.4rem, 3vw, 2.4rem);
  border: 1px solid rgba(255,255,255,.16);
  color: white;
}
.environment-metric-visual b { color: var(--gold); font-size: .67rem; letter-spacing: .1em; }
.environment-metric-visual strong { margin-top: auto; font-size: clamp(1.7rem, 3vw, 3rem); letter-spacing: -.045em; }
.environment-metric-visual small { margin-top: .65rem; color: rgba(255,255,255,.68); line-height: 1.5; }

.allergen-page { background: white; }
.allergen-hero {
  min-height: 620px;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
  gap: clamp(2rem, 8vw, 8rem);
  align-items: center;
  padding: clamp(5rem, 9vw, 9rem) clamp(1.25rem, 7vw, 8rem);
  background: var(--green-dark);
  color: white;
}
.allergen-hero p,
.allergen-alert > div:first-child > p,
.allergen-list > div:first-child > p,
.allergen-section-heading > p,
.allergen-sources p,
.allergen-cta p {
  margin: 0 0 .8rem;
  color: var(--gold);
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.allergen-hero h1 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(4rem, 8vw, 8rem);
  letter-spacing: -.075em;
  line-height: .88;
}
.allergen-hero > div:first-child > span { display: block; max-width: 720px; margin-top: 1.6rem; color: rgba(255,255,255,.74); font-size: 1rem; line-height: 1.8; }
.allergen-hero-mark { min-height: 320px; display: flex; flex-direction: column; justify-content: space-between; padding: 2.2rem; border: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.06); }
.allergen-hero-mark span { width: 72px; height: 72px; display: grid; place-items: center; border-radius: 50%; background: var(--gold); color: var(--green-dark); font-size: 2.4rem; font-weight: 900; }
.allergen-hero-mark strong { max-width: 230px; font-size: clamp(2rem, 3vw, 3.4rem); letter-spacing: -.05em; line-height: .96; }

.allergen-alert,
.allergen-list,
.allergen-guidance,
.allergen-documents,
.allergen-sources,
.allergen-cta {
  padding: clamp(4.5rem, 8vw, 8rem) clamp(1.25rem, 7vw, 8rem);
}
.allergen-alert { display: grid; grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr); gap: clamp(2rem, 7vw, 7rem); background: #fff7e2; }
.allergen-alert h2,
.allergen-list h2,
.allergen-section-heading h2,
.allergen-sources h2,
.allergen-cta h2 {
  margin: 0;
  color: var(--green-dark);
  font-size: clamp(2.7rem, 5vw, 5.2rem);
  letter-spacing: -.06em;
  line-height: .94;
}
.allergen-alert > div:last-child { display: grid; gap: 1rem; }
.allergen-alert > div:last-child p { margin: 0; color: var(--ink); font-size: 1rem; line-height: 1.8; }

.allergen-list { display: grid; grid-template-columns: minmax(280px, .75fr) minmax(0, 1.25fr); gap: clamp(2rem, 7vw, 7rem); }
.allergen-list > div:first-child > span,
.allergen-section-heading > span { display: block; max-width: 66ch; margin-top: 1.3rem; color: var(--muted); line-height: 1.75; }
.allergen-name-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border: 1px solid var(--line); background: var(--line); gap: 1px; }
.allergen-name-grid span { min-height: 100px; display: flex; flex-direction: column; justify-content: space-between; padding: 1rem; background: white; color: var(--green-dark); font-size: .8rem; font-weight: 900; }
.allergen-name-grid b { color: var(--accent); font-size: .62rem; }

.allergen-guidance { background: var(--cream); }
.allergen-section-heading { max-width: 980px; margin-bottom: 3rem; }
.allergen-category-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.2rem; }
.allergen-category-grid article { min-height: 340px; display: flex; flex-direction: column; padding: clamp(1.6rem, 3vw, 2.5rem); border: 1px solid var(--line); background: white; }
.allergen-category-grid article:last-child { grid-column: span 2; }
.draft-status { color: var(--accent); font-size: .62rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.allergen-category-grid h3,
.allergen-document-grid h3 { margin: auto 0 0; color: var(--green-dark); font-size: clamp(1.6rem, 3vw, 2.5rem); letter-spacing: -.045em; line-height: 1; }
.allergen-category-grid article > p { margin: 1rem 0 0; color: var(--muted); line-height: 1.7; }
.allergen-category-grid article > div { display: flex; flex-wrap: wrap; gap: .45rem; margin-top: 1.2rem; }
.allergen-category-grid article > div span { padding: .42rem .65rem; border-radius: 999px; background: #edf3ef; color: var(--green-dark); font-size: .58rem; font-weight: 900; }

.allergen-document-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 1px; border: 1px solid var(--line); background: var(--line); }
.allergen-document-grid article { min-height: 300px; display: flex; flex-direction: column; padding: 1.4rem; background: white; }
.allergen-document-grid article > b { color: var(--accent); font-size: .62rem; }
.allergen-document-grid h3 { font-size: 1.35rem; }
.allergen-document-grid p { color: var(--muted); font-size: .7rem; line-height: 1.55; }
.allergen-document-grid span { margin-top: 1rem; padding-top: 1rem; border-top: 1px solid var(--line); color: var(--terracotta); font-size: .6rem; font-weight: 900; text-transform: uppercase; }

.allergen-sources { display: grid; grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr); gap: clamp(2rem, 7vw, 7rem); background: #eef3f1; }
.allergen-sources > div:last-child { display: grid; align-content: start; }
.allergen-sources a { padding: 1.2rem 0; border-bottom: 1px solid #bdc9c4; color: var(--green-dark); font-weight: 900; line-height: 1.5; }
.allergen-sources a:hover { color: var(--accent); }

.allergen-cta { display: flex; align-items: center; justify-content: space-between; gap: 2rem; background: var(--accent); color: white; }
.allergen-cta h2 { color: white; }
.allergen-cta > div > span { display: block; max-width: 620px; margin-top: 1rem; color: rgba(255,255,255,.75); line-height: 1.7; }
.allergen-disclaimer { margin: 0; padding: 2rem clamp(1.25rem, 7vw, 8rem); background: #252525; color: rgba(255,255,255,.7); font-size: .65rem; line-height: 1.7; }

@media (max-width: 1080px) {
  .allergen-document-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .allergen-hero,
  .allergen-alert,
  .allergen-list,
  .allergen-sources { grid-template-columns: 1fr; }
  .allergen-hero { min-height: 0; }
  .allergen-hero-mark { min-height: 240px; }
  .allergen-name-grid,
  .allergen-category-grid,
  .allergen-document-grid { grid-template-columns: 1fr; }
  .allergen-category-grid article:last-child { grid-column: auto; }
  .allergen-cta { align-items: flex-start; flex-direction: column; }
  .environment-metric-visual { min-height: 0; grid-template-columns: 1fr; }
  .environment-metric-visual > span { min-height: 180px; }
  .social-share-group { align-items: flex-start; flex-direction: column; }
}

/* v20 — original uniform and individually branded takeaway-drink catalogue */
.drink-sprite {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  background-image: url("/assets/drinks-takeaway-grid-v20.png");
  background-repeat: no-repeat;
  background-size: 300% 200%;
}
.drink-sprite-classic { background-position: 0 0; }
.drink-sprite-zero { background-position: 50% 0; }
.drink-sprite-lemon-lime { background-position: 100% 0; }
.drink-sprite-orange { background-position: 0 100%; }
.drink-sprite-energy { background-position: 50% 100%; }
.drink-sprite-kids { background-position: 100% 100%; }
.menu-product-image > .drink-sprite,
.shop-product-image > .drink-sprite { position: absolute; inset: 0; }
.shop-product-image > .drink-sprite { padding: 0; border-radius: 0; background-color: transparent; color: transparent; font-size: 0; }
.menu-product-image:has(.drink-sprite),
.shop-product-image:has(.drink-sprite) { aspect-ratio: 1; }
.shop-suggestion-grid article > .drink-sprite { flex: 0 0 72px; width: 72px; height: 72px; min-height: 72px; border-radius: 0; }

/* v21 — preserve the approved drinks visual and show the full working team */
.work-with-us-v2 > .work-team-visual { min-height: 620px; }
.work-with-us-v2 .work-team-visual > img { object-position: center; }

@media (max-width: 700px) {
  .work-with-us-v2 > .work-team-visual { min-height: 0; aspect-ratio: 16 / 9; }
}

/* v22 — show complete grouped meal quantities without cropping */
.feature-dinner .feature-photo { background: #f7efe1; }
.feature-dinner .feature-photo > img,
.meal-deal-showcase {
  object-fit: contain;
  background: #f7efe1;
  padding: clamp(1rem, 2vw, 2rem);
}

/* v23 — unified alignment, blended brand assets, distinct bowls and reliable commerce feedback */
:root {
  --site-gutter: clamp(1.25rem, 5vw, 5.5rem);
  --content-width: 1360px;
  --card-gutter: clamp(1.25rem, 1.8vw, 1.7rem);
  --grid-gap: clamp(1.1rem, 2vw, 1.75rem);
}

body,
button,
input,
select,
textarea {
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, p, span, small, strong, a, button, label, input, select, textarea {
  text-wrap: pretty;
}

.corporate-bar,
.global-header,
.explore-menu,
.campaign-stack,
.offers-section,
.info-grid,
.meal-deal-band,
.about-panel,
.franchise-panel,
.world-links,
.visit-panel,
.order-hero,
.global-footer,
.allergen-hero,
.allergen-alert,
.allergen-list,
.allergen-guidance,
.allergen-documents,
.allergen-sources,
.allergen-cta,
.editorial-intro,
.career-information-hub,
.pairing-section,
.responsible-collaboration,
.editorial-cta {
  padding-left: var(--site-gutter);
  padding-right: var(--site-gutter);
}

.section-heading-row,
.category-card-grid,
.offers-heading,
.coupon-grid,
.offer-terms,
.mega-panel-top,
.mega-food-layout,
.mega-drink-grid,
.mega-collaboration-grid,
.mega-about-grid {
  width: min(100%, var(--content-width));
  max-width: var(--content-width);
  margin-left: auto;
  margin-right: auto;
}

.category-card-grid,
.coupon-grid,
.shop-product-grid,
.menu-product-grid,
.shop-suggestion-grid,
.footer-columns,
.mega-drink-grid,
.mega-collaboration-grid,
.mega-about-grid {
  gap: var(--grid-gap);
}

.category-card {
  display: flex;
  flex-direction: column;
  padding-bottom: var(--card-gutter);
  text-align: left;
}
.category-card h3,
.category-card p,
.category-card > span {
  margin-left: var(--card-gutter);
  margin-right: var(--card-gutter);
}
.category-card h3 { margin-top: 1.25rem; }
.category-card p { min-height: 0; margin-top: .55rem; line-height: 1.6; }
.category-card > span { margin-top: auto; padding-top: 1rem; }

.macca-menu-page .menu-product-copy,
.shop-product-copy {
  padding: var(--card-gutter);
}
.macca-menu-page .menu-product-copy > p,
.shop-product-copy > p {
  min-height: 0;
  margin-top: .75rem;
  line-height: 1.65;
}
.macca-menu-page .menu-product-grid,
.shop-product-grid { gap: var(--grid-gap); }

.shop-suggestions {
  padding: clamp(1.5rem, 3vw, 2.5rem);
  font-family: inherit;
}
.shop-suggestions-heading { max-width: 760px; margin-bottom: 1.75rem; }
.shop-suggestions-heading h2 {
  margin: 0;
  color: var(--green-dark);
  font-family: inherit;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 900;
  letter-spacing: -.045em;
  line-height: 1;
}
.shop-suggestions-heading > span {
  display: block;
  max-width: 62ch;
  margin-top: .8rem;
  color: var(--muted);
  font-size: .78rem;
  line-height: 1.65;
}
.shop-suggestion-grid article {
  grid-template-columns: 82px minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-content: start;
  gap: .85rem 1rem;
  padding: 1rem;
  font-family: inherit;
}
.shop-suggestion-grid article > img,
.shop-suggestion-grid article > .drink-sprite,
.shop-suggestion-grid article > .bowl-sprite {
  grid-column: 1;
  grid-row: 1 / span 2;
}
.shop-suggestion-grid article > div { grid-column: 2; grid-row: 1; }
.shop-suggestion-grid article > button { grid-column: 2; grid-row: 2; }
.shop-suggestion-grid strong {
  font-family: inherit;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.35;
}

.shopping-cart { padding: clamp(1.35rem, 2vw, 1.75rem); }
.cart-line { gap: 1.25rem; }
.cart-live-status {
  margin: .8rem 0 0;
  padding: .75rem .85rem;
  border-left: 3px solid var(--green);
  background: #edf4f0;
  color: var(--green-dark);
  font-size: .68rem;
  font-weight: 700;
  line-height: 1.45;
}
.cart-live-status:empty { display: none; }

.bowl-sprite {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  background-image: url("/assets/kebbos-bowls-grid-v23.png");
  background-repeat: no-repeat;
  background-size: 200% 200%;
}
.bowl-sprite-chicken { background-position: 0 0; }
.bowl-sprite-guacamole { background-position: 100% 0; }
.bowl-sprite-paneer { background-position: 0 100%; }
.bowl-sprite-falafel { background-position: 100% 100%; }
.menu-product-image > .bowl-sprite,
.shop-product-image > .bowl-sprite {
  position: absolute;
  inset: 0;
  padding: 0;
  border-radius: 0;
  background-color: transparent;
  color: transparent;
  font-size: 0;
}
.menu-product-image:has(.bowl-sprite),
.shop-product-image:has(.bowl-sprite) { aspect-ratio: 1; }
.shop-suggestion-grid article > .bowl-sprite {
  width: 82px;
  height: 82px;
  min-height: 82px;
}

/* Keep the approved logo intact while visually removing its pale rectangular canvas. */
.brand-lockup,
.deal-mark,
.footer-k-mark,
.footer-signature > span,
.kebbos-brand-asset {
  background: transparent;
  box-shadow: none;
  border-radius: 0;
}
.brand-lockup img,
.deal-mark img,
.footer-k-mark img,
.footer-signature span img,
.kebbos-brand-asset img,
.editorial-brand-logo {
  mix-blend-mode: multiply;
  filter: contrast(1.08) saturate(1.03);
}
.brand-asset-lockup .kebbos-brand-asset {
  border-color: transparent;
  background: #f7f2e7;
}
.brand-asset-lockup .kebbos-brand-asset img {
  padding: 1rem;
  object-fit: contain;
}
.meal-deal-copy .deal-mark { width: min(210px, 70%); margin-bottom: 2rem; }

.footer-columns > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer-columns h2,
.footer-columns p,
.footer-columns a { width: 100%; }
.footer-columns p { min-height: 4.7em; line-height: 1.55; }

@media (max-width: 1080px) {
  :root { --site-gutter: clamp(1.25rem, 4vw, 3rem); }
  .shop-suggestion-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-columns p { min-height: 0; }
}

@media (max-width: 700px) {
  :root { --site-gutter: 1.25rem; --card-gutter: 1.2rem; }
  .shop-suggestion-grid { grid-template-columns: 1fr; }
  .category-card h3,
  .category-card p,
  .category-card > span { margin-left: 1.2rem; margin-right: 1.2rem; }
}

/* v24: keep commerce actions visible and align the careers callout. */
.shop-product-card {
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
}

.shop-product-copy {
  display: flex;
  min-width: 0;
  height: auto;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: stretch;
}

.shop-product-actions {
  display: flex;
  visibility: visible;
  opacity: 1;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: auto;
  padding-top: 1.15rem;
  border-top: 1px solid var(--line);
}

.shop-product-actions > strong {
  display: block;
  color: var(--green-dark);
  font-size: 1rem;
}

.shop-product-actions > button {
  display: inline-flex;
  min-width: 82px;
  align-items: center;
  justify-content: center;
}

.work-with-us-v2 > .work-with-us-copy {
  display: grid;
  grid-template-rows: auto auto;
  align-content: center;
  justify-content: stretch;
  gap: clamp(2rem, 4vw, 3.25rem);
}

.work-with-us-v2 .work-with-us-copy > div:first-child {
  width: 100%;
  max-width: 36rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.work-with-us-v2 .work-with-us-copy > div:first-child > p,
.work-with-us-v2 .work-with-us-copy h2,
.work-with-us-v2 .work-with-us-copy > div:first-child > span {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}

.work-with-us-v2 .work-with-us-copy h2 { max-width: 10ch; }

.work-with-us-v2 .work-actions {
  width: 100%;
  max-width: 36rem;
  display: flex;
  align-items: center;
  gap: 1rem 1.5rem;
  margin: 0;
}

.work-with-us-v2 .work-actions .gold-button,
.work-with-us-v2 .work-actions .work-text-link {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  line-height: 1.2;
}

.work-with-us-v2 .work-actions .work-text-link {
  padding: 0.75rem 0;
  white-space: nowrap;
}

@media (max-width: 520px) {
  .work-with-us-v2 .work-actions {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* v25: clear, consistent brand presentation on light and coloured surfaces. */
.brand-lockup {
  width: 220px;
  height: 54px;
  flex: 0 0 220px;
  display: flex;
  align-items: center;
  overflow: visible;
  background: transparent;
}

.brand-lockup img {
  position: static;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
  mix-blend-mode: normal;
  filter: none;
}

.footer-k-mark {
  width: clamp(180px, 15vw, 220px);
  height: 72px;
  flex: 0 0 clamp(180px, 15vw, 220px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .75rem 1rem;
  border: 1px solid rgba(236, 190, 80, .45);
  border-radius: 12px;
  background: #fffaf0;
  box-shadow: none;
  isolation: isolate;
}

.footer-k-mark img,
.footer-signature span img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  mix-blend-mode: normal;
  filter: none;
}

.footer-signature > span {
  width: 138px;
  height: 38px;
  display: flex;
  flex: 0 0 138px;
  align-items: center;
  justify-content: center;
  overflow: visible;
  border-radius: 0;
  background: transparent;
}

.footer-social-row { justify-content: flex-start; }

.deal-mark,
.brand-asset-lockup .kebbos-brand-asset {
  border: 1px solid rgba(236, 190, 80, .45);
  border-radius: 14px;
  background: #fffaf0;
  box-shadow: none;
  isolation: isolate;
}

.deal-mark img,
.brand-asset-lockup .kebbos-brand-asset img,
.editorial-brand-logo {
  mix-blend-mode: normal;
  filter: none;
}

.brand-asset-lockup .kebbos-brand-asset img {
  padding: clamp(1rem, 2vw, 1.5rem);
  background: #fffaf0;
  object-fit: contain;
}

.editorial-brand-logo {
  padding: .65rem .8rem;
  border: 1px solid rgba(236, 190, 80, .45);
  border-radius: 10px;
  background: #fffaf0;
}

@media (max-width: 900px) {
  .brand-lockup {
    width: 185px;
    height: 48px;
    flex-basis: 185px;
  }

  .footer-k-mark {
    width: 190px;
    flex-basis: 190px;
  }
}

@media (max-width: 600px) {
  .brand-lockup {
    width: 158px;
    height: 42px;
    flex-basis: 158px;
  }

  .footer-k-mark {
    width: 180px;
    height: 62px;
    flex-basis: 180px;
  }

  .footer-signature {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* Laravel/PHP application layer */
.laravel-header { position: sticky; top: 0; z-index: 1000; }
.laravel-nav { display: flex; align-items: center; gap: clamp(.45rem, 1vw, 1.1rem); }
.laravel-nav > a,
.laravel-nav summary { color: var(--ink); font-size: .72rem; font-weight: 900; cursor: pointer; list-style: none; white-space: nowrap; }
.laravel-nav summary::-webkit-details-marker { display: none; }
.laravel-nav details { position: relative; }
.laravel-nav details[open] summary { color: var(--green); }
.nav-dropdown { position: absolute; top: calc(100% + 1.2rem); left: -1rem; min-width: 250px; display: grid; padding: .8rem; border: 1px solid var(--line); background: white; box-shadow: var(--shadow); }
.nav-dropdown a { padding: .8rem; color: var(--ink); font-size: .72rem; font-weight: 800; }
.nav-dropdown a:hover { background: var(--cream); color: var(--green); }
.cart-badge { min-width: 23px; height: 23px; display: inline-grid; place-items: center; margin-left: .4rem; border-radius: 50%; background: var(--green-dark); color: white; font-size: .62rem; }
.mobile-menu-toggle { display: none; min-height: 42px; padding: 0 1rem; border: 1px solid var(--line); background: white; font-weight: 900; }

.flash-message { position: fixed; z-index: 1400; top: 126px; left: 50%; width: min(620px, calc(100% - 2rem)); padding: 1rem 1.2rem; transform: translateX(-50%); border: 1px solid; background: white; box-shadow: var(--shadow); transition: opacity .4s ease, transform .4s ease; }
.flash-message ul { margin: .5rem 0 0; padding-left: 1.2rem; }
.flash-success { border-color: var(--green); color: var(--green-dark); }
.flash-error { border-color: var(--red); color: #7b1712; }
.flash-message.is-fading { opacity: 0; transform: translate(-50%, -12px); pointer-events: none; }

.laravel-hero { position: relative; min-height: min(760px, 82vh); display: grid; align-items: center; overflow: hidden; background: var(--green-dark); }
.laravel-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,45,34,.94) 0%, rgba(3,45,34,.72) 44%, rgba(3,45,34,.08) 78%); }
.laravel-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.laravel-hero-copy { position: relative; z-index: 1; max-width: 720px; margin-left: var(--site-gutter); padding: 5rem 0; color: white; }
.laravel-hero-copy > p { margin: 0 0 1rem; color: var(--gold); font-size: .7rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.laravel-hero-copy h1 { max-width: 10ch; margin: 0; color: white; font-size: clamp(4rem, 8vw, 8rem); font-weight: 900; letter-spacing: -.07em; line-height: .86; }
.laravel-hero-copy > span { display: block; max-width: 590px; margin-top: 1.5rem; color: rgba(255,255,255,.85); line-height: 1.75; }
.laravel-hero-copy > div { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2rem; }
.outline-button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 0 1.4rem; border: 2px solid var(--green-dark); border-radius: 999px; color: var(--green-dark); font-size: .72rem; font-weight: 900; }

.laravel-filter-bar { max-width: var(--content-width); display: flex; flex-wrap: wrap; gap: .75rem; margin: 0 auto 3rem; padding: 0 var(--site-gutter); }
.laravel-filter-bar a,
.shop-category-filter a { min-height: 42px; display: inline-flex; align-items: center; justify-content: center; padding: 0 1.15rem; border: 1px solid var(--line); border-radius: 999px; background: white; color: var(--green-dark); font-size: .68rem; font-weight: 900; }
.laravel-filter-bar a.is-active,
.shop-category-filter a.is-active { border-color: var(--green-dark); background: var(--green-dark); color: white; }
.laravel-product-section { max-width: var(--content-width); margin: 0 auto; padding: 0 var(--site-gutter) clamp(6rem, 9vw, 9rem); }
.menu-product-card { overflow: hidden; border: 1px solid var(--line); background: white; }
.menu-product-image { position: relative; aspect-ratio: 4/3; overflow: hidden; background: var(--cream); }
.menu-product-image img { width: 100%; height: 100%; object-fit: cover; }
.menu-product-image > span:not(.drink-sprite):not(.bowl-sprite) { position: absolute; top: .8rem; left: .8rem; z-index: 2; padding: .45rem .65rem; border-radius: 999px; background: white; color: var(--green); font-size: .6rem; font-weight: 900; }
.menu-product-copy { min-height: 230px; padding: var(--card-gutter); }
.menu-product-copy h3 { margin: 0; color: var(--green-dark); font-size: 1.25rem; }
.menu-product-copy p { color: var(--muted); font-size: .75rem; line-height: 1.65; }
.menu-card-bottom { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding-top: 1rem; border-top: 1px solid var(--line); }
.menu-card-bottom a { color: var(--green); font-size: .72rem; font-weight: 900; }

.order-type-form { min-width: 300px; display: grid; grid-template-columns: 1fr auto; gap: .65rem; padding: 1rem; background: white; color: var(--green-dark); }
.order-type-form label { grid-column: 1/-1; font-size: .65rem; font-weight: 900; text-transform: uppercase; }
.order-type-form select,
.order-type-form button { min-height: 44px; padding: 0 .8rem; border: 1px solid var(--line); background: white; font-weight: 800; }
.order-type-form button { border-color: var(--gold); background: var(--gold); cursor: pointer; }
.shop-category-filter { display: flex; flex-wrap: wrap; gap: .7rem; margin-bottom: 1.5rem; }
.shop-product-actions { flex-wrap: wrap; }
.shop-product-actions form { margin: 0; }
.age-checkbox { display: inline-flex; align-items: center; gap: .35rem; color: var(--red); font-size: .65rem; font-weight: 900; }
.quantity-form { display: flex; align-items: center; gap: .5rem; }
.quantity-form input { width: 58px; min-height: 36px; padding: .3rem; border: 1px solid var(--line); text-align: center; }
.quantity-form button,
.remove-line { min-height: 34px; padding: 0 .65rem; border: 1px solid var(--line); background: white; cursor: pointer; font-size: .64rem; font-weight: 800; }
.remove-line { color: var(--red); }
.coupon-form { margin-top: 1.2rem; padding: 1.2rem 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.coupon-form label { display: block; margin-bottom: .6rem; color: var(--green-dark); font-size: .7rem; font-weight: 900; }
.coupon-form > div { display: flex; }
.coupon-form input { min-width: 0; flex: 1; min-height: 44px; padding: 0 .8rem; border: 1px solid var(--line); }
.coupon-form button { min-height: 44px; padding: 0 1rem; border: 0; background: var(--green); color: white; font-weight: 900; }
.coupon-form small { display: block; margin-top: .55rem; color: var(--muted); }
.cart-totals { display: grid; gap: .8rem; padding: 1.3rem 0; }
.cart-totals > div { display: flex; justify-content: space-between; gap: 1rem; font-size: .75rem; }
.cart-total { padding-top: 1rem; border-top: 1px solid var(--line); color: var(--green-dark); font-size: 1rem !important; font-weight: 900; }
.checkout-button { width: 100%; min-height: 52px; display: flex; align-items: center; justify-content: center; border: 0; border-radius: 999px; background: var(--red); color: white; cursor: pointer; font-weight: 900; }
.cart-disclaimer { color: var(--muted); font-size: .6rem; line-height: 1.5; }

.checkout-page,
.confirmation-page { padding: clamp(4rem, 7vw, 7rem) var(--site-gutter); background: var(--soft); }
.checkout-heading { max-width: var(--content-width); margin: 0 auto 3rem; }
.checkout-heading > p,
.confirmation-page > p { color: var(--red); font-size: .68rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.checkout-heading h1,
.confirmation-page h1 { margin: 0; color: var(--green-dark); font-size: clamp(3rem, 6vw, 6rem); line-height: .94; }
.checkout-heading > span { display: block; margin-top: 1rem; color: var(--muted); }
.checkout-grid { max-width: var(--content-width); display: grid; grid-template-columns: minmax(0, 1fr) 380px; gap: 2rem; margin: 0 auto; }
.checkout-form,
.checkout-summary,
.confirmation-card { padding: clamp(1.5rem, 3vw, 2.5rem); border: 1px solid var(--line); background: white; }
.checkout-form h2 { margin: 0 0 1.25rem; color: var(--green-dark); }
.checkout-form h2:not(:first-child) { margin-top: 2.5rem; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.form-grid label,
.admin-form label { display: grid; gap: .45rem; color: var(--green-dark); font-size: .7rem; font-weight: 800; }
.form-grid input,
.form-grid select,
.form-grid textarea,
.admin-form input,
.admin-form select,
.admin-form textarea { width: 100%; min-height: 46px; padding: .75rem; border: 1px solid var(--line); background: white; font: inherit; }
.form-grid textarea,
.admin-form textarea { min-height: 130px; resize: vertical; }
.full-field { grid-column: 1/-1; }
.payment-options { display: grid; gap: .8rem; }
.payment-options > label { display: flex; gap: .8rem; padding: 1rem; border: 1px solid var(--line); }
.payment-options span { display: grid; gap: .25rem; }
.payment-options small { color: var(--muted); line-height: 1.45; }
.payment-options .is-disabled { opacity: .58; }
.consent-check { display: flex; gap: .6rem; margin-top: 1rem; color: var(--muted); font-size: .7rem; line-height: 1.5; }
.checkout-form > .checkout-button { margin-top: 1.5rem; }
.checkout-summary { height: fit-content; position: sticky; top: 135px; }
.checkout-summary > p { margin: 0; color: var(--red); font-size: .68rem; font-weight: 900; text-transform: uppercase; }
.checkout-summary > div,
.confirmation-card > div { display: flex; justify-content: space-between; gap: 1rem; padding: .8rem 0; border-bottom: 1px solid var(--line); font-size: .72rem; }
.summary-total { color: var(--green-dark); font-size: 1rem !important; font-weight: 900; }
.confirmation-page { min-height: 70vh; display: grid; justify-items: center; text-align: center; }
.confirmation-page > img { width: 90px; }
.confirmation-page > span { max-width: 650px; margin-top: 1rem; color: var(--muted); }
.confirmation-card { width: min(620px, 100%); margin: 2rem 0; text-align: left; }

.laravel-editorial-hero { grid-template-columns: minmax(0, 1.1fr) minmax(420px, .9fr); background: var(--green-dark); }
.laravel-editorial-hero > img { position: static; min-height: 700px; }
.laravel-editorial-hero .editorial-hero-card { position: static; width: auto; margin: 0; align-self: center; box-shadow: none; }
.laravel-editorial-grid { display: grid; grid-template-columns: repeat(3, 1fr); padding: clamp(5rem, 8vw, 8rem) var(--site-gutter); background: var(--cream); }
.laravel-editorial-grid article { padding: 2rem; border: 1px solid var(--line); background: white; }
.laravel-editorial-grid article + article { border-left: 0; }
.laravel-editorial-grid article > span { color: var(--red); font-size: .68rem; font-weight: 900; }
.laravel-editorial-grid h2 { color: var(--green-dark); font-size: clamp(1.8rem, 3vw, 3rem); }
.laravel-editorial-grid p { color: var(--muted); line-height: 1.7; }

.enquiry-hero { display: grid; grid-template-columns: 1fr 1fr; background: var(--green-dark); color: white; }
.enquiry-hero > div { display: flex; flex-direction: column; justify-content: center; padding: clamp(3rem, 7vw, 7rem); }
.enquiry-hero p { color: var(--gold); font-size: .7rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.enquiry-hero h1 { margin: 0; color: white; font-size: clamp(3.4rem, 6vw, 6.5rem); line-height: .9; }
.enquiry-hero span { margin-top: 1.2rem; color: rgba(255,255,255,.78); line-height: 1.7; }
.enquiry-hero img { width: 100%; height: 100%; min-height: 620px; object-fit: cover; }
.enquiry-form-section { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 2rem; padding: clamp(4rem, 7vw, 7rem) var(--site-gutter); background: var(--soft); }
.enquiry-form,
.enquiry-help { padding: clamp(1.5rem, 3vw, 2.5rem); border: 1px solid var(--line); background: white; }
.selected-enquiry { display: grid; gap: .35rem; margin-bottom: 1.6rem; padding: 1rem; border-left: 4px solid var(--gold); background: var(--cream); }
.selected-enquiry small { color: var(--muted); }
.selected-enquiry strong { color: var(--green-dark); font-size: 1.2rem; }
.enquiry-form > .checkout-button { margin-top: 1.2rem; }
.enquiry-help { height: fit-content; }
.enquiry-help > p { color: var(--red); font-size: .67rem; font-weight: 900; text-transform: uppercase; }
.enquiry-help h2 { color: var(--green-dark); }
.enquiry-help span { color: var(--muted); line-height: 1.6; }
.enquiry-help > a { display: block; margin-top: .8rem; color: var(--green); font-weight: 900; }
.enquiry-help li { margin-top: .8rem; color: var(--muted); }

.legal-page { max-width: 900px; margin: 0 auto; padding: clamp(4rem, 7vw, 7rem) 1.5rem; }
.legal-page > p:first-child { color: var(--red); font-size: .68rem; font-weight: 900; text-transform: uppercase; }
.legal-page h1 { color: var(--green-dark); font-size: clamp(3rem, 6vw, 6rem); }
.legal-page h2 { margin-top: 2.5rem; color: var(--green-dark); }
.legal-page p { color: var(--muted); line-height: 1.8; }

.admin-body { background: #f4f1ea; }
.admin-header { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 1rem clamp(1.2rem, 4vw, 4rem); border-bottom: 1px solid var(--line); background: white; }
.admin-header > a { display: flex; align-items: center; gap: 1rem; color: var(--green-dark); }
.admin-header img { width: 170px; height: 42px; object-fit: contain; }
.admin-header nav { display: flex; align-items: center; gap: 1.25rem; }
.admin-header nav a,
.admin-header button { color: var(--green-dark); font-size: .7rem; font-weight: 900; }
.admin-header button { min-height: 38px; padding: 0 .8rem; border: 1px solid var(--line); background: white; cursor: pointer; }
.admin-main { padding: clamp(2rem, 5vw, 5rem); }
.admin-login { max-width: 480px; margin: 4rem auto; padding: 2.5rem; background: white; border: 1px solid var(--line); box-shadow: var(--shadow); }
.admin-login > img { width: 220px; }
.admin-login > p,
.admin-heading p { color: var(--red); font-size: .67rem; font-weight: 900; text-transform: uppercase; }
.admin-login h1,
.admin-heading h1 { margin: 0; color: var(--green-dark); font-size: clamp(2.4rem, 5vw, 4.5rem); }
.admin-login form { display: grid; gap: 1rem; margin-top: 2rem; }
.admin-login label { display: grid; gap: .4rem; color: var(--green-dark); font-size: .7rem; font-weight: 900; }
.admin-login input { min-height: 48px; padding: .8rem; border: 1px solid var(--line); }
.admin-login button,
.admin-form > button { min-height: 48px; padding: 0 1.2rem; border: 0; background: var(--gold); color: var(--green-dark); cursor: pointer; font-weight: 900; }
.admin-login small { display: block; margin-top: 1rem; color: var(--muted); }
.admin-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 2rem; }
.admin-heading > span { color: var(--muted); }
.admin-metrics { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; margin-bottom: 2rem; }
.admin-metrics article { display: grid; gap: .8rem; padding: 1.5rem; background: white; border: 1px solid var(--line); }
.admin-metrics small { color: var(--muted); }
.admin-metrics strong { color: var(--green-dark); font-size: 2.4rem; }
.admin-metrics a { color: var(--green); font-size: .7rem; font-weight: 900; }
.admin-two-column { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.5rem; }
.admin-table-card,
.admin-detail-card,
.admin-form { padding: 1.5rem; background: white; border: 1px solid var(--line); overflow-x: auto; }
.admin-table-card > div { display: flex; justify-content: space-between; align-items: center; }
.admin-table-card table { width: 100%; border-collapse: collapse; }
.admin-table-card th,
.admin-table-card td { padding: .9rem .6rem; border-bottom: 1px solid var(--line); text-align: left; font-size: .7rem; }
.admin-table-card th { color: var(--muted); text-transform: uppercase; }
.admin-table-card td small { display: block; margin-top: .25rem; color: var(--muted); }
.admin-table-card a { color: var(--green); font-weight: 900; }
.admin-form > button { margin-top: 1.2rem; }
.admin-checks { display: flex; gap: 1.2rem; margin-top: 1rem; }
.admin-form.compact { max-width: 720px; display: flex; align-items: end; gap: 1rem; margin-top: 1.5rem; }
.admin-form.compact > label { flex: 1; }
.admin-form.compact > button { margin: 0; }
.admin-detail-card dl { display: grid; grid-template-columns: 150px 1fr; gap: .8rem; }
.admin-detail-card dt { color: var(--muted); font-size: .68rem; font-weight: 900; }
.admin-detail-card dd { margin: 0; color: var(--green-dark); }
.message-copy { white-space: pre-wrap; line-height: 1.7; }
.detail-line { display: flex; justify-content: space-between; gap: 1rem; padding: .8rem 0; border-bottom: 1px solid var(--line); }
.detail-line.total { color: var(--green-dark); font-size: 1.1rem; }

.laravel-footer-columns { grid-template-columns: repeat(5, minmax(0, 1fr)); }

@media (max-width: 1100px) {
  .mobile-menu-toggle { display: block; }
  .laravel-nav { position: absolute; top: 100%; left: 0; right: 0; display: none; align-items: stretch; flex-direction: column; padding: 1rem var(--site-gutter) 1.5rem; border-top: 1px solid var(--line); background: white; box-shadow: var(--shadow); }
  .laravel-nav.is-open { display: flex; }
  .laravel-nav > a,
  .laravel-nav summary { width: 100%; padding: .75rem 0; }
  .nav-dropdown { position: static; min-width: 0; margin-top: .3rem; box-shadow: none; }
  .laravel-header .order-button { margin-left: auto; }
  .checkout-grid,
  .enquiry-form-section { grid-template-columns: 1fr; }
  .checkout-summary { position: static; }
  .laravel-editorial-hero { grid-template-columns: 1fr; }
  .laravel-editorial-hero > img { min-height: 520px; }
  .laravel-editorial-grid { grid-template-columns: 1fr; gap: 1rem; }
  .laravel-editorial-grid article + article { border-left: 1px solid var(--line); }
  .admin-metrics { grid-template-columns: repeat(2, 1fr); }
  .laravel-footer-columns { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 700px) {
  .corporate-bar { display: none; }
  .laravel-header { top: 0; padding: .7rem 1rem; }
  .laravel-header .order-button { min-width: 0; padding: 0 .8rem; font-size: .65rem; }
  .laravel-hero { min-height: 720px; align-items: end; }
  .laravel-hero::after { background: linear-gradient(0deg, rgba(3,45,34,.98) 0%, rgba(3,45,34,.76) 55%, rgba(3,45,34,.1) 100%); }
  .laravel-hero-copy { margin: 0; padding: 3rem 1.25rem; }
  .laravel-hero-copy h1 { font-size: clamp(3.5rem, 18vw, 5.5rem); }
  .order-hero { align-items: stretch; flex-direction: column; }
  .order-type-form { min-width: 0; }
  .form-grid { grid-template-columns: 1fr; }
  .full-field { grid-column: auto; }
  .enquiry-hero { grid-template-columns: 1fr; }
  .enquiry-hero img { min-height: 360px; }
  .admin-header { align-items: flex-start; flex-direction: column; }
  .admin-header nav { width: 100%; flex-wrap: wrap; }
  .admin-main { padding: 1.25rem; }
  .admin-metrics,
  .admin-two-column { grid-template-columns: 1fr; }
  .admin-heading { align-items: flex-start; flex-direction: column; }
  .admin-form.compact { align-items: stretch; flex-direction: column; }
  .admin-detail-card dl { grid-template-columns: 1fr; }
  .laravel-footer-columns { grid-template-columns: 1fr; }
}
