:root {
  --ink: #19152c;
  --ink-soft: #555064;
  --paper: #faf7f2;
  --white: #fff;
  --lilac: #cfc5ff;
  --coral: #ff806f;
  --mint: #ccecdf;
  --yellow: #ffd95b;
  --line: rgba(25, 21, 44, .16);
  --radius: 28px;
  --shadow: 0 24px 70px rgba(40, 28, 70, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, summary, a { -webkit-tap-highlight-color: transparent; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section-pad { padding-block: 112px; }
.skip-link { position: fixed; z-index: 100; top: 10px; left: 10px; padding: 10px 16px; background: var(--white); border-radius: 10px; transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header {
  position: absolute;
  z-index: 10;
  inset: 0 0 auto;
  padding-top: 24px;
}
.nav-wrap { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 850; font-size: 1.18rem; letter-spacing: -.03em; }
.brand img { aspect-ratio: 1; border-radius: 12px; object-fit: contain; }
nav { display: flex; align-items: center; gap: 34px; font-size: .86rem; font-weight: 700; }
nav a, .footer-grid a { transition: opacity .2s ease; }
nav a:hover, .footer-grid a:hover { opacity: .58; }
.nav-cta { padding: 10px 18px; border: 1.5px solid var(--ink); border-radius: 999px; font-size: .83rem; font-weight: 800; transition: .2s ease; }
.nav-cta:hover { color: var(--white); background: var(--ink); }

.hero { min-height: 760px; overflow: hidden; padding: 150px 0 72px; background: linear-gradient(118deg, #f8f4ff 0%, #f6ebff 49%, #e9dcff 100%); }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; min-height: 570px; gap: 58px; }
.eyebrow, .section-kicker { margin: 0 0 18px; color: #675b89; font-size: .72rem; font-weight: 850; letter-spacing: .16em; line-height: 1.3; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 34px; height: 2px; background: currentColor; }
h1, h2, h3, p { text-wrap: pretty; }
h1, h2, h3 { margin-top: 0; line-height: 1.02; letter-spacing: -.055em; }
h1 { max-width: 760px; margin-bottom: 28px; font-size: clamp(4.1rem, 7.1vw, 7.1rem); font-weight: 900; }
h1 em { color: #7158aa; font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.hero-lead { max-width: 650px; margin: 0 0 34px; color: #4f4861; font-size: 1.15rem; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 26px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 13px; min-height: 62px; padding: 11px 22px; border-radius: 16px; font-size: 1.02rem; font-weight: 750; line-height: 1.15; box-shadow: 0 14px 30px rgba(28, 20, 50, .16); transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-3px); box-shadow: 0 18px 34px rgba(28, 20, 50, .22); }
.button small { display: block; margin-bottom: 2px; font-size: .55rem; font-weight: 750; letter-spacing: .12em; }
.button-primary { color: var(--white); background: var(--ink); }
.play-mark { width: 0; height: 0; border-top: 11px solid transparent; border-bottom: 11px solid transparent; border-left: 18px solid currentColor; }
.text-link { font-size: .86rem; font-weight: 850; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.text-link span { display: inline-block; margin-left: 7px; }
.proof-list { display: flex; gap: 34px; margin: 45px 0 0; padding: 0; list-style: none; }
.proof-list li { display: grid; }
.proof-list strong { font-size: 1.2rem; line-height: 1.2; }
.proof-list span { color: #6c647a; font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }

.hero-art { position: relative; min-height: 500px; display: grid; place-items: center; isolation: isolate; }
.hero-art::before { content: ""; position: absolute; z-index: -3; width: 410px; aspect-ratio: 1; border-radius: 42% 58% 52% 48%; background: var(--lilac); transform: rotate(-12deg); }
.icon-stage { position: relative; width: min(360px, 74vw); aspect-ratio: 1; border: 8px solid rgba(255,255,255,.85); border-radius: 34px; background: white; box-shadow: var(--shadow); overflow: visible; }
.icon-stage img { width: 100%; height: 100%; aspect-ratio: 1; border-radius: 26px; object-fit: contain; }
.spark { position: absolute; z-index: 1; display: grid; place-items: center; width: 55px; height: 55px; border-radius: 50%; font-size: 1.55rem; box-shadow: 0 12px 24px rgba(25, 21, 44, .18); }
.spark-one { top: -29px; right: -26px; background: var(--yellow); }
.spark-two { bottom: 22px; left: -37px; color: white; background: var(--coral); }
.orbit { position: absolute; z-index: -2; border: 1px solid rgba(25,21,44,.24); border-radius: 50%; }
.orbit-one { width: 510px; height: 350px; transform: rotate(28deg); }
.orbit-two { width: 470px; height: 500px; transform: rotate(-32deg); }
.hand-note { position: absolute; right: -8px; bottom: 11px; margin: 0; color: #695596; font-family: Georgia, serif; font-size: 1.02rem; font-style: italic; line-height: 1.25; transform: rotate(-6deg); }

.intro { background: var(--ink); color: var(--white); }
.intro-grid { display: grid; grid-template-columns: .68fr 1.32fr; gap: 60px; }
.intro .section-kicker { color: #b9a6ec; }
.intro h2, .section-head h2, .workflow h2, .faq h2, .audience h2, .final-cta h2 { margin-bottom: 28px; font-size: clamp(2.6rem, 5vw, 4.7rem); font-weight: 850; }
.intro-grid > div > p { max-width: 750px; margin: 0; color: #cac5d3; font-size: 1.12rem; }

.features { background: #fff; }
.section-head { display: grid; grid-template-columns: 1.4fr .6fr; align-items: end; gap: 48px; margin-bottom: 60px; }
.section-head h2 { margin-bottom: 0; }
.section-head > p { margin: 0 0 8px; color: var(--ink-soft); }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.feature-card { position: relative; min-height: 510px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; padding: 28px; border-radius: var(--radius); }
.feature-wide { grid-column: 1 / -1; min-height: 440px; }
.card-number { position: relative; z-index: 2; align-self: flex-start; display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid currentColor; border-radius: 50%; font-size: .68rem; font-weight: 850; }
.card-copy { position: relative; z-index: 2; max-width: 690px; }
.card-copy h3 { margin-bottom: 13px; font-size: clamp(1.6rem, 3vw, 2.5rem); }
.card-copy p { max-width: 660px; margin: 0; line-height: 1.55; }
.card-ink { color: white; background: var(--ink); }
.card-ink p { color: #d3cedb; }
.card-lilac { background: var(--lilac); }
.card-coral { background: var(--coral); }
.card-mint { background: var(--mint); }
.card-paper { background: #f3eee7; }
.card-yellow { background: var(--yellow); }
.type-sample { position: absolute; top: 72px; right: 5%; left: 35%; height: 210px; }
.type-sample span { position: absolute; white-space: nowrap; }
.type-script { top: -20px; left: 0; color: var(--coral); font-family: Georgia, serif; font-size: clamp(4rem, 10vw, 9rem); font-style: italic; }
.type-gothic { top: 55px; right: 2%; font-family: Georgia, serif; font-size: clamp(3rem, 8vw, 7rem); font-weight: 900; }
.type-clean { top: 143px; left: 19%; color: var(--yellow); font-size: clamp(1.3rem, 3vw, 2.5rem); font-weight: 300; letter-spacing: .36em; }
.curve-demo { position: absolute; top: 80px; left: 50%; font-family: Georgia, serif; font-size: clamp(4rem, 8vw, 7rem); font-style: italic; transform: translateX(-50%) rotate(-10deg); text-shadow: 8px 10px 0 rgba(255,255,255,.55); white-space: nowrap; }
.effects-demo { align-self: center; margin-top: 15px; color: var(--yellow); font-family: Georgia, serif; font-size: clamp(8rem, 18vw, 13rem); font-weight: 900; line-height: .8; letter-spacing: -.15em; -webkit-text-stroke: 3px var(--ink); text-shadow: 8px 8px 0 var(--ink), 13px 13px 0 rgba(255,255,255,.55); }
.layers-demo { position: absolute; top: 35px; right: 12%; width: 300px; height: 240px; }
.layers-demo span { position: absolute; width: 205px; height: 130px; border: 2px solid var(--ink); border-radius: 20px; box-shadow: 9px 9px 0 rgba(25,21,44,.09); transform: rotate(-9deg); }
.layers-demo span:nth-child(1) { top: 0; left: 68px; background: var(--yellow); }
.layers-demo span:nth-child(2) { top: 50px; left: 33px; background: var(--coral); }
.layers-demo span:nth-child(3) { top: 100px; left: 0; background: var(--lilac); }
.camera-demo { align-self: center; display: grid; place-items: center; width: 210px; height: 160px; margin-top: 22px; border: 4px solid var(--ink); border-radius: 24px; }
.camera-demo::before { content: ""; position: absolute; width: 62px; height: 20px; margin-top: -176px; border: 4px solid var(--ink); border-bottom: 0; border-radius: 12px 12px 0 0; }
.camera-demo span { width: 76px; height: 76px; border: 4px solid var(--ink); border-radius: 50%; box-shadow: inset 0 0 0 18px var(--lilac); }
.export-demo { align-self: center; display: grid; place-items: center; width: 146px; height: 146px; margin-top: 18px; border: 4px solid var(--ink); border-radius: 50%; font-size: 6rem; font-weight: 200; line-height: 1; }

.workflow { background: var(--paper); }
.workflow-title { display: flex; justify-content: space-between; align-items: end; gap: 40px; padding-bottom: 60px; }
.workflow-title h2 { margin-bottom: 0; text-align: right; }
.steps { margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.steps li { display: grid; grid-template-columns: 130px 1fr; gap: 30px; padding: 38px 0; border-bottom: 1px solid var(--line); }
.step-index { color: #817991; font-size: .76rem; font-weight: 800; letter-spacing: .14em; }
.steps h3 { margin: 0 0 8px; font-size: 1.65rem; }
.steps p { max-width: 700px; margin: 0; color: var(--ink-soft); }

.audience { color: white; background: #6b56a4; }
.audience-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.audience .section-kicker { color: #e1d9ff; }
.audience-copy h2 { position: sticky; top: 60px; }
.audience-cards { display: grid; gap: 16px; }
.audience-cards article { padding: 34px; border: 1px solid rgba(255,255,255,.3); border-radius: 24px; background: rgba(255,255,255,.09); backdrop-filter: blur(6px); }
.audience-cards span { display: inline-grid; place-items: center; min-width: 48px; height: 48px; margin-bottom: 46px; padding: 0 10px; border-radius: 50%; color: var(--ink); background: var(--yellow); font-weight: 800; }
.audience-cards h3 { margin-bottom: 12px; font-size: 1.7rem; }
.audience-cards p { margin: 0; color: #eee9fa; }

.faq { background: var(--white); }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; }
.faq h2 { font-size: clamp(2.6rem, 4.5vw, 4rem); }
.faq-intro { max-width: 400px; color: var(--ink-soft); }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { display: flex; justify-content: space-between; gap: 22px; padding: 27px 0; cursor: pointer; font-size: 1.08rem; font-weight: 800; line-height: 1.4; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary span { font-size: 1.5rem; font-weight: 300; transition: transform .2s ease; }
details[open] summary span { transform: rotate(45deg); }
details p { margin: -8px 54px 26px 0; color: var(--ink-soft); }
details a { text-decoration: underline; text-underline-offset: 3px; }
code { overflow-wrap: anywhere; font-size: .82em; }

.final-cta { padding-block: 88px; color: white; background: var(--ink); }
.final-cta-inner { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 46px; }
.final-cta img { aspect-ratio: 1; border-radius: 28px; object-fit: contain; }
.final-cta .section-kicker { color: #b9a6ec; }
.final-cta h2 { margin: 0; font-size: clamp(2.5rem, 5vw, 4.4rem); }
.button-light { color: var(--ink); background: var(--white); }

.site-footer { padding: 74px 0 28px; color: #d2ced9; background: #110e1c; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 60px; padding-bottom: 70px; }
.footer-brand { margin-bottom: 16px; color: white; }
.footer-grid > div:first-child p { max-width: 320px; margin: 0; color: #888291; }
.footer-grid h2 { margin: 0 0 16px; color: #827b8d; font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 10px; font-size: .9rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 40px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.1); color: #716b7b; font-size: .7rem; }
.footer-bottom p { margin: 0; }

@media (max-width: 920px) {
  .section-pad { padding-block: 88px; }
  nav { display: none; }
  .hero { padding-top: 130px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { position: relative; z-index: 2; }
  .hero-art { min-height: 440px; }
  .intro-grid, .audience-grid, .faq-grid { grid-template-columns: 1fr; gap: 46px; }
  .section-head { grid-template-columns: 1fr; gap: 22px; }
  .section-head > p { max-width: 560px; }
  .audience-copy h2 { position: static; }
  .final-cta-inner { grid-template-columns: auto 1fr; }
  .final-cta-inner .button { grid-column: 1 / -1; justify-self: start; }
}

@media (max-width: 680px) {
  body { font-size: 16px; }
  .shell { width: min(100% - 32px, 1180px); }
  .site-header { padding-top: 16px; }
  .nav-cta { padding: 8px 14px; }
  .hero { min-height: auto; padding: 120px 0 64px; }
  .hero-grid { gap: 30px; }
  h1 { font-size: clamp(3.35rem, 17vw, 5.2rem); }
  .hero-lead { font-size: 1.03rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .proof-list { gap: 22px; margin-top: 38px; }
  .hero-art { min-height: 370px; }
  .hero-art::before { width: 315px; }
  .icon-stage { width: 270px; }
  .orbit-one { width: 370px; height: 280px; }
  .orbit-two { width: 330px; height: 360px; }
  .hand-note { right: 0; bottom: 0; }
  .section-pad { padding-block: 70px; }
  .intro h2, .section-head h2, .workflow h2, .faq h2, .audience h2, .final-cta h2 { font-size: clamp(2.35rem, 12vw, 3.2rem); }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-wide { grid-column: auto; min-height: 500px; }
  .feature-card { min-height: 480px; }
  .type-sample { top: 90px; right: -5%; left: 8%; }
  .type-script { font-size: 5rem; }
  .type-gothic { top: 47px; font-size: 4.2rem; }
  .type-clean { top: 115px; font-size: 1.3rem; }
  .layers-demo { top: 78px; right: -4%; transform: scale(.8); }
  .workflow-title { align-items: start; flex-direction: column; padding-bottom: 36px; }
  .workflow-title h2 { text-align: left; }
  .steps li { grid-template-columns: 58px 1fr; gap: 14px; }
  .audience-cards article { padding: 28px; }
  .audience-cards span { margin-bottom: 34px; }
  details p { margin-right: 12px; }
  .final-cta-inner { grid-template-columns: 1fr; gap: 26px; }
  .final-cta-inner img { width: 88px; height: 88px; }
  .final-cta-inner .button { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; gap: 8px; }
}

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