:root {
  --blue: #1a1ae6;
  --navy: #0a0a33;
  --lime: #ccff3d;
  --ink: #0a0a0a;
  --cream: #faf9f6;
  --line: #e7e3dc;
  --shadow: #aaa9a3;
  --white: #fff;
  --radius-xl: 44px;
  --radius-lg: 30px;
  --wrap: 1380px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-anchor: none; }
body { margin: 0; background: #e9e9e6; color: var(--ink); font-family: "Manrope", sans-serif; }
a { color: inherit; text-decoration: none; }
button, summary { font: inherit; }
.wrap { width: min(calc(100% - 64px), var(--wrap)); margin-inline: auto; }
.skip-link { position: fixed; top: 8px; left: 8px; transform: translateY(-150%); z-index: 20; background: var(--lime); padding: 12px 18px; border-radius: 12px; font-weight: 800; }
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid var(--lime); outline-offset: 4px; }

.hero-shell { min-height: 960px; margin: 12px; border-radius: var(--radius-xl); background: var(--blue); color: var(--white); position: relative; overflow: hidden; }
.hero-dots { position: absolute; inset: 0; opacity: .28; background-image: radial-gradient(rgba(255,255,255,.9) .8px, transparent .8px); background-size: 16px 16px; mask-image: linear-gradient(110deg, #000, transparent 62%); pointer-events: none; }
.hero-shell::before { content: ""; position: absolute; width: 470px; height: 470px; right: -185px; top: 120px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; box-shadow: 0 0 0 64px rgba(255,255,255,.045), 0 0 0 128px rgba(255,255,255,.025); pointer-events: none; }
.nav { position: relative; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding-top: 26px; z-index: 2; }
.logo { display: inline-flex; align-items: center; width: max-content; font: 800 23px/1 "Geologica", sans-serif; letter-spacing: -.06em; }
.logo i { width: 3px; height: 24px; margin: 0 5px; background: var(--lime); transform: rotate(16deg); }
.nav-links { display: flex; gap: 36px; font-size: 13px; font-weight: 700; }
.nav-links a { opacity: .82; transition: opacity .25s ease, transform .25s ease; }
.nav-links a:hover { opacity: 1; transform: translateY(-2px); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 22px; min-height: 56px; padding: 0 24px; border: 2px solid var(--navy); border-radius: 999px; box-shadow: 5px 5px 0 var(--shadow); font-weight: 800; transition: transform .25s cubic-bezier(.16,1,.3,1), box-shadow .25s cubic-bezier(.16,1,.3,1), background-color .25s ease; }
.button:hover { box-shadow: 7px 8px 0 var(--shadow); }
.button:active { transform: translateY(1px) scale(.98); box-shadow: 3px 3px 0 var(--shadow); }
.button-small { min-height: 45px; padding-inline: 18px; justify-self: end; font-size: 13px; }
.button-dark { background: var(--navy); color: var(--white); }
.button-dark:hover { background: var(--ink); transform: translateY(-2px); }

.hero-grid { position: relative; display: grid; grid-template-columns: 1.08fr .92fr; min-height: 850px; align-items: center; z-index: 1; }
.hero-copy { padding: 70px 0 74px; align-self: stretch; display: flex; flex-direction: column; justify-content: center; }
.hero-kicker { margin: 0 0 34px; font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
h1, h2, h3 { font-family: "Geologica", sans-serif; }
h1 { position: relative; margin: 0; font-size: clamp(74px, 8vw, 136px); line-height: .82; letter-spacing: -.075em; font-weight: 900; }
.hash { display: inline-block; margin-right: .06em; color: transparent; -webkit-text-stroke: 3px var(--lime); transform: rotate(-7deg); }
.hero-bottom { display: grid; justify-items: start; gap: 28px; width: min(100%, 520px); margin-top: 48px; padding-left: 8%; }
.hero-bottom p { max-width: 390px; margin: 0; font-size: 18px; line-height: 1.5; font-weight: 600; }
.text-link { display: inline-flex; align-items: center; justify-content: center; gap: 32px; min-height: 54px; padding: 0 24px; border: 2px solid var(--navy); border-radius: 999px; background: var(--lime); color: var(--ink); box-shadow: 5px 5px 0 var(--shadow); font-size: 12px; font-weight: 800; text-transform: uppercase; transition: transform .25s cubic-bezier(.16,1,.3,1), box-shadow .25s cubic-bezier(.16,1,.3,1); }
.text-link:hover { transform: translateY(-3px); box-shadow: 7px 8px 0 var(--shadow); }.text-link:active { transform: translateY(1px) scale(.98); box-shadow: 3px 3px 0 var(--shadow); }

.product-stage { position: relative; height: 690px; }
.browser-shot, .phone-shot { position: absolute; background: var(--cream); color: var(--ink); box-shadow: 0 28px 60px rgba(7,7,46,.17); border: 1px solid rgba(255,255,255,.6); }
.browser-shot { width: min(530px, 82%); top: 65px; right: 0; border-radius: 21px; transform: rotate(2.5deg); overflow: hidden; }
.browser-bar { height: 45px; display: grid; grid-template-columns: 72px 1fr 72px; align-items: center; padding: 0 13px; background: #efede8; border-bottom: 1px solid var(--line); }
.traffic { display: flex; gap: 5px; }
.traffic i { width: 8px; height: 8px; border: 1px solid #a7a39a; border-radius: 50%; }
.address { padding: 6px; border-radius: 6px; background: #fff; color: #77736c; text-align: center; font-size: 8px; }
.dash-ui { padding: 23px 25px 30px; }
.dash-head { display: flex; justify-content: space-between; padding-bottom: 28px; font-size: 9px; }
.dash-head b { font: 800 12px "Geologica"; }
.ui-label { margin: 0 0 5px; font-size: 7px; font-weight: 800; color: #74716b; }
.dash-ui h3 { margin: 0 0 18px; font-family: "PT Serif", serif; font-size: 24px; }
.dash-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.dash-stats > div { position: relative; overflow: hidden; padding: 13px 14px; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.dash-stats small, .dash-stats strong { display: block; }
.dash-stats small { font-size: 8px; color: #77736c; }
.dash-stats strong { margin-top: 3px; font: 800 24px "Geologica"; }
.lime-line, .blue-line { position: absolute; height: 5px; left: 0; bottom: 0; }
.lime-line { width: 66%; background: var(--lime); }.blue-line { width: 42%; background: var(--blue); }
.dash-row { display: grid; grid-template-columns: auto 1fr auto; gap: 10px; align-items: center; padding: 13px 2px; border-bottom: 1px solid var(--line); font-size: 9px; }
.dash-row span:nth-child(2) { display: grid; }.dash-row small { color: #77736c; }.dash-row em { font-style: normal; font-weight: 800; }
.avatar { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: var(--lime); font-size: 8px; font-weight: 800; }.avatar.alt { background: #d9d9ff; }
.demo-note { margin-top: 10px; color: #8a867f; font-size: 7px; text-align: right; }
.phone-shot { width: 245px; bottom: 50px; left: 8px; padding: 9px; border-radius: 33px; transform: rotate(-6deg); z-index: 2; }
.phone-notch { position: absolute; width: 84px; height: 19px; top: 7px; left: 50%; transform: translateX(-50%); border-radius: 0 0 13px 13px; background: var(--navy); z-index: 2; }
.phone-ui { min-height: 430px; padding: 36px 18px 18px; border: 1px solid var(--line); border-radius: 25px; background: #fff; text-align: center; }
.mini-logo { font: 800 9px "Geologica"; }
.success-mark { display: grid; place-items: center; width: 43px; height: 43px; margin: 34px auto 13px; border-radius: 50%; background: var(--lime); font-weight: 900; }
.phone-ui .serif { margin: 0 0 6px; font: 700 20px "PT Serif"; }.phone-ui small { font-size: 8px; color: #6d6963; }
.qr { display: grid; grid-template-columns: repeat(4, 1fr); gap: 3px; width: 116px; height: 116px; margin: 20px auto; padding: 9px; border: 1px solid var(--line); border-radius: 12px; background: var(--cream); }
.qr span { background: var(--navy); border-radius: 1px; }.qr span:nth-child(3n), .qr span:nth-child(5n) { background: transparent; }.qr span:nth-child(7), .qr span:nth-child(10) { background: var(--blue); }
.copy-link { width: 100%; padding: 11px 10px; border: 0; border-radius: 9px; background: var(--cream); color: var(--ink); font-size: 7px; text-align: left; }.copy-link span { float: right; font-weight: 800; }
.orbit-cta { position: absolute; right: 15px; bottom: 35px; width: 122px; height: 122px; display: grid; place-items: center; border-radius: 50%; background: var(--lime); color: var(--ink); z-index: 3; transition: transform .25s cubic-bezier(.16,1,.3,1); }
.orbit-cta:hover { transform: scale(1.06) rotate(3deg); }.orbit-cta svg { position: absolute; inset: 8px; width: calc(100% - 16px); animation: spin 16s linear infinite; }.orbit-cta text { font: 800 10px "Geologica"; letter-spacing: 1.8px; }.orbit-cta > span { font-size: 28px; font-weight: 900; }
@keyframes spin { to { transform: rotate(360deg); } }

.section { position: relative; margin: 12px; padding: 135px 0; border-radius: var(--radius-xl); overflow: hidden; }.section > .wrap { position: relative; z-index: 1; }.how, .faq { background: var(--cream); }.compare { background: #f0eee9; }
.section-heading { display: grid; grid-template-columns: 1.4fr .6fr; gap: 60px; align-items: end; margin-bottom: 95px; }
.section-heading h2, .faq h2 { margin: 0; font-size: clamp(52px, 6vw, 96px); line-height: .9; letter-spacing: -.065em; }.section-heading p { max-width: 440px; margin: 0 0 7px; font-size: 18px; line-height: 1.55; }
.steps { position: relative; display: grid; grid-template-columns: 1fr .9fr 1fr; gap: 6vw; }
.step { position: relative; }.step-two { margin-top: 105px; }.step-number { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; width: 66px; height: 66px; border-radius: 50%; background: var(--blue); color: #fff; box-shadow: 4px 4px 0 var(--shadow); font-family: "Geologica", sans-serif; line-height: 1; text-transform: uppercase; transform: rotate(-4deg); }.step-number small { font-size: 8px; font-weight: 700; letter-spacing: .08em; }.step-number strong { font-size: 18px; font-weight: 800; }.step-two .step-number { background: var(--lime); color: var(--ink); transform: rotate(5deg); }.step-three .step-number { background: var(--navy); color: #fff; transform: rotate(-2deg); }.step h3 { min-height: 76px; margin: 22px 0 13px; font-size: 28px; line-height: 1.05; letter-spacing: -.04em; text-transform: uppercase; }.step > p { min-height: 52px; margin: 0 0 35px; color: #585650; line-height: 1.5; }
.message-mock, .link-mock, .lead-mock { min-height: 150px; border: 2px solid var(--ink); border-radius: 22px; box-shadow: 8px 8px 0 var(--shadow); }
.message-mock { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; padding: 30px 22px; background: #fff; transform: rotate(-2deg); }.message-mock div { display: grid; gap: 4px; }.message-mock small { color: #77736c; }.message-mock i { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: var(--lime); font-style: normal; font-weight: 900; }
.message-avatar { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; background: var(--blue); color: #fff; font-size: 12px; font-weight: 800; }
.link-mock { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 14px; padding: 25px 20px; background: var(--blue); color: #fff; transform: rotate(2deg); }.link-mock span { display: grid; gap: 6px; }.link-mock small { color: #c7c7ff; }.link-mock i { color: var(--lime); font-size: 24px; font-style: normal; }.mini-qr { width: 64px; height: 64px; border: 8px solid #fff; background: repeating-conic-gradient(var(--navy) 0 25%, #fff 0 50%) 0/14px 14px; }
.lead-mock { padding: 24px; background: var(--lime); transform: rotate(-1.5deg); }.lead-mock > span { display: inline-block; padding: 5px 9px; border-radius: 20px; background: var(--navy); color: #fff; font-size: 9px; font-weight: 800; text-transform: uppercase; }.lead-mock > b { display: block; margin: 18px 0; font: 700 22px "PT Serif"; }.lead-mock div { display: flex; justify-content: space-between; border-top: 1px solid rgba(0,0,0,.2); padding-top: 12px; }.lead-mock small { color: #484d1d; }
.scribble { position: absolute; width: 155px; overflow: visible; pointer-events: none; }.scribble path { fill: none; stroke: var(--ink); stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }.arrow-one { left: 26%; top: 60px; transform: rotate(-3deg); }.arrow-two { left: calc(58% - 30px); top: 58px; width: 166px; transform: rotate(-4deg); }

.compare-grid { display: grid; grid-template-columns: 1fr 1.08fr; border: 3px solid var(--ink); border-radius: 35px; overflow: hidden; box-shadow: 11px 11px 0 var(--shadow); }
.compare-side { min-height: 625px; padding: 58px clamp(34px, 5vw, 78px); position: relative; }.compare-index { position: absolute; top: 30px; right: 30px; font: 800 11px "Archivo"; opacity: .55; }.compare-side h2 { margin: 60px 0 55px; font-size: clamp(45px, 5vw, 75px); line-height: .92; letter-spacing: -.06em; }.compare-side ul { list-style: none; margin: 0; padding: 0; }.compare-side li { display: grid; grid-template-columns: 32px 1fr; gap: 12px; align-items: center; padding: 17px 0; border-top: 1px solid currentColor; font-weight: 700; }.compare-side li i { display: grid; place-items: center; width: 25px; height: 25px; border-radius: 50%; font-style: normal; }
.compare-quiet { background: var(--cream); }.compare-quiet h2, .compare-quiet li { opacity: .58; }.compare-quiet li i { border: 1px solid var(--ink); }
.compare-refget { background-color: var(--blue); background-image: radial-gradient(rgba(255,255,255,.3) .7px, transparent .7px); background-size: 15px 15px; color: #fff; }.compare-refget h2 span { color: var(--lime); }.compare-refget li i { background: var(--lime); color: var(--ink); font-weight: 900; }

.roast { background: #fff; }
.roast-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 8vw; align-items: end; margin-bottom: 90px; }
.roast-heading h2 { margin: 18px 0 0; color: var(--blue); font-size: clamp(58px, 7.2vw, 112px); line-height: .84; letter-spacing: -.07em; }
.roast-heading > p { max-width: 460px; margin: 0 0 6px; font-size: 18px; line-height: 1.6; }
.roast-mark { display: inline-flex; align-items: center; min-height: 36px; padding: 0 14px; border-radius: 999px; background: var(--lime); font-size: 11px; font-weight: 800; text-transform: uppercase; transform: rotate(-2deg); }
.roast-list { display: grid; gap: 34px; }
.roast-card { position: relative; display: grid; grid-template-columns: 1fr 1.5fr .7fr; gap: 5vw; align-items: start; width: 94%; min-height: 290px; padding: 38px 38px 36px; border-top: 3px solid var(--ink); border-radius: 0 0 28px 28px; background: #f3f2ef; transition: transform .35s cubic-bezier(.16,1,.3,1); }
.roast-card:hover { transform: translateY(-5px); }
.roast-card-two { margin-left: 6%; background: var(--navy); color: #fff; }
.roast-card-three { background: #eef0ff; }
.roast-title { position: relative; padding-top: 38px; }
.roast-title > span { position: absolute; left: 0; top: 0; color: var(--blue); font: 800 11px "Geologica", sans-serif; }
.roast-card-two .roast-title > span { color: var(--lime); }
.roast-title h3 { margin: 0; font-size: clamp(25px, 2.4vw, 38px); line-height: .98; letter-spacing: -.05em; overflow-wrap: anywhere; }
.roast-copy { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; }
.roast-copy h4 { margin: 0 0 13px; font: 800 12px "Geologica", sans-serif; text-transform: uppercase; }
.roast-copy p { margin: 0; color: #53514c; font-size: 14px; line-height: 1.65; }
.roast-card-two .roast-copy p { color: #c1c0d8; }
.roast-score { align-self: center; display: flex; flex-direction: column; align-items: flex-start; padding: 22px; border: 2px solid var(--ink); border-radius: 20px; background: var(--lime); color: var(--ink); box-shadow: 6px 6px 0 var(--shadow); transform: rotate(2deg); }
.roast-card-two .roast-score { background: #fff; transform: rotate(-2deg); }
.roast-score small { margin-bottom: 13px; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.roast-score strong { font: 800 17px/1.1 "Geologica", sans-serif; }
.roast-score span { margin-top: 5px; font-size: 11px; }

.fit { background: #0d0d3f; color: #fff; box-shadow: inset 0 0 0 1px rgba(255,255,255,.1); }.fit-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 10vw; }.fit-heading { position: sticky; top: 40px; align-self: start; }.fit-heading h2 { margin: 0; font-size: clamp(60px, 7vw, 108px); line-height: .84; letter-spacing: -.07em; }.fit-heading h2 span { color: var(--lime); }.fit-heading > svg { width: 140px; margin: 10px 0 0 calc(60% + 50px); transform: scaleY(-1); }.fit-heading path { fill: none; stroke: var(--lime); stroke-width: 4; stroke-linecap: round; stroke-linejoin: round; }
.fit-list article { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 26px; min-height: 145px; border-top: 1px solid rgba(255,255,255,.25); }.fit-list article:last-child { border-bottom: 1px solid rgba(255,255,255,.25); }.fit-icon { display: grid; place-items: center; width: 68px; height: 68px; border-radius: 20px; background: var(--lime); color: var(--navy); transform: rotate(-4deg); }.fit-icon svg { width: 37px; }.fit-icon path { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }.fit-list b { display: block; margin-bottom: 4px; font: 800 25px "Archivo"; text-transform: uppercase; }.fit-list p { margin: 0; color: #bab9d7; }.fit-list em { align-self: start; margin-top: 26px; color: var(--lime); font: normal 800 10px "Archivo"; }

.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 10vw; }.faq-heading { position: relative; align-self: start; }.faq-heading p { max-width: 280px; line-height: 1.5; }.question-mark { display: grid; place-items: center; width: 74px; height: 74px; margin-bottom: 26px; border-radius: 50%; background: var(--lime); font: 900 44px "Archivo"; transform: rotate(-8deg); }
.accordion { border-top: 2px solid var(--ink); }.accordion details { border-bottom: 2px solid var(--ink); }.accordion summary { list-style: none; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 25px; min-height: 102px; cursor: pointer; font: 800 22px "Archivo"; text-transform: uppercase; letter-spacing: -.025em; }.accordion summary::-webkit-details-marker { display: none; }.accordion summary i { position: relative; width: 40px; height: 40px; border: 2px solid var(--ink); border-radius: 50%; transition: transform .3s cubic-bezier(.16,1,.3,1), background .3s; }.accordion summary i::before, .accordion summary i::after { content: ""; position: absolute; width: 14px; height: 2px; top: 17px; left: 11px; background: var(--ink); }.accordion summary i::after { transform: rotate(90deg); transition: transform .25s; }.accordion details[open] summary i { background: var(--lime); transform: rotate(8deg); }.accordion details[open] summary i::after { transform: rotate(0); }
.accordion details.is-closing summary i { background: transparent; transform: none; }
.accordion details.is-closing summary i::after { transform: rotate(90deg); }.accordion details p { max-width: 690px; margin: -5px 65px 30px 0; color: #51504c; font-size: 17px; line-height: 1.65; }

.cta { position: relative; overflow: hidden; background: var(--blue); color: #fff; padding: 130px 0; }.cta::before { content: ""; position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.7) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.7) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(90deg, transparent 30%, #000 100%); pointer-events: none; }.cta::after { content: ""; position: absolute; width: 520px; height: 520px; right: -190px; top: -170px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.04), 0 0 0 140px rgba(255,255,255,.03); }.cta-inner { display: grid; grid-template-columns: 1fr auto; align-items: end; position: relative; z-index: 1; }.cta h2 { margin: 0; font-size: clamp(60px, 8.4vw, 132px); line-height: .79; letter-spacing: -.075em; }.cta h2 span { color: var(--lime); }.cta-action { width: 330px; margin: 0 30px 8px -140px; }.cta-action p { margin: 0 0 28px; line-height: 1.55; font-weight: 600; }.button-lime { width: 100%; background: var(--lime); color: var(--ink); }.button-lime:hover { background: #d7ff69; transform: translateY(-3px); }
.button-small.button-lime { width: auto; }
/* Lenis drives smooth scrolling itself; native smooth scroll would fight it. */
html.lenis { scroll-behavior: auto; }.cta-spark { position: absolute; top: -65px; left: 52%; width: 80px; height: 80px; }.cta-spark i { position: absolute; width: 4px; height: 34px; top: 23px; left: 38px; border-radius: 5px; background: var(--lime); }.cta-spark i:nth-child(2) { transform: rotate(45deg); }.cta-spark i:nth-child(3) { transform: rotate(90deg); }.cta-spark i:nth-child(4) { transform: rotate(135deg); }



/* Display system: one expressive Cyrillic face across headings and UI accents. */
.compare-index,
.fit-list b,
.fit-list em,
.question-mark,
.accordion summary { font-family: "Geologica", sans-serif; }

.cta {
  margin: 12px;
  border-radius: var(--radius-xl);
}

/* Slow ambient graphics split the large panels without competing with content. */
.ambient { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.ambient i, .ambient span { position: absolute; display: block; font-style: normal; }

.ambient-how i:nth-of-type(1) { width: 170px; height: 170px; right: 4%; top: 7%; border: 2px solid rgba(26,26,230,.12); border-radius: 50%; box-shadow: 0 0 0 28px rgba(26,26,230,.035); animation: ambient-drift 8s ease-in-out infinite alternate; }
.ambient-how span { right: 5%; top: 37%; color: rgba(26,26,230,.22); font: 800 11px "Geologica", sans-serif; letter-spacing: .2em; writing-mode: vertical-rl; animation: ambient-drift 6s ease-in-out infinite alternate-reverse; }

.ambient-compare i:nth-of-type(1) { width: 230px; height: 230px; left: -90px; top: -80px; border: 1px solid rgba(10,10,10,.11); border-radius: 50%; box-shadow: 0 0 0 34px rgba(255,255,255,.23); animation: ambient-drift 9s ease-in-out infinite alternate; }
.ambient-compare i:nth-of-type(2) { width: 115px; height: 70px; right: 1.5%; bottom: 4%; opacity: .18; background-image: radial-gradient(var(--ink) 1.2px, transparent 1.2px); background-size: 13px 13px; animation: ambient-slide 8s ease-in-out infinite alternate-reverse; }

.ambient-roast i:nth-of-type(1) { width: 290px; height: 290px; right: -110px; top: 5%; border: 2px solid rgba(26,26,230,.1); border-radius: 50%; box-shadow: 0 0 0 42px rgba(26,26,230,.025); animation: ambient-drift 10s ease-in-out infinite alternate; }
.ambient-roast i:nth-of-type(2) { width: 100px; height: 64px; left: 2%; bottom: 4%; opacity: .14; background-image: radial-gradient(var(--blue) 1.2px, transparent 1.2px); background-size: 12px 12px; animation: ambient-slide 8s ease-in-out infinite alternate; }
.ambient-roast span { right: 4%; bottom: 3%; color: rgba(26,26,230,.15); font: 800 28px "Geologica", sans-serif; transform: rotate(-8deg); animation: ambient-drift 7s ease-in-out infinite alternate-reverse; }

.ambient-fit i:nth-of-type(1) { width: 310px; height: 310px; right: -115px; top: 10%; border: 1px solid rgba(204,255,61,.17); border-radius: 50%; box-shadow: 0 0 0 45px rgba(204,255,61,.025); animation: ambient-drift 10s ease-in-out infinite alternate; }
.ambient-fit span { left: 46%; bottom: 6%; color: rgba(255,255,255,.16); font: 800 11px "Geologica", sans-serif; letter-spacing: .28em; animation: ambient-slide 8s ease-in-out infinite alternate; }

.ambient-faq i:nth-of-type(1) { width: 145px; height: 145px; left: -50px; bottom: 7%; border: 2px solid rgba(26,26,230,.1); border-radius: 50%; animation: ambient-drift 9s ease-in-out infinite alternate-reverse; }
.ambient-faq span { left: 3%; top: 8%; color: rgba(10,10,10,.1); font: 800 48px "Geologica", sans-serif; letter-spacing: -.08em; animation: ambient-drift 7s ease-in-out infinite alternate; }



@keyframes ambient-drift { from { transform: translate3d(0, -6px, 0) rotate(-2deg); } to { transform: translate3d(12px, 10px, 0) rotate(5deg); } }
@keyframes ambient-slide { from { transform: translate3d(-10px, 0, 0) rotate(-5deg); } to { transform: translate3d(12px, 4px, 0) rotate(3deg); } }

.reveal {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity .7s cubic-bezier(.16,1,.3,1) var(--reveal-delay, 0ms), transform .7s cubic-bezier(.16,1,.3,1) var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Heading and action only fit side by side on wide screens; below that the action sits under the heading. */
@media (max-width: 1200px) {
  .cta-inner { grid-template-columns: minmax(0, 1fr); }.cta-action { width: min(100%, 440px); margin: 48px 0 0; }
}

@media (max-width: 1050px) {
  .nav { grid-template-columns: 1fr auto; }.nav-links { display: none; }
  .hero-grid { grid-template-columns: 1fr 1fr; }.hero-bottom { padding-left: 0; gap: 30px; }.product-stage { height: 620px; }.browser-shot { width: 100%; }.phone-shot { width: 210px; }.phone-ui { min-height: 380px; }.qr { width: 92px; height: 92px; }
  .steps { gap: 35px; }.scribble { display: none; }.step h3 { font-size: 22px; }
    .roast-card { grid-template-columns: .8fr 1.2fr; }.roast-score { grid-column: 2; width: min(100%, 260px); }
  .fit-grid { gap: 6vw; }
}

@media (min-width: 768px) and (max-width: 1050px) {
  .hero-copy h1 { font-size: 6.9vw; }
  .hero-bottom p { max-width: 88%; }
}

@media (min-width: 768px) and (max-width: 850px) {
  .steps { grid-template-columns: 1fr; width: min(100%, 600px); margin-inline: auto; gap: 72px; }
  .step-two { margin-top: 0; }
  .step h3, .step > p { min-height: 0; }
  .step h3 { max-width: 440px; font-size: 28px; }
  .message-mock, .link-mock, .lead-mock { min-height: 145px; }
}

@media (max-width: 767px) {
  .wrap { width: min(calc(100% - 32px), var(--wrap)); }.hero-shell, .section, .cta, .site-footer { margin: 6px; border-radius: 28px; }.hero-shell { min-height: 0; }.nav { padding-top: 18px; }.logo { font-size: 19px; }.logo i { height: 20px; }.button-small { min-height: 39px; padding-inline: 14px; }
  .ambient { opacity: .72; }.ambient-how span, .ambient-roast span, .ambient-fit span, .ambient-faq span { display: none; }
  .hero-grid { grid-template-columns: 1fr; }.hero-copy { padding: 90px 0 20px; }.hero-kicker { margin-bottom: 24px; font-size: 10px; }.hero-copy h1 { font-size: clamp(53px, 16.4vw, 83px); line-height: .84; }.hash { -webkit-text-stroke-width: 2px; }.hero-bottom { display: grid; width: 100%; margin-top: 34px; padding-left: 0; }.hero-bottom p { font-size: 16px; }.text-link { width: 100%; }
  .product-stage { height: 610px; }.browser-shot { top: 55px; right: -38px; width: 104%; }.phone-shot { left: -6px; bottom: 36px; width: 190px; }.phone-ui { min-height: 345px; padding-inline: 13px; }.phone-ui .serif { font-size: 17px; }.qr { width: 82px; height: 82px; }.orbit-cta { right: 0; bottom: 24px; width: 104px; height: 104px; }
  .section { padding: 84px 0; }.section-heading, .faq-grid, .fit-grid { grid-template-columns: 1fr; gap: 46px; }.section-heading { margin-bottom: 65px; }.section-heading h2, .faq h2 { font-size: clamp(38px, 13vw, 64px); }.section-heading p { font-size: 16px; }
  .steps { grid-template-columns: 1fr; gap: 70px; }.step-two { margin-top: 0; }.step h3 { min-height: 0; }.step > p { min-height: 0; }.message-mock, .link-mock, .lead-mock { min-height: 130px; }
  .compare-grid { grid-template-columns: 1fr; border-radius: 25px; box-shadow: 7px 7px 0 var(--shadow); }.compare-side { min-height: 0; padding: 38px 25px 45px; }.compare-side h2 { margin: 55px 0 35px; font-size: 48px; }.compare-side li { font-size: 14px; }
    .roast-heading { grid-template-columns: 1fr; gap: 28px; margin-bottom: 60px; }.roast-heading h2 { font-size: clamp(48px, 13vw, 68px); }.roast-heading > p { font-size: 15px; }.roast-list { gap: 24px; }.roast-card, .roast-card-two { grid-template-columns: 1fr; width: 100%; min-height: 0; margin-left: 0; padding: 28px 22px; gap: 30px; }.roast-title { padding-top: 28px; }.roast-title h3 { font-size: 25px; }.roast-copy { grid-template-columns: 1fr; gap: 25px; }.roast-score { grid-column: auto; width: min(100%, 260px); }.ambient-roast i:nth-of-type(1) { right: -180px; }
  .fit-heading { position: static; }.fit-heading h2 { font-size: clamp(40px, 15.5vw, 65px); }.fit-heading > svg { display: none; }.fit-list article { min-height: 135px; gap: 18px; }.fit-icon { width: 56px; height: 56px; border-radius: 16px; }.fit-list b { font-size: 18px; }.fit-list p { font-size: 13px; }
  .faq-heading { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 18px; }.faq-heading p { grid-column: 1/-1; }.question-mark { width: 58px; height: 58px; margin: 0; font-size: 34px; }.accordion summary { min-height: 92px; font-size: 17px; }.accordion summary i { width: 34px; height: 34px; }.accordion summary i::before, .accordion summary i::after { top: 14px; left: 8px; }.accordion details p { margin-right: 0; font-size: 15px; }
  .cta { padding: 90px 0; }.cta-inner { grid-template-columns: minmax(0, 1fr); }.cta h2 { font-size: clamp(34px, 10.4vw, 62px); line-height: .82; }.cta-action { width: 100%; margin: 44px 0 0; }.cta-spark { display: none; }
}

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

/* Contact modal: opened by [data-contact-open] (script.js). Sizes follow the approved design:
   680px dialog with two QR cards on desktop, 620px on tablets, buttons only on phones. */
.contact-modal { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 24px; overflow-y: auto; overscroll-behavior: contain; }
.contact-modal[hidden] { display: none; }
.contact-backdrop { position: fixed; inset: 0; background: rgba(6,6,30,.62); backdrop-filter: blur(3px); -webkit-backdrop-filter: blur(3px); }
.contact-dialog { position: relative; width: min(100%, 680px); box-sizing: border-box; padding: 40px; border-radius: 32px; background: var(--cream); color: var(--ink); box-shadow: 0 30px 80px rgba(0,0,20,.45); display: flex; flex-direction: column; gap: 26px; }
.contact-dialog h2 { margin: 0; padding-right: 52px; font-size: 44px; font-weight: 900; line-height: .92; letter-spacing: -.055em; color: var(--navy); }
.contact-close { position: absolute; top: 18px; right: 18px; width: 44px; height: 44px; display: grid; place-items: center; padding: 0; border: 1.5px solid var(--line); border-radius: 50%; background: var(--white); color: var(--navy); cursor: pointer; transition: transform .25s cubic-bezier(.16,1,.3,1), border-color .25s ease; }
.contact-close:hover { transform: rotate(90deg); border-color: var(--navy); }
.contact-close svg { fill: none; stroke: currentColor; stroke-width: 2.4; stroke-linecap: round; }
.contact-channels { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.contact-card { display: flex; flex-direction: column; gap: 20px; padding: 24px 20px 20px; border: 1px solid var(--line); border-radius: 24px; background: var(--white); }
.contact-qr { align-self: center; padding: 13px; border: 2px solid var(--navy); border-radius: 18px; background: var(--white); line-height: 0; }
.contact-qr img { width: 150px; height: 150px; }
.contact-dialog .button { font-size: 15px; white-space: nowrap; }
.contact-modal.is-open .contact-backdrop { animation: contact-fade .25s ease both; }
.contact-modal.is-open .contact-dialog { animation: contact-in .35s cubic-bezier(.16,1,.3,1) both; }
@keyframes contact-fade { from { opacity: 0; } }
@keyframes contact-in { from { opacity: 0; transform: translateY(18px) scale(.97); } }
html.contact-locked, html.contact-locked body { overflow: hidden; }

@media (max-width: 1050px) {
  .contact-dialog { width: min(100%, 620px); padding: 32px; }
  .contact-dialog h2 { font-size: 40px; }
  .contact-qr { padding: 12px; }
  .contact-qr img { width: 132px; height: 132px; }
}

/* On a phone the page is already open on the device a QR would be scanned with, so only buttons remain. */
@media (max-width: 767px) {
  .contact-modal { padding: 14px; }
  .contact-dialog { padding: 26px 20px 24px; border-radius: 28px; gap: 22px; }
  .contact-dialog h2 { font-size: 30px; }
  .contact-close { top: 14px; right: 14px; }
  .contact-channels { grid-template-columns: minmax(0, 1fr); gap: 22px; }
  .contact-card { padding: 0; border: 0; background: none; }
  .contact-qr { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .contact-modal.is-open .contact-backdrop, .contact-modal.is-open .contact-dialog { animation: none; }
}

/* Footer: centered email, meta + documents row, full-width REFGET cut by the bottom edge. */
.site-footer { position: relative; overflow: hidden; margin: 12px 12px 0; padding-top: 150px; border-radius: var(--radius-xl) var(--radius-xl) 0 0; background: var(--navy); color: var(--white); }
.footer-inner { position: relative; display: flex; flex-direction: column; align-items: center; }
.footer-lines { position: absolute; top: -150px; bottom: 0; left: 0; right: 0; pointer-events: none; }
.footer-lines i { position: absolute; top: 0; bottom: 0; width: 1px; background: rgba(255,255,255,.1); }
.footer-lines i:nth-child(1) { left: 0; }
.footer-lines i:nth-child(2) { left: 19.3%; }
.footer-lines i:nth-child(3) { left: 80.7%; }
.footer-lines i:nth-child(4) { right: 0; }
.footer-email { position: relative; font: 500 clamp(25px, 5.3vw, 76px)/1 "Geologica", sans-serif; letter-spacing: -.035em; text-transform: uppercase; white-space: nowrap; transition: color .2s ease; }
.footer-email:hover { color: var(--lime); }
.footer-info { position: relative; width: 100%; margin-top: 120px; display: grid; grid-template-columns: auto auto; justify-content: space-between; gap: 40px; align-items: end; font-size: 13px; line-height: 1.55; font-weight: 600; }
.footer-meta { display: flex; flex-direction: column; gap: 4px; color: rgba(255,255,255,.56); }
.footer-meta span:first-child { color: var(--white); }
.footer-docs { text-align: right; white-space: nowrap; }
.footer-docs span { color: rgba(255,255,255,.56); }
.footer-docs a { transition: color .2s ease; }
.footer-docs a:hover { color: var(--lime); }
.footer-wordmark { position: relative; display: block; width: 100%; height: auto; margin-top: 70px; }
.footer-wordmark text { font: 900 330px "Geologica", sans-serif; fill: #f2f1ec; }

@media (max-width: 1050px) {
  .site-footer { padding-top: 120px; }
  .footer-lines { top: -120px; }
  .footer-lines i:nth-child(2), .footer-lines i:nth-child(3) { display: none; }
  .footer-info { margin-top: 96px; gap: 32px; }
  .footer-docs { display: flex; flex-direction: column; align-items: flex-end; gap: 6px; white-space: normal; }
  .footer-docs span { display: none; }
  .footer-wordmark { margin-top: 60px; }
}

@media (max-width: 767px) {
  .site-footer { margin: 6px 6px 0; padding-top: 84px; border-radius: 28px 28px 0 0; }
  .footer-lines { top: -84px; }
  .footer-info { margin-top: 64px; grid-template-columns: minmax(0, 1fr); gap: 28px; }
  .footer-docs { align-items: flex-start; gap: 8px; font-size: 14px; line-height: 1.4; }
  .footer-wordmark { margin-top: 48px; }
}

/* Cookie notice: centered at the bottom until "Хорошо" is pressed (script.js remembers it). */
.cookie-banner { position: fixed; left: 50%; bottom: 20px; z-index: 90; width: min(calc(100% - 32px), 640px); box-sizing: border-box; display: flex; align-items: center; gap: 20px; padding: 14px 14px 14px 24px; border: 1px solid rgba(255,255,255,.14); border-radius: 24px; background: var(--navy); color: var(--white); box-shadow: 0 18px 50px rgba(0,0,20,.35); transform: translateX(-50%); animation: cookie-in .45s cubic-bezier(.16,1,.3,1) both; }
.cookie-banner[hidden] { display: none; }
.cookie-banner p { margin: 0; font-size: 13px; line-height: 1.5; font-weight: 600; color: rgba(255,255,255,.8); }
.cookie-banner a { color: var(--white); text-decoration: underline; text-decoration-color: rgba(255,255,255,.4); text-underline-offset: 3px; transition: color .2s ease, text-decoration-color .2s ease; }
.cookie-banner a:hover { color: var(--lime); text-decoration-color: var(--lime); }
.cookie-banner .button { flex-shrink: 0; min-width: 120px; }
@keyframes cookie-in { from { opacity: 0; transform: translate(-50%, 16px); } }

@media (max-width: 767px) {
  .cookie-banner { bottom: 10px; width: calc(100% - 20px); gap: 14px; padding: 12px 12px 12px 16px; border-radius: 20px; }
  .cookie-banner p { font-size: 12px; }
  .cookie-banner .button { min-width: 0; min-height: 44px; }
}

@media (prefers-reduced-motion: reduce) {
  .cookie-banner { animation: none; }
}
