:root {
  --bg: #0b0806;
  --bg-soft: #15100c;
  --paper: #f1dfbd;
  --muted: #b6a38d;
  --amber: #d88837;
  --orange: #a94920;
  --red: #692314;
  --line: rgba(241,223,189,.16);
  --line-strong: rgba(241,223,189,.32);
  --max: 1380px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body {
  margin: 0;
  color: var(--paper);
  background:
    radial-gradient(circle at 74% 13%, rgba(169,73,32,.14), transparent 30%),
    radial-gradient(circle at 20% 70%, rgba(216,136,55,.08), transparent 34%),
    var(--bg);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}
body.zh { font-family: "PingFang SC", "Microsoft YaHei", Inter, sans-serif; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
::selection { background: var(--amber); color: #160c07; }
.grain { position: fixed; inset: 0; pointer-events: none; z-index: 99; opacity: .12; mix-blend-mode: soft-light; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.65'/%3E%3C/svg%3E"); }
.ambient { position: fixed; width: 32vw; aspect-ratio: 1; filter: blur(110px); border-radius: 50%; pointer-events: none; opacity: .09; z-index: -1; }
.ambient-a { background: #f0842e; right: -12vw; top: 18vh; }
.ambient-b { background: #ad3116; left: -15vw; bottom: 5vh; }
.site-header {
  height: 88px; padding: 0 clamp(24px, 4.5vw, 72px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
  position: sticky; top: 0; z-index: 50; border-bottom: 1px solid transparent; transition: background .3s ease, border .3s ease, backdrop-filter .3s ease;
}
.site-header.scrolled { background: rgba(11,8,6,.76); backdrop-filter: blur(16px); border-color: var(--line); }
.brand { display: inline-flex; align-items: center; gap: 12px; width: fit-content; }
.brand-mark, .footer-w { font: 800 25px/1 Georgia, serif; letter-spacing: -5px; transform: skew(-8deg); color: var(--amber); }
.brand-copy { display: flex; flex-direction: column; gap: 1px; }
.brand-copy strong { font-size: 11px; letter-spacing: .19em; }
.brand-copy small { color: var(--muted); font-size: 8px; letter-spacing: .34em; }
.nav { display: flex; gap: 34px; }
.nav a { font-size: 11px; letter-spacing: .15em; text-transform: uppercase; color: var(--muted); position: relative; }
.nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 1px; background: var(--amber); transition: right .25s ease; }
.nav a:hover { color: var(--paper); }
.nav a:hover::after { right: 0; }
.lang-toggle { justify-self: end; background: transparent; border: 1px solid var(--line-strong); color: var(--paper); width: 38px; height: 38px; border-radius: 50%; cursor: pointer; font-weight: 700; }
.lang-toggle:hover { border-color: var(--amber); color: var(--amber); }
.section-pad { width: min(var(--max), calc(100% - clamp(40px, 8vw, 144px))); margin-inline: auto; }
.hero { min-height: calc(100vh - 88px); display: grid; grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr); gap: clamp(34px, 6vw, 110px); align-items: center; padding-block: 52px 70px; }
.eyebrow { color: var(--amber); font-weight: 700; font-size: 10px; letter-spacing: .28em; text-transform: uppercase; margin-bottom: 22px; }
.hero h1 { margin: 0 0 28px; max-width: 760px; font-family: Georgia, "Times New Roman", serif; font-weight: 400; font-size: clamp(58px, 7.3vw, 120px); line-height: .88; letter-spacing: -.065em; }
.hero h1 span, .hero h1 em { display: block; }
.hero h1 em { color: var(--amber); font-weight: 400; }
.hero-intro { color: var(--muted); font-family: Georgia, serif; font-size: clamp(17px, 1.45vw, 22px); line-height: 1.6; max-width: 650px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 36px; }
.btn { min-height: 52px; padding: 0 20px; border: 1px solid var(--line-strong); display: inline-flex; align-items: center; gap: 24px; justify-content: space-between; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; transition: transform .25s, background .25s, color .25s; }
.btn:hover { transform: translateY(-2px); }
.btn.primary { background: var(--paper); color: #130d09; border-color: var(--paper); }
.btn.primary:hover { background: var(--amber); border-color: var(--amber); }
.hero-art { min-height: 600px; display: grid; place-items: center; position: relative; }
.logo-frame { width: min(600px, 92%); aspect-ratio: 1; overflow: hidden; border-radius: 50%; position: relative; box-shadow: 0 30px 100px rgba(0,0,0,.6), 0 0 120px rgba(216,136,55,.08); }
.logo-frame::after { content: ""; position: absolute; inset: 0; border-radius: inherit; box-shadow: inset 0 0 0 1px rgba(241,223,189,.12); }
.logo-frame img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.03); filter: saturate(.9) contrast(1.03); transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.logo-frame:hover img { transform: scale(1.075) rotate(.4deg); }
.orbit { position: absolute; border: 1px solid var(--line); border-radius: 50%; pointer-events: none; }
.orbit-one { width: 88%; aspect-ratio: 1; transform: rotate(13deg) scaleY(.78); animation: float 9s ease-in-out infinite; }
.orbit-two { width: 108%; aspect-ratio: 1; transform: rotate(-10deg) scaleY(.58); border-color: rgba(216,136,55,.18); animation: float 12s ease-in-out infinite reverse; }
@keyframes float { 0%,100%{translate:0 0} 50%{translate:0 -10px} }
.hero-caption { position: absolute; bottom: 2%; left: 0; right: 0; display: flex; justify-content: space-between; color: var(--muted); font-size: 9px; letter-spacing: .2em; }
.ticker { border-block: 1px solid var(--line); overflow: hidden; padding: 15px 0; color: rgba(241,223,189,.5); font-size: 10px; letter-spacing: .24em; white-space: nowrap; }
.ticker-track { display: inline-flex; align-items: center; gap: 34px; min-width: max-content; animation: marquee 28s linear infinite; }
.ticker i { color: var(--orange); font-size: 7px; }
@keyframes marquee { to { transform: translateX(-50%); } }
.work { padding-block: 150px 120px; }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 60px; align-items: end; padding-bottom: 50px; }
.section-heading h2, .about-copy h2, .contact h2, .visual-copy h2 { font: 400 clamp(46px, 6vw, 88px)/.95 Georgia, serif; letter-spacing: -.05em; margin: 0; }
.section-heading p { margin: 0; color: var(--muted); line-height: 1.7; max-width: 500px; font-size: 14px; }
.tracks { border-top: 1px solid var(--line); }
.track { display: grid; grid-template-columns: 70px 1fr 130px; gap: 24px; align-items: center; min-height: 126px; border-bottom: 1px solid var(--line); transition: background .25s ease, padding .25s ease; }
.track:hover { background: linear-gradient(90deg, rgba(216,136,55,.08), transparent 75%); padding-inline: 16px; }
.track-num { font-family: Georgia, serif; font-size: 14px; color: var(--amber); }
.track-main h3 { margin: 0 0 14px; font: 400 clamp(25px, 3vw, 38px)/1 Georgia, serif; letter-spacing: -.025em; }
.track-meta { display: flex; justify-content: space-between; align-items: center; color: var(--muted); font-size: 10px; letter-spacing: .14em; }
.play { color: var(--paper); }
.wave { height: 16px; width: min(440px, 70%); background: repeating-linear-gradient(90deg, rgba(216,136,55,.72) 0 1px, transparent 1px 5px); clip-path: polygon(0 46%,5% 30%,10% 55%,15% 18%,20% 62%,25% 40%,30% 72%,35% 12%,40% 54%,45% 24%,50% 85%,55% 35%,60% 60%,65% 20%,70% 66%,75% 38%,80% 56%,85% 27%,90% 61%,95% 40%,100% 48%,100% 54%,0 54%); opacity: .68; }
.wave.alt { clip-path: polygon(0 48%,6% 16%,12% 60%,18% 32%,24% 76%,30% 22%,36% 58%,42% 10%,48% 72%,54% 36%,60% 88%,66% 28%,72% 63%,78% 16%,84% 68%,90% 34%,96% 58%,100% 48%,100% 54%,0 54%); }
.wave.soft { clip-path: polygon(0 48%,8% 38%,16% 58%,24% 31%,32% 64%,40% 42%,48% 72%,56% 30%,64% 61%,72% 41%,80% 58%,88% 36%,96% 54%,100% 48%,100% 54%,0 54%); }
.quote { margin-top: 110px; border: 1px solid var(--line); min-height: 300px; padding: clamp(30px, 5vw, 72px); display: grid; grid-template-columns: 80px 1fr auto; gap: 24px; align-items: center; background: linear-gradient(130deg, rgba(105,35,20,.2), transparent 60%); }
.quote-mark { font: 100px/1 Georgia, serif; color: var(--amber); align-self: start; }
blockquote { margin: 0; max-width: 850px; font: italic 400 clamp(30px, 4vw, 58px)/1.08 Georgia, serif; letter-spacing: -.035em; }
.quote-foot { font-size: 9px; letter-spacing: .22em; color: var(--muted); align-self: end; }
.about { display: grid; grid-template-columns: minmax(320px,.8fr) 1.2fr; gap: clamp(54px, 8vw, 130px); align-items: center; padding-block: 130px; }
.about-image { position: relative; max-width: 570px; }
.about-image img { width: 100%; aspect-ratio: .78; object-fit: cover; filter: saturate(.65) sepia(.18) contrast(1.05); border: 1px solid var(--line); }
.about-image::before { content: ""; position: absolute; inset: -18px 18px 18px -18px; border: 1px solid rgba(216,136,55,.3); z-index: -1; }
.image-note { display: flex; justify-content: space-between; margin-top: 12px; color: var(--muted); font-size: 8px; letter-spacing: .19em; }
.about-copy h2 { max-width: 790px; margin-bottom: 35px; }
.about-copy > p { color: var(--muted); font: 400 17px/1.75 Georgia, serif; max-width: 800px; }
.facts { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 50px; padding-top: 30px; border-top: 1px solid var(--line); }
.facts div { display: flex; flex-direction: column; gap: 5px; }
.fact-label { color: var(--amber); font-size: 8px; letter-spacing: .18em; margin-bottom: 8px; }
.facts strong { font: 400 16px/1.3 Georgia, serif; }
.facts small { color: var(--muted); font-size: 11px; }
.visual-break { min-height: 520px; margin-block: 30px 130px; padding-block: 80px; border-block: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 70px; position: relative; overflow: hidden; }
.visual-break::after { content: "W"; position: absolute; right: -3vw; bottom: -11vw; font: 800 min(42vw, 600px)/1 Georgia, serif; letter-spacing: -.14em; color: rgba(216,136,55,.035); transform: skew(-8deg); pointer-events: none; }
.visual-copy h2 { font-size: clamp(42px, 5vw, 74px); }
.motifs { display: grid; grid-template-columns: repeat(3,1fr); position: relative; z-index: 2; }
.motif { min-height: 220px; border-left: 1px solid var(--line); padding: 24px; display: flex; flex-direction: column; justify-content: flex-end; transition: background .3s; }
.motif:last-child { border-right: 1px solid var(--line); }
.motif:hover { background: rgba(216,136,55,.05); }
.motif-icon { margin-bottom: auto; font: 52px/1 Georgia, serif; color: var(--amber); }
.motif strong { font-size: 10px; letter-spacing: .18em; margin-bottom: 7px; }
.motif small { color: var(--muted); font: italic 13px Georgia, serif; }
.contact { padding-block: 120px 150px; display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(55px, 9vw, 150px); }
.contact h2 { font-size: clamp(48px, 6vw, 90px); }
.contact-links { border-top: 1px solid var(--line); }
.contact-links a { display: grid; grid-template-columns: 110px 1fr 30px; gap: 20px; align-items: center; min-height: 100px; border-bottom: 1px solid var(--line); transition: padding .25s, background .25s; }
.contact-links a:hover { padding-inline: 14px; background: rgba(216,136,55,.05); }
.contact-links span { color: var(--amber); font-size: 8px; letter-spacing: .2em; }
.contact-links strong { font: 400 clamp(16px, 2vw, 24px) Georgia, serif; overflow-wrap: anywhere; }
.contact-links i { font-style: normal; color: var(--muted); }
.footer { border-top: 1px solid var(--line); min-height: 100px; padding: 0 clamp(24px, 4.5vw, 72px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; color: var(--muted); font-size: 8px; letter-spacing: .18em; }
.footer > :last-child { justify-self: end; }
.footer > div:first-child { display:flex; align-items:center; gap:8px; color: var(--paper); }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal.in { opacity: 1; transform: translateY(0); }
@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; }
  .nav { display: none; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 80px; }
  .hero-art { min-height: auto; margin-top: 25px; }
  .section-heading, .about, .visual-break, .contact { grid-template-columns: 1fr; }
  .about-image { max-width: 620px; }
  .quote { grid-template-columns: 50px 1fr; }
  .quote-foot { grid-column: 2; }
  .motifs { max-width: 760px; }
}
@media (max-width: 640px) {
  .site-header { height: 72px; padding-inline: 20px; }
  .brand-copy small { display:none; }
  .section-pad { width: calc(100% - 40px); }
  .hero { padding-block: 62px 55px; }
  .hero h1 { font-size: clamp(50px, 16vw, 78px); }
  .hero-intro { font-size: 16px; }
  .hero-art { padding-block: 20px; }
  .hero-caption { position: static; margin-top: 12px; width: 100%; }
  .work { padding-block: 95px 80px; }
  .section-heading { gap: 28px; padding-bottom: 35px; }
  .track { grid-template-columns: 38px 1fr; gap: 12px; padding-block: 24px; }
  .track-meta { grid-column: 2; }
  .wave { width: 90%; }
  .quote { margin-top: 70px; padding: 28px 22px; grid-template-columns: 1fr; }
  .quote-mark { font-size: 64px; }
  .quote-foot { grid-column: 1; }
  .about { padding-block: 90px; }
  .facts { grid-template-columns: 1fr; gap: 28px; }
  .visual-break { margin-bottom: 80px; padding-block: 70px; }
  .motifs { grid-template-columns: 1fr; }
  .motif { min-height: 150px; border-left: 0; border-top: 1px solid var(--line); }
  .motif:last-child { border-right: 0; border-bottom: 1px solid var(--line); }
  .contact { padding-block: 80px 100px; }
  .contact-links a { grid-template-columns: 70px 1fr 20px; min-height: 86px; }
  .footer { grid-template-columns: 1fr auto; min-height: 86px; }
  .footer > div:nth-child(2) { display:none; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* V2: studio portrait */
.about-image img {
  object-position: 50% 38%;
  filter: saturate(.78) sepia(.12) contrast(1.05) brightness(.92);
}

/* V2: custom basketball-player scroll indicator */
html { scrollbar-width: none; }
body::-webkit-scrollbar { width: 0; height: 0; }
.custom-scroll {
  position: fixed;
  top: 108px;
  right: 8px;
  bottom: 28px;
  width: 54px;
  z-index: 80;
  pointer-events: none;
}
.custom-scroll-track {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: linear-gradient(to bottom, transparent, rgba(216,136,55,.28) 12%, rgba(216,136,55,.28) 88%, transparent);
}
.custom-scroll-thumb {
  --thumb-y: 0px;
  position: absolute;
  top: 0;
  left: 2px;
  width: 48px;
  height: 72px;
  transform: translateY(var(--thumb-y));
  pointer-events: auto;
  cursor: grab;
  filter: drop-shadow(0 8px 12px rgba(0,0,0,.55));
  transition: filter .2s ease;
  touch-action: none;
}
.custom-scroll-thumb:active { cursor: grabbing; }
.custom-scroll-thumb:hover { filter: drop-shadow(0 8px 16px rgba(216,136,55,.3)); }
.custom-scroll-thumb svg { width: 100%; height: 100%; overflow: visible; }
.custom-scroll-thumb .skin { fill: #6b3d24; stroke: #e0a55c; stroke-width: 1.3; }
.custom-scroll-thumb .hair { fill: #17110e; }
.custom-scroll-thumb .beard { fill: #211713; }
.custom-scroll-thumb .jersey { fill: #bb5d28; stroke: #f0c279; stroke-width: 1.3; }
.custom-scroll-thumb .jersey + text,
.custom-scroll-thumb text { fill: #f6dfb1; font: 800 15px/1 Arial, sans-serif; }
.custom-scroll-thumb .shorts { fill: #1a1411; stroke: #c5783d; stroke-width: 1; }
.custom-scroll-thumb .ball { fill: #d2772e; stroke: #2a170d; stroke-width: 1.5; }
.custom-scroll-thumb .limbs { stroke: #e0a55c; stroke-width: 1; }

/* V2: video page */
.page-hero {
  min-height: 64vh;
  padding-block: 110px 80px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: clamp(44px, 8vw, 130px);
  align-items: end;
}
.page-hero h1 {
  margin: 0;
  font: 400 clamp(66px, 9vw, 146px)/.82 Georgia, serif;
  letter-spacing: -.07em;
}
.page-hero h1 em { display:block; color: var(--amber); font-weight: 400; }
.page-hero-copy { color: var(--muted); font: 400 clamp(18px,1.8vw,25px)/1.65 Georgia, serif; max-width: 560px; }
.video-grid { padding-block: 70px 140px; }
.video-feature {
  min-height: min(70vh, 760px);
  border: 1px solid var(--line);
  position: relative;
  overflow: hidden;
  display: grid;
  align-items: end;
  background:
    linear-gradient(180deg, transparent 30%, rgba(8,5,4,.9) 100%),
    url('assets/studio-photo.jpg') center 38% / cover no-repeat;
}
.video-feature::before {
  content:"";
  position:absolute;
  inset:0;
  background: linear-gradient(120deg, rgba(169,73,32,.18), transparent 48%);
}
.video-feature-content { position: relative; z-index: 2; padding: clamp(28px, 5vw, 70px); }
.video-feature-content h2 { margin: 10px 0 14px; font: 400 clamp(44px,6vw,88px)/.95 Georgia, serif; letter-spacing: -.05em; }
.video-feature-content p { max-width: 620px; color: #d2bda2; line-height: 1.65; }
.video-coming { display:inline-flex; align-items:center; gap:9px; border:1px solid rgba(241,223,189,.3); padding:10px 13px; font-size:9px; letter-spacing:.18em; text-transform:uppercase; }
.video-coming::before { content:""; width:7px; height:7px; border-radius:50%; background: var(--amber); box-shadow: 0 0 18px rgba(216,136,55,.8); }
.video-slots { display:grid; grid-template-columns:repeat(3,1fr); border-top:1px solid var(--line); margin-top:60px; }
.video-slot { min-height:260px; border-right:1px solid var(--line); border-bottom:1px solid var(--line); padding:28px; display:flex; flex-direction:column; justify-content:flex-end; position:relative; overflow:hidden; }
.video-slot:first-child { border-left:1px solid var(--line); }
.video-slot::before { content:"▶"; position:absolute; top:25px; right:28px; color:var(--amber); font-size:18px; opacity:.75; }
.video-slot span { color:var(--amber); font-size:8px; letter-spacing:.18em; margin-bottom:auto; }
.video-slot h3 { margin:0 0 10px; font:400 30px/1 Georgia,serif; }
.video-slot p { margin:0; color:var(--muted); font-size:12px; line-height:1.6; }
.video-note { margin-top: 44px; color: var(--muted); font: italic 16px/1.6 Georgia, serif; max-width: 760px; }

@media (max-width: 980px) {
  .page-hero { grid-template-columns: 1fr; min-height: auto; padding-top: 90px; }
  .video-slots { grid-template-columns: 1fr; }
  .video-slot, .video-slot:first-child { border-left:1px solid var(--line); }
}
@media (max-width: 640px) {
  .custom-scroll { display: none; }
  .page-hero { padding-block: 70px 50px; }
  .page-hero h1 { font-size: clamp(62px, 22vw, 92px); }
  .video-grid { padding-block: 35px 90px; }
  .video-feature { min-height: 560px; }
}

/* Video portfolio */
.video-work {
  border-top: 1px solid var(--line);
  padding: 46px 0 56px;
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(280px, .65fr);
  gap: clamp(26px, 4vw, 68px);
  align-items: center;
}
.video-work-feature { padding-top: 0; border-top: 0; }
.video-work-list { margin-top: 30px; }
.video-player-wrap {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #050403;
  box-shadow: 0 26px 80px rgba(0,0,0,.28);
}
.video-player-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(216,136,55,.08);
}
.video-player-wrap iframe { width: 100%; height: 100%; border: 0; display: block; }
.video-index { color: var(--amber); font-size: 9px; letter-spacing: .18em; }
.video-work-copy h2 { margin: 12px 0 16px; font: 400 clamp(36px,4.2vw,68px)/.95 Georgia,serif; letter-spacing: -.045em; }
.video-work-copy p { color: var(--muted); line-height: 1.65; max-width: 420px; }
.video-drive-link { display:inline-block; margin-top:18px; color:var(--cream); font-size:9px; letter-spacing:.16em; text-decoration:none; border-bottom:1px solid rgba(241,223,189,.28); padding-bottom:5px; }
.video-drive-link:hover { color:var(--amber); border-color:var(--amber); }
@media (max-width: 860px) {
  .video-work { grid-template-columns: 1fr; gap: 24px; padding: 34px 0 46px; }
}
