:root {
  --ink: #080608;
  --ink-2: #110c10;
  --paper: #f3eee7;
  --muted: #aaa0a8;
  --pink: #ff2d8e;
  --pink-soft: #ff8fc1;
  --line: rgba(255,255,255,.16);
  --serif: "Shippori Mincho B1", serif;
  --sans: "Noto Sans JP", sans-serif;
  --display: "Anton", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; color: var(--paper); background: var(--ink); font-family: var(--sans); overflow-x: hidden; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
img { max-width: 100%; }
::selection { color: #080608; background: var(--pink); }
.skip-link { position: fixed; z-index: 200; top: 10px; left: 10px; padding: 10px 14px; color: #000; background: #fff; transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; display: flex; align-items: center; justify-content: space-between; height: 82px; padding: 0 clamp(22px, 4vw, 64px); border-bottom: 1px solid transparent; transition: .35s ease; }
.site-header.is-scrolled { height: 68px; background: rgba(8,6,8,.82); backdrop-filter: blur(18px); border-color: rgba(255,45,142,.25); }
.brand { display: inline-flex; flex-direction: column; line-height: .78; letter-spacing: .04em; font-family: var(--display); font-size: 20px; }
.brand strong { color: var(--pink); font-weight: 400; text-shadow: 0 0 20px rgba(255,45,142,.6); }
.desktop-nav { display: flex; align-items: center; gap: clamp(18px, 2.4vw, 40px); font-size: 11px; font-weight: 700; letter-spacing: .18em; }
.desktop-nav a { position: relative; padding: 8px 0; color: #d6ced3; transition: color .2s ease; }
.desktop-nav a::after { content: ""; position: absolute; inset: auto 100% 0 0; height: 1px; background: var(--pink); transition: inset .25s ease; }
.desktop-nav a:hover, .desktop-nav a:focus-visible { color: #fff; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { inset-right: 0; }
.desktop-nav .nav-contact { padding: 11px 16px; border: 1px solid rgba(255,45,142,.65); color: #fff; }
.desktop-nav .nav-contact::after { display: none; }
.desktop-nav .nav-contact:hover { color: #080608; background: var(--pink); }
.menu-button { display: none; width: 42px; height: 42px; padding: 10px 7px; border: 0; background: transparent; cursor: pointer; }
.menu-button span { display: block; width: 100%; height: 1px; margin: 6px 0; background: #fff; transition: .25s ease; }
.menu-button span:last-child { width: 66%; margin-left: auto; background: var(--pink); }
.menu-button[aria-expanded="true"] span:first-child { transform: translateY(7px) rotate(45deg); }
.menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-button[aria-expanded="true"] span:last-child { width: 100%; transform: translateY(-7px) rotate(-45deg); background: #fff; }

.mobile-menu { position: fixed; z-index: 90; inset: 0; display: grid; align-content: center; padding: 100px 7vw 50px; background: rgba(8,6,8,.98); opacity: 0; visibility: hidden; transform: translateY(-12px); transition: .3s ease; }
.mobile-menu.is-open { opacity: 1; visibility: visible; transform: none; }
.mobile-menu__label { margin-bottom: 20px; color: var(--pink); font-size: 10px; letter-spacing: .24em; }
.mobile-menu nav { border-top: 1px solid var(--line); }
.mobile-menu a { display: grid; grid-template-columns: 40px 1fr auto; align-items: baseline; padding: 12px 0; border-bottom: 1px solid var(--line); font-family: var(--display); font-size: clamp(36px, 11vw, 68px); line-height: 1; }
.mobile-menu a span { color: var(--pink); font-family: var(--sans); font-size: 9px; letter-spacing: .1em; }
.mobile-menu a small { color: var(--muted); font-family: var(--sans); font-size: 10px; font-weight: 600; letter-spacing: .1em; }

.hero { position: relative; min-height: 700px; height: 100svh; overflow: hidden; isolation: isolate; }
.hero__image { position: absolute; z-index: -4; inset: -4% 0 0; width: 100%; height: 108%; object-fit: cover; object-position: center; filter: saturate(.9) contrast(1.05); transform: scale(1.025); }
.hero__wash { position: absolute; z-index: -3; inset: 0; background: linear-gradient(90deg, rgba(8,6,8,.92) 0%, rgba(8,6,8,.46) 44%, rgba(8,6,8,.05) 72%), linear-gradient(0deg, #080608 0%, transparent 28%, rgba(0,0,0,.22) 100%); }
.hero__grid { position: absolute; z-index: -2; inset: 0; opacity: .14; background-image: linear-gradient(rgba(255,255,255,.16) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.16) 1px, transparent 1px); background-size: 9vw 9vw; mask-image: linear-gradient(90deg, #000, transparent 72%); }
.hero__content { position: absolute; left: clamp(22px, 6vw, 92px); top: 50%; width: min(780px, 82vw); transform: translateY(-44%); }
.eyebrow, .kicker { margin: 0 0 20px; color: var(--pink); font-size: 10px; font-weight: 700; letter-spacing: .32em; }
.hero h1 { margin: 0; font-family: var(--display); font-size: clamp(76px, 12.4vw, 188px); font-weight: 400; letter-spacing: -.025em; line-height: .78; }
.hero h1 span { display: block; }
.hero h1 em { color: var(--pink); font-style: normal; text-shadow: 0 0 42px rgba(255,45,142,.42); }
.hero__lead { margin: clamp(26px, 3.5vh, 42px) 0 0; color: #e9e2e6; font-family: var(--serif); font-size: clamp(14px, 1.5vw, 20px); font-weight: 600; line-height: 1.9; letter-spacing: .06em; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; min-width: 180px; padding: 15px 18px; border: 1px solid rgba(255,255,255,.5); font-size: 10px; font-weight: 700; letter-spacing: .16em; transition: .25s ease; }
.button span { font-size: 16px; }
.button--primary { color: #080608; border-color: var(--pink); background: var(--pink); box-shadow: 0 0 36px rgba(255,45,142,.34); }
.button--primary:hover { background: #fff; border-color: #fff; transform: translateY(-2px); }
.button--ghost:hover { color: #080608; background: #fff; transform: translateY(-2px); }
.hero__index { position: absolute; right: clamp(20px, 4vw, 60px); top: 52%; display: flex; align-items: flex-end; gap: 14px; writing-mode: vertical-rl; font-size: 10px; letter-spacing: .2em; }
.hero__index span:first-child { color: rgba(255,255,255,.12); font-family: var(--serif); font-size: clamp(120px, 15vw, 220px); font-weight: 800; line-height: .7; }
.scroll-cue { position: absolute; left: clamp(22px, 6vw, 92px); bottom: 26px; display: flex; align-items: center; gap: 16px; color: #aaa1a7; font-size: 8px; font-weight: 700; letter-spacing: .3em; }
.scroll-cue i { position: relative; width: 74px; height: 1px; overflow: hidden; background: rgba(255,255,255,.22); }
.scroll-cue i::after { content: ""; position: absolute; inset: 0; background: var(--pink); animation: scrollLine 2s infinite ease-in-out; transform-origin: left; }
@keyframes scrollLine { 0% { transform: scaleX(0); transform-origin: left; } 48% { transform: scaleX(1); transform-origin: left; } 52% { transform: scaleX(1); transform-origin: right; } 100% { transform: scaleX(0); transform-origin: right; } }

.section { position: relative; padding: clamp(100px, 13vw, 190px) clamp(22px, 6vw, 92px); }
.section-label { display: flex; align-items: center; gap: 18px; margin-bottom: clamp(50px, 8vw, 100px); }
.section-label span { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid rgba(255,45,142,.5); border-radius: 50%; color: var(--pink); font-size: 9px; }
.section-label p { margin: 0; font-size: 9px; font-weight: 700; letter-spacing: .28em; }
.section-label::after { content: ""; flex: 1; height: 1px; margin-left: 10px; background: linear-gradient(90deg, var(--line), transparent); }
.intro { background: radial-gradient(circle at 85% 25%, rgba(255,45,142,.08), transparent 34%), var(--ink); }
.intro__copy { display: grid; grid-template-columns: minmax(300px, 1.25fr) minmax(300px, .75fr); gap: 8vw; align-items: end; }
.intro__copy .kicker { grid-column: 1 / -1; margin-bottom: -3vw; font-family: var(--serif); font-size: 13px; }
.intro h2, .contact h2 { margin: 0; font-family: var(--serif); font-size: clamp(42px, 6.5vw, 92px); font-weight: 700; line-height: 1.34; letter-spacing: -.04em; }
.intro h2 em, .contact h2 em { color: var(--pink); font-style: normal; }
.intro__body { max-width: 520px; padding-bottom: 8px; color: #bdb3ba; font-size: clamp(14px, 1.15vw, 16px); line-height: 2.1; }
.intro__body p { margin: 0 0 18px; }
.wa-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: clamp(80px, 11vw, 150px); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.wa-card { position: relative; min-height: 480px; padding: clamp(26px, 3.4vw, 50px); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); overflow: hidden; transition: .35s ease; }
.wa-card:hover { background: rgba(255,45,142,.055); }
.wa-card__number { color: var(--pink); font-size: 9px; letter-spacing: .2em; }
.wa-card__kanji { margin: 32px 0 18px; color: var(--pink); font-family: var(--serif); font-size: clamp(96px, 11vw, 160px); font-weight: 800; line-height: .9; text-shadow: 0 0 45px rgba(255,45,142,.32); }
.wa-card__en { margin: 0 0 38px; color: #fff; font-family: var(--display); font-size: 17px; letter-spacing: .2em; }
.wa-card h3 { margin: 0 0 14px; font-family: var(--serif); font-size: 18px; }
.wa-card > p:last-child { max-width: 290px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.9; }

.studio { color: #121012; background: var(--paper); }
.studio .section-label span { color: #121012; border-color: rgba(18,16,18,.4); }
.studio .section-label::after { background: linear-gradient(90deg, rgba(18,16,18,.25), transparent); }
.studio__heading { display: grid; grid-template-columns: 1.25fr .55fr; gap: 8vw; align-items: end; }
.studio__heading h2 { margin: 0; font-family: var(--display); font-size: clamp(58px, 9.5vw, 148px); font-weight: 400; line-height: .86; }
.studio__heading h2 span { color: var(--pink); }
.studio__heading > p { margin: 0 0 10px; font-size: 14px; line-height: 2.05; }
.service-list { margin-top: clamp(70px, 9vw, 120px); border-top: 1px solid #9c9499; }
.service { display: grid; grid-template-columns: 60px minmax(200px, .8fr) minmax(180px, .55fr) 1fr; gap: 24px; align-items: center; padding: 30px 4px; border-bottom: 1px solid #bdb4b9; }
.service > span { color: var(--pink); font-size: 10px; }
.service h3 { margin: 0; font-family: var(--display); font-size: clamp(26px, 3vw, 44px); font-weight: 400; letter-spacing: .02em; }
.service p { margin: 0; font-weight: 700; }
.service i { color: #625b60; font-size: 12px; font-style: normal; line-height: 1.8; }

.works { background: radial-gradient(circle at 12% 40%, rgba(255,45,142,.09), transparent 28%), #080608; }
.works__title { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 44px; }
.works__title h2, .news__heading h2 { margin: 0; font-family: var(--display); font-size: clamp(88px, 15vw, 220px); font-weight: 400; line-height: .72; }
.works__title > p { margin: 0; color: var(--pink); font-size: 9px; font-weight: 700; letter-spacing: .2em; line-height: 1.7; }
.project { display: grid; grid-template-columns: 1.45fr .75fr; gap: clamp(34px, 5vw, 76px); align-items: center; padding-top: 34px; border-top: 1px solid var(--line); }
.project__image { position: relative; overflow: hidden; background: #140b10; }
.project__image::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.16); pointer-events: none; }
.project__image img { display: block; width: 100%; transition: transform .8s cubic-bezier(.16,1,.3,1); }
.project:hover .project__image img { transform: scale(1.025); }
.project__badge { position: absolute; top: 18px; left: 18px; padding: 9px 12px; color: #080608; background: var(--pink); font-size: 8px; font-weight: 900; letter-spacing: .15em; }
.project__meta { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 32px; }
.project__meta span { padding: 6px 10px; border: 1px solid rgba(255,45,142,.5); border-radius: 99px; color: var(--pink-soft); font-size: 8px; font-weight: 700; letter-spacing: .13em; }
.project__tagline { margin: 0 0 14px; color: var(--pink-soft); font-family: var(--serif); font-size: 12px; font-weight: 700; letter-spacing: .08em; }
.project h3 { margin: 0; font-family: var(--display); font-size: clamp(58px, 7.5vw, 108px); font-weight: 400; line-height: .77; }
.project h3 em { color: var(--pink); font-style: normal; }
.project__jp { margin: 16px 0 28px; font-family: var(--serif); font-size: 18px; font-weight: 700; letter-spacing: .16em; }
.project__description { color: #b8aeb5; font-size: 13px; line-height: 2; }
.project__release { display: flex; align-items: baseline; justify-content: space-between; margin-top: 34px; padding: 18px 0; border-block: 1px solid var(--line); }
.project__release span { color: var(--muted); font-size: 9px; letter-spacing: .18em; }
.project__release strong { color: var(--pink); font-family: var(--display); font-size: 28px; font-weight: 400; letter-spacing: .05em; }
.next-project { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: clamp(70px, 9vw, 120px); padding: 34px 0; border-block: 1px solid var(--line); }
.next-project span { color: var(--pink); font-size: 8px; letter-spacing: .2em; }
.next-project h3 { margin: 8px 0 4px; color: #777077; font-family: var(--display); font-size: clamp(34px, 5vw, 72px); font-weight: 400; }
.next-project p { margin: 0; color: #696269; font-size: 12px; }
.next-project > strong { color: var(--pink); font-family: var(--display); font-size: clamp(18px, 3vw, 36px); font-weight: 400; letter-spacing: .14em; }

.news { color: #121012; background: #dfd9d3; }
.news .section-label span { color: #121012; border-color: rgba(18,16,18,.4); }
.news .section-label::after { background: linear-gradient(90deg, rgba(18,16,18,.25), transparent); }
.news__heading { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 60px; }
.news__heading > p { max-width: 320px; margin: 0; font-family: var(--serif); font-size: 15px; font-weight: 700; line-height: 1.9; }
.news-list { border-top: 1px solid #90878d; }
.news-list article { display: grid; grid-template-columns: 120px 110px 1fr; gap: 24px; align-items: center; padding: 28px 0; border-bottom: 1px solid #aaa1a6; }
.news-list time { font-family: var(--display); font-size: 18px; letter-spacing: .06em; }
.news-list span { color: var(--pink); font-size: 8px; font-weight: 800; letter-spacing: .16em; }
.news-list h3 { margin: 0; font-size: 14px; }
.news-list__muted { color: #847b80; }

.contact { overflow: hidden; background: #080608; }
.contact__orb { position: absolute; right: -3vw; top: 8%; color: rgba(255,45,142,.06); font-family: var(--serif); font-size: min(44vw, 620px); font-weight: 800; line-height: 1; }
.contact__content { position: relative; max-width: 1050px; }
.contact__content > p:not(.kicker) { margin: 40px 0; color: #b9afb6; font-size: 14px; line-height: 2; }
.mail-link { display: flex; align-items: center; justify-content: space-between; width: min(720px, 100%); padding: 20px 0; border-block: 1px solid rgba(255,45,142,.5); font-family: var(--display); font-size: clamp(20px, 3.4vw, 48px); letter-spacing: .04em; transition: .25s ease; }
.mail-link b { color: var(--pink); font-size: 28px; }
.mail-link:hover { color: var(--pink); padding-left: 12px; }
.socials { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: clamp(70px, 10vw, 130px); }
.socials a { position: relative; display: grid; padding: 28px; border: 1px solid var(--line); transition: .25s ease; }
.socials a:hover { border-color: var(--pink); background: rgba(255,45,142,.06); transform: translateY(-3px); }
.socials span { font-family: var(--display); font-size: 28px; letter-spacing: .05em; }
.socials small { margin-top: 8px; color: var(--muted); }
.socials b { position: absolute; right: 24px; top: 24px; color: var(--pink); }
.site-footer { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; align-items: end; padding: 50px clamp(22px, 6vw, 92px); border-top: 1px solid var(--line); }
.site-footer p { margin: 0; color: var(--muted); font-family: var(--serif); font-size: 12px; text-align: right; }
.site-footer > div { grid-column: 1 / -1; display: flex; justify-content: space-between; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.08); color: #696269; font-size: 8px; letter-spacing: .12em; }
.site-footer > div a { color: #aaa1a7; }

.scroll-progress { position: fixed; z-index: 220; inset: 0 0 auto; height: 2px; background: linear-gradient(90deg, var(--pink), #ff83bc 72%, #fff); box-shadow: 0 0 18px rgba(255,45,142,.9); pointer-events: none; transform: scaleX(0); transform-origin: left; }

.section::before { content: ""; position: absolute; z-index: 0; inset: 8% -12% auto; height: 62%; opacity: 0; pointer-events: none; background: radial-gradient(circle at 50% 50%, rgba(255,45,142,.09), transparent 60%); transform: translate3d(0,70px,0) scale(.88); transition: opacity 1.4s ease, transform 1.8s cubic-bezier(.16,1,.3,1); }
.section.is-in-view::before { opacity: 1; transform: translate3d(0,0,0) scale(1); }
.studio::before, .news::before { background: radial-gradient(circle at 50% 50%, rgba(255,45,142,.07), transparent 60%); }
.section > :not(.contact__orb) { position: relative; z-index: 1; }

.motion-ready .reveal { --reveal-x: 0px; --reveal-y: 72px; --reveal-scale: .97; --reveal-delay: 0ms; opacity: 0; filter: none; clip-path: inset(0 0 14% 0); transform: translate3d(var(--reveal-x),var(--reveal-y),0) scale(var(--reveal-scale)); transition: opacity .85s var(--reveal-delay) cubic-bezier(.16,1,.3,1), transform 1.08s var(--reveal-delay) cubic-bezier(.16,1,.3,1), filter .8s var(--reveal-delay) ease, clip-path 1.05s var(--reveal-delay) cubic-bezier(.16,1,.3,1); will-change: transform, opacity, clip-path; }
.motion-ready .reveal.is-visible { opacity: 1; filter: none; clip-path: inset(0); transform: translate3d(0,0,0) scale(1); }

.motion-ready .reveal[data-reveal="label"] { --reveal-y: 24px; --reveal-scale: 1; clip-path: none; filter: none; }
.motion-ready .section-label.reveal::after { opacity: 0; transform: scaleX(0); transform-origin: left; transition: opacity .4s calc(var(--reveal-delay) + 180ms) ease, transform 1.25s calc(var(--reveal-delay) + 180ms) cubic-bezier(.16,1,.3,1); }
.motion-ready .section-label.reveal > span { opacity: 0; transform: rotate(-70deg) scale(.35); transition: opacity .55s calc(var(--reveal-delay) + 80ms) ease, transform .9s calc(var(--reveal-delay) + 80ms) cubic-bezier(.16,1,.3,1); }
.motion-ready .section-label.reveal > p { opacity: 0; letter-spacing: .48em; transform: translateX(-18px); transition: opacity .65s calc(var(--reveal-delay) + 150ms) ease, transform .9s calc(var(--reveal-delay) + 150ms) cubic-bezier(.16,1,.3,1), letter-spacing .95s calc(var(--reveal-delay) + 150ms) cubic-bezier(.16,1,.3,1); }
.motion-ready .section-label.reveal.is-visible::after { opacity: 1; transform: scaleX(1); }
.motion-ready .section-label.reveal.is-visible > span { opacity: 1; transform: rotate(0) scale(1); }
.motion-ready .section-label.reveal.is-visible > p { opacity: 1; letter-spacing: .28em; transform: none; }

.motion-ready .reveal[data-reveal="headline"] > * { opacity: 0; transform: translate3d(0,32px,0); transition: opacity .7s ease, transform 1s cubic-bezier(.16,1,.3,1); }
.motion-ready .reveal[data-reveal="headline"] > *:nth-child(2) { transition-delay: 120ms; }
.motion-ready .reveal[data-reveal="headline"] > *:nth-child(3) { transition-delay: 220ms; }
.motion-ready .reveal[data-reveal="headline"].is-visible > * { opacity: 1; transform: none; }

.motion-ready .wa-card.reveal { --reveal-y: 58px; clip-path: inset(100% 0 0); }
.motion-ready .wa-card.reveal:nth-child(2) { --reveal-y: 88px; }
.motion-ready .wa-card.reveal > * { opacity: 0; transform: translateY(24px); transition: opacity .55s ease, transform .8s cubic-bezier(.16,1,.3,1); }
.motion-ready .wa-card.reveal > *:nth-child(2) { transition-delay: 90ms; }
.motion-ready .wa-card.reveal > *:nth-child(3) { transition-delay: 150ms; }
.motion-ready .wa-card.reveal > *:nth-child(4) { transition-delay: 220ms; }
.motion-ready .wa-card.reveal > *:nth-child(5) { transition-delay: 290ms; }
.motion-ready .wa-card.reveal.is-visible > * { opacity: 1; transform: none; }

.motion-ready .service.reveal { --reveal-x: -70px; --reveal-y: 0px; --reveal-scale: 1; clip-path: inset(0 100% 0 0); filter: none; }
.motion-ready .service.reveal:nth-child(even) { --reveal-x: 70px; clip-path: inset(0 0 0 100%); }
.motion-ready .service.reveal::before { content: ""; position: absolute; inset: 0; opacity: 0; background: linear-gradient(90deg,transparent,rgba(255,45,142,.13),transparent); transform: translateX(-100%); transition: opacity .2s ease, transform 1.1s calc(var(--reveal-delay) + 200ms) cubic-bezier(.16,1,.3,1); pointer-events: none; }
.motion-ready .service.reveal.is-visible::before { opacity: 1; transform: translateX(100%); }

.motion-ready .project.reveal { --reveal-y: 34px; clip-path: none; filter: none; }
.motion-ready .project.reveal .project__image { clip-path: inset(0 100% 0 0); transform: translateX(-28px); transition: clip-path 1.3s calc(var(--reveal-delay) + 100ms) cubic-bezier(.16,1,.3,1), transform 1.2s calc(var(--reveal-delay) + 100ms) cubic-bezier(.16,1,.3,1); }
.motion-ready .project.reveal .project__image img { transform: scale(1.14); transition: transform 1.6s calc(var(--reveal-delay) + 120ms) cubic-bezier(.16,1,.3,1); }
.motion-ready .project.reveal .project__content > * { opacity: 0; transform: translateX(42px); transition: opacity .65s ease, transform .9s cubic-bezier(.16,1,.3,1); }
.motion-ready .project.reveal .project__content > *:nth-child(2) { transition-delay: 100ms; }
.motion-ready .project.reveal .project__content > *:nth-child(3) { transition-delay: 160ms; }
.motion-ready .project.reveal .project__content > *:nth-child(4) { transition-delay: 220ms; }
.motion-ready .project.reveal .project__content > *:nth-child(5) { transition-delay: 280ms; }
.motion-ready .project.reveal .project__content > *:nth-child(6) { transition-delay: 340ms; }
.motion-ready .project.reveal .project__content > *:nth-child(7) { transition-delay: 400ms; }
.motion-ready .project.reveal.is-visible .project__image { clip-path: inset(0); transform: none; }
.motion-ready .project.reveal.is-visible .project__image img { transform: scale(1); }
.motion-ready .project.reveal.is-visible:hover .project__image img { transform: scale(1.025); }
.motion-ready .project.reveal.is-visible .project__content > * { opacity: 1; transform: none; }

.motion-ready .reveal[data-reveal="left"] { --reveal-x: -80px; --reveal-y: 0px; --reveal-scale: 1; clip-path: inset(0 20% 0 0); }
.motion-ready .news-list.reveal { --reveal-y: 38px; --reveal-scale: 1; clip-path: none; filter: none; }
.motion-ready .news-list.reveal article { opacity: 0; transform: translateX(-56px); transition: opacity .65s ease, transform 1s cubic-bezier(.16,1,.3,1); }
.motion-ready .news-list.reveal article:nth-child(2) { transition-delay: 160ms; transform: translateX(56px); }
.motion-ready .news-list.reveal.is-visible article { opacity: 1; transform: none; }

.motion-ready .socials.reveal { --reveal-y: 40px; clip-path: none; filter: none; }
.motion-ready .socials.reveal a { opacity: 0; transform: translateY(46px) scale(.96); transition: opacity .7s ease, transform 1s cubic-bezier(.16,1,.3,1), border-color .25s ease, background .25s ease; }
.motion-ready .socials.reveal a:nth-child(2) { transition-delay: 140ms; }
.motion-ready .socials.reveal.is-visible a { opacity: 1; transform: none; }
.motion-ready .socials.reveal.is-visible a:hover { transform: translateY(-3px); }

@media (max-width: 600px) {
  .motion-ready .reveal { --reveal-y: 44px; filter: none; }
  .motion-ready .service.reveal { --reveal-x: -36px; --reveal-y: 0px; }
  .motion-ready .service.reveal:nth-child(even) { --reveal-x: 36px; }
  .motion-ready .reveal[data-reveal="left"] { --reveal-x: -42px; }
}

@media (max-width: 900px) {
  .desktop-nav { display: none; }
  .menu-button { display: block; }
  .hero__content { width: calc(100% - 44px); }
  .hero__index { display: none; }
  .intro__copy, .studio__heading, .project { grid-template-columns: 1fr; }
  .intro__copy .kicker { margin-bottom: -20px; }
  .intro__body { margin-top: 10px; }
  .wa-grid { grid-template-columns: 1fr; }
  .wa-card { min-height: 0; }
  .service { grid-template-columns: 36px 1fr; }
  .service p, .service i { grid-column: 2; }
  .works__title, .news__heading { align-items: flex-start; flex-direction: column; gap: 24px; }
  .project__content { max-width: 620px; }
}

@media (max-width: 600px) {
  .site-header { height: 68px; }
  .hero { min-height: 660px; }
  .hero__image { object-position: 64% center; }
  .hero__wash { background: linear-gradient(90deg, rgba(8,6,8,.88), rgba(8,6,8,.25)), linear-gradient(0deg, #080608 0%, transparent 38%, rgba(0,0,0,.2)); }
  .hero__content { top: 47%; transform: translateY(-40%); }
  .hero h1 { font-size: clamp(68px, 22vw, 104px); }
  .hero__lead { max-width: 330px; font-size: 13px; }
  .hero__actions { align-items: stretch; flex-direction: column; width: min(280px, 100%); }
  .scroll-cue { bottom: 20px; }
  .section { padding-inline: 22px; }
  .section-label { margin-bottom: 52px; }
  .intro h2, .contact h2 { font-size: clamp(38px, 11.5vw, 58px); }
  .wa-card { padding: 30px 24px 38px; }
  .wa-card__kanji { font-size: 104px; }
  .studio__heading h2 { font-size: clamp(54px, 17vw, 82px); }
  .service { padding-block: 24px; }
  .works__title h2, .news__heading h2 { font-size: clamp(82px, 27vw, 130px); }
  .project { padding-top: 22px; }
  .project__release { align-items: flex-start; flex-direction: column; gap: 4px; }
  .next-project { align-items: flex-start; flex-direction: column; }
  .news-list article { grid-template-columns: 100px 1fr; gap: 10px 18px; }
  .news-list h3 { grid-column: 1 / -1; }
  .socials { grid-template-columns: 1fr; }
  .mail-link { font-size: clamp(18px, 5.5vw, 26px); }
  .site-footer { grid-template-columns: 1fr; }
  .site-footer p { text-align: left; }
  .site-footer > div { gap: 14px; align-items: flex-start; flex-direction: column; }
}

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

/* ===== 2026 TYPOGRAPHY & IMAGE REBALANCE ===== */
.section { padding: clamp(92px, 9vw, 150px) clamp(22px, 6vw, 92px); }
.section-label { margin-bottom: clamp(44px, 5vw, 72px); }
.hero h1 { font-size: clamp(72px, 11.5vw, 168px); }
.hero__lead { max-width: 620px; font-size: clamp(14px, 1.2vw, 18px); }

.intro__copy {
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, .62fr);
  grid-template-areas:
    "kicker visual"
    "title visual"
    "body visual";
  column-gap: clamp(48px, 6vw, 110px);
  row-gap: 24px;
  align-items: start;
}
.intro__copy .kicker { grid-area: kicker; grid-column: auto; margin: 0; font-size: 12px; }
.intro h2 { grid-area: title; max-width: 820px; font-size: clamp(38px, 4.8vw, 74px); line-height: 1.4; letter-spacing: -.035em; }
.intro__body { grid-area: body; max-width: 680px; padding: 4px 0 0; font-size: clamp(15px, 1.05vw, 17px); line-height: 2.05; }
.intro__body p { margin-bottom: 16px; }
.intro__visual { position: relative; grid-area: visual; align-self: center; width: 100%; min-height: 520px; max-height: 720px; aspect-ratio: 4 / 5; margin: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.15); background: #0c080b; box-shadow: 0 34px 90px rgba(0,0,0,.42), 0 0 70px rgba(255,45,142,.1); }
.intro__visual::before { content: ""; position: absolute; z-index: 2; inset: 0; pointer-events: none; background: linear-gradient(180deg, transparent 58%, rgba(8,6,8,.72) 100%); }
.intro__visual::after { content: ""; position: absolute; z-index: 3; inset: 14px; border: 1px solid rgba(255,255,255,.12); pointer-events: none; }
.intro__visual img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; transform: scale(1.015); transition: transform 1.2s cubic-bezier(.16,1,.3,1), filter .5s ease; }
.intro__visual:hover img { transform: scale(1.045); filter: saturate(1.08); }
.intro__visual figcaption { position: absolute; z-index: 4; inset: auto 24px 22px; display: flex; justify-content: space-between; gap: 18px; align-items: center; color: #fff; }
.intro__visual figcaption span { color: var(--pink); font-size: 9px; font-weight: 800; letter-spacing: .2em; }
.intro__visual figcaption p { margin: 0; font-family: var(--display); font-size: clamp(15px, 1.5vw, 22px); letter-spacing: .08em; text-align: right; }
.motion-ready .reveal[data-reveal="headline"] > *:nth-child(4) { transition-delay: 180ms; }

.wa-grid { margin-top: clamp(70px, 8vw, 112px); }
.wa-card { min-height: 430px; }
.wa-card__kanji { font-size: clamp(88px, 9vw, 132px); }
.wa-card h3 { font-size: clamp(17px, 1.35vw, 20px); }
.wa-card > p:last-child { font-size: 14px; }

.studio__heading { grid-template-columns: minmax(0, 1.15fr) minmax(300px, .55fr); gap: 6vw; }
.studio__heading h2 { font-size: clamp(54px, 8vw, 118px); }
.studio__heading > p { max-width: 560px; font-size: clamp(14px, 1vw, 16px); }
.service { grid-template-columns: 56px minmax(220px, .75fr) minmax(210px, .55fr) minmax(260px, 1fr); padding-block: 28px; }
.service p { font-size: clamp(14px, 1vw, 16px); }
.service i { font-size: 13px; }

.works__title h2, .news__heading h2 { font-size: clamp(78px, 12vw, 176px); }
.project { grid-template-columns: minmax(0, 1.18fr) minmax(330px, .82fr); gap: clamp(34px, 4.5vw, 68px); }
.project__image { aspect-ratio: 16 / 10; }
.project__image img { height: 100%; object-fit: cover; }
.project h3 { font-size: clamp(54px, 6.4vw, 92px); }
.project__description { max-width: 58ch; font-size: 14px; }
.news__heading > p { max-width: 380px; font-size: clamp(15px, 1.15vw, 17px); }
.news-list h3 { font-size: clamp(14px, 1.05vw, 16px); }
.contact h2 { max-width: 980px; font-size: clamp(40px, 5.4vw, 78px); }
.contact__content > p:not(.kicker) { max-width: 700px; font-size: clamp(14px, 1.05vw, 16px); }

@media (max-width: 900px) {
  .intro__copy {
    grid-template-columns: 1fr;
    grid-template-areas: "kicker" "title" "body" "visual";
    row-gap: 24px;
  }
  .intro__copy .kicker { margin: 0; }
  .intro__body { max-width: 700px; }
  .intro__visual { width: min(720px, 100%); min-height: 0; max-height: none; aspect-ratio: 16 / 11; margin-top: 20px; }
  .studio__heading, .project { grid-template-columns: 1fr; }
  .service { grid-template-columns: 36px 1fr; }
  .service p, .service i { grid-column: 2; }
}

@media (max-width: 600px) {
  .section { padding: 82px 22px; }
  .section-label { margin-bottom: 42px; }
  .hero h1 { font-size: clamp(64px, 20vw, 92px); }
  .hero__lead { max-width: 340px; }
  .intro h2 { font-size: clamp(36px, 10.5vw, 52px); line-height: 1.42; }
  .intro__body { font-size: 15px; line-height: 1.95; }
  .intro__visual { aspect-ratio: 4 / 5; margin-top: 10px; }
  .intro__visual figcaption { inset: auto 18px 18px; align-items: flex-start; flex-direction: column; gap: 6px; }
  .intro__visual figcaption p { text-align: left; }
  .wa-card { min-height: 0; }
  .studio__heading h2 { font-size: clamp(50px, 15.5vw, 76px); }
  .works__title h2, .news__heading h2 { font-size: clamp(72px, 23vw, 112px); }
  .project h3 { font-size: clamp(52px, 17vw, 82px); }
  .contact h2 { font-size: clamp(36px, 10.5vw, 52px); }
}
/* ===== REVEAL FAIL-SAFE ===== */
.motion-ready .wa-card.reveal,
.motion-ready .service.reveal,
.motion-ready .service.reveal:nth-child(even),
.motion-ready .reveal[data-reveal="left"] { clip-path: none; }
.motion-ready .intro__copy.reveal[data-reveal="headline"] > .intro__visual { opacity: 1 !important; visibility: visible; transform: none !important; }
/* ===== DISPLAY REGRESSION GUARD ===== */
.motion-ready .reveal.is-visible,
.motion-ready .wa-card.reveal.is-visible,
.motion-ready .service.reveal.is-visible,
.motion-ready .service.reveal:nth-child(even).is-visible,
.motion-ready .reveal[data-reveal="left"].is-visible { filter: none !important; clip-path: none !important; }
.works__title { justify-content: flex-start; gap: clamp(48px, 9vw, 160px); }
.works__title h2, .news__heading h2 { font-size: clamp(72px, 8vw, 140px); }
.works__title > p { margin-bottom: 10px; font-size: 10px; }
.studio__heading h2 { font-size: clamp(50px, 6.8vw, 108px); }

@media (max-width: 900px) {
  .works__title { gap: 24px; }
}

@media (max-width: 600px) {
  .works__title h2, .news__heading h2 { font-size: clamp(68px, 20vw, 98px); }
  .studio__heading h2 { font-size: clamp(48px, 14vw, 70px); }
}
/* ===== READABILITY PASS ===== */
body { font-size: 17px; }
.desktop-nav { font-size: 12px; }
.eyebrow, .kicker { font-size: 12px; }
.button { font-size: 12px; }
.section-label span { font-size: 11px; }
.section-label p { font-size: 12px; }
.intro__copy .kicker { font-size: 14px; }
.intro__body { max-width: 740px; font-size: clamp(19px, 1.15vw, 21px); line-height: 1.9; }
.intro__body p { margin-bottom: 22px; }
.hero__lead { font-size: clamp(17px, 1.2vw, 20px); }
.wa-card__en { font-size: 19px; }
.wa-card h3 { font-size: clamp(20px, 1.35vw, 23px); }
.wa-card > p:last-child { font-size: 16px; line-height: 1.85; }
.studio__heading > p { font-size: clamp(17px, 1.05vw, 19px); line-height: 1.95; }
.service p { font-size: clamp(16px, 1vw, 18px); }
.service i { font-size: clamp(15px, .9vw, 17px); }
.project__meta span { font-size: 10px; }
.project__tagline { font-size: 14px; }
.project__description { font-size: clamp(16px, 1vw, 18px); line-height: 1.9; }
.project__release span { font-size: 11px; }
.next-project p { font-size: 14px; }
.news__heading > p { font-size: clamp(17px, 1.05vw, 19px); }
.news-list time { font-size: 20px; }
.news-list span { font-size: 10px; }
.news-list h3 { font-size: clamp(16px, 1vw, 18px); }
.contact__content > p:not(.kicker) { font-size: clamp(17px, 1.05vw, 19px); line-height: 1.9; }
.socials small { font-size: 14px; }
.site-footer p { font-size: 13px; }

@media (max-width: 600px) {
  body { font-size: 16px; }
  .section-label p { font-size: 11px; }
  .intro__body { font-size: 17px; line-height: 1.9; }
  .hero__lead { font-size: 16px; }
  .studio__heading > p { font-size: 16px; }
  .service p { font-size: 16px; }
  .service i { font-size: 15px; }
  .project__description { font-size: 16px; }
  .news__heading > p, .news-list h3, .contact__content > p:not(.kicker) { font-size: 16px; }
}
/* ===== EXPERIENCE UPGRADE ===== */
:root {
  --experience-ease: cubic-bezier(.16,1,.3,1);
  --pointer-x: 50vw;
  --pointer-y: 50vh;
  --hero-title-x: 0px;
  --hero-title-y: 0px;
  --hero-orbit-x: 0px;
  --hero-orbit-y: 0px;
}

body::after {
  content: "";
  position: fixed;
  z-index: 210;
  inset: 0;
  pointer-events: none;
  opacity: .032;
  background-image: repeating-linear-gradient(0deg, transparent 0 3px, rgba(255,255,255,.5) 4px);
  background-size: 100% 4px;
}

.ambient-pointer {
  position: fixed;
  z-index: 75;
  left: 0;
  top: 0;
  width: 440px;
  height: 440px;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(circle, rgba(255,45,142,.13) 0, rgba(255,45,142,.055) 24%, transparent 68%);
  transform: translate3d(calc(var(--pointer-x) - 220px), calc(var(--pointer-y) - 220px), 0);
  transition: opacity .45s ease;
  mix-blend-mode: screen;
}
.has-fine-pointer .ambient-pointer { opacity: 1; }

.site-header .brand { position: relative; padding-left: 13px; }
.site-header .brand::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--pink);
  box-shadow: 0 0 14px var(--pink);
  animation: signalPulse 2.4s ease-in-out infinite;
}

.chapter-rail {
  position: fixed;
  z-index: 80;
  right: 20px;
  top: 50%;
  display: grid;
  gap: 13px;
  transform: translateY(-50%);
}
.chapter-rail a {
  position: relative;
  display: grid;
  grid-template-columns: 22px 22px;
  align-items: center;
  height: 18px;
  color: rgba(255,255,255,.32);
  transition: color .3s ease;
}
.chapter-rail span { font-family: var(--display); font-size: 9px; letter-spacing: .08em; }
.chapter-rail i { width: 7px; height: 7px; margin-left: auto; border: 1px solid currentColor; border-radius: 50%; transition: .35s var(--experience-ease); }
.chapter-rail b {
  position: absolute;
  right: 50px;
  padding: 5px 8px;
  color: #fff;
  background: rgba(8,6,8,.82);
  font-size: 9px;
  letter-spacing: .16em;
  opacity: 0;
  transform: translateX(8px);
  transition: .25s ease;
  pointer-events: none;
}
.chapter-rail a:hover b, .chapter-rail a:focus-visible b { opacity: 1; transform: none; }
.chapter-rail a.is-active { color: var(--pink); }
.chapter-rail a.is-active i { width: 18px; border-radius: 8px; background: var(--pink); box-shadow: 0 0 16px rgba(255,45,142,.8); }

.hero { perspective: 1200px; }
.hero__wash { background: linear-gradient(90deg, rgba(8,6,8,.94) 0%, rgba(8,6,8,.5) 44%, rgba(8,6,8,.08) 72%), linear-gradient(0deg, #080608 0%, transparent 30%, rgba(0,0,0,.18) 100%), radial-gradient(circle at 72% 52%, transparent 0 18%, rgba(255,45,142,.1) 48%, transparent 68%); }
.hero__grid { animation: gridDrift 16s ease-in-out infinite alternate; }
.hero__rings {
  position: absolute;
  z-index: -1;
  right: clamp(40px, 8vw, 150px);
  top: 50%;
  width: min(49vw, 720px);
  aspect-ratio: 1;
  pointer-events: none;
  transform: translate3d(var(--hero-orbit-x), calc(-50% + var(--hero-orbit-y)), 0) rotate(-8deg);
  transition: transform .35s ease-out;
}
.hero__rings i { position: absolute; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: inset 0 0 50px rgba(255,45,142,.025), 0 0 44px rgba(255,45,142,.04); }
.hero__rings i:nth-child(1) { inset: 0; border-color: rgba(255,45,142,.24); animation: ringOrbit 18s linear infinite; }
.hero__rings i:nth-child(2) { inset: 12%; border-style: dashed; border-color: rgba(255,255,255,.17); animation: ringOrbit 25s linear infinite reverse; }
.hero__rings i:nth-child(3) { inset: 27%; border-color: rgba(255,45,142,.34); animation: ringOrbit 14s linear infinite; }
.hero__rings i::before { content: ""; position: absolute; left: 50%; top: -4px; width: 7px; height: 7px; border-radius: 50%; background: var(--pink); box-shadow: 0 0 22px 5px rgba(255,45,142,.55); }

.motion-ready .hero__content .eyebrow, .motion-ready .hero h1 span, .motion-ready .hero__lead, .motion-ready .hero__actions { opacity: 0; }
.hero__content .eyebrow { transform: translateY(18px); }
.hero h1 { transform: translate3d(var(--hero-title-x), var(--hero-title-y), 0); transition: transform .32s ease-out; }
.hero h1 span { clip-path: inset(100% 0 0); transform: translateY(32px); }
.hero__lead, .hero__actions { transform: translateY(22px); }
.experience-ready .hero__content .eyebrow { opacity: 1; transform: none; transition: opacity .8s .15s ease, transform .9s .15s var(--experience-ease); }
.experience-ready .hero h1 span { opacity: 1; clip-path: inset(0); transform: none; transition: opacity .8s ease, clip-path 1.15s var(--experience-ease), transform 1.15s var(--experience-ease); }
.experience-ready .hero h1 span:nth-child(1) { transition-delay: .25s; }
.experience-ready .hero h1 span:nth-child(2) { transition-delay: .38s; }
.experience-ready .hero__lead { opacity: 1; transform: none; transition: opacity .8s .68s ease, transform 1s .68s var(--experience-ease); }
.experience-ready .hero__actions { opacity: 1; transform: none; transition: opacity .8s .82s ease, transform 1s .82s var(--experience-ease); }
.hero h1 em { animation: waGlow 3.8s ease-in-out infinite; }

.hero__signal {
  position: absolute;
  z-index: 2;
  right: clamp(42px, 6vw, 96px);
  top: 112px;
  display: grid;
  grid-template-columns: auto 70px auto;
  align-items: center;
  gap: 13px;
  color: rgba(255,255,255,.65);
}
.hero__signal span { display: grid; place-items: center; width: 32px; height: 32px; border: 1px solid rgba(255,45,142,.6); border-radius: 50%; color: var(--pink); font-family: var(--serif); font-size: 15px; font-weight: 800; }
.hero__signal i { position: relative; height: 1px; overflow: visible; background: rgba(255,255,255,.2); }
.hero__signal i::after { content: ""; position: absolute; top: -2px; left: 0; width: 5px; height: 5px; border-radius: 50%; background: var(--pink); box-shadow: 0 0 12px var(--pink); animation: signalTravel 2.8s ease-in-out infinite; }
.hero__signal small { font-size: 8px; font-weight: 700; letter-spacing: .22em; white-space: nowrap; }

.button { will-change: transform; transition: color .25s ease, background .25s ease, border-color .25s ease, transform .22s var(--experience-ease); }
.button--primary { position: relative; overflow: hidden; box-shadow: 0 12px 45px rgba(255,45,142,.22); }
.button--primary::before { content: ""; position: absolute; inset: 0; background: linear-gradient(110deg, transparent 25%, rgba(255,255,255,.42) 50%, transparent 75%); transform: translateX(-130%); transition: transform .7s var(--experience-ease); }
.button--primary:hover::before { transform: translateX(130%); }

.kinetic-band {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  height: 78px;
  overflow: hidden;
  color: #090609;
  background: var(--pink);
  border-block: 1px solid #ff8fc1;
}
.kinetic-band::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgba(255,255,255,.15), transparent 18% 82%, rgba(0,0,0,.14)); }
.kinetic-band > div { display: flex; align-items: center; gap: 28px; width: max-content; white-space: nowrap; animation: bandMove 24s linear infinite; }
.kinetic-band span { font-family: var(--display); font-size: 46px; letter-spacing: .055em; line-height: 1; }
.kinetic-band i { font-family: var(--serif); font-size: 26px; font-style: normal; }

.intro__visual { transform-style: preserve-3d; transition: transform .7s var(--experience-ease), box-shadow .7s ease; }
.intro__visual:hover { transform: translateY(-8px) rotateX(var(--visual-ry, 0deg)) rotateY(var(--visual-rx, 0deg)); box-shadow: 0 44px 120px rgba(0,0,0,.58), 0 0 90px rgba(255,45,142,.18); }
.intro__visual figcaption { backdrop-filter: blur(8px); }

.wa-card::after { content: ""; position: absolute; right: -80px; top: -80px; width: 190px; height: 190px; border: 1px solid rgba(255,45,142,.24); border-radius: 50%; opacity: 0; transform: scale(.6); transition: .7s var(--experience-ease); }
.wa-card:hover::after { opacity: 1; transform: scale(1); }
.wa-card__kanji { transition: color .45s ease, transform .6s var(--experience-ease), text-shadow .45s ease; }
.wa-card:hover .wa-card__kanji { color: #fff; transform: translateY(-7px); text-shadow: 0 0 55px rgba(255,45,142,.72); }
.wa-card h3 { transition: transform .45s var(--experience-ease), color .3s ease; }
.wa-card:hover h3 { color: var(--pink-soft); transform: translateX(8px); }

.service { position: relative; overflow: hidden; transition: padding .4s var(--experience-ease), background .35s ease; }
.service::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(255,45,142,.13), rgba(255,45,142,.035) 62%, transparent); transform: scaleX(0); transform-origin: left; transition: transform .65s var(--experience-ease); }
.service:hover { padding-inline: 18px; }
.service:hover::after { transform: scaleX(1); }
.service h3, .service > span { transition: color .3s ease, transform .45s var(--experience-ease); }
.service:hover h3 { color: var(--pink); transform: translateX(8px); }
.service:hover > span { transform: rotate(360deg); }

.project__image { --lens-x: 50%; --lens-y: 50%; cursor: crosshair; box-shadow: 0 28px 90px rgba(0,0,0,.42); }
.project__image::before { content: ""; position: absolute; z-index: 2; inset: 0; pointer-events: none; opacity: 0; background: radial-gradient(circle at var(--lens-x) var(--lens-y), transparent 0 16%, rgba(255,45,142,.11) 34%, rgba(8,6,8,.36) 74%); transition: opacity .4s ease; }
.project__image:hover::before { opacity: 1; }
.project__lens { position: absolute; z-index: 4; left: var(--lens-x); top: var(--lens-y); display: grid; place-content: center; width: 116px; height: 116px; border: 1px solid rgba(255,255,255,.72); border-radius: 50%; color: #fff; background: rgba(8,6,8,.5); text-align: center; opacity: 0; transform: translate(-50%,-50%) scale(.72); transition: opacity .25s ease, transform .45s var(--experience-ease); backdrop-filter: blur(8px); pointer-events: none; }
.project__lens::before { content: ""; position: absolute; inset: 7px; border: 1px solid rgba(255,45,142,.65); border-radius: 50%; }
.project__lens span { font-family: var(--display); font-size: 23px; letter-spacing: .08em; }
.project__lens small { color: var(--pink-soft); font-size: 8px; font-weight: 800; letter-spacing: .18em; }
.project__image:hover .project__lens { opacity: 1; transform: translate(-50%,-50%) scale(1); }

.works__title h2, .news__heading h2 { text-shadow: 0 1px 0 rgba(255,255,255,.06); }
.news-list article { position: relative; transition: padding .4s var(--experience-ease), background .3s ease; }
.news-list article::after { content: "↗"; position: absolute; right: 12px; color: var(--pink); font-size: 22px; opacity: 0; transform: translate(-10px,10px); transition: .4s var(--experience-ease); }
.news-list article:hover { padding-inline: 18px 50px; background: rgba(255,255,255,.28); }
.news-list article:hover::after { opacity: 1; transform: none; }
.news-list__muted::after { display: none; }

.contact::after { content: ""; position: absolute; right: 7vw; top: 19%; width: min(34vw, 470px); aspect-ratio: 1; border: 1px solid rgba(255,45,142,.14); border-radius: 50%; pointer-events: none; animation: contactOrbit 15s linear infinite; }
.contact__orb { animation: orbBreathe 6s ease-in-out infinite; }
.mail-link { will-change: transform; }
.socials a::after { content: ""; position: absolute; inset: -1px; border: 1px solid var(--pink); opacity: 0; transform: scale(.97); transition: opacity .3s ease, transform .5s var(--experience-ease); pointer-events: none; }
.socials a:hover::after { opacity: 1; transform: scale(1); }

@keyframes ringOrbit { to { transform: rotate(360deg); } }
@keyframes signalPulse { 0%,100% { opacity: .38; transform: scale(.75); } 50% { opacity: 1; transform: scale(1.25); } }
@keyframes signalTravel { 0%,100% { left: 0; } 50% { left: calc(100% - 5px); } }
@keyframes gridDrift { from { background-position: 0 0; } to { background-position: 4.5vw 2.25vw; } }
@keyframes bandMove { to { transform: translateX(calc(-50% - 14px)); } }
@keyframes waGlow { 0%,100% { text-shadow: 0 0 34px rgba(255,45,142,.34); } 50% { text-shadow: 0 0 60px rgba(255,45,142,.72), 0 0 110px rgba(255,45,142,.22); } }
@keyframes contactOrbit { to { transform: rotate(360deg); } }
@keyframes orbBreathe { 0%,100% { opacity: .7; transform: scale(.96); } 50% { opacity: 1; transform: scale(1.04); } }

@media (max-width: 1100px) {
  .chapter-rail { display: none; }
  .hero__rings { right: -4vw; width: min(64vw, 700px); }
}

@media (max-width: 900px) {
  body::after { opacity: .02; }
  .ambient-pointer, .hero__signal { display: none; }
  .hero__rings { right: -18vw; width: 88vw; opacity: .58; }
  .kinetic-band { height: 64px; }
  .kinetic-band span { font-size: 38px; }
  .project__lens { display: none; }
  .project__image { cursor: default; }
  .contact::after { right: -18vw; width: 72vw; }
}

@media (max-width: 600px) {
  .hero__rings { right: -44vw; width: 122vw; opacity: .42; }
  .kinetic-band { height: 54px; }
  .kinetic-band > div { gap: 20px; animation-duration: 19s; }
  .kinetic-band span { font-size: 31px; }
  .kinetic-band i { font-size: 19px; }
  .service:hover { padding-inline: 8px; }
  .news-list article:hover { padding-inline: 8px; }
  .intro__visual:hover { transform: translateY(-4px); }
}

@media (pointer: coarse) {
  .ambient-pointer { display: none; }
  .project__lens { display: none; }
  .project__image { cursor: default; }
}

@media (prefers-reduced-motion: reduce) {
  .hero__grid, .hero__rings i, .hero h1 em, .site-header .brand::before, .hero__signal i::after, .kinetic-band > div, .contact::after, .contact__orb { animation: none !important; }
  .hero__content .eyebrow, .hero h1 span, .hero__lead, .hero__actions { opacity: 1; clip-path: none; transform: none; }
  .ambient-pointer { display: none; }
}
/* ===== PRINCIPLE & CONSTELLATION ===== */
.hero__constellation {
  position: absolute;
  z-index: -1;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: .82;
  mix-blend-mode: screen;
}

.kinetic-band span {
  display: inline-flex;
  align-items: baseline;
  gap: 14px;
  font-family: var(--sans);
  font-size: inherit;
  letter-spacing: 0;
}
.kinetic-band strong {
  font-family: var(--serif);
  font-size: 32px;
  font-weight: 800;
  letter-spacing: .02em;
}
.kinetic-band small {
  font-family: var(--display);
  font-size: 20px;
  letter-spacing: .08em;
  opacity: .64;
}

.principle {
  position: relative;
  isolation: isolate;
  min-height: min(920px, 100svh);
  padding: clamp(90px, 10vw, 160px) clamp(22px, 6vw, 92px);
  overflow: hidden;
  color: #090609;
  background: var(--pink);
}
.principle__grid {
  position: absolute;
  z-index: -2;
  inset: 0;
  opacity: .22;
  background-image: linear-gradient(rgba(8,6,8,.4) 1px, transparent 1px), linear-gradient(90deg, rgba(8,6,8,.4) 1px, transparent 1px);
  background-size: 8vw 8vw;
  mask-image: linear-gradient(120deg, #000, transparent 76%);
  animation: principleGrid 18s ease-in-out infinite alternate;
}
.principle::before {
  content: "";
  position: absolute;
  z-index: -1;
  right: -10vw;
  bottom: -28vw;
  width: 72vw;
  aspect-ratio: 1;
  border: clamp(40px, 8vw, 130px) solid rgba(8,6,8,.08);
  border-radius: 50%;
  pointer-events: none;
}
.principle__eyebrow {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0 0 clamp(46px, 6vw, 84px);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .25em;
}
.principle__eyebrow::before {
  content: "";
  width: 42px;
  height: 1px;
  background: #090609;
}
.principle__title {
  position: relative;
  z-index: 2;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(70px, 10.6vw, 176px);
  font-weight: 800;
  line-height: .91;
  letter-spacing: -.065em;
}
.principle__title span {
  display: block;
  width: max-content;
  max-width: 100%;
  transition: transform .9s var(--experience-ease), color .5s ease;
}
.principle__title span:nth-child(2) { margin-left: 9vw; }
.principle__title span:nth-child(3) { margin-left: 20vw; }
.principle__title em {
  display: inline-block;
  margin-right: .1em;
  color: var(--paper);
  font-family: var(--display);
  font-style: normal;
  font-weight: 400;
  letter-spacing: -.02em;
  -webkit-text-stroke: 1px #090609;
  text-shadow: 8px 8px 0 #090609;
  transform: rotate(-3deg);
  transition: transform .8s var(--experience-ease), text-shadow .5s ease;
}
.principle:hover .principle__title span:nth-child(1) { transform: translateX(2vw); }
.principle:hover .principle__title span:nth-child(2) { transform: translateX(-2.4vw); }
.principle:hover .principle__title span:nth-child(3) { transform: translateX(2.8vw); }
.principle:hover .principle__title em { transform: rotate(2deg) translateY(-5px); text-shadow: 13px 13px 0 #090609; }

.principle__seal {
  position: absolute;
  z-index: 3;
  right: clamp(28px, 7vw, 116px);
  top: 16%;
  display: grid;
  place-items: center;
  width: clamp(108px, 12vw, 178px);
  aspect-ratio: 1;
  border: 2px solid #090609;
  border-radius: 50%;
  background: rgba(255,45,142,.76);
  box-shadow: 0 0 0 10px rgba(8,6,8,.08);
  animation: sealFloat 5.5s ease-in-out infinite;
}
.principle__seal::before, .principle__seal::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(8,6,8,.42);
  border-radius: 50%;
}
.principle__seal::before { inset: 9px; }
.principle__seal::after { inset: 20px; border-style: dashed; animation: ringOrbit 18s linear infinite; }
.principle__seal strong { font-family: var(--serif); font-size: clamp(44px, 6vw, 82px); line-height: 1; }
.principle__seal span { position: absolute; bottom: 18px; font-family: var(--display); font-size: 9px; letter-spacing: .18em; }

.principle__meta {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(320px, 680px) auto;
  justify-content: space-between;
  gap: 48px;
  align-items: end;
  margin-top: clamp(56px, 7vw, 100px);
  padding-top: 25px;
  border-top: 1px solid rgba(8,6,8,.62);
}
.principle__meta p {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(17px, 1.25vw, 21px);
  font-weight: 700;
  line-height: 1.9;
}
.principle__meta > span {
  padding: 8px 0;
  font-family: var(--display);
  font-size: clamp(15px, 1.4vw, 22px);
  letter-spacing: .08em;
  white-space: nowrap;
}

.motion-ready .principle__title.reveal { clip-path: inset(0 0 100% 0); transform: translateY(60px); }
.motion-ready .principle__title.reveal.is-visible { clip-path: inset(0); transform: none; }

@keyframes principleGrid { from { background-position: 0 0; } to { background-position: 8vw 4vw; } }
@keyframes sealFloat { 0%,100% { transform: translateY(0) rotate(-4deg); } 50% { transform: translateY(-14px) rotate(4deg); } }

@media (max-width: 900px) {
  .hero__constellation { opacity: .56; }
  .kinetic-band strong { font-size: 27px; }
  .kinetic-band small { font-size: 16px; }
  .principle { min-height: auto; }
  .principle__title { font-size: clamp(64px, 13vw, 116px); }
  .principle__title span:nth-child(2) { margin-left: 4vw; }
  .principle__title span:nth-child(3) { margin-left: 9vw; }
  .principle__seal { top: 11%; opacity: .58; }
  .principle__meta { grid-template-columns: 1fr; gap: 22px; }
  .principle__meta > span { white-space: normal; }
}

@media (max-width: 600px) {
  .hero__constellation { opacity: .46; }
  .kinetic-band span { gap: 8px; }
  .kinetic-band strong { font-size: 22px; }
  .kinetic-band small { font-size: 12px; }
  .principle { padding-block: 88px; }
  .principle__eyebrow { margin-bottom: 46px; font-size: 9px; }
  .principle__title { font-size: clamp(54px, 16.5vw, 84px); line-height: 1.02; }
  .principle__title span, .principle__title span:nth-child(2), .principle__title span:nth-child(3) { margin-left: 0; }
  .principle__title em { text-shadow: 5px 5px 0 #090609; }
  .principle__seal { right: -30px; top: 24px; width: 110px; opacity: .3; }
  .principle__meta { margin-top: 54px; }
  .principle__meta p { font-size: 17px; }
}

@media (prefers-reduced-motion: reduce) {
  .principle__grid, .principle__seal, .principle__seal::after { animation: none !important; }
  .principle:hover .principle__title span, .principle:hover .principle__title em { transform: none; }
}
/* ===== READABILITY & MAXIMUM IMPACT ===== */
body { font-size: 18px; }
.desktop-nav { font-size: 13px; }
.eyebrow, .kicker { font-size: 15px; }
.button { font-size: 13px; }
.scroll-cue span { font-size: 12px; font-weight: 800; }
.hero__lead { max-width: 700px; color: #fff; font-size: clamp(19px, 1.35vw, 22px); text-shadow: 0 2px 20px rgba(0,0,0,.8); }
.hero__signal small { color: #fff; font-size: 10px; }

.section-label { gap: 20px; }
.section-label span { width: 42px; height: 42px; font-size: 12px; font-weight: 800; box-shadow: 0 0 22px rgba(255,45,142,.2); }
.section-label p { font-size: 14px; font-weight: 900; color: #fff; }
.section-label::after { height: 2px; box-shadow: 0 0 14px rgba(255,45,142,.22); }
.studio .section-label p, .news .section-label p { color: #121012; }

.intro { background: radial-gradient(circle at 83% 22%, rgba(255,45,142,.2), transparent 32%), radial-gradient(circle at 10% 72%, rgba(138,15,79,.24), transparent 38%), var(--ink); }
.intro__copy .kicker {
  width: max-content;
  padding: 9px 14px;
  border: 1px solid rgba(255,45,142,.65);
  color: #fff;
  background: rgba(255,45,142,.12);
  font-size: 20px;
  font-weight: 800;
  letter-spacing: .32em;
  box-shadow: 0 0 30px rgba(255,45,142,.15);
}
.intro h2 em { color: var(--pink); text-shadow: 0 0 34px rgba(255,45,142,.55); background: linear-gradient(transparent 76%, rgba(255,45,142,.2) 0); }
.intro__body { max-width: 800px; color: #f4edf1; font-size: clamp(22px, 1.35vw, 24px); font-weight: 500; line-height: 1.9; }
.intro__body p { margin-bottom: 26px; }
.intro__visual figcaption span { font-size: 12px; }
.intro__visual figcaption p { font-size: clamp(18px, 1.55vw, 24px); }

.wa-card { transition: transform .55s var(--experience-ease), background .45s ease, box-shadow .45s ease; }
.wa-card::before { content: ""; position: absolute; z-index: 3; inset: 0 0 auto; height: 5px; background: linear-gradient(90deg, #fff, var(--pink), #fff); transform: scaleX(0); transform-origin: left; transition: transform .65s var(--experience-ease); }
.wa-card:hover { z-index: 2; color: #fff; background: linear-gradient(145deg, #bd145f 0%, #ff2d8e 55%, #72103f 120%); transform: translateY(-10px) scale(1.015); box-shadow: 0 35px 90px rgba(255,45,142,.34); }
.wa-card:hover::before { transform: scaleX(1); }
.wa-card__number { color: #ff8fc1; font-size: 12px; font-weight: 900; }
.wa-card__en { font-size: 21px; }
.wa-card h3 { font-size: clamp(23px, 1.5vw, 26px); }
.wa-card > p:last-child { max-width: 360px; color: #eee5ea; font-size: clamp(18px, 1.1vw, 20px); line-height: 1.85; }
.wa-card:hover .wa-card__number, .wa-card:hover .wa-card__en, .wa-card:hover h3, .wa-card:hover > p:last-child { color: #fff; }

.studio__heading > p { color: #211d20; font-size: clamp(19px, 1.2vw, 21px); font-weight: 600; }
.studio__heading h2 span { -webkit-text-stroke: 1px #121012; text-shadow: 5px 5px 0 #121012, 0 0 34px rgba(255,45,142,.28); }
.service { font-size: 18px; }
.service > span { font-size: 12px; font-weight: 900; }
.service p { color: #171316; font-size: clamp(18px, 1.1vw, 20px); }
.service i { color: #383136; font-size: clamp(17px, 1vw, 19px); font-weight: 500; }
.service:hover { background: linear-gradient(90deg, rgba(255,45,142,.22), rgba(255,255,255,.5)); box-shadow: inset 5px 0 0 var(--pink); }

.works__title h2 {
  color: #fff;
  background: linear-gradient(100deg, #fff 5%, #fff 38%, var(--pink) 72%, #ff9bca 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 50px rgba(255,45,142,.18);
}
.works__title > p { padding: 10px 14px; border: 1px solid var(--pink); color: #fff; background: rgba(255,45,142,.16); font-size: 12px; }
.project__image { border: 2px solid rgba(255,45,142,.7); box-shadow: 0 35px 110px rgba(255,45,142,.18); }
.project__badge { font-size: 11px; }
.project__meta span { font-size: 12px; }
.project__tagline { color: #ffb3d6; font-size: 16px; }
.project__jp { font-size: 21px; }
.project__description { color: #f0e7ec; font-size: clamp(18px, 1.1vw, 20px); }
.project__release span { color: #e2d8de; font-size: 13px; }
.next-project span { font-size: 12px; }
.next-project p { color: #d7ccd3; font-size: 17px; }

.news__heading > p { color: #171316; font-size: clamp(19px, 1.2vw, 21px); }
.news-list time { font-size: 22px; }
.news-list span { color: #b00050; font-size: 12px; }
.news-list h3 { color: #171316; font-size: clamp(18px, 1.1vw, 20px); }

.contact { background: radial-gradient(circle at 84% 36%, rgba(255,45,142,.22), transparent 28%), radial-gradient(circle at 12% 76%, rgba(132,11,67,.26), transparent 34%), #080608; }
.contact__content > p:not(.kicker) { color: #f0e8ed; font-size: clamp(19px, 1.2vw, 21px); }
.contact h2 em { text-shadow: 0 0 40px rgba(255,45,142,.62); }
.mail-link { padding-inline: 18px; background: linear-gradient(90deg, transparent 0 50%, var(--pink) 50% 100%); background-size: 205% 100%; background-position: left; transition: color .35s ease, background-position .65s var(--experience-ease), transform .22s var(--experience-ease); }
.mail-link:hover { color: #080608; background-position: right; }
.socials small { color: #f0e8ed; font-size: 16px; }
.socials a:hover { box-shadow: 0 22px 60px rgba(255,45,142,.22); }
.site-footer p { color: #e2d9df; font-size: 15px; }
.site-footer > div { color: #bdb2ba; font-size: 12px; }
.site-footer > div a { color: #fff; }

.chapter-rail {
  right: 12px;
  gap: 12px;
  padding: 15px 10px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 30px;
  background: rgba(8,6,8,.88);
  box-shadow: 0 18px 55px rgba(0,0,0,.42), 0 0 28px rgba(255,45,142,.14);
  backdrop-filter: blur(14px);
}
.chapter-rail a { color: #fff; }
.chapter-rail span { font-size: 11px; }
.chapter-rail i { width: 9px; height: 9px; }
.chapter-rail b { right: 58px; font-size: 11px; background: #080608; }
.chapter-rail a.is-active { color: #ff5ba5; }

.principle__eyebrow { font-size: 15px; }
.principle__seal span { bottom: 15px; font-size: 11px; font-weight: 900; }
.principle__meta p { color: #090609; font-size: clamp(20px, 1.45vw, 23px); }
.principle__meta > span { font-size: clamp(18px, 1.6vw, 24px); }
.principle::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 18%;
  top: -75%;
  width: 105vw;
  aspect-ratio: 1;
  pointer-events: none;
  opacity: .45;
  background: conic-gradient(from 0deg, transparent 0 18%, rgba(255,255,255,.32) 25%, transparent 33% 58%, rgba(8,6,8,.13) 66%, transparent 74%);
  animation: impactSweep 20s linear infinite;
}

@keyframes impactSweep { to { transform: rotate(360deg); } }

@media (max-width: 900px) {
  .intro__body { font-size: 21px; }
  .studio__heading > p, .news__heading > p, .contact__content > p:not(.kicker) { font-size: 19px; }
  .service p, .project__description, .news-list h3 { font-size: 18px; }
  .service i { font-size: 17px; }
  .principle__eyebrow { font-size: 13px; }
}

@media (max-width: 600px) {
  body { font-size: 18px; }
  .eyebrow { font-size: 13px; }
  .hero__lead { font-size: 18px; }
  .button { font-size: 12px; }
  .section-label span { width: 38px; height: 38px; font-size: 11px; }
  .section-label p { font-size: 13px; }
  .intro__copy .kicker { padding: 8px 11px; font-size: 17px; letter-spacing: .22em; }
  .intro__body { font-size: 19px; }
  .wa-card > p:last-child { font-size: 18px; }
  .studio__heading > p, .service p, .project__description, .news__heading > p, .news-list h3, .contact__content > p:not(.kicker), .principle__meta p { font-size: 18px; }
  .service i { font-size: 17px; }
  .project__meta span, .news-list span { font-size: 11px; }
  .site-footer > div { font-size: 11px; }
}

@media (prefers-reduced-motion: reduce) {
  .principle::after { animation: none !important; }
  .wa-card:hover { transform: none; }
}
/* ===== SPECTACLE MODE ===== */
.hero::after {
  content: "わ";
  position: absolute;
  z-index: -1;
  right: -1vw;
  bottom: -15vh;
  color: transparent;
  font-family: var(--serif);
  font-size: min(72vw, 980px);
  font-weight: 800;
  line-height: .75;
  -webkit-text-stroke: 2px rgba(255,45,142,.19);
  text-shadow: 0 0 80px rgba(255,45,142,.1);
  transform: rotate(-10deg);
  pointer-events: none;
  animation: heroGhost 9s ease-in-out infinite alternate;
}
.hero h1 { filter: drop-shadow(0 16px 34px rgba(0,0,0,.52)); }
.hero h1 span:first-child { color: #fff; -webkit-text-stroke: 1px rgba(255,255,255,.2); }
.hero h1 span:last-child { position: relative; }
.hero h1 span:last-child::after {
  content: "";
  position: absolute;
  left: -4%;
  bottom: -8%;
  width: 74%;
  height: 13%;
  background: var(--pink);
  box-shadow: 0 0 44px rgba(255,45,142,.7);
  transform: skewX(-24deg) scaleX(0);
  transform-origin: left;
  animation: heroSlash 1.15s 1.2s var(--experience-ease) forwards;
  z-index: -1;
}
.hero__rings { filter: drop-shadow(0 0 32px rgba(255,45,142,.32)); }
.hero__signal span { background: var(--pink); color: #080608; box-shadow: 0 0 35px rgba(255,45,142,.72); }

.section::after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 3px;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, var(--pink) 12%, #fff 28%, var(--pink) 44%, transparent 58%);
  background-size: 240% 100%;
  animation: sectionLaser 6s linear infinite;
  box-shadow: 0 0 24px rgba(255,45,142,.62);
}
.studio.section::after, .news.section::after { background: linear-gradient(90deg, transparent, #080608 12%, var(--pink) 28%, #080608 44%, transparent 58%); background-size: 240% 100%; }

.kinetic-band { height: 92px; box-shadow: 0 0 45px rgba(255,45,142,.55); transform: rotate(-.35deg) scale(1.01); }
.kinetic-band > div { animation-duration: 17s; }
.kinetic-band strong { font-size: 38px; }
.kinetic-band small { font-size: 23px; }

.impact-break {
  position: relative;
  isolation: isolate;
  min-height: 100svh;
  display: grid;
  align-content: center;
  gap: clamp(16px, 2vw, 34px);
  padding: clamp(100px, 10vw, 160px) clamp(22px, 5vw, 82px);
  overflow: hidden;
  color: #fff;
  background: #080608;
}
.impact-break::before {
  content: "";
  position: absolute;
  z-index: -4;
  inset: -30%;
  background: conic-gradient(from 220deg at 50% 50%, #080608 0 24%, #a70850 30%, #ff2d8e 35%, #080608 43% 62%, #ff2d8e 70%, #080608 77%);
  animation: impactVortex 22s linear infinite;
}
.impact-break::after {
  content: "";
  position: absolute;
  z-index: -3;
  inset: 0;
  background: radial-gradient(circle at 50% 50%, transparent 0 24%, rgba(8,6,8,.2) 42%, #080608 82%), repeating-linear-gradient(90deg, rgba(255,255,255,.07) 0 1px, transparent 1px 8vw);
}
.impact-break__orbit {
  position: absolute;
  z-index: -2;
  left: 50%;
  top: 50%;
  width: min(76vw, 1050px);
  aspect-ratio: 1;
  transform: translate(-50%,-50%);
  pointer-events: none;
}
.impact-break__orbit i { position: absolute; border-radius: 50%; border: 1px solid rgba(255,255,255,.35); box-shadow: 0 0 36px rgba(255,45,142,.2), inset 0 0 36px rgba(255,45,142,.12); }
.impact-break__orbit i:nth-child(1) { inset: 0; border-width: 2px; border-color: rgba(255,45,142,.7); animation: impactOrbit 17s linear infinite; }
.impact-break__orbit i:nth-child(2) { inset: 14%; border-style: dashed; animation: impactOrbit 23s linear infinite reverse; }
.impact-break__orbit i:nth-child(3) { inset: 30%; border-width: 3px; border-color: rgba(255,255,255,.65); animation: impactOrbit 11s linear infinite; }
.impact-break__orbit i::after { content: ""; position: absolute; left: 50%; top: -7px; width: 13px; height: 13px; border-radius: 50%; background: #fff; box-shadow: 0 0 12px #fff, 0 0 38px 10px var(--pink); }
.impact-break__ghost {
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  color: rgba(255,255,255,.08);
  font-family: var(--serif);
  font-size: min(78vw, 980px);
  font-weight: 800;
  line-height: 1;
  transform: translate(-50%,-50%) rotate(-8deg);
  text-shadow: 0 0 80px rgba(255,45,142,.32);
  animation: impactGhost 7s ease-in-out infinite alternate;
}
.impact-break__line {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: baseline;
  gap: .18em;
  width: max-content;
  max-width: 100%;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(58px, 8.8vw, 154px);
  font-weight: 800;
  line-height: .96;
  letter-spacing: -.065em;
  text-shadow: 0 8px 40px rgba(0,0,0,.62);
}
.impact-break__line strong { color: var(--pink); font-weight: inherit; text-shadow: 0 0 32px rgba(255,45,142,.72), 0 8px 40px rgba(0,0,0,.62); }
.impact-break__line--reverse { justify-self: end; text-align: right; }
.impact-break__line--reverse strong { color: #fff; -webkit-text-stroke: 2px var(--pink); text-shadow: 7px 7px 0 var(--pink), 0 0 40px rgba(255,45,142,.48); }
.impact-break__stamp {
  position: relative;
  z-index: 3;
  justify-self: end;
  margin-top: clamp(35px, 5vw, 80px);
  padding: 18px 25px 15px;
  border: 3px solid #fff;
  color: #080608;
  background: var(--pink);
  font-family: var(--display);
  font-size: clamp(24px, 3vw, 46px);
  letter-spacing: .08em;
  box-shadow: 10px 10px 0 #fff, 0 0 50px rgba(255,45,142,.5);
  transform: rotate(-3deg);
}
.motion-ready .impact-break__line.reveal { clip-path: inset(0 100% 0 0); transform: translateX(-70px); }
.motion-ready .impact-break__line--reverse.reveal { clip-path: inset(0 0 0 100%); transform: translateX(70px); }
.motion-ready .impact-break__line.reveal.is-visible { clip-path: inset(0); transform: none; }

.works { isolation: isolate; }
.works::before { opacity: 1; background: radial-gradient(circle at var(--pointer-x, 50%) 35%, rgba(255,45,142,.2), transparent 30%); }
.works__title { position: relative; }
.works__title::after {
  content: "SELECTED / 001";
  position: absolute;
  right: 0;
  top: -40px;
  color: rgba(255,255,255,.22);
  font-family: var(--display);
  font-size: clamp(28px, 5vw, 72px);
  letter-spacing: .06em;
  transform: rotate(-4deg);
}
.project::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: -10%;
  top: 18%;
  width: 120%;
  height: 66%;
  opacity: .28;
  background: linear-gradient(100deg, transparent 0 25%, var(--pink) 45%, #fff 50%, var(--pink) 55%, transparent 75%);
  transform: skewY(-4deg) translateX(-100%);
  animation: projectFlash 7s 1s var(--experience-ease) infinite;
  pointer-events: none;
}
.project__image:hover { box-shadow: 0 0 0 7px var(--pink), 0 40px 130px rgba(255,45,142,.45); }
.project h3 em { text-shadow: 0 0 42px rgba(255,45,142,.78); animation: titlePulse 3.5s ease-in-out infinite; }

.contact .mail-link { border: 2px solid var(--pink); box-shadow: 0 0 36px rgba(255,45,142,.2), inset 0 0 25px rgba(255,45,142,.06); }
.contact .mail-link:hover { box-shadow: 0 0 70px rgba(255,45,142,.62); }
.contact__orb { text-shadow: 0 0 100px rgba(255,45,142,.45); }

@keyframes heroGhost { from { transform: rotate(-12deg) scale(.94); opacity: .52; } to { transform: rotate(-5deg) scale(1.06); opacity: 1; } }
@keyframes heroSlash { to { transform: skewX(-24deg) scaleX(1); } }
@keyframes sectionLaser { to { background-position: -240% 0; } }
@keyframes impactVortex { to { transform: rotate(360deg) scale(1.08); } }
@keyframes impactOrbit { to { transform: rotate(360deg); } }
@keyframes impactGhost { from { transform: translate(-50%,-50%) rotate(-12deg) scale(.9); } to { transform: translate(-50%,-50%) rotate(-3deg) scale(1.08); } }
@keyframes projectFlash { 0%,68%,100% { transform: skewY(-4deg) translateX(-110%); } 82% { transform: skewY(-4deg) translateX(110%); } }
@keyframes titlePulse { 0%,100% { text-shadow: 0 0 28px rgba(255,45,142,.45); } 50% { text-shadow: 0 0 62px rgba(255,45,142,.92), 0 0 110px rgba(255,45,142,.32); } }

@media (max-width: 900px) {
  .kinetic-band { height: 76px; }
  .kinetic-band strong { font-size: 31px; }
  .kinetic-band small { font-size: 18px; }
  .impact-break { min-height: 850px; }
  .impact-break__line { width: auto; flex-wrap: wrap; font-size: clamp(54px, 12vw, 104px); }
  .impact-break__orbit { width: 105vw; }
  .works__title::after { top: -24px; }
}

@media (max-width: 600px) {
  .hero::after { right: -45vw; bottom: 1vh; font-size: 125vw; opacity: .7; }
  .hero h1 span:last-child::after { height: 9%; }
  .kinetic-band { height: 66px; transform: none; }
  .kinetic-band strong { font-size: 26px; }
  .kinetic-band small { font-size: 14px; }
  .impact-break { min-height: 720px; padding-block: 100px; }
  .impact-break__line { display: block; font-size: clamp(47px, 15vw, 74px); line-height: 1.08; }
  .impact-break__line span, .impact-break__line strong { display: block; }
  .impact-break__line--reverse { justify-self: stretch; }
  .impact-break__stamp { font-size: 23px; box-shadow: 6px 6px 0 #fff, 0 0 35px rgba(255,45,142,.5); }
  .works__title::after { display: none; }
  .project::after { opacity: .18; }
}

@media (prefers-reduced-motion: reduce) {
  .hero::after, .hero h1 span:last-child::after, .section::after, .impact-break::before, .impact-break__orbit i, .impact-break__ghost, .project::after, .project h3 em { animation: none !important; }
  .hero h1 span:last-child::after { transform: skewX(-24deg) scaleX(1); }
}
/* ===== VISIBILITY & FULL ARTWORK FIX ===== */
.principle {
  min-height: auto;
  padding-block: clamp(96px, 8vw, 140px);
}
.principle__eyebrow { margin-bottom: clamp(40px, 4.5vw, 68px); }
.principle__title {
  width: min(1280px, calc(100% - 160px));
  font-size: clamp(68px, 8.25vw, 148px);
  line-height: 1.01;
  letter-spacing: -.055em;
}
.principle__title span:nth-child(2) { margin-left: 4vw; }
.principle__title span:nth-child(3) { margin-left: 10vw; }
.principle__title em { text-shadow: 7px 7px 0 #090609; }
.principle__seal {
  right: clamp(38px, 5vw, 90px);
  top: clamp(42px, 7%, 76px);
  width: clamp(118px, 10vw, 158px);
}
.principle__meta {
  grid-template-columns: minmax(320px, 760px) auto;
  margin-top: clamp(50px, 5vw, 78px);
  background: linear-gradient(90deg, rgba(255,255,255,.08), transparent 72%);
}
.principle__meta p { max-width: 760px; line-height: 1.8; }
.principle:hover .principle__title span:nth-child(1) { transform: translateX(1vw); }
.principle:hover .principle__title span:nth-child(2) { transform: translateX(-1.2vw); }
.principle:hover .principle__title span:nth-child(3) { transform: translateX(1.4vw); }

.works__title {
  min-height: 150px;
  align-items: flex-end;
  padding-top: 34px;
  overflow: visible;
}
.works__title h2 {
  max-width: 100%;
  font-size: clamp(82px, 10vw, 150px);
  line-height: .82;
}
.works__title::after {
  top: 8px;
  right: 0;
  font-size: clamp(25px, 3.8vw, 58px);
  opacity: .72;
  transform: rotate(-2deg);
}
.works__title > p { margin-bottom: 5px; }

.project {
  grid-template-columns: minmax(0, 1.2fr) minmax(390px, .8fr);
  align-items: start;
  padding-top: 70px;
}
.project__image {
  aspect-ratio: 1672 / 940;
  margin-top: 0;
  overflow: visible;
  background: transparent;
}
.project__image img {
  width: 100%;
  height: auto;
  aspect-ratio: 1672 / 940;
  object-fit: contain;
  object-position: center;
  transform: none !important;
}
.project:hover .project__image img,
.motion-ready .project.reveal .project__image img,
.motion-ready .project.reveal.is-visible .project__image img,
.motion-ready .project.reveal.is-visible:hover .project__image img {
  transform: none !important;
}
.project__image::before {
  opacity: 0 !important;
}
.project__lens { display: none; }
.project__badge {
  top: -48px;
  left: 0;
  padding: 10px 15px;
  border: 1px solid var(--pink);
  color: #fff;
  background: #080608;
  box-shadow: 6px 6px 0 var(--pink), 0 0 28px rgba(255,45,142,.26);
}
.project__content { padding-top: 0; }
.project::after { top: 24%; height: 48%; }

@media (max-width: 1400px) {
  .principle__title { width: calc(100% - 100px); font-size: clamp(66px, 8vw, 120px); }
  .principle__seal { width: 120px; opacity: .74; }
  .project { grid-template-columns: 1fr; gap: 54px; }
  .project__content { max-width: 900px; }
  .project__image { width: 100%; }
  .project h3 { font-size: clamp(68px, 9vw, 112px); }
}

@media (max-width: 900px) {
  .principle__title { width: 100%; font-size: clamp(60px, 12vw, 96px); }
  .principle__title span:nth-child(2) { margin-left: 2vw; }
  .principle__title span:nth-child(3) { margin-left: 5vw; }
  .principle__seal { right: 20px; top: 28px; opacity: .34; }
  .principle__meta { grid-template-columns: 1fr; }
  .works__title { min-height: 0; padding-top: 24px; }
  .works__title::after { position: static; display: block; margin: 16px 0 0 auto; text-align: right; transform: none; }
  .project { padding-top: 62px; }
}

@media (max-width: 600px) {
  .principle { padding-block: 82px; }
  .principle__title { font-size: clamp(51px, 15vw, 74px); line-height: 1.08; }
  .principle__title span, .principle__title span:nth-child(2), .principle__title span:nth-child(3) { margin-left: 0; }
  .principle__seal { display: none; }
  .principle__meta { margin-top: 45px; }
  .works__title h2 { font-size: clamp(74px, 24vw, 112px); }
  .works__title::after { font-size: 25px; }
  .project { gap: 42px; padding-top: 56px; }
  .project__badge { top: -43px; padding: 9px 12px; font-size: 10px; box-shadow: 4px 4px 0 var(--pink); }
}
/* ===== ULTRA COLOR BURST ===== */
.site-ignition {
  position: fixed;
  z-index: 400;
  inset: 0;
  display: grid;
  place-content: center;
  color: #fff;
  background: #080608;
  overflow: hidden;
  pointer-events: none;
  animation: ignitionStage 2.25s var(--experience-ease) forwards;
}
.site-ignition::before, .site-ignition::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  width: 52%;
  height: 100%;
  background: var(--pink);
  box-shadow: 0 0 90px rgba(255,45,142,.82);
}
.site-ignition::before { left: 0; transform-origin: left; animation: ignitionLeft 2.1s .15s var(--experience-ease) forwards; }
.site-ignition::after { right: 0; transform-origin: right; animation: ignitionRight 2.1s .15s var(--experience-ease) forwards; }
.site-ignition__mark {
  position: relative;
  z-index: 2;
  color: #080608;
  font-family: var(--serif);
  font-size: clamp(150px, 24vw, 360px);
  font-weight: 800;
  line-height: .72;
  text-align: center;
  text-shadow: 8px 8px 0 #fff, 0 0 60px rgba(255,255,255,.45);
  animation: ignitionMark 1.65s var(--experience-ease) forwards;
}
.site-ignition__name {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: center;
  gap: .18em;
  margin-top: 28px;
  color: #080608;
  font-family: var(--display);
  font-size: clamp(34px, 5vw, 78px);
  letter-spacing: .08em;
  line-height: 1;
  animation: ignitionName 1.65s .1s var(--experience-ease) forwards;
}
.site-ignition__name strong { color: #fff; font-weight: 400; -webkit-text-stroke: 2px #080608; text-shadow: 4px 4px 0 #080608; }
.site-ignition > i {
  position: absolute;
  z-index: 4;
  left: 0;
  top: 50%;
  width: 100%;
  height: 5px;
  background: #fff;
  box-shadow: 0 0 18px #fff, 0 0 65px 20px var(--pink);
  transform: scaleX(0);
  animation: ignitionBeam 1.65s .4s var(--experience-ease) forwards;
}

.energy-rail {
  position: fixed;
  z-index: 76;
  top: 15%;
  bottom: 15%;
  width: 3px;
  pointer-events: none;
  opacity: .75;
  background: linear-gradient(180deg, transparent, var(--pink) 18%, #fff 50%, var(--pink) 82%, transparent);
  background-size: 100% 220%;
  box-shadow: 0 0 14px var(--pink), 0 0 35px rgba(255,45,142,.45);
  animation: railFlow 4.2s linear infinite;
}
.energy-rail::before, .energy-rail::after { content: ""; position: absolute; left: 50%; width: 11px; height: 11px; border: 2px solid var(--pink); border-radius: 50%; background: #080608; box-shadow: 0 0 16px var(--pink); transform: translateX(-50%); }
.energy-rail::before { top: 0; }
.energy-rail::after { bottom: 0; }
.energy-rail--left { left: 12px; }
.energy-rail--right { right: 12px; animation-direction: reverse; }

.section.is-in-view .section-label span {
  animation: labelCharge 2.4s ease-in-out infinite;
}
.section.is-in-view .section-label::after {
  background-size: 220% 100%;
  animation: labelLaser 3.8s linear infinite;
}

.works__title h2[data-echo], .news__heading h2[data-echo] { position: relative; isolation: isolate; }
.works__title h2[data-echo]::before, .works__title h2[data-echo]::after,
.news__heading h2[data-echo]::before, .news__heading h2[data-echo]::after {
  content: attr(data-echo);
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  opacity: .28;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px currentColor;
}
.works__title h2[data-echo]::before, .news__heading h2[data-echo]::before { color: var(--pink); animation: echoLeft 3.2s ease-in-out infinite; }
.works__title h2[data-echo]::after, .news__heading h2[data-echo]::after { color: #fff; animation: echoRight 3.2s ease-in-out infinite; }
.news__heading h2[data-echo]::after { color: #080608; }

.intro__visual::after {
  border-color: rgba(255,45,142,.56);
  box-shadow: inset 0 0 28px rgba(255,45,142,.16), 0 0 28px rgba(255,45,142,.2);
  animation: visualFrame 3.8s ease-in-out infinite;
}
.wa-card:nth-child(1) { --card-phase: 0s; }
.wa-card:nth-child(2) { --card-phase: .7s; }
.wa-card:nth-child(3) { --card-phase: 1.4s; }
.wa-card__kanji { animation: kanjiCharge 4.2s var(--card-phase) ease-in-out infinite; }

.principle__title span { text-shadow: 0 0 1px rgba(0,0,0,.2); }
.principle__title span:nth-child(1) { animation: principleBeat 5s ease-in-out infinite; }
.principle__title span:nth-child(2) { animation: principleBeat 5s .35s ease-in-out infinite; }
.principle__title span:nth-child(3) { animation: principleBeat 5s .7s ease-in-out infinite; }
.principle__seal { box-shadow: 0 0 0 10px rgba(8,6,8,.08), 0 0 55px rgba(255,255,255,.34); }

.impact-break__stamp { animation: stampCharge 2.7s ease-in-out infinite; }
.impact-break__line strong { background: linear-gradient(90deg, #ff2d8e, #fff, #ff2d8e); background-size: 200% 100%; background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; animation: typeShine 3.4s linear infinite; }
.impact-break__line--reverse strong { -webkit-text-fill-color: #fff; background: none; }

.project__image {
  animation: artworkFrame 4s ease-in-out infinite;
}
.project__image::after {
  inset: -2px;
  border: 2px solid rgba(255,255,255,.55);
  box-shadow: inset 0 0 32px rgba(255,45,142,.14);
  animation: artworkBorder 3.2s ease-in-out infinite;
}
.project__badge { animation: badgeBounce 3s ease-in-out infinite; }
.project__release strong { text-shadow: 0 0 26px rgba(255,45,142,.62); animation: releasePulse 2.7s ease-in-out infinite; }

.spark-burst {
  position: fixed;
  z-index: 390;
  left: var(--spark-x);
  top: var(--spark-y);
  width: var(--spark-size);
  height: var(--spark-size);
  border-radius: 50%;
  background: var(--spark-color);
  box-shadow: 0 0 14px var(--spark-color), 0 0 34px var(--spark-color);
  pointer-events: none;
  transform: translate(-50%,-50%);
  animation: sparkBurst .72s cubic-bezier(.2,.8,.2,1) forwards;
}

@keyframes ignitionStage { 0%,76% { opacity: 1; visibility: visible; } 100% { opacity: 0; visibility: hidden; } }
@keyframes ignitionLeft { 0%,60% { transform: scaleX(1); } 100% { transform: scaleX(0); } }
@keyframes ignitionRight { 0%,60% { transform: scaleX(1); } 100% { transform: scaleX(0); } }
@keyframes ignitionMark { 0% { opacity: 0; transform: scale(.25) rotate(-24deg); } 46% { opacity: 1; transform: scale(1.08) rotate(5deg); } 76%,100% { opacity: 1; transform: scale(1) rotate(0); } }
@keyframes ignitionName { 0%,20% { opacity: 0; letter-spacing: .4em; transform: translateY(35px); } 70%,100% { opacity: 1; letter-spacing: .08em; transform: none; } }
@keyframes ignitionBeam { 0%,30% { transform: scaleX(0); } 60% { transform: scaleX(1); } 100% { transform: scaleX(0); } }
@keyframes railFlow { to { background-position: 0 -220%; } }
@keyframes labelCharge { 0%,100% { box-shadow: 0 0 12px rgba(255,45,142,.2); } 50% { box-shadow: 0 0 26px rgba(255,45,142,.8), inset 0 0 14px rgba(255,45,142,.2); } }
@keyframes labelLaser { to { background-position: -220% 0; } }
@keyframes echoLeft { 0%,100% { transform: translate(0); opacity: .12; } 50% { transform: translate(-10px,6px); opacity: .42; } }
@keyframes echoRight { 0%,100% { transform: translate(0); opacity: .1; } 50% { transform: translate(10px,-5px); opacity: .3; } }
@keyframes visualFrame { 0%,100% { opacity: .65; box-shadow: inset 0 0 22px rgba(255,45,142,.1), 0 0 18px rgba(255,45,142,.12); } 50% { opacity: 1; box-shadow: inset 0 0 38px rgba(255,45,142,.25), 0 0 42px rgba(255,45,142,.42); } }
@keyframes kanjiCharge { 0%,100% { text-shadow: 0 0 28px rgba(255,45,142,.3); } 50% { text-shadow: 0 0 50px rgba(255,45,142,.8), 0 0 90px rgba(255,45,142,.22); } }
@keyframes principleBeat { 0%,100% { filter: drop-shadow(0 0 0 transparent); } 50% { filter: drop-shadow(0 8px 0 rgba(255,255,255,.2)); } }
@keyframes stampCharge { 0%,100% { transform: rotate(-3deg) scale(1); box-shadow: 10px 10px 0 #fff, 0 0 35px rgba(255,45,142,.36); } 50% { transform: rotate(2deg) scale(1.04); box-shadow: 14px 14px 0 #fff, 0 0 70px rgba(255,45,142,.8); } }
@keyframes typeShine { to { background-position: -200% 0; } }
@keyframes artworkFrame { 0%,100% { box-shadow: 0 28px 90px rgba(0,0,0,.42), 0 0 0 rgba(255,45,142,0); } 50% { box-shadow: 0 36px 110px rgba(0,0,0,.56), 0 0 48px rgba(255,45,142,.34); } }
@keyframes artworkBorder { 0%,100% { border-color: rgba(255,255,255,.42); } 50% { border-color: var(--pink); } }
@keyframes badgeBounce { 0%,100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-5px) rotate(1deg); } }
@keyframes releasePulse { 0%,100% { color: var(--pink); text-shadow: 0 0 20px rgba(255,45,142,.42); } 50% { color: #fff; text-shadow: 0 0 42px rgba(255,45,142,.92); } }
@keyframes sparkBurst { to { opacity: 0; transform: translate(calc(-50% + var(--spark-dx)), calc(-50% + var(--spark-dy))) scale(.05) rotate(220deg); } }

@media (max-width: 900px) {
  .energy-rail { opacity: .42; }
  .energy-rail--left { left: 5px; }
  .energy-rail--right { right: 5px; }
  .site-ignition__mark { font-size: min(40vw, 260px); }
  .site-ignition__name { font-size: clamp(30px, 8vw, 58px); }
}

@media (max-width: 600px) {
  .energy-rail { width: 2px; opacity: .3; }
  .site-ignition__name { flex-direction: column; align-items: center; gap: 5px; }
  .works__title h2[data-echo]::before, .works__title h2[data-echo]::after,
  .news__heading h2[data-echo]::before, .news__heading h2[data-echo]::after { display: none; }
  .project__image { animation-duration: 5.5s; }
}

@media (prefers-reduced-motion: reduce) {
  .site-ignition { display: none; }
  .energy-rail, .section.is-in-view .section-label span, .section.is-in-view .section-label::after,
  .works__title h2[data-echo]::before, .works__title h2[data-echo]::after,
  .news__heading h2[data-echo]::before, .news__heading h2[data-echo]::after,
  .intro__visual::after, .wa-card__kanji, .principle__title span, .impact-break__stamp,
  .impact-break__line strong, .project__image, .project__image::after, .project__badge,
  .project__release strong, .spark-burst { animation: none !important; }
}
/* ===== PRINCIPLE LEGIBILITY & HYPER IMPACT ===== */
.principle__grid { overflow: hidden; }
.principle__grid::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: -45%;
  top: 42%;
  width: 190%;
  height: clamp(70px, 9vw, 160px);
  background: linear-gradient(90deg, transparent 0 27%, rgba(255,255,255,.92) 42%, #fff 50%, rgba(8,6,8,.16) 57%, transparent 72%);
  box-shadow: 0 0 45px rgba(255,255,255,.42), 0 0 100px rgba(255,45,142,.32);
  transform: rotate(-14deg) translateX(-60%);
  animation: principleWhiteFlash 7s var(--experience-ease) infinite;
}
.principle__grid::after {
  content: "WA";
  position: absolute;
  z-index: -2;
  right: -3vw;
  top: 4%;
  color: transparent;
  font-family: var(--display);
  font-size: min(47vw, 720px);
  line-height: .8;
  letter-spacing: -.08em;
  -webkit-text-stroke: 3px rgba(8,6,8,.12);
  text-shadow: 18px 18px 0 rgba(255,255,255,.06);
  transform: rotate(-7deg);
  animation: principleWaDrift 8s ease-in-out infinite alternate;
}

.principle__title {
  text-shadow: 0 4px 0 rgba(255,255,255,.12), 0 18px 35px rgba(130,0,57,.2);
}
.principle__title span::first-letter { text-shadow: 4px 4px 0 rgba(255,255,255,.3); }

.principle__meta {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  width: min(1180px, 100%);
  margin-top: clamp(52px, 6vw, 90px);
  padding: 34px 38px 30px;
  border: 2px solid #fff;
  color: #fff;
  background: #090709;
  box-shadow: 12px 12px 0 rgba(255,255,255,.92), 22px 22px 0 rgba(8,6,8,.2), 0 0 58px rgba(255,255,255,.22), 0 0 110px rgba(255,45,142,.42);
  overflow: hidden;
}
.principle__meta::before {
  content: "WHY WE CREATE / 03";
  position: absolute;
  right: 18px;
  top: 11px;
  color: var(--pink);
  font-family: var(--display);
  font-size: 13px;
  letter-spacing: .13em;
}
.principle__meta::after {
  content: "";
  position: absolute;
  left: -30%;
  top: 0;
  width: 24%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.18), transparent);
  transform: skewX(-22deg);
  animation: metaPanelShine 5.8s 1s ease-in-out infinite;
  pointer-events: none;
}
.principle__meta p {
  position: relative;
  z-index: 1;
  max-width: 820px;
  margin: 0;
  color: #fff;
  font-family: var(--sans);
  font-size: clamp(22px, 1.5vw, 25px);
  font-weight: 700;
  line-height: 1.85;
  letter-spacing: .025em;
  text-wrap: pretty;
  text-shadow: 0 2px 12px rgba(0,0,0,.8);
}
.principle__meta > span {
  position: relative;
  z-index: 1;
  align-self: end;
  padding: 12px 16px 10px;
  border: 1px solid var(--pink);
  color: #fff;
  background: rgba(255,45,142,.2);
  font-size: clamp(18px, 1.4vw, 22px);
  box-shadow: 0 0 28px rgba(255,45,142,.24);
}

@keyframes principleWhiteFlash {
  0%,56%,100% { transform: rotate(-14deg) translateX(-65%); opacity: 0; }
  66% { opacity: .9; }
  79% { transform: rotate(-14deg) translateX(65%); opacity: 0; }
}
@keyframes principleWaDrift {
  from { transform: rotate(-9deg) translate(-2%, 2%) scale(.94); }
  to { transform: rotate(-3deg) translate(2%, -2%) scale(1.05); }
}
@keyframes metaPanelShine {
  0%,58%,100% { left: -30%; opacity: 0; }
  67% { opacity: 1; }
  82% { left: 115%; opacity: 0; }
}

@media (max-width: 1200px) {
  .principle__meta {
    grid-template-columns: 1fr;
    gap: 24px;
    padding-top: 46px;
  }
  .principle__meta > span { justify-self: start; }
}

@media (max-width: 600px) {
  .principle__grid::after { right: -25vw; top: 18%; font-size: 86vw; }
  .principle__meta {
    width: calc(100% - 10px);
    padding: 44px 22px 25px;
    box-shadow: 7px 7px 0 #fff, 13px 13px 0 rgba(8,6,8,.2), 0 0 45px rgba(255,45,142,.35);
  }
  .principle__meta::before { right: 12px; top: 10px; font-size: 11px; }
  .principle__meta p { font-size: 19px; line-height: 1.85; }
  .principle__meta > span { font-size: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  .principle__grid::before, .principle__grid::after, .principle__meta::after { animation: none !important; }
  .principle__grid::before { display: none; }
}
/* ===== PRINCIPLE TITLE HARD-CONTRAST FIX ===== */
.principle__title {
  display: grid;
  justify-items: start;
  gap: clamp(14px, 1.5vw, 25px);
  width: min(1220px, calc(100% - 170px));
  font-size: clamp(64px, 7.3vw, 128px);
  line-height: 1;
  letter-spacing: -.045em;
  text-shadow: none;
}
.principle__title span {
  display: block;
  width: max-content;
  max-width: 100%;
  padding: .06em .18em .12em;
  border: 2px solid #fff;
  color: #fff;
  background: #090709;
  box-shadow: 10px 10px 0 rgba(255,255,255,.94), 18px 18px 0 rgba(8,6,8,.2), 0 0 45px rgba(255,255,255,.14);
  text-shadow: none;
  transition: transform .75s var(--experience-ease), box-shadow .5s ease;
}
.principle__title span::first-letter { text-shadow: none; }
.principle__title span:nth-child(1) { margin-left: 0; animation: titleBlockPulse 4.8s ease-in-out infinite; }
.principle__title span:nth-child(2) { margin-left: 5vw; animation: titleBlockPulse 4.8s .35s ease-in-out infinite; }
.principle__title span:nth-child(3) { margin-left: 12vw; animation: titleBlockPulse 4.8s .7s ease-in-out infinite; }
.principle__title em {
  display: inline-block;
  margin: 0 .12em 0 0;
  padding: .01em .09em .06em;
  border: 2px solid #090709;
  color: #090709;
  background: #fff;
  font-family: var(--display);
  font-style: normal;
  font-weight: 400;
  letter-spacing: -.01em;
  -webkit-text-stroke: 0;
  box-shadow: 6px 6px 0 var(--pink);
  text-shadow: none;
  transform: rotate(-2deg);
}
.principle:hover .principle__title span:nth-child(1) { transform: translateX(1vw) rotate(-.4deg); }
.principle:hover .principle__title span:nth-child(2) { transform: translateX(-1vw) rotate(.4deg); }
.principle:hover .principle__title span:nth-child(3) { transform: translateX(1.2vw) rotate(-.3deg); }
.principle:hover .principle__title em { transform: rotate(2deg) translateY(-3px); box-shadow: 9px 9px 0 var(--pink); text-shadow: none; }

@keyframes titleBlockPulse {
  0%,100% { box-shadow: 10px 10px 0 rgba(255,255,255,.94), 18px 18px 0 rgba(8,6,8,.2), 0 0 30px rgba(255,255,255,.1); }
  50% { box-shadow: 13px 13px 0 #fff, 23px 23px 0 rgba(8,6,8,.24), 0 0 65px rgba(255,255,255,.36), 0 0 110px rgba(255,45,142,.25); }
}

@media (max-width: 1200px) {
  .principle__title {
    width: calc(100% - 90px);
    font-size: clamp(58px, 8.4vw, 102px);
  }
  .principle__title span:nth-child(2) { margin-left: 3vw; }
  .principle__title span:nth-child(3) { margin-left: 7vw; }
}

@media (max-width: 900px) {
  .principle__title { width: 100%; font-size: clamp(52px, 11vw, 86px); }
  .principle__title span { box-shadow: 7px 7px 0 #fff, 13px 13px 0 rgba(8,6,8,.2); }
  .principle__title span:nth-child(2) { margin-left: 2vw; }
  .principle__title span:nth-child(3) { margin-left: 4vw; }
}

@media (max-width: 600px) {
  .principle__title {
    gap: 12px;
    font-size: clamp(43px, 12.8vw, 66px);
    line-height: 1.04;
  }
  .principle__title span,
  .principle__title span:nth-child(2),
  .principle__title span:nth-child(3) {
    width: 100%;
    margin-left: 0;
    padding: .09em .14em .14em;
    box-shadow: 5px 5px 0 #fff, 9px 9px 0 rgba(8,6,8,.2);
  }
  .principle__title em { box-shadow: 4px 4px 0 var(--pink); }
}

@media (prefers-reduced-motion: reduce) {
  .principle__title span { animation: none !important; }
}
/* ===== WA INFINITY MANIFESTO ===== */
.principle__manifesto {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  gap: clamp(18px, 2vw, 32px);
  width: min(1260px, calc(100% - 120px));
  margin: 0;
  font-family: var(--serif);
}
.principle__manifesto::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: -4%;
  right: -9%;
  top: 48%;
  height: 5px;
  background: #090709;
  box-shadow: 0 0 22px rgba(8,6,8,.35);
  transform: rotate(-5deg);
}
.principle__manifesto::after {
  content: "DIFFERENT / TOGETHER";
  position: absolute;
  z-index: 4;
  right: -52px;
  top: -30px;
  padding: 8px 13px;
  color: #fff;
  background: #090709;
  font-family: var(--display);
  font-size: 15px;
  letter-spacing: .1em;
  transform: rotate(3deg);
  box-shadow: 5px 5px 0 #fff;
}
.principle__statement {
  position: relative;
  display: grid;
  min-height: 205px;
  align-content: space-between;
  padding: clamp(22px, 2.5vw, 38px);
  overflow: hidden;
  border: 3px solid #090709;
  transition: transform .55s var(--experience-ease), box-shadow .45s ease;
}
.principle__statement::before {
  content: "";
  position: absolute;
  right: -50px;
  bottom: -75px;
  width: 190px;
  height: 190px;
  border: 22px solid currentColor;
  border-radius: 50%;
  opacity: .09;
}
.principle__statement small {
  position: relative;
  z-index: 2;
  font-family: var(--display);
  font-size: 16px;
  letter-spacing: .14em;
}
.principle__statement strong {
  position: relative;
  z-index: 2;
  font-size: clamp(58px, 6vw, 104px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.055em;
}
.principle__statement--human {
  color: #fff;
  background: #090709;
  box-shadow: 11px 11px 0 #fff, 20px 20px 0 rgba(8,6,8,.18);
  transform: rotate(-1.2deg);
}
.principle__statement--human small { color: var(--pink); }
.principle__statement--ai {
  color: #090709;
  background: #fff;
  box-shadow: 11px 11px 0 #090709, 20px 20px 0 rgba(255,255,255,.18);
  transform: translateY(22px) rotate(1.1deg);
}
.principle__statement--ai small { color: #b00050; }
.principle__statement--wa {
  grid-column: 1 / -1;
  min-height: 180px;
  margin: 24px 8vw 0 5vw;
  color: #fff;
  background: #090709;
  box-shadow: 12px 12px 0 #fff, 22px 22px 0 rgba(8,6,8,.18);
  transform: rotate(-.5deg);
}
.principle__statement--wa::after {
  content: "×";
  position: absolute;
  right: 26px;
  top: 50%;
  color: var(--pink);
  font-family: var(--display);
  font-size: 100px;
  line-height: 1;
  transform: translateY(-50%) rotate(12deg);
}
.principle__statement--wa strong { font-size: clamp(52px, 6.4vw, 105px); }
.principle__statement--wa em { color: var(--pink); font-style: normal; text-shadow: 0 0 30px rgba(255,45,142,.62); }
.principle__statement:hover { transform: translateY(-8px) rotate(0); }
.principle__statement--human:hover { box-shadow: 15px 15px 0 #fff, 27px 27px 0 rgba(8,6,8,.2), 0 0 65px rgba(255,255,255,.3); }
.principle__statement--ai:hover { box-shadow: 15px 15px 0 #090709, 27px 27px 0 rgba(255,255,255,.2), 0 0 65px rgba(255,255,255,.4); }

.principle__infinity {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr) 180px;
  align-items: center;
  gap: 25px;
  width: min(1260px, 100%);
  margin: clamp(80px, 8vw, 125px) auto 0;
  padding: 34px 28px;
  border-block: 4px solid #090709;
  background: rgba(255,255,255,.1);
}
.principle__infinity::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 8%;
  right: 8%;
  top: 50%;
  height: 7px;
  background: #090709;
  transform: translateY(-50%);
  box-shadow: 0 0 20px rgba(8,6,8,.25);
}
.principle__identity {
  position: relative;
  display: grid;
  place-items: center;
  width: 170px;
  aspect-ratio: 1;
  border: 4px solid #090709;
  border-radius: 50%;
  background: var(--pink);
  box-shadow: 8px 8px 0 #fff, 15px 15px 0 rgba(8,6,8,.2);
}
.principle__identity::after { content: ""; position: absolute; inset: 11px; border: 2px dashed #090709; border-radius: 50%; animation: ringOrbit 15s linear infinite; }
.principle__identity b { font-family: var(--serif); font-size: 72px; line-height: .9; }
.principle__identity--ai b { font-family: var(--display); font-size: 58px; }
.principle__identity span { font-family: var(--display); font-size: 12px; letter-spacing: .12em; }
.principle__wa-chain {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 2vw, 30px);
  min-width: 0;
}
.principle__wa-chain i {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: clamp(68px, 7vw, 108px);
  aspect-ratio: 1;
  border: 3px solid #090709;
  border-radius: 50%;
  color: #fff;
  background: #090709;
  font-family: var(--serif);
  font-size: clamp(32px, 3.2vw, 52px);
  font-style: normal;
  font-weight: 800;
  box-shadow: 5px 5px 0 #fff, 0 0 30px rgba(255,255,255,.25);
  animation: waNodePulse 3.8s ease-in-out infinite;
}
.principle__wa-chain i:nth-child(2) { color: #090709; background: #fff; animation-delay: .45s; }
.principle__wa-chain i:nth-child(3) { animation-delay: .9s; }
.principle__wa-chain strong {
  position: relative;
  z-index: 2;
  color: #090709;
  font-family: var(--display);
  font-size: clamp(90px, 10vw, 160px);
  font-weight: 400;
  line-height: .65;
  text-shadow: 7px 7px 0 #fff, 0 0 35px rgba(255,255,255,.35);
  animation: infinityBreathe 4.5s ease-in-out infinite;
}

.principle__seal { top: 4%; width: 112px; opacity: .72; }
.principle__meta { margin-top: clamp(65px, 7vw, 105px); }

.motion-ready .principle__manifesto.reveal { opacity: 0; transform: translateY(55px) rotate(-1deg); clip-path: inset(0 0 18% 0); }
.motion-ready .principle__manifesto.reveal.is-visible { opacity: 1; transform: none; clip-path: inset(0); }
.motion-ready .principle__infinity.reveal { opacity: 0; transform: scale(.92); clip-path: inset(0 50%); }
.motion-ready .principle__infinity.reveal.is-visible { opacity: 1; transform: scale(1); clip-path: inset(0); }

@keyframes waNodePulse {
  0%,100% { transform: translateY(0) rotate(-2deg); }
  50% { transform: translateY(-8px) rotate(2deg); box-shadow: 8px 8px 0 #fff, 0 0 48px rgba(255,255,255,.45); }
}
@keyframes infinityBreathe {
  0%,100% { transform: scale(.95) rotate(-2deg); }
  50% { transform: scale(1.08) rotate(2deg); text-shadow: 11px 11px 0 #fff, 0 0 65px rgba(255,255,255,.55); }
}

@media (max-width: 1200px) {
  .principle__manifesto { width: calc(100% - 70px); }
  .principle__statement strong { font-size: clamp(50px, 6.4vw, 82px); }
  .principle__infinity { grid-template-columns: 140px minmax(0,1fr) 140px; }
  .principle__identity { width: 135px; }
  .principle__identity b { font-size: 58px; }
  .principle__identity--ai b { font-size: 46px; }
  .service { grid-template-columns: 48px minmax(0, 1fr); gap: 12px 22px; }
  .service h3 { grid-column: 2; }
  .service p, .service i { grid-column: 2; }
}

@media (max-width: 900px) {
  .principle__manifesto { grid-template-columns: 1fr; width: 100%; }
  .principle__manifesto::after { right: 0; }
  .principle__statement { min-height: 175px; }
  .principle__statement--ai { transform: rotate(1deg); }
  .principle__statement--wa { grid-column: auto; margin: 10px 0 0; }
  .principle__infinity { grid-template-columns: 110px minmax(0,1fr) 110px; gap: 12px; padding-inline: 12px; }
  .principle__identity { width: 105px; }
  .principle__identity b { font-size: 46px; }
  .principle__identity--ai b { font-size: 37px; }
  .principle__identity span { font-size: 9px; }
  .principle__wa-chain { gap: 8px; }
  .principle__wa-chain i { width: clamp(48px, 8vw, 72px); }
  .principle__wa-chain strong { font-size: clamp(70px, 12vw, 110px); }
}

@media (max-width: 600px) {
  .principle__manifesto::before, .principle__manifesto::after { display: none; }
  .principle__statement { min-height: 142px; padding: 20px; }
  .principle__statement strong, .principle__statement--wa strong { font-size: clamp(42px, 12vw, 60px); }
  .principle__statement small { font-size: 12px; }
  .principle__statement--wa::after { right: 12px; font-size: 65px; opacity: .5; }
  .principle__infinity { grid-template-columns: 1fr; gap: 24px; margin-top: 70px; }
  .principle__infinity::before { left: 50%; right: auto; top: 7%; bottom: 7%; width: 5px; height: auto; transform: translateX(-50%); }
  .principle__identity { width: 120px; justify-self: center; }
  .principle__wa-chain { flex-wrap: wrap; }
  .principle__wa-chain i { width: 62px; }
  .principle__wa-chain strong { width: 100%; text-align: center; font-size: 108px; }
}

@media (prefers-reduced-motion: reduce) {
  .principle__identity::after, .principle__wa-chain i, .principle__wa-chain strong { animation: none !important; }
}
/* ===== ONE-LINE SPECTACLE FIX ===== */
.principle__manifesto {
  width: min(1380px, calc(100% - clamp(48px, 6vw, 100px)));
  gap: clamp(24px, 2.2vw, 38px);
}
.principle__statement {
  min-width: 0;
  min-height: clamp(215px, 16vw, 260px);
  padding: clamp(28px, 2.7vw, 44px);
  background-image:
    linear-gradient(118deg, transparent 0 42%, rgba(255,45,142,.11) 42.2% 44%, transparent 44.2%),
    repeating-linear-gradient(90deg, transparent 0 76px, rgba(255,255,255,.035) 77px 78px);
  box-shadow:
    12px 12px 0 var(--statement-shadow, #fff),
    23px 23px 0 rgba(8,6,8,.2),
    0 0 70px rgba(255,45,142,.2);
}
.principle__statement::before {
  width: 230px;
  height: 230px;
  border-width: 28px;
  opacity: .13;
  animation: statementRing 8s linear infinite;
}
.principle__statement strong,
.principle__statement strong em {
  display: inline;
  max-width: 100%;
  white-space: nowrap;
  word-break: keep-all;
  overflow-wrap: normal;
}
.principle__statement strong {
  font-size: clamp(48px, 4.7vw, 80px);
  line-height: 1.08;
  letter-spacing: -.06em;
  text-shadow: 0 5px 0 rgba(255,45,142,.13);
}
.principle__statement small {
  display: flex;
  align-items: center;
  gap: 12px;
}
.principle__statement small::after {
  content: "";
  width: clamp(50px, 8vw, 130px);
  height: 3px;
  background: currentColor;
  box-shadow: 0 0 18px currentColor;
}
.principle__statement--human { --statement-shadow: #fff; }
.principle__statement--ai { --statement-shadow: #090709; }
.principle__statement--wa {
  min-height: clamp(205px, 15vw, 245px);
  margin: clamp(24px, 2.4vw, 38px) clamp(20px, 3vw, 55px) 0;
  background-image:
    linear-gradient(102deg, transparent 0 32%, rgba(255,45,142,.18) 32.2% 35%, transparent 35.2%),
    linear-gradient(78deg, transparent 0 68%, rgba(255,255,255,.07) 68.2% 70%, transparent 70.2%);
}
.principle__statement--wa strong {
  padding-right: clamp(70px, 8vw, 120px);
  font-size: clamp(46px, 5vw, 86px);
}
.principle__statement--wa::after {
  right: clamp(20px, 3vw, 48px);
  font-size: clamp(78px, 8vw, 126px);
  text-shadow: 0 0 26px rgba(255,45,142,.75);
  animation: statementCross 2.8s ease-in-out infinite;
}
.principle__manifesto::after {
  right: 4px;
  top: -38px;
  padding: 10px 16px;
  border: 2px solid #fff;
  box-shadow: 7px 7px 0 #fff, 0 0 34px rgba(255,255,255,.5);
}

.impact-break {
  padding-inline: clamp(24px, 4vw, 74px);
  box-shadow:
    inset 0 4px 0 var(--pink),
    inset 0 -4px 0 var(--pink),
    inset 0 0 180px rgba(255,45,142,.16);
}
.impact-break::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 8% -15%;
  pointer-events: none;
  background:
    linear-gradient(112deg, transparent 0 27%, rgba(255,45,142,.13) 27.2% 31%, transparent 31.2% 63%, rgba(255,255,255,.055) 63.2% 66%, transparent 66.2%),
    repeating-linear-gradient(90deg, transparent 0 110px, rgba(255,45,142,.08) 111px 112px);
  transform: rotate(-3deg);
  animation: spectacleSweep 8s ease-in-out infinite alternate;
}
.impact-break__line {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: baseline;
  width: 100%;
  max-width: 100%;
  white-space: nowrap;
  word-break: keep-all;
  overflow-wrap: normal;
  font-size: clamp(50px, 5.4vw, 100px);
  line-height: 1.08;
  letter-spacing: -.07em;
}
.impact-break__line span,
.impact-break__line strong {
  display: inline !important;
  white-space: nowrap;
}
.impact-break__line--reverse {
  justify-self: stretch;
  justify-content: flex-end;
  text-align: right;
}
.impact-break__line--reverse strong {
  -webkit-text-stroke: clamp(1px, .14vw, 3px) var(--pink);
  text-shadow:
    clamp(4px, .45vw, 8px) clamp(4px, .45vw, 8px) 0 var(--pink),
    0 0 42px rgba(255,45,142,.75),
    0 0 90px rgba(255,45,142,.35);
}
.impact-break__stamp {
  justify-self: end;
  max-width: calc(100% - 34px);
  margin-right: clamp(12px, 2vw, 38px);
  white-space: nowrap;
  box-sizing: border-box;
  box-shadow:
    10px 10px 0 #fff,
    18px 18px 0 rgba(255,45,142,.45),
    0 0 70px rgba(255,45,142,.7);
}

@keyframes statementRing {
  to { transform: rotate(360deg); }
}
@keyframes statementCross {
  0%, 100% { transform: translateY(-50%) rotate(8deg) scale(.94); }
  50% { transform: translateY(-50%) rotate(20deg) scale(1.08); }
}
@keyframes spectacleSweep {
  from { transform: translateX(-2%) rotate(-3deg); opacity: .62; }
  to { transform: translateX(2%) rotate(-1deg); opacity: 1; }
}

@media (max-width: 1200px) {
  .principle__manifesto {
    width: calc(100% - clamp(44px, 5vw, 70px));
  }
  .principle__statement {
    min-height: clamp(190px, 18vw, 225px);
  }
  .principle__statement strong {
    font-size: clamp(44px, 4.7vw, 64px);
  }
  .principle__statement--wa strong {
    font-size: clamp(42px, 5vw, 68px);
  }
}

@media (max-width: 900px) {
  .principle__manifesto {
    width: 100%;
    gap: 26px;
  }
  .principle__statement {
    min-height: 180px;
  }
  .principle__statement strong {
    font-size: clamp(47px, 8vw, 68px);
  }
  .principle__statement--wa {
    min-height: 175px;
  }
  .principle__statement--wa strong {
    font-size: clamp(38px, 7vw, 59px);
  }
  .impact-break {
    min-height: 760px;
    padding-inline: clamp(22px, 4vw, 38px);
  }
  .impact-break__line {
    font-size: clamp(34px, 6.2vw, 56px);
  }
}

@media (max-width: 600px) {
  .principle__statement {
    min-height: 145px;
    padding: 20px;
  }
  .principle__statement strong {
    font-size: clamp(35px, 10.5vw, 50px);
  }
  .principle__statement--wa {
    min-height: 150px;
  }
  .principle__statement--wa strong {
    padding-right: 32px;
    font-size: clamp(21px, 6.7vw, 34px);
    letter-spacing: -.075em;
  }
  .principle__statement--wa::after {
    right: 12px;
    font-size: 58px;
  }
  .impact-break {
    min-height: 620px;
    padding-block: 90px;
    padding-inline: 18px;
  }
  .impact-break__line {
    font-size: clamp(20px, 6vw, 29px);
    gap: .12em;
    line-height: 1.15;
  }
  .impact-break__stamp {
    max-width: calc(100% - 20px);
    margin-right: 10px;
    padding: 13px 15px 11px;
    font-size: clamp(17px, 5.2vw, 23px);
    box-shadow: 6px 6px 0 #fff, 11px 11px 0 rgba(255,45,142,.45), 0 0 42px rgba(255,45,142,.65);
  }
}

@media (prefers-reduced-motion: reduce) {
  .principle__statement::before,
  .principle__statement--wa::after,
  .impact-break::after {
    animation: none !important;
  }
}
/* ===== EDITORIAL DUALITY POSTER ===== */
.principle__duality {
  position: relative;
  z-index: 4;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(230px, .68fr) minmax(0, 1fr);
  grid-template-rows: clamp(330px, 31vw, 450px) auto;
  width: min(1380px, 100%);
  margin: clamp(80px, 8vw, 125px) auto 0;
  overflow: hidden;
  border: 4px solid #090709;
  background: var(--pink);
  box-shadow: 0 34px 90px rgba(95,0,43,.28);
}
.principle__duality::before {
  content: "";
  position: absolute;
  z-index: 7;
  inset: 0;
  pointer-events: none;
  background:
    repeating-linear-gradient(0deg, transparent 0 4px, rgba(0,0,0,.035) 5px),
    linear-gradient(118deg, transparent 0 38%, rgba(255,255,255,.28) 38.2% 39%, transparent 39.2% 61%, rgba(0,0,0,.12) 61.2% 62%, transparent 62.2%);
  mix-blend-mode: multiply;
}
.principle__duality::after {
  content: "03";
  position: absolute;
  z-index: 6;
  right: 18px;
  top: 14px;
  color: rgba(255,45,142,.74);
  font-family: var(--display);
  font-size: clamp(38px, 4vw, 64px);
  line-height: 1;
}
.principle__pole {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-rows: auto 1fr auto;
  align-items: center;
  min-width: 0;
  padding: clamp(28px, 3.6vw, 58px);
  overflow: hidden;
}
.principle__pole::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: clamp(210px, 22vw, 360px);
  aspect-ratio: 1;
  border: clamp(24px, 3vw, 48px) solid currentColor;
  border-radius: 50%;
  opacity: .055;
  animation: dualityOrbit 12s linear infinite;
}
.principle__pole::after {
  position: absolute;
  z-index: -1;
  bottom: -12%;
  font-family: var(--display);
  font-size: clamp(180px, 22vw, 340px);
  line-height: .7;
  opacity: .055;
}
.principle__pole > span,
.principle__pole > small {
  position: relative;
  z-index: 2;
  font-family: var(--display);
  letter-spacing: .13em;
}
.principle__pole > span { font-size: clamp(13px, 1.15vw, 18px); }
.principle__pole > span::after {
  content: "";
  display: inline-block;
  width: clamp(45px, 6vw, 100px);
  height: 3px;
  margin-left: 14px;
  vertical-align: middle;
  background: currentColor;
}
.principle__pole > strong {
  position: relative;
  z-index: 2;
  justify-self: center;
  line-height: .75;
}
.principle__pole > small { font-size: clamp(10px, .9vw, 14px); }
.principle__pole--human {
  color: #fff;
  background: #090709;
  clip-path: polygon(0 0, 100% 0, 83% 100%, 0 100%);
}
.principle__pole--human::before { right: 2%; top: 9%; }
.principle__pole--human::after { content: "H"; left: -2%; }
.principle__pole--human > strong {
  font-family: var(--serif);
  font-size: clamp(145px, 14vw, 235px);
  text-shadow: 9px 9px 0 rgba(255,45,142,.35);
}
.principle__pole--ai {
  color: #090709;
  background: #f7f1ec;
  clip-path: polygon(17% 0, 100% 0, 100% 100%, 0 100%);
  text-align: right;
}
.principle__pole--ai::before { left: 2%; bottom: 5%; }
.principle__pole--ai::after { content: "A"; right: -3%; }
.principle__pole--ai > span::after { display: none; }
.principle__pole--ai > span::before {
  content: "";
  display: inline-block;
  width: clamp(45px, 6vw, 100px);
  height: 3px;
  margin-right: 14px;
  vertical-align: middle;
  background: currentColor;
}
.principle__pole--ai > strong {
  font-family: var(--display);
  font-size: clamp(125px, 12vw, 205px);
  letter-spacing: -.05em;
  text-shadow: 8px 8px 0 rgba(255,45,142,.45);
}
.principle__core {
  position: relative;
  z-index: 5;
  display: grid;
  place-items: center;
  align-content: center;
  min-width: 0;
  margin-inline: clamp(-80px, -5vw, -35px);
}
.principle__core::before,
.principle__core::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: clamp(210px, 22vw, 350px);
  aspect-ratio: 1;
  border: 2px solid #090709;
  border-radius: 50%;
}
.principle__core::before {
  box-shadow: inset 0 0 0 18px rgba(255,255,255,.14), 0 0 70px rgba(255,255,255,.48);
  animation: dualityOrbit 14s linear infinite;
}
.principle__core::after {
  width: clamp(150px, 15vw, 245px);
  border-style: dashed;
  opacity: .65;
  animation: dualityOrbit 10s linear infinite reverse;
}
.principle__core > span {
  position: absolute;
  z-index: 4;
  top: clamp(25px, 3vw, 45px);
  padding: 9px 13px 7px;
  border: 2px solid #fff;
  color: #fff;
  background: #090709;
  font-family: var(--display);
  font-size: clamp(11px, 1vw, 15px);
  letter-spacing: .11em;
  white-space: nowrap;
  box-shadow: 5px 5px 0 #fff;
  transform: rotate(-3deg);
}
.principle__core > strong {
  position: relative;
  z-index: 3;
  color: var(--pink);
  font-family: Arial Black, Arial, sans-serif;
  font-size: clamp(185px, 20vw, 320px);
  font-weight: 900;
  line-height: .65;
  letter-spacing: -.14em;
  -webkit-text-stroke: clamp(4px, .45vw, 7px) #090709;
  text-shadow: 11px 11px 0 #fff, 0 0 52px rgba(255,255,255,.65);
  animation: dualityPulse 4.5s ease-in-out infinite;
}
.principle__core > em {
  position: absolute;
  z-index: 5;
  bottom: clamp(28px, 3vw, 48px);
  padding: 7px 14px 5px;
  color: #fff;
  background: #090709;
  font-family: var(--display);
  font-size: clamp(18px, 1.8vw, 28px);
  font-style: normal;
  letter-spacing: .18em;
  box-shadow: 5px 5px 0 #fff;
}
.principle__duality-caption {
  position: relative;
  z-index: 8;
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 2vw, 34px);
  min-height: clamp(78px, 8vw, 112px);
  margin: 0;
  padding: 16px 24px;
  border-top: 4px solid #090709;
  color: #fff;
  background: #090709;
  font-family: var(--serif);
  font-size: clamp(25px, 3vw, 48px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.04em;
  white-space: nowrap;
}
.principle__duality-caption i,
.principle__duality-caption b {
  color: var(--pink);
  font-family: var(--display);
  font-style: normal;
  font-weight: 400;
}
.principle__duality-caption em {
  color: var(--pink);
  font-style: normal;
  text-shadow: 0 0 24px rgba(255,45,142,.7);
}
.motion-ready .principle__duality.reveal {
  opacity: 0;
  clip-path: inset(0 50%);
  transform: scale(.96);
}
.motion-ready .principle__duality.reveal.is-visible {
  opacity: 1;
  clip-path: inset(0);
  transform: scale(1);
}
@keyframes dualityOrbit { to { transform: rotate(360deg); } }
@keyframes dualityPulse {
  0%, 100% { transform: scale(.96) rotate(-2deg); }
  50% { transform: scale(1.05) rotate(1deg); text-shadow: 15px 15px 0 #fff, 0 0 82px rgba(255,255,255,.85); }
}
@media (max-width: 900px) {
  .principle__duality {
    grid-template-columns: minmax(0, 1fr) minmax(145px, .62fr) minmax(0, 1fr);
    grid-template-rows: clamp(260px, 43vw, 350px) auto;
  }
  .principle__pole { padding: clamp(20px, 3vw, 34px); }
  .principle__pole--human > strong { font-size: clamp(100px, 18vw, 155px); }
  .principle__pole--ai > strong { font-size: clamp(88px, 15vw, 135px); }
  .principle__core > strong { font-size: clamp(135px, 25vw, 220px); }
  .principle__duality-caption { font-size: clamp(20px, 3.6vw, 32px); }
}
@media (max-width: 600px) {
  .principle__duality {
    grid-template-columns: minmax(0, 1fr) minmax(94px, .58fr) minmax(0, 1fr);
    grid-template-rows: 235px auto;
    border-width: 3px;
  }
  .principle__pole { padding: 16px 12px; }
  .principle__pole > span { font-size: 8px; letter-spacing: .08em; }
  .principle__pole > span::after,
  .principle__pole--ai > span::before { width: 20px; height: 2px; margin-inline: 5px; }
  .principle__pole > small { display: none; }
  .principle__pole--human > strong { font-size: clamp(72px, 23vw, 100px); }
  .principle__pole--ai > strong { font-size: clamp(62px, 19vw, 84px); }
  .principle__core { margin-inline: -28px; }
  .principle__core::before { width: 150px; }
  .principle__core::after { width: 105px; }
  .principle__core > span { top: 20px; padding: 6px 7px 5px; font-size: 7px; box-shadow: 3px 3px 0 #fff; }
  .principle__core > strong { font-size: clamp(100px, 34vw, 138px); -webkit-text-stroke-width: 3px; text-shadow: 6px 6px 0 #fff; }
  .principle__core > em { bottom: 20px; padding: 5px 8px 4px; font-size: 12px; box-shadow: 3px 3px 0 #fff; }
  .principle__duality-caption {
    gap: 6px;
    min-height: 58px;
    padding: 12px 7px;
    border-top-width: 3px;
    font-size: clamp(12px, 3.55vw, 17px);
    letter-spacing: -.07em;
  }
}
@media (prefers-reduced-motion: reduce) {
  .principle__pole::before,
  .principle__core::before,
  .principle__core::after,
  .principle__core > strong { animation: none !important; }
}