:root {
  --ink: #182126;
  --ink-soft: #465157;
  --paper: #fffaf0;
  --paper-alt: #f3efe6;
  --white: #ffffff;
  --line: rgba(24, 33, 38, 0.14);
  --muted: #7a817d;
  --yellow: #ffe366;
  --mint: #bfe9d3;
  --coral: #ff9c82;
  --lilac: #d8d2ff;
  --sans: 'DM Sans', Arial, sans-serif;
  --serif: 'Playfair Display', Georgia, serif;
  --shadow: 0 20px 60px rgba(24, 33, 38, 0.1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.6; }
body::selection { color: var(--ink); background: var(--yellow); }
a { color: inherit; text-decoration: none; }
.container { width: min(1160px, calc(100% - 48px)); margin: 0 auto; }
.section-space { padding: 112px 0; }
.skip-link { position: fixed; z-index: 100; top: -60px; left: 18px; padding: 10px 14px; color: var(--ink); background: var(--white); border-radius: 10px; box-shadow: var(--shadow); }
.skip-link:focus { top: 18px; }

.announcement { color: var(--paper); background: var(--ink); font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; }
.announcement-inner { display: flex; justify-content: space-between; gap: 20px; padding: 10px 0; }
.announcement b { color: var(--yellow); font-weight: 700; }
.announcement i { margin: 0 8px; color: var(--coral); font-style: normal; }
.announcement-note { color: rgba(255, 250, 240, 0.58); }

.site-header { position: absolute; z-index: 5; top: 36px; right: 0; left: 0; }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 82px; }
.wordmark { display: inline-flex; align-items: center; gap: 10px; font-size: 10px; font-weight: 600; letter-spacing: 0.13em; line-height: 1.05; }
.wordmark strong { font-weight: 700; }
.wordmark-dot { display: inline-block; width: 31px; height: 31px; background: var(--yellow); border-radius: 50%; box-shadow: 9px 0 0 -5px var(--coral); }
.header-link { padding: 9px 15px; border: 1px solid var(--line); border-radius: 100px; font-size: 12px; font-weight: 700; transition: background 180ms ease, transform 180ms ease; }
.header-link:hover { background: var(--yellow); transform: translateY(-2px); }

.hero { position: relative; min-height: 825px; padding: 220px 0 66px; overflow: hidden; background: var(--paper); isolation: isolate; }
.hero::before { position: absolute; z-index: -2; right: -13%; bottom: -30%; width: 72%; height: 75%; border: 1px solid rgba(24, 33, 38, 0.1); border-radius: 50%; transform: rotate(-14deg); content: ''; }
.hero::after { position: absolute; z-index: -2; right: -5%; bottom: -21%; width: 58%; height: 61%; border: 1px solid rgba(24, 33, 38, 0.09); border-radius: 50%; transform: rotate(-14deg); content: ''; }
.hero-sun { position: absolute; z-index: -1; top: 9%; right: 16%; width: 340px; height: 340px; background: radial-gradient(circle, rgba(255, 227, 102, 0.6) 0 19%, rgba(255, 227, 102, 0.18) 38%, transparent 69%); border-radius: 50%; filter: blur(4px); }
.hero-ray { position: absolute; z-index: -1; top: 23%; right: 29%; width: 220px; height: 1px; background: rgba(24, 33, 38, 0.15); transform-origin: right center; }
.ray-one { transform: rotate(24deg); }
.ray-two { transform: rotate(-33deg); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(390px, 0.95fr); align-items: center; gap: 50px; }
.hero-copy { max-width: 650px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; color: var(--ink-soft); font-size: 11px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; }
.eyebrow > span { display: inline-block; width: 23px; height: 2px; background: currentColor; }
.hero h1, h2, h3 { margin-top: 0; font-weight: 600; letter-spacing: -0.055em; }
.hero h1 { max-width: 700px; margin-bottom: 25px; font-size: clamp(48px, 6vw, 79px); line-height: 0.99; }
h1 em, h2 em { color: #b07a39; font-family: var(--serif); font-weight: 500; letter-spacing: -0.065em; }
.hero-lead { max-width: 555px; margin-bottom: 32px; color: var(--ink-soft); font-size: 17px; line-height: 1.65; }
.hero-cta-row { display: flex; align-items: center; gap: 17px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 55px; padding: 15px 23px; border-radius: 100px; font-size: 13px; font-weight: 700; transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease; }
.button:hover { transform: translateY(-3px); box-shadow: 0 13px 25px rgba(24, 33, 38, 0.16); }
.button-primary { color: var(--ink); background: var(--yellow); }
.button-primary:hover { background: #ffdc36; }
.button-dark { color: var(--paper); background: var(--ink); }
.button-dark:hover { background: #334048; }
.button-light { color: var(--ink); background: var(--white); }
.button-light:hover { background: var(--yellow); }
.cta-caption { max-width: 150px; color: var(--muted); font-size: 10px; line-height: 1.35; }
.hero-details { display: flex; gap: 22px; flex-wrap: wrap; margin-top: 47px; color: var(--muted); font-size: 11px; text-transform: uppercase; }
.hero-details b { margin-right: 5px; color: #b07a39; font-size: 10px; }
.presenter-note { position: absolute; bottom: 42px; left: 50%; color: var(--muted); font-size: 12px; transform: translateX(-50%); }
.presenter-note > span { display: inline-block; width: 7px; height: 7px; margin-right: 8px; background: var(--coral); border-radius: 50%; }
.presenter-note strong { color: var(--ink); }

.hero-art { position: relative; width: min(100%, 490px); aspect-ratio: 1 / 1; justify-self: end; }
.hero-art::before { position: absolute; inset: 11%; border: 1px dashed rgba(24, 33, 38, 0.28); border-radius: 50%; transform: rotate(22deg) skewX(9deg); content: ''; }
.art-ring { position: absolute; border: 1px solid var(--ink); border-radius: 50%; }
.ring-large { inset: 6%; border-color: rgba(24, 33, 38, 0.44); transform: rotate(-32deg) skewX(-12deg); }
.ring-small { inset: 22%; border-color: rgba(176, 122, 57, 0.72); transform: rotate(70deg) skewX(8deg); }
.art-core { position: absolute; top: 50%; left: 50%; display: grid; width: 190px; height: 190px; place-content: center; padding-top: 5px; color: var(--ink); background: var(--yellow); border-radius: 50%; box-shadow: 12px 16px 0 rgba(255, 156, 130, 0.55); transform: translate(-50%, -50%) rotate(-8deg); }
.art-core span, .art-core strong { display: block; text-align: center; }
.art-core span { font-size: 10px; font-weight: 700; letter-spacing: 0.18em; }
.art-core strong { margin-top: 3px; font-family: var(--serif); font-size: 36px; font-weight: 500; line-height: 0.92; letter-spacing: -0.08em; }
.art-tag { position: absolute; display: grid; gap: 0; min-width: 118px; padding: 9px 13px; background: rgba(255, 255, 255, 0.74); border: 1px solid rgba(24, 33, 38, 0.13); border-radius: 5px; box-shadow: 0 8px 25px rgba(24, 33, 38, 0.06); transform: rotate(-5deg); }
.art-tag b { font-size: 10px; letter-spacing: 0.1em; }
.art-tag span { color: var(--muted); font-family: var(--serif); font-size: 14px; }
.tag-top { top: 9%; right: 2%; }
.tag-side { top: 45%; right: -5%; transform: rotate(5deg); }
.tag-bottom { bottom: 7%; left: 10%; transform: rotate(-5deg); }
.art-dot { position: absolute; display: block; width: 11px; height: 11px; border-radius: 50%; }
.dot-one { top: 17%; left: 14%; background: var(--coral); }
.dot-two { right: 24%; bottom: 16%; background: var(--mint); }
.dot-three { right: 4%; bottom: 35%; background: var(--lilac); }

.decision-bar { background: var(--yellow); }
.decision-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 0; }
.decision-inner p, .decision-inner strong { margin: 0; font-size: 13px; }
.decision-inner p span { margin-right: 8px; color: #b07a39; }
.decision-inner strong { font-size: 14px; }
.inline-link { padding-bottom: 3px; border-bottom: 1px solid var(--ink); font-size: 12px; font-weight: 700; }
.inline-link span { margin-left: 5px; }

.two-column { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr); gap: 100px; align-items: start; }
.section-title h2, .audience-heading h2, .faq-grid h2 { max-width: 580px; margin-bottom: 0; font-size: clamp(40px, 4.7vw, 60px); line-height: 1.02; }
.section-copy { max-width: 475px; padding-top: 59px; color: var(--ink-soft); font-size: 16px; }
.section-copy p { margin-bottom: 22px; }
.text-arrow { display: inline-block; margin-top: 14px; padding-bottom: 7px; border-bottom: 1px solid var(--ink); font-size: 13px; font-weight: 700; }
.text-arrow span { margin-left: 6px; }

.method-section { background: var(--paper-alt); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 54px; }
.section-heading h2 { max-width: 600px; margin-bottom: 0; font-size: clamp(41px, 4.8vw, 62px); line-height: 1.02; }
.section-note { max-width: 290px; margin: 0 0 3px; color: var(--muted); font-size: 13px; line-height: 1.5; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.step-card { position: relative; min-height: 360px; padding: 24px; overflow: hidden; border-radius: 4px; }
.step-one { background: var(--mint); }
.step-two { background: var(--lilac); }
.step-three { background: var(--coral); }
.step-top { display: flex; align-items: center; justify-content: space-between; font-size: 11px; font-weight: 700; }
.step-symbol { font-family: var(--serif); font-size: 45px; font-weight: 400; line-height: 0.7; }
.step-card h3 { margin: 77px 0 12px; font-size: 31px; line-height: 1; }
.step-card p { max-width: 245px; color: rgba(24, 33, 38, 0.7); font-size: 14px; line-height: 1.5; }
.step-word { position: absolute; right: -20px; bottom: -8px; color: rgba(24, 33, 38, 0.13); font-family: var(--serif); font-size: 48px; font-style: italic; white-space: nowrap; transform: rotate(-8deg); }

.included-section { background: var(--paper); }
.included-grid { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: 110px; align-items: start; }
.included-copy h2 { max-width: 530px; margin-bottom: 25px; font-size: clamp(40px, 4.7vw, 59px); line-height: 1.02; }
.included-copy > p:not(.eyebrow) { max-width: 430px; margin-bottom: 29px; color: var(--ink-soft); font-size: 15px; }
.included-list { border-top: 1px solid var(--line); }
.included-item { display: grid; grid-template-columns: 42px 1fr; gap: 18px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.included-item > span { color: #b07a39; font-size: 11px; font-weight: 700; }
.included-item h3 { margin: 0 0 4px; font-size: 20px; letter-spacing: -0.04em; }
.included-item p { margin: 0; color: var(--muted); font-size: 13px; }

.audience-section { color: var(--paper); background: var(--ink); }
.audience-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 0.86fr); gap: 100px; align-items: end; }
.audience-heading .eyebrow { color: var(--yellow); }
.audience-heading h2 em { color: var(--yellow); }
.audience-list { border-top: 1px solid rgba(255, 250, 240, 0.2); }
.audience-item { display: flex; align-items: center; gap: 18px; padding: 19px 0; border-bottom: 1px solid rgba(255, 250, 240, 0.2); }
.audience-item > span { display: grid; width: 26px; height: 26px; flex: 0 0 26px; place-items: center; color: var(--ink); background: var(--yellow); border-radius: 50%; font-size: 13px; font-weight: 700; }
.audience-item p { margin: 0; color: rgba(255, 250, 240, 0.75); font-size: 14px; }

.final-cta { padding-top: 0; background: var(--ink); }
.final-card { position: relative; min-height: 380px; display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 68px 80px; overflow: hidden; color: var(--paper); background: #29373b; border-radius: 4px; }
.final-card::before { position: absolute; inset: 0; background: radial-gradient(circle at 78% 22%, rgba(255, 227, 102, 0.21), transparent 28%), radial-gradient(circle at 20% 100%, rgba(255, 156, 130, 0.17), transparent 30%); content: ''; }
.final-copy { position: relative; z-index: 1; }
.eyebrow-light { color: var(--yellow); }
.final-copy h2 { max-width: 600px; margin-bottom: 18px; font-size: clamp(40px, 4.8vw, 63px); line-height: 1.02; }
.final-copy h2 em { color: var(--yellow); }
.final-copy > p:not(.eyebrow) { margin-bottom: 28px; color: rgba(255, 250, 240, 0.68); }
.final-copy small { display: block; margin-top: 14px; color: rgba(255, 250, 240, 0.45); font-size: 10px; }
.final-copy small span { margin-right: 6px; color: var(--yellow); }
.final-stamp { position: relative; z-index: 1; display: grid; width: 180px; height: 180px; flex: 0 0 180px; place-items: center; align-content: center; color: var(--ink); background: var(--yellow); border-radius: 50%; transform: rotate(8deg); }
.final-stamp::before { position: absolute; inset: -15px; border: 1px solid rgba(255, 227, 102, 0.55); border-radius: 50%; content: ''; }
.final-stamp span { font-size: 10px; font-weight: 700; letter-spacing: 0.16em; }
.final-stamp strong { margin: 1px 0; color: #b07a39; font-family: var(--serif); font-size: 56px; font-weight: 500; line-height: 0.85; }
.final-circle { position: absolute; border: 1px solid rgba(255, 250, 240, 0.14); border-radius: 50%; }
.circle-one { right: 4%; bottom: -57%; width: 350px; height: 350px; }
.circle-two { right: 22%; bottom: -36%; width: 230px; height: 230px; border-color: rgba(255, 156, 130, 0.3); }

.faq-section { background: var(--paper-alt); }
.faq-grid { display: grid; grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr); gap: 100px; align-items: start; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 19px 0; cursor: pointer; list-style: none; font-size: 15px; font-weight: 700; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { color: var(--muted); content: '+'; font-size: 23px; font-weight: 400; transition: transform 180ms ease; }
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list details p { max-width: 570px; margin: -1px 0 20px; color: var(--muted); font-size: 13px; }

.site-footer { padding: 39px 0 96px; color: rgba(255, 250, 240, 0.72); background: var(--ink); }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.wordmark-dark { color: var(--paper); }
.footer-inner p { margin: 0; color: rgba(255, 250, 240, 0.62); font-family: var(--serif); font-size: 16px; }
.footer-inner small { color: rgba(255, 250, 240, 0.42); font-size: 10px; }
.mobile-cta { display: none; }

@media (max-width: 960px) {
  .hero { min-height: auto; padding-top: 175px; padding-bottom: 100px; }
  .hero-grid { grid-template-columns: 1fr; gap: 65px; }
  .hero-art { justify-self: center; }
  .presenter-note { position: static; width: min(1160px, calc(100% - 48px)); margin: 57px auto 0; transform: none; }
  .two-column, .included-grid, .audience-grid, .faq-grid { gap: 62px; }
  .final-card { padding: 60px 54px; }
}

@media (max-width: 700px) {
  .container { width: min(100% - 36px, 620px); }
  .section-space { padding: 80px 0; }
  .announcement-note { display: none; }
  .site-header { top: 34px; }
  .header-inner { min-height: 66px; }
  .header-link { padding: 8px 12px; font-size: 11px; }
  .hero { padding-top: 150px; padding-bottom: 76px; }
  .hero h1 { font-size: clamp(43px, 12vw, 64px); }
  .hero-lead { font-size: 16px; }
  .hero-cta-row { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .cta-caption { max-width: none; text-align: center; }
  .hero-details { gap: 10px 16px; margin-top: 34px; }
  .hero-art { width: min(100%, 430px); }
  .art-core { width: 150px; height: 150px; }
  .art-core strong { font-size: 29px; }
  .art-tag { min-width: 100px; padding: 8px 10px; }
  .art-tag span { font-size: 12px; }
  .presenter-note { width: min(100% - 36px, 620px); margin-top: 40px; font-size: 11px; }
  .decision-inner { align-items: flex-start; flex-direction: column; gap: 7px; padding: 16px 0; }
  .decision-inner strong { font-size: 15px; }
  .two-column, .included-grid, .audience-grid, .faq-grid { grid-template-columns: 1fr; gap: 40px; }
  .section-copy { padding-top: 0; }
  .section-heading { display: block; margin-bottom: 40px; }
  .section-note { margin-top: 24px; }
  .steps-grid { grid-template-columns: 1fr; gap: 10px; }
  .step-card { min-height: 270px; }
  .step-card h3 { margin-top: 55px; }
  .included-copy h2 { font-size: clamp(40px, 11vw, 57px); }
  .final-card { display: block; padding: 52px 28px; }
  .final-stamp { display: none; }
  .final-copy h2 { font-size: clamp(40px, 11vw, 57px); }
  .footer-inner { align-items: flex-start; flex-direction: column; }
  .footer-inner p { order: 3; }
  .mobile-cta { position: fixed; z-index: 20; right: 14px; bottom: 14px; left: 14px; display: flex; align-items: center; justify-content: center; gap: 15px; min-height: 52px; color: var(--ink); background: var(--yellow); border-radius: 100px; box-shadow: 0 10px 30px rgba(24, 33, 38, 0.22); font-size: 13px; font-weight: 700; }
}

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