:root {
  --ink: #17251d;
  --ink-2: #22362b;
  --cream: #f3efe5;
  --paper: #fbfaf6;
  --sage: #d8e0ce;
  --sage-deep: #9dac91;
  --coral: #ef6b4f;
  --coral-light: #f59a83;
  --lavender: #b9afd9;
  --line: rgba(23, 37, 29, .16);
  --sans: "DM Sans", sans-serif;
  --display: "Manrope", sans-serif;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
*:focus-visible { outline: 3px solid var(--coral); outline-offset: 4px; }
button, input, textarea { font: inherit; }
button { color: inherit; }

.noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .035;
  z-index: 20;
  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='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
}

.site-header {
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1440px;
  margin: auto;
  padding: 0 5vw;
  border-bottom: 1px solid var(--line);
  position: relative;
  z-index: 10;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--display);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -.5px;
}
.brand > span:last-child > span { color: var(--coral); }
.brand-mark {
  width: 30px;
  height: 30px;
  position: relative;
  display: inline-block;
  transform: rotate(-5deg);
}
.brand-mark i {
  position: absolute;
  width: 18px;
  height: 10px;
  border: 2px solid var(--ink);
  border-radius: 1px;
  left: 5px;
  background: var(--cream);
}
.brand-mark i:nth-child(1) { top: 3px; }
.brand-mark i:nth-child(2) { top: 9px; left: 8px; }
.brand-mark i:nth-child(3) { top: 15px; left: 11px; }

.desktop-nav { display: flex; gap: 28px; font-size: 15px; font-weight: 500; }
.desktop-nav a, .text-link { position: relative; }
.desktop-nav a::after, .text-link::after {
  content: "";
  position: absolute;
  left: 0; bottom: -5px; width: 0; height: 1px;
  background: currentColor;
  transition: width .25s ease;
}
.desktop-nav a:hover::after, .text-link:hover::after { width: 100%; }
.header-actions { display: flex; align-items: center; gap: 24px; font-size: 14px; }
.button {
  border: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  min-height: 54px;
  padding: 0 24px;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button span { font-size: 18px; font-weight: 400; }
.button-small { min-height: 44px; padding: 0 18px; gap: 12px; font-size: 14px; }
.button-dark { color: var(--cream); background: var(--ink); }
.button-dark:hover { background: var(--coral); }
.button-primary { background: var(--coral); color: #fff; }
.button-primary:hover { background: #d95238; }
.menu-button { display: none; background: transparent; border: 0; padding: 8px; }

.hero {
  min-height: 700px;
  max-width: 1440px;
  margin: auto;
  padding: 76px 7vw 74px;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  align-items: center;
  gap: 5vw;
  overflow: hidden;
}
.eyebrow, .section-label {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.7px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.eyebrow > span { width: 8px; height: 8px; border-radius: 50%; background: var(--coral); }
h1, h2, h3 { font-family: var(--display); margin: 0; letter-spacing: -.045em; }
h1 { font-size: clamp(62px, 6.3vw, 96px); line-height: .96; margin: 31px 0 29px; font-weight: 600; }
em { color: var(--coral); font-style: normal; }
.hero-lede { font-size: 19px; line-height: 1.65; max-width: 520px; color: #4c5a52; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 36px; }
.inline-link { font-size: 15px; font-weight: 600; border-bottom: 1px solid var(--line); padding-bottom: 5px; }
.inline-link span { margin-left: 8px; }
.trust-row { display: flex; align-items: center; gap: 15px; margin-top: 62px; }
.trust-row p { font-size: 13px; line-height: 1.55; margin: 0; color: #667169; }
.trust-row strong { color: var(--ink); }
.avatars { display: flex; }
.avatars span {
  width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center;
  background: var(--sage); border: 2px solid var(--cream); margin-left: -7px;
  font-size: 8px; font-weight: 700;
}
.avatars span:first-child { margin-left: 0; background: var(--coral-light); }
.avatars span:nth-child(2) { background: var(--lavender); }
.avatars span:nth-child(4) { background: var(--ink); color: white; }

.hero-visual { min-height: 530px; position: relative; }
.glow {
  width: 360px; height: 360px; border-radius: 50%; background: var(--sage);
  filter: blur(4px); position: absolute; left: 48%; top: 50%; transform: translate(-50%, -50%);
}
.orbit { position: absolute; border: 1px solid rgba(23,37,29,.13); border-radius: 50%; left: 50%; top: 50%; transform: translate(-50%,-50%) rotate(-18deg); }
.orbit-one { width: 570px; height: 310px; }
.orbit-two { width: 650px; height: 410px; transform: translate(-50%,-50%) rotate(22deg); }
.playbook-card {
  position: absolute; width: 272px; height: 380px; padding: 25px;
  display: flex; flex-direction: column; background: var(--paper);
  box-shadow: 0 32px 70px rgba(30, 40, 33, .16);
}
.card-front { left: 25%; top: 15%; transform: rotate(-5deg); z-index: 2; background: #fffdf8; }
.card-back { left: 53%; top: 20%; transform: rotate(8deg); background: var(--ink-2); color: white; }
.card-top { display: flex; justify-content: space-between; align-items: center; }
.card-icon { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; font-size: 17px; }
.coral { background: var(--coral); color: white; }
.lavender { background: var(--lavender); color: var(--ink); }
.card-kicker { font-size: 10px; text-transform: uppercase; letter-spacing: 1px; opacity: .72; }
.playbook-card h3 { font-size: 37px; line-height: 1.05; margin-top: 68px; }
.card-list { list-style: none; padding: 0; margin: 25px 0 0; border-top: 1px solid var(--line); }
.card-list li { font-size: 12px; padding: 9px 0; border-bottom: 1px solid var(--line); }
.card-list span { opacity: .5; margin-right: 12px; }
.card-meta { margin-top: auto; padding-top: 16px; border-top: 1px solid currentColor; opacity: .72; display: flex; justify-content: space-between; font-size: 10px; text-transform: uppercase; letter-spacing: .7px; }
.mini-progress { height: 2px; background: rgba(255,255,255,.2); margin-top: 38px; }
.mini-progress span { display: block; width: 70%; height: 100%; background: var(--coral); }
.floating-note {
  position: absolute; z-index: 4; background: white; padding: 12px 17px;
  box-shadow: 0 12px 30px rgba(30,40,33,.12); font-size: 12px; font-weight: 600;
  display: flex; align-items: center; gap: 11px;
  animation: float 4s ease-in-out infinite;
}
.floating-note span { color: var(--coral); }
.note-one { left: 10%; top: 58%; }
.note-two { right: 4%; top: 28%; animation-delay: -2s; }
@keyframes float { 50% { transform: translateY(-8px); } }

.marquee-band { overflow: hidden; background: var(--ink); color: var(--cream); padding: 17px 0; transform: rotate(-1deg) scale(1.02); }
.marquee { white-space: nowrap; width: max-content; animation: marquee 35s linear infinite; text-transform: uppercase; letter-spacing: 1.2px; font-size: 12px; }
.marquee span { margin: 0 24px; }
.marquee i { color: var(--coral); font-style: normal; }
@keyframes marquee { to { transform: translateX(-50%); } }

.statement {
  max-width: 1280px; margin: auto; padding: 150px 5vw 140px;
  display: grid; grid-template-columns: 1fr 4fr 1.5fr; gap: 5vw; align-items: start;
}
.section-label span { color: var(--coral); }
.statement-copy > p { margin: 0 0 16px; color: #657068; font-size: 16px; }
.statement h2, .library-heading h2, .system-copy h2, .acquire-card h2 { font-size: clamp(42px, 4.4vw, 68px); line-height: 1.08; font-weight: 600; }
.statement-aside { padding-top: 86px; }
.statement-aside p { font-size: 17px; line-height: 1.72; color: #59675e; margin: 0 0 30px; }

.starter-section {
  max-width: 1320px;
  margin: 0 auto 130px;
  padding: 85px 7vw;
  background: var(--paper);
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 8vw;
  align-items: center;
  overflow: hidden;
}
.starter-copy h2 { font-size: clamp(42px, 4.4vw, 67px); line-height: 1.05; margin: 28px 0 25px; }
.starter-copy > p { max-width: 590px; color: #536158; line-height: 1.72; font-size: 17px; }
.starter-list { list-style: none; padding: 0; margin: 30px 0; border-top: 1px solid var(--line); }
.starter-list li { padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 15px; }
.starter-list span { color: var(--coral); font-size: 9px; font-weight: 700; margin-right: 14px; }
.starter-actions { display: flex; align-items: center; gap: 25px; flex-wrap: wrap; }
.starter-copy > small { display: block; margin-top: 18px; color: #657068; font-size: 12px; line-height: 1.5; }
.starter-product { min-height: 470px; position: relative; }
.product-sheet { position: absolute; width: 285px; height: 390px; padding: 28px; box-shadow: 0 25px 60px rgba(23,37,29,.18); display: flex; flex-direction: column; }
.product-sheet > span { font-size: 8px; letter-spacing: 1.3px; font-weight: 700; }
.product-sheet strong { font-family: var(--display); font-size: 34px; line-height: 1.02; letter-spacing: -.04em; margin-top: 75px; }
.product-sheet em { color: var(--coral); font-family: var(--display); font-size: 18px; font-weight: 700; margin-top: 7px; }
.product-sheet small { margin-top: auto; border-top: 1px solid currentColor; padding-top: 14px; font-size: 9px; text-transform: uppercase; letter-spacing: .8px; }
.sheet-guide { background: var(--cream); left: 3%; top: 15px; transform: rotate(-6deg); z-index: 2; }
.sheet-workbook { background: var(--ink); color: white; right: 0; top: 55px; transform: rotate(6deg); }
.sheet-workbook strong { font-size: 27px; margin-top: 60px; }
.sheet-grid { margin-top: 25px; height: 95px; opacity: .5; background: repeating-linear-gradient(0deg, transparent 0 18px, white 18px 19px), repeating-linear-gradient(90deg, transparent 0 60px, white 60px 61px); }
.included-pill { position: absolute; z-index: 4; right: 4%; bottom: 22px; background: var(--coral); color: white; padding: 13px 17px; font-size: 10px; font-weight: 700; box-shadow: 0 12px 25px rgba(23,37,29,.14); }

.library-section { background: var(--ink); color: var(--cream); padding: 120px 7vw 130px; }
.library-heading { max-width: 1240px; margin: auto; display: flex; justify-content: space-between; align-items: end; }
.section-label.light { color: var(--cream); margin-bottom: 27px; }
.library-heading > p { width: 340px; line-height: 1.72; color: #bcc5be; font-size: 16px; margin: 0 0 8px; }
.filter-row { max-width: 1240px; margin: 65px auto 34px; display: flex; gap: 8px; flex-wrap: wrap; }
.filter {
  border: 1px solid rgba(255,255,255,.17); background: transparent; color: #aeb8b0;
  border-radius: 30px; padding: 11px 18px; cursor: pointer; font-size: 13px;
  transition: all .2s;
}
.filter:hover, .filter.active { background: var(--cream); color: var(--ink); border-color: var(--cream); }
.library-grid { max-width: 1240px; margin: auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(255,255,255,.13); }
.library-card {
  background: var(--ink); min-height: 430px; padding: 27px;
  display: flex; flex-direction: column; justify-content: space-between;
  transition: background .3s, transform .3s, opacity .3s;
}
.library-card:hover { background: #2b4235; transform: translateY(-5px); position: relative; z-index: 2; }
.library-card.featured { background: var(--coral); color: white; }
.library-card.hidden { display: none; }
.library-card-head, .library-card-foot { display: flex; justify-content: space-between; align-items: center; }
.number { font-size: 12px; opacity: .65; }
.badge { border: 1px solid rgba(255,255,255,.4); border-radius: 20px; padding: 6px 10px; font-size: 8px; text-transform: uppercase; letter-spacing: .7px; }
.category { text-transform: uppercase; letter-spacing: 1px; opacity: .72; font-size: 10px; }
.library-card h3 { font-size: 29px; line-height: 1.13; margin: 15px 0 19px; }
.library-card p { font-size: 14px; line-height: 1.65; opacity: .76; margin: 0; }
.library-card-foot { border-top: 1px solid rgba(255,255,255,.18); padding-top: 20px; font-size: 11px; text-transform: uppercase; letter-spacing: .7px; opacity: .78; }
.round-button { width: 34px; height: 34px; border-radius: 50%; border: 1px solid rgba(255,255,255,.35); background: transparent; color: inherit; cursor: pointer; display: grid; place-items: center; }

.system-section { max-width: 1240px; margin: auto; padding: 135px 5vw; }
.system-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; margin-top: 55px; }
.system-copy > p { max-width: 500px; color: #56645b; font-size: 17px; line-height: 1.72; margin: 30px 0; }
.feature-list article { display: grid; grid-template-columns: 58px 1fr; gap: 20px; padding: 30px 0; border-top: 1px solid var(--line); }
.feature-list article:last-child { border-bottom: 1px solid var(--line); }
.feature-icon { width: 42px; height: 42px; background: var(--sage); display: grid; place-items: center; border-radius: 50%; font-size: 10px; font-weight: 700; }
.feature-list h3 { font-size: 20px; margin-bottom: 8px; }
.feature-list p { margin: 0; color: #5f6b63; font-size: 15px; line-height: 1.65; }

.acquire-section { padding: 20px 4vw 70px; }
.acquire-card {
  max-width: 1320px; margin: auto; background: var(--sage); padding: 90px 7vw;
  display: grid; grid-template-columns: 1.5fr 1fr; gap: 8vw; align-items: end;
  position: relative; overflow: hidden;
}
.acquire-card::after { content: ""; width: 320px; height: 320px; border: 1px solid rgba(23,37,29,.12); border-radius: 50%; position: absolute; right: -130px; top: -160px; }
.acquire-kicker { color: var(--coral); text-transform: uppercase; letter-spacing: 1.5px; font-size: 9px; font-weight: 700; display: block; margin-bottom: 22px; }
.acquire-copy p { color: #536158; line-height: 1.7; font-size: 16px; margin: 0 0 30px; }
.acquire-quiet .acquire-card { padding-top: 65px; padding-bottom: 65px; }
.acquire-quiet .acquire-card h2 { font-size: clamp(34px, 3.5vw, 52px); }

footer { max-width: 1240px; margin: auto; padding: 40px 5vw 50px; display: grid; grid-template-columns: 1.5fr 1fr 1fr; align-items: center; gap: 20px; }
.footer-brand { font-size: 16px; }
footer > p { font-size: 13px; color: #5f6b63; }
.footer-links { display: flex; justify-content: flex-end; gap: 20px; font-size: 13px; flex-wrap: wrap; }
footer small { grid-column: 1 / -1; border-top: 1px solid var(--line); padding-top: 22px; color: #6b756d; font-size: 12px; }

dialog {
  border: 0; width: min(540px, calc(100% - 32px)); padding: 45px;
  color: var(--ink); background: var(--paper); box-shadow: 0 30px 100px rgba(0,0,0,.3);
}
dialog::backdrop { background: rgba(17,29,22,.8); backdrop-filter: blur(5px); }
.dialog-close { position: absolute; right: 18px; top: 14px; border: 0; background: transparent; font-size: 28px; cursor: pointer; }
dialog h2 { font-size: 42px; margin-bottom: 12px; }
dialog > p { color: #667169; line-height: 1.6; }
form { display: grid; gap: 15px; margin-top: 28px; }
label { font-size: 12px; text-transform: uppercase; letter-spacing: .7px; font-weight: 600; }
label > span { float: right; opacity: .45; }
input, textarea { display: block; width: 100%; margin-top: 7px; border: 1px solid var(--line); background: white; padding: 13px; outline: none; resize: vertical; }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }
input:focus, textarea:focus { border-color: var(--coral); }
form small { text-transform: none; color: #657068; text-align: center; font-size: 12px; line-height: 1.5; }
form small a { text-decoration: underline; }
.form-status.error { color: #a63623; }
.form-success { text-align: center; padding: 35px 0; }
.form-success > span { width: 54px; height: 54px; border-radius: 50%; display: grid; place-items: center; margin: 0 auto 20px; background: var(--sage); font-size: 22px; }
.form-success h3 { font-size: 30px; }

.legal-page {
  max-width: 1080px;
  margin: auto;
  padding: 105px 5vw 130px;
}
.legal-intro {
  border-bottom: 1px solid var(--line);
  padding-bottom: 55px;
  margin-bottom: 60px;
}
.legal-intro h1 {
  font-size: clamp(52px, 7vw, 88px);
  margin: 10px 0 20px;
}
.legal-intro p { color: #707970; }
.legal-content {
  max-width: 760px;
  margin-left: auto;
}
.legal-content section {
  padding: 0 0 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid var(--line);
}
.legal-content h2 {
  font-size: 23px;
  margin-bottom: 13px;
}
.legal-content p {
  color: #59675e;
  line-height: 1.75;
  margin: 0;
}
.legal-note {
  background: var(--sage);
  padding: 28px;
  font-size: 12px;
  line-height: 1.7;
  color: #536157;
}
.not-found { min-height: 100vh; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; max-width: 980px; margin: auto; padding: 50px 6vw; }
.not-found h1 { font-size: clamp(60px, 9vw, 120px); line-height: .98; margin: 20px 0 25px; }
.not-found p { font-size: 18px; color: #59675e; margin: 0 0 30px; }

.reveal { animation: reveal .8s ease both; }
.delay-1 { animation-delay: .15s; }
@keyframes reveal { from { opacity: 0; transform: translateY(18px); } }

@media (max-width: 1050px) {
  .desktop-nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 65px; }
  .hero-copy { text-align: center; }
  .hero-lede { margin-left: auto; margin-right: auto; }
  .hero-actions, .trust-row { justify-content: center; }
  .hero-visual { width: min(700px, 100%); margin: 10px auto 0; }
  .statement { grid-template-columns: 1fr; }
  .statement-aside { padding-top: 0; max-width: 500px; }
  .library-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 720px) {
  .site-header { height: 72px; padding: 0 20px; }
  .desktop-only, .header-actions .button { display: none; }
  .menu-button { display: block; }
  .menu-button span { width: 24px; height: 1px; background: var(--ink); display: block; margin: 6px; }
  .desktop-nav.open {
    display: flex; position: fixed; inset: 72px 0 0; background: var(--cream);
    flex-direction: column; padding: 45px 25px; font-size: 28px; z-index: 15;
  }
  .hero { padding: 58px 22px 40px; min-height: 0; gap: 20px; }
  h1 { font-size: clamp(52px, 16vw, 74px); }
  .hero-actions { flex-direction: column; gap: 20px; }
  .trust-row { margin-top: 42px; }
  .hero-visual { transform: scale(.75); transform-origin: center top; height: 430px; margin-bottom: -70px; }
  .card-front { left: 5%; }
  .card-back { left: 45%; }
  .orbit-one { width: 520px; }
  .orbit-two { width: 590px; }
  .note-one { left: -5%; }
  .note-two { right: -12%; }
  .statement { padding: 100px 24px; }
  .statement h2, .library-heading h2, .system-copy h2, .acquire-card h2 { font-size: 42px; }
  .starter-section { margin: 0 16px 80px; padding: 65px 25px; grid-template-columns: 1fr; }
  .starter-product { min-height: 440px; margin-top: 25px; transform: scale(.85); transform-origin: center top; }
  .library-section { padding: 90px 22px; }
  .library-heading { align-items: start; flex-direction: column; gap: 30px; }
  .library-heading > p { width: auto; }
  .filter-row { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 10px; }
  .filter { white-space: nowrap; }
  .library-grid { grid-template-columns: 1fr; }
  .library-card { min-height: 390px; }
  .system-section { padding: 95px 24px; }
  .system-grid { grid-template-columns: 1fr; gap: 60px; }
  .acquire-section { padding: 0 16px 45px; }
  .acquire-card { grid-template-columns: 1fr; padding: 65px 26px; gap: 40px; }
  footer { grid-template-columns: 1fr; padding: 25px 24px 40px; }
  .footer-links { justify-content: flex-start; }
  dialog { padding: 36px 22px; }
}

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