:root {
    --paper: #f4f1e9;
    --paper-deep: #e9e4d8;
    --ink: #171b17;
    --muted: #666b64;
    --line: rgba(23, 27, 23, .14);
    --accent: #e85d36;
    --accent-dark: #b9381c;
    --acid: #d9ee8b;
    --white: #fffdf8;
    --display: "Newsreader", Georgia, serif;
    --sans: "Manrope", Arial, sans-serif;
    --shadow: 0 30px 80px rgba(44, 38, 27, .14);
    --ease: cubic-bezier(.22, 1, .36, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: var(--sans);
    font-size: 16px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
::selection { color: var(--white); background: var(--accent); }

.shell { width: min(1240px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 10px 16px; color: #fff; background: var(--ink); transform: translateY(-150%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 4px; }

.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 24px; color: #525850; font-size: 12px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 2px; background: var(--accent); }
.eyebrow.light { color: rgba(255,255,255,.62); }
.eyebrow.light span { background: var(--acid); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--display); font-weight: 500; letter-spacing: -.045em; text-wrap: balance; }
h1 { max-width: 760px; margin-bottom: 28px; font-size: clamp(4.2rem, 7.4vw, 7rem); line-height: .88; }
h1 em { display: block; color: var(--accent); font-weight: 500; }
h2 { margin-bottom: 22px; font-size: clamp(3rem, 5.2vw, 5.35rem); line-height: .94; }
h3 { font-size: 1.2rem; line-height: 1.25; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 52px; padding: 0 23px; border: 1px solid var(--ink); border-radius: 4px; color: var(--white); background: var(--ink); font-size: 14px; font-weight: 800; transition: color .25s, background .25s, transform .25s var(--ease), box-shadow .25s; }
.button:hover { color: var(--ink); background: var(--acid); box-shadow: 7px 7px 0 var(--ink); transform: translate(-3px, -3px); }
.button:active { box-shadow: 2px 2px 0 var(--ink); transform: translate(0, 0); }
.button-small { min-height: 42px; padding-inline: 18px; font-size: 12px; }
.button-large { min-height: 60px; padding-inline: 28px; }
.button-light { color: var(--ink); border-color: var(--white); background: var(--white); }
.button-light:hover { color: var(--ink); border-color: var(--acid); background: var(--acid); box-shadow: 7px 7px 0 rgba(255,255,255,.25); }
.text-link, .arrow-link { display: inline-flex; align-items: center; gap: 9px; font-weight: 800; }
.text-link { font-size: 13px; }
.arrow-link { border-bottom: 1px solid currentColor; font-size: 14px; transition: color .2s, gap .2s; }
.arrow-link:hover { gap: 14px; color: var(--accent-dark); }

.site-header { position: fixed; z-index: 30; top: 0; right: 0; left: 0; border-bottom: 1px solid transparent; transition: background .25s, border-color .25s, transform .25s; }
.site-header.is-scrolled { border-color: var(--line); background: rgba(244, 241, 233, .9); backdrop-filter: blur(16px); }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 84px; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark { display: grid; grid-template-columns: repeat(2, 7px); gap: 3px; padding: 8px; border: 1.5px solid currentColor; }
.brand-mark span { width: 7px; height: 7px; background: currentColor; }
.brand-mark span:nth-child(2), .brand-mark span:nth-child(3) { background: var(--accent); }
.brand-copy { display: flex; align-items: baseline; gap: 5px; line-height: 1; }
.brand-copy strong { font-size: 19px; letter-spacing: -.05em; }
.brand-copy small { color: var(--accent-dark); font-size: 11px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; gap: 34px; }
.desktop-nav a { position: relative; color: #4e544d; font-size: 13px; font-weight: 700; }
.desktop-nav a::after { position: absolute; right: 0; bottom: -7px; left: 0; height: 2px; background: var(--accent); content: ""; transform: scaleX(0); transform-origin: right; transition: transform .25s; }
.desktop-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.header-actions { display: flex; align-items: center; gap: 24px; }
.menu-toggle, .mobile-nav { display: none; }

.hero { position: relative; min-height: 100dvh; padding: 170px 0 50px; overflow: hidden; }
.hero::before { position: absolute; inset: 0; background-image: linear-gradient(rgba(23,27,23,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(23,27,23,.045) 1px, transparent 1px); background-size: 64px 64px; content: ""; mask-image: linear-gradient(to bottom, black, transparent 85%); }
.hero-orbit { position: absolute; border: 1px solid rgba(232,93,54,.22); border-radius: 50%; pointer-events: none; }
.orbit-one { top: 11%; right: -9%; width: 520px; height: 520px; }
.orbit-two { top: 19%; right: -1%; width: 360px; height: 360px; }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(390px, .9fr); gap: 60px; align-items: center; }
.hero-copy { padding-top: 30px; }
.hero-lead { max-width: 640px; margin-bottom: 34px; color: var(--muted); font-size: clamp(1.05rem, 1.5vw, 1.28rem); line-height: 1.65; text-wrap: pretty; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.hero-notes { display: flex; flex-wrap: wrap; gap: 10px 24px; margin-top: 34px; color: #62675f; font-size: 12px; font-weight: 700; }
.hero-notes span { display: flex; align-items: center; gap: 8px; }
.hero-notes i { color: var(--accent-dark); }

.hero-stage { position: relative; min-height: 650px; }
.phone-frame { position: absolute; z-index: 2; top: 10px; right: 52px; width: 345px; padding: 10px; border: 2px solid var(--ink); border-radius: 42px; background: var(--ink); box-shadow: 28px 38px 0 rgba(232,93,54,.16), var(--shadow); transform: rotate(3deg); }
.phone-top { position: absolute; z-index: 3; top: 17px; left: 50%; width: 92px; height: 24px; border-radius: 20px; background: var(--ink); transform: translateX(-50%); }
.phone-top span { position: absolute; top: 9px; right: 16px; width: 5px; height: 5px; border-radius: 50%; background: #596057; }
.phone-screen { height: 610px; overflow: hidden; border-radius: 33px; background: #f7f2e8; }
.demo-cover { display: flex; flex-direction: column; justify-content: end; height: 150px; padding: 25px; color: #fff; background: linear-gradient(to top, rgba(17,20,17,.84), rgba(17,20,17,.06)), url('../uploads/products/1408-pastirmali-pizza.webp') center/cover; }
.demo-brand { font-family: var(--display); font-size: 28px; letter-spacing: .12em; }
.demo-cover p { margin: 2px 0 0; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.demo-content { padding: 22px 18px 24px; }
.demo-heading { display: flex; align-items: center; justify-content: space-between; }
.demo-heading small, .demo-heading strong { display: block; }
.demo-heading small { color: #8b8c84; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.demo-heading strong { font-family: var(--display); font-size: 25px; line-height: 1.2; }
.demo-heading button { display: grid; width: 35px; height: 35px; border: 1px solid #ded8cb; border-radius: 50%; background: transparent; place-items: center; }
.demo-tabs { display: flex; gap: 18px; margin: 18px 0 16px; border-bottom: 1px solid #ddd8cd; color: #8a8c84; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.demo-tabs span { padding-bottom: 8px; }
.demo-tabs .active { border-bottom: 2px solid var(--accent); color: var(--ink); }
.demo-product { overflow: hidden; border-radius: 15px; background: #fff; box-shadow: 0 13px 25px rgba(45,38,27,.09); }
.demo-product img { width: 100%; height: 138px; object-fit: cover; }
.demo-product div { padding: 12px 13px 14px; }
.demo-product strong, .demo-product small, .demo-product span { display: block; }
.demo-product strong { font-size: 13px; }
.demo-product small { margin: 2px 0 7px; color: #85877f; font-size: 8px; }
.demo-product span { color: var(--accent-dark); font-size: 12px; font-weight: 800; }
.demo-product.compact { display: grid; grid-template-columns: 90px 1fr; margin-top: 12px; }
.demo-product.compact img { width: 90px; height: 90px; }
.stage-note { position: absolute; z-index: 3; display: flex; align-items: center; gap: 10px; border: 1px solid var(--ink); background: var(--white); box-shadow: 8px 8px 0 var(--ink); font-size: 11px; font-weight: 800; }
.stage-note-top { top: 82px; left: 0; padding: 12px 16px; transform: rotate(-4deg); }
.stage-note-bottom { right: -5px; bottom: 65px; min-width: 198px; padding: 14px 16px; transform: rotate(-2deg); }
.stage-note-bottom i { color: var(--accent); font-size: 18px; }
.stage-note-bottom strong, .stage-note-bottom small { display: block; }
.stage-note-bottom small { color: var(--muted); font-size: 9px; font-weight: 600; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: #5fa660; box-shadow: 0 0 0 5px rgba(95,166,96,.14); }

.proof-strip { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 45px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.proof-strip div { padding: 25px 25px 25px 0; }
.proof-strip div + div { padding-left: 25px; border-left: 1px solid var(--line); }
.proof-strip strong, .proof-strip span { display: block; }
.proof-strip strong { margin-bottom: 4px; font-family: var(--display); font-size: 24px; font-weight: 600; }
.proof-strip span { color: var(--muted); font-size: 11px; font-weight: 700; }

.problem-section { padding: 150px 0; background: var(--white); }
.problem-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 100px; align-items: end; margin-bottom: 80px; }
.section-heading h2 { max-width: 820px; margin-bottom: 0; }
.problem-copy { padding-bottom: 10px; }
.problem-copy p { margin-bottom: 28px; color: var(--muted); font-size: 18px; line-height: 1.8; }
.experience-stack { display: grid; gap: 24px; }
.experience-card { position: relative; display: grid; min-height: 480px; overflow: hidden; border: 1px solid var(--line); background: var(--paper); }
.card-index { position: absolute; top: 24px; right: 28px; z-index: 4; color: #81857e; font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.experience-copy { align-self: center; max-width: 500px; padding: 70px; }
.experience-copy h3 { margin: 0 0 20px; font-family: var(--display); font-size: clamp(2.35rem, 3.5vw, 4rem); font-weight: 500; letter-spacing: -.04em; }
.experience-copy p { color: var(--muted); }
.mini-label { display: block; margin-bottom: 26px; color: var(--accent-dark); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.feature-points { display: grid; gap: 8px; margin: 25px 0 0; padding: 0; list-style: none; font-size: 13px; font-weight: 700; }
.feature-points li::before { margin-right: 10px; color: var(--accent); content: "↗"; }
.card-menu { grid-template-columns: .9fr 1.1fr; background: #f0ecdf; }
.menu-collage { position: relative; min-height: 480px; background: #242a23; }
.collage-card { position: absolute; overflow: hidden; border: 8px solid var(--white); background: var(--white); box-shadow: 0 28px 60px rgba(0,0,0,.3); }
.collage-card img { width: 100%; height: 100%; object-fit: cover; }
.collage-card span { position: absolute; right: 8px; bottom: 8px; left: 8px; padding: 9px; color: var(--ink); background: rgba(255,253,248,.9); font-family: var(--display); font-weight: 600; }
.card-a { top: 65px; left: 70px; width: 260px; height: 300px; transform: rotate(-7deg); }
.card-b { right: 45px; bottom: 45px; width: 225px; height: 265px; transform: rotate(7deg); }
.allergen-chip, .calorie-chip { position: absolute; z-index: 3; padding: 9px 13px; border: 1px solid var(--ink); background: var(--acid); box-shadow: 4px 4px 0 var(--ink); font-size: 10px; font-weight: 800; }
.allergen-chip { top: 42px; right: 55px; transform: rotate(4deg); }
.calorie-chip { bottom: 46px; left: 46px; background: var(--white); transform: rotate(-5deg); }
.card-control { grid-template-columns: 1.25fr .75fr; background: var(--accent); }
.card-control .experience-copy { color: #fff; }
.card-control .experience-copy p { color: rgba(255,255,255,.76); }
.card-control .mini-label { color: var(--acid); }
.control-preview { align-self: center; margin: 65px 20px 65px 65px; border: 2px solid var(--ink); background: #ece9df; box-shadow: 14px 14px 0 var(--ink); transform: rotate(-2deg); }
.control-top { display: flex; align-items: center; gap: 6px; height: 42px; padding: 0 14px; border-bottom: 1px solid #c9c5bb; }
.control-top span { width: 8px; height: 8px; border: 1px solid var(--ink); border-radius: 50%; }
.control-top strong { margin-left: auto; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.control-body { display: grid; grid-template-columns: 62px 1fr; min-height: 300px; }
.control-sidebar { display: grid; align-content: start; gap: 18px; padding: 25px 18px; border-right: 1px solid #c9c5bb; background: #1d221d; }
.control-sidebar i { width: 24px; height: 4px; background: #6b7269; }
.control-main { padding: 24px; }
.metric-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.metric-row > div { padding: 16px; border: 1px solid #d6d2c8; background: var(--white); }
.metric-row small, .metric-row strong, .metric-row em { display: block; }
.metric-row small { color: var(--muted); font-size: 8px; font-weight: 800; text-transform: uppercase; }
.metric-row strong { margin: 5px 0; font-family: var(--display); font-size: 28px; }
.metric-row em { color: #4c8753; font-size: 8px; font-style: normal; font-weight: 700; }
.activity-card { margin-top: 12px; padding: 8px 16px; border: 1px solid #d6d2c8; background: var(--white); }
.activity-card div { display: flex; justify-content: space-between; padding: 12px 0; border-bottom: 1px solid #e3dfd5; font-size: 9px; }
.activity-card div:last-child { border: 0; }
.activity-card b { color: var(--accent-dark); }
.card-operations { grid-template-columns: .85fr 1.15fr; background: #dce6b2; }
.operations-map { position: relative; overflow: hidden; }
.operations-map::before { position: absolute; inset: 12% 10%; border: 1px solid rgba(23,27,23,.18); border-radius: 50%; content: ""; }
.map-hub, .map-node { position: absolute; z-index: 2; display: grid; border: 1px solid var(--ink); background: var(--white); box-shadow: 6px 6px 0 var(--ink); place-items: center; }
.map-hub { top: 50%; left: 50%; width: 90px; height: 90px; border-radius: 50%; color: #fff; background: var(--accent); font-size: 26px; transform: translate(-50%,-50%); }
.map-node { width: 95px; height: 80px; gap: 4px; font-size: 20px; }
.map-node small { font-size: 9px; font-weight: 800; text-transform: uppercase; }
.node-one { top: 18%; left: 13%; transform: rotate(-4deg); }
.node-two { top: 14%; right: 14%; transform: rotate(4deg); }
.node-three { right: 12%; bottom: 13%; transform: rotate(-3deg); }
.map-line { position: absolute; top: 50%; left: 50%; width: 40%; height: 1px; background: var(--ink); transform-origin: left; }
.line-one { transform: rotate(-145deg); }
.line-two { transform: rotate(36deg); }

.feature-section { padding: 150px 0 165px; color: #fff; background: #1c211c; }
.feature-intro { display: grid; grid-template-columns: 1.1fr .55fr; gap: 80px; align-items: end; margin-bottom: 70px; }
.feature-intro h2 { max-width: 780px; margin: 0; }
.feature-intro > p { margin-bottom: 8px; color: rgba(255,255,255,.56); }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.14); }
.feature-tile { position: relative; min-height: 330px; padding: 42px; background: #1c211c; transition: background .3s, transform .3s; }
.feature-tile:hover { z-index: 2; background: #252b24; transform: translateY(-5px); }
.feature-tile.feature-wide { display: grid; grid-template-columns: auto 1fr; grid-column: span 2; gap: 24px; }
.feature-icon { display: grid; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.26); color: var(--acid); place-items: center; }
.feature-tile h3 { margin: 75px 0 14px; font-family: var(--display); font-size: 31px; font-weight: 500; }
.feature-wide h3 { margin-top: 0; }
.feature-tile p { max-width: 440px; margin: 0; color: rgba(255,255,255,.56); font-size: 14px; }
.tile-meta { position: absolute; right: 34px; bottom: 34px; color: var(--acid); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.mini-chart { position: absolute; right: 35px; bottom: 35px; display: flex; align-items: end; gap: 7px; width: 135px; height: 85px; }
.mini-chart i { flex: 1; background: var(--accent); }

.steps-section { padding: 150px 0; background: var(--paper-deep); }
.steps-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 120px; }
.steps-heading { position: sticky; top: 130px; align-self: start; }
.steps-heading h2 { font-size: clamp(3rem, 4.6vw, 4.8rem); }
.steps-heading > p { max-width: 500px; color: var(--muted); }
.steps-heading .button { margin-top: 20px; }
.steps-list { margin: 0; padding: 0; list-style: none; }
.steps-list li { display: grid; grid-template-columns: 80px 1fr; gap: 24px; padding: 46px 0 58px; border-top: 1px solid var(--line); }
.steps-list li:last-child { border-bottom: 1px solid var(--line); }
.steps-list > li > span { color: var(--accent-dark); font-size: 11px; font-weight: 800; letter-spacing: .1em; }
.steps-list h3 { margin-bottom: 12px; font-family: var(--display); font-size: 34px; font-weight: 500; }
.steps-list p { max-width: 570px; margin: 0; color: var(--muted); }

.pricing-section { padding: 150px 0; background: var(--white); }
.pricing-heading { display: grid; grid-template-columns: 1fr .65fr; column-gap: 80px; align-items: end; margin-bottom: 65px; }
.pricing-heading .eyebrow { grid-column: 1 / -1; }
.pricing-heading h2, .pricing-heading p { margin-bottom: 0; }
.pricing-heading p { max-width: 530px; color: var(--muted); }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.price-card { position: relative; display: flex; flex-direction: column; min-height: 610px; padding: 42px; }
.price-card + .price-card { border-left: 1px solid var(--line); }
.price-featured { margin: -18px 0; border: 1px solid var(--ink) !important; background: var(--paper); box-shadow: 12px 12px 0 var(--ink); }
.recommendation { position: absolute; top: 0; right: 0; padding: 8px 12px; color: #fff; background: var(--accent); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.price-head span, .price-head small { display: block; }
.price-head span { margin-bottom: 5px; font-family: var(--display); font-size: 34px; font-weight: 600; }
.price-head small { color: var(--muted); }
.price { display: flex; align-items: start; margin-top: 55px; font-variant-numeric: tabular-nums; }
.price strong { font-family: var(--display); font-size: 60px; font-weight: 500; letter-spacing: -.06em; line-height: 1; }
.price span { margin: 5px 0 0 8px; color: var(--accent-dark); font-weight: 800; }
.price-note { margin: 9px 0 32px; color: var(--muted); font-size: 11px; }
.price-card ul { display: grid; gap: 12px; margin: 0 0 36px; padding: 28px 0 0; border-top: 1px solid var(--line); list-style: none; font-size: 13px; font-weight: 700; }
.price-card li::before { margin-right: 10px; color: var(--accent); content: "✓"; }
.price-card .button, .price-link { margin-top: auto; }
.price-link { display: flex; align-items: center; justify-content: space-between; padding: 16px 0; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); font-size: 13px; font-weight: 800; transition: padding .2s, color .2s; }
.price-link:hover { padding-inline: 8px; color: var(--accent-dark); }

.faq-section { padding: 140px 0; background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.faq-heading { position: sticky; top: 130px; align-self: start; }
.faq-heading h2 { font-size: clamp(3rem, 4.3vw, 4.6rem); }
.faq-heading > p { color: var(--muted); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list article { display: grid; grid-template-columns: 54px 1fr; gap: 20px; padding: 35px 0 38px; border-bottom: 1px solid var(--line); }
.faq-list article > span { color: var(--accent-dark); font-size: 10px; font-weight: 800; }
.faq-list h3 { margin-bottom: 10px; font-size: 18px; }
.faq-list p { max-width: 660px; margin: 0; color: var(--muted); }

.contact-section { padding: 0 0 70px; background: var(--paper); }
.contact-card { position: relative; display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; overflow: hidden; padding: 80px; color: #fff; background: var(--accent); }
.contact-card::after { position: absolute; right: -150px; bottom: -250px; width: 550px; height: 550px; border: 1px solid rgba(255,255,255,.26); border-radius: 50%; content: ""; box-shadow: 0 0 0 55px rgba(255,255,255,.05), 0 0 0 110px rgba(255,255,255,.04); }
.contact-copy { position: relative; z-index: 2; }
.contact-copy h2 { max-width: 700px; font-size: clamp(3.5rem, 5vw, 5.5rem); }
.contact-copy > p { max-width: 650px; margin-bottom: 0; color: rgba(255,255,255,.76); }
.contact-actions { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 14px; }
.contact-actions > a:not(.button) { border-bottom: 1px solid rgba(255,255,255,.45); font-size: 14px; font-weight: 800; }

.site-footer { padding: 70px 0 30px; color: #fff; background: var(--ink); }
.footer-top { display: flex; align-items: end; justify-content: space-between; padding-bottom: 65px; }
.footer-brand { margin-bottom: 18px; }
.footer-top p { margin: 0; color: rgba(255,255,255,.48); }
.footer-top nav { display: flex; flex-wrap: wrap; gap: 25px; }
.footer-top nav a { color: rgba(255,255,255,.66); font-size: 12px; font-weight: 700; }
.footer-top nav a:hover { color: var(--acid); }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.42); font-size: 10px; font-weight: 700; letter-spacing: .04em; }
.footer-bottom a { color: rgba(255,255,255,.78); }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .85s var(--ease), transform .85s var(--ease); }
.reveal.reveal-delay { transition-delay: .12s; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1080px) {
    h1 { font-size: clamp(4rem, 8vw, 6rem); }
    .hero-grid { grid-template-columns: 1fr 410px; gap: 24px; }
    .phone-frame { right: 20px; }
    .stage-note-top { left: -20px; }
    .problem-grid, .feature-intro { gap: 55px; }
    .experience-copy { padding: 50px; }
    .card-a { left: 35px; }
    .card-b { right: 25px; }
    .steps-grid, .faq-grid { gap: 70px; }
    .price-card { padding: 32px 25px; }
    .price strong { font-size: 50px; }
    .contact-card { padding: 65px; }
}

@media (max-width: 900px) {
    .shell { width: min(100% - 36px, 740px); }
    .desktop-nav, .desktop-only { display: none; }
    .menu-toggle { display: grid; width: 42px; height: 42px; padding: 0; border: 1px solid var(--ink); background: transparent; place-content: center; gap: 6px; }
    .menu-toggle span { width: 18px; height: 2px; background: var(--ink); transition: transform .25s; }
    .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
    .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
    .mobile-nav { position: fixed; z-index: 29; inset: 84px 0 auto; display: flex; flex-direction: column; gap: 0; padding: 12px 18px 24px; border-bottom: 1px solid var(--line); background: var(--paper); opacity: 0; pointer-events: none; transform: translateY(-16px); transition: opacity .25s, transform .25s; }
    .mobile-nav.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); }
    .mobile-nav > a:not(.button) { padding: 15px 4px; border-bottom: 1px solid var(--line); font-size: 18px; font-weight: 700; }
    .mobile-nav .button { margin-top: 18px; }
    .hero { padding-top: 135px; }
    .hero-grid { grid-template-columns: 1fr; }
    .hero-copy { padding-top: 0; }
    .hero-stage { width: min(100%, 500px); min-height: 650px; margin: 25px auto 0; }
    .phone-frame { right: 50%; transform: translateX(50%) rotate(2deg); }
    .stage-note-top { left: 0; }
    .stage-note-bottom { right: -10px; }
    .proof-strip { grid-template-columns: repeat(2, 1fr); }
    .proof-strip div:nth-child(3) { border-top: 1px solid var(--line); border-left: 0; }
    .proof-strip div:nth-child(4) { border-top: 1px solid var(--line); }
    .problem-section, .feature-section, .steps-section, .pricing-section, .faq-section { padding: 105px 0; }
    .problem-grid, .feature-intro, .steps-grid, .pricing-heading, .faq-grid, .contact-card { grid-template-columns: 1fr; }
    .problem-grid { gap: 25px; margin-bottom: 55px; }
    .card-menu, .card-control, .card-operations { grid-template-columns: 1fr; }
    .menu-collage { min-height: 480px; }
    .control-preview { order: 2; margin: 0 40px 55px; }
    .card-control .experience-copy { order: 1; }
    .operations-map { min-height: 420px; }
    .feature-intro { gap: 20px; }
    .feature-grid { grid-template-columns: repeat(2, 1fr); }
    .feature-tile.feature-wide { grid-column: span 2; }
    .steps-heading, .faq-heading { position: static; }
    .pricing-heading { gap: 22px; }
    .pricing-heading .eyebrow { grid-column: auto; }
    .pricing-grid { grid-template-columns: 1fr; border: 0; gap: 24px; }
    .price-card { min-height: 0; border: 1px solid var(--line); }
    .price-card + .price-card { border-left: 1px solid var(--line); }
    .price-featured { margin: 0; }
    .contact-card { gap: 35px; }
}

@media (max-width: 620px) {
    .shell { width: min(100% - 28px, 520px); }
    .header-inner { height: 74px; }
    .mobile-nav { top: 74px; }
    h1 { font-size: clamp(3.45rem, 17vw, 5rem); }
    h2 { font-size: clamp(2.8rem, 13vw, 4rem); }
    .hero { padding-top: 115px; }
    .hero-lead { font-size: 1rem; }
    .hero-actions { align-items: stretch; flex-direction: column; gap: 18px; }
    .hero-actions .arrow-link { align-self: flex-start; }
    .hero-notes { flex-direction: column; }
    .hero-stage { min-height: 590px; }
    .phone-frame { width: 300px; }
    .phone-screen { height: 550px; }
    .demo-cover { height: 130px; }
    .demo-product img { height: 112px; }
    .stage-note { font-size: 9px; }
    .stage-note-top { top: 48px; left: -4px; }
    .stage-note-bottom { right: -4px; bottom: 5px; min-width: 170px; }
    .proof-strip { margin-top: 20px; }
    .proof-strip div { padding: 20px 12px 20px 0; }
    .proof-strip div + div { padding-left: 12px; }
    .proof-strip strong { font-size: 19px; }
    .problem-section, .feature-section, .steps-section, .pricing-section, .faq-section { padding: 80px 0; }
    .experience-copy { padding: 58px 28px 42px; }
    .experience-copy h3 { font-size: 2.5rem; }
    .menu-collage { min-height: 400px; }
    .card-a { top: 48px; left: 22px; width: 205px; height: 245px; }
    .card-b { right: 16px; bottom: 35px; width: 170px; height: 210px; }
    .allergen-chip { right: 16px; }
    .calorie-chip { bottom: 24px; left: 18px; }
    .control-preview { margin: 0 18px 42px; }
    .control-body { grid-template-columns: 45px 1fr; }
    .control-sidebar { padding: 20px 11px; }
    .control-sidebar i { width: 18px; }
    .control-main { padding: 12px; }
    .metric-row strong { font-size: 20px; }
    .operations-map { min-height: 340px; }
    .map-node { width: 78px; height: 68px; }
    .node-one { left: 3%; }
    .node-two { right: 3%; }
    .node-three { right: 5%; }
    .feature-grid { grid-template-columns: 1fr; }
    .feature-tile, .feature-tile.feature-wide { display: block; grid-column: auto; min-height: 290px; padding: 30px; }
    .feature-tile h3, .feature-wide h3 { margin-top: 55px; }
    .mini-chart { display: none; }
    .steps-list li { grid-template-columns: 44px 1fr; padding: 34px 0; }
    .steps-list h3 { font-size: 28px; }
    .price-card { padding: 34px 26px; }
    .price strong { font-size: 54px; }
    .faq-list article { grid-template-columns: 36px 1fr; }
    .contact-section { padding-bottom: 28px; }
    .contact-card { width: 100%; padding: 62px 28px; }
    .contact-copy h2 { font-size: 3.4rem; }
    .contact-actions .button { width: 100%; }
    .footer-top { align-items: flex-start; flex-direction: column; gap: 35px; }
    .footer-top nav { display: grid; grid-template-columns: 1fr 1fr; width: 100%; }
    .footer-bottom { flex-direction: column; gap: 8px; }
}

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