:root {
  color-scheme: dark;
  --carbon: #101010;
  --paper: #f2f2ef;
  --muted: #9b9b98;
  --faint: #686866;
  --line: rgba(242, 242, 239, 0.18);
  --gutter: clamp(1.5rem, 4vw, 4.5rem);
  --header-h: 6.5rem;
  --footer-h: 3.5rem;
  --ease-out: cubic-bezier(.16, 1, .3, 1);
  --text-display: clamp(3rem, 5.6vw, 5.6rem);
  --text-h2: clamp(1.9rem, 3vw, 3rem);
  --text-h2-cta: clamp(2.2rem, 4.2vw, 4.2rem);
  --text-lead: clamp(1.1rem, 1.6vw, 1.4rem);
  --text-body: 1.05rem;
  --text-label: .75rem;
}

@media (max-width: 720px) {
  :root { --gutter: 1.25rem; --header-h: 4.8rem; --footer-h: 2.8rem; --text-display: clamp(2.4rem, 10.5vw, 3.6rem); --text-h2: clamp(1.65rem, 7vw, 2.3rem); --text-h2-cta: clamp(1.9rem, 8.5vw, 2.7rem); --text-lead: 1.1rem; --text-body: 1rem; }
}
* { box-sizing: border-box; }
html { background: var(--carbon); color: var(--paper); font-family: Inter, "Helvetica Neue", Arial, sans-serif; }
body { margin: 0; min-width: 320px; background: var(--carbon); }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; opacity: .12; z-index: 10; 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='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.28'/%3E%3C/svg%3E"); }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.skip-link { position: fixed; left: var(--gutter); top: -5rem; z-index: 100; padding: .75rem 1rem; background: var(--paper); color: var(--carbon); }
.skip-link:focus { top: .75rem; }
:focus-visible { outline: 2px solid var(--paper); outline-offset: 5px; }
.site { position: relative; background: radial-gradient(circle at 76% 68%, rgba(255,255,255,.035), transparent 29%), var(--carbon); }
.site--home { overflow-x: clip; }
.site--inner { min-height: 100dvh; display: grid; grid-template-rows: var(--header-h) 1fr var(--footer-h); }
.site-header { height: var(--header-h); padding: 0 var(--gutter); display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 20; }
.logo { display: block; }
.logo img { height: 2.6rem; width: auto; display: block; }
.site-nav { display: flex; align-items: center; gap: clamp(1.6rem, 3vw, 3.8rem); color: var(--muted); font-size: .9rem; }
.site-nav a { position: relative; transition: color .25s ease; }
.site-nav a:hover, .site-nav a.active { color: var(--paper); }
.site-nav a.active::after { content: ""; position: absolute; left: 0; right: 0; bottom: -.75rem; height: 1px; background: currentColor; }
.menu-button { display: none; }
.site-footer { min-height: var(--footer-h); padding: 0 var(--gutter); display: flex; align-items: center; gap: .45rem; color: var(--faint); font-size: .72rem; position: relative; z-index: 5; }
.site-footer a:hover { color: var(--paper); }
.home-page { height: calc(100dvh - var(--header-h)); min-height: 33rem; padding: clamp(1.2rem, 2.8vh, 2.5rem) var(--gutter) 0; position: relative; display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(16rem, .8fr); grid-template-rows: 1fr auto; }
.hero-title { margin: 0; z-index: 2; align-self: center; font-size: var(--text-display); font-weight: 370; line-height: .91; letter-spacing: -.065em; }
.hero-title span { display: block; overflow: hidden; padding-right: .1em; animation: reveal-line 900ms var(--ease-out) both; }
.hero-title span:nth-child(2) { animation-delay: 100ms; }
.hero-title span:nth-child(3) { animation-delay: 200ms; }
.hero-foot { grid-row: 2; margin: 0 0 clamp(1rem, 3vh, 2.5rem); max-width: 24rem; animation: fade-in 1s 450ms both; }
.hero-definition { margin: 0; color: var(--muted); font-size: var(--text-lead); line-height: 1.45; letter-spacing: -.02em; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .9rem; margin-top: clamp(1rem, 2.4vh, 1.6rem); }
.cta { display: inline-block; padding: .8rem 1.3rem; border: 1px solid var(--line); font-size: var(--text-label); letter-spacing: .1em; text-transform: uppercase; transition: border-color .25s ease, color .25s ease; }
.cta:hover { border-color: var(--paper); }
.cta--primary { background: var(--paper); color: var(--carbon); border-color: var(--paper); }
.cta--primary:hover { background: transparent; color: var(--paper); }
.point-fracture { position: absolute; width: min(52vw, 760px); height: min(72vh, 720px); right: clamp(-8rem, -4vw, -2rem); top: 50%; transform: translateY(-50%); pointer-events: none; z-index: 1; opacity: 1; transition: opacity .6s ease; }
.point-fracture canvas { display: block; width: 100%; height: 100%; }
.point-fracture[data-fracture-state="fallback"] { opacity: .9; border-radius: 50%; background: radial-gradient(circle, rgba(255,255,255,.5) 0 1.1px, transparent 1.7px) 0 0 / 7px 7px; mask-image: radial-gradient(circle, #000 0 42%, transparent 70%); -webkit-mask-image: radial-gradient(circle, #000 0 42%, transparent 70%); }
.editorial-page { width: 100%; max-width: 1440px; margin: 0 auto; padding: clamp(4rem, 8vw, 8.5rem) var(--gutter) clamp(6rem, 11vw, 10rem); display: grid; grid-template-columns: minmax(17rem, .85fr) minmax(30rem, 1.15fr); gap: clamp(4rem, 10vw, 10rem); }
.service-page { width: 100%; max-width: 1440px; margin: 0 auto; padding: clamp(4rem, 7vw, 7rem) var(--gutter) clamp(6rem, 10vw, 9rem); }
.service-hero { display: grid; grid-template-columns: minmax(18rem, .8fr) minmax(30rem, 1.2fr); column-gap: clamp(4rem, 10vw, 10rem); align-items: end; padding-bottom: clamp(5rem, 9vw, 9rem); }
.service-hero .section-index { grid-column: 1 / -1; }
.service-hero h1 { margin: 0; font-size: var(--text-display); font-weight: 380; line-height: .96; letter-spacing: -.055em; }
.service-hero .lead { margin: 0; }
.service-section { padding: clamp(4rem, 7vw, 7rem) 0; border-top: 1px solid var(--line); display: grid; grid-template-columns: minmax(18rem, .8fr) minmax(30rem, 1.2fr); gap: clamp(4rem, 10vw, 10rem); }
.section-heading h2 { margin: 0; max-width: 28rem; font-size: var(--text-h2); line-height: 1.05; font-weight: 390; letter-spacing: -.045em; }
.service-rows { border-top: 1px solid var(--line); }
.service-row { padding: 1.55rem 0 1.8rem; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: minmax(10rem, .55fr) 1fr; gap: 2rem; }
.service-row h3, .workflow-list h3, .output-grid h3, .principle h3 { margin: 0; font-size: 1.05rem; font-weight: 520; letter-spacing: -.02em; }
.service-row p, .workflow-list p, .output-grid p { margin: 0; color: var(--muted); font-size: var(--text-body); line-height: 1.65; }
.workflow-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.workflow-list li { padding: 1.65rem 0 2rem; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 3rem 1fr; gap: 1rem; }
.workflow-list li > span { color: var(--faint); font-size: .72rem; letter-spacing: .14em; padding-top: .2rem; }
.workflow-list h3 { margin-bottom: .55rem; }
.output-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.output-grid article { padding: 1.6rem 1.5rem 2rem 0; border-bottom: 1px solid var(--line); }
.output-grid article:nth-child(even) { padding-left: 1.5rem; border-left: 1px solid var(--line); }
.output-grid h3 { margin-bottom: .55rem; }
.method-section .principles { border-top: 1px solid var(--line); }
.editorial-intro { position: sticky; top: calc(var(--header-h) + 2rem); align-self: start; }
.section-index { margin: 0 0 1.8rem; color: var(--faint); font-size: var(--text-label); text-transform: uppercase; letter-spacing: .18em; }
.editorial-intro h1, .not-found h1 { margin: 0; font-size: var(--text-display); font-weight: 380; line-height: .96; letter-spacing: -.055em; }
.lead { margin: 2.3rem 0 0; max-width: 30rem; color: var(--muted); font-size: var(--text-lead); line-height: 1.55; letter-spacing: -.025em; }
.principles { border-top: 1px solid var(--line); }
.principle { padding: 2rem 0 2.5rem; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 3.5rem 1fr; gap: 1rem; }
.principle > span { color: var(--faint); font-size: .76rem; letter-spacing: .16em; padding-top: .35rem; }
.principle h2, .legal-sections h2 { margin: 0 0 .8rem; font-size: clamp(1.5rem, 2.2vw, 2.15rem); font-weight: 420; letter-spacing: -.035em; }
.principle h3 { margin-bottom: .65rem; font-size: 1.25rem; }
.principle p, .legal-sections p { margin: 0; color: var(--muted); font-size: 1rem; line-height: 1.65; max-width: 38rem; }
.narrow-page, .legal-page { grid-template-columns: minmax(17rem, .75fr) minmax(32rem, 1.25fr); }
.faq-list, .legal-sections { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 5.2rem; display: grid; grid-template-columns: 3rem 1fr 1rem; gap: 1rem; align-items: center; list-style: none; cursor: pointer; font-size: 1.05rem; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--faint); font-size: .72rem; letter-spacing: .15em; }
.faq-list summary i { width: .6rem; height: .6rem; border-right: 1px solid currentColor; border-bottom: 1px solid currentColor; transform: rotate(45deg); transition: transform .25s ease; }
.faq-list details[open] summary i { transform: rotate(225deg); }
.faq-list details p { margin: -.35rem 4rem 2rem; max-width: 42rem; color: var(--muted); line-height: 1.7; }
.draft-note { margin: 2.3rem 0 0; padding-top: 1.25rem; max-width: 29rem; border-top: 1px solid var(--line); color: var(--muted); line-height: 1.55; }
.legal-sections section { padding: 2rem 0 2.5rem; border-bottom: 1px solid var(--line); }
.not-found { display: block; min-height: calc(100dvh - var(--header-h) - var(--footer-h)); }
.not-found h1 { max-width: 50rem; }
.text-link { display: inline-block; margin-top: 3rem; padding-bottom: .35rem; border-bottom: 1px solid currentColor; color: var(--muted); }
@keyframes reveal-line { from { opacity: 0; transform: translateY(90%); } to { opacity: 1; transform: translateY(0); } }
@keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }
@media (max-width: 720px) {
  .logo img { height: 2.2rem; }
  .menu-button { display: flex; align-items: center; gap: .7rem; border: 0; padding: .5rem 0; background: transparent; color: var(--paper); font-size: .76rem; text-transform: uppercase; letter-spacing: .12em; }
  .menu-button i, .menu-button i::after { display: block; width: 1.05rem; height: 1px; background: currentColor; content: ""; transition: transform .25s ease; }
  .menu-button i::after { transform: translateY(5px); }
  .menu-button[aria-expanded="true"] i { transform: rotate(45deg); }
  .menu-button[aria-expanded="true"] i::after { transform: rotate(90deg); }
  .site-nav { position: fixed; inset: var(--header-h) 0 0; padding: 2rem var(--gutter) 5rem; background: rgba(16,16,16,.98); flex-direction: column; align-items: flex-start; justify-content: flex-start; gap: 0; font-size: clamp(2.4rem, 12vw, 4.2rem); opacity: 0; visibility: hidden; transform: translateY(-1rem); transition: .3s var(--ease-out); }
  .site-nav[data-open="true"] { opacity: 1; visibility: visible; transform: translateY(0); }
  .site-nav a { width: 100%; padding: .3em 0; border-bottom: 1px solid var(--line); }
  .site-nav a.active::after { display: none; }
  .home-page { padding-top: clamp(.6rem, 3vh, 1.4rem); display: block; }
  .hero-title { line-height: .95; letter-spacing: -.06em; position: relative; z-index: 2; }
  .hero-foot { position: absolute; left: var(--gutter); bottom: clamp(1rem, 7vh, 3.25rem); width: min(78vw, 21rem); margin: 0; z-index: 2; }
  .cta { padding: .65rem 1rem; }
  .point-fracture { width: 108vw; height: 70vh; right: -55vw; top: 53%; opacity: .76; }
  .editorial-page, .narrow-page, .legal-page { padding-top: 3.5rem; grid-template-columns: 1fr; gap: 4rem; }
  .service-page { padding-top: 3.5rem; }
  .service-hero, .service-section { grid-template-columns: 1fr; gap: 3rem; }
  .service-hero { padding-bottom: 5rem; }
  .service-hero .section-index { grid-column: auto; }
  .service-hero .lead { margin-top: 1.8rem; }
  .service-row { grid-template-columns: 1fr; gap: .65rem; }
  .output-grid { grid-template-columns: 1fr; }
  .output-grid article, .output-grid article:nth-child(even) { padding-left: 0; border-left: 0; }
  .editorial-intro { position: static; }
  .faq-list summary { grid-template-columns: 2.3rem 1fr 1rem; font-size: .94rem; }
  .faq-list details p { margin-left: 3.3rem; margin-right: 1rem; }
  .site-footer { font-size: .65rem; }
}
@media (max-height: 650px) {
  .hero-title { font-size: clamp(2.8rem, 11.5vh, 5rem); }
  .hero-foot { bottom: .4rem; max-width: 19rem; }
  .hero-definition { font-size: .8rem; }
  .hero-actions { margin-top: .6rem; }
  .cta { padding: .5rem .85rem; font-size: .62rem; }
  .point-fracture { height: 66vh; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .media-orb::after, .flow-comet, .flow-node, .bars-dots circle, .radar-sweep, .story-progress, .yt-progress, .yt-playhead, .article-scan, .tt-float { animation-iteration-count: infinite !important; }
  .media-orb::after { animation-duration: 7s !important; }
  .flow-comet, .flow-node { animation-duration: 4.8s !important; }
  .bars-dots circle { animation-duration: 5.4s !important; }
  .radar-sweep { animation-duration: 14s !important; }
  .story-progress { animation-duration: 4.2s !important; }
  .case-meter i { animation-duration: 9s !important; }
  .case-quotes.is-playing .case-quotes-track { animation-duration: 180s !important; }
  .yt-progress, .yt-playhead { animation-duration: 6s !important; }
  .article-scan { animation-duration: 5.6s !important; }
  .tt-float { animation-duration: 4.4s !important; }
  .tool-loader { transition-duration: .8s !important; }
  .tool-loader[data-state="out"] { transition-duration: .9s !important; }
  .tool-loader-sphere { transition-duration: 1.6s, 1.3s !important; }
  .tool-loader[data-state="out"] .tool-loader-sphere { transition-duration: 1s, .85s !important; }
  .tool-loader-word { animation-iteration-count: infinite !important; animation-duration: 3.4s !important; transition-duration: .5s !important; }
}
.beta-body { border-top: 1px solid var(--line); padding-top: 2.5rem; }
.beta-body p { margin: 0 0 2.2rem; max-width: 34rem; color: var(--muted); font-size: 1.05rem; line-height: 1.65; }
.rotator-word { display: inline-block; will-change: transform; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.hero-title .rotator-line em { font-style: normal; }
@media (max-height: 650px) { .hero-title { font-size: clamp(2.2rem, 9vh, 4rem); } }

.home-sections { width: 100%; max-width: 1440px; margin: 0 auto; padding: 0 var(--gutter); position: relative; z-index: 2; }
.feature { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(4rem, 9vw, 9.5rem); padding: clamp(6.5rem, 11vw, 11rem) 0; border-top: 1px solid var(--line); }
.feature:nth-of-type(odd) .feature-media { order: -1; }
.feature-media { border: 1px solid var(--line); aspect-ratio: 4 / 3; display: flex; align-items: center; justify-content: center; padding: clamp(2.5rem, 5vw, 5rem); color: var(--muted); }
.feature-media svg { width: 100%; height: auto; }
.media-orb { position: relative; width: min(100%, 22rem); aspect-ratio: 1; background: radial-gradient(circle, rgba(255,255,255,.3) 0 1px, transparent 1.6px) 0 0 / 9px 9px; mask-image: radial-gradient(circle, #000 0 44%, transparent 71%); -webkit-mask-image: radial-gradient(circle, #000 0 44%, transparent 71%); }
.media-orb::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle, rgba(253, 213, 68, .85) 0 1.1px, transparent 1.8px) 4px 6px / 37px 41px; animation: orb-twinkle 7s ease-in-out infinite; }
@keyframes orb-twinkle { 0%, 100% { opacity: 0; } 50% { opacity: .6; } }
.flow-comet { stroke: #FDD544; stroke-width: 1.1; stroke-dasharray: .14 .86; animation: flow-comet 4.8s linear infinite; }
@keyframes flow-comet { from { stroke-dashoffset: 1; } to { stroke-dashoffset: 0; } }
.flow-node { animation: gold-pulse 4.8s ease-in-out infinite; }
.flow-node--mid { animation-delay: 1.9s; }
.flow-node--end { animation-delay: 3.4s; }
@keyframes gold-pulse { 0%, 24%, 100% { fill: currentColor; } 8%, 14% { fill: #FDD544; } }
.bars-dots circle { animation: gold-pulse 5.4s ease-in-out infinite; }
.bars-dots circle:nth-child(2) { animation-delay: .7s; }
.bars-dots circle:nth-child(3) { animation-delay: 1.4s; }
.bars-dots circle:nth-child(4) { animation-delay: 2.1s; }
.bars-dots circle:nth-child(5) { animation-delay: 2.8s; }
.bars-dots circle:nth-child(6) { animation-delay: 3.5s; }
.bars-dots circle:nth-child(7) { animation-delay: 4.2s; }
.radar-sweep { transform-origin: 120px 120px; animation: radar-sweep 14s linear infinite; }
@keyframes radar-sweep { to { transform: rotate(360deg); } }
.radar-tip { fill: #FDD544; }
.feature-body h2 { margin: 0 0 1.8rem; max-width: 26rem; font-size: var(--text-h2); line-height: 1.05; font-weight: 390; letter-spacing: -.045em; }
.feature-body > p { margin: 0; max-width: 30rem; color: var(--muted); font-size: var(--text-body); line-height: 1.7; }
.feature-body .text-link { margin-top: 2.6rem; }
.feature-steps { list-style: none; margin: 2.8rem 0 0; padding: 0; border-top: 1px solid var(--line); max-width: 33rem; }
.feature-steps li { display: grid; grid-template-columns: 2.6rem 1fr; gap: 1rem; padding: 1.1rem 0 1.25rem; border-bottom: 1px solid var(--line); color: var(--muted); font-size: var(--text-body); line-height: 1.6; }
.feature-steps li > span { color: var(--faint); font-size: .72rem; letter-spacing: .14em; padding-top: .2rem; }
.feature-steps p { margin: 0; }
.feature-steps strong { color: var(--paper); font-weight: 520; }
.formats { padding: clamp(6rem, 10vw, 9.5rem) 0; border-top: 1px solid var(--line); }
.formats h2 { margin: 0; max-width: 34rem; font-size: var(--text-h2); line-height: 1.05; font-weight: 390; letter-spacing: -.045em; }
.format-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(1.5rem, 3vw, 3rem); margin-top: clamp(3.5rem, 6vw, 5.5rem); }
.format-item { margin: 0; }
.format-item figcaption { margin: 0 0 1.1rem; color: var(--faint); font-size: var(--text-label); text-transform: uppercase; letter-spacing: .18em; }
.formats-note { margin: clamp(2.5rem, 4vw, 3.5rem) 0 0; max-width: 36rem; color: var(--muted); font-size: var(--text-body); line-height: 1.7; }
.format-card { border: 1px solid var(--line); aspect-ratio: 3 / 4; display: flex; align-items: center; justify-content: center; padding: clamp(1.2rem, 2vw, 2rem); color: var(--muted); }
.format-card svg { width: 100%; height: 100%; }
.format-try { display: block; margin-top: 1.1rem; text-align: center; color: var(--muted); }
.format-try:hover { color: var(--paper); }
.story-progress { stroke: #FDD544; stroke-width: 1.6; stroke-dasharray: 1; stroke-dashoffset: 1; animation: gold-fill 4.2s linear infinite; }
.yt-progress { stroke: #FDD544; stroke-width: 1.6; stroke-dasharray: 1; stroke-dashoffset: 1; animation: gold-fill 6s linear infinite; }
@keyframes gold-fill { 0% { stroke-dashoffset: 1; } 82% { stroke-dashoffset: 0; } 100% { stroke-dashoffset: 0; } }
.yt-playhead { animation: yt-playhead 6s linear infinite; }
@keyframes yt-playhead { 0% { transform: translateX(0); } 82%, 100% { transform: translateX(190px); } }
.article-scan { stroke: #FDD544; stroke-width: 1; opacity: 0; animation: article-scan 5.6s ease-in-out infinite; }
@keyframes article-scan { 0% { transform: translateY(0); opacity: 0; } 12% { opacity: .85; } 80% { opacity: .85; } 100% { transform: translateY(178px); opacity: 0; } }
.tt-float { fill: #FDD544; opacity: 0; animation: tt-float 4.4s ease-out infinite; }
.tt-float--b { animation-delay: 2.2s; }
@keyframes tt-float { 0% { transform: translateY(0); opacity: 0; } 14% { opacity: .95; } 100% { transform: translateY(-72px); opacity: 0; } }
.case { padding: clamp(6rem, 10vw, 9.5rem) 0; border-top: 1px solid var(--line); }
.case h2 { margin: 0; max-width: 34rem; font-size: var(--text-h2); line-height: 1.05; font-weight: 390; letter-spacing: -.045em; }
.case-card { margin-top: clamp(3rem, 5vw, 4.5rem); border: 1px solid var(--line); display: grid; grid-template-columns: 1.05fr 1fr; }
.case-left { padding: clamp(1.8rem, 3vw, 3rem); border-right: 1px solid var(--line); display: grid; gap: clamp(1.8rem, 2.6vw, 2.6rem); align-content: start; }
.case-film { display: flex; gap: 1.2rem; align-items: center; }
.case-poster { display: block; flex: none; width: 3.4rem; aspect-ratio: 2 / 3; border: 1px solid var(--line); background: linear-gradient(to top right, transparent calc(50% - .5px), var(--line) 50%, transparent calc(50% + .5px)); }
.case-film h3 { margin: 0; font-size: 1.3rem; font-weight: 440; letter-spacing: -.02em; }
.case-film p { margin: .45rem 0 0; color: var(--faint); font-size: var(--text-label); text-transform: uppercase; letter-spacing: .14em; }
.case-stats { display: grid; grid-template-columns: repeat(3, minmax(0, auto)); gap: clamp(1.4rem, 2.4vw, 2.6rem); justify-content: start; }
.case-num { display: block; font-size: clamp(2.1rem, 2.6vw, 2.7rem); font-weight: 380; line-height: 1; letter-spacing: -.04em; }
.case-num i { font-style: normal; font-size: .55em; color: var(--faint); }
.case-label { display: block; margin-top: .55rem; color: var(--muted); font-size: var(--text-label); text-transform: uppercase; letter-spacing: .14em; }
.case-stat .case-meter { margin-top: .8rem; }
.case-meter { display: block; height: 2px; background: var(--line); overflow: hidden; }
.case-meter i { display: block; height: 100%; width: var(--w); background: #FDD544; transform-origin: left; animation: case-fill 9s var(--ease-out) infinite; }
@keyframes case-fill { 0% { transform: scaleX(0); } 14% { transform: scaleX(1); } 100% { transform: scaleX(1); } }
.case-themes { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.case-themes li { display: grid; grid-template-columns: minmax(8rem, .8fr) 1fr auto; gap: 1.2rem; align-items: center; padding: .95rem 0; border-bottom: 1px solid var(--line); color: var(--muted); font-size: var(--text-body); }
.case-themes em { font-style: normal; color: var(--faint); font-size: var(--text-label); text-transform: uppercase; letter-spacing: .12em; }
.case-themes li:nth-child(2) .case-meter i { animation-delay: .5s; }
.case-themes li:nth-child(3) .case-meter i { animation-delay: 1s; }
.case-right { padding: clamp(1.8rem, 3vw, 3rem); display: flex; flex-direction: column; gap: clamp(1.6rem, 2.4vw, 2.4rem); }
.case-quotes { position: relative; }
.case-quotes-head { display: flex; justify-content: flex-end; margin-bottom: .6rem; }
.case-play { width: 2.4rem; height: 2.4rem; padding: 0; border-radius: 50%; border: 1px solid var(--line); background: transparent; color: var(--muted); display: flex; align-items: center; justify-content: center; cursor: pointer; transition: border-color .25s ease, color .25s ease; }
.case-play:hover { border-color: var(--paper); color: var(--paper); }
.case-play i { display: block; width: .5rem; height: .68rem; border-left: 2px solid currentColor; border-right: 2px solid currentColor; }
.case-play[data-state="paused"] i { width: 0; height: 0; border: 0; border-left: .62rem solid currentColor; border-top: .42rem solid transparent; border-bottom: .42rem solid transparent; margin-left: .14rem; }
.case-quotes-viewport { height: clamp(21rem, 30vw, 25rem); overflow: hidden; }
.case-quotes.is-playing .case-quotes-track { animation: quotes-scroll 180s linear infinite; }
.case-quotes.is-paused .case-quotes-track { animation-play-state: paused; }
@keyframes quotes-scroll { to { transform: translateY(-50%); } }
.case-quote { margin: 0; padding: 1.5rem 0 1.7rem; border-bottom: 1px solid var(--line); }
.case-verdicts { margin: 1.15rem 0 0; display: grid; gap: .4rem; }
.case-verdicts p { margin: 0; display: grid; grid-template-columns: 5rem 1fr; gap: 1rem; align-items: baseline; color: var(--muted); font-size: var(--text-body); line-height: 1.5; }
.case-verdicts span { color: var(--faint); font-size: var(--text-label); text-transform: uppercase; letter-spacing: .14em; }
.case-quote blockquote { margin: 0; font-size: clamp(1.2rem, 1.6vw, 1.45rem); font-weight: 390; line-height: 1.4; letter-spacing: -.015em; }
.case-quote figcaption { margin-top: 1.1rem; color: var(--muted); font-size: var(--text-body); }
.case-quote strong { color: var(--paper); font-weight: 520; }
.case-quote figcaption a { border-bottom: 1px solid var(--line); transition: color .25s ease; }
.case-quote figcaption a:hover { color: var(--paper); }
.case-note { margin: auto 0 0; color: var(--muted); font-size: var(--text-body); line-height: 1.7; }
.audience { padding: clamp(6rem, 10vw, 9.5rem) 0; border-top: 1px solid var(--line); }
.audience h2 { margin: 0; max-width: 34rem; font-size: var(--text-h2); line-height: 1.05; font-weight: 390; letter-spacing: -.045em; }
.audience-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr)); gap: clamp(2.5rem, 4vw, 4rem); margin-top: clamp(3.5rem, 6vw, 5.5rem); border-top: 1px solid var(--line); }
.audience-grid article { padding-top: 1.6rem; }
.audience-grid h3 { margin: 0 0 .7rem; font-size: var(--text-body); font-weight: 520; letter-spacing: -.02em; }
.audience-grid p { margin: 0; color: var(--muted); font-size: var(--text-body); line-height: 1.65; }
.home-cta { padding: clamp(7rem, 12vw, 12rem) 0; border-top: 1px solid var(--line); }
.home-cta h2 { margin: 0 0 clamp(2rem, 4vw, 3rem); max-width: 46rem; font-size: var(--text-h2-cta); line-height: 1; font-weight: 380; letter-spacing: -.05em; }
.mega-footer { border-top: 1px solid var(--line); padding: clamp(4.5rem, 8vw, 7.5rem) var(--gutter) 2.2rem; position: relative; z-index: 5; }
.mega-footer-inner { max-width: 1440px; margin: 0 auto; }
.footer-grid { display: grid; grid-template-columns: minmax(16rem, 1.5fr) 1fr 1fr 1fr; gap: clamp(2.5rem, 5vw, 5rem); }
.footer-brand img { height: 2.2rem; width: auto; display: block; }
.footer-brand p { margin: 1.6rem 0 0; max-width: 22rem; color: var(--muted); font-size: var(--text-body); line-height: 1.65; }
.footer-col h4 { margin: 0 0 1.5rem; color: var(--faint); font-size: var(--text-label); font-weight: 500; text-transform: uppercase; letter-spacing: .18em; }
.footer-col a { display: block; padding: .34rem 0; color: var(--muted); font-size: var(--text-body); transition: color .25s ease; }
.footer-col a:hover { color: var(--paper); }
.footer-wordmark { margin-top: clamp(4.5rem, 9vw, 8rem); font-size: clamp(3.6rem, 12.5vw, 12.5rem); font-weight: 370; line-height: .8; letter-spacing: -.05em; color: rgba(242, 242, 239, .13); user-select: none; }
.footer-legal { margin-top: 2.6rem; padding-top: 1.5rem; border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; gap: .45rem 1.6rem; color: var(--faint); font-size: var(--text-label); }
.footer-legal a:hover { color: var(--paper); }
@media (max-width: 900px) {
  .format-strip { grid-template-columns: 1fr 1fr; gap: 1.2rem; }
  .case-card { grid-template-columns: 1fr; }
  .case-left { border-right: 0; border-bottom: 1px solid var(--line); }
  .feature { grid-template-columns: 1fr; gap: 3.2rem; padding: clamp(4.5rem, 12vw, 7rem) 0; }
  .feature-media, .feature:nth-of-type(odd) .feature-media { order: -1; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}
.tool-page .service-hero { grid-template-columns: 1fr; justify-items: center; text-align: center; align-items: start; padding-bottom: clamp(3rem, 6vw, 5.5rem); }
.tool-page .service-hero .lead { margin-top: 2rem; max-width: 34rem; }
.tool-form { margin: 0 auto; max-width: 52rem; }
.tool-form label { display: block; margin-bottom: .9rem; color: var(--faint); font-size: var(--text-label); text-transform: uppercase; letter-spacing: .18em; }
.tool-row { display: flex; gap: .8rem; flex-wrap: wrap; }
.tool-row input { flex: 1 1 18rem; min-width: 0; padding: .8rem 1rem; background: transparent; border: 1px solid var(--line); color: var(--paper); font: inherit; font-size: var(--text-body); }
.tool-row input:focus { outline: none; border-color: var(--paper); }
.tool-row .cta { cursor: pointer; background: transparent; color: var(--paper); }
.tool-row .cta:disabled { color: var(--faint); cursor: default; }
.tool-status { margin: 2rem 0 0; color: var(--muted); font-size: var(--text-body); }
.tool-result { margin-top: clamp(2.6rem, 4vw, 4rem); display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 3fr); gap: clamp(2.4rem, 6vw, 6rem); align-items: start; }
.tool-main { display: grid; gap: clamp(1.6rem, 2.4vw, 2.4rem); }
.tool-source { margin: 0; color: var(--muted); font-size: var(--text-body); }
.tool-source strong { color: var(--paper); font-weight: 500; }
.tool-result h2 { margin: 0; max-width: 46rem; font-size: clamp(1.5rem, 2.4vw, 2rem); line-height: 1.25; letter-spacing: -.015em; }
.tool-summary { margin: 0; max-width: 46rem; color: var(--muted); font-size: var(--text-body); line-height: 1.7; }
.tool-tone-label { margin: 0 0 .8rem; display: flex; justify-content: space-between; align-items: baseline; }
.tool-tone-label span { color: var(--faint); font-size: var(--text-label); text-transform: uppercase; letter-spacing: .14em; }
.tool-tone-label em { font-style: normal; color: var(--paper); font-size: var(--text-body); }
.tool-meter { display: block; height: 2px; background: var(--line); }
.tool-meter i { display: block; height: 100%; width: 0; background: #FDD544; transition: width .8s var(--ease-out); }
.tool-heading { margin: 0 0 1.1rem; color: var(--faint); font-size: var(--text-label); text-transform: uppercase; letter-spacing: .14em; }
.tool-quotes blockquote { margin: 0 0 1.1rem; padding-left: 1.2rem; max-width: 46rem; border-left: 1px solid var(--line); font-size: 1.15rem; font-weight: 390; line-height: 1.5; letter-spacing: -.01em; }
.tool-quotes blockquote:last-child { margin-bottom: 0; }
.tool-verdicts { display: grid; gap: .6rem; }
.tool-verdicts p { margin: 0; display: grid; grid-template-columns: 5rem 1fr; gap: 1rem; align-items: baseline; color: var(--muted); font-size: var(--text-body); line-height: 1.5; }
.tool-verdicts p > span:first-child { color: var(--faint); font-size: var(--text-label); text-transform: uppercase; letter-spacing: .14em; }
.tool-result[hidden], .tool-verdicts p[hidden] { display: none; }
.tool-scores .tool-tone, .tool-voce { padding: 1.25rem 0; background-image: linear-gradient(to right, var(--line), transparent); background-repeat: no-repeat; background-position: left bottom; background-size: 100% 1px; }
.tool-scores .tool-tone { padding-top: 0; }
.tool-voce:last-child { background-image: none; padding-bottom: 0; }
.tool-voce-label { margin: 0 0 .8rem; display: flex; justify-content: space-between; align-items: baseline; }
.tool-voce-label span { color: var(--faint); font-size: var(--text-label); text-transform: uppercase; letter-spacing: .14em; }
.tool-voce-label em { font-style: normal; color: var(--paper); font-size: var(--text-body); }
.tool-voce[data-nd="true"] .tool-voce-label em { color: var(--faint); }
.tool-voce-meter { position: relative; display: block; height: 2px; background: var(--line); }
.tool-voce-meter i { display: block; height: 100%; width: 0; background: #FDD544; transition: width .8s var(--ease-out); }
.tool-voce[data-nd="true"] .tool-voce-meter::after { content: ""; position: absolute; left: 50%; top: -2px; width: 1px; height: 6px; background: var(--faint); }

.tool-loader { position: fixed; inset: 0; z-index: 60; background: var(--carbon); display: grid; place-items: center; opacity: 0; transition: opacity .8s ease; }
.tool-loader[hidden] { display: none; }
.tool-loader[data-state="in"] { opacity: 1; }
.tool-loader[data-state="out"] { opacity: 0; transition: opacity .9s ease .5s; }
.tool-loader-sphere { grid-area: 1 / 1; width: min(74vmin, 36rem); height: min(74vmin, 36rem); transform: scale(.45); opacity: 0; transition: transform 1.6s var(--ease-out), opacity 1.3s ease; }
.tool-loader[data-state="in"] .tool-loader-sphere { transform: scale(1); opacity: 1; }
.tool-loader[data-state="out"] .tool-loader-sphere { transform: scale(.001); opacity: 0; transition: transform 1s cubic-bezier(.6, 0, .85, .25), opacity .85s ease .1s; }
.tool-loader-sphere canvas { display: block; width: 100%; height: 100%; }
.tool-loader-word { grid-area: 1 / 1; margin: 0; color: var(--paper); font-size: .95rem; text-transform: uppercase; letter-spacing: .35em; text-indent: .35em; text-shadow: 0 0 .5rem var(--carbon), 0 0 1rem var(--carbon), 0 0 1.6rem var(--carbon); animation: attendi-breathe 3.4s ease-in-out infinite; transition: opacity .5s ease; }
.tool-loader[data-state="out"] .tool-loader-word { opacity: 0; animation: none; }
@keyframes attendi-breathe { 0%, 100% { opacity: .45; } 50% { opacity: .95; } }

@media (max-width: 720px) {
  .tool-verdicts p { grid-template-columns: 4rem 1fr; gap: .8rem; }
  .tool-result { grid-template-columns: 1fr; gap: 2.4rem; }
  .tool-voce:last-child { background-image: linear-gradient(to right, var(--line), transparent); padding-bottom: 1.25rem; }
}
