/* Homepage refinement — 2026-09-07. Extend the existing WAWAWA identity. */
html { scroll-padding-top: 100px; }
body { overflow-x: clip; }
a:focus-visible, button:focus-visible { outline: 3px solid #fff; outline-offset: 6px; }
.studio a:focus-visible, .news a:focus-visible { outline-color: #080608; }
.section::before { inset-inline: 0; }
.section { padding-block: clamp(76px, 8vw, 128px); }
.section-label { margin-bottom: 48px; }
.section-label p, .section-label span { font-size: 12px; }
.desktop-nav { gap: clamp(16px, 1.8vw, 30px); font-size: 14px; letter-spacing: .02em; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { right: 0; }
.desktop-nav .nav-contact { padding: 13px 18px; background: var(--pink); color: var(--ink); }
.site-header { background: rgba(8,6,8,.88); }
.site-header .brand { flex-shrink: 0; }
.menu-button { min-width: 44px; min-height: 44px; }
.mobile-menu { overflow-y: auto; }
.mobile-menu a small { font-size: 14px; letter-spacing: 0; }
.mobile-menu a span, .mobile-menu__label { font-size: 12px; }
.hero { display: grid; grid-template-columns: 1.04fr 1fr; align-items: center; gap: clamp(28px, 4vw, 64px); height: auto; min-height: min(880px, 100svh); padding: 156px clamp(22px, 6vw, 92px) 90px; }
.hero .hero__content { position: relative; top: auto; left: auto; width: auto; min-width: 0; transform: none; grid-column: 1; grid-row: 1; }
.hero h1 { font-size: clamp(76px, 9.5vw, 146px); line-height: .91; letter-spacing: -.025em; }
.hero h1 span { transform: none; }
.hero .eyebrow { font-size: 12px; letter-spacing: .14em; line-height: 1.8; margin-bottom: 26px; }
.hero__lead { font-family: var(--sans); font-size: clamp(16px, 1.25vw, 19px); line-height: 1.9; letter-spacing: .01em; margin-top: 28px; }
.hero__actions { gap: 12px; margin-top: 28px; }
.hero .button { min-width: 168px; min-height: 52px; padding: 16px 20px; font-size: 14px; letter-spacing: .02em; }
.hero__image { opacity: .16; }
.hero__wash { background: linear-gradient(90deg, #080608dd, #08060888), linear-gradient(0deg, #080608, transparent 60%); }
.hero__signal, .hero__index, .hero__rings { display: none; }
.hero__constellation { opacity: .35; }
.hero .scroll-cue { font-size: 12px; letter-spacing: .12em; bottom: 28px; }
.hero-feature { grid-column: 2; grid-row: 1; position: relative; z-index: 2; display: block; min-width: 0; background: #110c10; border: 1px solid #ffffff30; box-shadow: 14px 14px 0 #ff2d8e16; transition: border-color .25s, transform .25s; }
.hero-feature:hover { border-color: var(--pink); transform: translateY(-5px); }
.hero-feature__label { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px; padding: 18px 20px; color: var(--pink-soft); font-size: 12px; font-weight: 700; letter-spacing: .1em; }
.hero-feature__label > span { color: #bdb3ba; }
.hero-feature > img { display: block; width: 100%; height: auto; aspect-ratio: 1672 / 940; }
.hero-feature__caption { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 22px 20px; }
.hero-feature__caption small { display: block; color: var(--pink-soft); font: 18px var(--display); letter-spacing: .08em; margin-bottom: 8px; }
.hero-feature__caption strong { font: 600 clamp(14px, 1.25vw, 18px)/1.8 var(--serif); }
.hero-feature__caption b { flex-shrink: 0; font-size: 28px; color: var(--pink); }
.kinetic-band { margin: 0; transform: none; }
.works { background: radial-gradient(ellipse at 100% 5%, #ff2d8e12, transparent 60%), var(--ink); }
.works__title h2, .news__heading h2 { font-size: clamp(76px, 10vw, 150px); }
.works__title > p { font-size: 12px; }
.project { grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr); gap: clamp(30px, 4vw, 60px); }
.project__image { display: block; }
.project__image img { height: auto; }
.project__meta { margin-bottom: 22px; }
.project__meta span, .project__badge { font-size: 12px; }
.project__tagline { font-size: 16px; }
.project h3.project__main-title { font-size: clamp(32px, 3.2vw, 52px); line-height: 1.45; }
.project__jp { font-size: 18px; margin-block: 14px 20px; }
.project__description { font-size: 16px; line-height: 1.95; }
.project__release { flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.project__release span { font-size: 14px; letter-spacing: 0; }
.project__release strong { font-size: 24px; }
.project__story-link { font-size: 16px; box-shadow: 4px 4px 0 #fff; }
.work-shortcuts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 36px; border: 1px solid var(--line); }
.work-shortcuts a { display: flex; align-items: center; gap: 14px; min-height: 72px; padding: 18px 22px; font-size: 16px; transition: background .2s; }
.work-shortcuts a + a { border-left: 1px solid var(--line); }
.work-shortcuts a:hover { background: #ff2d8e14; }
.work-shortcuts span { color: var(--pink-soft); font-size: 12px; }
.work-shortcuts b { margin-left: auto; color: var(--pink); }
.next-project { margin-top: 48px; }
.next-project span { font-size: 12px; }
.next-project h3 { color: #c9bfc6; font-size: clamp(32px, 4vw, 56px); }
.next-project p { color: #aaa0a8; font-size: 16px; }
.intro__body, .wa-card > p:last-child, .studio__heading > p, .service i, .contact__content > p:not(.kicker) { font-size: 16px; line-height: 1.95; }
.wa-grid { margin-top: 60px; }
.wa-card { min-height: 390px; }
.wa-card__number { font-size: 12px; }
.wa-card > p:last-child { max-width: none; }
.studio__heading { grid-template-columns: minmax(0, 1.25fr) minmax(0, .75fr); gap: 40px; }
.studio__heading h2 { font-size: clamp(48px, 6.4vw, 96px); overflow-wrap: anywhere; }
.service h3 { overflow-wrap: anywhere; }
.news { background: #f3eee7; }
.news__heading > p { font-size: 16px; }
.news-list article { grid-template-columns: 130px 90px minmax(0, 1fr); }
.news-list h3 { font-size: 16px; line-height: 1.8; }
.news-list h3 a { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 44px; }
.news-list h3 a:hover { text-decoration: underline; text-underline-offset: 5px; }
.news-list span { color: #a11151; font-size: 12px; }
.news-list .news-channel { color: #121012; font: 18px var(--display); letter-spacing: .06em; }
.contact__content > p.contact__guide { max-width: 650px; margin: 0 0 22px; color: #c9bfc6; }
.mail-link { gap: 14px; }
.mail-link span { min-width: 0; overflow-wrap: anywhere; }
.socials { margin-top: 48px; }
.socials small { overflow-wrap: anywhere; font-size: 14px; }
.site-footer > div { color: #aaa0a8; font-size: 12px; flex-wrap: wrap; gap: 20px; }
.site-footer > div a { display: inline-flex; align-items: center; min-height: 44px; }
/* Keep the typography and work prominent; shorten secondary motion. */
.energy-rail, .ambient-pointer { display: none; }
.motion-ready .reveal { --reveal-y: 24px; --reveal-scale: 1; transition-duration: .5s; }
@media (max-width: 1100px) {
  .hero { gap: 28px; padding-inline: 32px; }
  .hero h1 { font-size: clamp(72px, 9vw, 100px); }
  .hero__actions { flex-direction: column; align-items: flex-start; }
  .hero .button { min-width: 240px; }
  .desktop-nav { gap: 14px; }
  .desktop-nav .nav-contact { padding-inline: 12px; }
}
@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; min-height: auto; gap: 38px; padding: 126px 6vw 78px; }
  .hero .hero__content { width: 100%; }
  .hero h1 { font-size: clamp(78px, 17vw, 132px); }
  .hero-feature { grid-column: 1; grid-row: 2; width: 100%; max-width: 650px; }
  .hero__actions { flex-direction: row; }
  .hero .button { min-width: 168px; }
  .hero .scroll-cue { left: 6vw; bottom: 24px; }
  .project, .studio__heading { grid-template-columns: minmax(0, 1fr); }
  .project h3.project__main-title { font-size: clamp(32px, 6vw, 50px); }
  .work-shortcuts a { padding: 18px 14px; gap: 8px; font-size: 14px; }
  .wa-card { min-height: 0; }
}
@media (max-width: 600px) {
  .hero { padding: 114px 22px 72px; }
  .hero h1 { font-size: clamp(64px, 18vw, 100px); }
  .hero .eyebrow { font-size: 12px; letter-spacing: .08em; }
  .hero__lead { font-size: 16px; }
  .hero__actions { display: grid; grid-template-columns: 1fr; width: 100%; }
  .hero .button { width: 100%; min-width: 0; }
  .hero-feature__label, .hero-feature__caption { padding: 16px; }
  .hero-feature__caption strong { font-size: 14px; }
  .hero .scroll-cue { left: 22px; }
  .works__title { gap: 20px; }
  .works__title > p { letter-spacing: .04em; }
  .project__meta { gap: 6px; }
  .project__meta span { padding-inline: 8px; }
  .project h3.project__main-title { font-size: clamp(28px, 7.5vw, 44px); }
  .project__story-link { gap: 10px; }
  .work-shortcuts { grid-template-columns: 1fr; }
  .work-shortcuts a { min-height: 62px; padding-inline: 20px; font-size: 16px; }
  .work-shortcuts a + a { border-left: 0; border-top: 1px solid var(--line); }
  .next-project { align-items: flex-start; flex-direction: column; gap: 12px; }
  .news__heading { align-items: flex-start; flex-direction: column; gap: 26px; }
  .news-list article { grid-template-columns: 1fr 1fr; gap: 12px; }
  .news-list h3 { grid-column: 1 / -1; }
  .news-list h3 a { gap: 12px; }
  .socials { grid-template-columns: minmax(0, 1fr); }
  .site-footer { grid-template-columns: minmax(0, 1fr); }
  .site-footer p { text-align: left; font-size: 14px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .hero-feature:hover { transform: none; }
}
.hero .hero__content .eyebrow, .hero .hero__content h1 span, .hero .hero__lead, .hero .hero__actions { opacity: 1; clip-path: none; transform: none; }
