:root {
  --ink: #112235;
  --paper: #f5f3ee;
  --acid: #c8ef3c;
  --orange: #ff6138;
  --blue: #9bcce5;
  --line: rgba(17, 34, 53, 0.16);
  --mono: "DM Mono", monospace;
  --sans: "Manrope", sans-serif;
  --serif: "Playfair Display", Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
.shell { width: min(100% - 64px, 1360px); margin-inline: auto; }
.noise {
  position: fixed; inset: 0; z-index: 10; pointer-events: none; opacity: .04;
  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='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.75'/%3E%3C/svg%3E");
}

.site-header { height: 92px; display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 2; }
.brand { display: inline-flex; align-items: center; gap: 9px; font-size: 23px; font-weight: 800; letter-spacing: -1.8px; }
.brand-mark { display: flex; align-items: end; gap: 2px; width: 24px; height: 21px; }
.brand-mark i { width: 6px; border-radius: 8px; background: var(--ink); display: block; }
.brand-mark i:nth-child(1) { height: 11px; }.brand-mark i:nth-child(2) { height: 18px; }.brand-mark i:nth-child(3) { height: 7px; }
.header-note, .header-link { font: 500 10px/1 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.header-note { display: flex; align-items: center; gap: 7px; }.header-note span { width: 7px; height: 7px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 0 4px rgba(200,239,60,.2); }
.header-link { padding: 12px 0; border-bottom: 1px solid var(--ink); }.header-link span { margin-left: 22px; font-size: 14px; }

.hero { min-height: 640px; padding: 87px 0 62px; position: relative; overflow: hidden; border-bottom: 1px solid var(--line); }
.hero-eyebrow, .intro-kicker, .card-label { font: 500 10px/1 var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.hero-eyebrow { display: flex; align-items: center; gap: 10px; }.hero-eyebrow::before { content: ""; width: 34px; height: 1px; background: currentColor; }
h1, h2, h3, p { margin: 0; }
.hero h1 { position: relative; z-index: 1; margin-top: 48px; max-width: 950px; font-size: clamp(54px, 7.2vw, 108px); line-height: .95; letter-spacing: -.075em; font-weight: 700; }
h1 em, h2 em { font-family: var(--serif); font-weight: 600; letter-spacing: -.08em; }
.hero h1 em { color: var(--orange); }
.hero-bottom { margin-top: 56px; display: flex; align-items: center; gap: 36px; position: relative; z-index: 1; }.hero-bottom p { max-width: 365px; font-size: 14px; line-height: 1.65; }
.round-link { width: 52px; height: 52px; border: 1px solid var(--ink); border-radius: 50%; display: grid; place-items: center; transition: .25s ease; }.round-link svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.4; }.round-link:hover { background: var(--ink); color: var(--paper); transform: translateY(3px); }
.hero-orbit { border: 1px solid rgba(17,34,53,.12); border-radius: 50%; position: absolute; pointer-events: none; }.orbit-one { width: 690px; height: 690px; right: -170px; top: -190px; }.orbit-two { width: 430px; height: 430px; right: -40px; top: -53px; border-style: dashed; transform: rotate(-25deg); }
.hero-coordinate { position: absolute; font: 400 9px var(--mono); letter-spacing: .08em; color: rgba(17,34,53,.55); }.coordinate-one { right: 105px; top: 145px; }.coordinate-two { right: 225px; bottom: 78px; }

.intro { padding: 125px 0 62px; display: grid; grid-template-columns: 1fr 3fr 1.3fr; gap: 32px; align-items: end; }
.section-number { font: 500 10px var(--mono); letter-spacing: .08em; align-self: start; }.intro-kicker { margin-bottom: 20px; color: rgba(17,34,53,.6); }
h2 { font-size: clamp(42px, 5.3vw, 76px); line-height: .96; letter-spacing: -.07em; }.intro-copy { font-size: 13px; line-height: 1.65; max-width: 290px; padding-bottom: 6px; }

.platforms { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; padding-bottom: 128px; }
.platform-card { min-height: 530px; padding: 22px; display: flex; flex-direction: column; overflow: hidden; position: relative; transition: transform .35s cubic-bezier(.2,.8,.2,1), box-shadow .35s ease; }
.platform-card:hover { transform: translateY(-8px); box-shadow: 0 19px 35px rgba(17,34,53,.14); }.card-topline { display: flex; justify-content: space-between; position: relative; z-index: 2; font: 500 9px var(--mono); letter-spacing: .1em; }.card-arrow { font-size: 19px; line-height: 8px; transition: transform .25s ease; }.platform-card:hover .card-arrow { transform: translate(3px,-3px); }
.agency-card { background: var(--acid); }.ecommerce-card { background: var(--orange); color: #fff8ed; }.crm-card { background: var(--blue); }
.card-visual { height: 260px; position: relative; flex: 1; }.card-content { position: relative; z-index: 2; }.card-label { opacity: .72; }.card-content h3 { margin: 10px 0 9px; font-size: clamp(34px, 3vw, 48px); line-height: .9; letter-spacing: -.075em; }.italic-dot { color: var(--orange); }.ecommerce-card .italic-dot { color: var(--acid); }.crm-card .italic-dot { color: var(--orange); }.card-content p { max-width: 260px; font-size: 13px; line-height: 1.55; }.card-action { margin-top: 26px; display: inline-flex; gap: 13px; align-items: center; padding-bottom: 5px; border-bottom: 1px solid currentColor; font: 500 10px var(--mono); letter-spacing: .04em; }.card-action b { font-size: 14px; font-weight: 400; }

.agency-visual { transform: rotate(-9deg) translate(24px, 11px); }.agency-ring { position: absolute; border: 1px solid rgba(17,34,53,.62); border-radius: 50%; }.ring-a { width: 245px; height: 245px; left: 43px; top: 5px; }.ring-b { width: 165px; height: 165px; left: 84px; top: 47px; }.ring-c { width: 83px; height: 83px; left: 125px; top: 88px; border-style: dashed; }.agency-dot { position: absolute; width: 14px; height: 14px; border-radius: 50%; border: 1px solid var(--ink); background: var(--acid); }.dot-a { top: 26px; left: 162px; }.dot-b { top: 153px; left: 42px; }.dot-c { right: 35px; bottom: 4px; }.agency-word { position: absolute; left: 83px; top: 108px; font: 500 16px var(--mono); letter-spacing: .15em; }

.ecommerce-visual { transform: rotate(5deg) translate(11px, 18px); }.store-window { width: 205px; height: 170px; left: 52px; top: 36px; position: absolute; padding: 17px; color: var(--ink); background: #fff7ed; box-shadow: 11px 12px 0 rgba(17,34,53,.2); }.store-window > span { display: inline-block; width: 8px; height: 8px; margin-right: 4px; background: var(--orange); border-radius: 50%; }.store-window > span:nth-child(2) { background: var(--acid); }.store-window b { display: block; margin-top: 26px; font: 500 26px/.8 var(--mono); letter-spacing: -.15em; }.store-window i { display: block; margin-top: 20px; width: 95%; height: 22px; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }.ticket { position: absolute; padding: 8px 12px; background: var(--acid); color: var(--ink); font: 500 10px var(--mono); }.ticket-one { right: 7px; top: 55px; transform: rotate(11deg); }.ticket-two { left: 15px; bottom: 16px; transform: rotate(-6deg); }

.crm-visual { transform: translate(4px, 7px); }.crm-node { position: absolute; z-index: 2; width: 24px; height: 24px; background: var(--paper); border: 1px solid var(--ink); border-radius: 50%; }.node-main { width: 62px; height: 62px; left: calc(50% - 31px); top: 80px; display: grid; place-items: center; background: var(--ink); color: var(--blue); font: 500 25px var(--serif); }.node-one { left: 35px; top: 42px; }.node-two { right: 36px; top: 39px; }.node-three { left: 75px; bottom: 31px; }.node-four { right: 72px; bottom: 26px; }.crm-line { position: absolute; height: 1px; background: var(--ink); transform-origin: left center; }.line-one { width: 112px; top: 88px; left: 52px; transform: rotate(24deg); }.line-two { width: 105px; top: 100px; right: 45px; transform: rotate(156deg); }.line-three { width: 83px; top: 142px; left: 93px; transform: rotate(-55deg); }.line-four { width: 80px; top: 142px; right: 89px; transform: rotate(54deg); }.crm-message { position: absolute; right: 4px; top: 161px; padding: 7px 9px; font: 400 8px var(--mono); background: var(--paper); border: 1px solid var(--ink); transform: rotate(-4deg); }

.manifesto { background: var(--ink); color: var(--paper); padding: 112px 0; }.manifesto-grid { display: grid; grid-template-columns: 1fr 3fr 1.3fr; gap: 32px; }.manifesto .intro-kicker { color: rgba(245,243,238,.6); }.manifesto h2 em { color: var(--acid); }.manifesto-copy { padding-top: 9px; }.manifesto-copy > p { font-size: 14px; line-height: 1.7; }.metric-row { display: flex; gap: 23px; margin-top: 37px; font: 400 9px var(--mono); letter-spacing: .06em; text-transform: uppercase; }.metric-row b { display: block; font: 600 33px/1 var(--serif); letter-spacing: -.05em; color: var(--acid); text-transform: none; }

.site-footer { min-height: 120px; display: flex; align-items: center; justify-content: space-between; font: 400 9px var(--mono); letter-spacing: .05em; }.site-footer .brand { font-size: 19px; }.site-footer .brand-mark { transform: scale(.8); transform-origin: left center; width: 20px; }.site-footer > a:last-child { border-bottom: 1px solid var(--ink); padding-bottom: 4px; }.site-footer > a:last-child span { margin-left: 15px; font-size: 13px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }.reveal.is-visible { opacity: 1; transform: translateY(0); }.reveal:nth-child(2) { transition-delay: .1s; }.reveal:nth-child(3) { transition-delay: .2s; }

@media (max-width: 780px) {
  .shell { width: min(100% - 40px, 600px); }.site-header { height: 76px; }.header-note { display: none; }
  .hero { min-height: 610px; padding-top: 81px; }.hero h1 { margin-top: 34px; font-size: clamp(47px, 14vw, 72px); }.hero-bottom { margin-top: 42px; align-items: flex-end; gap: 19px; }.hero-bottom p { font-size: 12px; max-width: 240px; }.orbit-one { width: 500px; height: 500px; right: -270px; top: -68px; }.orbit-two { display: none; }.coordinate-one { right: 15px; top: 215px; }.coordinate-two { right: 9px; bottom: 26px; }
  .intro, .manifesto-grid { grid-template-columns: 1fr; gap: 27px; }.intro { padding: 84px 0 43px; }.section-number { align-self: auto; }.intro-copy { padding: 0; }.intro h2, .manifesto h2 { font-size: clamp(45px, 13vw, 63px); }
  .platforms { grid-template-columns: 1fr; padding-bottom: 84px; gap: 12px; }.platform-card { min-height: 490px; }.card-visual { height: 245px; }.card-content h3 { font-size: 45px; }
  .manifesto { padding: 81px 0; }.manifesto-copy { padding: 0; }.metric-row { gap: 40px; }.site-footer { min-height: 145px; flex-wrap: wrap; gap: 8px 20px; padding: 30px 0; align-content: center; }.site-footer p { order: 3; width: 100%; font-size: 8px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.reveal { opacity: 1; transform: none; transition: none; }.platform-card, .card-arrow { transition: none; } }
