@charset "UTF-8";

:root {
  color-scheme: dark;
  --bg: #100e0d;
  --paper: #eee4d7;
  --muted: #b2a498;
  --gold: #deb17e;
  --line: #e5c5a329;
  --serif: "Noto Serif SC", "Songti SC", "STSong", "SimSun", serif;
  font-family: "Inter", "Helvetica Neue", Arial, "PingFang SC", "Microsoft YaHei", sans-serif;
  background: var(--bg);
  color: var(--paper);
  font-synthesis: none;
  scroll-behavior: smooth;
  scroll-padding-top: 30px;
}
* { box-sizing: border-box; }
body { margin: 0; overflow-x: clip; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; cursor: pointer; color: inherit; }
a { color: inherit; text-decoration: none; }
button, h1, h2, h3, p, figure { margin: 0; }
button { border-radius: 0; }
img { display: block; max-width: 100%; }
::selection { background: #ba834c; color: #100e0d; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 7px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.skip-link { position: fixed; top: 12px; left: 12px; padding: 14px; background: var(--paper); color: var(--bg); z-index: 50; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.reading-progress { position: fixed; top: 0; left: 0; height: 2px; width: 100%; background: var(--gold); transform: scaleX(var(--progress, 0)); transform-origin: left; z-index: 20; pointer-events: none; }
.site-header { height: 110px; margin: 0 4.4%; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); gap: 24px; }
.brand { display: flex; gap: 15px; align-items: center; }
.brand img { transition: transform .65s cubic-bezier(.2,.8,.2,1); }
.brand:hover img { transform: rotate(90deg); }
.brand strong { display: block; font: 27px/1.1 var(--serif); letter-spacing: 6px; }
.brand small { display: block; margin-top: 8px; font-size: 8px; letter-spacing: 2.1px; }
.site-header nav { display: flex; align-items: center; gap: 35px; font-size: 12px; letter-spacing: 1.2px; }
.nav-link { position: relative; padding: 14px 0; color: var(--muted); transition: color .3s; }
.nav-link::after { content: ""; position: absolute; bottom: 5px; left: 0; width: 100%; height: 1px; background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform .3s; }
.nav-link:hover { color: var(--paper); }
.nav-link:hover::after { transform: scaleX(1); }
.nav-enter { display: flex; gap: 26px; align-items: center; padding: 13px 18px; border: 1px solid #ead8bc4a; transition: border-color .3s, background .3s; }
.nav-enter:hover { border-color: var(--gold); background: #d7ac7410; }
.hero { max-width: 1640px; min-height: 670px; height: min(760px, calc(100svh - 110px)); margin: auto; padding: 0 6.5%; position: relative; display: grid; grid-template-columns: 1.02fr 1fr; align-items: center; }
.hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(ellipse at 79% 45%, #44241620, transparent 50%); pointer-events: none; }
.hero-copy { position: relative; z-index: 2; padding-bottom: 40px; }
.eyebrow { color: var(--gold); font-size: 9px; font-weight: 400; letter-spacing: 2.1px; line-height: 1.8; }
.hero-copy .eyebrow { display: flex; gap: 12px; align-items: center; margin-bottom: 31px; }
.hero-copy .eyebrow span { width: 23px; height: 1px; background: var(--gold); flex-shrink: 0; }
h1 { font-family: var(--serif); font-size: clamp(48px, 4.6vw, 75px); line-height: 1.38; font-weight: 400; letter-spacing: -.025em; white-space: nowrap; }
h1 em { font-style: normal; background: linear-gradient(112deg,#b88354 8%,#e4b881 37%,#fff3d4 48%,#dcaf7b 58%,#bd8454 84%); background-size: 230% 100%; background-position: var(--glint, 63%) 50%; background-clip: text; -webkit-background-clip: text; color: transparent; }
.hero-description { font-size: 13px; line-height: 2.1; letter-spacing: 1px; color: var(--muted); margin: 26px 0 33px; }
.hero-actions { display: flex; gap: 29px; align-items: center; }
.button { position: relative; display: inline-flex; align-items: center; gap: 50px; min-height: 51px; padding: 16px 22px; font-size: 12px; letter-spacing: 1px; overflow: hidden; transform: translate(var(--magnet-x,0px),var(--magnet-y,0px)); transition: transform .2s ease, background .3s; }
.button-light { color: #1d1510; background: var(--paper); }
.button-light::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at var(--light-x,50%) var(--light-y,50%),#fff9e6c0,transparent 65%); opacity: 0; transition: opacity .3s; }
.button-light:hover { background: #e5bf8f; }
.button-light:hover::after { opacity: 1; }
.button span, .studio-link span { transition: transform .35s; }
.button:hover span, .studio-card:hover .studio-link span { transform: translate(3px,-3px); }
.text-link { font-size: 12px; color: var(--muted); display: inline-flex; gap: 18px; align-items: center; padding: 12px 0; transition: color .3s; }
.text-link:hover { color: var(--gold); }
.hero-note { display: flex; gap: 12px; align-items: center; margin-top: 36px; color: #918477; font-size: 10px; letter-spacing: 1.7px; }
.hero-note i { display: block; width: 2px; height: 2px; border-radius: 50%; background: var(--gold); }
.weave-surface { position: relative; align-self: stretch; min-width: 0; isolation: isolate; touch-action: pan-y; }
.weave-surface canvas { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 1; pointer-events: none; }
.art-label { position: absolute; top: 44px; right: 0; color: #9d8067; font-size: 8px; letter-spacing: 2px; }
.art-index { position: absolute; right: 0; bottom: 46px; color: #ae8663; font: 12px var(--serif); letter-spacing: 3px; }
.art-corner { position: absolute; width: 14px; height: 14px; border-color: #b08d6260; border-style: solid; }
.art-corner-top { top: 95px; left: 25px; border-width: 1px 0 0 1px; }
.art-corner-bottom { bottom: 133px; right: 21px; border-width: 0 1px 1px 0; }
.frame-image { position: absolute; left: 50%; top: 45%; width: var(--weave-frame-width,210px); height: var(--weave-frame-height,275px); transform: translate(-50%,-50%) rotate(-5.7deg) scale(.88); opacity: 0; overflow: hidden; pointer-events: none; transition: opacity 1.2s, transform 1.6s cubic-bezier(.16,1,.3,1); box-shadow: 0 0 55px #bb89541c; }
.frame-image img { width: 100%; height: 100%; object-fit: cover; filter: sepia(.13) brightness(.74); }
.frame-image > span { position: absolute; bottom: 12px; right: 12px; color: #f9ead5; background: #20181099; padding: 5px 7px; font-size: 8px; letter-spacing: 1px; }
.frame-image.is-visible { opacity: .85; transform: translate(-50%,-50%) rotate(-5.7deg) scale(1); }
.weave-tools { position: absolute; bottom: 88px; left: 50%; transform: translateX(-50%); z-index: 3; width: max-content; text-align: center; }
.weave-hint { font-size: 10px; letter-spacing: 2px; color: #b39c85; margin-bottom: 15px; }
.weave-control { display: inline-flex; align-items: center; gap: 12px; min-width: 188px; min-height: 45px; padding: 10px 17px; background: #17100de0; border: 1px solid #d4a36d50; border-radius: 28px; font-size: 11px; letter-spacing: 1px; color: #dbc2a5; user-select: none; touch-action: pan-y; transition: box-shadow .3s, border-color .3s; }
.weave-control:hover, .weave-control[data-charging="true"] { border-color: #dfb781; box-shadow: 0 0 28px #eeb06724; }
.charge-orbit { width: 20px; height: 20px; border-radius: 50%; background: conic-gradient(#ffe4ae var(--charge,0%),#d3a57030 0); position: relative; flex-shrink: 0; }
.charge-orbit::after { content: ""; position: absolute; inset: 2px; border-radius: 50%; background: #17110e; }
.charge-orbit::before { content: ""; position: absolute; inset: 8px; background: var(--gold); transform: rotate(45deg); z-index: 1; }
.control-star { margin-left: auto; font-size: 20px; }
.scroll-cue { position: absolute; left: 6.5%; bottom: 37px; display: flex; align-items: center; gap: 15px; color: #a89783; font-size: 9px; letter-spacing: 2px; }
.scroll-cue span { height: 28px; width: 1px; background: linear-gradient(var(--gold),transparent); }
.chapter-line { margin: 0 4.4%; padding: 24px 0; border-block: 1px solid var(--line); display: flex; justify-content: space-between; gap: 20px; font-size: 11px; letter-spacing: 2px; color: #b8a38e; }
.chapter-line span:last-child { font-size: 8px; letter-spacing: 2.4px; color: #887969; }
.section-shell { max-width: 1500px; margin: auto; padding: 118px 6.5%; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 60px; }
.section-heading .eyebrow { margin-bottom: 23px; }
h2 { font-family: var(--serif); font-size: clamp(30px,3vw,43px); line-height: 1.6; font-weight: 400; letter-spacing: .01em; }
h2 em { color: var(--gold); font-style: normal; }
.section-heading > p { font-size: 12px; line-height: 2; color: var(--muted); padding-bottom: 10px; letter-spacing: 1px; }
.gallery { padding-bottom: 108px; }
.gallery-grid { display: grid; grid-template-columns: 1.05fr .86fr 1fr; align-items: start; gap: 4%; perspective: 1500px; }
.frame-card { text-align: left; display: block; background: none; border: 0; padding: 0; min-width: 0; }
.frame-card:nth-child(2) { margin-top: 95px; }
.frame-card:nth-child(3) { margin-top: 37px; }
.frame-photo { display: block; position: relative; aspect-ratio: 3/4; overflow: hidden; background: #2b241e; transform: perspective(1000px) rotateX(var(--tilt-x,0deg)) rotateY(var(--tilt-y,0deg)); transition: transform .45s cubic-bezier(.2,.7,.2,1); }
.frame-photo > img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s cubic-bezier(.2,.7,.2,1), filter .7s; filter: saturate(.75) brightness(.89); }
.frame-card:nth-child(3) .frame-photo > img { object-position: 50% 50%; }
.frame-card:hover .frame-photo > img, .frame-card:focus-visible .frame-photo > img { transform: scale(1.055); filter: saturate(.95) brightness(1); }
.frame-photo::after { content: ""; position: absolute; inset: 12px; border: 1px solid #fff1dc40; pointer-events: none; transition: inset .6s, border-color .6s; }
.frame-card:hover .frame-photo::after { inset: 20px; border-color: #fff1dc90; }
.photo-grain { position: absolute; inset: 0; background: radial-gradient(ellipse at var(--light-x,50%) var(--light-y,50%), #fff0c51a, transparent 60%); pointer-events: none; }
.frame-tag { position: absolute; left: 23px; top: 25px; font-size: 8px; letter-spacing: 1.5px; color: #fff9ef; padding: 6px 8px; background: #211a146b; backdrop-filter: blur(6px); }
.view-frame { position: absolute; bottom: 27px; right: 26px; font-size: 10px; letter-spacing: 1px; color: #fff; background: #17110db3; padding: 11px 14px; transform: translateY(8px); opacity: 0; transition: transform .35s, opacity .35s; }
.frame-card:hover .view-frame, .frame-card:focus-visible .view-frame { opacity: 1; transform: translateY(0); }
.frame-crosshair { position: absolute; left: var(--light-x,50%); top: var(--light-y,50%); width: 40px; height: 40px; transform: translate(-50%,-50%); border: 1px solid #fff7df80; clip-path: polygon(0 0,30% 0,30% 1px,70% 1px,70% 0,100% 0,100% 30%,calc(100% - 1px) 30%,calc(100% - 1px) 70%,100% 70%,100% 100%,70% 100%,70% calc(100% - 1px),30% calc(100% - 1px),30% 100%,0 100%,0 70%,1px 70%,1px 30%,0 30%); pointer-events: none; opacity: 0; transition: opacity .3s; }
.frame-card:hover .frame-crosshair { opacity: 1; }
.frame-caption { display: flex; align-items: center; justify-content: space-between; padding: 23px 0 5px; }
.frame-caption small { display: block; font-size: 8px; letter-spacing: 1.6px; color: #9d8b78; margin-bottom: 12px; }
.frame-caption strong { font: 23px/1.5 var(--serif); letter-spacing: 2px; }
.frame-caption > span:last-child { font-size: 20px; color: var(--gold); }
.gallery-note { margin-top: 39px; color: #9c8e80; font-size: 10px; letter-spacing: 1px; }
.studios { position: relative; padding-top: 84px; border-top: 1px solid var(--line); }
.mobile-break { display: none; }
.studio-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.studio-card { min-width: 0; position: relative; padding: 27px 33px 34px; border: 1px solid #e3c09b29; background: linear-gradient(135deg,#211a15,#161210); overflow: hidden; transition: border-color .6s, background .6s; }
.studio-card:hover { border-color: #ddaf785e; }
.studio-top { display: flex; justify-content: space-between; gap: 12px; font-size: 8px; letter-spacing: 2px; color: #ac957b; }
.fashion-composition, .avatar-composition { position: relative; height: 320px; margin: 28px -12px 10px; }
.fashion-composition img { position: absolute; width: 145px; height: 202px; object-fit: cover; box-shadow: 0 18px 40px #0005; transition: transform .8s cubic-bezier(.2,.7,.2,1); filter: saturate(.7); }
.fashion-back { top: 20px; left: calc(50% - 130px); transform: rotate(-11deg); }
.fashion-front { top: 61px; left: calc(50% - 15px); transform: rotate(9deg); }
.studio-card:hover .fashion-back { transform: translate(-9px,-6px) rotate(-14deg); }
.studio-card:hover .fashion-front { transform: translate(9px,2px) rotate(12deg); }
.composition-rule { position: absolute; top: 153px; left: 5%; width: 90%; height: 1px; z-index: -1; background: #b58b5d3b; }
.composition-label { position: absolute; bottom: 6px; left: 0; right: 0; text-align: center; color: #967b61; font-size: 7px; letter-spacing: 2px; }
.studio-copy h3 { font: 34px/1.4 var(--serif); letter-spacing: 2px; margin-bottom: 15px; }
.studio-copy p { font-size: 12px; color: var(--muted); line-height: 2; }
.studio-link { display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); padding-top: 24px; margin-top: 26px; color: #ebd3b2; font-size: 12px; letter-spacing: 1px; }
.studio-link > span { font-size: 21px; }
.studio-avatar { background: radial-gradient(ellipse at 50% 36%,#48463c30,transparent 58%),linear-gradient(130deg,#1b1b17,#151411); }
.avatar-orbit { position: absolute; width: 225px; height: 225px; top: 28px; left: calc(50% - 112px); border: 1px solid #e3cea230; border-radius: 50%; }
.orbit-one { transform: rotate(-30deg) scaleX(.58); }
.orbit-two { transform: rotate(30deg) scaleX(.58); }
.orbit-three { border-color: #e3cea214; }
.voice-wave { display: flex; justify-content: center; align-items: center; gap: 6px; position: absolute; inset: 25px 0 70px; filter: drop-shadow(0 0 13px #c2a87470); }
.voice-wave i { width: 2px; height: 18px; background: linear-gradient(transparent,#e4cb9f 27%,#e4cb9f 73%,transparent); transform-origin: center; transition: transform .8s; }
.voice-wave i:nth-child(3n) { height: 82px; }
.voice-wave i:nth-child(4n) { height: 57px; }
.voice-wave i:nth-child(5n) { height: 110px; }
.voice-wave i:nth-child(7n) { height: 138px; }
.studio-avatar:hover .voice-wave i { animation: voice 1.5s ease-in-out infinite alternate; }
.studio-avatar:hover .voice-wave i:nth-child(3n) { animation-delay: -.65s; }
.studio-avatar:hover .voice-wave i:nth-child(2n) { animation-delay: -.3s; }
@keyframes voice { from { transform: scaleY(.45); } to { transform: scaleY(1.15); } }
.voice-dot { position: absolute; top: 21px; left: calc(50% - 3px); width: 6px; height: 6px; background: var(--gold); border-radius: 50%; box-shadow: 0 0 16px #e8caa5; }
.studio-note { color: #9c8e80; font-size: 10px; line-height: 1.9; letter-spacing: .5px; margin-top: 24px; }
.about { position: relative; isolation: isolate; min-height: 540px; text-align: center; overflow: hidden; padding-top: 82px; padding-bottom: 116px; border-top: 1px solid var(--line); }
.about-copy { position: relative; z-index: 1; }
.about-name { margin: 31px 0 20px; font: 58px/1.4 var(--serif); letter-spacing: 12px; color: #ddc19f; }
.about-name span { font-family: Arial,sans-serif; font-size: 28px; color: #7a5e41; vertical-align: middle; }
.about h2 { font-size: 26px; }
.about h2 + p { font-size: 12px; line-height: 2.1; color: var(--muted); letter-spacing: 1px; margin: 19px 0 22px; }
.about .text-link { color: var(--gold); }
.about-weave { position: absolute; inset: 0; z-index: -1; opacity: .6; mask-image: linear-gradient(90deg,#000,transparent 38%,transparent 62%,#000); }
.about-weave span { position: absolute; width: 140%; height: 68%; top: 6%; left: -20%; border: 1px solid #b88a5026; border-radius: 50%; transform: rotate(-14deg); }
.about-weave span:nth-child(2) { top: 11%; transform: rotate(-11deg); }
.about-weave span:nth-child(3) { top: 16%; transform: rotate(-8deg); }
.about-weave span:nth-child(4) { top: 21%; transform: rotate(-5deg); }
.about-weave span:nth-child(5) { top: 26%; transform: rotate(-2deg); }
.about-weave span:nth-child(6) { top: 31%; transform: rotate(1deg); }
.about-weave span:nth-child(7) { top: 36%; transform: rotate(4deg); }
.site-footer { margin: 0 4.4%; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 31px 0; color: #9d8c7b; font-size: 10px; letter-spacing: 1px; }
.footer-brand { font: 21px var(--serif); color: #dac7b0; display: flex; gap: 17px; align-items: center; }
.footer-brand span { font: 8px Arial,sans-serif; letter-spacing: 1.6px; color: #9d8c7b; }
.footer-meta { display: flex; flex-direction: column; align-items: center; gap: 10px; font-size: 10px; line-height: 1.7; }
.footer-meta a:hover { color: var(--gold); }
.back-top { padding: 12px 0; }
.back-top:hover { color: var(--gold); }
.reveal-ready [data-reveal] { opacity: 0; transform: translateY(27px); transition: opacity .9s ease, transform .9s cubic-bezier(.16,1,.3,1); }
.reveal-ready [data-reveal].is-revealed { opacity: 1; transform: translateY(0); }
.frame-dialog { color: var(--paper); background: #15120f; border: 1px solid #c6a17455; width: min(1120px,94vw); max-width: none; max-height: 94svh; padding: 0; box-shadow: 0 24px 100px #0009; }
.frame-dialog::backdrop { background: #080706ed; backdrop-filter: blur(14px); }
.dialog-toolbar, .dialog-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 17px 24px; }
.dialog-toolbar { border-bottom: 1px solid var(--line); font-size: 9px; letter-spacing: 1.8px; color: var(--muted); }
.dialog-close { background: none; padding: 8px 0 8px 15px; border: none; font-size: 12px; display: flex; gap: 15px; align-items: center; }
.dialog-close span { font-size: 24px; }
.dialog-image { height: min(65svh,760px); padding: 22px; }
.dialog-image img { width: 100%; height: 100%; object-fit: contain; }
.dialog-bottom { border-top: 1px solid var(--line); }
.dialog-bottom p { font: 23px var(--serif); margin-bottom: 8px; }
.dialog-bottom small { color: var(--muted); font-size: 10px; }
.dialog-navigation { display: flex; align-items: center; gap: 18px; }
.dialog-navigation button { border: 1px solid var(--line); background: none; width: 42px; height: 42px; }
.dialog-navigation button:hover, .dialog-close:hover { color: var(--gold); }
.dialog-counter { font-size: 10px; letter-spacing: 2px; color: var(--muted); }
body.has-dialog { overflow: hidden; }

@media (min-width: 1600px) { .hero { padding-inline: 100px; } }
@media (max-width: 1100px) {
  .hero { min-height: 625px; grid-template-columns: 1.05fr 1fr; padding-inline: 5.5%; }
  h1 { font-size: 53px; }
  .hero-copy .eyebrow { font-size: 8px; letter-spacing: 1.5px; }
  .hero-description { font-size: 12px; }
  .art-corner-top { left: 7px; }
  .section-shell { padding-inline: 5.5%; }
  .studio-card { padding-inline: 24px; }
  .section-heading > p { font-size: 11px; }
}
@media (max-width: 800px) {
  .site-header { height: 90px; margin-inline: 6%; }
  .site-header nav { gap: 24px; }
  .site-header .nav-link { display: none; }
  .brand strong { font-size: 24px; }
  .brand img { width: 29px; height: 29px; }
  .hero { height: auto; min-height: 0; grid-template-columns: 1fr; padding: 57px 7% 0; }
  .hero-copy { padding: 0; }
  .hero-copy .eyebrow { font-size: 8px; margin-bottom: 21px; }
  h1 { font-size: clamp(39px,7.9vw,62px); }
  .hero-description { margin: 19px 0 24px; }
  .hero-note { margin-top: 25px; }
  .weave-surface { height: 460px; width: 100%; max-width: 580px; margin: 2px auto 0; }
  .art-label { top: 21px; right: -1%; font-size: 7px; }
  .art-corner-top { top: 49px; }
  .art-corner-bottom { bottom: 78px; right: 0; }
  .art-index { bottom: 33px; right: 0; font-size: 10px; }
  .weave-tools { bottom: 32px; }
  .weave-hint { font-size: 9px; }
  .scroll-cue { display: none; }
  .chapter-line { margin-inline: 6%; padding-block: 20px; }
  .chapter-line span:last-child { max-width: 145px; font-size: 7px; line-height: 1.8; text-align: right; }
  .section-shell { padding: 77px 7%; }
  .section-heading { margin-bottom: 36px; align-items: start; flex-direction: column; gap: 15px; }
  .section-heading .eyebrow { font-size: 8px; margin-bottom: 17px; }
  h2 { font-size: 33px; }
  .section-heading > p { padding: 0; font-size: 12px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; gap: 33px 6%; }
  .frame-card:nth-child(2) { margin-top: 58px; }
  .frame-card:nth-child(3) { grid-column: 1 / -1; width: 78%; margin-top: -5px; }
  .frame-card:nth-child(3) .frame-photo { aspect-ratio: 1.35; }
  .frame-caption { padding-top: 18px; }
  .frame-caption strong { font-size: 22px; }
  .frame-caption small { font-size: 7px; line-height: 1.8; letter-spacing: 1px; margin-bottom: 6px; }
  .frame-tag { left: 18px; top: 19px; font-size: 7px; }
  .view-frame { opacity: 1; transform: none; bottom: 21px; right: 19px; font-size: 9px; padding: 8px 10px; }
  .studio-grid { grid-template-columns: 1fr; gap: 24px; }
  .studio-card { padding: 26px 28px 30px; }
  .fashion-composition, .avatar-composition { height: 310px; }
  .about h2 { font-size: 25px; }
  .about-name { font-size: 52px; }
  .site-footer { flex-wrap: wrap; margin-inline: 6%; gap: 22px; padding-block: 28px; }
  .footer-meta { order: 3; width: 100%; align-items: flex-start; font-size: 9px; }
}
@media (max-width: 420px) {
  .site-header { height: 85px; }
  .brand { gap: 10px; }
  .brand small { font-size: 6px; letter-spacing: 1.5px; }
  .brand strong { font-size: 23px; }
  .nav-enter { gap: 16px; padding: 11px 12px; font-size: 10px; }
  .hero { padding-top: 43px; }
  .hero-copy .eyebrow { font-size: 6.5px; letter-spacing: 1.35px; gap: 8px; }
  .hero-copy .eyebrow span { width: 15px; }
  h1 { font-size: clamp(34px,10.25vw,43px); }
  .hero-description { font-size: 11px; letter-spacing: .5px; }
  .button { gap: 31px; min-height: 48px; font-size: 11px; padding-inline: 18px; }
  .hero-actions { gap: 22px; }
  .text-link { font-size: 11px; gap: 12px; }
  .hero-note { font-size: 8px; }
  .weave-surface { height: 390px; margin-top: 18px; }
  .art-label { font-size: 6px; letter-spacing: 1.3px; }
  .art-index { font-size: 8px; bottom: 30px; }
  .weave-tools { bottom: 24px; }
  .weave-hint { font-size: 8px; letter-spacing: 1px; }
  .weave-control { min-height: 43px; min-width: 180px; font-size: 10px; }
  .chapter-line { font-size: 9px; letter-spacing: 1px; }
  .chapter-line span:last-child { font-size: 6px; letter-spacing: 1px; max-width: 108px; }
  h2 { font-size: 28px; }
  .mobile-break { display: block; }
  .gallery-grid { gap: 25px 5%; }
  .frame-card:nth-child(2) { margin-top: 53px; }
  .frame-card:nth-child(3) { width: 90%; margin-top: 3px; }
  .frame-caption strong { font-size: 18px; }
  .frame-caption > span:last-child { font-size: 16px; }
  .frame-tag { top: 13px; left: 12px; padding: 4px 5px; font-size: 6px; letter-spacing: .4px; }
  .frame-photo::after { inset: 7px; }
  .view-frame { right: 12px; bottom: 13px; font-size: 8px; padding: 7px; }
  .gallery-note, .studio-note { font-size: 9px; }
  .studio-card { padding-inline: 22px; }
  .studio-copy h3 { font-size: 30px; }
  .studio-copy p { font-size: 11px; }
  .studio-copy p br { display: none; }
  .fashion-composition img { width: 128px; height: 179px; }
  .fashion-back { left: calc(50% - 111px); }
  .fashion-front { left: calc(50% - 12px); }
  .fashion-composition, .avatar-composition { height: 288px; }
  .composition-label { font-size: 6px; }
  .about h2 { font-size: 21px; }
  .about h2 + p { font-size: 10px; }
  .about-name { font-size: 47px; }
  .footer-brand span { font-size: 7px; }
  .footer-brand { gap: 12px; }
  .dialog-toolbar, .dialog-bottom { padding: 12px 15px; gap: 10px; }
  .dialog-toolbar > span { font-size: 7px; letter-spacing: 1px; }
  .dialog-image { padding: 12px; height: 59svh; }
  .dialog-navigation { gap: 9px; }
  .dialog-navigation button { width: 35px; height: 40px; }
  .dialog-counter { font-size: 8px; letter-spacing: 1px; }
  .dialog-bottom p { font-size: 20px; }
  .dialog-bottom small { font-size: 8px; }
}
@media (hover: none), (pointer: coarse) {
  .frame-crosshair { display: none; }
  .weave-hint { visibility: hidden; }
  .view-frame { opacity: 1; transform: none; }
}
@media (prefers-reduced-motion: reduce) {
  :root { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal-ready [data-reveal] { opacity: 1; transform: none; }
  .frame-photo, .button, .brand img { transform: none !important; }
  .weave-hint { visibility: hidden; }
}
