:root {
  --red: #e4003b;
  --red-deep: #b80032;
  --orange: #ffad1f;
  --ink: #292529;
  --muted: #766e72;
  --paper: #fffdf9;
  --cream: #fff7ed;
  --line: #ece4e1;
  --shell: min(1170px, calc(100% - 80px));
  --shadow: 0 22px 60px rgba(65, 24, 35, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; font-size: 16px; line-height: 1.6; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; max-width: 100%; }
.shell { width: var(--shell); margin: 0 auto; }

.utility-bar { height: 43px; background: var(--red); color: #fff; font-size: 12px; font-weight: 600; letter-spacing: .01em; }
.utility-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.status-dot { width: 7px; height: 7px; display: inline-block; margin-right: 8px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 3px rgba(255, 173, 31, .2); }
.utility-center { opacity: .8; }
.utility-socials { display: flex; align-items: center; gap: 18px; }
.utility-socials a { opacity: .8; transition: opacity .2s; }
.utility-socials a:hover { opacity: 1; }
.utility-arrow { font-size: 17px; opacity: .7; }

.site-header { position: relative; z-index: 20; height: 91px; background: #fff; border-bottom: 1px solid rgba(41, 37, 41, .07); }
.site-header.is-scrolled { position: sticky; top: 0; box-shadow: 0 8px 30px rgba(52, 19, 31, .08); }
.nav-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 20px; line-height: 1; font-weight: 700; letter-spacing: -.06em; }
.brand-name { display: block; font-size: 17px; line-height: .86; letter-spacing: -.07em; }
.brand-dot { color: var(--red); }
.brand-mark, .mini-logo { display: inline-flex; align-items: end; gap: 2px; width: 24px; height: 26px; }
.brand-mark span, .mini-logo span { display: block; width: 5px; border-radius: 7px 7px 2px 2px; background: var(--red); transform: rotate(18deg); }
.brand-mark span:nth-child(1), .mini-logo span:nth-child(1) { height: 12px; }
.brand-mark span:nth-child(2), .mini-logo span:nth-child(2) { height: 20px; background: var(--orange); }
.brand-mark span:nth-child(3), .mini-logo span:nth-child(3) { height: 16px; }
.desktop-nav { display: flex; align-items: center; gap: 35px; margin-left: 80px; }
.desktop-nav a, .text-link { position: relative; color: #473f43; font-size: 14px; font-weight: 600; transition: color .2s; }
.desktop-nav a::after { position: absolute; content: ""; left: 0; right: 0; bottom: -8px; height: 2px; background: var(--orange); transform: scaleX(0); transform-origin: center; transition: transform .2s; }
.desktop-nav a:hover, .desktop-nav a:focus-visible { color: var(--red); }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { transform: scaleX(1); }
.nav-actions { display: flex; align-items: center; gap: 25px; }
.text-link { color: var(--muted); }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 14px; min-height: 54px; padding: 0 25px; border: 1px solid transparent; border-radius: 2px; font-size: 13px; font-weight: 700; letter-spacing: .01em; transition: transform .2s, background .2s, box-shadow .2s, color .2s; }
.button:hover { transform: translateY(-3px); }
.button span { font-size: 18px; line-height: 0; }
.button-small { min-height: 43px; padding: 0 18px; background: var(--red); color: #fff; box-shadow: 0 8px 16px rgba(228, 0, 59, .18); }
.button-small:hover, .button-primary:hover { background: var(--red-deep); box-shadow: 0 11px 22px rgba(228, 0, 59, .25); }
.menu-toggle { display: none; width: 42px; height: 42px; border: 1px solid var(--line); background: #fff; cursor: pointer; }
.menu-toggle span { display: block; width: 18px; height: 2px; margin: 4px auto; background: var(--ink); transition: transform .2s; }
.mobile-menu { display: none; }

.hero { position: relative; height: calc(100vh - 224px); height: calc(100svh - 224px); min-height: 0; display: flex; align-items: center; isolation: isolate; overflow: hidden; background: #54acb1; }
.hero-backdrop { position: absolute; z-index: -3; inset: 0; background: linear-gradient(90deg, rgba(14, 51, 57, .86) 0%, rgba(14, 51, 57, .55) 40%, rgba(14, 51, 57, .05) 77%), url("assets/hero-food.jpg") center/cover; }
.hero-noise { position: absolute; z-index: -2; inset: 0; opacity: .15; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.25'/%3E%3C/svg%3E"); mix-blend-mode: overlay; }
.hero-content { position: relative; z-index: 2; padding: 55px 0 65px; }
.hero-eyebrow { color: var(--orange); }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 19px; color: var(--red); font-size: 11px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow-line { display: inline-block; width: 28px; height: 2px; background: currentColor; }
.hero h1 { max-width: 660px; margin: 0; color: #fff; font-size: clamp(58px, 6.4vw, 88px); font-weight: 700; line-height: .99; letter-spacing: -.07em; }
h1 em, h2 em { color: var(--orange); font-family: "Playfair Display", serif; font-weight: 600; letter-spacing: -.05em; }
.hero-copy { max-width: 455px; margin: 20px 0 25px; color: rgba(255, 255, 255, .83); font-size: 16px; line-height: 1.58; }
.hero-actions { display: flex; gap: 13px; align-items: center; }
.button-primary { background: var(--red); color: #fff; box-shadow: 0 12px 24px rgba(97, 0, 29, .23); }
.button-ghost { border-color: rgba(255, 255, 255, .52); color: #fff; }
.button-ghost:hover { background: #fff; color: var(--red); }
.play-icon { display: inline-flex; justify-content: center; align-items: center; width: 22px; height: 22px; border: 1px solid currentColor; border-radius: 50%; font-size: 7px !important; }
.hero-note { display: flex; align-items: center; gap: 8px; margin-top: 18px; color: rgba(255, 255, 255, .68); font-size: 12px; }
.check-circle { display: inline-flex; justify-content: center; align-items: center; width: 18px; height: 18px; border: 1px solid rgba(255, 255, 255, .55); border-radius: 50%; color: var(--orange); font-size: 11px; }
.hero-card { position: absolute; z-index: 3; }
.hero-card-menu { right: max(6vw, calc((100vw - 1170px) / 2 - 35px)); bottom: 54px; width: 270px; padding: 19px 18px 16px; color: var(--ink); border-radius: 12px; background: rgba(255, 254, 252, .96); box-shadow: 0 25px 70px rgba(20, 38, 45, .32); transform: rotate(3deg); }
.card-topline, .menu-greeting, .menu-restaurant, .menu-tabs, .menu-item, .qr-pill { display: flex; align-items: center; }
.card-topline { justify-content: space-between; }
.mini-logo { width: 18px; height: 18px; gap: 1px; }
.mini-logo span { width: 4px; }
.mini-logo span:nth-child(1) { height: 8px; }.mini-logo span:nth-child(2) { height: 14px; }.mini-logo span:nth-child(3) { height: 11px; }
.card-more { color: #aaa; font-size: 11px; letter-spacing: 2px; }
.menu-greeting { margin-top: 20px; justify-content: space-between; font-size: 16px; }.menu-greeting strong { color: var(--red); }.menu-greeting strong span { color: var(--orange); }
.menu-restaurant { justify-content: space-between; margin-top: 10px; color: #918a87; font-size: 8px; font-weight: 700; letter-spacing: .11em; }
.menu-restaurant span { color: var(--red); font-size: 15px; }
.menu-tabs { gap: 15px; margin: 17px 0 14px; border-bottom: 1px solid #eee7e2; color: #a39a96; font-size: 9px; font-weight: 700; }.menu-tabs .active { padding-bottom: 7px; color: var(--red); border-bottom: 2px solid var(--red); }
.menu-item { gap: 8px; padding: 9px 0; border-bottom: 1px solid #f0ebe7; }.menu-item > div:nth-child(2) { min-width: 0; flex: 1; }.menu-item strong, .menu-item small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.menu-item strong { font-size: 9px; }.menu-item small { margin-top: 1px; color: #a09894; font-size: 7px; }.menu-item b { align-self: flex-start; color: var(--red); font-size: 8px; white-space: nowrap; }
.menu-thumb { flex: 0 0 38px; width: 38px; height: 38px; border-radius: 7px; background-position: center; background-size: cover; }.thumb-one { background-image: url("assets/menu-salad.jpg"); }.thumb-two { background-image: url("assets/menu-bowl.jpg"); }.thumb-three { background-image: url("assets/hero-food.jpg"); }
.qr-pill { justify-content: center; gap: 6px; margin-top: 15px; padding: 8px; border-radius: 5px; background: #fff0f2; color: var(--red); font-size: 8px; font-weight: 700; }.qr-mini { font-size: 14px; }
.hero-badge { position: absolute; z-index: 4; right: max(29vw, calc((100vw - 1170px) / 2 + 335px)); bottom: 128px; display: grid; grid-template-columns: 29px 1fr; column-gap: 9px; align-items: center; padding: 11px 16px 11px 11px; border-radius: 3px; background: #fff; box-shadow: 0 15px 36px rgba(20, 38, 45, .19); transform: rotate(-3deg); }.badge-star { grid-row: span 2; display: flex; justify-content: center; align-items: center; width: 29px; height: 29px; border-radius: 50%; background: #fff1d7; color: var(--orange); }.hero-badge strong { font-size: 10px; line-height: 1.2; }.hero-badge small { color: var(--muted); font-size: 8px; }.hero-scroll { position: absolute; left: max(6vw, calc((100vw - 1170px) / 2)); bottom: 25px; display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.6); font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }.hero-scroll span { color: var(--orange); font-size: 17px; }

.proof-strip { background: var(--red); color: #fff; }.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); }.proof-item { display: flex; align-items: center; gap: 14px; min-height: 90px; padding: 16px 28px; border-right: 1px solid rgba(255,255,255,.2); }.proof-item:first-child { padding-left: 0; }.proof-item:last-child { border: 0; }.proof-icon { display: inline-flex; justify-content: center; align-items: center; width: 34px; height: 34px; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; color: var(--orange); font-size: 17px; }.proof-item strong, .proof-item small { display: block; }.proof-item strong { font-size: 13px; }.proof-item small { margin-top: 1px; color: rgba(255,255,255,.68); font-size: 11px; }
.seo-overview { background: var(--paper); }.seo-overview .section-heading { max-width: 700px; }.seo-overview .section-heading > p:last-child { max-width: 650px; }.overview-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }.overview-card { position: relative; min-height: 205px; padding: 28px 28px 30px; border-top: 3px solid var(--orange); background: #fff; box-shadow: 0 14px 35px rgba(65, 24, 35, .06); }.overview-number { display: block; margin-bottom: 30px; color: var(--red); font-size: 11px; font-weight: 700; letter-spacing: .12em; }.overview-card h3 { margin: 0 0 9px; color: var(--ink); font-size: 18px; letter-spacing: -.04em; }.overview-card p { max-width: 300px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }

.section-pad { padding: 125px 0; }.intro { background: var(--paper); }.intro-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 105px; }.intro-visual { position: relative; padding: 0 22px 26px 0; }.image-frame { position: relative; overflow: hidden; height: 470px; border-radius: 3px; }.image-frame::after { position: absolute; content: ""; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(19, 15, 17, .18)); }.image-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center; }.intro-visual::before { position: absolute; content: ""; z-index: 0; left: 18px; bottom: 0; width: calc(100% - 2px); height: calc(100% - 18px); border: 1px solid var(--orange); }.image-frame { position: relative; z-index: 1; }.visual-note { position: absolute; z-index: 2; right: 0; bottom: 2px; display: flex; align-items: center; gap: 10px; min-width: 190px; padding: 16px; background: #fff; box-shadow: 0 12px 30px rgba(77, 40, 42, .15); }.note-icon { display: flex; justify-content: center; align-items: center; width: 29px; height: 29px; background: #fff0d3; color: var(--orange); border-radius: 50%; font-size: 20px; }.visual-note strong, .visual-note small { display: block; }.visual-note strong { font-size: 11px; }.visual-note small { color: var(--muted); font-size: 9px; }.visual-stamp { position: absolute; z-index: 2; top: 32px; left: -16px; display: flex; justify-content: center; align-items: center; width: 65px; height: 65px; border-radius: 50%; background: var(--red); color: #fff; font-size: 8px; font-weight: 700; line-height: 1.35; text-align: center; letter-spacing: .1em; transform: rotate(-14deg); }
.intro-copy { max-width: 480px; }.intro-copy h2, .showcase-copy h2, .faq-intro h2 { margin: 0 0 23px; font-size: clamp(38px, 4vw, 56px); line-height: 1.05; letter-spacing: -.07em; }.intro-copy h2 { color: var(--red); }.intro-copy h2 em, .showcase-copy h2 em, .faq-intro h2 em { color: var(--ink); }.intro-copy > p:not(.eyebrow), .showcase-copy > p:not(.eyebrow), .faq-intro > p:not(.eyebrow) { color: var(--muted); font-size: 15px; }.check-list { display: grid; gap: 11px; padding: 0; margin: 26px 0 29px; list-style: none; font-size: 13px; font-weight: 600; }.check-list li { display: flex; align-items: center; gap: 11px; }.check-list li span { display: inline-flex; justify-content: center; align-items: center; width: 20px; height: 20px; border-radius: 50%; background: #fff0d8; color: var(--orange); font-size: 11px; }.arrow-link { display: inline-flex; align-items: center; gap: 13px; color: var(--red); font-size: 13px; font-weight: 700; }.arrow-link span { display: inline-flex; align-items: center; justify-content: center; width: 25px; height: 25px; border: 1px solid currentColor; border-radius: 50%; font-size: 16px; transition: transform .2s; }.arrow-link:hover span { transform: translateX(4px); }

.feature-section { background: var(--cream); }.section-heading { max-width: 560px; margin: 0 auto 55px; text-align: center; }.section-heading .eyebrow { justify-content: center; }.section-heading h2 { margin: 0; color: var(--red); font-size: clamp(42px, 5vw, 64px); line-height: .99; letter-spacing: -.08em; }.section-heading h2 em { display: inline-block; color: var(--ink); }.section-heading > p:last-child { margin: 21px auto 0; color: var(--muted); font-size: 15px; }.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }.feature-card { position: relative; min-height: 245px; padding: 28px 30px; border: 1px solid #f1e8e1; background: #fff; transition: transform .25s, box-shadow .25s; }.feature-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }.feature-number { position: absolute; right: 25px; top: 22px; color: #dcd2ce; font-size: 11px; font-weight: 700; letter-spacing: .08em; }.feature-icon { display: flex; align-items: center; justify-content: center; width: 48px; height: 48px; margin-bottom: 24px; border-radius: 50%; font-size: 24px; font-weight: 700; }.icon-red { color: var(--red); background: #fff0f1; }.icon-orange { color: #e58d00; background: #fff3d9; }.icon-yellow { color: #bf8a00; background: #fff7d7; font-family: "Playfair Display", serif; }.icon-pink { color: #d85684; background: #ffedf4; }.icon-green { color: #4f9c74; background: #e7f5eb; }.icon-blue { color: #5292ac; background: #e8f5f9; }.feature-card h3 { margin: 0 0 8px; color: var(--ink); font-size: 18px; letter-spacing: -.04em; }.feature-card p { max-width: 255px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }.feature-card > a { position: absolute; right: 28px; bottom: 26px; display: flex; align-items: center; justify-content: center; width: 26px; height: 26px; border: 1px solid var(--line); border-radius: 50%; color: var(--red); font-size: 15px; transition: background .2s, color .2s; }.feature-card:hover > a { background: var(--red); color: #fff; }

.menu-showcase { background: var(--paper); overflow: hidden; }.showcase-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 95px; }.showcase-copy { max-width: 400px; }.showcase-copy h2 { color: var(--red); }.showcase-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 31px 0 34px; padding: 15px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }.showcase-points span { display: grid; gap: 4px; color: var(--muted); font-size: 10px; }.showcase-points b { color: var(--red); font-size: 11px; }.menu-demo { position: relative; max-width: 560px; margin-left: auto; padding: 25px; background: #2a282a; box-shadow: 26px 28px 0 #fff0df; transform: rotate(2deg); }.demo-header { display: flex; align-items: center; justify-content: space-between; color: #fff; }.demo-header > div { display: flex; align-items: center; gap: 10px; }.demo-avatar { display: flex; align-items: center; justify-content: center; width: 33px; height: 33px; border-radius: 50%; background: var(--orange); color: #fff; font-family: "Playfair Display", serif; font-size: 20px; }.demo-header small, .demo-header strong { display: block; }.demo-header small { color: #a8a2a4; font-size: 9px; }.demo-header strong { font-size: 13px; }.demo-bell { color: var(--orange); font-size: 23px; }.demo-cover { position: relative; overflow: hidden; height: 220px; margin-top: 22px; }.demo-cover img { width: 100%; height: 100%; object-fit: cover; }.cover-overlay { position: absolute; right: 0; bottom: 0; left: 0; padding: 34px 20px 17px; color: #fff; background: linear-gradient(transparent, rgba(0,0,0,.75)); }.cover-overlay span { display: block; color: var(--orange); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }.cover-overlay strong { display: block; margin-top: 4px; font-size: 22px; line-height: 1.1; }.demo-body { padding: 20px 18px 5px; background: #fff; }.demo-categories { display: flex; gap: 24px; overflow-x: auto; border-bottom: 1px solid #eee8e4; }.demo-categories button { position: relative; flex: 0 0 auto; padding: 0 0 11px; border: 0; background: transparent; color: #9b9190; cursor: pointer; font-size: 12px; font-weight: 700; }.demo-categories button.active { color: var(--red); }.demo-categories button.active::after { position: absolute; content: ""; right: 0; bottom: -1px; left: 0; height: 2px; background: var(--red); }.demo-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px 24px; padding-top: 15px; }.demo-item { display: flex; align-items: center; gap: 10px; min-width: 0; padding-bottom: 12px; border-bottom: 1px solid #f1ece9; }.demo-item-thumb { flex: 0 0 48px; width: 48px; height: 48px; border-radius: 6px; background-position: center; background-size: cover; }.demo-item-info { min-width: 0; flex: 1; }.demo-item-info strong, .demo-item-info small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.demo-item-info strong { font-size: 12px; }.demo-item-info small { margin-top: 1px; color: #a09592; font-size: 9px; }.demo-price { align-self: flex-start; color: var(--red); font-size: 11px; font-weight: 700; white-space: nowrap; }

.steps-section { background: #fff; }.steps-section .section-heading { margin-bottom: 72px; }.steps-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 85px; }.steps-grid::before { position: absolute; content: ""; top: 39px; right: 17%; left: 17%; border-top: 1px dashed #e9dcd6; }.step { position: relative; z-index: 1; text-align: center; }.step-number { display: flex; align-items: center; justify-content: center; width: 78px; height: 78px; margin: 0 auto 25px; border: 1px solid var(--orange); border-radius: 50%; background: #fff; color: var(--red); font-family: "Playfair Display", serif; font-size: 35px; font-weight: 600; }.step:nth-child(2) .step-number { border-color: var(--red); background: var(--red); color: #fff; }.step-icon { margin-bottom: 11px; color: var(--orange); font-size: 18px; }.step h3 { margin: 0 0 8px; font-size: 18px; letter-spacing: -.04em; }.step p { max-width: 240px; margin: 0 auto; color: var(--muted); font-size: 13px; line-height: 1.55; }

.quote-section { position: relative; overflow: hidden; background: var(--red); color: #fff; }.quote-section::before, .quote-section::after { position: absolute; content: ""; width: 210px; height: 210px; border: 1px solid rgba(255,255,255,.17); border-radius: 50%; }.quote-section::before { top: -125px; left: 8%; }.quote-section::after { right: 5%; bottom: -150px; }.quote-inner { padding: 100px 0 105px; text-align: center; }.quote-mark { display: block; color: var(--orange); font-family: "Playfair Display", serif; font-size: 70px; line-height: .5; }.quote-inner blockquote { max-width: 780px; margin: 22px auto 23px; font-family: "Playfair Display", serif; font-size: clamp(25px, 3vw, 38px); font-style: italic; line-height: 1.23; letter-spacing: -.04em; }.quote-rule { width: 42px; height: 2px; margin: 0 auto 15px; background: var(--orange); }.quote-inner p { margin: 0; color: rgba(255,255,255,.68); font-size: 12px; }

.faq-section { background: var(--cream); }.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; align-items: start; }.faq-intro { max-width: 360px; }.faq-intro h2 { color: var(--red); }.faq-list { border-top: 1px solid #ddcfca; }.faq-list details { border-bottom: 1px solid #ddcfca; }.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 23px 0; cursor: pointer; color: var(--ink); font-size: 16px; font-weight: 700; list-style: none; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary::after { content: "+"; color: var(--red); font-size: 23px; font-weight: 400; transition: transform .2s; }.faq-list details[open] summary::after { transform: rotate(45deg); }.faq-list details p { max-width: 600px; margin: -6px 0 23px; color: var(--muted); font-size: 13px; line-height: 1.65; }.faq-list details p a { color: var(--red); font-weight: 700; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }

.final-cta { position: relative; overflow: hidden; background: #2a282a; color: #fff; }.final-cta::before { position: absolute; content: ""; top: -190px; right: 4%; width: 440px; height: 440px; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; }.final-cta::after { position: absolute; content: ""; top: -120px; right: 10%; width: 300px; height: 300px; border: 1px solid rgba(255,173,31,.24); border-radius: 50%; }.final-cta-inner { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; min-height: 365px; }.final-copy { max-width: 570px; }.eyebrow.light { color: var(--orange); }.final-copy h2 { margin: 0 0 16px; font-size: clamp(43px, 5vw, 70px); line-height: .98; letter-spacing: -.08em; }.final-copy h2 em { color: var(--orange); }.final-copy > p:last-child { margin: 0; color: rgba(255,255,255,.67); font-size: 15px; }.final-action { display: grid; justify-items: center; gap: 13px; margin-right: 7%; }.button-light { min-height: 60px; background: #fff; color: var(--red); box-shadow: 0 12px 28px rgba(0,0,0,.22); }.button-light:hover { background: var(--orange); color: var(--ink); }.final-action small { color: rgba(255,255,255,.45); font-size: 10px; }
.site-footer { background: #fff; }.footer-top { display: flex; align-items: center; justify-content: space-between; min-height: 115px; }.footer-brand { font-size: 25px; }.footer-brand .brand-name { font-size: 16px; }.footer-top p { margin: 0; color: var(--muted); font-size: 12px; }.footer-links { display: flex; gap: 24px; color: var(--muted); font-size: 12px; font-weight: 600; }.footer-links a:hover { color: var(--red); }.footer-bottom { display: flex; justify-content: space-between; padding: 18px 0; border-top: 1px solid var(--line); color: #aaa1a0; font-size: 10px; }

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

@media (max-width: 1050px) {
  :root { --shell: min(100% - 48px, 900px); }
  .desktop-nav { gap: 22px; margin-left: 30px; }.hero-card-menu { right: 35px; }.hero-badge { right: 310px; }.intro-grid, .showcase-grid { gap: 55px; }.faq-grid { gap: 55px; }.final-action { margin-right: 0; }
}

@media (max-width: 760px) {
  :root { --shell: calc(100% - 38px); }
  .utility-bar { height: 36px; }.utility-center, .utility-socials { display: none; }.utility-inner { justify-content: center; font-size: 11px; }
  .site-header { height: 75px; }.desktop-nav, .nav-actions .text-link { display: none; }.nav-actions { gap: 13px; }.button-small { min-height: 39px; padding: 0 13px; font-size: 11px; }.menu-toggle { display: block; }.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3px) rotate(45deg); }.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3px) rotate(-45deg); }.mobile-menu { display: grid; position: absolute; top: 75px; right: 0; left: 0; padding: 21px 19px 25px; background: #fff; box-shadow: 0 16px 24px rgba(41, 25, 31, .13); transform: translateY(-120%); transition: transform .3s ease; }.mobile-menu.is-open { transform: translateY(0); }.mobile-menu a { padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 15px; font-weight: 600; }.mobile-menu a:last-child { margin-top: 12px; padding: 13px 16px; border: 0; background: var(--red); color: #fff; text-align: center; }
  .hero { height: auto; min-height: 840px; align-items: flex-start; }.hero-backdrop { background: linear-gradient(180deg, rgba(14, 51, 57, .87) 0%, rgba(14, 51, 57, .62) 54%, rgba(14, 51, 57, .12) 100%), url("assets/hero-food.jpg") 67% center/cover; }.hero-content { padding: 56px 0 350px; }.hero h1 { font-size: clamp(52px, 15vw, 78px); }.hero-copy { max-width: 500px; margin: 20px 0 24px; font-size: 15px; line-height: 1.55; }.hero-actions { display: grid; grid-template-columns: 1fr; gap: 10px; }.hero-actions .button { width: 100%; }.hero-note { margin-top: 18px; font-size: 11px; }.hero-card-menu { right: 50%; bottom: 24px; width: 245px; transform: translateX(50%) rotate(2deg) scale(.84); transform-origin: bottom center; }.hero-badge { right: auto; left: 18px; bottom: 340px; transform: rotate(-4deg) scale(.82); transform-origin: bottom left; }.hero-scroll { display: none; }
  .proof-grid { grid-template-columns: 1fr; }.proof-item, .proof-item:first-child { min-height: 71px; padding: 12px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }.proof-item:last-child { border-bottom: 0; }.proof-icon { width: 28px; height: 28px; font-size: 13px; }.proof-item strong { font-size: 12px; }.proof-item small { font-size: 10px; }
  .section-pad { padding: 79px 0; }.intro-grid, .showcase-grid, .faq-grid { grid-template-columns: 1fr; gap: 57px; }.seo-overview .section-heading { max-width: 560px; }.overview-grid { grid-template-columns: 1fr; gap: 12px; }.overview-card { min-height: 0; padding: 23px 20px 25px; }.overview-number { margin-bottom: 18px; }.intro-copy { max-width: none; }.image-frame { height: 370px; }.intro-visual { padding-right: 12px; }.intro-visual::before { left: 10px; }.visual-note { right: -1px; }.visual-stamp { left: -8px; }.feature-grid { grid-template-columns: 1fr 1fr; gap: 10px; }.feature-card { min-height: 230px; padding: 22px 18px; }.feature-number { right: 15px; top: 17px; }.feature-icon { width: 40px; height: 40px; margin-bottom: 18px; font-size: 19px; }.feature-card h3 { font-size: 15px; }.feature-card p { font-size: 11px; }.feature-card > a { right: 15px; bottom: 17px; }.showcase-copy { max-width: none; }.menu-demo { width: calc(100% - 12px); margin: 0 auto; padding: 16px; transform: rotate(1deg); }.demo-cover { height: 185px; }.cover-overlay strong { font-size: 18px; }.demo-body { padding: 15px 10px 4px; }.demo-list { grid-template-columns: 1fr; gap: 8px; }.steps-grid { grid-template-columns: 1fr; gap: 42px; }.steps-grid::before { top: 0; bottom: 0; left: 50%; right: auto; border-top: 0; border-left: 1px dashed #e9dcd6; }.step-number { width: 66px; height: 66px; margin-bottom: 17px; font-size: 29px; }.step-icon { margin-bottom: 3px; }.steps-section .section-heading { margin-bottom: 55px; }.quote-inner { padding: 78px 0; }.quote-inner blockquote { font-size: 25px; }.final-cta-inner { display: block; min-height: 0; padding: 80px 0; }.final-action { justify-items: start; margin-top: 30px; }.footer-top { display: grid; justify-items: start; gap: 18px; padding: 32px 0; }.footer-links { flex-wrap: wrap; gap: 12px 20px; }.footer-bottom { display: grid; gap: 6px; padding: 14px 0; }.footer-bottom span:last-child { display: none; }
}

@media (max-width: 390px) {
  .brand { font-size: 18px; }.brand-name { font-size: 16px; }.button-small { padding: 0 10px; }.hero h1 { font-size: 51px; }.hero-card-menu { right: 10px; }.hero-badge { left: 10px; }.feature-card { min-height: 250px; }.feature-card p { max-width: 150px; }.showcase-points { gap: 6px; }.showcase-points span { font-size: 9px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }.reveal, .reveal.is-visible { opacity: 1; transform: none; transition: none; }.button, .feature-card, .arrow-link span { transition: none; }
}

@media (max-width: 760px) {
  .mobile-menu { visibility: hidden; transition: transform .3s ease, visibility .3s ease; }
  .mobile-menu.is-open { visibility: visible; }
  .demo-categories { scrollbar-width: none; }
  .demo-categories::-webkit-scrollbar { display: none; }
}
