:root {
  --sun: #ffd77a;
  --coral: #ed795f;
  --ink: #25283a;
  --plum: #5a315b;
  --paper: #fff9f0;
  --line: #d9cdbd;
  --muted: #6a626a;
  --green: #38695d;
  --pixel: "Press Start 2P", monospace;
}
* { box-sizing: border-box; letter-spacing: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 28px; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 500 15px/1.7 "Plus Jakarta Sans", system-ui, sans-serif; }
button, input, textarea { font: inherit; }
a { color: inherit; text-underline-offset: 4px; }
[hidden] { display: none !important; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-weight: 800; line-height: 1.2; }
button, summary { cursor: pointer; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid var(--green); outline-offset: 5px; }
.sr-only, .honeypot { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; padding: 10px; background: var(--sun); transform: translateY(-160%); }
.skip-link:focus { transform: none; }
.section-shell { width: min(1160px, calc(100% - 48px)); margin-inline: auto; }
.topbar { width: min(1480px, 94%); min-height: 86px; margin-inline: auto; display: flex; justify-content: space-between; align-items: center; gap: 24px; padding-block: 16px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; flex-shrink: 0; }
.brand-mark { width: 34px; height: 34px; display: grid; place-items: center; border: 2px solid var(--ink); box-shadow: 4px 4px 0 #c8bcbc; font: 10px/1 var(--pixel); }
.brand-name { font: 12px/1 var(--pixel); text-transform: uppercase; }
.top-nav { display: flex; gap: 6px; padding: 6px; border: 1px solid #ffffff40; border-radius: 999px; background: rgba(72,39,64,.78); box-shadow: 0 4px 0 #251a2b38; transform: translateX(18px); }
.top-nav a { padding: 11px 15px; border-radius: 999px; color: white; font: 400 9px/1 var(--pixel); text-decoration: none; white-space: nowrap; }
.top-nav a:hover { background: #ffffff20; }
.top-nav .nav-highlight { background: var(--sun); color: #181725; box-shadow: 0 3px 0 #25283a47; }
.agency-hero { background: #f6e6db; border-block: 1px solid #d8c5a8; }
.hero-layout { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, .75fr); gap: 0 72px; padding-block: 22px 20px; }
.hero-edition { grid-column: 1/-1; display: flex; justify-content: space-between; gap: 20px; padding-bottom: 18px; border-bottom: 1px solid #cbb695; font: 8px/1.8 var(--pixel); color: #665747; }
.hero-copy { padding-block: 42px 38px; }
.pixel-kicker { color: var(--green); font: 8px/1.9 var(--pixel); margin-bottom: 18px; }
h1 { font-size: 58px; }
h1 span { color: var(--plum); }
.agency-lead { max-width: 520px; margin-top: 22px; font-size: 17px; line-height: 1.8; color: #534c4d; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 26px; margin-top: 28px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 13px 18px; border: 2px solid var(--ink); border-radius: 2px; color: var(--ink); font: 9px/1.8 var(--pixel); text-decoration: none; text-align: center; box-shadow: 4px 4px 0 var(--ink); transition: transform .15s, box-shadow .15s; }
.button:hover { transform: translate(-1px,-1px); box-shadow: 5px 5px 0 var(--ink); }
.button:active { transform: translate(3px,3px); box-shadow: 1px 1px 0 var(--ink); }
.button:disabled { opacity: .6; cursor: wait; }
.button-primary { background: var(--sun); }
.button-coral { background: var(--coral); }
.text-link { font-size: 13px; font-weight: 800; }
.text-link span { margin-left: 5px; font-size: 19px; }
.image-placeholder { position: relative; min-height: 260px; margin: 40px 0 34px; display: grid; align-content: center; justify-items: center; text-align: center; color: #8a7865; border: 1px dashed #b09a7b; background: repeating-linear-gradient(0deg, transparent 0 23px, #a9957717 23px 24px), repeating-linear-gradient(90deg, transparent 0 23px, #a9957717 23px 24px); }
.placeholder-cross { font: 38px/1 var(--pixel); margin-bottom: 22px; color: #ad9679; }
.image-placeholder figcaption { font-size: 12px; line-height: 1.9; }
.image-placeholder figcaption span { display: block; font: 7px/1.8 var(--pixel); margin-bottom: 10px; }
.hero-footnote { grid-column: 1/-1; padding-top: 16px; border-top: 1px solid #cbb695; font-size: 12px; color: #665747; }
.hero-footnote span { color: var(--coral); padding-right: 8px; }
.benefits { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); padding-block: 42px 48px; }
.benefits article { position: relative; padding-inline: 30px; }
.benefits article:first-child { padding-left: 0; }
.benefits article:last-child { padding-right: 0; }
.benefits article + article { border-left: 1px solid var(--line); }
.benefit-number { display: block; color: #a0523e; font: 11px/1 var(--pixel); margin-bottom: 18px; }
.benefits article:nth-child(2) .benefit-number { color: var(--green); }
.benefits article:nth-child(3) .benefit-number { color: var(--plum); }
.benefits h2 { font-size: 19px; margin-bottom: 10px; }
.benefits p { font-size: 13px; color: var(--muted); }
.data-access { border-block: 1px solid var(--line); padding-block: 64px; background: #fffdfa; }
.data-layout { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,.78fr); align-items: start; gap: 90px; }
.data-copy h2, .presence-copy h2 { font-size: 36px; }
.data-copy > p:not(.pixel-kicker):not(.data-note) { margin-top: 22px; color: var(--muted); }
.data-specs { margin: 28px 0 0; }
.data-specs div { display: grid; grid-template-columns: 105px minmax(0,1fr); gap: 12px; padding-block: 12px; border-bottom: 1px solid var(--line); font-size: 13px; }
.data-specs dt { color: var(--green); font-weight: 800; }
.data-specs dd { margin: 0; }
summary { padding-block: 15px; font-size: 12px; font-weight: 800; }
.field-details ul { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); padding: 0 0 14px 16px; margin: 0; gap: 7px 24px; font-size: 12px; color: var(--muted); }
.data-copy .data-note { margin-top: 12px; font-size: 11px; color: #777079; line-height: 1.8; }
.purchase-panel { border: 2px solid var(--ink); background: var(--paper); box-shadow: 7px 7px 0 #dccdb8; }
.window-titlebar { min-height: 38px; padding: 8px 14px; display: flex; align-items: center; justify-content: space-between; gap: 14px; border-bottom: 2px solid var(--ink); background: var(--green); color: #fff9f0; font: 7px/1.8 var(--pixel); }
.window-marks { flex-shrink: 0; font-size: 14px; line-height: 1; color: var(--sun); }
.purchase-body { padding: 26px 30px; }
.file-label { display: flex; justify-content: space-between; align-items: center; margin-bottom: 22px; font: 7px/1.6 var(--pixel); color: var(--green); }
.file-label span:first-child { padding: 5px 7px; border: 1px solid var(--green); }
.purchase-body h3 { font-size: 26px; }
.purchase-price { margin-top: 22px; font-size: 42px; line-height: 1.2; font-weight: 800; }
.purchase-price span { font-size: 13px; margin-right: 7px; }
.purchase-caption { font-size: 11px; color: var(--muted); margin-top: 4px; }
.delivery-steps { padding: 18px 0; margin: 18px 0 22px; border-block: 1px dashed #c6b9a6; list-style: none; display: grid; gap: 12px; font-size: 12px; }
.delivery-steps span { display: inline-block; margin-right: 12px; color: var(--green); font: 7px/1.5 var(--pixel); }
.purchase-body .button { width: 100%; }
.purchase-availability { margin-top: 14px; text-align: center; font-size: 11px; color: var(--muted); }
.presence-section { padding-block: 64px 74px; background: #e8eee5; }
.presence-layout { display: grid; grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr); gap: 80px; align-items: start; }
.presence-copy > p:not(.pixel-kicker) { margin-top: 20px; color: var(--muted); font-size: 14px; }
.collaboration-note { border-left: 3px solid var(--coral); margin-top: 32px; padding-left: 18px; }
.collaboration-note h3 { font-size: 17px; }
.collaboration-note p { font-size: 13px; margin-block: 10px; color: var(--muted); }
.presence-form { position: relative; border: 2px solid var(--ink); box-shadow: 6px 6px 0 #d6b6a0; background: var(--paper); }
.presence-form .window-titlebar { background: #633e55; }
.presence-form-body { padding: 22px; }
.intent-fieldset { padding: 0; border: 0; margin: 0 0 20px; min-width: 0; }
.intent-fieldset legend { font-size: 12px; font-weight: 800; margin-bottom: 8px; }
.intent-switch { display: grid; grid-template-columns: 1fr 1fr 1.6fr; border: 1px solid var(--ink); }
.intent-switch label { position: relative; min-width: 0; }
.intent-switch label + label { border-left: 1px solid var(--ink); }
.intent-switch input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.intent-switch span { display: grid; min-height: 36px; place-items: center; padding: 8px; font: 7px/1.8 var(--pixel); cursor: pointer; }
.intent-switch input:checked + span { background: var(--sun); box-shadow: inset 0 -3px 0 #c29e49; }
.intent-switch input:focus-visible + span { outline: 3px solid var(--green); outline-offset: -4px; }
.form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
.field { min-width: 0; }
.field label { display: block; font-size: 11px; font-weight: 800; margin-bottom: 6px; }
.field label span { font-weight: 500; color: var(--muted); }
.field input, .field textarea { width: 100%; max-width: 100%; padding: 10px; border: 1px solid #b8a997; border-radius: 0; background: #fffdfa; color: var(--ink); font-size: 13px; }
.field input { min-height: 40px; }
.field textarea { display: block; min-height: 84px; resize: vertical; }
.field input:focus, .field textarea:focus { outline: 2px solid var(--green); outline-offset: 2px; }
.field input::placeholder, .field textarea::placeholder { color: #807981; }
.comments-details { margin-block: 3px 12px; }
.comments-details summary { font-size: 11px; }
.consent-line { display: flex; align-items: start; gap: 8px; font-size: 10px; line-height: 1.7; color: var(--muted); }
.consent-line input { flex-shrink: 0; width: 15px; height: 15px; margin: 2px 0 0; accent-color: var(--green); }
.form-submit-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 18px; }
.form-note { font-size: 10px; color: var(--muted); }
.form-status { font-size: 12px; margin-top: 16px; color: var(--green); }
.form-status.is-error { color: #a53232; }
.payment-return { background: #ffecb0; padding-block: 20px; }
.payment-return p { font-size: 14px; }
dialog { width: min(460px, calc(100% - 32px)); max-height: calc(100dvh - 48px); padding: 0; border: 2px solid var(--ink); background: var(--paper); color: var(--ink); box-shadow: 8px 8px 0 #25283a55; }
dialog::backdrop { background: #25283a99; }
.window-titlebar form { margin: 0; }
.dialog-close { width: 28px; height: 28px; padding: 0; border: 1px solid var(--ink); background: var(--sun); color: var(--ink); font: 22px/1 system-ui; }
.checkout-body { padding: 26px; }
.checkout-body h2 { font-size: 26px; }
.checkout-body > p { font-size: 14px; margin-block: 16px 22px; }
.checkout-form { display: grid; gap: 16px; }
@media (max-width: 980px) {
  .topbar { flex-wrap: wrap; gap: 18px; }
  .top-nav { transform: none; max-width: 100%; }
  .hero-layout { column-gap: 32px; }
  h1 { font-size: 48px; }
  .data-layout, .presence-layout { gap: 40px; }
  .purchase-body { padding: 24px; }
  .form-submit-row { flex-wrap: wrap; }
}
@media (max-width: 760px) {
  .topbar { width: calc(100% - 32px); }
  .top-nav { width: 100%; overflow-x: auto; scrollbar-width: thin; }
  .top-nav a { flex-shrink: 0; }
  .section-shell { width: calc(100% - 36px); }
  .hero-layout { grid-template-columns: minmax(0,1fr); }
  .hero-edition { font-size: 6px; gap: 12px; }
  .hero-copy { padding-block: 28px; }
  h1 { font-size: 42px; }
  .pixel-kicker { font-size: 7px; }
  .agency-lead { font-size: 15px; max-width: 560px; }
  .image-placeholder { margin: 0 0 22px; min-height: 140px; grid-template-columns: 60px auto; gap: 20px; justify-content: center; text-align: left; }
  .placeholder-cross { font-size: 28px; margin: 0; align-self: center; }
  .image-placeholder figcaption { font-size: 11px; }
  .image-placeholder figcaption span { margin-bottom: 4px; font-size: 6px; }
  .benefits { grid-template-columns: 1fr; padding-block: 10px; }
  .benefits article, .benefits article:first-child, .benefits article:last-child { padding: 22px 0 22px 42px; }
  .benefits article + article { border-left: 0; border-top: 1px solid var(--line); }
  .benefit-number { position: absolute; top: 27px; left: 0; font-size: 9px; }
  .benefits h2 { font-size: 18px; }
  .data-access, .presence-section { padding-block: 40px 46px; }
  .data-layout, .presence-layout { grid-template-columns: minmax(0,1fr); gap: 30px; }
  .data-copy h2, .presence-copy h2 { font-size: 30px; }
  .purchase-panel { max-width: 480px; width: 100%; justify-self: center; }
  .presence-copy { max-width: 520px; }
  .collaboration-note { margin-top: 22px; }
}
@media (max-width: 400px) {
  h1 { font-size: 36px; }
  .hero-actions { gap: 20px; }
  .hero-edition span:last-child { max-width: 80px; text-align: right; }
  .presence-form-body { padding: 16px; }
  .form-grid { grid-template-columns: minmax(0,1fr); gap: 10px; }
  .intent-switch span { font-size: 6px; }
  .window-titlebar { font-size: 6px; padding-inline: 10px; }
  .button { padding-inline: 12px; font-size: 8px; }
  .data-specs div { grid-template-columns: 82px minmax(0,1fr); }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}
