:root {
  --black: #121014;
  --paper: #f3f0e8;
  --lime: #d8ff45;
  --cobalt: #2646ef;
  --coral: #ff6a4d;
  --white: #fffdf8;
  --muted: #6f6c68;
  --line: rgba(18,16,20,.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; color-scheme: only light; }
body { margin: 0; color: var(--black); background: var(--paper); font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
button, summary { font: inherit; }
.site-2026 { overflow: hidden; }
.shell-2026 { width: min(1380px, calc(100% - 64px)); margin: 0 auto; }

.hero-2026 { min-height: 880px; height: 100svh; position: relative; display: flex; flex-direction: column; color: var(--white); background: #161116; isolation: isolate; }
.hero-food-picture { position: absolute; inset: 0; z-index: -3; overflow: hidden; }
.hero-food { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; transform: scale(1.02); animation: hero-in 1.6s cubic-bezier(.2,.7,.1,1) both; }
.hero-shade { position: absolute; inset: 0; z-index: -2; background: linear-gradient(180deg, rgba(5,5,7,.94) 0%, rgba(5,5,7,.58) 17%, rgba(5,5,7,.14) 40%, transparent 62%), linear-gradient(90deg, rgba(7,6,8,.99) 0%, rgba(7,6,8,.94) 39%, rgba(7,6,8,.36) 70%, rgba(7,6,8,.08) 100%), linear-gradient(0deg, rgba(7,6,8,.88) 0%, transparent 30%); }
.topbar { min-height: 92px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 36px; border-bottom: 1px solid rgba(255,255,255,.17); position: relative; z-index: 5; }
.logo-2026 { display: inline-flex; align-items: center; gap: 8px; width: fit-content; font-size: 21px; letter-spacing: -.04em; }
.logo-2026 > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: var(--black); background: var(--lime); font-size: 16px; font-weight: 900; }
.logo-mark-image { width: 48px; height: 48px; display: block; border-radius: 50%; object-fit: cover; }
.logo-wordmark-image { width: 174px; height: auto; display: block; object-fit: contain; filter: drop-shadow(0 2px 8px rgba(0,0,0,.28)); }
.logo-2026 b { font-weight: 800; }
.topbar nav { display: flex; align-items: center; gap: 32px; font-size: 13px; color: rgba(255,255,255,.72); }
.topbar nav a { transition: color .2s ease; }
.topbar nav a:hover { color: var(--lime); }
.topbar-button { justify-self: end; display: inline-flex; align-items: center; gap: 12px; padding: 12px 17px; border: 1px solid rgba(255,255,255,.34); border-radius: 999px; font-size: 13px; font-weight: 700; transition: .25s ease; }
.topbar-button:hover { color: var(--black); background: var(--white); border-color: var(--white); }
.topbar-button span { color: var(--lime); }
.topbar-button:hover span { color: var(--cobalt); }

.hero-content { flex: 1; display: grid; grid-template-columns: 1.12fr .88fr; gap: 40px; align-items: center; padding-top: 38px; }
.hero-copy-2026 { position: relative; z-index: 2; align-self: center; padding-bottom: 25px; }
.micro-label { display: flex; align-items: center; gap: 10px; margin: 0 0 28px; font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.micro-label i { width: 8px; height: 8px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 7px rgba(216,255,69,.16); }
.hero-copy-2026 h1 { max-width: 830px; margin: 0; font-size: clamp(68px, 7.2vw, 118px); line-height: .78; letter-spacing: -.075em; font-weight: 900; text-transform: uppercase; text-shadow: 0 4px 28px rgba(0,0,0,.34); }
.hero-copy-2026 h1 > span { display: block; color: var(--lime); }
.hero-copy-2026 h1 > em { display: block; margin-top: 27px; color: var(--white); font-family: Georgia, "Times New Roman", serif; font-size: .4em; line-height: 1; letter-spacing: -.045em; font-weight: 400; text-transform: none; }
.hero-text { max-width: 620px; margin: 30px 0 0; color: rgba(255,255,255,.9); font-size: 18px; line-height: 1.55; letter-spacing: -.01em; text-shadow: 0 2px 18px rgba(0,0,0,.72); }
.hero-buttons { display: flex; align-items: center; flex-wrap: wrap; gap: 28px; margin-top: 33px; }
.action { min-height: 58px; display: inline-flex; align-items: center; justify-content: center; gap: 26px; padding: 0 24px; border-radius: 999px; font-size: 14px; font-weight: 800; transition: transform .25s ease, box-shadow .25s ease; }
.action:hover { transform: translateY(-3px) rotate(-1deg); }
.action-lime { color: var(--black); background: var(--lime); box-shadow: 0 18px 45px rgba(0,0,0,.28); }
.action-white { color: var(--black); background: var(--white); }
.text-link { display: inline-flex; align-items: center; gap: 15px; font-size: 13px; color: rgba(255,255,255,.7); }
.text-link span { color: var(--lime); font-size: 18px; }

.hero-product { width: 100%; height: 650px; position: relative; align-self: end; }
.hero-phone { width: min(365px, 67%); aspect-ratio: 9 / 16; position: absolute; right: 11%; bottom: -52px; z-index: 2; overflow: hidden; border: 10px solid #09090b; border-radius: 44px; background: #09090b; box-shadow: -38px 58px 90px rgba(0,0,0,.54), inset 0 0 0 1px rgba(255,255,255,.16); transform: rotate(2.2deg); animation: phone-rise 1.3s .2s cubic-bezier(.2,.8,.1,1) both; }
.hero-phone::after { content: ""; position: absolute; inset: 0; z-index: 5; border-radius: 34px; box-shadow: inset 0 0 0 1px rgba(255,255,255,.18); pointer-events: none; }
.hero-phone video, .hero-video-poster { width: 100%; height: 100%; display: block; object-fit: cover; border-radius: 33px; }
.hero-phone-island { width: 72px; height: 20px; position: absolute; z-index: 7; left: 50%; top: 9px; display: flex; align-items: center; justify-content: flex-end; gap: 5px; padding-right: 8px; border-radius: 999px; background: #050506; transform: translateX(-50%); }
.hero-phone-island i { width: 5px; height: 5px; border-radius: 50%; background: #24242b; box-shadow: inset 0 0 2px #50659f; }
.hero-phone-island i:last-child { width: 3px; height: 3px; background: #123c62; }
.hero-play { position: absolute; z-index: 8; left: 50%; top: 50%; display: flex; align-items: center; gap: 9px; padding: 8px 12px 8px 8px; border: 1px solid rgba(255,255,255,.38); border-radius: 999px; color: white; background: rgba(8,8,10,.72); backdrop-filter: blur(14px); cursor: pointer; transform: translate(-50%,-50%); }
.hero-play b { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; color: var(--black); background: var(--lime); font-size: 10px; }
.hero-play span { white-space: nowrap; font-size: 8px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.hero-video-label { position: absolute; left: 16px; right: 16px; bottom: 16px; z-index: 3; padding: 11px 13px; display: flex; align-items: center; gap: 8px; border: 1px solid rgba(255,255,255,.24); border-radius: 999px; color: rgba(255,255,255,.82); background: rgba(12,15,16,.7); backdrop-filter: blur(14px); font-size: 8px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.hero-video-label i { width: 7px; height: 7px; flex: 0 0 auto; border-radius: 50%; background: var(--lime); box-shadow: 0 0 12px var(--lime); }
.video-overlay { position: fixed; inset: 0; z-index: 1000; display: grid; place-items: center; padding: 28px; background: rgba(5,5,7,.97); animation: overlay-in .25s ease both; }
.video-overlay video { width: min(100%, 1100px); height: min(86svh, 900px); object-fit: contain; border: 1px solid rgba(255,255,255,.15); border-radius: 24px; background: #000; box-shadow: 0 40px 120px rgba(0,0,0,.6); }
.video-close { position: fixed; z-index: 1001; display: flex; align-items: center; gap: 13px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; color: white; background: rgba(18,16,20,.8); backdrop-filter: blur(16px); cursor: pointer; }
.video-close { right: 24px; top: 22px; padding: 11px 12px 11px 16px; font-size: 11px; font-weight: 800; }
.video-close span { font-size: 22px; line-height: .7; }
.hero-foot { min-height: 72px; display: flex; align-items: center; gap: 42px; padding: 0 22px; border: 1px solid rgba(255,255,255,.18); border-radius: 22px 22px 0 0; position: relative; z-index: 4; color: rgba(255,255,255,.82); background: rgba(7,7,9,.56); backdrop-filter: blur(16px); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.hero-foot p { margin: 0; }
.hero-foot p::before { content: "✓"; margin-right: 8px; color: var(--lime); }

.ticker { overflow: hidden; color: var(--black); background: var(--lime); transform: rotate(-1deg) scale(1.015); transform-origin: center; }
.ticker > div { width: max-content; height: 72px; display: flex; align-items: center; gap: 28px; padding-left: 24px; animation: ticker-move 28s linear infinite; }
.ticker span { font-size: 22px; font-weight: 900; letter-spacing: -.04em; }
.ticker i { font-style: normal; font-size: 17px; }

.manifesto { padding: 150px 0 130px; }
.manifesto-top { display: flex; justify-content: space-between; align-items: start; gap: 40px; }
.section-index { margin: 0; color: #77736e; font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.section-index.light { color: rgba(255,255,255,.5); }
.manifesto-note { max-width: 390px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.5; }
.manifesto > h2 { margin: 68px 0 75px; font-size: clamp(58px, 7.8vw, 126px); line-height: .84; letter-spacing: -.075em; text-transform: uppercase; }
.manifesto > h2 span { color: var(--cobalt); font-family: Georgia,serif; font-size: .82em; font-weight: 400; font-style: italic; text-transform: none; }
.jobs-grid { min-height: 690px; display: grid; grid-template-columns: 1fr 1.24fr; grid-template-rows: 1fr 1fr; gap: 16px; }
.job-card { position: relative; padding: 30px; overflow: hidden; display: flex; flex-direction: column; justify-content: space-between; border-radius: 3px; }
.job-card > :not(.job-day-image):not(.job-input-image):not(.job-input-video):not(.job-input-picture) { position: relative; z-index: 2; }
.job-card h3 { margin: 0; font-size: clamp(32px, 3.6vw, 58px); line-height: .94; letter-spacing: -.06em; text-transform: uppercase; }
.job-card p { max-width: 450px; margin: 18px 0 0; font-size: 14px; line-height: 1.5; }
.job-number { align-self: end; width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: 11px; }
.job-cobalt { grid-row: 1 / 3; color: white; background: var(--cobalt); }
.job-cobalt::before, .job-cobalt::after { content: ""; position: absolute; z-index: 0; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; }
.job-cobalt::before { width: 340px; height: 340px; right: -170px; top: -120px; }
.job-cobalt::after { width: 540px; height: 540px; left: -330px; bottom: -360px; }
.job-day-copy { margin-top: 35px; }
.day-interface-demo { height: 365px; position: relative; z-index: 3; margin: 28px -10px -30px; overflow: hidden; }
.day-interface-screen { width: 248px; position: absolute; right: 1px; top: 8px; overflow: hidden; border: 7px solid #111014; border-radius: 31px; background: #111014; box-shadow: 0 32px 70px rgba(7,13,66,.42); transform: rotate(-4deg); transform-origin: bottom right; }
.day-interface-screen img { width: 100%; height: auto; display: block; }
.day-interface-summary { width: 178px; position: absolute; z-index: 3; left: 0; bottom: 36px; padding: 18px; display: grid; border: 1px solid rgba(255,255,255,.22); border-radius: 20px; background: rgba(12,25,108,.72); box-shadow: 0 24px 50px rgba(8,14,72,.26); backdrop-filter: blur(18px); }
.day-interface-summary span { color: rgba(255,255,255,.54); font-size: 8px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.day-interface-summary b { margin-top: 8px; font-size: 15px; }
.day-interface-summary strong { margin-top: 4px; color: var(--lime); font-size: 27px; line-height: 1; letter-spacing: -.04em; }
.day-interface-summary small { margin-top: 8px; color: rgba(255,255,255,.6); font-size: 8px; }
.day-interface-badge { position: absolute; z-index: 4; right: 0; top: 0; padding: 8px 11px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; color: rgba(255,255,255,.8); background: rgba(18,16,20,.72); backdrop-filter: blur(12px); font-size: 8px; font-weight: 800; text-transform: uppercase; }
.day-interface-badge i { width: 6px; height: 6px; display: inline-block; margin-right: 5px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 12px var(--lime); }
.job-photo { grid-column: 2; grid-row: 1; min-height: 335px; position: relative; overflow: hidden; }
.job-photo img, .job-photo video { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center 52%; transition: transform .6s ease; }
.lazy-video-shell { width: 100%; height: 100%; }
.lazy-video-shell video { width: 100%; height: 100%; display: block; object-fit: cover; }
.job-photo video { background: #17151a; }
.job-photo:hover img, .job-photo:hover video { transform: scale(1.025); }
.photo-caption { position: absolute; inset: auto 0 0; display: flex; justify-content: space-between; align-items: end; gap: 25px; padding: 26px; color: white; background: linear-gradient(0deg, rgba(11,9,11,.82), transparent); }
.photo-caption span { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; font-size: 11px; }
.photo-caption b { font-size: 24px; line-height: 1; letter-spacing: -.04em; text-align: right; text-transform: uppercase; }
.job-coral { grid-column: 2; grid-row: 2; color: var(--black); background: var(--coral); }
.job-coral::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(255,106,77,.22) 0%, rgba(255,106,77,.2) 55%, rgba(255,106,77,.12) 78%, rgba(255,106,77,.06) 100%); }
.job-input-picture { position: absolute; inset: 0; z-index: 0; overflow: hidden; }
.job-input-image, .job-input-video { width: 100%; height: 100%; position: absolute; inset: 0; z-index: 0; object-fit: cover; object-position: center; transform: scale(1.025); }
.job-input-video { background: center / cover no-repeat url("/brand/kalorina-step-meal-2026.webp"); }
.job-coral-copy { max-width: 56%; margin-top: -12px; padding-bottom: 74px; }
.input-methods { position: absolute !important; z-index: 4 !important; left: 30px; bottom: 24px; }
.input-methods > b { display: block; margin-bottom: 8px; font-size: 8px; letter-spacing: .12em; text-transform: uppercase; opacity: .58; }
.input-methods > div { display: flex; gap: 7px; padding: 6px; border-radius: 999px; background: rgba(18,16,20,.92); box-shadow: 0 18px 40px rgba(54,20,16,.18); }
.input-methods span { display: flex; align-items: center; gap: 6px; padding: 7px 10px; border-radius: 999px; color: white; font-size: 9px; font-weight: 800; }
.input-methods span:first-child { color: var(--black); background: var(--lime); }
.input-methods i { font-size: 8px; font-style: normal; opacity: .72; }

.how-2026 { padding: 135px 0 150px; color: white; background: var(--black); }
.how-head { display: grid; grid-template-columns: 1.3fr .7fr; gap: 100px; align-items: end; }
.how-head h2 { margin: 34px 0 0; font-size: clamp(52px, 6.5vw, 96px); line-height: .88; letter-spacing: -.07em; text-transform: uppercase; }
.how-head > p { margin: 0; color: rgba(255,255,255,.55); font-size: 17px; line-height: 1.55; }
.process-strip { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; margin-top: 90px; background: rgba(255,255,255,.18); border: 1px solid rgba(255,255,255,.18); }
.process-strip article { min-height: 600px; position: relative; display: grid; grid-template-rows: 330px 1fr; overflow: hidden; background: var(--black); }
.process-strip article > span { min-width: 104px; height: 48px; position: absolute; z-index: 8; left: 18px; top: 18px; display: flex; align-items: center; gap: 9px; padding: 0 13px; color: var(--black); border-radius: 999px; background: var(--lime); box-shadow: 0 12px 30px rgba(0,0,0,.28); }
.process-strip article > span small { font-size: 8px; font-weight: 900; letter-spacing: .13em; }
.process-strip article > span b { font-size: 20px; line-height: 1; }
.process-copy { position: relative; z-index: 5; padding: 27px; background: var(--black); }
.process-strip h3 { margin: 0 0 12px; font-size: clamp(26px, 2.4vw, 34px); line-height: .98; letter-spacing: -.055em; }
.process-strip p { margin: 0; color: rgba(255,255,255,.52); font-size: 13px; line-height: 1.55; }
.process-visual { min-height: 330px; position: relative; overflow: hidden; }
.photo-step > img, .photo-step > video { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center 54%; }
.photo-step > video { background: center / cover no-repeat url("/brand/kalorina-photo-step-2026.webp"); }
.photo-step::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(18,16,20,.38), transparent 55%); }
.analysis-step { padding: 18px; overflow: hidden; color: white; background: #111319; }
.analysis-step::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(75,214,215,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(75,214,215,.08) 1px, transparent 1px); background-size: 28px 28px; mask-image: linear-gradient(140deg, #000, transparent 78%); }
.analysis-step::after { content: ""; width: 270px; height: 270px; position: absolute; left: -120px; top: 40px; border: 1px solid rgba(75,214,215,.24); border-radius: 50%; box-shadow: 0 0 90px rgba(75,214,215,.1); }
.analysis-status { position: relative; z-index: 4; display: flex; align-items: center; gap: 7px; color: rgba(255,255,255,.52); font-size: 8px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.analysis-status i { width: 6px; height: 6px; border-radius: 50%; background: #4bd6d7; box-shadow: 0 0 13px #4bd6d7; }
.analysis-status b { margin-left: auto; color: var(--lime); font-size: 8px; }
.analysis-dish { width: 164px; height: 164px; position: absolute; z-index: 3; left: 22px; top: 67px; }
.analysis-dish > img { object-fit: cover; border-radius: 50%; filter: saturate(.92) contrast(1.04); }
.analysis-dish::before, .analysis-dish::after { content: ""; position: absolute; z-index: 4; inset: -13px; border: 1px solid rgba(75,214,215,.42); border-radius: 50%; }
.analysis-dish::after { inset: -24px; border-color: rgba(204,255,51,.16); border-style: dashed; }
.scan-corner { width: 25px; height: 25px; position: absolute; z-index: 5; border-color: var(--lime); border-style: solid; }
.corner-one { left: -7px; top: -7px; border-width: 2px 0 0 2px; }
.corner-two { right: -7px; top: -7px; border-width: 2px 2px 0 0; }
.corner-three { left: -7px; bottom: -7px; border-width: 0 0 2px 2px; }
.corner-four { right: -7px; bottom: -7px; border-width: 0 2px 2px 0; }
.analysis-metrics { width: 132px; position: absolute; z-index: 4; right: 17px; top: 64px; }
.analysis-energy { padding: 13px 14px 12px; border: 1px solid rgba(255,255,255,.14); background: rgba(20,24,34,.86); backdrop-filter: blur(12px); }
.analysis-energy small { display: block; color: rgba(255,255,255,.42); font-size: 7px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.analysis-energy b { display: inline-block; margin-top: 5px; color: var(--lime); font-size: 34px; line-height: .9; letter-spacing: -.05em; }
.analysis-energy span { margin-left: 5px; color: rgba(255,255,255,.55); font-size: 8px; }
.analysis-macro { border: 1px solid rgba(255,255,255,.14); border-top: 0; background: rgba(20,24,34,.78); }
.analysis-macro p { padding: 8px 10px; display: flex; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.09); }
.analysis-macro p:last-child { border: 0; }
.analysis-macro span { color: rgba(255,255,255,.46); font-size: 8px; }
.analysis-macro b { color: white; font-size: 9px; }
.analysis-ingredients { position: absolute; z-index: 4; left: 18px; right: 18px; bottom: 17px; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid rgba(255,255,255,.16); }
.analysis-ingredients span { padding-top: 10px; color: rgba(255,255,255,.54); font-size: 7px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.analysis-ingredients span:not(:first-child) { padding-left: 10px; border-left: 1px solid rgba(255,255,255,.12); }
.process-analysis-card .process-copy { color: var(--black); background: var(--lime); }
.process-analysis-card .process-copy p { color: rgba(18,16,20,.63); }
.process-analysis-card .analysis-status { padding-left: 116px; }
.chart-step { padding: 58px 28px 25px; display: grid; grid-template-columns: 95px 1fr; gap: 20px; align-content: center; background: #1d1b1f; }
.chart-ring { width: 95px; height: 95px; display: grid; place-items: center; align-content: center; border: 11px solid #4bd6d7; border-left-color: var(--lime); border-bottom-color: #ffcc69; border-radius: 50%; }
.chart-ring b { font-size: 28px; line-height: .9; }
.chart-ring small { margin-top: 7px; color: rgba(255,255,255,.52); font-size: 7px; }
.chart-bars { display: grid; gap: 13px; align-content: center; }
.chart-bars p { display: grid; grid-template-columns: 1fr auto; gap: 5px 8px; margin: 0; }
.chart-bars p > span, .chart-bars p > small { color: rgba(255,255,255,.56); font-size: 8px; }
.chart-bars p > small { grid-column: 2; grid-row: 1; }
.chart-bars p > b { grid-column: 1 / 3; height: 5px; overflow: hidden; border-radius: 99px; background: rgba(255,255,255,.1); }
.chart-bars p > b i { height: 100%; display: block; border-radius: inherit; background: #4bd6d7; }
.chart-bars p:nth-child(2) > b i { background: #ffcc69; }
.chart-bars p:nth-child(3) > b i { background: #70d779; }
.chart-saved { grid-column: 1 / 3; margin-top: 14px; padding: 12px 14px; display: flex; align-items: center; gap: 11px; border-radius: 15px; color: var(--black); background: var(--lime); }
.chart-saved > i { width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--cobalt); font-style: normal; font-weight: 900; }
.chart-saved span { font-size: 10px; }
.chart-saved b { font-size: 8px; opacity: .6; }

.ai-2026 { position: relative; padding: 140px 0; color: white; background: var(--cobalt); overflow: hidden; }
.ai-glow { width: 900px; height: 900px; position: absolute; left: -380px; top: 250px; border-radius: 50%; background: var(--lime); filter: blur(170px); opacity: .18; }
.ai-wrap { position: relative; z-index: 2; }
.ai-heading { display: grid; grid-template-columns: 1.12fr .88fr; gap: 100px; align-items: end; }
.ai-heading h2 { margin: 38px 0 0; font-size: clamp(58px, 7vw, 104px); line-height: .84; letter-spacing: -.075em; text-transform: uppercase; }
.ai-heading h2 span { color: var(--lime); font-family: Georgia,serif; font-size: .7em; font-weight: 400; font-style: italic; text-transform: none; }
.ai-intro > b { display: block; margin-bottom: 13px; font-size: 18px; }
.ai-intro > p { margin: 0; color: rgba(255,255,255,.68); font-size: 16px; line-height: 1.58; }
.ai-intro > div { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 22px; }
.ai-intro span { padding: 9px 11px; border: 1px solid rgba(255,255,255,.24); border-radius: 999px; color: rgba(255,255,255,.74); font-size: 9px; font-weight: 800; }
.ai-showcase { display: grid; grid-template-columns: 1.28fr .72fr; gap: 18px; margin-top: 85px; }
.ai-real-screen { min-height: 610px; position: relative; display: flex; flex-direction: column; gap: 18px; padding: 30px; border: 9px solid var(--black); border-radius: 34px; overflow: hidden; color: white; background: radial-gradient(circle at 78% 18%, rgba(77,229,219,.14), transparent 34%), linear-gradient(145deg,#10151a,#080a0d 70%); box-shadow: 45px 55px 110px rgba(11,7,28,.36); transform: rotate(2deg); }
.ai-chat-header { display: flex; align-items: center; gap: 12px; padding-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,.12); }
.ai-chat-avatar { width: 44px; height: 44px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 14px; color: var(--black); background: var(--lime); font-weight: 950; box-shadow: 0 0 28px rgba(216,255,69,.22); }
.ai-chat-header b, .ai-chat-header span { display: block; }
.ai-chat-header b { font-size: 15px; }
.ai-chat-header span { margin-top: 3px; color: rgba(255,255,255,.52); font-size: 10px; }
.ai-chat-header i { margin-left: auto; color: var(--lime); font-size: 9px; font-style: normal; text-transform: uppercase; letter-spacing: .08em; }
.ai-chat-context { display: flex; align-items: center; gap: 10px; padding: 12px 15px; border: 1px solid rgba(216,255,69,.28); border-radius: 14px; color: rgba(255,255,255,.68); background: rgba(216,255,69,.06); font-size: 10px; }
.ai-chat-context b { margin-left: auto; color: white; font-size: 14px; }
.ai-chat-context small { padding-left: 10px; border-left: 1px solid rgba(255,255,255,.2); color: var(--lime); font-size: 10px; }
.ai-message { max-width: 82%; padding: 16px 18px; border: 1px solid rgba(255,255,255,.12); border-radius: 19px; }
.ai-message small { display: block; margin-bottom: 8px; color: rgba(255,255,255,.48); font-size: 8px; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; }
.ai-message p { margin: 0; font-size: 14px; line-height: 1.48; }
.ai-message-user { align-self: flex-end; border-bottom-right-radius: 5px; background: #202431; }
.ai-message-assistant { align-self: flex-start; border-color: rgba(216,255,69,.24); border-bottom-left-radius: 5px; background: #121b18; }
.ai-meal-chips { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 14px; }
.ai-meal-chips span { padding: 7px 9px; border-radius: 999px; color: rgba(255,255,255,.78); background: rgba(255,255,255,.08); font-size: 9px; }
.ai-meal-total { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 14px; padding-top: 12px; border-top: 1px solid rgba(255,255,255,.1); }
.ai-meal-total b { color: var(--lime); font-size: 17px; }
.ai-meal-total span { color: rgba(255,255,255,.62); font-size: 9px; }
.ai-chat-action { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 13px 15px; border-radius: 15px; color: var(--black); background: var(--lime); }
.ai-chat-action > span { font-size: 9px; font-weight: 800; }
.ai-chat-action > b { display: flex; align-items: center; gap: 12px; font-size: 11px; }
.ai-how { padding: 34px; color: var(--black); background: var(--lime); }
.ai-how .action { color: white; background: var(--cobalt); box-shadow: 0 14px 34px rgba(38,70,239,.28); }
.ai-how > p { margin: 0 0 30px; font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.ai-how ol { margin: 0 0 38px; padding: 0; list-style: none; border-top: 1px solid rgba(18,16,20,.25); }
.ai-how li { display: grid; grid-template-columns: 34px 1fr; gap: 10px; padding: 19px 0; border-bottom: 1px solid rgba(18,16,20,.25); }
.ai-how li > span { font-size: 9px; font-weight: 900; }
.ai-how li b { display: block; margin-bottom: 6px; font-size: 14px; }
.ai-how li small { color: rgba(18,16,20,.62); font-size: 10px; line-height: 1.45; }
.ai-capabilities { margin-top: 95px; }
.ai-capabilities-title { display: grid; grid-template-columns: .45fr 1.55fr; gap: 70px; align-items: end; margin-bottom: 40px; }
.ai-capabilities-title > p { margin: 0; color: var(--lime); font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.ai-capabilities-title h3 { max-width: 870px; margin: 0; font-size: clamp(38px, 5vw, 72px); line-height: .9; letter-spacing: -.06em; text-transform: uppercase; }
.ai-feature-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.ai-feature-grid article { min-height: 155px; position: relative; padding: 19px 48px 19px 19px; border: 1px solid rgba(255,255,255,.28); border-radius: 18px; background: rgba(18,16,20,.12); transition: transform .25s ease, background .25s ease, border-color .25s ease; }
.ai-feature-grid article::after { content: "↗"; position: absolute; right: 18px; top: 16px; color: var(--lime); font-size: 18px; }
.ai-feature-grid article:hover { border-color: var(--lime); background: rgba(18,16,20,.24); transform: translateY(-3px); }
.ai-feature-grid article > span { color: var(--lime); font-size: 9px; font-weight: 900; }
.ai-feature-grid h4 { max-width: 300px; margin: 21px 0 10px; font-size: 19px; line-height: 1; letter-spacing: -.045em; }
.ai-feature-grid p { margin: 0; color: rgba(255,255,255,.58); font-family: Georgia,serif; font-size: 11px; font-style: italic; line-height: 1.4; }

.access-2026 { padding: 150px 0; }
.access-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: end; }
.access-heading .section-index { grid-column: 1 / 3; }
.access-heading h2 { margin: 12px 0 0; font-size: clamp(53px, 6.5vw, 92px); line-height: .87; letter-spacing: -.07em; text-transform: uppercase; }
.access-heading h2 span { color: var(--cobalt); font-family: Georgia,serif; font-size: .72em; font-weight: 400; font-style: italic; text-transform: none; }
.access-heading > p:last-child { max-width: 560px; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.55; }
.access-plans { margin-top: 75px; }
.plan-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.access-plans article { min-height: 600px; padding: 34px; border: 1px solid var(--black); }
.access-plans article > p { display: flex; align-items: center; justify-content: space-between; margin: 0; font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.access-plans article > p span { padding: 7px 10px; border-radius: 999px; color: var(--black); background: var(--lime); font-size: 8px; }
.access-plans h3 { margin: 60px 0 34px; font-size: clamp(38px, 4.4vw, 65px); line-height: .94; letter-spacing: -.06em; }
.access-plans ul { display: grid; gap: 14px; margin: 0 0 52px; padding: 0; list-style: none; color: var(--muted); font-size: 13px; }
.access-plans li::before { content: "✓"; margin-right: 7px; color: var(--cobalt); }
.access-plans a { display: inline-flex; align-items: center; gap: 30px; padding-bottom: 6px; border-bottom: 1px solid currentColor; font-size: 14px; font-weight: 900; }
.premium-2026 { color: white; background: var(--black); padding: 34px !important; border: 0 !important; }
.premium-2026 ul { color: rgba(255,255,255,.6); }
.premium-2026 li::before { color: var(--lime); }
.premium-2026 li strong { color: var(--lime); }
.ration-toggle-item::before { display: none; }
.ration-toggle { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 13px 15px; border: 1px solid rgba(216,255,69,.68); border-radius: 14px; color: var(--lime); background: rgba(216,255,69,.07); cursor: pointer; text-align: left; transition: color .2s ease, background .2s ease, transform .2s ease; }
.ration-toggle:hover, .ration-toggle:focus-visible { color: var(--black); background: var(--lime); transform: translateY(-1px); outline: none; }
.ration-toggle span { font-weight: 900; }
.ration-toggle i { width: 24px; height: 24px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; color: var(--black); background: var(--lime); font-size: 18px; font-style: normal; line-height: 1; }
.ration-toggle:hover i, .ration-toggle:focus-visible i { color: var(--lime); background: var(--black); }
.ration-coming { min-height: 410px !important; margin-top: 16px; display: grid; grid-template-columns: .82fr 1.18fr; gap: 65px; color: white; border: 0 !important; background: var(--cobalt); }
.ration-collapsible { max-height: 0; min-height: 0 !important; margin-top: 0; padding-top: 0 !important; padding-bottom: 0 !important; overflow: hidden; opacity: 0; pointer-events: none; transform: translateY(-12px); transition: max-height .55s cubic-bezier(.2,.8,.2,1), min-height .55s cubic-bezier(.2,.8,.2,1), margin .35s ease, padding .35s ease, opacity .3s ease, transform .35s ease; }
.ration-collapsible.is-open { max-height: 1500px; min-height: 410px !important; margin-top: 16px; padding: 34px !important; opacity: 1; pointer-events: auto; transform: none; }
.ration-coming > div:first-child > p { display: inline-flex; margin: 0; padding: 8px 11px; color: var(--black); border-radius: 999px; background: var(--lime); font-size: 8px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.ration-coming h3 { margin: 42px 0 20px; font-size: clamp(42px, 5vw, 72px); }
.ration-coming > div:first-child > span { max-width: 560px; display: block; color: rgba(255,255,255,.68); font-size: 14px; line-height: 1.55; }
.ration-benefits { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.ration-benefits b { padding: 9px 12px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; color: white; background: rgba(18,16,20,.14); font-size: 9px; }
.ration-day { align-self: center; border-top: 1px solid rgba(255,255,255,.25); }
.ration-day p { display: grid !important; grid-template-columns: 50px 70px 1fr auto; gap: 12px; align-items: center; margin: 0 !important; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.25); color: white; font-size: 10px !important; letter-spacing: 0 !important; text-transform: none !important; }
.ration-day p > b { color: var(--lime); font-size: 9px; }
.ration-day p > span { color: rgba(255,255,255,.5); }
.ration-day p > strong { font-size: 11px; }
.ration-day p > small { color: rgba(255,255,255,.6); font-size: 9px; }

.safe-2026 { padding: 130px 0; color: white; background: #1b1a1d; }
.safe-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; }
.safe-layout h2 { margin: 38px 0 0; font-size: clamp(62px, 7vw, 105px); line-height: .84; letter-spacing: -.075em; text-transform: uppercase; }
.safe-list { border-top: 1px solid rgba(255,255,255,.2); }
.safe-list article { display: grid; grid-template-columns: 55px 1fr; gap: 20px; padding: 26px 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.safe-list article > span { color: var(--lime); font-size: 10px; }
.safe-list h3 { margin: 0 0 8px; font-size: 24px; letter-spacing: -.04em; }
.safe-list p { max-width: 580px; margin: 0; color: rgba(255,255,255,.52); font-size: 14px; line-height: 1.5; }

.faq-2026 { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; padding: 145px 0; }
.faq-title h2 { margin: 38px 0 0; font-size: clamp(56px, 7vw, 102px); line-height: .84; letter-spacing: -.075em; text-transform: uppercase; }
.faq-items { border-top: 1px solid var(--black); }
.faq-items details { border-bottom: 1px solid var(--black); }
.faq-items summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; gap: 20px; padding: 25px 0; font-size: 18px; font-weight: 800; }
.faq-items summary::-webkit-details-marker { display: none; }
.faq-items summary span { font-size: 25px; font-weight: 400; transition: transform .2s ease; }
.faq-items details[open] summary span { transform: rotate(45deg); }
.faq-items details p { max-width: 680px; margin: -2px 0 27px; color: var(--muted); font-size: 14px; line-height: 1.6; }

.last-screen { min-height: 650px; position: relative; display: flex; align-items: center; color: white; isolation: isolate; }
.last-image-picture { position: absolute; inset: 0; z-index: -2; overflow: hidden; }
.last-image-picture img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }
.last-shade { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(12,9,12,.24), rgba(12,9,12,.2) 52%, rgba(12,9,12,.08)); }
.last-content p { margin: 0 0 28px; color: var(--lime); font-size: 11px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.last-content h2 { max-width: 950px; margin: 0 0 38px; font-size: clamp(58px, 8vw, 120px); line-height: .82; letter-spacing: -.08em; text-transform: uppercase; text-shadow: 0 4px 34px rgba(0,0,0,.62); }

.hero-copy-2026 h1, .manifesto > h2, .how-head h2, .ai-heading h2, .ai-capabilities-title h3, .access-heading h2, .safe-layout h2, .faq-title h2, .last-content h2 { width: 122%; transform: scaleX(.82) scaleY(1.14); transform-origin: left center; }

.footer-2026 { min-height: 210px; display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-content: center; }
.dark-logo > span { color: white; background: var(--black); }
.footer-2026 .logo-mark-image { width: 48px; height: 48px; }
.footer-2026 .logo-wordmark-image { width: 174px; filter: none; }
.footer-2026 > p { justify-self: end; margin: 0; color: var(--muted); font-size: 13px; }
.footer-2026 nav { display: flex; gap: 26px; font-size: 12px; }
.footer-2026 small { justify-self: end; color: #8f8b85; font-size: 10px; }

@keyframes ticker-move { to { transform: translateX(-50%); } }
@keyframes hero-in { from { opacity: 0; transform: scale(1.1); } to { opacity: 1; transform: scale(1.02); } }
@keyframes phone-rise { from { opacity: 0; transform: translateY(90px) rotate(8deg); } to { opacity: 1; transform: translateY(0) rotate(3.3deg); } }
@keyframes overlay-in { from { opacity: 0; } to { opacity: 1; } }

@media (max-width: 1050px) {
  .topbar { grid-template-columns: 1fr 1fr; }
  .topbar nav { display: none; }
  .hero-content { grid-template-columns: 1.1fr .9fr; }
  .hero-copy-2026 h1 { font-size: clamp(62px, 8.8vw, 94px); }
  .hero-product { height: 590px; }
  .hero-phone { right: 4%; width: min(330px,72%); }
  .how-head, .ai-heading, .access-heading, .safe-layout, .faq-2026 { gap: 55px; }
  .ai-showcase { grid-template-columns: 1.12fr .88fr; }
  .ai-feature-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 800px) {
  .shell-2026 { width: min(100% - 28px, 1380px); }
  .hero-2026 { height: auto; min-height: 100svh; }
  .hero-food { object-position: center top; filter: brightness(1.04) saturate(1.08); }
  .hero-shade { background: linear-gradient(180deg, rgba(4,4,6,.95) 0%, rgba(4,4,6,.7) 23%, rgba(4,4,6,.24) 45%, rgba(4,4,6,.18) 72%, rgba(4,4,6,.44) 100%); }
  .topbar { min-height: 72px; }
  .topbar-button { padding: 10px 12px; font-size: 11px; }
  .hero-content { grid-template-columns: 1fr; padding-top: 72px; }
  .hero-copy-2026 { text-align: center; }
  .micro-label, .hero-buttons { justify-content: center; }
  .hero-copy-2026 h1 { margin: 0 0 0 -11%; font-size: clamp(54px, 14vw, 86px); transform-origin: center; }
  .hero-copy-2026 h1 > em { margin-top: 22px; font-size: .36em; }
  .hero-text { margin-left: auto; margin-right: auto; padding: 14px 16px; border: 1px solid rgba(255,255,255,.14); border-radius: 16px; color: white; background: rgba(7,7,9,.46); backdrop-filter: blur(12px); }
  .hero-product { height: 510px; }
  .hero-phone { width: 280px; left: 50%; right: auto; top: 10px; bottom: auto; transform: translateX(-50%) rotate(1.5deg); }
  .hero-foot { justify-content: center; flex-wrap: wrap; gap: 10px 22px; margin-bottom: 14px; padding: 18px 14px; border-radius: 18px; color: rgba(255,255,255,.88); text-align: center; }
  .ticker > div { height: 58px; }
  .ticker span { font-size: 18px; }
  .manifesto { padding: 105px 0 95px; }
  .manifesto-top { flex-direction: column; }
  .manifesto > h2 { margin: 52px 0; }
  .jobs-grid { grid-template-columns: 1fr; grid-template-rows: auto; }
  .job-cobalt, .job-photo, .job-coral { grid-column: 1; grid-row: auto; }
  .job-cobalt { min-height: 700px; }
  .job-photo, .job-coral { min-height: 650px; }
  .job-photo video { background: #17151a; object-position: center; }
  .how-2026 { padding: 100px 0 48px; }
  .how-head, .ai-heading, .ai-showcase, .access-heading, .plan-grid, .ration-coming, .safe-layout, .faq-2026 { grid-template-columns: 1fr; }
  .access-heading .section-index { grid-column: 1; }
  .how-head { align-items: start; }
  .process-strip { grid-template-columns: 1fr; }
  .process-strip article { min-height: 0; grid-template-rows: 330px auto; }
  .process-photo-card { min-height: 0 !important; grid-template-rows: 500px auto !important; }
  .process-photo-card .process-visual { min-height: 500px; }
  .photo-step > video { background-image: url("/brand/mobile/kalorina-photo-mobile.webp"); object-position: center; }
  .ai-2026 { padding: 100px 0; }
  .ai-real-screen { transform: none; }
  .ai-capabilities-title { grid-template-columns: 1fr; gap: 18px; }
  .access-2026 { padding: 100px 0; }
  .ration-day { width: 100%; }
  .safe-2026 { padding: 100px 0; }
  .faq-2026 { padding: 100px 0; }
  .last-image-picture img { object-position: center top; }
  .last-screen { min-height: 820px; align-items: flex-start; padding-top: 82px; box-sizing: border-box; }
  .last-shade { background: linear-gradient(180deg, rgba(4,4,6,.22), rgba(4,4,6,.08) 58%, rgba(4,4,6,.18)), linear-gradient(90deg, rgba(4,4,6,.34), rgba(4,4,6,.08) 72%, transparent); }
  .footer-2026 { grid-template-columns: 1fr; text-align: center; padding: 55px 0; }
  .footer-2026 .logo-2026, .footer-2026 nav, .footer-2026 > p, .footer-2026 small { justify-self: center; }
}

@media (max-width: 520px) {
  .topbar { grid-template-columns: auto 44px; justify-content: space-between; gap: 10px; }
  .logo-2026 { font-size: 18px; }
  .logo-mark-image { width: 50px; height: 50px; }
  .logo-wordmark-image { width: 178px; }
  .footer-2026 .logo-mark-image { width: 50px; height: 50px; }
  .footer-2026 .logo-wordmark-image { width: 178px; }
  .logo-2026 > span { width: 31px; height: 31px; }
  .topbar-button-label { display: none; }
  .topbar-button { width: 44px; height: 44px; padding: 0; justify-content: center; }
  .hero-content { padding-top: 55px; }
  .hero-copy-2026 h1 { width: 100%; margin-left: 0; font-size: 53px; transform: scaleX(.8) scaleY(1.14); transform-origin: center; }
  .hero-text { font-size: 16px; }
  .text-link { padding: 10px 14px; border: 1px solid rgba(255,255,255,.12); border-radius: 999px; color: rgba(255,255,255,.92); background: rgba(7,7,9,.48); backdrop-filter: blur(12px); }
  .hero-buttons { flex-direction: column; gap: 20px; }
  .action { width: 100%; }
  .hero-product { height: 438px; }
  .hero-phone { width: 238px; top: 6px; border-width: 7px; border-radius: 34px; }
  .hero-phone::after, .hero-phone video, .hero-video-poster { border-radius: 27px; }
  .hero-phone-island { top: 6px; transform: translateX(-50%) scale(.84); }
  .hero-play { padding: 6px 10px 6px 6px; }
  .hero-play b { width: 25px; height: 25px; }
  .hero-video-label { left: 11px; right: 11px; bottom: 11px; padding: 9px 11px; font-size: 7px; }
  .manifesto > h2, .how-head h2, .ai-heading h2, .access-heading h2, .safe-layout h2, .faq-title h2, .last-content h2 { font-size: 49px; }
  .manifesto-note { font-size: 14px; }
  .job-card { min-height: 380px; }
  .job-photo, .job-coral { min-height: 620px; }
  .job-cobalt { min-height: 680px; }
  .day-interface-demo { height: 360px; margin-right: -6px; }
  .day-interface-screen { width: 235px; right: -6px; }
  .day-interface-summary { width: 160px; left: 0; bottom: 42px; }
  .job-photo img { object-position: 56% center; }
  .job-card h3 { font-size: 39px; }
  .job-coral-copy { max-width: 68%; }
  .input-methods { left: 22px; }
  .input-methods > div { gap: 3px; }
  .input-methods span { padding: 7px 8px; font-size: 8px; }
  .how-head > p, .ai-intro > p { font-size: 15px; }
  .process-strip { margin-top: 55px; }
  .process-strip article { min-height: 0; grid-template-rows: 310px auto; }
  .process-photo-card { min-height: 0 !important; grid-template-rows: 450px auto !important; }
  .process-photo-card .process-visual { min-height: 450px; }
  .process-visual { min-height: 310px; }
  .analysis-dish { width: 150px; height: 150px; left: 20px; top: 72px; }
  .analysis-metrics { width: 125px; right: 14px; }
  .ai-heading h2 { font-size: 47px; }
  .ai-showcase { margin-top: 55px; }
  .ai-real-screen { min-height: 570px; padding: 18px; border-width: 5px; border-radius: 22px; }
  .ai-message { max-width: 92%; }
  .ai-message p { font-size: 13px; }
  .ai-chat-action { align-items: flex-start; flex-direction: column; gap: 8px; }
  .ai-how { padding: 26px; }
  .ai-feature-grid { grid-template-columns: repeat(2,1fr); gap: 8px; }
  .ai-feature-grid article { min-height: 168px; padding: 16px 34px 16px 15px; border-radius: 14px; }
  .ai-feature-grid article::after { right: 13px; top: 12px; }
  .ai-feature-grid h4 { margin-top: 17px; font-size: 16px; }
  .ai-feature-grid p { font-size: 10px; }
  .access-heading { gap: 26px; }
  .access-plans h3, .ration-coming h3 { font-size: 40px; }
  .access-plans article { min-height: auto; padding: 25px; }
  .premium-2026 { padding: 25px !important; }
  .ration-coming { gap: 36px; }
  .ration-day p { grid-template-columns: 42px 1fr auto; }
  .ration-day p > span { display: none; }
  .safe-list h3 { font-size: 21px; }
  .faq-items summary { font-size: 16px; }
  .last-screen { min-height: 800px; padding-top: 72px; }
  .last-content h2 { width: 100%; max-width: 355px; font-size: 44px; }
  .last-content p { text-shadow: 0 2px 18px rgba(0,0,0,.72); }
  .video-overlay { padding: 0; }
  .video-overlay video { width: 100%; height: 100svh; border: 0; border-radius: 0; }
  .video-close { right: 12px; top: 12px; }
}

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

/* Compact conversion-focused revision */
.manifesto { padding-top: 95px; }
.manifesto > h2 { margin-top: 0; }
.job-coral-copy { margin-top: -58px; padding-bottom: 110px; }
.input-methods { bottom: 42px; }
.how-head { grid-template-columns: 1fr; }
.process-photo-card { grid-template-rows: 1fr !important; }
.process-copy-overlay { position: absolute; z-index: 7; inset: auto 0 0; color: white; background: linear-gradient(0deg, rgba(10,9,12,.96), rgba(10,9,12,.08)); }
.process-copy-overlay p { color: rgba(255,255,255,.76); }
.process-analysis-card .analysis-dish { top: 47px; }
.process-analysis-card .analysis-metrics { top: 47px; }
.ai-2026 { padding: 100px 0; }
.ai-reveal { margin-top: 44px; }
.ai-reveal > summary { width: fit-content; display: flex; align-items: center; gap: 34px; padding: 18px 25px; border: 1px solid rgba(255,255,255,.5); border-radius: 999px; color: white; background: rgba(18,16,20,.18); cursor: pointer; font-size: 14px; font-weight: 900; list-style: none; }
.ai-reveal > summary::-webkit-details-marker { display: none; }
.ai-reveal[open] > summary { color: var(--black); background: var(--lime); border-color: var(--lime); }
.ai-reveal .ai-showcase { margin-top: 28px; }
.access-2026 { padding: 100px 0; }
.access-plans { margin-top: 44px; }
.plan-grid-compact { grid-template-columns: 1fr; }
.access-plans .pricing-compact-card { min-height: 0; }
.pricing-compact-card h3 { margin: 34px 0 26px; }
.pricing-feature-chips { grid-template-columns: repeat(3, minmax(0,1fr)); gap: 9px !important; margin-bottom: 32px !important; }
.pricing-feature-chips > li { padding: 12px; border: 1px solid rgba(255,255,255,.15); border-radius: 12px; }
.pricing-feature-chips .ration-toggle-item { grid-column: 1 / -1; padding: 0; border: 0; }
.faq-2026 { display: block; padding: 55px 0; }
.faq-items { max-width: 900px; margin: 0 auto; }
.compact-final-cta { padding: 75px 0; color: white; background: var(--black); }
.compact-final-cta > div { display: grid; grid-template-columns: 1fr auto; gap: 18px 40px; align-items: center; }
.compact-final-cta h2 { margin: 0; font-size: clamp(36px,5vw,72px); line-height: .9; letter-spacing: -.06em; text-transform: uppercase; }
.compact-final-cta p { grid-column: 1; margin: 0; color: rgba(255,255,255,.58); }
.compact-final-cta .action { grid-column: 2; grid-row: 1 / 3; }

@media (max-width: 800px) {
  .manifesto { padding-top: 70px; }
  .job-coral-copy { margin-top: -95px; padding-bottom: 130px; }
  .process-photo-card { grid-template-rows: 500px !important; }
  .pricing-feature-chips { grid-template-columns: 1fr 1fr; }
  .compact-final-cta > div { grid-template-columns: 1fr; }
  .compact-final-cta p, .compact-final-cta .action { grid-column: 1; grid-row: auto; }
}
