:root {
  --ink: #18211e;
  --paper: #f5f2e9;
  --paper-deep: #ebe6d9;
  --acid: #d9f660;
  --coral: #ff745d;
  --muted: #65706b;
  --line: rgba(24, 33, 30, .16);
  --white: #fffdf7;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
.skip-link { position: fixed; top: -100px; left: 1rem; z-index: 100; padding: .75rem 1rem; background: var(--ink); color: white; }
.skip-link:focus { top: 1rem; }
.site-header {
  width: min(calc(100% - 3rem), var(--max));
  margin: 0 auto;
  min-height: 88px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; align-items: center; gap: .7rem; width: max-content; text-decoration: none; font-weight: 760; letter-spacing: -.035em; }
.brand em { color: var(--muted); font-style: normal; font-weight: 500; }
.brand-mark { display: inline-flex; align-items: end; gap: 2px; width: 25px; height: 25px; padding: 4px; border: 1px solid var(--ink); border-radius: 50%; }
.brand-mark i { display: block; width: 4px; background: var(--ink); border-radius: 3px; }
.brand-mark i:nth-child(1) { height: 6px; }
.brand-mark i:nth-child(2) { height: 14px; }
.brand-mark i:nth-child(3) { height: 10px; }
nav { display: flex; gap: 2rem; font-size: .86rem; }
nav a, .footer-links a { text-decoration: none; }
nav a:hover, .footer-links a:hover { text-decoration: underline; text-underline-offset: 4px; }
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: .8rem;
  min-height: 52px;
  padding: 0 1.25rem;
  color: var(--paper);
  background: var(--ink);
  border: 1px solid var(--ink);
  border-radius: 2px;
  text-decoration: none;
  font-size: .88rem;
  font-weight: 720;
  transition: transform .18s ease, background .18s ease, color .18s ease;
}
.button:hover { transform: translateY(-2px); background: #2d3b36; }
.button-small { min-height: 40px; padding: 0 1rem; justify-self: end; }
.section-grid, .section { width: min(calc(100% - 3rem), var(--max)); margin-inline: auto; }
.hero { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(3rem, 7vw, 7rem); align-items: center; padding-block: clamp(4.5rem, 10vw, 8rem); }
.eyebrow, .section-number { font-size: .72rem; letter-spacing: .14em; font-weight: 800; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: .6rem; }
.eyebrow span { width: 28px; height: 2px; background: var(--coral); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 1.7rem; font-size: clamp(3.2rem, 6.7vw, 6.15rem); line-height: .93; letter-spacing: -.068em; font-weight: 760; max-width: 780px; }
h1 span { color: #547066; }
.hero-lede { max-width: 690px; margin-bottom: 2rem; color: #45534e; font-size: clamp(1.08rem, 1.8vw, 1.3rem); line-height: 1.6; }
.hero-actions { display: flex; align-items: center; gap: 1.4rem; flex-wrap: wrap; }
.text-link { font-size: .9rem; font-weight: 740; text-underline-offset: 5px; }
.microcopy { margin: 1.1rem 0 0; color: var(--muted); font-size: .78rem; }
.offer-card { position: relative; padding: 1.5rem; color: var(--white); background: var(--ink); box-shadow: 22px 22px 0 var(--paper-deep); transform: rotate(1.2deg); }
.offer-card::before { content: ""; position: absolute; inset: 8px; border: 1px solid rgba(255,255,255,.14); pointer-events: none; }
.offer-topline, .price-row, .sample-kicker { display: flex; justify-content: space-between; gap: 1rem; font-size: .67rem; letter-spacing: .12em; font-weight: 800; }
.offer-topline { padding-bottom: 1.2rem; border-bottom: 1px solid rgba(255,255,255,.2); }
.proof-visual { height: 160px; display: grid; align-items: center; grid-template-columns: auto 1fr auto; gap: .8rem; padding-block: 1.5rem; }
.proof-label { align-self: end; font-size: .57rem; letter-spacing: .12em; color: #a8b3af; }
.align-right { text-align: right; }
.proof-lines { height: 90px; display: flex; justify-content: center; align-items: center; gap: 8px; }
.proof-lines i { width: 7px; border-radius: 6px; background: var(--acid); }
.proof-lines i:nth-child(1) { height: 22px; opacity: .35; }
.proof-lines i:nth-child(2) { height: 48px; opacity: .55; }
.proof-lines i:nth-child(3) { height: 82px; }
.proof-lines i:nth-child(4) { height: 58px; opacity: .72; }
.proof-lines i:nth-child(5) { height: 34px; opacity: .5; }
.deliverable-list { list-style: none; padding: 0; margin: .4rem 0 1.5rem; border-top: 1px solid rgba(255,255,255,.2); }
.deliverable-list li { display: grid; grid-template-columns: 30px 1fr; gap: .65rem; padding: .82rem 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.deliverable-list li > span { color: var(--acid); font: 700 .63rem/1.4 ui-monospace, monospace; }
.deliverable-list strong, .deliverable-list small { display: block; }
.deliverable-list strong { font-size: .9rem; }
.deliverable-list small { margin-top: .15rem; color: #a8b3af; font-size: .73rem; }
.price-row { align-items: end; color: var(--acid); }
.price-row strong { font-size: 2.4rem; line-height: 1; letter-spacing: -.05em; }
.proof-strip { display: grid; grid-template-columns: repeat(4, 1fr); border-block: 1px solid var(--line); }
.proof-strip p { margin: 0; padding: 1.35rem 1rem; text-align: center; color: var(--muted); font-size: .72rem; border-right: 1px solid var(--line); }
.proof-strip p:last-child { border-right: 0; }
.proof-strip span { display: block; margin-bottom: .2rem; color: var(--ink); font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.section { padding-block: clamp(5rem, 10vw, 9rem); }
.split-intro, .fit-grid, .faq { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(3rem, 8vw, 8rem); }
.section-number { margin-bottom: 2rem; color: var(--coral); }
h2 { font-size: clamp(2.3rem, 4.6vw, 4.6rem); line-height: 1.02; letter-spacing: -.058em; }
.intro-copy { align-self: end; color: #45534e; font-size: 1.08rem; line-height: 1.7; }
.intro-copy p:last-child { margin-bottom: 0; }
.asset-grid { padding-top: 0; display: grid; grid-template-columns: repeat(4, 1fr); }
.asset-grid article { min-height: 300px; padding: 1.4rem; display: flex; flex-direction: column; border: 1px solid var(--line); border-right: 0; }
.asset-grid article:last-child { border-right: 1px solid var(--line); }
.asset-grid article:nth-child(even) { background: var(--paper-deep); }
.asset-index { color: var(--coral); font: 700 .72rem/1 ui-monospace, monospace; }
.asset-grid h3 { margin-top: auto; margin-bottom: .8rem; font-size: 1.45rem; line-height: 1.12; letter-spacing: -.035em; }
.asset-grid p { min-height: 82px; color: var(--muted); font-size: .84rem; }
.asset-format { font-size: .64rem; letter-spacing: .12em; font-weight: 800; }
.dark-section { color: var(--white); background: var(--ink); }
.dark-inner { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 8vw, 8rem); }
.light { color: var(--acid); }
.process-heading h2 { font-size: clamp(2.2rem, 4vw, 4rem); }
.process-list { list-style: none; padding: 0; margin: 0; }
.process-list li { display: grid; grid-template-columns: 100px 1fr; gap: 1.5rem; padding: 2rem 0; border-top: 1px solid rgba(255,255,255,.19); }
.process-list li:last-child { border-bottom: 1px solid rgba(255,255,255,.19); }
.process-list li > span { color: var(--acid); font: 700 .65rem/1.4 ui-monospace, monospace; }
.process-list h3 { margin-bottom: .55rem; font-size: 1.35rem; }
.process-list p { max-width: 550px; margin-bottom: 0; color: #aab4b0; font-size: .88rem; }
.sample-callout { margin-block: clamp(4rem, 8vw, 8rem); padding: 0; background: var(--coral); border: 1px solid var(--ink); }
.sample-kicker { padding: 1rem 1.3rem; border-bottom: 1px solid var(--ink); }
.sample-content { padding: clamp(2rem, 5vw, 5rem); }
blockquote { max-width: 900px; margin: 0 0 1.5rem; font-size: clamp(2.4rem, 5vw, 5rem); font-weight: 760; line-height: 1; letter-spacing: -.058em; }
.sample-content p { max-width: 620px; margin-bottom: 2rem; font-size: 1.05rem; }
.button-invert { color: var(--ink); background: transparent; }
.button-invert:hover { color: var(--paper); background: var(--ink); }
.fit-grid { border-bottom: 1px solid var(--line); }
.fit-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.fit-columns article { padding: 1.3rem; border: 1px solid var(--line); }
.fit-columns h3 { font-size: 1rem; }
.fit-icon { display: inline-grid; place-items: center; width: 23px; height: 23px; margin-right: .35rem; border-radius: 50%; }
.yes { background: var(--acid); }
.no { color: white; background: var(--coral); }
.fit-columns ul { padding-left: 1.15rem; margin-bottom: 0; color: var(--muted); font-size: .83rem; }
.fit-columns li { margin-bottom: .8rem; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { cursor: pointer; list-style: none; padding: 1.5rem 2.5rem 1.5rem 0; font-weight: 740; position: relative; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: .4rem; top: 1.28rem; font-size: 1.4rem; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 620px; padding-right: 2rem; color: var(--muted); font-size: .87rem; }
.closing-cta { padding: clamp(4rem, 9vw, 8rem) max(1.5rem, calc((100vw - var(--max)) / 2)); color: var(--white); background: #526d63; }
.closing-cta .eyebrow span { background: var(--acid); }
.closing-cta h2 { max-width: 980px; margin-bottom: 1.3rem; }
.closing-cta > p:not(.eyebrow) { color: #d5dedb; font-size: 1.05rem; }
.button-light { margin-top: 1.2rem; color: var(--ink); background: var(--acid); border-color: var(--acid); }
.button-light:hover { color: var(--paper); background: var(--ink); border-color: var(--ink); }
footer { width: min(calc(100% - 3rem), var(--max)); margin: 0 auto; padding: 3rem 0; display: grid; grid-template-columns: 1fr 1fr auto; gap: 1.5rem; align-items: start; }
.brand-footer { grid-column: 1; }
footer > p { color: var(--muted); font-size: .8rem; }
.footer-links { display: flex; gap: 1.3rem; font-size: .8rem; }
.legal-identity { grid-column: 1 / 3; max-width: 680px; }
.legal-identity strong { color: var(--coral); }
.copyright { text-align: right; }

.legal-page, .sample-page { width: min(calc(100% - 3rem), 860px); margin: 0 auto; padding-block: 5rem 8rem; }
.legal-page h1, .sample-page h1 { font-size: clamp(2.8rem, 7vw, 5rem); }
.legal-page h2, .sample-page h2 { margin-top: 3.3rem; font-size: 1.55rem; letter-spacing: -.03em; }
.legal-page h3 { margin-top: 2rem; }
.legal-page p, .legal-page li, .sample-page p, .sample-page li { color: #45534e; }
.legal-page .notice { padding: 1rem 1.2rem; border-left: 4px solid var(--coral); background: var(--paper-deep); }
.sample-page { width: min(calc(100% - 3rem), 980px); }
.sample-meta { display: flex; flex-wrap: wrap; gap: .6rem; margin-bottom: 2rem; }
.tag { padding: .35rem .6rem; font-size: .65rem; letter-spacing: .1em; font-weight: 800; border: 1px solid var(--ink); }
.sample-lede { font-size: 1.25rem; line-height: 1.65; }
.metric-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 3rem 0; background: var(--ink); border: 1px solid var(--ink); }
.metric-grid div { padding: 1.5rem; background: var(--acid); }
.metric-grid strong { display: block; font-size: 2.2rem; letter-spacing: -.05em; }
.metric-grid span { font-size: .72rem; }
.sample-section { padding: 2rem 0; border-top: 1px solid var(--line); }
.sample-section h2 { margin-top: 0; }
.one-pager { margin: 4rem 0; padding: clamp(1.5rem, 5vw, 4rem); color: var(--white); background: var(--ink); }
.one-pager h2 { margin-top: 0; font-size: 2.4rem; }
.one-pager p, .one-pager li { color: #d3dcd8; }
.post { margin: 1rem 0; padding: 1.4rem; border: 1px solid var(--line); background: var(--white); white-space: pre-line; }

@media (max-width: 850px) {
  .site-header { grid-template-columns: 1fr auto; }
  nav { display: none; }
  .hero, .split-intro, .dark-inner, .fit-grid, .faq { grid-template-columns: 1fr; }
  .hero { padding-top: 4rem; }
  .offer-card { max-width: 520px; transform: none; }
  .asset-grid { grid-template-columns: 1fr 1fr; }
  .asset-grid article:nth-child(2) { border-right: 1px solid var(--line); }
  .proof-strip { grid-template-columns: 1fr 1fr; }
  .proof-strip p:nth-child(2) { border-right: 0; }
  .proof-strip p:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  footer { grid-template-columns: 1fr 1fr; }
  .footer-links { justify-content: end; }
  .legal-identity { grid-column: 1 / -1; }
}

@media (max-width: 540px) {
  .site-header, .section-grid, .section, footer { width: min(calc(100% - 2rem), var(--max)); }
  .brand em { display: none; }
  .button-small { font-size: .76rem; }
  h1 { font-size: 3.25rem; }
  .asset-grid, .fit-columns, .metric-grid { grid-template-columns: 1fr; }
  .asset-grid article, .asset-grid article:nth-child(2) { border-right: 1px solid var(--line); border-bottom: 0; }
  .asset-grid article:last-child { border-bottom: 1px solid var(--line); }
  .process-list li { grid-template-columns: 1fr; gap: .6rem; }
  .proof-strip { grid-template-columns: 1fr; }
  .proof-strip p { border-right: 0; border-bottom: 1px solid var(--line); }
  footer { grid-template-columns: 1fr; }
  .footer-links { justify-content: start; }
  .legal-identity, .copyright { grid-column: 1; text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
