:root {
  --ink: #111211;
  --ink-soft: #202320;
  --paper: #f7f4ed;
  --white: #ffffff;
  --sun: #ffd737;
  --sun-deep: #ffca0a;
  --forest: #153f33;
  --coral: #ff755f;
  --aqua: #74d4c6;
  --lilac: #c8b9ff;
  --line: rgba(17, 18, 17, 0.14);
  --shadow: 0 28px 80px rgba(17, 18, 17, 0.2);
  --radius-lg: 44px;
  --radius-md: 28px;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
.skip-link {
  position: fixed; z-index: 1000; top: 12px; left: 12px; transform: translateY(-160%);
  padding: 10px 16px; border-radius: 999px; background: var(--white); color: var(--ink);
}
.skip-link:focus { transform: translateY(0); }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.section { padding: 112px 0; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px; margin: 0 0 18px;
  font-size: 13px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 9px; height: 9px; border-radius: 50%; background: currentColor; }
.display {
  max-width: 920px; margin: 0; font-size: clamp(52px, 8vw, 118px); line-height: .88;
  letter-spacing: -.07em; font-weight: 900;
}
.display .accent { color: var(--sun); }
.section-title {
  margin: 0; font-size: clamp(42px, 6vw, 78px); line-height: .95; letter-spacing: -.055em; font-weight: 900;
}
.lede { margin: 0; font-size: clamp(18px, 2vw, 24px); line-height: 1.45; color: rgba(17,18,17,.7); }
.dark .lede { color: rgba(255,255,255,.7); }
.pill-button {
  display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 10px;
  padding: 0 23px; border: 1px solid transparent; border-radius: 999px; text-decoration: none;
  background: var(--ink); color: var(--white); font-weight: 800; transition: transform .2s ease, background .2s ease;
}
.pill-button:hover { transform: translateY(-2px); background: var(--forest); }
.pill-button.light { background: var(--white); color: var(--ink); }
.pill-button.sun { background: var(--sun); color: var(--ink); }
.pill-button.outline { border-color: rgba(255,255,255,.28); background: transparent; }
.pill-button svg { width: 19px; height: 19px; }

.site-header {
  position: absolute; z-index: 50; inset: 0 0 auto; padding: 22px 0;
}
.nav-wrap { display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--white); font-size: 18px; font-weight: 900; text-decoration: none; letter-spacing: -.03em; }
.brand img { width: 42px; height: 42px; border-radius: 12px; box-shadow: 0 8px 20px rgba(0,0,0,.18); }
.site-nav { display: flex; align-items: center; gap: 31px; color: var(--white); }
.site-nav > a:not(.pill-button) { font-size: 15px; font-weight: 700; text-decoration: none; opacity: .76; }
.site-nav > a:hover { opacity: 1; }
.menu-toggle {
  display: none; width: 46px; height: 46px; border: 0; border-radius: 50%; background: var(--white); color: var(--ink);
}
.menu-toggle span, .menu-toggle::before { content: ""; display: block; width: 19px; height: 2px; margin: 5px auto; background: currentColor; transition: .2s ease; }
.menu-open .menu-toggle span { transform: translateY(-3.5px) rotate(-45deg); }
.menu-open .menu-toggle::before { transform: translateY(3.5px) rotate(45deg); }

.hero {
  position: relative; min-height: 900px; padding: 150px 0 80px; color: var(--white); background: var(--ink);
  border-radius: 0 0 var(--radius-lg) var(--radius-lg); overflow: hidden;
}
.hero::before {
  content: ""; position: absolute; width: 680px; height: 680px; right: -280px; top: -280px;
  border: 140px solid var(--sun); border-radius: 50%; opacity: .96;
}
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr); gap: 70px; align-items: center; }
.hero-copy { position: relative; z-index: 2; padding-top: 24px; }
.hero-copy .lede { max-width: 650px; margin-top: 33px; color: rgba(255,255,255,.72); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-note { display: flex; align-items: center; gap: 12px; margin-top: 20px; font-size: 13px; color: rgba(255,255,255,.58); }
.hero-note i { width: 29px; height: 29px; border-radius: 50%; background: var(--aqua); position: relative; }
.hero-note i::after { content: "✓"; color: var(--ink); font-style: normal; font-weight: 900; position: absolute; inset: 5px 0 0 8px; }
.hero-art { position: relative; height: 670px; }
.hero-art::before {
  content: ""; position: absolute; width: 445px; height: 445px; border-radius: 50%; background: var(--coral);
  left: 50%; top: 51%; transform: translate(-48%, -50%);
}
.hero-art::after {
  content: ""; position: absolute; width: 155px; height: 155px; left: -14px; bottom: 30px; border-radius: 40px;
  background: var(--aqua); transform: rotate(18deg);
}
.float-badge {
  position: absolute; z-index: 4; display: grid; place-items: center; width: 122px; height: 122px; right: -8px; bottom: 80px;
  border-radius: 50%; background: var(--sun); color: var(--ink); text-align: center; transform: rotate(9deg); box-shadow: var(--shadow);
  font-size: 14px; font-weight: 900; line-height: 1.1; letter-spacing: -.02em;
}
.float-badge strong { display: block; font-size: 31px; }

.phone {
  position: absolute; z-index: 3; width: 318px; height: 648px; left: 50%; top: 50%; transform: translate(-50%, -48%) rotate(5deg);
  padding: 10px; border-radius: 54px; background: #0a0b0a; box-shadow: 0 42px 90px rgba(0,0,0,.42), inset 0 0 0 1px #4d4d4d;
}
.phone.small { position: relative; width: 286px; height: 584px; left: auto; top: auto; transform: none; border-radius: 48px; flex: 0 0 auto; }
.phone::before { content: ""; position: absolute; z-index: 10; top: 19px; left: 50%; width: 92px; height: 25px; transform: translateX(-50%); border-radius: 999px; background: #050505; }
.phone-screen { width: 100%; height: 100%; border-radius: 45px; overflow: hidden; background: #f7f7f5; color: var(--ink); }
.phone.small .phone-screen { border-radius: 39px; }
.phone-status { height: 47px; display: flex; align-items: center; justify-content: space-between; padding: 10px 20px 0; font-size: 11px; font-weight: 900; }
.status-icons { display: flex; gap: 4px; align-items: center; }
.status-icons i { width: 4px; height: 8px; border-radius: 1px; background: currentColor; }
.status-icons i:nth-child(2) { height: 11px; }
.status-icons i:nth-child(3) { height: 14px; }
.status-icons b { width: 17px; height: 9px; margin-left: 3px; border: 1.5px solid currentColor; border-radius: 3px; }
.app-home { padding: 6px 16px 18px; }
.app-brand-row { display: flex; justify-content: space-between; align-items: center; }
.app-logo { width: 34px; height: 34px; border-radius: 10px; }
.avatar { width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; background: var(--sun); font-weight: 900; }
.app-kicker { margin: 16px 0 5px; color: #747773; font-size: 11px; font-weight: 700; }
.app-title { margin: 0; font-size: 26px; line-height: .98; letter-spacing: -.055em; }
.search { display: flex; align-items: center; gap: 8px; height: 39px; margin: 17px 0 14px; padding: 0 12px; border-radius: 15px; background: #ecece9; color: #777; font-size: 11px; }
.search::before { content: "⌕"; color: #111; font-size: 22px; line-height: 0; }
.chips { display: flex; gap: 7px; overflow: hidden; }
.chip { padding: 7px 11px; border-radius: 999px; background: #e8e8e5; white-space: nowrap; font-size: 9px; font-weight: 800; }
.chip.active { background: var(--sun); }
.app-section-title { display: flex; justify-content: space-between; align-items: baseline; margin: 18px 0 9px; font-size: 14px; font-weight: 900; }
.app-section-title span { color: #777; font-size: 9px; }
.recipe-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.recipe-card { overflow: hidden; }
.recipe-photo { position: relative; height: 112px; border-radius: 17px; overflow: hidden; background: #ddd; }
.recipe-photo img { width: 100%; height: 100%; object-fit: cover; }
.macro-tag { position: absolute; left: 7px; top: 7px; padding: 5px 7px; border-radius: 999px; background: rgba(17,18,17,.82); color: white; font-size: 8px; font-weight: 900; }
.recipe-name { margin: 7px 2px 2px; font-size: 11px; line-height: 1.1; font-weight: 900; }
.recipe-meta { margin: 0 2px; color: #777; font-size: 8px; font-weight: 700; }
.app-nav { position: absolute; left: 20px; right: 20px; bottom: 16px; display: flex; align-items: center; justify-content: space-around; height: 48px; border-radius: 18px; background: rgba(255,255,255,.93); box-shadow: 0 8px 25px rgba(0,0,0,.12); backdrop-filter: blur(12px); }
.app-nav span { font-size: 9px; font-weight: 800; }
.app-nav span:first-child { padding: 9px 12px; border-radius: 12px; background: var(--sun); }

.marquee { overflow: hidden; padding: 24px 0; background: var(--sun); transform: rotate(-1deg); margin: -10px -20px 0; }
.marquee-track { display: flex; width: max-content; gap: 36px; animation: marquee 28s linear infinite; }
.marquee span { display: inline-flex; align-items: center; gap: 36px; font-size: clamp(28px, 4vw, 56px); font-weight: 900; letter-spacing: -.05em; white-space: nowrap; }
.marquee span::after { content: "✦"; font-size: .72em; }
@keyframes marquee { to { transform: translateX(-50%); } }

.intro-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr); gap: 70px; align-items: end; }
.intro-grid .lede { max-width: 520px; }
.feature-stack { display: grid; grid-template-columns: repeat(12, 1fr); gap: 22px; margin-top: 68px; }
.feature-card {
  position: relative; min-height: 470px; padding: 38px; border-radius: var(--radius-lg); overflow: hidden;
}
.feature-card h3 { max-width: 520px; margin: 0; font-size: clamp(33px, 4.6vw, 61px); line-height: .95; letter-spacing: -.05em; }
.feature-card p { max-width: 480px; margin: 20px 0 0; font-size: 17px; line-height: 1.5; }
.feature-card.one { grid-column: span 7; background: var(--forest); color: var(--white); }
.feature-card.two { grid-column: span 5; background: var(--lilac); }
.feature-card.three { grid-column: span 5; background: var(--coral); }
.feature-card.four { grid-column: span 7; background: var(--aqua); }
.feature-card .feature-number { position: absolute; right: 32px; bottom: 18px; font-size: 125px; font-weight: 900; line-height: 1; letter-spacing: -.08em; opacity: .14; }
.tag-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 31px; }
.tag-list span { padding: 9px 13px; border: 1px solid currentColor; border-radius: 999px; font-size: 12px; font-weight: 800; }
.mini-nutrition { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; max-width: 340px; margin-top: 35px; }
.nutri { padding: 17px; border-radius: 20px; background: rgba(255,255,255,.78); }
.nutri strong { display: block; font-size: 28px; letter-spacing: -.04em; }
.nutri span { color: rgba(17,18,17,.62); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.grocery-list { display: grid; gap: 11px; max-width: 400px; margin-top: 33px; }
.grocery-item { display: flex; align-items: center; gap: 13px; padding: 12px 15px; border-radius: 16px; background: rgba(255,255,255,.54); font-weight: 800; }
.grocery-item i { width: 21px; height: 21px; border: 2px solid var(--ink); border-radius: 50%; }
.season-wheel { position: absolute; right: -52px; bottom: -70px; width: 280px; height: 280px; border-radius: 50%; border: 65px solid rgba(255,255,255,.42); }

.showcase { color: var(--white); background: var(--ink); border-radius: var(--radius-lg); overflow: hidden; }
.showcase-head { display: flex; justify-content: space-between; align-items: end; gap: 40px; padding-bottom: 70px; }
.showcase-head .lede { max-width: 490px; }
.phone-gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; align-items: center; }
.phone-stage { min-height: 705px; display: flex; justify-content: center; align-items: center; border-radius: 40px; overflow: hidden; }
.phone-stage:nth-child(1) { background: var(--sun); transform: rotate(-2deg); }
.phone-stage:nth-child(2) { background: var(--coral); transform: translateY(-28px); }
.phone-stage:nth-child(3) { background: var(--aqua); transform: rotate(2deg); }
.phone-stage .phone.small { transform: scale(.94); }
.detail-screen { background: #fbfaf5; }
.detail-image { height: 220px; overflow: hidden; }
.detail-image img { width: 100%; height: 100%; object-fit: cover; }
.detail-copy { padding: 18px; }
.detail-copy h4 { margin: 0; font-size: 23px; letter-spacing: -.04em; }
.metric-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 6px; margin: 14px 0; }
.metric { padding: 11px 4px; border-radius: 14px; background: var(--sun); text-align: center; }
.metric strong { display: block; font-size: 15px; }
.metric span { font-size: 7px; font-weight: 800; text-transform: uppercase; }
.ingredient-list { display: grid; gap: 9px; margin-top: 14px; font-size: 10px; font-weight: 700; }
.ingredient-list div { display: flex; gap: 9px; align-items: center; }
.ingredient-list i { width: 17px; height: 17px; border: 2px solid var(--sun-deep); border-radius: 50%; }
.start-button { margin-top: 18px; padding: 13px; border-radius: 999px; background: var(--sun); text-align: center; font-size: 11px; font-weight: 900; }
.filter-screen { padding: 8px 17px 18px; }
.filter-screen h4 { margin: 14px 0 4px; font-size: 26px; letter-spacing: -.04em; }
.filter-screen > p { margin: 0; color: #777; font-size: 10px; }
.filter-block { margin-top: 22px; }
.filter-label { display: flex; justify-content: space-between; font-size: 11px; font-weight: 900; }
.filter-options { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 10px; }
.filter-options span { padding: 8px 10px; border-radius: 999px; background: #e8e8e5; font-size: 9px; font-weight: 800; }
.filter-options span.on { background: var(--sun); }
.range { height: 6px; margin: 17px 3px 8px; border-radius: 99px; background: linear-gradient(90deg,var(--sun) 0 72%,#ddd 72%); position: relative; }
.range::after { content: ""; position: absolute; width: 17px; height: 17px; left: 68%; top: 50%; border-radius: 50%; background: var(--ink); transform: translate(-50%,-50%); }
.apply-filter { margin-top: 27px; padding: 14px; border-radius: 999px; background: var(--ink); color: var(--white); text-align: center; font-size: 11px; font-weight: 900; }

.process { background: var(--sun); }
.process-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: start; }
.process-title { position: sticky; top: 40px; }
.steps { display: grid; }
.step { display: grid; grid-template-columns: 72px 1fr; gap: 22px; padding: 31px 0; border-top: 1px solid rgba(17,18,17,.23); }
.step:last-child { border-bottom: 1px solid rgba(17,18,17,.23); }
.step-number { font-size: 14px; font-weight: 900; }
.step h3 { margin: 0 0 9px; font-size: 28px; letter-spacing: -.04em; }
.step p { margin: 0; color: rgba(17,18,17,.66); font-size: 16px; line-height: 1.5; }

.trust { background: var(--paper); }
.trust-panel { display: grid; grid-template-columns: 1fr 1fr; min-height: 590px; border-radius: var(--radius-lg); overflow: hidden; background: var(--forest); color: var(--white); }
.trust-copy { padding: clamp(38px, 6vw, 78px); }
.trust-copy .section-title { max-width: 580px; }
.trust-copy .lede { margin-top: 25px; max-width: 520px; }
.trust-list { display: grid; gap: 16px; margin-top: 40px; }
.trust-item { display: grid; grid-template-columns: 43px 1fr; gap: 13px; align-items: center; }
.trust-icon { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 14px; background: var(--aqua); color: var(--ink); font-weight: 900; }
.trust-item strong { display: block; font-size: 15px; }
.trust-item span { color: rgba(255,255,255,.6); font-size: 13px; }
.trust-art { position: relative; min-height: 490px; background: var(--aqua); overflow: hidden; }
.trust-art::before, .trust-art::after { content: ""; position: absolute; border-radius: 50%; }
.trust-art::before { width: 440px; height: 440px; right: -80px; top: -70px; background: var(--sun); }
.trust-art::after { width: 260px; height: 260px; left: -65px; bottom: -45px; background: var(--coral); }
.privacy-card { position: absolute; z-index: 2; left: 50%; top: 50%; width: min(76%, 360px); padding: 34px; transform: translate(-50%,-50%) rotate(-4deg); border-radius: 34px; background: var(--white); color: var(--ink); box-shadow: var(--shadow); }
.privacy-card .lock { width: 66px; height: 66px; display: grid; place-items: center; border-radius: 22px; background: var(--ink); color: var(--sun); font-size: 28px; }
.privacy-card h3 { margin: 26px 0 11px; font-size: 34px; line-height: 1; letter-spacing: -.05em; }
.privacy-card p { margin: 0; color: rgba(17,18,17,.64); line-height: 1.5; }

.faq { background: var(--white); }
.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { position: relative; list-style: none; padding: 27px 52px 27px 0; cursor: pointer; font-size: 20px; font-weight: 900; letter-spacing: -.025em; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 5px; top: 23px; font-size: 28px; font-weight: 500; transition: transform .2s ease; }
details[open] summary::after { transform: rotate(45deg); }
details p { max-width: 700px; margin: -5px 55px 25px 0; color: rgba(17,18,17,.68); line-height: 1.6; }

.final-cta { padding: 60px 0; background: var(--white); }
.cta-panel { position: relative; min-height: 500px; display: grid; place-items: center; padding: 60px 20px; border-radius: var(--radius-lg); overflow: hidden; background: var(--ink); color: var(--white); text-align: center; }
.cta-panel::before { content: ""; position: absolute; width: 340px; height: 340px; left: -100px; bottom: -145px; border-radius: 50%; background: var(--coral); }
.cta-panel::after { content: ""; position: absolute; width: 240px; height: 240px; right: -70px; top: -100px; border-radius: 54px; background: var(--aqua); transform: rotate(22deg); }
.cta-content { position: relative; z-index: 1; }
.cta-content h2 { max-width: 850px; margin: 0 auto 28px; font-size: clamp(48px, 7vw, 94px); line-height: .89; letter-spacing: -.065em; }

.site-footer { padding: 58px 0 28px; background: var(--ink); color: var(--white); }
.footer-top { display: grid; grid-template-columns: 1.2fr .8fr; gap: 60px; padding-bottom: 50px; }
.footer-brand { display: flex; align-items: center; gap: 14px; font-size: 25px; font-weight: 900; }
.footer-brand img { width: 54px; height: 54px; border-radius: 15px; }
.footer-copy { max-width: 440px; margin: 22px 0 0; color: rgba(255,255,255,.58); line-height: 1.6; }
.footer-links { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px 40px; }
.footer-links a { color: rgba(255,255,255,.7); text-decoration: none; font-weight: 700; }
.footer-links a:hover { color: var(--sun); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.46); font-size: 13px; }

/* Legal and support pages */
.subpage { background: var(--paper); }
.subpage .site-header { position: relative; background: var(--ink); }
.subpage-main { padding: 94px 0 110px; }
.subpage-hero { max-width: 950px; margin-bottom: 64px; }
.subpage-hero h1 { margin: 0; font-size: clamp(54px, 8vw, 108px); line-height: .9; letter-spacing: -.065em; }
.subpage-hero p { max-width: 680px; margin: 27px 0 0; color: rgba(17,18,17,.66); font-size: 20px; line-height: 1.55; }
.legal-layout { display: grid; grid-template-columns: 250px minmax(0, 750px); gap: 70px; align-items: start; }
.legal-aside { position: sticky; top: 28px; display: grid; gap: 12px; padding: 24px; border-radius: 24px; background: var(--white); }
.legal-aside a { font-size: 14px; font-weight: 800; text-decoration: none; }
.legal-aside a:hover { color: var(--forest); }
.legal-content { min-width: 0; }
.legal-content section { scroll-margin-top: 28px; padding: 0 0 36px; }
.legal-content h2 { margin: 0 0 15px; font-size: 29px; letter-spacing: -.04em; }
.legal-content h3 { margin: 24px 0 10px; font-size: 19px; }
.legal-content p, .legal-content li { color: rgba(17,18,17,.7); line-height: 1.72; }
.legal-content ul { padding-left: 21px; }
.updated { display: inline-flex; margin-top: 22px; padding: 8px 12px; border-radius: 999px; background: var(--sun); font-size: 12px; font-weight: 900; }
.support-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.support-card { min-height: 286px; display: flex; flex-direction: column; padding: 31px; border: 1px solid rgba(17,18,17,.07); border-radius: 30px; background: var(--white); text-decoration: none; box-shadow: 0 12px 35px rgba(17,18,17,.05); transition: transform .2s ease, box-shadow .2s ease; }
.support-card:hover { transform: translateY(-5px); box-shadow: 0 18px 45px rgba(17,18,17,.1); }
.support-card:focus-visible { outline: 3px solid var(--ink); outline-offset: 4px; }
.support-card:nth-child(2) { background: var(--aqua); }
.support-card:nth-child(3) { background: var(--sun); }
.support-icon { display: grid; place-items: center; width: 49px; height: 49px; flex: 0 0 auto; border-radius: 15px; background: var(--ink); color: var(--white); }
.support-icon svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.support-card h2 { margin: 35px 0 10px; font-size: 25px; letter-spacing: -.04em; }
.support-card p { margin: 0; color: rgba(17,18,17,.65); line-height: 1.5; }
.support-link { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: auto; padding-top: 22px; font-size: 13px; font-weight: 900; }
.support-link > span { font-size: 18px; }
.support-faq { margin-top: 28px; padding: clamp(34px,5vw,64px); border-radius: 36px; background: var(--white); box-shadow: 0 16px 45px rgba(17,18,17,.05); }
.support-faq-grid { display: grid; grid-template-columns: minmax(260px,.72fr) minmax(0,1.28fr); gap: clamp(45px,7vw,90px); align-items: start; }
.support-faq-heading { position: sticky; top: 28px; }
.support-faq-heading h2 { margin: 0; max-width: 380px; font-size: clamp(44px,5vw,70px); line-height: .92; letter-spacing: -.055em; }
.support-faq-heading > p:last-child { max-width: 350px; margin: 22px 0 0; color: rgba(17,18,17,.62); line-height: 1.55; }
.contact-panel { display: grid; grid-template-columns: 1fr .8fr; overflow: hidden; border-radius: 40px; background: var(--forest); color: var(--white); }
.contact-copy { padding: clamp(36px, 6vw, 72px); }
.contact-copy h2 { margin: 0; font-size: clamp(40px, 5vw, 66px); line-height: .95; letter-spacing: -.05em; }
.contact-copy p { max-width: 540px; color: rgba(255,255,255,.68); line-height: 1.6; }
.contact-art { min-height: 400px; display: grid; place-items: center; background: var(--sun); color: var(--ink); }
.contact-art a { display: grid; place-items: center; width: 230px; height: 230px; padding: 28px; border-radius: 50%; background: var(--coral); text-align: center; font-size: 18px; font-weight: 900; text-decoration: none; transform: rotate(-7deg); }

[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.8,.2,1); }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .section { padding: 84px 0; }
  .hero { min-height: auto; padding-top: 140px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 720px; }
  .hero-art { width: min(100%, 600px); margin: 0 auto; }
  .intro-grid, .process-grid, .faq-grid { grid-template-columns: 1fr; gap: 40px; }
  .feature-card.one, .feature-card.two, .feature-card.three, .feature-card.four { grid-column: span 6; }
  .phone-gallery { grid-template-columns: 1fr; }
  .phone-stage { min-height: 650px; transform: none !important; }
  .showcase-head { align-items: start; flex-direction: column; }
  .process-title { position: static; }
  .trust-panel { grid-template-columns: 1fr; }
  .legal-layout { grid-template-columns: 1fr; gap: 35px; }
  .legal-aside { position: static; grid-template-columns: repeat(3,1fr); }
  .support-grid { grid-template-columns: 1fr 1fr; }
  .support-card:last-child { grid-column: 1 / -1; }
  .support-faq-grid { grid-template-columns: 1fr; gap: 28px; }
  .support-faq-heading { position: static; }
}

@media (max-width: 760px) {
  :root { --radius-lg: 30px; }
  .container { width: min(calc(100% - 28px), var(--max)); }
  .section { padding: 70px 0; }
  .site-header { padding: 14px 0; }
  .menu-toggle { display: block; position: relative; z-index: 52; }
  .site-nav { position: fixed; z-index: 51; inset: 0; display: flex; flex-direction: column; justify-content: center; gap: 30px; background: var(--ink); transform: translateX(100%); transition: transform .3s ease; }
  .site-nav > a:not(.pill-button) { font-size: 28px; opacity: 1; }
  .menu-open .site-nav { transform: translateX(0); }
  .hero { padding-top: 120px; }
  .hero::before { width: 390px; height: 390px; right: -235px; top: -175px; border-width: 80px; }
  .display { font-size: clamp(49px, 16vw, 75px); }
  .hero-art { height: 580px; }
  .hero-art::before { width: 330px; height: 330px; }
  .phone { width: 276px; height: 562px; }
  .float-badge { width: 100px; height: 100px; right: -2px; bottom: 65px; }
  .float-badge strong { font-size: 25px; }
  .feature-stack { display: grid; grid-template-columns: 1fr; }
  .feature-card.one, .feature-card.two, .feature-card.three, .feature-card.four { grid-column: auto; min-height: 420px; padding: 30px; }
  .phone-gallery { gap: 18px; }
  .showcase-head { padding-bottom: 44px; }
  .phone-stage { min-height: 625px; }
  .phone-stage:nth-child(2) { order: -1; }
  .trust-copy { padding: 40px 28px; }
  .faq-grid { gap: 35px; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .subpage-main { padding: 65px 0 80px; }
  .legal-aside { display: none; }
  .support-grid { grid-template-columns: 1fr; }
  .support-card:last-child { grid-column: auto; }
  .support-faq { margin-top: 18px; padding: 30px 24px; border-radius: 28px; }
  .support-faq-heading h2 { max-width: 300px; }
  .contact-panel { grid-template-columns: 1fr; }
  .contact-art { min-height: 330px; }
}

@media (max-width: 430px) {
  .hero-actions .pill-button { width: 100%; }
  .hero-note { align-items: flex-start; }
  .phone { transform: translate(-50%,-48%) rotate(2deg); }
  .hero-art::after { left: -55px; }
  .float-badge { right: -14px; }
  .feature-card { min-height: 390px !important; }
  .support-card { min-height: 230px; }
}

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