/* ==== style.css ==== */
@font-face { font-family:Manrope; src:url(assets/manrope-regular.woff2) format('woff2'); font-weight:400; font-display:swap; }
@font-face { font-family:Manrope; src:url(assets/manrope-bold.woff2) format('woff2'); font-weight:700; font-display:swap; }
:root { --black: #141415; --white: #fafafa; --soft: #f0f0f1; --muted: #6b6b73; --text-2: #56565e; --line: #0000001a; --ease: cubic-bezier(.19,1,.22,1); }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; color: var(--black); background: var(--white); font: 400 16px/1.6 Manrope,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif; -webkit-font-smoothing: antialiased; }
body.modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; cursor: pointer; }
h1, h2, h3, p { margin: 0; }
h1, h2 { font-weight: 700; letter-spacing: -.065em; line-height: 1.04; }
h2 { font-size: clamp(3rem,5.9vw,6.6rem); }
::selection { background: #141415; color: white; }
:focus-visible { outline: 3px solid #0082da; outline-offset: 6px; }
.skip-link { position: fixed; top: -80px; left: 20px; background: #fff; z-index: 100; padding: 15px; }
.skip-link:focus { top: 15px; }
.site-header { position: absolute; top: 0; left: 0; right: 0; z-index: 40; display: flex; justify-content: space-between; align-items: center; gap: 30px; padding: 25px 5%; height: 92px; }
.logo { font-size: 24px; letter-spacing: -1.5px; font-weight: 700; line-height: 1; }
.logo-dot { margin-left: 2px; }
.site-header nav { display: flex; gap: 30px; align-items: center; font-weight: 700; }
.site-header nav a { padding: 8px 0; }
.header-contact { border: 1px solid #0002; border-radius: 40px; display: flex; gap: 25px; align-items: center; padding: 10px 17px; background: #ffffff90; }
.header-contact:hover { background: var(--black); color: white; }
.header-contact span { font-size: 20px; }
.hero { position: relative; display: grid; grid-template-columns: 1fr 1.03fr; gap: 3%; align-items: center; padding: 145px 5% 110px; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { font-weight: 700; letter-spacing: .14em; line-height: 1.6; }
.hero h1 { line-height: .98; }
.hero-description { color: #57575d; }
.pill-button { display: inline-flex; align-items: center; gap: 30px; background: var(--black); color: #fff; padding: 15px 24px; border-radius: 40px; font-size: 14px; transition: transform .3s,background .3s; }
.pill-button span { font-size: 19px; }
.pill-button:hover { transform: translateY(-3px); background: #303034; }
.hero-visual { position: relative; perspective: 1200px; transform-style: preserve-3d; }
.hero-card { position: absolute; border: 5px solid #fff; border-radius: 16px; background: #fff; box-shadow: 0 25px 80px #15152a22; overflow: hidden; transition: box-shadow .3s; transform-style: preserve-3d; }
.hero-card img { width: 100%; height: calc(100% - 34px); object-fit: cover; }
.hero-card>span { display: flex; justify-content: space-between; padding: 8px 13px; font-weight: 700; letter-spacing: .08em; }
.hero-card:hover { box-shadow: 0 35px 90px #15152a45; }
.hero-visual-caption { position: absolute; letter-spacing: .1em; }
.hero-baseline { position: absolute; bottom: 28px; left: 5%; right: 5%; display: flex; justify-content: space-between; align-items: center; gap: 30px; letter-spacing: .08em; color: var(--muted); }
.scroll-invite { display: flex; align-items: center; gap: 20px; font-size: 12px; color: var(--black); }
.scroll-invite span { font-size: 23px; }
.content-section { padding: 100px 5%; }
.section-kicker { display: flex; align-items: center; justify-content: space-between; gap: 30px; letter-spacing: .1em; font-weight: 700; margin-bottom: 55px; }
.film-cover { position: relative; display: block; overflow: hidden; border-radius: 20px; background: #222; }
.film-cover img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.film-cover:hover img { transform: scale(1.035); }
.play-icon { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 56px; height: 56px; background: #fffe; color: #111; border-radius: 50%; display: grid; place-items: center; font-size: 15px; padding-left: 3px; box-shadow: 0 5px 20px #0003; }
.film-caption { display: flex; justify-content: space-between; align-items: start; gap: 20px; }
.film-caption h3 { line-height: 1.5; }
.film-caption>span { letter-spacing: .08em; margin-top: 5px; color: var(--muted); }
.site-footer { padding: 100px 5% 25px; background: #111113; color: white; }
.site-footer h2 { font-size: clamp(3.5rem,7vw,8rem); margin: 35px 0 40px; }
.footer-bottom { border-top: 1px solid #fff3; margin-top: 95px; padding-top: 25px; display: flex; align-items: center; justify-content: space-between; gap: 30px; color: #acacb4; }
.media-dialog { padding: 18px 22px 22px; border: 1px solid #fff3; border-radius: 18px; background: #151517; color: #fff; width: min(1150px,94vw); max-height: 95dvh; overflow: auto; }
.media-dialog::backdrop { background: #08080bdd; backdrop-filter: blur(18px); }
.dialog-header { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-bottom: 20px; }
.dialog-header h2 { font-size: 16px; letter-spacing: -.02em; line-height: 1.4; }
.dialog-close { font-size: 14px; border: 1px solid #fff6; border-radius: 30px; background: none; color: white; padding: 9px 16px; min-height: 44px; }
.media-content { display: flex; justify-content: center; }
.media-content iframe { width: 100%; aspect-ratio: 16/9; border: 0; background: #000; }
.media-content img { object-fit: contain; max-height: 76dvh; max-width: 100%; }
.media-dialog.is-vertical { width: min(470px,94vw); }
.media-dialog.is-vertical iframe { aspect-ratio: 9/16; max-height: 75dvh; }
.media-dialog.is-square { width: min(780px,94vw); }
.media-dialog.is-square iframe { aspect-ratio: 1; max-height: 75dvh; }
.external-video { display: inline-block; margin-top: 18px; font-size: 14px; text-decoration: underline; text-underline-offset: 5px; }
.external-video[hidden] { display: none; }
.page-progress { height: 2px; position: fixed; top: 0; left: 0; right: 0; background: #606066; z-index: 60; transform: scaleX(0); transform-origin: left; }
@media (min-width:1600px) {
  .hero { padding-left: 8%; padding-right: 8%; gap: 7%; }
}
@media (max-width:1000px) {
  .site-header nav { gap: 18px; }
  .header-contact { gap: 14px; }
  .hero { gap: 1%; }
  .hero h1 { font-size: 8vw; }
  .hero-baseline>span:last-child { display: none; }
}
@media (max-width:700px) {
  html { scroll-padding-top: 80px; }
  .site-header { height: 78px; padding: 20px 6%; }
  .logo { font-size: 21px; }
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-visual { width: 96%; margin: 0 auto; }
  .hero-baseline { bottom: 25px; left: 6%; right: 6%; }
  .hero-baseline>span { font-size: 8px; }
  .content-section { padding: 65px 6%; }
  .section-kicker { margin-bottom: 35px; align-items: flex-start; gap: 20px; }
  .section-kicker>span:last-child { text-align: right; }
  .film-cover { border-radius: 13px; }
  .film-caption { display: block; padding-top: 13px; }
  .site-footer { padding: 65px 6% 25px; }
  .site-footer h2 { font-size: 12vw; margin: 30px 0; }
  .footer-bottom { margin-top: 60px; flex-wrap: wrap; gap: 15px; }
  .footer-bottom span:nth-child(2) { order: 3; width: 100%; }
  .dialog-header h2 { font-size: 14px; }
}
@media (prefers-reduced-motion:reduce) {
  *, *:before, *:after { animation: none!important; transition: none!important; }
}
/* The neutral structure lets the work supply the colour. */
.hero-visual { isolation: isolate; }
.hero-card-motion { z-index: 2; width: 69%; height: 210px; left: 23%; top: 9%; transform: translate3d(calc(var(--pointer-x,0)*-13px),calc(var(--pointer-y,0)*-9px),0) rotate(-8deg); }
.hero-card-thumb { z-index: 3; width: 70%; height: 217px; left: 26%; top: 54%; transform: translate3d(calc(var(--pointer-x,0)*18px),calc(var(--pointer-y,0)*14px),0) rotate(8deg); }
.hero-card-ads { z-index: 4; width: 29%; height: 280px; left: 1%; top: 27%; transform: translate3d(calc(var(--pointer-x,0)*-20px),calc(var(--pointer-y,0)*-16px),0) rotate(-11deg); }
.hero-copy, .hero-visual { animation: soft-entrance 1.15s var(--ease) both; }
.hero-visual { animation-delay: .08s; }
.contact-mobile { display: none; }
.scroll-chapter { position: relative; background: #f6f6f7; }
.sticky-stage { padding: 80px 0 40px; position: relative; }
.scene-heading { display: flex; justify-content: space-between; align-items: end; padding: 0 5%; gap: 8%; margin-bottom: 45px; }
.scene-heading h2 { font-size: clamp(3rem,5.4vw,6rem); margin-top: 18px; }
.scene-heading>p, .scene-heading>div>p { max-width: 420px; line-height: 1.7; color: var(--muted); }
.project-track { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 42px; padding: 0 5%; }
.film-card { min-width: 0; }
.film-cover { height: 390px; aspect-ratio: auto; }
.film-cover.vertical { height: 490px; aspect-ratio: auto; }
.vertical-card .film-cover { max-width: 300px; margin: auto; border: 6px solid #242426; border-radius: 24px; }
.film-cover.square { height: 390px; aspect-ratio: 1; max-width: 390px; margin: auto; }
.film-type { position: absolute; top: 18px; left: 18px; color: #fff; background: #0009; backdrop-filter: blur(10px); padding: 5px 10px; border-radius: 20px; font-weight: 700; letter-spacing: .04em; }
.film-duration { position: absolute; bottom: 16px; right: 16px; color: #fff; background: #0009; padding: 3px 7px; border-radius: 5px; font-variant-numeric: tabular-nums; }
.film-caption { padding: 19px 2px 0; }
.film-caption h3 { font-size: 20px; font-weight: 700; letter-spacing: -.04em; }
.film-caption p { color: var(--muted); margin: 6px 0 0; line-height: 1.6; max-width: 390px; }
.dark-chapter { color: #f5f5f7; background: #111113; }
.dark-chapter .scene-heading p, .dark-chapter .film-caption p, .dark-chapter .film-caption>span { color: #b3b3bc; }
.dark-chapter .film-cover { border-color: #353539; box-shadow: 0 20px 50px #0003; }
.dark-chapter .eyebrow { color: #b5b5bc; }
.dark-chapter .film-caption>span { color: #87878c; }
.scene-controls { margin: 45px 5% 0; display: flex; justify-content: space-between; align-items: center; gap: 20px; letter-spacing: .07em; }
.scene-dots { display: flex; gap: 8px; }
.scene-dot { padding: 8px; border: 1px solid #80808040; border-radius: 50%; height: 36px; width: 36px; background: transparent; color: inherit; line-height: 1; transition: background .25s,color .25s; }
.scene-dot[aria-current=true], .scene-dot:hover { background: var(--black); color: white; }
.dark-chapter .scene-dot[aria-current=true], .dark-chapter .scene-dot:hover { background: white; color: var(--black); }
.scene-invite { display: none; color: inherit; opacity: .6; }
.light-chapter { background: #f3f3f5; }
.light-chapter .film-cover { border: 7px solid white; box-shadow: 0 15px 50px #15152613; }
.light-chapter .play-icon { box-shadow: 0 5px 15px #0002; }
.light-chapter .scene-heading { margin-bottom: 55px; }
/* Pinned chapters are enabled only where space and motion preferences allow it. */
.enhanced-motion .scroll-chapter { height: var(--scene-height,300vh); }
.enhanced-motion .sticky-stage { position: sticky; top: 0; height: 100svh; padding: 65px 0 22px; display: flex; flex-direction: column; overflow: clip; }
.enhanced-motion .scene-heading { flex: none; margin-bottom: 25px; min-height: 143px; }
.enhanced-motion .scene-heading h2 { font-size: clamp(2.8rem,4.5vw,5rem); line-height: 1.03; }
.enhanced-motion .scroll-window { flex: 1; display: flex; align-items: center; overflow: clip; perspective: 1500px; min-height: 0; }
.enhanced-motion .project-track { display: flex; align-items: flex-start; gap: 60px; padding: 0; width: max-content; will-change: transform; transform: translate3d(var(--track-x,0px),0,0); transform-style: preserve-3d; }
.enhanced-motion .film-card { flex: none; transform: perspective(1200px) rotateY(var(--card-rotate,0deg)) scale(var(--card-scale,1)); opacity: var(--card-opacity,1); transform-origin: center; transition: opacity .15s; }
.enhanced-motion .film-cover, .enhanced-motion .film-cover.vertical, .enhanced-motion .film-cover.square { max-width: none; aspect-ratio: auto; width: 100%; }
.enhanced-motion .vertical-card .film-cover { height: clamp(260px,calc(100svh - 360px),520px); }
.enhanced-motion .film-caption p { font-size: 12px; line-height: 1.4; }
.enhanced-motion .scene-controls { flex: none; margin-top: 15px; min-height: 36px; }
.enhanced-motion .scene-invite { display: block; }
.enhanced-motion .scene-dots { position: absolute; left: 50%; transform: translateX(-50%); }
/* A field of thumbnails travels through perspective, then opens as a gallery. */
.thumbnails-chapter { background: #fff; }
.gallery-toggle { margin-top: 20px; border: 1px solid var(--line); padding: 9px 15px; background: white; border-radius: 30px; font-size: 13px; display: inline-flex; align-items: center; gap: 25px; transition: background .25s; }
.gallery-toggle:hover { background: #f0f0f1; }
.gallery-toggle span { font-size: 20px; }
.thumbnail-wall { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; padding: 0 5%; }
.thumbnail-tile { position: relative; display: block; aspect-ratio: 16/9; overflow: hidden; border-radius: 9px; background: #222; box-shadow: 0 8px 22px #080b1818; transition: transform .35s var(--ease),box-shadow .35s; isolation: isolate; }
.thumbnail-tile img { width: 100%; height: 100%; object-fit: cover; }
.thumbnail-tile:hover, .thumbnail-tile:focus-visible { transform: translateY(-7px) scale(1.035); box-shadow: 0 20px 45px #0003; z-index: 4; }
.thumb-overlay { position: absolute; bottom: 0; left: 0; right: 0; display: flex; align-items: end; justify-content: space-between; gap: 10px; padding: 34px 15px 12px; background: linear-gradient(transparent,#000b); color: #fff; font-size: 12px; opacity: 0; transition: opacity .25s; }
.thumb-overlay>span:last-child { font-size: 23px; }
.thumbnail-tile:hover .thumb-overlay, .thumbnail-tile:focus-visible .thumb-overlay { opacity: 1; }
.enhanced-motion .wall-window { flex: 1; position: relative; display: flex; align-items: center; perspective: 1400px; min-height: 0; overflow: clip; }
.enhanced-motion .thumbnail-wall { padding: 0; display: grid; grid-template-columns: repeat(7,var(--tile-w)); gap: 16px; width: max-content; transform-style: preserve-3d; will-change: transform; transform: translate3d(var(--wall-x,0px),0,0) rotateX(var(--wall-rx,10deg)) rotateY(var(--wall-ry,-6deg)) rotateZ(var(--wall-rz,-3deg)); transform-origin: center; }
.enhanced-motion .thumbnail-tile { width: var(--tile-w); }
.enhanced-motion .thumbnails-chapter .scene-heading { margin-bottom: 12px; }
.enhanced-motion .thumbnails-chapter.is-gallery { height: auto; }
.enhanced-motion .thumbnails-chapter.is-gallery .sticky-stage { height: auto; position: relative; padding: 80px 0 45px; overflow: visible; }
.enhanced-motion .thumbnails-chapter.is-gallery .wall-window { display: block; overflow: visible; }
.enhanced-motion .thumbnails-chapter.is-gallery .thumbnail-wall { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); width: auto; padding: 20px 5% 0; gap: 24px; transform: none; will-change: auto; }
.enhanced-motion .thumbnails-chapter.is-gallery .thumbnail-tile { width: auto; }
.is-gallery .scene-invite { display: none!important; }
/* The personal project is one independent chapter. */
.creator-chapter { background: #eeeef0; color: var(--black); }
.creator-heading { text-align: center; padding: 0 5%; }
.creator-heading h2 { font-size: clamp(2.7rem,4.8vw,5.5rem); margin: 22px 0 20px; }
.creator-heading h2 span { color: #76767d; }
.creator-heading p { font-size: 16px; line-height: 1.7; color: var(--muted); }
.fan-window { display: grid; grid-template-columns: repeat(4,1fr); gap: 25px; margin: 55px auto; padding: 0 5%; perspective: 1400px; }
.fan-card { position: relative; display: block; aspect-ratio: 9/16; min-width: 0; transform-style: preserve-3d; }
.fan-card-inner { position: relative; width: 100%; height: 100%; border: 5px solid #f9f9fa; border-radius: 24px; overflow: hidden; background: #161619; box-shadow: 0 18px 42px #1e284333; transition: transform .45s var(--ease),box-shadow .45s; isolation: isolate; }
.fan-card-inner:after { content: ''; position: absolute; inset: 0; background: linear-gradient(#0006,transparent 33%,transparent 55%,#000b); pointer-events: none; }
.fan-card img { width: 100%; height: 100%; object-fit: cover; }
.platform-chip { position: absolute; z-index: 2; left: 10px; top: 12px; right: 10px; display: flex; align-items: center; justify-content: center; gap: 7px; padding: 7px 8px; border-radius: 20px; background: #ffffffed; color: #17171a; font-weight: 700; }
.youtube-symbol { color: #f20d24; font-size: 12px; }
.fan-metric { position: absolute; z-index: 2; bottom: 20px; left: 17px; display: flex; flex-direction: column; color: #fff; }
.fan-metric strong { font-weight: 700; line-height: 1.1; letter-spacing: -.06em; }
.fan-metric>span { font-size: 12px; margin-top: 3px; }
.fan-play { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 43px; height: 43px; border: 1px solid #fff9; background: #fff2; backdrop-filter: blur(8px); display: grid; place-items: center; color: #fff; border-radius: 50%; z-index: 2; font-size: 12px; padding-left: 2px; }
.fan-card:hover { z-index: 20!important; }
.fan-card:hover .fan-card-inner, .fan-card:focus-visible .fan-card-inner { box-shadow: 0 32px 65px #1e28434d; }
.fan-footer { display: flex; align-items: center; justify-content: space-between; gap: 25px; letter-spacing: .03em; padding: 0 5%; }
.enhanced-motion .creator-heading h2 { font-size: clamp(2.7rem,4.3vw,4.9rem); margin: 18px 0 16px; }
.enhanced-motion .creator-heading p { font-size: 14px; }
.enhanced-motion .creator-chapter .sticky-stage { padding-top: 55px; }
.enhanced-motion .fan-window { display: block; flex: 1; min-height: 0; position: relative; width: 100%; max-width: none; margin: 10px 0 15px; padding: 0; overflow: visible; }
.enhanced-motion .fan-card { aspect-ratio: 9/16; position: absolute; left: 50%; top: 50%; transform: translate3d(calc(-50% + var(--fan-x,0px)),calc(-50% + var(--fan-y,0px)),0) rotate(var(--fan-r,0deg)); will-change: transform; }
.creator-results { background: #eeeef0; }
.creator-results-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 10%; align-items: start; max-width: 1100px; margin: 0 auto 40px; }
.creator-results-intro h3 { font-size: 24px; line-height: 1.4; letter-spacing: -.05em; }
.creator-results-intro p { font-size: 15px; line-height: 1.8; color: var(--muted); }
.creator-long-videos { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; max-width: 1100px; margin: auto; }
.long-result { display: grid; grid-template-columns: 45% 1fr; align-items: center; overflow: hidden; background: #fff; border-radius: 15px; gap: 20px; padding: 12px; transition: transform .35s; }
.long-result:hover { transform: translateY(-5px); }
.long-result img { width: 100%; aspect-ratio: 16/10; height: 100%; object-fit: cover; border-radius: 9px; }
.long-result>div { padding: 5px 10px 5px 0; }
.result-platform { letter-spacing: .08em; font-weight: 700; color: #6a6a73; }
.long-result h4 { font-size: 14px; letter-spacing: -.02em; line-height: 1.5; margin: 9px 0; }
.long-result>div>span:last-child { font-size: 12px; color: #6a6a73; }
.platform-links { display: grid; grid-template-columns: repeat(3,1fr); max-width: 1100px; margin: 30px auto 0; border-top: 1px solid #0002; border-bottom: 1px solid #0002; }
.platform-links>a { display: grid; grid-template-columns: 1fr auto; gap: 5px; padding: 24px 20px 24px 0; }
.platform-links>a>span:first-child { color: var(--muted); }
.platform-links>a>strong { grid-row: 2; grid-column: 1; font-size: 14px; font-weight: 700; }
.platform-links>a>span:last-child { grid-column: 2; grid-row: 1/3; align-self: center; font-size: 20px; }
.platform-links>a:hover strong { text-decoration: underline; text-underline-offset: 5px; }
.source-note { max-width: 1100px; margin: 20px auto 0; }
.about-section { background: #f3f3f5; }
.about-layout { display: grid; grid-template-columns: 1fr .9fr; margin-top: 75px; }
.portrait-composition { position: relative; min-width: 0; padding-right: 15%; padding-bottom: 7%; perspective: 1000px; }
.portrait-main { width: 100%; border-radius: 15px; object-fit: cover; box-shadow: 0 15px 50px #0001; transform: rotate(-3deg) translate(calc(var(--pointer-x,0)*-7px),calc(var(--pointer-y,0)*-5px)); }
.portrait-signature { display: block; margin-top: 20px; font-size: 18px; font-weight: 700; letter-spacing: -.055em; transform: rotate(-3deg); }
.about-text>p:not(.eyebrow) { font-size: 16px; line-height: 1.85; color: #686870; margin-bottom: 20px; }
.about-text strong { color: var(--black); }
.about-text .pill-button { margin-top: 10px; }
.image-navigation { display: flex; justify-content: center; align-items: center; gap: 25px; margin-top: 18px; font-size: 12px; }
.image-navigation[hidden] { display: none; }
.image-navigation button { width: 44px; height: 44px; border: 1px solid #fff5; border-radius: 50%; background: none; color: #fff; font-size: 21px; }
.image-navigation button:hover { background: #fff; color: #111; }
.menu-toggle { display: none; }
.chapter-dock { position: fixed; left: 50%; transform: translate(-50%,100px); z-index: 35; display: flex; gap: 5px; padding: 6px; background: #ffffffed; border: 1px solid #0001; border-radius: 45px; backdrop-filter: blur(20px); box-shadow: 0 7px 30px #0002; transition: transform .5s var(--ease); }
.chapter-dock.is-visible { transform: translate(-50%,0); }
.chapter-dock a { white-space: nowrap; border-radius: 30px; color: #676770; }
.chapter-dock a[aria-current=true] { background: #151517; color: white; }
.chapter-dock a:hover { background: #e4e4e8; }
.chapter-dock a[aria-current=true]:hover { background: #333; }
.site-footer { padding-bottom: 80px; }
.file-notice { padding: 15px 5%; background: #151517; color: white; font-size: 13px; text-align: center; }
.file-notice a { text-decoration: underline; margin-left: 10px; }
.file-notice~.site-header { top: 54px; }
.is-paused *, .is-paused *:before, .is-paused *:after { animation-play-state: paused!important; }
.is-paused [data-pointer-scene] { --pointer-x: 0!important; --pointer-y: 0!important; }
@keyframes soft-entrance { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: translateY(0); } }
@media (min-width:1600px) {
  .hero-card-motion { height: 245px; }
  .hero-card-thumb { height: 250px; }
  .hero-card-ads { height: 335px; }
  .content-section { padding-left: max(5%,calc((100% - 1550px)/2)); padding-right: max(5%,calc((100% - 1550px)/2)); }
}
@media (max-width:1100px) {
  .site-header { gap: 20px; }
  .site-header nav { gap: 17px; }
  .logo { font-size: 22px; }
  .header-contact { gap: 15px; }
  .hero-card-motion { height: 180px; }
  .hero-card-thumb { height: 180px; }
  .hero-card-ads { height: 245px; }
  .about-text>p:not(.eyebrow) { font-size: 15px; }
  .scene-heading p { font-size: 14px; }
  .creator-results-intro { gap: 7%; }
  .long-result { gap: 12px; }
  .long-result h4 { font-size: 13px; }
  .long-result>div { padding-right: 0; }
}
@media (max-width:900px) {
  .site-header nav { display: none; }
  .menu-toggle { display: block; border: 1px solid #0002; border-radius: 50%; height: 40px; width: 40px; flex-shrink: 0; background: white; color: #111; padding: 0; }
  .site-header { gap: 15px; }
  .header-contact { margin-left: auto; }
  .site-header nav.is-open { display: flex; position: absolute; top: 80px; left: 5%; right: 5%; background: #fffefc; box-shadow: 0 20px 40px #0002; border-radius: 15px; padding: 20px 25px; gap: 10px; flex-direction: column; align-items: stretch; font-size: 17px; }
  .site-header nav a { padding: 10px; }
  .sticky-stage { padding: 65px 0 40px; }
  .scene-heading { display: block; }
  .scene-heading h2 { font-size: clamp(3rem,8vw,5.5rem); margin-top: 20px; }
  .scene-heading>p, .scene-heading>div>p { margin-top: 25px; }
  .project-track { gap: 35px 25px; }
  .film-cover { height: 260px; }
  .film-cover.vertical { height: 400px; max-width: 235px; }
  .film-cover.square { height: 260px; }
  .film-caption h3 { font-size: 18px; }
  .scene-dots, .scene-controls>.scene-invite { display: none; }
  .scene-controls { margin-top: 30px; }
  .gallery-toggle { display: none; }
  .thumbnail-wall { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
  .thumb-overlay { opacity: 1; font-size: 11px; }
  .thumb-overlay>span:last-child { font-size: 19px; }
  .creator-heading h2 { font-size: 6vw; }
  .creator-heading p { font-size: 15px; }
  .fan-window { padding: 0 5%; margin-top: 40px; }
  .fan-card-inner { border-radius: 17px; border-width: 4px; }
  .platform-chip { left: 6px; right: 6px; gap: 4px; }
  .fan-metric { left: 12px; bottom: 15px; }
  .creator-long-videos { gap: 18px; }
  .long-result { display: block; }
  .long-result img { aspect-ratio: 16/9; height: auto; }
  .long-result>div { padding: 10px 4px 4px; }
  .long-result h4 { font-size: 14px; margin: 5px 0; }
  .about-layout { grid-template-columns: 1fr 1fr; }
  .about-text h2 { font-size: 5vw; }
  .about-text>p:not(.eyebrow) { font-size: 14px; }
  .site-footer { padding-bottom: 30px; }
}
@media (max-width:700px) {
  .contact-desktop { display: none; }
  .contact-mobile { display: inline; }
  .header-contact { gap: 13px; }
  .header-contact span:last-child { font-size: 18px; }
  .site-header .logo { font-size: 20px; }
  .hero h1 br:nth-child(2) { display: block; }
  .hero-card-motion { width: 69%; left: 26%; top: 9%; height: 160px; }
  .hero-card-thumb { width: 70%; left: 23%; top: 55%; height: 165px; }
  .hero-card-ads { width: 30%; top: 30%; left: 0; height: 225px; }
  .hero-card { border-width: 4px; border-radius: 12px; }
  .hero-card>span { padding: 8px 9px; }
  .hero-baseline { gap: 15px; }
  .hero-baseline>span:first-child { display: none; }
  .hero-baseline .scroll-invite { font-size: 12px; }
  .project-track { grid-template-columns: 1fr; }
  .film-card { max-width: 560px; margin: 0 auto; width: 100%; }
  .film-cover.vertical { height: auto; aspect-ratio: 9/16; width: 74%; max-width: 300px; }
  .film-cover.square { height: auto; aspect-ratio: 1; width: 84%; max-width: 390px; }
  .film-cover.wide { height: auto; aspect-ratio: 16/9; }
  .film-caption { max-width: 440px; margin: auto; }
  .film-caption h3 { font-size: 19px; }
  .scene-heading { padding: 0 6%; margin-bottom: 35px; }
  .scene-heading h2 { font-size: 13vw; }
  .project-track { padding: 0 6%; gap: 42px; }
  .scene-heading .eyebrow { font-size: 11px; }
  .scene-controls { margin-left: 6%; margin-right: 6%; }
  .thumbnail-wall { padding: 0 6%; gap: 14px; }
  .thumbnail-tile { border-radius: 7px; }
  .thumb-overlay>span:first-child { font-size: 11px; line-height: 1.4; }
  .thumbnails-chapter .scene-controls { font-size: 8px; line-height: 1.6; }
  .creator-heading { text-align: left; padding: 0 6%; }
  .creator-heading h2 { font-size: 10.5vw; margin: 23px 0; }
  .creator-heading p { font-size: 16px; }
  .creator-heading p br { display: none; }
  .fan-card-inner { border-radius: 20px; }
  .platform-chip { top: 10px; left: 7px; right: 7px; }
  .fan-metric strong { font-size: 9vw; }
  .fan-metric>span { font-size: 11px; }
  .fan-footer { display: block; padding: 0 6%; }
  .fan-footer>span { display: block; }
  .creator-results-intro { grid-template-columns: 1fr; gap: 22px; }
  .creator-results-intro h3 { font-size: 25px; }
  .creator-results-intro p { font-size: 16px; }
  .creator-long-videos { grid-template-columns: 1fr; gap: 18px; }
  .long-result { display: grid; grid-template-columns: 44% 1fr; gap: 14px; }
  .long-result>div { padding: 0; }
  .long-result img { aspect-ratio: 1; height: 100%; }
  .long-result h4 { font-size: 14px; }
  .platform-links { grid-template-columns: 1fr; }
  .platform-links>a { padding: 19px 0; border-bottom: 1px solid #0001; }
  .platform-links>a:last-child { border: 0; }
  .about-layout { margin-top: 45px; }
  .portrait-composition { padding-right: 16%; }
  .portrait-main { border-radius: 12px; }
  .portrait-signature { font-size: 18px; }
  .about-text h2 { font-size: 12vw; }
  .about-text>p:not(.eyebrow) { font-size: 16px; }
  .about-text .eyebrow { font-size: 11px; }
  .about-section .section-kicker { font-size: 8px; }
  .site-footer .eyebrow { font-size: 11px; }
  .scene-dots { display: none; }
}
@media (prefers-reduced-motion:reduce) {
  [data-pointer-scene] { --pointer-x: 0!important; --pointer-y: 0!important; }
  .hero-copy, .hero-visual { animation: none!important; }
}
/* Measured scene geometry keeps each native video ratio and its title in view. */
.header-contact .contact-desktop, .header-contact .contact-mobile { font-size: inherit; }
.site-header nav { font-size: 14px; }
.header-contact { font-size: 14px; }
.eyebrow, .section-kicker { font-size: 12px; }
.hero-card>span { font-size: 11px; }
.hero-baseline { font-size: 12px; }
.scene-heading>p, .scene-heading>div>p { font-size: 16px; }
.film-type, .film-duration, .scene-progress-label, .scene-dot, .scene-controls, .enhanced-motion .thumbnails-chapter .scene-controls { font-size: 12px; }
.film-caption p { font-size: 14px; }
.film-caption>span { font-size: 12px; }
.scene-controls { position: relative; }
.enhanced-motion .scene-heading .eyebrow, .enhanced-motion .creator-heading .eyebrow { font-size: 12px; }
.project-track, .thumbnail-wall { position: relative; }
.enhanced-motion .film-card { width: calc(var(--cover-height,350px)*16/9); }
.enhanced-motion .vertical-card { width: calc(var(--cover-height,350px)*9/16); }
.enhanced-motion .square-card { width: var(--cover-height,350px); }
.enhanced-motion .film-cover, .enhanced-motion .film-cover.vertical, .enhanced-motion .film-cover.square { height: var(--cover-height,350px); }
.enhanced-motion .film-caption { min-height: 0; padding-top: 16px; }
.enhanced-motion .film-caption h3 { font-size: 18px; line-height: 1.4; }
.enhanced-motion .film-caption p { display: none; }
.enhanced-motion .thumbnail-wall { --tile-w: var(--measured-tile,200px); }
.enhanced-motion .scroll-chapter .scene-invite { font-size: 12px; }
.enhanced-motion .fan-window { overflow: clip; }
.fan-window { grid-template-columns: repeat(6,minmax(0,1fr)); max-width: 1500px; }
.platform-chip { font-size: 12px; }
.platform-symbol { font-size: 15px; }
.instagram-symbol { color: #d32978; }
.tiktok-symbol { color: #111; text-shadow: 1px 0 #f14c77,-1px 0 #19bfcd; }
.fan-footer { font-size: 12px; line-height: 1.5; }
.fan-metric strong { font-size: clamp(1.7rem,3vw,3.1rem); }
.source-note { font-size: 12px; }
.result-platform { font-size: 12px; }
.platform-links>a { font-size: 12px; }
.footer-bottom { font-size: 12px; }
.image-position { font-size: 14px; }
.hero-visual { animation-name: soft-entrance; }
.is-paused { scroll-behavior: auto; }
.is-paused * { transition: none!important; }
.media-content img { border-radius: 5px; }
.file-notice { line-height: 1.6; }
@media (min-width:901px) and (max-width:1100px) {
  .site-header nav { gap: 12px; font-size: 12px; }
  .header-contact .contact-desktop { display: none; }
  .header-contact .contact-mobile { display: inline; }
  .scene-controls .scene-invite { max-width: 180px; text-align: right; }
  .enhanced-motion .scene-controls .scene-progress-label { font-size: 11px; }
  .enhanced-motion .fan-metric strong { font-size: 28px; }
  .fan-footer { font-size: 11px; }
  .platform-chip { font-size: 11px; }
}
@media (max-width:900px) {
  .site-header nav { font-size: 17px; }
  .hero-baseline>span { display: none; }
  .fan-window { grid-template-columns: repeat(3,minmax(0,1fr)); max-width: 760px; gap: 28px; }
  .platform-chip { font-size: 12px; padding: 7px; }
  .fan-metric strong { font-size: 36px; }
  .eyebrow, .section-kicker, .scene-heading .eyebrow, .about-text .eyebrow, .about-section .section-kicker, .site-footer .eyebrow { font-size: 12px; }
  .scene-controls { font-size: 12px; }
  .thumb-overlay>span:first-child { font-size: 12px; }
  .thumb-overlay { padding: 30px 12px 12px; }
  .source-note { font-size: 12px; }
  .creator-heading .eyebrow { font-size: 12px; }
}
@media (max-width:700px) {
  .site-header { gap: 12px; }
  .header-contact { font-size: 14px; padding: 8px 12px; }
  .hero-card>span { font-size: 11px; }
  .fan-window { grid-template-columns: 1fr 1fr; max-width: 540px; }
  .platform-chip { padding: 7px 3px; }
  .fan-metric strong { font-size: clamp(27px,8vw,42px); }
  .fan-footer { font-size: 12px; padding-top: 15px; }
  .fan-footer>span+span { margin-top: 8px; }
  .creator-heading .eyebrow { font-size: 11px; }
  .hero-description, .scene-heading>p, .scene-heading>div>p { font-size: 16px; }
  .section-kicker { font-size: 11px; }
  .scene-controls { line-height: 1.6; }
  .footer-bottom span { font-size: 11px; }
}
.enhanced-motion .fan-card { width: var(--fan-width,190px); }
html { scrollbar-gutter: stable; }
.fan-card:focus-visible { z-index: 20!important; }
/* A typographic opening: a fixed word, changing materials, calm surrounding space. */
.portfolio-intro { padding: 108px 5% 0; background: var(--white); overflow: clip; }
.portfolio-banner { position: relative; width: min(100%,1050px); height: clamp(145px,17vw,220px); margin: 0 auto; isolation: isolate; user-select: none; }
.hero { overflow: clip; }
.hero-backdrop { position: absolute; inset: -5% -9% -8% -6%; background: radial-gradient(ellipse at 50% 48%,#e2e3e6 0%,#ededee 37%,#fafafa00 69%); pointer-events: none; }
@media (min-width:1600px) {
  .portfolio-banner { height: 235px; }
  .hero h1 { font-size: 7.3rem; }
}
@media (max-width:1100px) {
  .portfolio-intro { padding-top: 104px; }
  .hero h1 { font-size: 6.8vw; }
}
@media (max-width:700px) {
  .portfolio-intro { padding: 94px 4% 0; }
  .portfolio-banner { height: 100px; min-height: 24vw; }
  .hero h1 { font-size: 17.5vw; }
  .hero-visual-caption { display: none; }
  .hero-backdrop { inset: -1% -9% -5% -8%; }
}
/* ==== portfolio-cover.css ==== */
/* A single printed-paper cover. The hero keeps its existing white styling. */
.site-header { color: #f5f2e9; }
.site-header nav a:hover { color: #fff; }
.site-header .header-contact { color: #f5f2e9; background: #ffffff08; border-color: #ffffff40; }
.site-header .header-contact:hover { color: #141415; background: #f5f2e9; border-color: #f5f2e9; }
.site-header :focus-visible { outline-color: #ffe33e; }
.site-header nav.is-open { color: #141415; }
.site-header nav.is-open a:hover { color: #57575d; }
.portfolio-intro.portfolio-cover { position: relative; isolation: isolate; display: grid; place-items: center; overflow: clip; background: #fafafa; color: #f5f2e9; }
/* Clip the paper itself: no white overlay and no straight lower raster edge. */
.portfolio-cover::before { content: ''; position: absolute; z-index: -1; inset: 0; background: #090909 url('assets/chromatic/01_chromatic_backdrop.webp') center / cover no-repeat; -webkit-mask: url('assets/chromatic/paper-edge.svg') center / 100% 100% no-repeat; mask: url('assets/chromatic/paper-edge.svg') center / 100% 100% no-repeat; pointer-events: none; }
.portfolio-cover .portfolio-banner { position: relative; height: auto; min-height: 0; aspect-ratio: 3 / 1; margin: 0; user-select: none; }
.chromatic-word { display: block; position: relative; z-index: 1; width: 100%; height: 100%; }
.chromatic-word img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: normal; }
.chromatic-word.is-ready { animation: cover-arrive 240ms cubic-bezier(.2,.65,.3,1) both; }
.chromatic-fallback { position: absolute; inset: 0; display: none; place-items: center; font-size: clamp(3rem, 10vw, 128px); font-weight: 700; letter-spacing: -.065em; }
.chromatic-word.has-error img { visibility: hidden; }
.chromatic-word.has-error .chromatic-fallback { display: grid; }
.chromatic-decor { position: absolute; width: 30%; pointer-events: none; transform-origin: 0 0; animation-play-state: paused; }
.chromatic-decor img { width: 100%; height: auto; max-width: none; user-select: none; }
.chromatic-decor-a { left: -4%; top: 23%; animation: paper-float-a 6s ease-in-out infinite; }
.chromatic-decor-a img { transform: translate(-20.54%, -51.38%); }
.chromatic-decor-b { left: 104%; top: 36%; width: 27%; animation: paper-float-b 8s ease-in-out -2s infinite; }
.chromatic-decor-b img { transform: translate(-54.52%, -48.94%); }
.chromatic-decor-c { left: 24%; width: 28%; animation: paper-float-c 10s ease-in-out -4s infinite; }
.chromatic-decor-c img { transform: translate(-81.42%, -50.44%); }
.portfolio-cover .chromatic-decor { animation-play-state: paused; }
.portfolio-cover.is-in-view .chromatic-decor { animation-play-state: running; }
@keyframes cover-arrive { from { transform: scale(.97); } to { transform: scale(1); } }
@keyframes paper-float-a { 0%, 100% { transform: translate3d(0,0,0) rotate(-1deg); } 50% { transform: translate3d(4px,-6px,0) rotate(1deg); } }
@keyframes paper-float-b { 0%, 100% { transform: translate3d(0,0,0) rotate(1deg); } 50% { transform: translate3d(-5px,7px,0) rotate(-1.5deg); } }
@keyframes paper-float-c { 0%, 100% { transform: translate3d(0,0,0) rotate(-1deg); } 50% { transform: translate3d(6px,-4px,0) rotate(1.5deg); } }
@media (max-width:1023px) {
  .portfolio-intro.portfolio-cover { height: 400px; }
}
@media (max-width:700px) {
  .portfolio-intro.portfolio-cover { padding-top: 100px; padding-bottom: 65px; }
}
@media (prefers-reduced-motion:reduce) {
  .portfolio-cover .chromatic-word, .portfolio-cover .chromatic-decor { animation: none !important; }
}
/* ==== site-refinements.css ==== */
/* Final layout refinements; the original visual identity and project content stay intact. */
.portfolio-intro.portfolio-cover { height: clamp(350px,25vw,420px); padding: 108px 5% 66px; }
.portfolio-cover .portfolio-banner { width: min(60vw,900px); }
.chromatic-decor-c { top: 85%; }
.hero { min-height: 0; padding-top: 24px; padding-bottom: 82px; }
.hero h1 { font-size: clamp(3.8rem,5.8vw,6.5rem); margin: 20px 0; }
.hero-description { max-width: 540px; font-size: 16px; line-height: 1.65; margin-bottom: 24px; text-wrap: pretty; }
.hero-visual { height: 425px; }
.hero-visual-caption { top: -14px; bottom: auto; right: 10px; font-size: 11px; }
.hero h1 span { color: #737379; }
.about-section { padding-top: 80px; padding-bottom: 90px; }
.about-section .section-kicker { margin-bottom: 42px; }
.about-layout { grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); gap: 9%; align-items: start; margin: 0 auto; max-width: 1240px; }
.portrait-composition { width: 100%; max-width: 465px; margin: 12px 0 0; padding: 0 16% 6% 0; }
.portrait-main { height: auto; aspect-ratio: auto; }
.portrait-composition.portrait-single { padding: 0; perspective: none; }
.portrait-single .portrait-main { display: block; width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: cover; transform: none; }
.portrait-single .portrait-signature { transform: none; }
.about-text { max-width: 610px; }
.about-text h2 { font-size: clamp(2.8rem,3.6vw,4.3rem); margin: 18px 0 24px; }
.about-text > p:not(.eyebrow) { line-height: 1.75; color: var(--text-2); margin-bottom: 17px; }
/* Native contact links: the full tile is a touch target, labels stay visible. */
.about-contact { margin-top: 28px; padding-top: 23px; border-top: 1px solid #14141518; }
.about-contact h3 { margin: 0 0 16px; font-size: 20px; line-height: 1.3; letter-spacing: -.045em; }
.about-contact h3 > span { color: #717179; }
.contact-channels { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; }
.contact-channel { --contact-tint: #008747; --contact-glow: #12a56820; --contact-surface: linear-gradient(145deg,#f8fffb,#e5f7ed); --contact-border: #abdcc466; --contact-border-hover: #75c9a088; position: relative; display: flex; min-width: 0; min-height: 135px; flex-direction: column; align-items: flex-start; justify-content: space-between; gap: 17px; padding: 16px; color: #202023; background: var(--contact-surface); border: 1px solid var(--contact-border); border-radius: 19px; box-shadow: 0 2px 4px #11111604,0 8px 20px #11111604,inset 0 1px 0 #ffffffb3; isolation: isolate; transition: transform .28s var(--ease),box-shadow .28s ease,border-color .28s ease; -webkit-tap-highlight-color: transparent; }
.contact-channel::before { content: ''; position: absolute; inset: 0; z-index: -1; border-radius: inherit; background: radial-gradient(ellipse at 20% 5%,var(--contact-glow),transparent 75%); opacity: 0; transition: opacity .3s ease; }
.contact-channel-icon { display: grid; place-items: center; width: 56px; height: 56px; flex-shrink: 0; transform-origin: 50% 70%; transition: transform .35s var(--ease); }
.contact-channel-icon > img { display: block; width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 5px 7px #11111613); }
.contact-channel-instagram { --contact-tint: #aa305c; --contact-glow: #f0457c19; --contact-surface: radial-gradient(ellipse at 100% 0%,#ebe5ff99,transparent 75%),linear-gradient(145deg,#fff9f3,#fce7ef); --contact-border: #e6aec566; --contact-border-hover: #d99ab788; }
.contact-channel-email { --contact-tint: #006bba; --contact-glow: #159ff423; --contact-surface: linear-gradient(145deg,#f4faff,#e3f1ff); --contact-border: #afd4f877; --contact-border-hover: #83bceb99; }
.contact-channel-label { display: flex; align-items: center; justify-content: space-between; gap: 5px; width: 100%; font-size: 13px; font-weight: 700; line-height: 1.4; letter-spacing: -.02em; }
.contact-channel-arrow { width: 14px; height: 14px; flex-shrink: 0; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; color: #707078; transition: transform .3s var(--ease),color .2s ease; }
.contact-channel:focus-visible { outline: 2px solid #141415; outline-offset: 4px; }
.contact-channel:focus-visible::before { opacity: 1; }
.contact-channel:focus-visible .contact-channel-arrow { color: var(--contact-tint); transform: translate(2px,-2px); }
@media (hover:hover) and (pointer:fine) {
  .contact-channel:hover { transform: translateY(-4px); border-color: var(--contact-border-hover); box-shadow: 0 12px 24px #1111160b,0 4px 8px #11111605; }
  .contact-channel:hover::before { opacity: 1; }
  .contact-channel:hover .contact-channel-icon { transform: translateY(-2px) rotate(-5deg); }
  .contact-channel-instagram:hover .contact-channel-icon { transform: translateY(-2px) rotate(5deg); }
  .contact-channel-email:hover .contact-channel-icon { transform: translateY(-3px) rotate(-3deg); }
  .contact-channel:hover .contact-channel-arrow { color: var(--contact-tint); transform: translate(2px,-2px); }
}
.contact-channel:active { transform: scale(.98); }
@media (max-width:1100px) {
  .contact-channels { gap: 8px; }
  .contact-channel { padding: 13px 11px; border-radius: 16px; min-height: 128px; }
  .contact-channel-label { font-size: 12px; }
  .contact-channel-icon { width: 49px; height: 49px; }
}
@media (max-width:380px) {
  .contact-channel { padding: 12px 9px; }
  .contact-channel-label { gap: 3px; }
  .contact-channel-arrow { width: 11px; height: 11px; }
}
@media (prefers-reduced-motion:reduce) {
  .contact-channel, .contact-channel::before, .contact-channel-icon, .contact-channel-arrow { transition: none; }
  .contact-channel:hover, .contact-channel:active, .contact-channel:hover .contact-channel-icon, .contact-channel:focus-visible .contact-channel-arrow, .contact-channel:hover .contact-channel-arrow { transform: none; }
}
.chapter-dock { bottom: 16px; }
.chapter-dock a { font-size: 13px; padding: 10px 14px; }
.chapter-dock .dock-contact { color: #fff; background: #141415; margin-left: 6px; }
.chapter-dock .dock-contact:hover { background: #36363b; }
.dock-contact-short { display: none; }
@media (max-width: 1100px) {
  .dock-contact-full { display: none; }
  .dock-contact-short { display: inline; }
}
.site-footer.footer-compact { padding: 28px 5% 24px; }
.footer-compact .footer-bottom { margin-top: 0; padding-top: 0; border-top: 0; }
.footer-compact .footer-bottom > a { display: inline-flex; align-items: center; min-height: 44px; }
.footer-compact .legal-links { margin-top: 12px; }
.creator-metrics { max-width: 1100px; margin: 0 auto 42px; display: grid; grid-template-columns: repeat(3,1fr); gap: 25px; padding: 25px 0; border-block: 1px solid #0002; }
.creator-metrics > div { display: flex; flex-direction: column; gap: 4px; }
.creator-metrics > div + div { padding-left: 30px; border-left: 1px solid #0002; }
.creator-metrics span { font-size: 13px; font-weight: 700; }
.creator-metrics strong { font-size: clamp(2rem,3vw,3.2rem); letter-spacing: -.06em; line-height: 1.35; }
.creator-metrics small { color: var(--text-2); font-size: 13px; }
.source-note, .fan-footer, .hero-visual-caption, .film-caption > span, .scene-controls { color: #585860; }
.dark-chapter .scene-controls, .dark-chapter .film-caption > span { color: #b5b5bd; }
.source-note { line-height: 1.75; }
.enhanced-motion .fan-metric { left: 12px; bottom: 16px; }
.enhanced-motion .fan-metric strong { font-size: clamp(26px,2.1vw,37px); }
.enhanced-motion .platform-chip { left: 5px; right: 5px; font-size: 11px; padding: 7px 3px; gap: 4px; }
.fan-card:hover .fan-card-inner, .fan-card:focus-visible .fan-card-inner { transform: translateY(-8px) rotate(calc(var(--fan-r,0deg)*-1)); }
.enhanced-motion .scene-controls { margin-bottom: 62px; }
.enhanced-motion .creator-chapter { height: auto; }
.enhanced-motion .creator-chapter .sticky-stage { position: relative; height: auto; padding: 38px 0 20px; }
.enhanced-motion .creator-chapter .fan-window { flex: none; height: calc(var(--fan-width,190px) * 16 / 9 + 96px); margin: 18px 0 6px; overflow: visible; }
.enhanced-motion .creator-chapter .fan-footer { padding-bottom: 0; }
.creator-results { padding-top: 26px; }
.creator-results-intro { margin-bottom: 28px; }
.enhanced-motion .film-card { will-change: auto; }
.gallery-toggle:focus-visible, .chapter-dock a:focus-visible { outline-offset: 3px; }
.video-frame { position: relative; width: 100%; max-width: calc(75dvh * 16 / 9); aspect-ratio: 16 / 9; overflow: hidden; border-radius: 12px; background: #000; isolation: isolate; }
.media-dialog .video-frame iframe { position: absolute; inset: 0; display: block; width: 100%; height: 100%; max-height: none; border: 0; border-radius: inherit; }
.media-dialog.is-vertical .video-frame { aspect-ratio: 9 / 16; max-width: calc(75dvh * 9 / 16); }
.media-dialog.is-square .video-frame { aspect-ratio: 1; max-width: 75dvh; }
@media (min-width:1600px) {
  .hero { padding-top: 26px; padding-bottom: 85px; }
  .hero-visual { height: 470px; }
}
@media (min-width:701px) and (max-width:1100px) {
  .hero h1 { font-size: 6vw; }
  .hero-description { font-size: 15px; }
  .hero-visual { height: 370px; }
  .about-layout { gap: 7%; }
  .about-text h2 { font-size: 3rem; }
  .chapter-dock a { padding: 10px 12px; }
}
@media (max-width:900px) {
  .menu-toggle { min-width: 44px; min-height: 44px; }
  .chapter-dock { display: flex; max-width: calc(100% - 20px); gap: 2px; padding: 5px; bottom: max(10px,env(safe-area-inset-bottom)); }
  .chapter-dock a { font-size: 12px; padding: 10px 9px; min-height: 44px; display: inline-flex; align-items: center; }
  .chapter-dock .dock-contact { margin-left: 2px; }
  .hero { padding-bottom: 85px; }
  .about-section { padding-top: 65px; padding-bottom: 75px; }
  .creator-metrics { gap: 15px; }
  .creator-metrics > div + div { padding-left: 20px; }
}
@media (max-width:700px) {
  .portfolio-intro.portfolio-cover { height: 270px; padding: 90px 6% 52px; }
  .portfolio-cover .portfolio-banner { width: 76vw; }
  .hero { padding: 26px 6% 75px; gap: 28px; }
  .hero h1 { font-size: clamp(3.25rem,14.8vw,5.8rem); line-height: 1; margin: 23px 0; }
  .hero-description { font-size: 16px; max-width: 490px; }
  .hero-visual { height: 360px; }
  .about-layout { grid-template-columns: 1fr; gap: 38px; }
  .portrait-composition { max-width: 360px; width: 88%; margin: 10px auto 0; }
  .about-text h2 { font-size: clamp(2.7rem,10vw,4rem); }
  .about-section .section-kicker { display: block; margin-bottom: 30px; }
  .about-section .section-kicker span { display: block; text-align: left; }
  .about-section .section-kicker span + span { margin-top: 8px; color: var(--text-2); }
  .creator-metrics { gap: 10px; margin-bottom: 30px; padding: 22px 0; }
  .creator-metrics > div + div { padding-left: 10px; }
  .creator-metrics span { font-size: 11px; }
  .creator-metrics strong { font-size: clamp(27px,7.5vw,40px); }
  .creator-metrics small { font-size: 11px; line-height: 1.6; }
  .fan-window { padding: 0 6%; gap: 26px 18px; }
  .fan-card:nth-child(odd) { transform: rotate(-2deg); }
  .fan-card:nth-child(even) { transform: rotate(2deg); margin-top: 16px; }
  .fan-metric { left: 11px; }
  .platform-chip { font-size: 11px; }
  .site-footer.footer-compact { padding: 22px 6% 24px; }
  .media-dialog { padding: 13px; width: 95vw; }
  .media-content img { width: 100%; height: auto; }
}
@media (max-width:380px) {
  .chapter-dock a { font-size: 11px; padding: 10px 6px; }
  .chapter-dock { gap: 0; }
  .hero-visual { height: 315px; }
  .hero-card-motion { height: 140px; }
  .hero-card-thumb { height: 145px; }
  .hero-card-ads { height: 200px; }
}
@media (prefers-reduced-motion:reduce) {
  html { scroll-behavior: auto; }
  .chapter-dock { transition: none; }
  .fan-card:hover .fan-card-inner, .fan-card:focus-visible .fan-card-inner { transform: none; }
}
/* ==== legal-pages.css ==== */
/* Legal information: shared typography, quiet layout, no animation or tracking. */
.legal-links { display: flex; flex-wrap: wrap; gap: 8px 25px; margin-top: 24px; font-size: 13px; color: #c8c8ce; }
.legal-links a { padding: 6px 0; text-decoration: underline; text-underline-offset: 4px; text-decoration-color: #ffffff50; }
.legal-links a:hover { color: #fff; }
.legal-page { background: #fafafa; }
.legal-header { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 30px 5%; border-bottom: 1px solid var(--line); }
.legal-back { font-size: 13px; padding: 10px 0; }
.legal-back:hover { text-decoration: underline; text-underline-offset: 4px; }
.legal-main { max-width: 1160px; margin: 0 auto; padding: 76px 5% 90px; }
.legal-title { margin-bottom: 38px; }
.legal-title h1 { font-size: clamp(2.8rem,6vw,5.5rem); margin: 18px 0 24px; }
.legal-title > p:not(.eyebrow) { max-width: 670px; color: #57575f; font-size: 17px; line-height: 1.7; }
.legal-meta { display: block; margin-top: 18px; font-size: 12px; color: #606068; }
.legal-draft { padding: 20px 24px; border: 1px solid #d8d8dc; border-left: 3px solid #666670; border-radius: 0 10px 10px 0; background: #f0f0f2; margin-bottom: 42px; }
.legal-draft strong { display: block; font-size: 14px; margin-bottom: 5px; }
.legal-draft p { font-size: 14px; line-height: 1.7; color: #53535b; }
.legal-layout { display: grid; grid-template-columns: 210px minmax(0,1fr); gap: 64px; align-items: start; }
.legal-summary { display: flex; flex-direction: column; gap: 12px; font-size: 13px; }
.legal-summary .eyebrow { margin-bottom: 5px; color: #676770; }
.legal-summary a { padding: 4px 0; }
.legal-summary a:hover { text-decoration: underline; text-underline-offset: 4px; }
.legal-content section { padding: 0 0 32px; margin-bottom: 32px; border-bottom: 1px solid var(--line); scroll-margin-top: 24px; }
.legal-content h2 { font-size: 25px; letter-spacing: -.045em; line-height: 1.3; margin-bottom: 18px; }
.legal-content h3 { font-size: 16px; line-height: 1.5; margin: 22px 0 8px; }
.legal-content p, .legal-content li, .legal-content dd { color: #505058; font-size: 15px; line-height: 1.8; }
.legal-content p + p { margin-top: 14px; }
.legal-content a { text-decoration: underline; text-underline-offset: 4px; overflow-wrap: anywhere; }
.legal-content a:hover { color: #141415; }
.legal-content ul { padding-left: 21px; margin: 12px 0; }
.legal-content li + li { margin-top: 7px; }
.legal-details { margin: 0; }
.legal-details > div { display: grid; grid-template-columns: minmax(135px,.8fr) minmax(0,1.2fr); gap: 18px; padding: 13px 0; border-top: 1px solid #0000000d; }
.legal-details dt { font-size: 13px; font-weight: 700; padding-top: 2px; }
.legal-details dd { margin: 0; overflow-wrap: anywhere; }
.legal-pending { font-style: italic; color: #62626c; }
.legal-content .legal-note { font-size: 13px; color: #606068; padding: 14px 16px; background: #f0f0f2; border-radius: 8px; margin-top: 18px; }
.legal-footer { padding: 26px 5% 32px; border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 14px 30px; font-size: 11px; }
.legal-footer .legal-links { margin: 0; color: #505058; }
.legal-footer .legal-links a { text-decoration-color: #0004; }
.legal-footer .legal-links a:hover { color: #141415; }
.legal-footer [aria-current="page"] { font-weight: 700; }
@media (max-width:760px) {
  .legal-header { padding: 22px 6%; gap: 16px; }
  .legal-header .logo { font-size: 22px; }
  .legal-back { font-size: 12px; }
  .legal-main { padding: 46px 6% 50px; }
  .legal-title { margin-bottom: 28px; }
  .legal-title h1 { font-size: clamp(2.5rem,10vw,4rem); overflow-wrap: anywhere; }
  .legal-title > p:not(.eyebrow) { font-size: 16px; }
  .legal-draft { padding: 17px 18px; margin-bottom: 30px; }
  .legal-layout { grid-template-columns: 1fr; gap: 35px; }
  .legal-summary { flex-direction: row; flex-wrap: wrap; gap: 8px 18px; }
  .legal-summary .eyebrow { width: 100%; }
  .legal-summary a { padding: 7px 0; }
  .legal-details > div { grid-template-columns: 1fr; gap: 4px; }
  .legal-footer { padding: 24px 6%; }
  .legal-footer .legal-links { width: 100%; }
  .legal-links a { min-height: 44px; display: inline-flex; align-items: center; }
}
@media (prefers-reduced-motion:reduce) {
  .legal-page { scroll-behavior: auto; }
}
@media print {
  .legal-header, .legal-summary, .legal-footer, .skip-link { display: none; }
  .legal-main { max-width: none; padding: 0; }
  .legal-layout { display: block; }
  .legal-content section { break-inside: avoid; }
}
/* ==== Accessibility, consent and contact additions ==== */
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.menu-toggle svg { display: block; width: 18px; height: 18px; margin: auto; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; }
.menu-toggle[aria-expanded="true"] .icon-open, .menu-toggle[aria-expanded="false"] .icon-close { display: none; }
.video-consent { position: absolute; inset: 0; display: grid; place-items: center; padding: 20px; overflow: hidden; background: #000; }
/* One blurred, darkened poster layer; no backdrop-filter stacked on the dialog's own blur. */
.video-consent::before { content: ''; position: absolute; inset: -12px; background: var(--poster, none) center / cover no-repeat; filter: blur(6px) brightness(.22); }
.video-consent-panel { position: relative; display: grid; justify-items: center; gap: 16px; max-width: 420px; text-align: center; font-size: 14px; line-height: 1.6; }
.video-consent-panel a { text-decoration: underline; text-underline-offset: 3px; }
.video-consent-panel .pill-button { background: #fff; color: var(--black); }
.video-consent-panel .pill-button:hover { background: #e4e4e7; }
.video-consent-panel label { display: flex; align-items: center; gap: 8px; font-size: 13px; color: #c8c8ce; cursor: pointer; }
.video-consent-panel input { width: 18px; height: 18px; accent-color: #fff; }
.video-consent-panel :focus-visible { outline-color: #fff; }
.project-cta { display: flex; align-items: center; justify-content: space-between; gap: 35px; padding-block: 56px; background: #fff; border-block: 1px solid var(--line); }
.project-cta .eyebrow { color: var(--muted); }
.project-cta h2 { margin: 12px 0 10px; font-size: clamp(2rem, 3.2vw, 3.2rem); letter-spacing: -.05em; }
.project-cta p:not(.eyebrow) { max-width: 560px; color: var(--text-2); line-height: 1.7; }
.project-cta .pill-button { flex-shrink: 0; }
@media (max-width: 700px) {
  .project-cta { display: block; padding-block: 44px; }
  .project-cta .pill-button { margin-top: 24px; }
  .video-consent-panel { gap: 12px; font-size: 13px; }
}
