:root {
  --paper: #f4f0e7;
  --paper-2: #fffdf7;
  --ink: #141414;
  --muted: #69665e;
  --line: rgba(20, 20, 20, 0.16);
  --lime: #c9ff4d;
  --orange: #ff6542;
  --blue: #506dff;
  --cream: #eadfcf;
  --shadow: 0 28px 80px rgba(20, 20, 20, 0.14);
  --shell: min(1180px, calc(100% - 40px));
  --radius-sm: 12px;
  --radius-md: 22px;
  --radius-lg: 34px;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.menu-open { overflow: hidden; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img, svg { display: block; max-width: 100%; }
::selection { background: var(--lime); color: var(--ink); }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 4px; }

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; top: 8px; left: 8px; z-index: 200; padding: 10px 14px;
  background: var(--ink); color: white; transform: translateY(-140%); border-radius: 8px;
}
.skip-link:focus { transform: translateY(0); }
.shell { width: var(--shell); margin-inline: auto; }
.section-pad { padding: clamp(88px, 11vw, 156px) 0; }

.ticker {
  overflow: hidden; height: 32px; display: flex; align-items: center;
  background: var(--ink); color: white; text-transform: uppercase; letter-spacing: .15em;
  font-size: 10px; font-weight: 800;
}
.ticker__track { display: flex; align-items: center; gap: 24px; width: max-content; animation: ticker 30s linear infinite; }
.ticker i { width: 5px; height: 5px; border-radius: 50%; background: var(--lime); flex: 0 0 auto; }
@keyframes ticker { to { transform: translateX(-50%); } }

.site-header {
  position: sticky; top: 0; z-index: 90; border-bottom: 1px solid transparent;
  background: color-mix(in srgb, var(--paper) 88%, transparent); backdrop-filter: blur(14px);
  transition: border-color .25s ease, box-shadow .25s ease;
}
.site-header.is-scrolled { border-bottom-color: var(--line); box-shadow: 0 12px 30px rgba(20,20,20,.04); }
.nav-wrap { min-height: 80px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-weight: 900; letter-spacing: -.04em; font-size: 21px; }
.brand__mark { width: 38px; height: 38px; color: var(--lime); }
.site-nav { display: flex; align-items: center; gap: 30px; }
.site-nav > a:not(.button) { text-decoration: none; font-size: 14px; font-weight: 700; }
.site-nav > a:not(.button)::after { content: ""; display: block; height: 1px; width: 0; background: currentColor; transition: width .25s ease; }
.site-nav > a:not(.button):hover::after { width: 100%; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 11px; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 6px 0; background: var(--ink); transition: transform .2s ease; }
.menu-toggle[aria-expanded="true"] span:nth-of-type(2) { transform: translateY(4px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-of-type(3) { transform: translateY(-4px) rotate(-45deg); }

.button {
  min-height: 52px; padding: 0 22px; border: 1px solid var(--ink); border-radius: 999px;
  display: inline-flex; align-items: center; justify-content: center; gap: 12px;
  text-decoration: none; font-weight: 850; letter-spacing: -.015em; cursor: pointer;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 0 rgba(20,20,20,.12); }
.button svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.button--primary { background: var(--lime); color: var(--ink); }
.button--dark { background: var(--ink); color: white; }
.button--light { background: white; color: var(--ink); border-color: white; }
.button--small { min-height: 44px; padding-inline: 17px; font-size: 13px; }
.button--large { min-height: 62px; padding-inline: 28px; }
.button--full { width: 100%; }
.text-link { font-weight: 800; text-underline-offset: 5px; }
.text-link span { display: inline-block; margin-left: 5px; transition: transform .2s ease; }
.text-link:hover span { transform: translateY(3px); }

.hero { overflow: hidden; padding: clamp(70px, 8vw, 118px) 0 32px; }
.hero__grid { display: grid; grid-template-columns: minmax(0, .93fr) minmax(440px, 1.07fr); gap: clamp(45px, 7vw, 92px); align-items: center; }
.eyebrow, .kicker { text-transform: uppercase; letter-spacing: .15em; font-size: 11px; font-weight: 900; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 24px; }
.eyebrow span { width: 10px; height: 10px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 6px color-mix(in srgb, var(--orange) 18%, transparent); }
.hero h1, .section-intro h2, .outcome h2, .showcase h2, .process h2, .pricing h2, .guarantee h2, .faq h2, .final-cta h2 {
  margin: 0; font-size: clamp(47px, 6vw, 82px); line-height: .98; letter-spacing: -.065em;
}
em { font-family: var(--serif); font-weight: 500; letter-spacing: -.055em; }
.hero__lead { max-width: 630px; margin: 28px 0 0; font-size: clamp(18px, 2vw, 21px); color: var(--muted); line-height: 1.55; }
.hero__actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; margin-top: 34px; }
.hero__facts { list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); max-width: 600px; padding: 30px 0 0; margin: 42px 0 0; border-top: 1px solid var(--line); }
.hero__facts li { display: flex; flex-direction: column; padding-right: 14px; }
.hero__facts li + li { padding-left: 20px; border-left: 1px solid var(--line); }
.hero__facts strong { font-size: 21px; letter-spacing: -.04em; }
.hero__facts span { color: var(--muted); font-size: 13px; }

.hero__visual { position: relative; min-height: 610px; display: flex; align-items: center; justify-content: center; perspective: 1200px; }
.orbit { position: absolute; border: 1px solid rgba(20,20,20,.11); border-radius: 50%; }
.orbit--one { width: 570px; height: 570px; }
.orbit--two { width: 420px; height: 420px; border-style: dashed; animation: rotate 50s linear infinite; }
@keyframes rotate { to { transform: rotate(360deg); } }
.browser-card { width: min(100%, 540px); position: relative; z-index: 2; border: 1px solid var(--ink); border-radius: 22px; overflow: hidden; background: #fff; box-shadow: 24px 28px 0 var(--ink), var(--shadow); transform: rotate(1.6deg); transition: transform .25s ease; }
.browser-card__bar { height: 42px; display: grid; grid-template-columns: 72px 1fr 25px; align-items: center; padding: 0 12px; border-bottom: 1px solid rgba(20,20,20,.16); background: #f6f4ef; }
.browser-dots { display: flex; gap: 5px; }
.browser-dots i { width: 7px; height: 7px; border-radius: 50%; background: #d7d2c8; }
.browser-url { justify-self: center; width: 220px; padding: 4px 12px; text-align: center; border-radius: 99px; background: white; font-size: 9px; color: #67615a; }
.browser-lock { color: #817b73; font-size: 8px; }
.mock-page--coffee { color: #f9e9cf; background: #1c1713; min-height: 500px; padding: 22px; }
.mock-nav { display: flex; align-items: center; justify-content: space-between; font-size: 9px; letter-spacing: .18em; }
.mock-nav span { padding: 6px 10px; border: 1px solid rgba(255,255,255,.25); border-radius: 99px; }
.mock-hero { display: grid; grid-template-columns: .95fr 1.05fr; min-height: 370px; align-items: center; }
.mock-copy small { color: #f0a54e; font-size: 7px; letter-spacing: .16em; font-weight: 900; }
.mock-copy h2 { margin: 12px 0 13px; max-width: 240px; font-family: var(--serif); font-weight: 500; font-size: 32px; line-height: .97; letter-spacing: -.04em; }
.mock-copy p { font-size: 10px; line-height: 1.6; color: rgba(255,255,255,.66); max-width: 210px; }
.mock-copy button { margin-top: 11px; padding: 9px 12px; border: 0; border-radius: 99px; color: #241b15; background: #f1a54d; font-size: 8px; font-weight: 900; }
.bottle-scene { position: relative; height: 330px; }
.sun-disc { position: absolute; width: 210px; height: 210px; border-radius: 50%; top: 60px; left: 20px; background: #f1a54d; box-shadow: inset 20px -15px 0 rgba(0,0,0,.05); }
.bottle { position: absolute; z-index: 2; width: 98px; left: 80px; top: 62px; filter: drop-shadow(16px 20px 13px rgba(0,0,0,.3)); }
.bottle__cap { width: 55px; height: 20px; margin: 0 auto; border-radius: 5px 5px 2px 2px; background: repeating-linear-gradient(90deg,#2a211b 0 3px,#4a382d 3px 5px); }
.bottle__neck { width: 47px; height: 28px; margin: 0 auto; background: #412c1e; }
.bottle__body { height: 206px; padding-top: 62px; border-radius: 23px 23px 16px 16px; background: linear-gradient(90deg,#2e1a10,#6a3b1e 45%,#25140d); text-align: center; border: 2px solid rgba(255,255,255,.11); }
.bottle__body span { font-size: 17px; line-height: .9; font-weight: 900; letter-spacing: -.06em; }
.bottle__body small { display: block; margin-top: 10px; font-size: 6px; text-transform: uppercase; letter-spacing: .2em; }
.bean { position: absolute; z-index: 3; width: 24px; height: 17px; border-radius: 50% 45%; background: #3b2114; transform: rotate(35deg); box-shadow: inset 3px -2px 4px rgba(0,0,0,.35); }
.bean::after { content: ""; position: absolute; left: 11px; top: 2px; width: 1px; height: 13px; background: #8e603d; transform: rotate(-12deg); }
.bean--1 { left: 19px; top: 75px; transform: rotate(15deg); }
.bean--2 { right: 8px; top: 120px; transform: rotate(70deg); }
.bean--3 { left: 42px; bottom: 18px; transform: rotate(-18deg); }
.mock-proof { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid rgba(255,255,255,.16); padding-top: 16px; }
.mock-proof span { display: flex; align-items: baseline; gap: 5px; color: rgba(255,255,255,.58); font-size: 7px; }
.mock-proof b { color: #f9e9cf; font-size: 14px; }
.floating-note { position: absolute; z-index: 4; display: flex; align-items: center; gap: 10px; padding: 12px 14px; border: 1px solid var(--ink); border-radius: 13px; background: var(--paper-2); box-shadow: 8px 10px 0 var(--ink); }
.floating-note small, .floating-note strong { display: block; line-height: 1.2; }
.floating-note small { font-size: 9px; color: var(--muted); }
.floating-note strong { margin-top: 4px; font-size: 12px; }
.floating-note--top { top: 63px; right: -22px; transform: rotate(3deg); }
.floating-note--bottom { bottom: 47px; left: -34px; transform: rotate(-3deg); }
.note-icon { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 50%; background: var(--lime); font-weight: 900; }
.pulse-dot { width: 12px; height: 12px; margin-inline: 9px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 8px rgba(255,101,66,.16); }
.hero__footnote { display: flex; justify-content: flex-end; align-items: center; gap: 18px; margin-top: 52px; color: var(--muted); font-size: 12px; }
.hero__footnote svg { width: 70px; fill: none; stroke: var(--ink); }

.section-intro { max-width: 930px; }
.kicker { margin-bottom: 24px; color: var(--muted); }
.problem { border-top: 1px solid var(--line); }
.problem .section-intro h2 { font-size: clamp(43px, 5.5vw, 72px); }
.problem-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 64px; }
.problem-card { position: relative; min-height: 430px; overflow: hidden; padding: 28px; border: 1px solid var(--ink); border-radius: var(--radius-md); background: var(--paper-2); display: flex; flex-direction: column; justify-content: flex-end; }
.problem-card--dark { background: var(--ink); color: white; }
.problem-card--accent { background: var(--lime); }
.problem-card__number { position: absolute; top: 25px; left: 28px; font-size: 12px; font-weight: 900; }
.problem-card h3 { position: relative; z-index: 2; margin: 0 0 12px; max-width: 280px; font-size: 29px; line-height: 1.05; letter-spacing: -.045em; }
.problem-card p { position: relative; z-index: 2; margin: 0; color: var(--muted); font-size: 14px; }
.problem-card--dark p { color: rgba(255,255,255,.62); }
.problem-card__shape { position: absolute; top: 60px; left: 50%; transform: translateX(-50%); }
.shape-a { width: 180px; height: 180px; border: 1px solid var(--ink); border-radius: 50%; box-shadow: inset 0 0 0 40px var(--orange), inset 0 0 0 41px var(--ink); }
.shape-a::after { content: "?"; position: absolute; inset: 0; display: grid; place-items: center; font: 500 76px/1 var(--serif); }
.shape-b { width: 160px; height: 190px; border: 1px solid rgba(255,255,255,.35); transform: translateX(-50%) rotate(14deg); box-shadow: 22px -18px 0 var(--blue), -20px 25px 0 var(--orange); }
.shape-c { width: 190px; height: 130px; border: 1px solid var(--ink); border-radius: 999px; }
.shape-c::before { content: "CLICK"; position: absolute; inset: 0; display: grid; place-items: center; font-size: 20px; font-weight: 950; letter-spacing: .08em; }
.shape-c::after { content: "↘"; position: absolute; right: -12px; bottom: -44px; font-size: 70px; line-height: 1; }

.outcome { background: var(--paper-2); border-block: 1px solid var(--line); }
.outcome__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 8vw, 120px); align-items: start; }
.outcome__sticky { position: sticky; top: 120px; }
.outcome h2 { font-size: clamp(43px, 5vw, 67px); }
.outcome__sticky > p { margin: 28px 0 32px; max-width: 520px; color: var(--muted); font-size: 18px; }
.deliverables { border-top: 1px solid var(--ink); }
.deliverable { display: grid; grid-template-columns: 105px 1fr; gap: 25px; padding: 36px 0; border-bottom: 1px solid var(--line); }
.deliverable > div:last-child > span { font-size: 11px; font-weight: 900; color: var(--muted); }
.deliverable h3 { margin: 6px 0 9px; font-size: 28px; line-height: 1.12; letter-spacing: -.04em; }
.deliverable p { margin: 0; color: var(--muted); }
.deliverable__icon { width: 86px; height: 86px; position: relative; display: grid; place-items: center; border: 1px solid var(--ink); border-radius: 50%; font-weight: 900; font-size: 28px; }
.icon-target::before, .icon-target::after, .icon-target i { content: ""; position: absolute; border: 1px solid var(--ink); border-radius: 50%; }
.icon-target::before { inset: 14px; } .icon-target::after { inset: 29px; background: var(--orange); } .icon-target i { inset: 38px; background: var(--ink); }
.icon-type { font-family: var(--serif); background: var(--cream); }
.icon-layout { grid-template-columns: repeat(2,1fr); grid-template-rows: repeat(2,1fr); padding: 16px; gap: 5px; }
.icon-layout i { width: 100%; height: 100%; border: 1px solid var(--ink); background: var(--blue); }
.icon-layout i:first-child { grid-row: span 2; background: var(--lime); }
.icon-phone::before { content: ""; width: 30px; height: 48px; border: 2px solid var(--ink); border-radius: 7px; }
.icon-phone i { position: absolute; bottom: 23px; width: 4px; height: 4px; border-radius: 50%; background: var(--ink); }
.icon-speed::before { content: ""; width: 47px; height: 47px; border: 2px solid var(--ink); border-radius: 50%; border-left-color: transparent; transform: rotate(-20deg); }
.icon-speed i { position: absolute; width: 28px; height: 2px; background: var(--orange); transform: rotate(-34deg); transform-origin: left; left: 42px; top: 44px; }

.showcase { overflow: hidden; }
.showcase__head { display: grid; grid-template-columns: 1.5fr .6fr; gap: 60px; align-items: end; }
.showcase h2 { font-size: clamp(43px, 5.4vw, 70px); }
.showcase__head > p { margin: 0 0 4px; color: var(--muted); }
.showcase__controls { display: flex; gap: 8px; margin: 48px 0 22px; }
.showcase-tab { min-height: 44px; padding: 0 18px; border: 1px solid var(--ink); border-radius: 99px; background: transparent; font-weight: 850; cursor: pointer; }
.showcase-tab.is-active { background: var(--ink); color: white; }
.demo-stage { --demo-bg: #ecd9d1; --demo-ink: #2c1f1e; --demo-accent: #b66d59; display: grid; grid-template-columns: .62fr 1.38fr; min-height: 610px; border: 1px solid var(--ink); border-radius: var(--radius-lg); overflow: hidden; background: var(--demo-bg); transition: background .35s ease; }
.demo-stage[data-theme="food"] { --demo-bg: #d5ef91; --demo-ink: #1d2916; --demo-accent: #ed5b37; }
.demo-stage[data-theme="service"] { --demo-bg: #cbd7ff; --demo-ink: #151b3f; --demo-accent: #f7d94c; }
.demo-stage__meta { padding: clamp(34px, 5vw, 64px); display: flex; flex-direction: column; justify-content: center; border-right: 1px solid var(--ink); }
.demo-stage__meta > span { font-size: 10px; letter-spacing: .16em; font-weight: 900; }
.demo-stage__meta h3 { margin: 18px 0; font: 500 clamp(35px,4vw,53px)/1 var(--serif); letter-spacing: -.045em; }
.demo-stage__meta > p { color: color-mix(in srgb, var(--demo-ink) 67%, transparent); }
.demo-stage__meta ul { list-style: none; margin: 44px 0 0; padding: 0; border-top: 1px solid color-mix(in srgb,var(--demo-ink) 24%,transparent); }
.demo-stage__meta li { display: flex; justify-content: space-between; gap: 20px; padding: 12px 0; border-bottom: 1px solid color-mix(in srgb,var(--demo-ink) 24%,transparent); font-size: 12px; }
.demo-stage__meta li span { color: color-mix(in srgb,var(--demo-ink) 58%,transparent); }
.demo-browser { margin: clamp(36px,5vw,66px); align-self: center; border: 1px solid var(--demo-ink); border-radius: 14px; overflow: hidden; background: white; box-shadow: 18px 20px 0 var(--demo-ink); }
.demo-browser__chrome { height: 32px; display: flex; align-items: center; gap: 5px; padding: 0 11px; border-bottom: 1px solid color-mix(in srgb,var(--demo-ink) 20%,transparent); background: #f3f1ec; }
.demo-browser__chrome i { width: 6px; height: 6px; border-radius: 50%; background: #cbc6bd; }
.demo-browser__chrome span { margin-left: auto; margin-right: auto; font-size: 8px; color: #777; }
.demo-canvas { min-height: 440px; padding: 21px; color: var(--demo-ink); background: color-mix(in srgb, var(--demo-bg) 68%, white); transition: background .35s ease, color .35s ease; }
.demo-canvas__nav { display: flex; justify-content: space-between; font-size: 8px; letter-spacing: .1em; }
.demo-canvas__content { display: grid; grid-template-columns: 1fr .9fr; align-items: center; min-height: 330px; }
.demo-canvas__copy small { font-size: 7px; letter-spacing: .14em; font-weight: 900; }
.demo-canvas__copy h4 { margin: 13px 0 12px; max-width: 330px; font: 500 34px/.95 var(--serif); letter-spacing: -.045em; }
.demo-canvas__copy p { max-width: 290px; font-size: 10px; line-height: 1.5; color: color-mix(in srgb,var(--demo-ink) 65%,transparent); }
.demo-canvas__copy button { margin-top: 11px; padding: 9px 13px; border: 1px solid var(--demo-ink); border-radius: 99px; background: var(--demo-ink); color: white; font-size: 8px; font-weight: 900; }
.demo-art { position: relative; height: 300px; display: grid; place-items: center; }
.demo-art__halo { position: absolute; width: 215px; height: 215px; border-radius: 50%; background: var(--demo-accent); transition: background .35s ease; }
.demo-product { position: relative; z-index: 2; display: grid; place-items: center; filter: drop-shadow(13px 18px 10px rgba(0,0,0,.17)); transition: transform .35s ease, border-radius .35s ease; }
.product-dropper { width: 76px; height: 180px; padding-top: 45px; border-radius: 12px 12px 20px 20px; background: linear-gradient(90deg,#542d27,#a46a5f,#4c2823); color: #f9e8df; font-size: 11px; letter-spacing: .12em; font-weight: 900; }
.product-dropper i { position: absolute; top: -43px; width: 44px; height: 62px; border-radius: 8px 8px 3px 3px; background: #2c1f1e; }
.product-cup { width: 130px; height: 150px; border-radius: 8px 8px 40px 40px; background: #f8f0db; color: #1d2916; border: 5px solid #1d2916; font: 900 16px/1 var(--sans); transform: rotate(-5deg); }
.product-cup::before { content: ""; position: absolute; right: -48px; top: 29px; width: 50px; height: 64px; border: 5px solid #1d2916; border-left: 0; border-radius: 0 40px 40px 0; }
.product-card { width: 145px; height: 192px; border-radius: 6px; background: #151b3f; color: #f7d94c; border: 2px solid #151b3f; transform: rotate(5deg); font: 900 13px/1.2 var(--sans); text-align: center; }
.product-card::before { content: "↗"; position: absolute; top: 20px; right: 20px; font-size: 28px; }
.demo-art__line { position: absolute; width: 260px; height: 80px; border-bottom: 1px solid var(--demo-ink); border-radius: 50%; bottom: 10px; }
.demo-canvas__footer { display: flex; justify-content: space-between; gap: 15px; padding-top: 14px; border-top: 1px solid color-mix(in srgb,var(--demo-ink) 24%,transparent); font-size: 7px; letter-spacing: .12em; }
.demo-disclaimer { margin: 0; color: var(--muted); font-size: 11px; }
.showcase__portfolio-link { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 24px; }
.showcase__portfolio-link .button { flex: 0 0 auto; }

.process { background: var(--ink); color: white; }
.process__intro { display: grid; grid-template-columns: 1.3fr .7fr; column-gap: 70px; align-items: end; }
.process .kicker { grid-column: 1 / -1; color: rgba(255,255,255,.55); }
.process h2 { font-size: clamp(43px,5.3vw,70px); }
.process__intro p { margin: 0 0 5px; color: rgba(255,255,255,.6); }
.process-list { list-style: none; padding: 0; margin: 75px 0 0; border-top: 1px solid rgba(255,255,255,.3); }
.process-item { display: grid; grid-template-columns: 85px 1fr 150px; gap: 25px; align-items: center; padding: 32px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.process-item__num { font: italic 500 28px/1 var(--serif); color: var(--lime); }
.process-item h3 { margin: 0 0 5px; font-size: 25px; letter-spacing: -.035em; }
.process-item p { margin: 0; color: rgba(255,255,255,.58); }
.process-item__tag { justify-self: end; padding: 7px 11px; border: 1px solid rgba(255,255,255,.32); border-radius: 99px; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }

.pricing { background: var(--orange); }
.pricing__grid { display: grid; grid-template-columns: 1fr .82fr; gap: clamp(55px,8vw,120px); align-items: center; }
.pricing h2 { font-size: clamp(45px,5.4vw,72px); }
.pricing__copy > p { max-width: 600px; font-size: 18px; }
.guarantee-stamp { position: relative; width: 180px; height: 180px; margin-top: 45px; display: grid; place-items: center; }
.guarantee-stamp svg { position: absolute; inset: 0; animation: rotate 24s linear infinite; }
.guarantee-stamp text { font-size: 9px; font-weight: 900; letter-spacing: 1.9px; fill: var(--ink); }
.guarantee-stamp div { width: 105px; height: 105px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 2px solid var(--ink); border-radius: 50%; background: var(--lime); line-height: .8; }
.guarantee-stamp strong { font-size: 42px; letter-spacing: -.06em; }
.guarantee-stamp span { font-size: 11px; font-weight: 950; letter-spacing: .15em; }
.price-card { padding: 28px; border: 2px solid var(--ink); border-radius: var(--radius-md); background: var(--paper-2); box-shadow: 14px 15px 0 var(--ink); }
.price-card__top { display: flex; justify-content: space-between; gap: 15px; padding-bottom: 20px; border-bottom: 1px solid var(--line); font-size: 9px; font-weight: 900; letter-spacing: .13em; }
.price-card__price { display: flex; align-items: flex-start; margin-top: 24px; line-height: 1; }
.price-card__price sup { margin-top: 14px; font-size: 18px; font-weight: 900; }
.price-card__price strong { font-size: clamp(74px,9vw,105px); letter-spacing: -.085em; }
.price-card__price > span { margin-top: 52px; font-size: 28px; font-weight: 900; letter-spacing: -.05em; }
.price-card__caption { margin: 0 0 24px; color: var(--muted); font-size: 13px; }
.scope-list { list-style: none; margin: 0 0 28px; padding: 0; }
.scope-list li { display: flex; gap: 11px; padding: 10px 0; border-bottom: 1px solid var(--line); font-size: 14px; }
.scope-list li span { font-weight: 900; }
.price-card > small { display: block; margin-top: 14px; color: var(--muted); font-size: 10px; line-height: 1.5; }

.guarantee { background: var(--paper-2); }
.guarantee__inner { display: grid; grid-template-columns: .38fr 1fr .8fr; border: 1px solid var(--ink); border-radius: var(--radius-lg); overflow: hidden; }
.guarantee__label { display: flex; align-items: center; justify-content: center; min-height: 330px; padding: 20px; background: var(--lime); border-right: 1px solid var(--ink); writing-mode: vertical-rl; transform: rotate(180deg); font-size: 11px; font-weight: 950; letter-spacing: .18em; }
.guarantee__copy, .guarantee__terms { padding: clamp(35px,5vw,63px); }
.guarantee__copy { border-right: 1px solid var(--line); }
.guarantee h2 { font-size: clamp(40px,4.4vw,60px); }
.guarantee__copy p { color: var(--muted); }
.guarantee__terms { align-self: center; }
.guarantee__terms > span { font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; }
.guarantee__terms ul { margin: 22px 0; padding-left: 19px; }
.guarantee__terms li { margin: 9px 0; }
.guarantee__terms small { color: var(--muted); }

.faq { border-top: 1px solid var(--line); }
.faq__grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; }
.faq h2 { font-size: clamp(43px,5vw,66px); }
.faq-list { border-top: 1px solid var(--ink); }
details { border-bottom: 1px solid var(--line); }
summary { list-style: none; min-height: 85px; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; font-size: 19px; font-weight: 850; letter-spacing: -.025em; }
summary::-webkit-details-marker { display: none; }
summary span { position: relative; width: 28px; height: 28px; flex: 0 0 auto; border: 1px solid var(--ink); border-radius: 50%; }
summary span::before, summary span::after { content: ""; position: absolute; width: 10px; height: 1px; top: 13px; left: 8px; background: var(--ink); transition: transform .2s ease; }
summary span::after { transform: rotate(90deg); }
details[open] summary span::after { transform: rotate(0); }
details p { margin: -6px 55px 28px 0; color: var(--muted); }

.final-cta { position: relative; overflow: hidden; background: var(--blue); color: white; padding: clamp(100px,13vw,175px) 0; text-align: center; }
.final-cta__noise { position: absolute; inset: 0; opacity: .13; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.35'/%3E%3C/svg%3E"); }
.final-cta__inner { position: relative; z-index: 2; }
.final-cta__eyebrow { font-size: 10px; font-weight: 900; letter-spacing: .18em; }
.final-cta h2 { margin-top: 25px; font-size: clamp(55px,8vw,108px); }
.final-cta p { max-width: 700px; margin: 28px auto 35px; color: rgba(255,255,255,.75); font-size: 18px; }
.final-cta__meta { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 15px; margin-top: 38px; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; color: rgba(255,255,255,.72); }
.final-cta__meta i { width: 4px; height: 4px; border-radius: 50%; background: var(--lime); }

.site-footer { padding: 62px 0 28px; background: var(--ink); color: white; }
.site-footer__top { display: grid; grid-template-columns: .7fr 1fr .8fr; align-items: end; gap: 60px; padding-bottom: 50px; }
.brand--footer .brand__mark { color: var(--orange); }
.site-footer__top > p { max-width: 380px; margin: 0; color: #d9d9d9; }
.footer-contact { justify-self: end; text-decoration: none; }
.footer-contact span, .footer-contact strong { display: block; text-align: right; }
.footer-contact span { font-size: 10px; text-transform: uppercase; letter-spacing: .13em; color: #d9d9d9; }
.footer-contact strong { margin-top: 6px; font-size: 17px; }
.site-footer__bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.28); color: #d9d9d9; font-size: 10px; }

.sticky-mobile-cta { display: none; }
.setup-dialog { width: min(420px, calc(100% - 32px)); padding: 33px; border: 1px solid var(--ink); border-radius: 20px; box-shadow: 12px 14px 0 var(--ink); background: var(--paper-2); }
.setup-dialog::backdrop { background: rgba(20,20,20,.7); backdrop-filter: blur(4px); }
.dialog-close { position: absolute; top: 12px; right: 14px; width: 40px; height: 40px; border: 0; background: transparent; font-size: 27px; cursor: pointer; }
.dialog-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; background: var(--lime); font-size: 23px; font-weight: 900; }
.setup-dialog h2 { margin: 20px 0 8px; font-size: 29px; line-height: 1.05; letter-spacing: -.045em; }
.setup-dialog p { color: var(--muted); }
.setup-dialog code { padding: 2px 5px; background: #eee9df; border-radius: 4px; }
.noscript { position: fixed; z-index: 999; bottom: 0; left: 0; right: 0; padding: 12px; background: #8b1d1d; color: white; text-align: center; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s cubic-bezier(.2,.75,.25,1); transition-delay: calc(var(--delay, 0) * 90ms); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
[data-delay="1"] { --delay: 1; } [data-delay="2"] { --delay: 2; }

@media (max-width: 1050px) {
  .hero__grid { grid-template-columns: 1fr; }
  .hero__copy { max-width: 790px; }
  .hero__visual { width: min(650px,100%); margin-inline: auto; }
  .problem-grid { grid-template-columns: 1fr 1fr; }
  .problem-card:last-child { grid-column: 1 / -1; min-height: 340px; }
  .outcome__grid { grid-template-columns: 1fr; }
  .outcome__sticky { position: static; }
  .showcase__head, .process__intro { grid-template-columns: 1fr; }
  .showcase__head > p, .process__intro p { max-width: 650px; margin-top: 20px; }
  .demo-stage { grid-template-columns: 1fr; }
  .demo-stage__meta { border-right: 0; border-bottom: 1px solid var(--ink); }
  .pricing__grid { grid-template-columns: 1fr; }
  .pricing__copy { display: grid; grid-template-columns: 1fr 190px; column-gap: 30px; align-items: end; }
  .pricing__copy .kicker, .pricing__copy h2 { grid-column: 1 / -1; }
  .guarantee-stamp { grid-column: 2; grid-row: 3 / 5; }
  .guarantee__inner { grid-template-columns: 80px 1fr; }
  .guarantee__terms { grid-column: 2; border-top: 1px solid var(--line); }
  .guarantee__copy { border-right: 0; }
  .faq__grid { grid-template-columns: 1fr; gap: 55px; }
}

@media (max-width: 760px) {
  :root { --shell: min(100% - 28px, 1180px); }
  body { padding-bottom: 76px; }
  .ticker { height: 28px; }
  .nav-wrap { min-height: 68px; }
  .menu-toggle { display: block; }
  .site-nav { position: fixed; inset: 96px 14px auto; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 16px; border: 1px solid var(--ink); border-radius: 18px; background: var(--paper-2); box-shadow: 9px 10px 0 var(--ink); transform: translateY(-20px); opacity: 0; visibility: hidden; transition: .22s ease; }
  .site-nav.is-open { transform: translateY(0); opacity: 1; visibility: visible; }
  .site-nav > a:not(.button) { padding: 14px 5px; border-bottom: 1px solid var(--line); font-size: 17px; }
  .site-nav .button { margin-top: 13px; }
  .hero { padding-top: 62px; }
  .hero h1 { font-size: clamp(47px,14vw,69px); }
  .hero__lead { font-size: 17px; }
  .hero__actions { align-items: stretch; flex-direction: column; }
  .hero__actions .button { width: 100%; }
  .text-link { align-self: flex-start; }
  .hero__facts { margin-top: 32px; padding-top: 24px; }
  .hero__facts strong { font-size: 18px; }
  .hero__facts span { font-size: 10px; }
  .hero__visual { min-height: 465px; margin-top: 35px; }
  .orbit--one { width: 390px; height: 390px; }
  .orbit--two { width: 300px; height: 300px; }
  .browser-card { width: 88%; box-shadow: 12px 14px 0 var(--ink), var(--shadow); }
  .browser-card__bar { height: 34px; grid-template-columns: 55px 1fr 20px; }
  .browser-url { width: 155px; }
  .mock-page--coffee { min-height: 356px; padding: 15px; }
  .mock-hero { min-height: 270px; }
  .mock-copy h2 { font-size: 23px; }
  .mock-copy p { font-size: 7px; }
  .bottle-scene { height: 230px; }
  .sun-disc { width: 150px; height: 150px; left: 2px; top: 42px; }
  .bottle { width: 70px; left: 45px; top: 42px; }
  .bottle__cap { width: 41px; height: 15px; }
  .bottle__neck { width: 35px; height: 20px; }
  .bottle__body { height: 145px; padding-top: 42px; border-radius: 16px 16px 12px 12px; }
  .bottle__body span { font-size: 12px; }
  .floating-note { padding: 9px 11px; }
  .floating-note--top { top: 25px; right: -2px; }
  .floating-note--bottom { bottom: 24px; left: -3px; }
  .floating-note strong { font-size: 10px; }
  .note-icon { width: 26px; height: 26px; }
  .hero__footnote { justify-content: flex-start; margin-top: 24px; }
  .hero__footnote svg { display: none; }
  .section-pad { padding: 90px 0; }
  .problem .section-intro h2, .outcome h2, .showcase h2, .process h2, .pricing h2, .guarantee h2, .faq h2 { font-size: clamp(40px,12vw,56px); }
  .problem-grid { grid-template-columns: 1fr; margin-top: 42px; }
  .problem-card, .problem-card:last-child { grid-column: auto; min-height: 380px; }
  .deliverable { grid-template-columns: 76px 1fr; gap: 18px; }
  .deliverable__icon { width: 68px; height: 68px; }
  .deliverable h3 { font-size: 23px; }
  .showcase__controls { overflow-x: auto; padding-bottom: 4px; }
  .demo-stage__meta { padding: 34px 24px; }
  .showcase__portfolio-link { align-items: flex-start; flex-direction: column; }
  .showcase__portfolio-link .button { width: 100%; }
  .demo-browser { margin: 30px 16px 42px; box-shadow: 10px 12px 0 var(--demo-ink); }
  .demo-canvas { min-height: 390px; padding: 15px; }
  .demo-canvas__content { min-height: 290px; }
  .demo-canvas__copy h4 { font-size: 24px; }
  .demo-art { height: 230px; }
  .demo-art__halo { width: 155px; height: 155px; }
  .product-dropper { width: 57px; height: 136px; }
  .product-cup { width: 92px; height: 112px; }
  .product-card { width: 105px; height: 143px; }
  .process-list { margin-top: 50px; }
  .process-item { grid-template-columns: 48px 1fr; }
  .process-item__tag { grid-column: 2; justify-self: start; }
  .pricing__copy { display: block; }
  .guarantee-stamp { margin-top: 35px; }
  .price-card { padding: 22px; box-shadow: 9px 10px 0 var(--ink); }
  .price-card__price strong { font-size: 80px; }
  .guarantee__inner { grid-template-columns: 1fr; }
  .guarantee__label { min-height: auto; padding: 14px; border-right: 0; border-bottom: 1px solid var(--ink); writing-mode: horizontal-tb; transform: none; }
  .guarantee__terms { grid-column: 1; }
  .faq-list summary { min-height: 78px; font-size: 17px; }
  .final-cta h2 { font-size: clamp(53px,15vw,77px); }
  .final-cta p { font-size: 16px; }
  .site-footer__top { grid-template-columns: 1fr; gap: 32px; }
  .footer-contact { justify-self: start; }
  .footer-contact span, .footer-contact strong { text-align: left; }
  .site-footer__bottom { flex-direction: column; gap: 8px; }
  .sticky-mobile-cta { position: fixed; z-index: 80; left: 10px; right: 10px; bottom: 9px; min-height: 66px; padding: 8px 8px 8px 14px; display: flex; align-items: center; justify-content: space-between; gap: 10px; border: 1px solid var(--ink); border-radius: 17px; background: var(--paper-2); box-shadow: 6px 7px 0 var(--ink); transform: translateY(120px); transition: transform .3s ease; }
  .sticky-mobile-cta.is-visible { transform: translateY(0); }
  .sticky-mobile-cta small, .sticky-mobile-cta strong { display: block; line-height: 1.2; }
  .sticky-mobile-cta small { font-size: 9px; color: var(--muted); }
  .sticky-mobile-cta strong { margin-top: 3px; font-size: 13px; }
}

@media (max-width: 390px) {
  .browser-card { width: 94%; }
  .floating-note--top { right: -4px; }
  .floating-note--bottom { left: -5px; }
  .demo-canvas__nav span { display: none; }
  .demo-canvas__content { grid-template-columns: 1.1fr .9fr; }
  .demo-canvas__copy h4 { font-size: 21px; }
  .demo-canvas__copy p { font-size: 8px; }
  .demo-canvas__footer { gap: 5px; }
}

@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; }
}

/* UMKM speed positioning */
.speed-map {
  padding: 0 0 clamp(66px, 8vw, 112px);
  background: var(--cream);
}
.speed-map__inner {
  display: grid;
  grid-template-columns: .78fr 1.4fr;
  gap: clamp(36px, 7vw, 100px);
  padding: clamp(32px, 5vw, 58px);
  border: 1px solid var(--ink);
  border-radius: 30px;
  background: var(--lime);
  box-shadow: 10px 10px 0 var(--ink);
}
.speed-map__badge {
  display: inline-flex;
  width: fit-content;
  padding: 7px 11px;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
}
.speed-map__head h2 {
  margin: 22px 0 0;
  max-width: 470px;
  font-size: clamp(32px, 3.8vw, 54px);
  line-height: .98;
}
.speed-map__steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: speed;
}
.speed-map__steps li {
  position: relative;
  min-height: 190px;
  padding: 48px 24px 18px;
  border-left: 1px solid rgba(20,20,20,.28);
}
.speed-map__steps li::before {
  counter-increment: speed;
  content: '0' counter(speed);
  position: absolute;
  top: 4px;
  left: 24px;
  font: italic 600 22px/1 var(--serif);
}
.speed-map__steps strong { display:block; margin-bottom: 12px; font-size: 20px; }
.speed-map__steps span { display:block; font-size: 14px; line-height: 1.65; opacity: .74; }

.hero__copy h1 { max-width: 760px; }
.hero__lead { max-width: 690px; }
.problem-card h3 { max-width: 280px; }
.price-card__top span:first-child { font-weight: 850; }

@media (max-width: 900px) {
  .speed-map__inner { grid-template-columns: 1fr; }
  .speed-map__head h2 { max-width: 700px; }
}
@media (max-width: 650px) {
  .speed-map { padding-left: 14px; padding-right: 14px; }
  .speed-map__inner { padding: 28px 22px; border-radius: 22px; box-shadow: 6px 6px 0 var(--ink); }
  .speed-map__steps { grid-template-columns: 1fr; }
  .speed-map__steps li { min-height: auto; padding: 24px 0 24px 48px; border-left: 0; border-top: 1px solid rgba(20,20,20,.28); }
  .speed-map__steps li::before { top: 27px; left: 0; }
}
