:root {
  --ink: #101318;
  --muted: #61666f;
  --paper: #f3f1ec;
  --white: #fff;
  --line: rgba(16, 19, 24, .14);
  --purple: #7867ff;
  --violet: #a77cff;
  --orange: #ff9d62;
  --blue: #7bc8ff;
  --green: #82d4a8;
  --radius: 22px;
  --shadow: 0 22px 70px rgba(13, 15, 25, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
body::selection { background: var(--purple); color: #fff; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
img, video { display: block; max-width: 100%; }
.section-shell { width: min(1380px, calc(100% - 72px)); margin-inline: auto; }

.site-header { position: fixed; z-index: 50; inset: 18px 24px auto; height: 58px; padding: 0 9px 0 22px; display: flex; align-items: center; justify-content: space-between; gap: 28px; border: 1px solid rgba(255,255,255,.26); border-radius: 999px; color: #fff; background: rgba(15,17,24,.72); backdrop-filter: blur(20px); box-shadow: 0 10px 34px rgba(0,0,0,.18); transition: background .25s, color .25s, border .25s; }
.site-header.scrolled { color: var(--ink); background: rgba(247,246,242,.86); border-color: rgba(17,19,24,.12); }
.brand { display: flex; align-items: center; gap: 11px; font-size: 13px; font-weight: 650; letter-spacing: -.01em; white-space: nowrap; }
.brand em { font-family: Georgia, serif; font-weight: 400; }
.brand.nav-logo { gap: 10px; letter-spacing: 0; }
.nav-logo-frame { display: flex; flex: 0 0 auto; align-items: center; justify-content: center; width: 104px; height: 30px; padding: 3px 6px; border: 1px solid rgba(255,255,255,.5); border-radius: 8px; background: rgba(255,255,255,.9); box-shadow: 0 10px 26px rgba(0,0,0,.16); backdrop-filter: blur(10px); }
.nav-logo-frame img { width: 100%; height: 100%; object-fit: contain; clip-path: inset(1% 0 3% 0); }
.site-header.scrolled .nav-logo-frame { border-color: rgba(17,19,24,.12); background: rgba(255,255,255,.78); box-shadow: none; }
.brand-mark { width: 25px; height: 19px; display: flex; align-items: center; justify-content: center; gap: 2px; }
.brand-mark i { width: 2px; height: 8px; background: currentColor; border-radius: 9px; animation: wave 1.4s ease-in-out infinite; }
.brand-mark i:nth-child(2), .brand-mark i:nth-child(4) { height: 15px; animation-delay: -.3s; }
.brand-mark i:nth-child(3) { height: 19px; animation-delay: -.55s; }
.brand-mark i:nth-child(5) { animation-delay: -.8s; }
@keyframes wave { 0%,100% { transform: scaleY(.55); } 50% { transform: scaleY(1); } }
.site-header nav { display: flex; gap: 26px; font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 14px; font-weight: 620; letter-spacing: 0; }
.site-header nav a { opacity: .82; transition: opacity .2s, color .2s; }
.site-header nav a:hover { opacity: 1; }
.nav-cta { padding: 13px 18px; border-radius: 999px; color: #11131a; background: #fff; font-size: 12px; font-weight: 650; }
.scrolled .nav-cta { color: #fff; background: #14171d; }

.hero { min-height: 800px; position: relative; overflow: hidden; display: grid; grid-template-columns: minmax(470px, .86fr) minmax(560px, 1.14fr); align-items: center; gap: 4.5vw; padding: 108px max(5vw, 42px) 52px; color: #fff; background: radial-gradient(circle at 75% 44%, #333143 0, #1b1c25 38%, #111319 70%); }
.hero::after { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .13; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' 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='.35'/%3E%3C/svg%3E"); }
.hero-glow { position: absolute; width: 580px; height: 580px; border-radius: 50%; filter: blur(120px); opacity: .2; }
.hero-glow-a { right: 15%; top: 2%; background: var(--purple); }
.hero-glow-b { left: 7%; bottom: -30%; background: #c566a9; }
.hero-copy, .hero-media { position: relative; z-index: 2; }
.hero-copy { text-align: center; }
.eyebrow { margin: 0 0 24px; display: flex; justify-content: center; gap: 11px; align-items: center; text-transform: uppercase; font-size: 10px; font-weight: 700; letter-spacing: .2em; color: #c6c7cd; }
.eyebrow span { width: 26px; height: 1px; background: var(--violet); box-shadow: 8px 4px 0 var(--orange); }
.hero h1 { margin: 0; font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 94px; line-height: .88; letter-spacing: 0; font-weight: 610; }
.hero h1 span { color: #c8bdff; font-family: Georgia, "Times New Roman", serif; font-style: italic; font-weight: 400; }
.hero-deck { margin: 28px auto 0; max-width: 620px; font-family: Georgia, serif; font-size: clamp(18px, 1.4vw, 24px); line-height: 1.25; letter-spacing: -.01em; white-space: nowrap; }
.hero-summary { max-width: 620px; margin: 20px auto 0; color: #f0edff; font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: clamp(20px, 1.65vw, 27px); font-weight: 560; line-height: 1.25; text-align: center; }
.hero-actions { max-width: 620px; display: flex; justify-content: center; gap: 10px; margin: 24px auto 0; }
.button { min-height: 48px; padding: 0 21px; border: 0; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; gap: 19px; cursor: pointer; font-size: 12px; font-weight: 650; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: #fff; color: #111319; }
.button-ghost { color: #fff; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.18); }
.button-paper { min-width: 152px; min-height: 36px; padding: 0 13px 0 16px; gap: 8px; color: #f6f3ff; background: rgba(255,255,255,.075); border: 1px solid rgba(255,255,255,.26); box-shadow: inset 0 1px rgba(255,255,255,.14), 0 10px 24px rgba(0,0,0,.18); backdrop-filter: blur(12px); font-size: 11px; font-weight: 680; letter-spacing: .01em; }
.button-paper span { width: 18px; height: 18px; display: inline-grid; place-items: center; border-radius: 50%; color: #181a22; background: #fff; font-size: 10px; line-height: 1; }
.button-paper:hover { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.42); box-shadow: inset 0 1px rgba(255,255,255,.18), 0 14px 30px rgba(0,0,0,.22); }
.button-dark { color: #fff; background: #15171d; }
.hero-stats { display: flex; gap: 0; margin: 28px 0 0; }
.hero-stats div { min-width: 112px; padding: 0 28px; border-left: 1px solid rgba(255,255,255,.15); }
.hero-stats div:first-child { padding-left: 0; border-left: 0; }
.hero-stats dt { font-family: Georgia, serif; font-size: 24px; }
.hero-stats dd { margin: 4px 0 0; color: #818691; font-size: 9px; text-transform: uppercase; letter-spacing: .14em; }

.hero-media { align-self: center; width: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.hero-frame { position: relative; width: min(830px, 100%); aspect-ratio: 1.68; overflow: hidden; border: 1px solid rgba(255,255,255,.2); border-radius: 34px; background: #090a0d; box-shadow: 0 45px 100px rgba(0,0,0,.44), 0 0 0 12px rgba(255,255,255,.025); transform: perspective(1200px) rotateY(-3deg) rotateX(1.5deg); }
.hero-frame video { width: 100%; height: 100%; object-fit: cover; }
.hero-frame::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgba(9,10,13,.34), transparent 24%, transparent 72%, rgba(9,10,13,.5)); }
.sound-toggle { position: absolute; z-index: 3; right: 18px; bottom: 18px; min-height: 38px; padding: 0 15px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; display: flex; align-items: center; gap: 8px; color: #fff; background: rgba(10,11,15,.56); backdrop-filter: blur(12px); cursor: pointer; font-size: 10px; }
.sound-toggle svg { width: 15px; fill: currentColor; }
.hero-capability-strip { width: min(830px, 100%); margin-top: 20px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); }
.hero-capability-strip > div { min-width: 0; min-height: 64px; padding: 12px 16px; display: flex; align-items: center; gap: 12px; border-left: 1px solid rgba(255,255,255,.12); }
.hero-capability-strip > div:first-child { border-left: 0; }
.hero-capability-strip b { width: 26px; height: 26px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 8px; color: #9da1ad; background: rgba(255,255,255,.06); font-size: 8px; }
.hero-capability-strip span { min-width: 0; color: #e7e7eb; font-size: 10px; white-space: nowrap; }
.hero-capability-strip small { display: block; margin-bottom: 3px; color: #747986; text-transform: uppercase; letter-spacing: .12em; font-size: 7px; }
.hero-capability-strip .capability-output { background: linear-gradient(90deg, rgba(119,103,255,.08), rgba(119,103,255,.16)); }
.hero-capability-strip .capability-output b { color: #d0c7ff; background: rgba(126,109,238,.2); }

.marquee { overflow: hidden; padding: 17px 0; color: #fff; background: #7969ed; }
.marquee div { width: max-content; display: flex; align-items: center; animation: marquee 38s linear infinite; }
.marquee span { padding: 0 28px; text-transform: uppercase; letter-spacing: .14em; font-size: 10px; font-weight: 700; }
.marquee b { font-size: 10px; color: #d7d1ff; }
@keyframes marquee { to { transform: translateX(-50%); } }

.section-kicker { margin-bottom: 48px; color: #8073e7; font-size: 14px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.section-kicker.light { color: #9b90f0; }
.method h2, .showcase h2 { margin: 0; font-size: clamp(47px, 5.2vw, 84px); line-height: .96; letter-spacing: -.055em; font-weight: 560; }
h2 em { font-family: Georgia, serif; font-weight: 400; color: #796be2; }

.method { padding: 70px 0 72px; color: #f3f3f5; background: #14161c; }
.method-heading { display: grid; grid-template-columns: 1fr; gap: 22px; align-items: start; }
#method-title { font-size: clamp(28px, 2.4vw, 42px); white-space: nowrap; }
.method h2 em { color: #b4a8ff; }
.method-heading > p { max-width: 820px; margin: 0; color: #b2b3bf; font-family: Manrope, Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 15px; font-weight: 450; line-height: 1.82; letter-spacing: .005em; }
.method-highlight { color: #f7f4ff; font-weight: 720; background: linear-gradient(180deg, transparent 58%, rgba(180,168,255,.22) 0); box-shadow: inset 0 -1px rgba(200,189,255,.45); }
.method-diagram { margin-top: 42px; padding: 44px; display: grid; grid-template-columns: 1fr 60px 1.05fr 60px 1.5fr 60px .9fr; align-items: center; color: #eef1f8; border: 1px solid rgba(255,255,255,.14); border-radius: 28px; background: #191c23; text-shadow: 0 1px 10px rgba(0,0,0,.32); box-shadow: inset 0 1px rgba(255,255,255,.05); }
.diagram-column { min-width: 0; }
.diagram-label { min-height: 28px; margin: 0 0 17px; color: #bdc2cf; text-transform: uppercase; letter-spacing: .13em; font-size: 8px; font-weight: 700; }
.signal { min-height: 53px; margin-top: 8px; padding: 8px 12px; display: flex; align-items: center; gap: 11px; border: 1px solid rgba(255,255,255,.17); border-radius: 11px; color: #eef1f8; background: rgba(255,255,255,.07); font-size: 10px; font-weight: 650; }
.signal b { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 8px; font-family: Georgia, serif; background: rgba(255,255,255,.12); }
.signal-text b { color: #eeeaff; }.signal-video b { color: #c3e8ff; }.signal-audio b { color: #ffd1b6; }
.diagram-arrow { transform: translateY(31px); }
.diagram-arrow span { width: 100%; height: 1px; display: block; position: relative; background: rgba(255,255,255,.17); }
.diagram-arrow span::after { content: ""; position: absolute; right: -1px; top: -3px; border-left: 5px solid #737985; border-top: 3px solid transparent; border-bottom: 3px solid transparent; }
.token-box { min-height: 178px; padding: 24px 20px 18px; text-align: center; border: 1px solid #978dff; border-radius: 15px; background: rgba(118,102,230,.14); box-shadow: inset 0 1px rgba(255,255,255,.07); }
.token-box strong { display: block; margin-top: 15px; color: #fff; font-size: 14px; }.token-box small { color: #dde0ec; font-weight: 650; }.token-row { display: flex; justify-content: center; gap: 4px; }.token-row i { width: 22px; height: 30px; border-radius: 4px; background: #79c6f5; }.token-row .target { background: #ef827a; }
.token-box ul { margin: 16px 0 0; padding: 12px 0 0; border-top: 1px solid rgba(255,255,255,.18); display: flex; justify-content: center; gap: 12px; list-style: none; color: #d6d9e5; font-size: 7px; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; }
.stream { min-height: 70px; padding: 14px 16px; border: 1px solid; border-radius: 13px; display: flex; flex-direction: column; justify-content: center; gap: 6px; }.stream b { font-size: 12px; }.stream span { color: #d1d6e3; font-size: 8px; font-weight: 650; letter-spacing: .05em; }.video-stream { border-color: #79c8ff; background: rgba(58,133,184,.14); }.video-stream b { color: #bde8ff; }.audio-stream { border-color: #f2a36f; background: rgba(207,119,69,.12); }.audio-stream b { color: #ffd0ad; }
.cross-weave { height: 45px; position: relative; }.cross-weave i { position: absolute; left: 30%; right: 30%; top: 21px; height: 1px; background: linear-gradient(90deg,#9edcff,#ffc09b); transform: rotate(8deg); }.cross-weave i:last-child { transform: rotate(-8deg); }.cross-weave::after { content: "bidirectional exchange"; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); color: #c1c6d4; white-space: nowrap; font-size: 7px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.output-pill { min-height: 54px; margin-top: 8px; padding: 9px 10px 9px 14px; border: 1px solid rgba(255,255,255,.13); border-radius: 12px; display: flex; align-items: center; justify-content: space-between; color: #eef1f8; background: rgba(255,255,255,.09); font-size: 9px; font-weight: 650; }.output-pill b { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 8px; color: #c7ecff; background: rgba(100,185,239,.2); }.output-pill:nth-child(3) b { color: #ffd2b6; background: rgba(238,141,85,.2); }
@media (min-width: 761px) {
  .inputs .diagram-label { transform: translateY(-1px); }
  .inputs .signal { transform: translateY(6px); }
  .tokens .diagram-label { transform: translateY(-4px); }
  .tokens .token-box { transform: translateY(6px); }
  .transformer .video-stream { transform: translateY(8px); }
  .transformer .audio-stream { transform: translateY(3px); }
  .outputs .diagram-label { transform: translateY(-31px); }
  .outputs .output-pill { transform: translateY(10px); }
}
.showcase { padding-top: 126px; padding-bottom: 96px; }
.showcase-heading { display: grid; grid-template-columns: 1fr; gap: 22px; align-items: start; }
#showcase-title { font-size: clamp(28px, 2.4vw, 42px); white-space: nowrap; }
.showcase-heading > p { max-width: 780px; margin: 0; color: #6b7078; font-size: 14px; line-height: 1.72; }
.filter-wrap { margin-top: 70px; padding: 14px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.filters { min-width: 0; display: flex; flex-wrap: nowrap; gap: 8px; overflow-x: auto; scrollbar-width: none; }
.filters::-webkit-scrollbar { display: none; }
.filter { flex: 0 0 auto; padding: 11px 16px; border: 0; border-radius: 999px; cursor: pointer; color: #5f646c; background: transparent; font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 13px; font-weight: 620; letter-spacing: 0; white-space: nowrap; transition: .2s; }.filter:hover { color: #111; }.filter.active { color: #fff; background: #171920; }
.gallery { margin-top: 35px; display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 46px 24px; }
.case-card { min-width: 0; opacity: 0; transform: translateY(14px); animation: cardIn .45s forwards; }
@keyframes cardIn { to { opacity: 1; transform: none; } }
.case-visual { min-height: 300px; position: relative; overflow: hidden; border-radius: var(--radius); background: #15171c; box-shadow: var(--shadow); }
.case-card.featured { grid-column: 1 / -1; }.case-card.featured .case-visual { min-height: 500px; }.case-card.featured .result-video { aspect-ratio: 2.2; }
.result-video { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; background: #111319; }
.comparison { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; background: #2a2c32; }.comparison > div { min-width: 0; position: relative; }.comparison video { width: 100%; height: 100%; aspect-ratio: 16 / 9; object-fit: cover; }.comparison.portrait video { aspect-ratio: .78; object-fit: cover; }.media-label { position: absolute; z-index: 2; left: 13px; top: 13px; padding: 7px 10px; border-radius: 999px; color: #fff; background: rgba(10,12,16,.62); backdrop-filter: blur(9px); text-transform: uppercase; letter-spacing: .1em; font-size: 7px; }
.case-meta { padding: 13px 3px 0; }.case-actions { margin-top: 15px; display: flex; align-items: center; gap: 8px; }.prompt-button, .sync-button { min-height: 34px; padding: 0 13px; border: 1px solid var(--line); border-radius: 999px; cursor: pointer; background: transparent; color: #565a61; font-size: 9px; transition: .2s; }.prompt-button:hover, .sync-button:hover { border-color: #7470a2; color: #222; }
.reference-strip { margin-top: 0; display: flex; gap: 7px; overflow-x: auto; scrollbar-width: thin; }
.reference-item { flex: 0 0 auto; position: relative; }
.reference-pair { width: 82px; display: flex; flex-direction: column; align-items: center; }
.reference-image-button { position: relative; padding: 0; border: 0; border-radius: 11px; overflow: hidden; cursor: zoom-in; background: transparent; }
.reference-image-button::after { content: "View"; position: absolute; inset: auto 5px 5px auto; padding: 4px 6px; border-radius: 999px; color: #fff; background: rgba(10,12,16,.68); opacity: 0; transform: translateY(3px); transition: opacity .2s, transform .2s; font-size: 7px; }
.reference-image-button:hover::after, .reference-image-button:focus-visible::after { opacity: 1; transform: none; }
.reference-item img { width: 62px; height: 62px; object-fit: cover; border-radius: 11px; border: 1px solid rgba(15,17,22,.12); transition: transform .2s; }
.reference-image-button:hover img { transform: scale(1.05); }
.reference-item.audio { width: 82px; }
.reference-audio-shell { width: 82px; min-height: 22px; margin-top: 6px; display: grid; place-items: center; }
.reference-audio-shell audio { display: none; }
.reference-audio-button { width: 100%; height: 22px; padding: 0 7px; display: flex; align-items: center; justify-content: center; gap: 5px; border: 1px solid rgba(15,17,22,.13); border-radius: 6px; cursor: pointer; color: #4e525a; background: rgba(255,255,255,.58); box-shadow: none; transition: color .2s, border-color .2s, background .2s, transform .2s; }
.reference-audio-button:hover, .reference-audio-button:focus-visible { border-color: rgba(111,99,221,.42); color: #5f55c8; background: rgba(255,255,255,.86); transform: translateY(-1px); outline: none; }
.reference-audio-button.is-playing { border-color: rgba(111,99,221,.48); color: #fff; background: #6f63dd; }
.audio-play-icon { width: 0; height: 0; margin-left: 1px; flex: 0 0 auto; border-top: 4px solid transparent; border-bottom: 4px solid transparent; border-left: 6px solid currentColor; }
.audio-pause-icon { display: none; width: 7px; height: 8px; flex: 0 0 auto; background: linear-gradient(90deg, currentColor 0 2px, transparent 2px 5px, currentColor 5px 7px); }
.reference-audio-button.is-playing .audio-play-icon { display: none; }
.reference-audio-button.is-playing .audio-pause-icon { display: block; }
.reference-audio-label { min-width: 0; overflow: hidden; color: inherit; text-overflow: ellipsis; white-space: nowrap; text-transform: uppercase; letter-spacing: .04em; font-size: 7px; font-weight: 700; }
.reference-item small { display: block; margin-bottom: 5px; color: #7e8289; font-size: 7px; text-transform: uppercase; letter-spacing: .08em; }
.load-more-wrap { margin-top: 62px; display: flex; justify-content: center; }.load-more[hidden] { display: none; }

.prompt-dialog { width: min(780px, calc(100% - 30px)); max-height: min(82vh, 850px); padding: 42px; border: 0; border-radius: 25px; color: var(--ink); background: #faf9f6; box-shadow: 0 40px 100px rgba(0,0,0,.35); }.prompt-dialog::backdrop { background: rgba(10,11,15,.72); backdrop-filter: blur(7px); }.dialog-close { position: sticky; z-index: 2; float: right; top: 0; width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 50%; cursor: pointer; background: #fff; font-size: 23px; font-weight: 300; }.dialog-kicker { margin: 0 0 12px; color: #7b6de5; text-transform: uppercase; letter-spacing: .15em; font-size: 8px; font-weight: 700; }.prompt-dialog h2 { margin: 0 0 28px; font-size: 33px; letter-spacing: -.04em; }.prompt-block + .prompt-block { margin-top: 28px; padding-top: 25px; border-top: 1px solid var(--line); }.prompt-block h3 { margin: 0 0 10px; font-size: 10px; text-transform: uppercase; letter-spacing: .13em; }.prompt-block pre { margin: 0; color: #555961; font: 12px/1.7 Inter, sans-serif; white-space: pre-wrap; word-break: break-word; }.translation-note { margin: 8px 0 0; color: #96999f; font-size: 9px; }.prompt-loading { color: #777; font-size: 12px; }
.image-dialog { width: fit-content; max-width: calc(100vw - 32px); height: fit-content; max-height: calc(100vh - 32px); padding: 0; overflow: visible; border: 0; border-radius: 0; color: #fff; background: transparent; box-shadow: none; }.image-dialog::backdrop { background: rgba(7,8,11,.86); backdrop-filter: blur(9px); }.image-dialog figure { width: fit-content; max-width: 100%; max-height: calc(100vh - 32px); margin: 0; padding: 0; display: flex; flex-direction: column; align-items: center; gap: 10px; }.image-dialog img { display: block; width: auto; height: auto; max-width: calc(100vw - 32px); max-height: calc(100vh - 68px); object-fit: contain; border-radius: 7px; }.image-dialog figcaption { min-height: 12px; text-align: center; color: #fff; text-shadow: 0 1px 12px rgba(0,0,0,.8); text-transform: uppercase; letter-spacing: .12em; font-size: 9px; }.image-dialog-close { position: absolute; z-index: 2; top: -14px; right: -14px; width: 36px; height: 36px; border: 1px solid rgba(255,255,255,.32); border-radius: 50%; cursor: pointer; color: #fff; background: rgba(13,15,20,.72); font-size: 23px; font-weight: 300; }

.site-footer { padding: 28px max(5vw,48px); color: var(--ink); background: var(--paper); }
.footer-bottom { width: 100%; padding-top: 26px; display: flex; justify-content: space-between; gap: 24px; border-top: 1px solid var(--line); color: #777b82; text-transform: uppercase; letter-spacing: .11em; font-size: 8px; }

@media (max-width: 1100px) {
  .hero { min-height: 0; grid-template-columns: 1fr; gap: 42px; padding-top: 126px; padding-bottom: 52px; }.hero-copy { max-width: 760px; }.hero-frame { transform: none; }
  .method-heading { grid-template-columns: 1fr; gap: 28px; }
  #method-title, #showcase-title { font-size: clamp(26px, 3.1vw, 34px); }
  .method-diagram { grid-template-columns: 1fr 38px 1fr 38px 1.2fr; }.method-diagram .outputs, .method-diagram .transformer + .diagram-arrow { display: none; }
}

@media (max-width: 760px) {
  .section-shell { width: min(100% - 32px, 1380px); }.site-header { inset: 10px 10px auto; height: 52px; padding-left: 14px; }.site-header nav { display: none; }.brand { font-size: 11px; }.nav-logo-frame { width: 88px; height: 27px; padding: 3px 5px; }.nav-cta { padding: 11px 13px; font-size: 10px; }
  .hero { min-height: 0; padding: 106px 18px 42px; gap: 32px; }.hero h1 { font-size: 58px; }.hero-deck { margin-top: 22px; font-size: clamp(13px, 3.6vw, 18px); white-space: nowrap; }.hero-summary { font-size: 20px; }.hero-actions { flex-wrap: wrap; }.hero-stats { margin-top: 24px; }.hero-stats div { min-width: 94px; padding: 0 17px; }.hero-frame { border-radius: 20px; }.hero-capability-strip { margin-top: 14px; }.hero-capability-strip > div { min-height: 55px; padding: 9px 8px; gap: 7px; }.hero-capability-strip b { width: 22px; height: 22px; }.hero-capability-strip span { font-size: 8px; line-height: 1.2; white-space: normal; }.hero-capability-strip small { font-size: 6px; }
  .showcase { padding-top: 85px; padding-bottom: 64px; }.section-kicker { margin-bottom: 30px; }.showcase-heading, .method-heading { grid-template-columns: 1fr; gap: 34px; }.method h2, .showcase h2 { font-size: 46px; }
  #method-title, #showcase-title { font-size: 36px; white-space: normal; }
  .method { padding: 54px 0 60px; }.method-diagram { margin-top: 30px; padding: 22px; grid-template-columns: 1fr; gap: 17px; }.diagram-arrow { height: 20px; transform: none; }.diagram-arrow span { width: 1px; height: 20px; margin: auto; }.diagram-arrow span::after { right: -2px; top: auto; bottom: -1px; transform: rotate(90deg); }.method-diagram .outputs, .method-diagram .transformer + .diagram-arrow { display: block; }
  .filters { overflow-x: auto; }.gallery { grid-template-columns: 1fr; gap: 40px; }.case-card.featured { grid-column: auto; }.case-card.featured .case-visual { min-height: 260px; }.case-card.featured .result-video { aspect-ratio: 16/9; }.case-actions { flex-wrap: wrap; }.comparison.portrait video { aspect-ratio: .74; }
  .prompt-dialog { padding: 27px 22px; }.prompt-dialog h2 { font-size: 28px; }
  .image-dialog { max-width: calc(100vw - 20px); max-height: calc(100vh - 20px); }.image-dialog img { max-width: calc(100vw - 20px); max-height: calc(100vh - 58px); }.image-dialog-close { top: -10px; right: -5px; }
  .site-footer { padding: 24px 20px; }.footer-bottom { gap: 12px; flex-direction: column; align-items: center; text-align: center; }
}

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