:root {
  --black: #070707;
  --panel: #0d0d0d;
  --panel-2: #111;
  --white: #f5f5f3;
  --gray: #9a9a9a;
  --line: rgba(255,255,255,.11);
  --red: #ff0000;
  --red-dark: #4a0000;
  --sans: "Manrope", Arial, sans-serif;
  --mono: "DM Mono", monospace;
  --creator-shell: min(1320px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; font-family: var(--sans); -webkit-font-smoothing: antialiased; }
.icon { width: 1em; height: 1em; flex: 0 0 auto; overflow: visible; vertical-align: -.14em; }
.icon-link { display: inline-flex; align-items: center; gap: .45em; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
button { font: inherit; }
.skip-link { position: fixed; top: -80px; left: 20px; z-index: 99; padding: 12px 16px; background: white; color: black; }
.skip-link:focus { top: 20px; }

/* Landing — CreatorCut direction */
.landing-page { background: var(--black); color: var(--white); }
.creator-shell { width: var(--creator-shell); margin-inline: auto; }
.floating-nav { position: absolute; z-index: 10; top: 28px; left: 50%; transform: translateX(-50%); width: min(1050px, calc(100vw - 40px)); height: 74px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 22px; padding: 8px 8px 8px 20px; border: 1px solid var(--line); border-radius: 42px; background: rgba(8,8,8,.88); backdrop-filter: blur(18px); box-shadow: 0 18px 50px rgba(0,0,0,.25); }
.nav-brand { display: flex; align-items: center; gap: 10px; width: max-content; font-size: 15px; font-weight: 800; }
.nav-logo { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 9px; background: var(--red); color: white; font: 700 11px var(--mono); }
.floating-nav nav { justify-self: center; display: flex; gap: 25px; font-size: 13px; font-weight: 600; }
.floating-nav nav a { color: #c8c8c8; transition: color .2s; }
.floating-nav nav a:hover { color: white; }
.nav-actions { justify-self: end; display: flex; align-items: center; gap: 9px; }
.nav-socials { display: flex; gap: 5px; }
.nav-socials a { display: grid; place-items: center; width: 32px; height: 32px; border: 1px solid var(--line); border-radius: 50%; color: #aaa; font: 500 9px var(--mono); text-transform: lowercase; transition: color .2s, border-color .2s, background .2s; }
.nav-socials a:hover { border-color: rgba(255,255,255,.28); background: #171717; color: white; }
.nav-socials svg { width: 13px; height: 13px; fill: currentColor; }
.nav-cta { display: inline-flex; align-items: center; gap: 8px; padding: 17px 25px; border-radius: 30px; background: var(--red); font-size: 13px; font-weight: 700; transition: transform .2s, background .2s; }
.nav-cta .icon { width: 16px; height: 16px; }
.nav-cta:hover { transform: translateY(-1px); background: #ff2828; }

.creator-hero { position: relative; min-height: 900px; overflow: hidden; padding: 185px 0 110px; isolation: isolate; }
.creator-hero::before { content: ""; position: absolute; z-index: 1; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgba(7,7,7,.9) 0%, rgba(7,7,7,.7) 31%, rgba(7,7,7,.22) 66%, rgba(7,7,7,.54) 100%), linear-gradient(0deg, var(--black), transparent 24%); }
.hero-motion { position: absolute; z-index: 0; inset: 0; overflow: hidden; pointer-events: none; background: radial-gradient(circle at 76% 42%, #2b0c0a 0%, #100909 27%, #070707 63%); }
.hero-motion::after { content: ""; position: absolute; inset: 0; opacity: .16; background: repeating-linear-gradient(0deg, transparent 0 3px, rgba(255,255,255,.035) 4px); mix-blend-mode: soft-light; }
.hero-motion-grid { position: absolute; width: 120%; height: 120%; left: 26%; top: 36%; background-image: linear-gradient(rgba(255,73,58,.13) 1px, transparent 1px), linear-gradient(90deg, rgba(255,73,58,.13) 1px, transparent 1px); background-size: 72px 72px; -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,.9), transparent 72%); mask-image: linear-gradient(to bottom, rgba(0,0,0,.9), transparent 72%); transform: perspective(560px) rotateX(65deg) rotateZ(-8deg) translate3d(0,0,0); transform-origin: center top; animation: hero-grid-drift 15s linear infinite; }
.hero-orbit { position: absolute; display: block; border: 1px solid rgba(255,0,0,.23); border-radius: 50%; box-shadow: inset 0 0 70px rgba(255,0,0,.035), 0 0 50px rgba(255,0,0,.04); }
.hero-orbit::before, .hero-orbit::after { content: ""; position: absolute; width: 8px; height: 8px; border-radius: 50%; background: #ff0000; box-shadow: 0 0 18px rgba(255,0,0,.85); }
.hero-orbit-one { width: 680px; height: 680px; right: -70px; top: 60px; animation: hero-orbit-spin 22s linear infinite; }
.hero-orbit-one::before { top: 16%; left: 8%; }
.hero-orbit-one::after { right: 4%; bottom: 28%; }
.hero-orbit-two { width: 430px; height: 430px; right: 190px; top: 180px; border-color: rgba(255,255,255,.09); animation: hero-orbit-spin-reverse 17s linear infinite; }
.hero-orbit-two::before { top: 50%; left: -4px; width: 5px; height: 5px; }
.hero-orbit-two::after { right: 10%; top: 12%; width: 5px; height: 5px; }
.hero-beam { position: absolute; display: block; width: 820px; height: 2px; border-radius: 50%; background: linear-gradient(90deg, transparent, rgba(255,0,0,.18) 20%, rgba(255,38,38,.95) 56%, transparent); filter: blur(.4px); box-shadow: 0 0 30px rgba(255,0,0,.7), 0 0 90px rgba(255,0,0,.25); transform-origin: center; }
.hero-beam-one { right: -120px; top: 310px; transform: rotate(-18deg); animation: hero-beam-one 7s ease-in-out infinite alternate; }
.hero-beam-two { right: -60px; bottom: 180px; opacity: .55; transform: rotate(13deg); animation: hero-beam-two 9s ease-in-out infinite alternate; }
.hero-pulse { position: absolute; right: 20%; top: 41%; width: 180px; height: 180px; border-radius: 50%; background: rgba(255,0,0,.2); filter: blur(55px); animation: hero-pulse 4.5s ease-in-out infinite; }
.hero-filmstrip { position: absolute; left: -18vw; top: 145px; width: 140vw; overflow: hidden; padding: 18px 0; border-block: 1px solid rgba(255,255,255,.12); opacity: .5; transform: rotate(-5deg); -webkit-mask-image: linear-gradient(90deg, transparent, #000 9%, #000 91%, transparent); mask-image: linear-gradient(90deg, transparent, #000 9%, #000 91%, transparent); }
.hero-filmstrip::before, .hero-filmstrip::after { content: ""; position: absolute; z-index: 2; left: 0; width: 100%; height: 7px; background: repeating-linear-gradient(90deg, rgba(255,255,255,.32) 0 13px, transparent 13px 25px); }
.hero-filmstrip::before { top: 4px; }
.hero-filmstrip::after { bottom: 4px; }
.hero-filmstrip > div { width: max-content; display: flex; gap: 10px; animation: hero-film-roll 19s linear infinite alternate; }
.hero-filmstrip span { width: 195px; height: 112px; flex: 0 0 auto; border: 1px solid rgba(255,255,255,.2); background-image: linear-gradient(rgba(255,0,0,.12), rgba(5,5,5,.25)), var(--shot); background-position: center; background-size: cover; filter: saturate(.45) contrast(1.08) brightness(.72); }
.hero-edit-timeline { position: absolute; left: 5%; bottom: 72px; width: 90%; padding: 15px 18px 18px; border: 1px solid rgba(255,255,255,.12); border-radius: 14px; background: rgba(7,7,7,.72); box-shadow: 0 20px 60px rgba(0,0,0,.45); opacity: .66; transform: rotate(1deg); backdrop-filter: blur(8px); }
.hero-edit-timeline time { display: block; margin-bottom: 11px; color: rgba(255,255,255,.58); font: 9px var(--mono); text-align: right; }
.hero-edit-timeline > div { position: relative; display: grid; grid-template-columns: 1.2fr .65fr 1.45fr .8fr; gap: 5px; height: 31px; padding-block: 5px; border-block: 1px solid rgba(255,255,255,.08); }
.hero-edit-timeline span { border-radius: 3px; background: linear-gradient(90deg, #80251f, #d93d32); }
.hero-edit-timeline span:nth-child(2) { background: linear-gradient(90deg, #443133, #765254); }
.hero-edit-timeline span:nth-child(3) { background: linear-gradient(90deg, #8a0000, #ff2828); }
.hero-edit-timeline span:nth-child(4) { background: linear-gradient(90deg, #332426, #6a3b3e); }
.hero-edit-timeline i { position: absolute; top: -9px; left: 58%; width: 1px; height: 48px; background: white; box-shadow: 0 0 10px rgba(255,255,255,.7); animation: hero-playhead 6s ease-in-out infinite alternate; }
.hero-edit-timeline i::before { content: ""; position: absolute; top: 0; left: -4px; border: 4px solid transparent; border-top-color: white; }
@keyframes hero-grid-drift { from { background-position: 0 0, 0 0; } to { background-position: 0 72px, 72px 0; } }
@keyframes hero-orbit-spin { to { transform: rotate(360deg); } }
@keyframes hero-orbit-spin-reverse { to { transform: rotate(-360deg); } }
@keyframes hero-beam-one { from { translate: -4% -20px; opacity: .35; } to { translate: 5% 25px; opacity: .9; } }
@keyframes hero-beam-two { from { translate: 4% 16px; } to { translate: -7% -22px; } }
@keyframes hero-pulse { 0%,100% { scale: .75; opacity: .38; } 50% { scale: 1.35; opacity: .72; } }
@keyframes hero-film-roll { from { transform: translateX(-30px); } to { transform: translateX(-260px); } }
@keyframes hero-playhead { from { left: 8%; } to { left: 91%; } }
.hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: .9fr 1.1fr; gap: 95px; align-items: center; min-height: 620px; }
.creator-copy { padding-left: 30px; }
.availability { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 45px; padding: 10px 14px; border: 1px solid var(--line); border-radius: 24px; background: rgba(10,10,10,.5); color: #cbcbcb; font-size: 12px; font-weight: 600; }
.availability span { width: 8px; height: 8px; border-radius: 50%; background: #53d56e; box-shadow: 0 0 0 6px rgba(83,213,110,.11); }
.creator-copy h1 { max-width: 610px; margin: 0; font-size: clamp(52px, 5vw, 76px); line-height: 1.08; letter-spacing: -.055em; font-weight: 500; }
.creator-copy h1 > span { display: block; }
.creator-copy h1 strong { font-weight: 700; }
.creator-copy > p { max-width: 570px; margin: 29px 0 0; color: #aaa; font-size: 17px; line-height: 1.65; }
.creator-actions { display: flex; gap: 14px; margin-top: 38px; }
.pill-button { display: inline-flex; align-items: center; justify-content: center; width: max-content; padding: 14px 21px; border: 1px solid transparent; border-radius: 28px; font-size: 12px; font-weight: 700; transition: transform .2s, background .2s, border-color .2s; }
.pill-button:hover { transform: translateY(-2px); }
.pill-primary { background: var(--red); color: white; }
.pill-primary:hover { background: #ff2828; }
.pill-secondary { border-color: var(--line); background: #151515; color: #ddd; }
.pill-secondary:hover { border-color: rgba(255,255,255,.24); background: #1b1b1b; }
.creator-proof { display: flex; align-items: center; gap: 22px; margin-top: 45px; }
.proof-bubbles { display: flex; padding-left: 10px; }
.proof-bubbles span { display: grid; place-items: center; width: 39px; height: 39px; margin-left: -10px; border: 2px solid var(--black); border-radius: 50%; background: linear-gradient(145deg, #6a312d, #1b1413); color: white; font: 10px var(--mono); }
.proof-bubbles span:last-child { background: white; color: black; font-size: 12px; }
.proof-stars { color: #ffd930; font-size: 12px; letter-spacing: 2px; }
.creator-proof p { margin: 5px 0 0; color: #d3d3d3; font-size: 12px; font-weight: 600; }

.reel-wrap { position: relative; max-width: 700px; padding: 11px; border: 1px solid rgba(255,255,255,.08); border-radius: 30px; background: linear-gradient(135deg, rgba(255,0,0,.34), rgba(255,255,255,.03) 38%, rgba(255,0,0,.18)); box-shadow: 0 28px 90px rgba(0,0,0,.48); }
.reel-pin { position: absolute; z-index: 4; top: 18px; left: 22px; display: grid; place-items: center; width: 38px; height: 38px; border-radius: 11px; background: rgba(12,12,12,.68); backdrop-filter: blur(10px); color: #aaa; }
.reel-pin .icon { width: 19px; height: 19px; }
.reel-card { position: relative; overflow: hidden; aspect-ratio: 16/9; border-radius: 22px; background: #111; }
.reel-card iframe { width: 100%; height: 100%; border: 0; }
.video-poster { width: 100%; height: 100%; object-fit: cover; filter: saturate(.8) brightness(.65); transition: transform .65s, filter .35s; }
.video-launch { cursor: pointer; position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; border: 0; background: transparent; color: white; font: 10px var(--mono); text-transform: uppercase; }
.video-launch-icon { display: grid; place-items: center; width: 64px; height: 64px; border-radius: 50%; background: var(--red); box-shadow: 0 12px 42px rgba(0,0,0,.4); transition: transform .25s; }
.video-launch-icon .icon { width: 27px; height: 27px; margin-left: 3px; }
.video-launch:hover .video-launch-icon { transform: scale(1.08); }
.reel-card:hover .video-poster { transform: scale(1.018); filter: saturate(1) brightness(.76); }
.reel-label { display: flex; justify-content: space-between; padding: 13px 8px 2px; color: #aaa; font: 9px var(--mono); text-transform: uppercase; }

.performance-strip { display: grid; grid-template-columns: .72fr repeat(3, 1fr); border-block: 1px solid var(--line); }
.performance-strip > * { min-height: 190px; padding: 34px; }
.performance-label { display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid var(--line); color: #777; font: 9px var(--mono); text-transform: uppercase; }
.performance-label i { width: 42px; height: 1px; background: var(--red); }
.performance-strip article { display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid var(--line); }
.performance-strip article:last-child { border-right: 0; }
.performance-strip strong { color: var(--white); font-size: clamp(46px, 5vw, 74px); line-height: 1; letter-spacing: -.07em; }
.performance-strip article:first-of-type strong { color: var(--red); }
.performance-strip p { margin: 22px 0 0; color: #777; font: 9px/1.55 var(--mono); text-transform: uppercase; }

/* Impact, presented as an editorial statement rather than a dashboard. */
.performance-story { display: grid; grid-template-columns: .3fr 1.2fr .35fr; gap: 70px; align-items: end; padding: 125px 0; border-block: 1px solid var(--line); }
.performance-story-label { min-height: 235px; display: flex; flex-direction: column; justify-content: space-between; color: #777; font: 9px var(--mono); text-transform: uppercase; }
.performance-story h2 { max-width: 900px; margin: 0; font-size: clamp(52px, 6.8vw, 98px); line-height: .94; letter-spacing: -.065em; font-weight: 500; }
.performance-story h2 em { color: var(--red); font-family: Georgia, serif; font-weight: 400; }
.performance-story aside { min-height: 235px; display: flex; flex-direction: column; justify-content: flex-end; padding-left: 30px; border-left: 1px solid var(--line); }
.performance-story aside span, .performance-story aside small { color: #777; font: 8px/1.5 var(--mono); text-transform: uppercase; }
.performance-story aside strong { display: block; margin: 18px 0 8px; color: #eee; font-size: clamp(32px, 3.4vw, 52px); letter-spacing: -.05em; }

.creator-section { padding: 110px 0; }
.services { border-top: 1px solid rgba(255,255,255,.06); }
.centered-heading { max-width: 720px; margin: 0 auto 58px; text-align: center; }
.section-pill { display: inline-flex; padding: 9px 15px; border: 1px solid var(--line); border-radius: 24px; color: #c3c3c3; font-size: 11px; font-weight: 700; }
.centered-heading h2 { margin: 27px 0 0; font-size: clamp(42px, 5vw, 67px); line-height: 1.05; letter-spacing: -.05em; font-weight: 500; }
.centered-heading p { margin: 20px auto 0; color: #909090; font-size: 16px; line-height: 1.6; }
.service-stack { position: relative; display: grid; gap: 70px; }
.service-card { min-height: 500px; display: grid; grid-template-columns: .92fr 1.08fr; gap: 70px; align-items: center; padding: 24px; border: 1px solid var(--line); border-radius: 30px; background: rgba(12,12,12,.75); }
.service-copy { max-width: 480px; padding: 55px 0 55px 58px; }
.service-number { display: block; margin-bottom: 22px; color: var(--red); font: 10px var(--mono); }
.service-copy h3 { margin: 0; font-size: clamp(29px, 3vw, 42px); letter-spacing: -.04em; font-weight: 600; }
.service-copy p { margin: 25px 0 34px; color: #999; font-size: 15px; line-height: 1.7; }
.service-image { overflow: hidden; height: 100%; min-height: 450px; display: grid; grid-template-columns: 1.45fr .8fr; grid-template-rows: 1fr 1fr; gap: 6px; padding: 6px; border-radius: 22px; background: #151515; }
.service-shot { position: relative; min-width: 0; min-height: 0; overflow: hidden; border-radius: 12px; background: #0d0d0d; }
.service-shot:first-child { grid-row: 1 / -1; }
.service-shot::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.72), transparent 48%); }
.service-shot img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.78) brightness(.74); transition: transform .7s, filter .4s; }
.service-shot span { position: absolute; z-index: 2; left: 13px; bottom: 12px; padding: 7px 9px; border: 1px solid rgba(255,255,255,.14); border-radius: 15px; background: rgba(7,7,7,.68); color: #ddd; font: 8px var(--mono); text-transform: uppercase; backdrop-filter: blur(8px); }
.service-card:hover .service-shot img { transform: scale(1.025); filter: saturate(.95) brightness(.84); }

.featured { background: #090909; }
.category-pills { display: flex; justify-content: center; gap: 10px; margin: -10px 0 45px; }
.category-pills span { padding: 9px 14px; border: 1px solid var(--line); border-radius: 25px; color: #888; font-size: 11px; }
.category-pills .active { border-color: var(--red); color: white; }
.creator-projects { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.creator-project { padding: 10px 10px 20px; border: 1px solid var(--line); border-radius: 25px; background: var(--panel); transition: transform .25s, border-color .25s; }
.creator-project:hover { transform: translateY(-5px); border-color: rgba(255,255,255,.2); }
.creator-thumb { position: relative; overflow: hidden; aspect-ratio: 4/5; border-radius: 18px; background: #151515; }
.creator-thumb img { width: 100%; height: 100%; object-fit: cover; filter: brightness(.78); transition: transform .55s, filter .3s; }
.creator-project:hover img { transform: scale(1.03); filter: brightness(.9); }
.creator-thumb span { position: absolute; right: 14px; bottom: 14px; padding: 10px 13px; border-radius: 24px; background: var(--red); font: 9px var(--mono); opacity: 0; transform: translateY(7px); transition: .25s; }
.creator-project:hover .creator-thumb span { opacity: 1; transform: none; }
.creator-project > div:last-child { padding: 18px 10px 0; }
.creator-project h3 { margin: 0 0 7px; font-size: 18px; font-weight: 600; }
.creator-project p { margin: 0; color: #888; font: 9px var(--mono); text-transform: uppercase; }
.featured-action { display: flex; justify-content: center; margin-top: 46px; }

.about-card { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; padding: 75px; border: 1px solid var(--line); border-radius: 30px; background: linear-gradient(145deg, #111, #0b0b0b); }
.about-card h2 { max-width: 530px; margin: 30px 0 0; font-size: clamp(45px, 5.5vw, 76px); line-height: 1.02; letter-spacing: -.06em; font-weight: 500; }
.about-card > div:last-child { padding-top: 46px; }
.about-card p { margin: 0 0 20px; color: #9e9e9e; font-size: 16px; line-height: 1.75; }
.about-card .pill-button { margin-top: 15px; }
.contact-section { padding-top: 60px; }
.contact-card { padding: 90px 70px; border-radius: 30px; background: var(--red); text-align: center; }
.contact-card .section-pill { border-color: rgba(255,255,255,.3); color: white; }
.contact-card h2 { margin: 28px 0 0; font-size: clamp(42px, 6vw, 80px); line-height: 1; letter-spacing: -.055em; }
.contact-card > p { color: rgba(255,255,255,.75); }
.contact-links { width: min(920px, 100%); display: grid; grid-template-columns: 1.35fr .65fr; gap: 10px; margin: 38px auto 0; }
.contact-links a { display: grid; grid-template-columns: 1fr auto; gap: 6px 20px; align-items: center; padding: 20px 22px; border: 1px solid rgba(255,255,255,.28); border-radius: 17px; background: rgba(255,255,255,.09); text-align: left; transition: transform .25s, background .25s; }
.contact-links a:hover { transform: translateY(-3px); background: rgba(255,255,255,.16); }
.contact-links small { grid-column: 1 / -1; color: rgba(255,255,255,.65); font: 8px var(--mono); text-transform: uppercase; }
.contact-links span { min-width: 0; overflow: hidden; text-overflow: ellipsis; font-size: clamp(13px, 1.45vw, 20px); font-weight: 600; }
.contact-links b { display: inline-flex; font-size: 18px; }
.contact-links .contact-phone { background: rgba(255,255,255,.15); }
.contact-links .contact-phone span { font-size: clamp(22px, 2.2vw, 32px); letter-spacing: -.035em; }
.contact-links .contact-email { align-self: center; padding-block: 16px; background: rgba(255,255,255,.055); }
.contact-links .contact-email span { font: 500 clamp(10px, 1vw, 13px) var(--mono); color: rgba(255,255,255,.72); }
.creator-footer { min-height: 150px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; color: #777; font-size: 10px; }
.creator-footer .nav-logo { width: 31px; height: 31px; }
.creator-footer > div { justify-self: end; display: flex; gap: 20px; }

/* Short-form slots */
.short-grid { width: min(1120px, 100%); display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 55px 18px; margin-inline: auto; }
.short-card { min-width: 0; }
.short-thumb { position: relative; overflow: hidden; aspect-ratio: 4/5; border: 1px solid var(--line); border-radius: 24px; background: #121212; }
.short-thumb::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(0,0,0,.08), transparent 48%, rgba(0,0,0,.72)); }
.short-thumb img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.78) brightness(.8); transition: transform .6s, filter .35s; }
.short-card:hover img { transform: scale(1.035); filter: saturate(1) brightness(.92); }
.short-thumb span, .short-thumb b { position: absolute; z-index: 2; font: 9px var(--mono); }
.short-thumb span { top: 14px; left: 14px; display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: rgba(8,8,8,.72); }
.short-thumb b { right: 13px; bottom: 13px; display: inline-flex; align-items: center; gap: 5px; padding: 9px 11px; border-radius: 20px; background: var(--red); font-weight: 500; opacity: 0; transform: translateY(5px); transition: .25s; }
.short-thumb b .icon { width: 12px; height: 12px; }
.short-card:hover .short-thumb b { opacity: 1; transform: none; }
.short-card h3 { margin: 16px 0 6px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 18px; font-weight: 600; }
.short-card > p { margin: 0; color: #777; font: 9px var(--mono); text-transform: uppercase; }
.short-placeholder .short-thumb { background: radial-gradient(circle at 50% 42%, rgba(255,0,0,.17), transparent 28%), linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px), #0e0e0e; background-size: auto, 34px 34px, 34px 34px, auto; }
.short-placeholder .short-thumb::after { background: linear-gradient(to bottom, transparent 45%, rgba(0,0,0,.55)); }
.short-placeholder-art { position: absolute; z-index: 2; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 15px; color: #777; }
.short-placeholder-art i { display: grid; place-items: center; width: 52px; height: 52px; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; color: var(--red); font: 300 25px var(--sans); font-style: normal; }
.short-placeholder-art small { font: 8px var(--mono); text-transform: uppercase; letter-spacing: .08em; }

/* Main project spotlight */
.project-spotlight { padding-top: 55px; }
.project-spotlight-card { display: grid; grid-template-columns: .75fr 1.25fr; min-height: 620px; overflow: hidden; border: 1px solid var(--line); border-radius: 30px; background: #f5f3ef; color: #111; transition: transform .35s, box-shadow .35s; }
.project-spotlight-card:hover { transform: translateY(-5px); box-shadow: 0 30px 100px rgba(0,0,0,.38); }
.project-spotlight-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 65px; }
.project-spotlight-copy .section-pill { border-color: rgba(0,0,0,.14); color: #444; }
.project-kicker { margin: 34px 0 18px; color: #777; font: 9px var(--mono); text-transform: uppercase; }
.project-spotlight-copy h2 { margin: 0; font-size: clamp(55px, 6vw, 86px); line-height: .88; letter-spacing: -.075em; font-weight: 600; }
.project-spotlight-copy h2 em { color: #2965f1; font-family: Georgia, serif; font-weight: 400; }
.project-spotlight-copy > p:not(.project-kicker) { max-width: 440px; margin: 32px 0; color: #6f6c67; font-size: 14px; line-height: 1.7; }
.project-spotlight-visual { min-width: 0; display: flex; align-items: center; overflow: hidden; padding: 50px 0 50px 30px; background: radial-gradient(circle at 80% 30%, rgba(41,101,241,.13), transparent 34%); }
.project-spotlight-visual img { width: 115%; max-width: none; border: 1px solid #dedbd5; border-radius: 18px 0 0 18px; box-shadow: 0 25px 80px rgba(43,43,43,.18); }

/* Personal project — editorial presentation */
.personal-project { padding-block: 135px; border-block: 1px solid rgba(255,255,255,.07); background: radial-gradient(circle at 78% 55%, rgba(255,0,0,.1), transparent 27%), #090909; }
.personal-project-heading { padding-bottom: 70px; }
.personal-project-heading > div { display: flex; justify-content: space-between; align-items: center; }
.personal-project-year { color: #6f6f6f; font: 9px var(--mono); text-transform: uppercase; }
.personal-project-heading h2 { max-width: 1050px; margin: 42px 0 0; font-size: clamp(55px, 7.6vw, 108px); line-height: .96; letter-spacing: -.07em; font-weight: 500; }
.personal-project-heading h2 em { color: var(--red); font-family: Georgia, serif; font-weight: 400; }
.personal-project-story { display: grid; grid-template-columns: 1.3fr .7fr; overflow: hidden; border-block: 1px solid var(--line); transition: background .3s; }
.personal-project-story:hover { background: rgba(255,255,255,.018); }
.personal-project-browser { min-width: 0; margin: 45px 45px 45px 0; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: #111; box-shadow: 0 30px 90px rgba(0,0,0,.32); }
.personal-project-browser img { aspect-ratio: 16/10; object-fit: cover; object-position: top; }
.personal-project-copy { display: flex; flex-direction: column; justify-content: center; padding: 55px 0 55px 55px; border-left: 1px solid var(--line); }
.personal-project-copy .project-kicker { margin: 0 0 22px; }
.personal-project-copy h3 { margin: 0; font-size: clamp(35px, 4vw, 58px); line-height: 1; letter-spacing: -.055em; }
.personal-project-copy > p:not(.project-kicker) { margin: 28px 0 0; color: #929292; font-size: 14px; line-height: 1.75; }
.personal-project-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 38px 0; }
.personal-project-stats span { color: #777; font: 8px/1.45 var(--mono); text-transform: uppercase; }
.personal-project-stats b { display: block; margin-bottom: 5px; color: var(--white); font: 600 21px var(--sans); }
.personal-project-link { display: flex; justify-content: space-between; padding-top: 22px; border-top: 1px solid var(--line); color: #ddd; font-size: 12px; font-weight: 700; }
.personal-project-link b { display: inline-flex; color: var(--red); }

/* About */
.about-card { grid-template-columns: 1fr 1fr .72fr; gap: 55px; padding: 58px; }
.about-heading h2 { max-width: 520px; }
.about-copy { padding-top: 35px; }
.about-facts { display: flex; gap: 34px; margin: 34px 0 8px; }
.about-facts span { color: #777; font: 9px/1.5 var(--mono); text-transform: uppercase; }
.about-facts b { display: block; margin-bottom: 5px; color: var(--white); font: 600 22px var(--sans); text-transform: none; }
.about-portrait { position: relative; min-height: 440px; overflow: hidden; margin: 0; border: 1px solid var(--line); border-radius: 22px; background: #101010; }
.about-portrait::before { content: ""; position: absolute; z-index: 2; inset: 0; pointer-events: none; background: linear-gradient(to top, rgba(4,4,4,.72), transparent 40%); }
.about-portrait > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 42%; filter: saturate(.9) contrast(1.03); transition: transform .8s, filter .4s; }
.about-portrait:hover > img { transform: scale(1.018); filter: saturate(1) contrast(1.02); }
.about-portrait figcaption { position: absolute; z-index: 3; left: 24px; bottom: 24px; padding: 14px 16px; border: 1px solid rgba(255,255,255,.14); border-radius: 15px; background: rgba(7,7,7,.68); backdrop-filter: blur(10px); }
.about-portrait p { margin: 0 0 5px; font-size: 13px; font-weight: 700; }
.about-portrait span { color: #888; font: 8px var(--mono); text-transform: uppercase; }

/* About — editorial resume */
.about { position: relative; padding-top: 150px; }
.about::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 14% 54%, rgba(255,0,0,.1), transparent 25%); }
.about-editorial { position: relative; }
.about-intro { padding: 0 0 85px; border-bottom: 1px solid var(--line); }
.about-intro > div:first-child { display: flex; justify-content: space-between; align-items: center; }
.about-status { display: inline-flex; align-items: center; gap: 9px; color: #777; font: 9px var(--mono); text-transform: uppercase; }
.about-status i { width: 7px; height: 7px; border-radius: 50%; background: #53d56e; box-shadow: 0 0 0 5px rgba(83,213,110,.1); }
.about-intro-main { display: grid; grid-template-columns: .62fr 1.38fr; gap: 90px; align-items: end; margin-top: 70px; }
.about-intro h2 { margin: 0; font-size: clamp(62px, 7.4vw, 108px); line-height: .88; letter-spacing: -.075em; font-weight: 500; }
.about-intro h2 em { color: var(--red); font-family: Georgia, serif; font-weight: 400; }
.about-summary { padding-bottom: 6px; }
.about-summary > span { color: var(--red); font: 9px var(--mono); text-transform: uppercase; }
.about-summary > p { max-width: 430px; margin: 25px 0 35px; color: #9a9a9a; font-size: 16px; line-height: 1.75; }
.about-summary > div { display: grid; grid-template-columns: auto 1fr auto 1fr; gap: 7px 12px; align-items: end; padding-top: 22px; border-top: 1px solid var(--line); }
.about-summary b { color: #eee; font-size: 23px; letter-spacing: -.04em; }
.about-summary small { color: #666; font: 8px/1.4 var(--mono); text-transform: uppercase; }
.about-profile-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 24px; padding-top: 24px; }
.about-profile-grid .about-portrait { grid-column: auto; min-height: 760px; border-radius: 28px; }
.about-profile-grid .about-portrait::before { inset: 0; width: auto; height: auto; background: linear-gradient(to top, rgba(4,4,4,.78), transparent 42%); box-shadow: none; transform: none; }
.about-profile-grid .about-portrait::after { content: ""; position: absolute; inset: 28px; border: 1px solid rgba(255,255,255,.08); border-radius: 50% 50% 22px 22px; }
.about-career { padding: 45px 45px 38px; border: 1px solid var(--line); border-radius: 28px; background: linear-gradient(145deg, #101010, #0b0b0b); }
.about-career-head { display: flex; justify-content: space-between; padding-bottom: 36px; border-bottom: 1px solid var(--line); color: #777; font: 9px var(--mono); text-transform: uppercase; }
.about-career-head b { color: var(--red); font-weight: 500; }
.career-group { padding-top: 38px; }
.career-group h3 { margin: 0 0 16px; color: #6f6f6f; font: 9px var(--mono); text-transform: uppercase; }
.career-group article { display: grid; grid-template-columns: 115px 1fr auto; gap: 20px; align-items: center; min-height: 94px; border-top: 1px solid var(--line); }
.career-group time { color: #777; font: 9px var(--mono); text-transform: uppercase; }
.career-group strong, .career-group span { display: block; }
.career-group strong { margin-bottom: 7px; font-size: 17px; font-weight: 600; }
.career-group span { color: #777; font-size: 11px; line-height: 1.5; }
.career-group article > i { display: grid; place-items: center; width: 29px; height: 29px; border: 1px solid var(--line); border-radius: 50%; color: #626262; font: 8px var(--mono); font-style: normal; }
.career-group.education { padding-top: 22px; }
.about-cv { display: grid; grid-template-columns: 95px 1fr auto; gap: 20px; align-items: center; min-height: 112px; margin-top: 35px; padding: 22px 26px; border-radius: 18px; background: var(--red); color: white; transition: transform .25s, background .25s; }
.about-cv:hover { transform: translateY(-3px); background: #ff2828; }
.about-cv > span { font: 9px var(--mono); }
.about-cv strong, .about-cv small { display: block; }
.about-cv strong { margin-bottom: 6px; font-size: 17px; }
.about-cv small { color: rgba(255,255,255,.68); font-size: 10px; }
.about-cv > b { display: inline-flex; font-size: 22px; }

@media (min-width: 761px) {
  .service-card { position: sticky; background: #0d0d0d; box-shadow: 0 -18px 70px rgba(0,0,0,.55); }
  .service-card:nth-child(1) { z-index: 1; top: 105px; }
  .service-card:nth-child(2) { z-index: 2; top: 121px; }
  .service-card:nth-child(3) { z-index: 3; top: 137px; }
  .service-card:nth-child(4) { z-index: 4; top: 153px; }
}

/* Works — Visual Frame direction */
.works-page { background: var(--black); color: var(--white); }
.works-page::before { content: ""; position: fixed; z-index: -1; inset: 0; pointer-events: none; background: radial-gradient(circle at 56% 4%, rgba(255,0,0,.09), transparent 25%); }
.works-nav { height: 56px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 18px; font-size: 10px; }
.works-nav > a { font-weight: 600; }
.works-nav nav { display: flex; gap: 20px; color: #929292; }
.works-nav > div { justify-self: end; display: flex; gap: 20px; color: #888; }
.visual-heading { position: relative; min-height: 340px; display: grid; grid-template-columns: minmax(0, 1.45fr) 180px minmax(220px, .65fr); align-items: center; gap: 12px; padding: 116px 18px 26px; }
.visual-heading h1, .visual-heading > p { margin: 0; white-space: nowrap; font-size: clamp(60px, 7.25vw, 138px); line-height: .88; letter-spacing: -.075em; font-weight: 500; }
.visual-heading > p { justify-self: center; }
.visual-index { display: flex; align-items: center; gap: 10px; margin-top: 26px; color: #888; font: 9px/1.45 var(--mono); }
.visual-index i { width: 1px; height: 34px; background: var(--red); }
.visual-index b { color: #e4e4e4; font-weight: 500; }
.visual-heading > img { justify-self: end; width: 155px; height: 145px; object-fit: cover; filter: brightness(.62) saturate(.7); }
.visual-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 32px 14px; padding: 32px 18px 110px; }
.visual-project { min-width: 0; }
.visual-thumb { position: relative; overflow: hidden; aspect-ratio: 1.48/1; border: 1px solid rgba(255,255,255,.06); background: #141414; }
.visual-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s, filter .35s; }
.visual-thumb span { position: absolute; inset: 0; display: grid; place-items: center; background: rgba(0,0,0,.45); color: white; font: 10px var(--mono); text-transform: uppercase; opacity: 0; transition: opacity .25s; }
.visual-project:hover .visual-thumb img { transform: scale(1.025); filter: saturate(.75); }
.visual-project:hover .visual-thumb span { opacity: 1; }
.visual-meta { display: flex; justify-content: space-between; gap: 10px; padding-top: 8px; }
.visual-meta h2 { margin: 0 0 3px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 11px; font-weight: 500; }
.visual-meta p { margin: 0; color: #777; font: 8px var(--mono); }
.visual-meta b { flex: 0 0 auto; color: #777; font: 8px var(--mono); }
.visual-contact { min-height: 430px; display: flex; flex-direction: column; justify-content: center; align-items: center; border-top: 1px solid var(--line); background: radial-gradient(circle at 50% 100%, rgba(255,0,0,.12), transparent 42%); }
.visual-contact p { margin: 0 0 12px; color: #888; font: 10px var(--mono); text-transform: uppercase; }
.visual-contact > a:first-of-type { display: inline-flex; align-items: center; gap: .18em; font-size: clamp(45px, 7vw, 100px); letter-spacing: -.065em; border-bottom: 2px solid var(--red); }
.visual-contact > a:first-of-type .icon { width: .72em; height: .72em; }
.visual-contact .visual-phone { margin-top: 25px; color: #888; font: 9px var(--mono); text-transform: uppercase; transition: color .2s; }
.visual-contact .visual-phone:hover { color: white; }
.visual-contact .visual-email { margin-top: 12px; color: #5f5f5f; font: 8px var(--mono); transition: color .2s; }
.visual-contact .visual-email:hover { color: #aaa; }
.visual-footer { min-height: 80px; display: grid; grid-template-columns: 1fr auto auto 1fr; gap: 28px; align-items: center; padding: 0 18px; border-top: 1px solid var(--line); color: #777; font: 8px var(--mono); text-transform: uppercase; }
.visual-footer a:last-child { justify-self: end; }

/* Complete randomized work catalog */
.catalog-page::before { background: radial-gradient(circle at 72% 7%, rgba(255,0,0,.12), transparent 27%), radial-gradient(circle at 15% 38%, rgba(255,0,0,.05), transparent 22%); }
.catalog-hero { min-height: 730px; display: flex; flex-direction: column; justify-content: flex-end; padding: 155px 24px 80px; border-bottom: 1px solid var(--line); }
.catalog-hero-top { display: flex; justify-content: space-between; padding-bottom: 24px; border-bottom: 1px solid var(--line); color: #777; font: 9px var(--mono); text-transform: uppercase; }
.catalog-hero h1 { margin: 72px 0 0; font-size: clamp(82px, 12vw, 180px); line-height: .78; letter-spacing: -.085em; font-weight: 500; }
.catalog-hero h1 em { color: var(--red); font-family: Georgia, serif; font-weight: 400; }
.catalog-hero-bottom { display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: end; margin-top: 75px; }
.catalog-hero-bottom p { max-width: 620px; margin: 0; color: #888; font-size: 16px; line-height: 1.7; }
.catalog-hero-bottom strong { color: var(--red); font-size: clamp(50px, 6vw, 90px); line-height: .8; letter-spacing: -.07em; }
.catalog-hero-bottom small { display: block; margin-top: 14px; color: #777; font: 8px var(--mono); letter-spacing: 0; text-align: right; text-transform: uppercase; }
.catalog-controls { position: sticky; z-index: 8; top: 12px; width: calc(100% - 36px); margin: 18px auto 0; padding: 15px 18px 13px; border-block: 1px solid var(--line); background: rgba(8,8,8,.94); box-shadow: 0 18px 55px rgba(0,0,0,.28); backdrop-filter: blur(18px); }
.catalog-control-top { display: grid; grid-template-columns: auto auto auto minmax(150px, 1fr); gap: 22px; align-items: end; }
.catalog-filter-group { min-width: 0; }
.catalog-filter-group > span, .catalog-filter-category > span { display: block; margin: 0 0 7px 3px; color: #5f5f5f; font: 8px var(--mono); text-transform: uppercase; }
.catalog-segment { display: flex; gap: 3px; padding: 3px; border: 1px solid rgba(255,255,255,.08); border-radius: 15px; background: #101010; }
.catalog-segment button, .catalog-category-list button { cursor: pointer; border: 0; background: transparent; color: #777; font: 600 10px var(--sans); transition: color .2s, background .2s; }
.catalog-segment button { padding: 8px 12px; border-radius: 11px; white-space: nowrap; }
.catalog-segment button:hover, .catalog-category-list button:hover { color: white; }
.catalog-segment button.active { background: #f0f0ed; color: #090909; }
.catalog-filter-sort .catalog-segment button.active { background: var(--red); color: white; }
.catalog-filter-meta { justify-self: end; display: flex; align-items: center; gap: 16px; color: #666; font: 8px var(--mono); text-transform: uppercase; }
.catalog-filter-meta > span { white-space: nowrap; }
.catalog-filter-meta button { cursor: pointer; display: inline-flex; align-items: center; gap: 7px; padding: 10px 13px; border: 1px solid var(--line); border-radius: 17px; background: transparent; color: #aaa; font: 600 10px var(--sans); }
.catalog-filter-meta button:hover { border-color: rgba(255,255,255,.26); color: white; }
.catalog-filter-meta button .icon { width: 14px; height: 14px; transition: transform .35s; }
.catalog-filter-meta button:hover .icon { transform: rotate(75deg); }
.catalog-filter-category { display: grid; grid-template-columns: auto 1fr; gap: 18px; align-items: center; margin-top: 13px; padding-top: 12px; border-top: 1px solid rgba(255,255,255,.075); }
.catalog-filter-category > span { margin: 0; }
.catalog-category-list { display: flex; flex-wrap: wrap; gap: 5px 22px; }
.catalog-category-list button { position: relative; padding: 5px 0; }
.catalog-category-list button.active { color: white; }
.catalog-category-list button.active::after { content: ""; position: absolute; right: 0; bottom: 0; left: 0; height: 1px; background: var(--red); }
.catalog-results { padding: 58px 18px 125px; }
.catalog-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 48px 14px; }
.catalog-card { min-width: 0; }
.catalog-thumb { position: relative; overflow: hidden; aspect-ratio: 16/10; border: 1px solid rgba(255,255,255,.07); border-radius: 7px; background: #131313; }
.catalog-thumb::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.42), transparent 52%); }
.catalog-thumb img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.76) brightness(.83); transition: transform .55s, filter .3s; }
.catalog-card:hover .catalog-thumb img { transform: scale(1.035); filter: saturate(1) brightness(.94); }
.catalog-duration, .catalog-play { position: absolute; z-index: 2; bottom: 10px; padding: 7px 9px; border-radius: 12px; background: rgba(7,7,7,.78); font: 8px var(--mono); backdrop-filter: blur(8px); }
.catalog-duration { left: 10px; }
.catalog-play { right: 10px; display: inline-flex; align-items: center; gap: 5px; background: var(--red); opacity: 0; transform: translateY(5px); transition: opacity .25s, transform .25s; }
.catalog-play .icon { width: 11px; height: 11px; }
.catalog-card:hover .catalog-play { opacity: 1; transform: none; }
.catalog-body { padding: 13px 3px 0; }
.catalog-body > p { margin: 0 0 7px; color: var(--red); font: 8px var(--mono); text-transform: uppercase; }
.catalog-body h2 { min-height: 42px; display: -webkit-box; overflow: hidden; margin: 0; font-size: 13px; line-height: 1.55; font-weight: 600; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.catalog-body > div { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 7px 10px; margin-top: 12px; padding-top: 10px; border-top: 1px solid var(--line); color: #686868; font: 8px var(--mono); text-transform: uppercase; }
.catalog-date { color: #888; }
.catalog-role { color: #aaa; }
.catalog-empty { margin: 80px 0; color: #777; text-align: center; }
.catalog-more { cursor: pointer; display: block; margin: 70px auto 0; padding: 15px 24px; border: 1px solid var(--line); border-radius: 25px; background: #111; color: #ddd; font: 600 11px var(--sans); }
.catalog-more:hover { border-color: rgba(255,255,255,.25); background: #171717; }
.catalog-more[hidden] { display: none; }

/* Deviens Vidéaste case study */
.case-page { background: #070707; }
.case-page::before { content: ""; position: fixed; z-index: -1; inset: 0; pointer-events: none; background: radial-gradient(circle at 75% 8%, rgba(41,101,241,.12), transparent 25%), radial-gradient(circle at 20% 32%, rgba(255,0,0,.08), transparent 24%); }
.case-hero { padding-top: 190px; padding-bottom: 90px; }
.case-eyebrow { display: flex; justify-content: space-between; padding-bottom: 25px; border-bottom: 1px solid var(--line); color: #818181; font: 9px var(--mono); text-transform: uppercase; }
.case-hero h1 { margin: 65px 0 0; font-size: clamp(76px, 11vw, 170px); line-height: .82; letter-spacing: -.085em; font-weight: 600; }
.case-hero h1 em, .case-statement h2 em, .case-feature h2 em { color: #4f7fff; font-family: Georgia, serif; font-weight: 400; }
.case-intro { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 45px; margin-top: 65px; }
.case-intro p { max-width: 640px; margin: 0; color: #aaa; font-size: clamp(18px, 2vw, 28px); line-height: 1.5; }
.case-browser { overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: #121212; box-shadow: 0 40px 120px rgba(0,0,0,.45); }
.browser-bar { height: 54px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 18px; border-bottom: 1px solid var(--line); color: #777; font: 9px var(--mono); }
.browser-bar > div { display: flex; gap: 7px; }
.browser-bar i { width: 8px; height: 8px; border-radius: 50%; background: #333; }
.browser-bar i:first-child { background: var(--red); }
.browser-bar b { justify-self: end; color: #aaa; }
.browser-bar b .icon { width: 15px; height: 15px; }
.case-browser > img { width: 100%; }
.case-overview { display: grid; grid-template-columns: 1fr 1fr; gap: 110px; padding-block: 160px 100px; }
.case-statement h2 { margin: 35px 0 0; font-size: clamp(50px, 6vw, 86px); line-height: .97; letter-spacing: -.065em; font-weight: 500; }
.case-description { padding-top: 58px; }
.case-description p { margin: 0 0 25px; color: #9a9a9a; font-size: 17px; line-height: 1.75; }
.case-description p:first-child { color: #ddd; font-size: 21px; }
.case-stats { display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--line); }
.case-stats article { min-height: 210px; display: flex; flex-direction: column; justify-content: center; padding: 35px; border-right: 1px solid var(--line); }
.case-stats article:last-child { border-right: 0; }
.case-stats strong { color: #4f7fff; font-size: clamp(48px, 6vw, 84px); line-height: 1; letter-spacing: -.06em; }
.case-stats span { margin-top: 12px; color: #777; font: 9px var(--mono); text-transform: uppercase; }
.case-section { padding-block: 155px; }
.case-section-heading { max-width: 750px; }
.case-section-heading h2 { margin: 32px 0 65px; font-size: clamp(50px, 6vw, 82px); line-height: 1; letter-spacing: -.06em; font-weight: 500; }
.role-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.role-grid article { min-height: 280px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.role-grid article:last-child { border-right: 0; }
.role-grid article > span { color: var(--red); font: 9px var(--mono); }
.role-grid h3 { margin: 78px 0 18px; font-size: 21px; font-weight: 600; }
.role-grid p { margin: 0; color: #858585; font-size: 13px; line-height: 1.65; }
.case-feature { display: grid; grid-template-columns: 1fr 1fr; gap: 85px; align-items: center; min-height: 650px; padding: 65px; border: 1px solid var(--line); border-radius: 30px; background: linear-gradient(145deg, #0f0f0f, #090909); }
.case-feature h2 { margin: 35px 0 30px; font-size: clamp(54px, 6vw, 84px); line-height: .92; letter-spacing: -.07em; font-weight: 500; }
.case-feature > div:first-child > p { max-width: 500px; color: #8f8f8f; font-size: 15px; line-height: 1.7; }
.feature-ui { padding: 30px; border: 1px solid #dcd8d2; border-radius: 22px; background: #f5f3ef; color: #161616; box-shadow: 0 25px 80px rgba(0,0,0,.25); }
.feature-ui-head { display: flex; justify-content: space-between; font-size: 13px; font-weight: 700; }
.feature-ui-head b { color: #2965f1; }
.feature-ui > i { display: block; height: 6px; margin: 16px 0 32px; overflow: hidden; border-radius: 4px; background: #ddd9d2; }
.feature-ui > i span { display: block; width: 68%; height: 100%; background: #2965f1; }
.feature-ui article { display: grid; grid-template-columns: 48px 1fr auto; gap: 14px; align-items: center; margin-top: 13px; padding: 15px; border: 1px solid #e2dfda; border-radius: 14px; background: white; }
.feature-ui article > b { display: grid; place-items: center; width: 45px; height: 45px; border-radius: 10px; background: #171717; color: white; font: 10px var(--mono); }
.feature-ui article strong, .feature-ui article span { display: block; }
.feature-ui article strong { font-size: 12px; }
.feature-ui article span { margin-top: 4px; color: #888; font-size: 9px; }
.feature-ui article em { color: #2965f1; font: 9px var(--mono); font-style: normal; }
.case-final { margin-block: 155px; padding: 100px 30px; border-radius: 30px; background: #f5f3ef; color: #111; text-align: center; }
.case-final p { color: #777; font: 9px var(--mono); text-transform: uppercase; }
.case-final h2 { margin: 20px 0 38px; font-size: clamp(58px, 8vw, 110px); line-height: .9; letter-spacing: -.075em; }

/* Deviens Vidéaste — personal product story */
.dv-page { background: #080808; }
.dv-page::before { content: ""; position: fixed; z-index: -1; inset: 0; pointer-events: none; background: radial-gradient(circle at 82% 18%, rgba(255,0,0,.12), transparent 26%), radial-gradient(circle at 15% 45%, rgba(62,93,255,.08), transparent 25%); }
.dv-hero { min-height: 940px; display: grid; grid-template-columns: .88fr 1.12fr; gap: 85px; align-items: center; padding-top: 145px; }
.dv-hero-copy { padding-left: 25px; }
.dv-kicker { display: flex; justify-content: space-between; max-width: 500px; padding-bottom: 18px; border-bottom: 1px solid var(--line); color: #777; font: 9px var(--mono); text-transform: uppercase; }
.dv-kicker span:first-child { color: var(--red); }
.dv-hero h1 { margin: 52px 0 0; font-size: clamp(62px, 7.1vw, 106px); line-height: .9; letter-spacing: -.075em; font-weight: 600; }
.dv-hero h1 em, .dv-story h2 em, .dv-built h2 em { color: var(--red); font-family: Georgia, serif; font-weight: 400; }
.dv-hero-copy > p { max-width: 540px; margin: 35px 0 0; color: #999; font-size: 17px; line-height: 1.75; }
.dv-hero-visual { position: relative; min-width: 0; padding: 45px 0 95px 15px; }
.dv-screen { position: relative; z-index: 2; overflow: hidden; border: 1px solid rgba(255,255,255,.15); border-radius: 24px; background: #111; transform: rotate(1.2deg); box-shadow: 0 45px 120px rgba(0,0,0,.58); }
.dv-screen > img { aspect-ratio: 16/11; object-fit: cover; object-position: top; }
.dv-orbit { position: absolute; z-index: 3; top: 0; right: 0; padding: 11px 15px; border: 1px solid rgba(255,255,255,.14); border-radius: 25px; background: rgba(8,8,8,.8); color: #aaa; font: 8px var(--mono); transform: rotate(2deg); }
.dv-number { position: absolute; z-index: 3; right: -4px; bottom: 24px; width: 210px; padding: 20px 22px; border-radius: 18px; background: var(--red); color: white; box-shadow: 0 20px 50px rgba(0,0,0,.4); }
.dv-number strong, .dv-number span { display: block; }
.dv-number strong { font-size: 42px; line-height: 1; letter-spacing: -.06em; }
.dv-number span { margin-top: 8px; font: 8px var(--mono); text-transform: uppercase; }
.dv-ticker { overflow: hidden; padding: 22px 0; border-block: 1px solid var(--line); background: #0b0b0b; }
.dv-ticker > div { width: max-content; display: flex; align-items: center; gap: 28px; padding-left: 3vw; color: #aaa; font: 500 clamp(12px, 1.2vw, 18px) var(--mono); letter-spacing: .08em; }
.dv-ticker i { width: 7px; height: 7px; border-radius: 50%; background: var(--red); }
.dv-story { display: grid; grid-template-columns: 1fr .8fr; gap: 120px; padding-block: 165px; }
.dv-story h2 { margin: 38px 0 0; font-size: clamp(52px, 6.8vw, 94px); line-height: .94; letter-spacing: -.065em; font-weight: 500; }
.dv-story-copy { align-self: end; padding-bottom: 8px; }
.dv-story-copy p { margin: 0 0 26px; color: #929292; font-size: 16px; line-height: 1.8; }
.dv-story-copy p:first-child { color: #ddd; font-size: 20px; }
.dv-principles { display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--line); }
.dv-principles article { min-height: 370px; display: flex; flex-direction: column; justify-content: flex-end; padding: 38px; border-right: 1px solid var(--line); }
.dv-principles article:last-child { border-right: 0; }
.dv-principles article > span { margin-bottom: auto; color: var(--red); font: 9px var(--mono); }
.dv-principles h3 { margin: 0 0 18px; font-size: clamp(30px, 3vw, 44px); letter-spacing: -.045em; }
.dv-principles p { max-width: 310px; margin: 0; color: #808080; font-size: 14px; line-height: 1.7; }
.dv-built { padding-block: 160px; }
.dv-built-heading { max-width: 980px; margin-bottom: 75px; }
.dv-built-heading h2 { margin: 38px 0 0; font-size: clamp(50px, 6.5vw, 91px); line-height: .96; letter-spacing: -.065em; font-weight: 500; }
.dv-built-grid { border-top: 1px solid var(--line); }
.dv-built-grid article { display: grid; grid-template-columns: 100px 1fr; align-items: center; min-height: 155px; padding: 25px 15px; border-bottom: 1px solid var(--line); }
.dv-built-grid article > b { color: var(--red); font: 9px var(--mono); }
.dv-built-grid h3 { margin: 0 0 8px; font-size: 25px; letter-spacing: -.03em; }
.dv-built-grid p { margin: 0; color: #777; font-size: 13px; }
.dv-impact { padding: 85px 60px; border: 1px solid var(--line); border-radius: 28px; background: linear-gradient(145deg, #101010, #0a0a0a); }
.dv-impact > p { margin: 0 0 55px; color: #777; font: 9px var(--mono); text-transform: uppercase; }
.dv-impact > div { display: grid; grid-template-columns: repeat(3, 1fr); }
.dv-impact span { color: #777; font: 9px var(--mono); text-transform: uppercase; }
.dv-impact strong { display: block; margin-bottom: 9px; color: var(--white); font: 600 clamp(53px, 6vw, 90px) var(--sans); line-height: 1; letter-spacing: -.07em; }
.dv-impact span:first-child strong { color: var(--red); }
.dv-final { margin-block: 150px; padding: 110px 30px; border-radius: 30px; background: var(--red); text-align: center; }
.dv-final > span { font: 9px var(--mono); text-transform: uppercase; }
.dv-final h2 { margin: 25px 0 42px; font-size: clamp(64px, 9vw, 125px); line-height: .88; letter-spacing: -.075em; }
.dv-final .pill-primary { background: white; color: #111; }
.dv-final .pill-primary:hover { background: #f2efeb; }
.dv-contact-direct { width: min(760px, 100%); display: grid; grid-template-columns: 1.2fr .8fr; gap: 0; margin: 55px auto 0; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.32); text-align: left; }
.dv-contact-direct a { padding: 10px 24px; border-right: 1px solid rgba(255,255,255,.28); }
.dv-contact-direct a:last-child { border-right: 0; }
.dv-contact-direct small, .dv-contact-direct b { display: block; }
.dv-contact-direct small { margin-bottom: 9px; color: rgba(255,255,255,.66); font: 8px var(--mono); text-transform: uppercase; }
.dv-contact-direct b { font-size: 13px; }
.dv-contact-direct .dv-phone b { font-size: 20px; letter-spacing: -.025em; }

/* Legal information */
.legal-page { background: #070707; }
.legal-page::before { content: ""; position: fixed; z-index: -1; inset: 0; pointer-events: none; background: radial-gradient(circle at 78% 4%, rgba(255,0,0,.11), transparent 29%); }
.legal-main { padding-top: 165px; }
.legal-hero { min-height: 620px; display: flex; flex-direction: column; justify-content: space-between; padding: 35px 0 80px; border-bottom: 1px solid var(--line); }
.legal-hero > div { display: flex; justify-content: space-between; color: #747474; font: 9px var(--mono); text-transform: uppercase; }
.legal-hero h1 { margin: 55px 0; font-size: clamp(76px, 11vw, 158px); line-height: .82; letter-spacing: -.08em; font-weight: 500; }
.legal-hero h1 em { color: var(--red); font-family: Georgia, serif; font-weight: 400; }
.legal-hero > p { width: min(600px, 100%); margin: 0 0 0 auto; color: #929292; font-size: 17px; line-height: 1.7; }
.legal-content { display: grid; grid-template-columns: 250px 1fr; gap: 80px; padding-block: 100px 145px; }
.legal-content > aside { position: sticky; top: 45px; align-self: start; display: flex; flex-direction: column; gap: 17px; padding-top: 11px; color: #696969; font: 9px var(--mono); text-transform: uppercase; }
.legal-content > aside span { margin-bottom: 20px; color: var(--red); }
.legal-content > aside a { transition: color .2s; }
.legal-content > aside a:hover { color: white; }
.legal-sections { border-top: 1px solid var(--line); }
.legal-sections section { display: grid; grid-template-columns: 70px 1fr; gap: 34px; padding: 70px 0 80px; border-bottom: 1px solid var(--line); scroll-margin-top: 30px; }
.legal-sections section > span { color: var(--red); font: 9px var(--mono); }
.legal-sections h2 { margin: -8px 0 35px; font-size: clamp(34px, 4vw, 56px); letter-spacing: -.055em; font-weight: 500; }
.legal-sections p, .legal-sections address { max-width: 760px; margin: 0 0 22px; color: #929292; font-size: 15px; line-height: 1.8; font-style: normal; }
.legal-sections strong { color: #e5e5e5; font-weight: 600; }
.legal-sections a { color: #d8d8d8; border-bottom: 1px solid rgba(255,0,0,.5); }
.legal-sections dl { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; margin: 45px 0 0; background: var(--line); border: 1px solid var(--line); }
.legal-sections dl > div { min-height: 130px; padding: 24px; background: #0a0a0a; }
.legal-sections dt { margin-bottom: 16px; color: #696969; font: 8px var(--mono); text-transform: uppercase; }
.legal-sections dd { margin: 0; color: #d2d2d2; font-size: 13px; line-height: 1.65; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.8,.2,1); }
.reveal[data-delay="1"] { transition-delay: .1s; }
.reveal[data-delay="2"] { transition-delay: .2s; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1100px) {
  .floating-nav { gap: 14px; padding-left: 14px; }
  .floating-nav nav { gap: 15px; font-size: 12px; }
  .nav-cta { padding-inline: 20px; }
  .hero-layout { grid-template-columns: 1fr 1fr; gap: 44px; }
  .creator-copy { padding-left: 0; }
  .service-card { gap: 35px; }
  .service-copy { padding-left: 30px; }
  .short-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 45px 16px; }
  .personal-project-story { grid-template-columns: 1fr; }
  .personal-project-browser { margin: 40px 0 0; }
  .personal-project-copy { padding: 50px 10px; border-left: 0; }
  .about-card { grid-template-columns: 1fr 1fr; }
  .about-portrait { grid-column: span 2; min-height: 360px; }
  .about-profile-grid { grid-template-columns: .8fr 1.2fr; }
  .about-profile-grid .about-portrait { grid-column: auto; min-height: 700px; }
  .about-career { padding-inline: 32px; }
  .role-grid { grid-template-columns: repeat(2, 1fr); }
  .role-grid article:nth-child(2) { border-right: 0; }
  .case-feature { gap: 45px; padding: 45px; }
  .visual-heading { grid-template-columns: 1fr 125px .45fr; }
  .visual-heading > img { display: none; }
  .visual-grid { grid-template-columns: repeat(3, 1fr); }
  .catalog-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .catalog-control-top { grid-template-columns: 1fr 1fr; }
  .catalog-filter-meta { grid-column: 1 / -1; justify-self: stretch; justify-content: space-between; padding-top: 10px; border-top: 1px solid var(--line); }
  .dv-hero { min-height: auto; grid-template-columns: 1fr; gap: 50px; padding-block: 180px 100px; }
  .dv-hero-copy { padding-left: 0; }
  .dv-hero-visual { width: min(800px, 100%); margin-left: auto; }
  .dv-story { gap: 65px; }
}

@media (max-width: 760px) {
  :root { --creator-shell: calc(100vw - 32px); }
  .floating-nav { position: absolute; top: 15px; height: 62px; display: flex; justify-content: space-between; padding-left: 12px; }
  .floating-nav .nav-brand > span:last-child, .floating-nav nav { display: none; }
  .nav-actions { gap: 6px; }
  .nav-socials { gap: 4px; }
  .nav-socials a { width: 29px; height: 29px; font-size: 8px; }
  .nav-cta { padding: 13px 15px; font-size: 0; }
  .nav-cta::after { content: "WhatsApp"; font-size: 10px; }
  .creator-hero { min-height: auto; padding: 125px 0 75px; }
  .creator-hero::before { background: linear-gradient(180deg, rgba(7,7,7,.92) 0%, rgba(7,7,7,.72) 42%, rgba(7,7,7,.35) 67%, var(--black) 100%); }
  .hero-motion-grid { width: 175%; height: 95%; left: -12%; top: 48%; opacity: .6; background-size: 55px 55px; }
  .hero-orbit-one { width: 470px; height: 470px; right: -245px; top: 250px; }
  .hero-orbit-two { display: none; }
  .hero-beam { width: 540px; }
  .hero-beam-one { right: -250px; top: 390px; }
  .hero-beam-two { right: -180px; bottom: 150px; }
  .hero-pulse { right: -5%; top: 34%; }
  .hero-filmstrip { left: -300px; right: auto; top: 315px; width: 1100px; opacity: .42; transform: rotate(-8deg) scale(.78); }
  .hero-edit-timeline { left: -40px; right: auto; bottom: 100px; width: calc(100% + 80px); opacity: .5; transform: rotate(2deg) scale(.85); }
  .hero-layout { grid-template-columns: 1fr; gap: 60px; }
  .availability { margin-bottom: 30px; font-size: 10px; }
  .creator-copy h1 { font-size: clamp(39px, 10.8vw, 52px); }
  .creator-copy > p { max-width: 330px; font-size: 14px; }
  .creator-actions { flex-wrap: wrap; }
  .reel-wrap { border-radius: 22px; }
  .reel-card { border-radius: 16px; }
  .creator-section { padding: 80px 0; }
  .performance-strip { grid-template-columns: repeat(2, 1fr); }
  .performance-strip > * { min-height: 145px; padding: 23px 20px; }
  .performance-label { grid-column: 1 / -1; min-height: 90px; }
  .performance-strip article:nth-last-child(1) { grid-column: 1 / -1; border-top: 1px solid var(--line); }
  .performance-strip article:nth-child(3) { border-right: 0; }
  .performance-strip strong { font-size: 46px; }
  .performance-story { grid-template-columns: 1fr; gap: 38px; padding: 80px 0; }
  .performance-story-label { min-height: 0; flex-direction: row; align-items: center; }
  .performance-story h2 { font-size: 46px; }
  .performance-story aside { min-height: 0; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 5px 20px; padding: 25px 0 0; border-top: 1px solid var(--line); border-left: 0; }
  .performance-story aside strong { grid-row: 1 / 3; grid-column: 2; margin: 0; }
  .centered-heading { margin-bottom: 40px; }
  .centered-heading h2 { font-size: 42px; }
  .service-stack { gap: 30px; }
  .service-card { grid-template-columns: 1fr; gap: 15px; min-height: 0; padding: 12px; border-radius: 22px; }
  .service-copy { padding: 35px 24px 25px; }
  .service-image { min-height: 280px; order: -1; border-radius: 16px; }
  .service-shot { border-radius: 9px; }
  .service-shot span { left: 8px; bottom: 8px; padding: 6px 8px; font-size: 7px; }
  .creator-projects { grid-template-columns: 1fr; }
  .creator-thumb { aspect-ratio: 16/10; }
  .short-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px 10px; }
  .short-thumb { aspect-ratio: 4/5; border-radius: 15px; }
  .short-card h3 { margin-top: 10px; font-size: 12px; }
  .short-card > p { font-size: 7px; }
  .short-thumb span { top: 9px; left: 9px; width: 23px; height: 23px; font-size: 7px; }
  .short-thumb b { display: none; }
  .personal-project { padding-block: 90px; }
  .personal-project-heading { padding-bottom: 45px; }
  .personal-project-heading > div { align-items: flex-start; }
  .personal-project-heading h2 { margin-top: 35px; font-size: 49px; }
  .personal-project-browser { margin-top: 25px; border-radius: 15px; }
  .personal-project-copy { padding: 40px 5px; }
  .personal-project-stats { gap: 6px; }
  .personal-project-stats b { font-size: 18px; }
  .project-spotlight-card { grid-template-columns: 1fr; }
  .project-spotlight-copy { padding: 45px 28px; }
  .project-spotlight-visual { min-height: 320px; padding: 0 0 32px 28px; }
  .project-spotlight-visual img { width: 120%; }
  .about-card { grid-template-columns: 1fr; gap: 15px; padding: 42px 25px; }
  .about-copy { padding-top: 10px; }
  .about-portrait { grid-column: auto; min-height: 430px; margin-top: 20px; padding: 24px; }
  .about { padding-top: 105px; }
  .about-intro { padding-bottom: 60px; }
  .about-intro > div:first-child { align-items: flex-start; gap: 20px; }
  .about-status { max-width: 130px; text-align: right; line-height: 1.45; }
  .about-intro-main { grid-template-columns: 1fr; gap: 35px; margin-top: 45px; }
  .about-intro h2 { order: -1; margin: 0; font-size: 55px; }
  .about-summary > p { margin-block: 22px 27px; font-size: 14px; }
  .about-summary > div { grid-template-columns: auto 1fr auto 1fr; }
  .about-profile-grid { grid-template-columns: 1fr; gap: 16px; padding-top: 16px; }
  .about-profile-grid .about-portrait { min-height: 520px; margin-top: 0; }
  .about-profile-grid .about-portrait::before { width: auto; height: auto; }
  .about-career { padding: 32px 22px 25px; }
  .career-group article { grid-template-columns: 85px 1fr auto; gap: 12px; }
  .career-group strong { font-size: 14px; }
  .career-group span { font-size: 9px; }
  .about-cv { grid-template-columns: 65px 1fr auto; padding-inline: 18px; }
  .about-cv small { display: none; }
  .contact-card { padding: 65px 20px; }
  .contact-links { grid-template-columns: 1fr; }
  .contact-links a { padding: 17px 18px; }
  .creator-footer { grid-template-columns: 1fr auto; }
  .creator-footer > p { display: none; }
  .works-nav { grid-template-columns: 1fr auto; }
  .works-nav nav { display: none; }
  .works-nav > div time { display: none; }
  .works-nav > div a { font-size: 0; }
  .works-nav > div a::after { content: "Contact"; font-size: 9px; }
  .visual-heading { min-height: 290px; grid-template-columns: 1fr; display: flex; flex-wrap: wrap; align-content: center; gap: 10px; padding-top: 115px; }
  .visual-heading h1 { width: 100%; white-space: normal; font-size: clamp(52px, 15vw, 70px); line-height: .9; }
  .visual-heading > p { display: none; }
  .visual-index { display: none; }
  .visual-grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 30px 10px; }
  .visual-meta h2 { font-size: 10px; }
  .visual-contact { min-height: 300px; }
  .visual-footer { grid-template-columns: 1fr 1fr; }
  .visual-footer a:nth-of-type(2), .visual-footer a:last-child { display: none; }
  .catalog-hero { min-height: 620px; padding: 125px 16px 65px; }
  .catalog-hero-top { gap: 22px; line-height: 1.5; }
  .catalog-hero-top span:last-child { text-align: right; }
  .catalog-hero h1 { margin-top: 58px; font-size: clamp(67px, 22vw, 94px); }
  .catalog-hero-bottom { grid-template-columns: 1fr; gap: 38px; margin-top: 60px; }
  .catalog-hero-bottom p { font-size: 13px; }
  .catalog-hero-bottom strong { justify-self: end; }
  .catalog-controls { position: relative; top: auto; width: calc(100% - 24px); padding: 14px 12px 12px; }
  .catalog-control-top { grid-template-columns: 1fr 1fr; gap: 13px 8px; }
  .catalog-filter-format { grid-column: 1; grid-row: 1; }
  .catalog-filter-sort { grid-column: 2; grid-row: 1; }
  .catalog-filter-role { grid-column: 1 / -1; grid-row: 2; }
  .catalog-filter-meta { grid-column: 1 / -1; grid-row: 3; }
  .catalog-segment button { flex: 1; padding: 8px 6px; font-size: 9px; }
  .catalog-filter-category { grid-template-columns: 1fr; gap: 7px; }
  .catalog-category-list { gap: 5px 17px; }
  .catalog-category-list button { font-size: 9px; }
  .catalog-results { padding: 38px 10px 90px; }
  .catalog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 34px 9px; }
  .catalog-thumb { border-radius: 5px; }
  .catalog-duration { bottom: 7px; left: 7px; padding: 5px 6px; font-size: 7px; }
  .catalog-play { display: none; }
  .catalog-body { padding-top: 9px; }
  .catalog-body > p { font-size: 7px; }
  .catalog-body h2 { min-height: 36px; font-size: 10px; line-height: 1.45; }
  .catalog-body > div { font-size: 6px; }
  .case-hero { padding-top: 140px; padding-bottom: 65px; }
  .case-eyebrow { gap: 20px; }
  .case-eyebrow span:last-child { display: none; }
  .case-hero h1 { margin-top: 42px; font-size: clamp(70px, 21vw, 100px); }
  .case-intro { grid-template-columns: 1fr; align-items: start; margin-top: 45px; }
  .case-intro p { width: 100%; max-width: 340px; }
  .case-overview { grid-template-columns: 1fr; gap: 25px; padding-block: 95px 70px; }
  .case-description { padding-top: 0; }
  .case-stats { grid-template-columns: 1fr; }
  .case-stats article { min-height: 140px; border-right: 0; border-bottom: 1px solid var(--line); }
  .case-stats article:last-child { border-bottom: 0; }
  .case-section { padding-block: 95px; }
  .role-grid { grid-template-columns: 1fr; }
  .role-grid article, .role-grid article:nth-child(2) { border-right: 0; }
  .case-feature { grid-template-columns: 1fr; gap: 45px; padding: 40px 24px; }
  .feature-ui { padding: 20px; }
  .feature-ui article { grid-template-columns: 45px 1fr; }
  .feature-ui article em { display: none; }
  .case-final { margin-block: 90px; padding: 75px 20px; }
  .dv-hero { gap: 30px; padding-block: 125px 75px; }
  .dv-kicker { max-width: none; }
  .dv-hero h1 { margin-top: 38px; font-size: clamp(55px, 16vw, 74px); }
  .dv-hero-copy > p { font-size: 14px; }
  .dv-hero-visual { padding: 30px 0 75px; }
  .dv-orbit { display: none; }
  .dv-screen { border-radius: 16px; transform: none; }
  .dv-number { right: 10px; bottom: 15px; width: 175px; }
  .dv-number strong { font-size: 34px; }
  .dv-ticker > div { gap: 18px; }
  .dv-story { grid-template-columns: 1fr; gap: 45px; padding-block: 95px; }
  .dv-story h2 { font-size: 51px; }
  .dv-story-copy p:first-child { font-size: 17px; }
  .dv-principles { grid-template-columns: 1fr; }
  .dv-principles article { min-height: 260px; border-right: 0; border-bottom: 1px solid var(--line); }
  .dv-principles article:last-child { border-bottom: 0; }
  .dv-built { padding-block: 95px; }
  .dv-built-heading { margin-bottom: 50px; }
  .dv-built-heading h2 { font-size: 48px; }
  .dv-built-grid article { grid-template-columns: 42px 1fr; min-height: 145px; padding-inline: 5px; }
  .dv-built-grid article::after { display: none; }
  .dv-built-grid h3 { font-size: 19px; }
  .dv-built-grid p { line-height: 1.55; }
  .dv-impact { padding: 55px 28px; }
  .dv-impact > div { grid-template-columns: 1fr; gap: 40px; }
  .dv-final { margin-block: 90px; padding: 80px 20px; }
  .dv-contact-direct { grid-template-columns: 1fr; gap: 12px; }
  .dv-contact-direct a { padding: 12px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.22); }
  .dv-contact-direct a:last-child { border-bottom: 0; }
  .legal-main { padding-top: 105px; }
  .legal-hero { min-height: 510px; padding-bottom: 55px; }
  .legal-hero > div { align-items: flex-start; gap: 20px; }
  .legal-hero time { max-width: 110px; text-align: right; line-height: 1.5; }
  .legal-hero h1 { margin-block: 55px; font-size: 72px; }
  .legal-hero > p { width: 100%; max-width: none; margin-left: 0; font-size: 14px; overflow-wrap: anywhere; }
  .legal-content { grid-template-columns: 1fr; gap: 50px; padding-block: 70px 95px; }
  .legal-content > aside { position: static; display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px 20px; padding-bottom: 35px; border-bottom: 1px solid var(--line); }
  .legal-content > aside span { grid-column: 1 / -1; margin-bottom: 8px; }
  .legal-sections section { grid-template-columns: 34px 1fr; gap: 10px; padding-block: 52px 60px; }
  .legal-sections h2 { font-size: 35px; }
  .legal-sections p, .legal-sections address { font-size: 13px; }
  .legal-sections dl { grid-template-columns: 1fr; }
  .legal-sections dl > div { min-height: 0; }
}

@media (max-width: 460px) {
  .creator-copy h1 { font-size: 45px; }
  .creator-proof { align-items: flex-start; }
  .visual-grid { grid-template-columns: 1fr; }
  .visual-thumb { aspect-ratio: 16/10; }
}

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