/* SLRTE STUDIO — independent creative studio. Original brand palette. */
:root {
  --bg: #171218;
  --navy: #192944;
  --blue: #2d6ba5;
  --blue-dark: #22466e;
  --teal: #53a7a8;
  --text: #f4f4f9;
  --muted: #aca9b2;
  --line: rgba(244, 244, 249, .16);
  --gutter: clamp(24px, 4.3vw, 88px);
  --ease: cubic-bezier(.22, 1, .36, 1);
  color-scheme: dark;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: 'Inter', 'Noto Sans JP', sans-serif; -webkit-font-smoothing: antialiased; }
body::before { content: ''; position: fixed; inset: 0; z-index: 8; pointer-events: none; opacity: .035; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Cpath fill='%23fff' filter='url(%23n)' opacity='.6' d='M0 0h180v180H0z'/%3E%3C/svg%3E"); }
::selection { color: var(--bg); background: var(--teal); }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; cursor: pointer; }
button, a, summary { -webkit-tap-highlight-color: transparent; }
button { background: none; border: 0; }
img { display: block; max-width: 100%; }
svg { display: block; }
h1, h2, h3, p { margin: 0; }
button:focus-visible, a:focus-visible, summary:focus-visible { outline: 2px solid var(--teal); outline-offset: 6px; }
[hidden] { display: none !important; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 12px; left: 16px; z-index: 100; padding: 16px 24px; background: var(--teal); color: var(--bg); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.scroll-progress { position: fixed; left: 0; top: 0; height: 2px; width: 100%; background: var(--teal); z-index: 60; transform: scaleX(0); transform-origin: left; }
.site-header { height: 100px; padding: 0 var(--gutter); display: flex; align-items: center; gap: 52px; position: absolute; top: 0; left: 0; right: 0; z-index: 40; border-bottom: 1px solid var(--line); transition: background .3s, height .3s; }
.site-header.is-scrolled { position: fixed; height: 76px; background: rgba(23, 18, 24, .94); backdrop-filter: blur(16px); }
.brand { display: inline-flex; align-items: center; gap: 12px; flex-shrink: 0; }
.brand img { border-radius: 10px; width: 38px; height: 38px; }
.brand > span { font-size: 21px; font-weight: 800; line-height: .91; letter-spacing: -.8px; }
.brand-second { display: block; font-size: 12px; letter-spacing: 2.3px; margin-top: 5px; }
.brand-dot { color: var(--teal); font-size: 14px; padding-left: 3px; }
.header-note { color: var(--muted); font-size: 9px; font-weight: 500; line-height: 1.65; letter-spacing: 1.3px; }
.site-nav { margin-left: auto; display: flex; align-items: center; gap: 35px; }
.site-nav > a { position: relative; font-size: 11px; font-weight: 600; letter-spacing: .8px; padding: 14px 0; }
.site-nav > a:not(.nav-contact)::after { content: ''; position: absolute; bottom: 7px; left: 0; height: 1px; width: 100%; background: var(--teal); transform: scaleX(0); transform-origin: left; transition: transform .3s; }
.site-nav > a:hover::after { transform: scaleX(1); }
.site-nav > a > span { display: none; }
.site-nav .nav-contact { border: 1px solid var(--line); padding: 13px 17px; border-radius: 30px; display: inline-flex; gap: 22px; align-items: center; transition: background .25s; }
.site-nav .nav-contact > span { display: inline; font-size: 19px; font-weight: 400; color: var(--teal); }
.nav-contact:hover { background: var(--navy); }
.menu-toggle { display: none; }
.hero { min-height: 850px; min-height: max(850px, 100svh); padding: 137px var(--gutter) 0; position: relative; display: flex; flex-direction: column; overflow: clip; }
.hero::before { content: ''; position: absolute; width: 70%; height: 90%; right: -12%; top: 4%; background: radial-gradient(ellipse, rgba(25, 41, 68, .65), transparent 65%); pointer-events: none; }
.hero-eyebrow { display: flex; justify-content: space-between; font-size: 10px; letter-spacing: 1.2px; font-weight: 500; position: relative; }
.hero-eyebrow > span:first-child { display: inline-flex; align-items: center; gap: 10px; }
.hero-eyebrow > span:last-child { color: var(--muted); font-size: 9px; letter-spacing: 1px; }
.status-dot { display: inline-block; width: 6px; height: 6px; background: var(--teal); border-radius: 100%; box-shadow: 0 0 12px rgba(83, 167, 168, .35); flex-shrink: 0; }
.hero-main { display: grid; grid-template-columns: 1.03fr 1fr; gap: 0; flex: 1; align-items: center; padding: 34px 0 37px; }
.hero-copy { position: relative; z-index: 3; padding: 22px 0 28px; }
.hero-jp { font-size: clamp(18px, 1.65vw, 26px); font-weight: 600; letter-spacing: .12em; margin-bottom: 27px; }
.hero h1 { font-size: clamp(88px, 10.4vw, 174px); font-weight: 800; line-height: .88; letter-spacing: -.077em; }
.title-line { display: block; white-space: nowrap; }
.title-line + .title-line { margin-top: 7px; }
.title-period { color: var(--teal); }
.hero h1 .hero-title-context { display: block; margin-top: 23px; font-size: clamp(10px, .95vw, 14px); font-weight: 500; letter-spacing: .035em; line-height: 1.8; color: #c3bfca; }
.hero-description { margin-top: 31px; display: flex; align-items: center; gap: 21px; }
.hero-description p { font-size: clamp(11px, .95vw, 14px); line-height: 2.05; letter-spacing: .025em; color: #cfccd3; }
.tiny-cross { color: var(--teal); font-size: 36px; line-height: 1; }
.pill-link { display: inline-flex; align-items: center; gap: 37px; padding: 7px 7px 7px 23px; border: 1px solid rgba(244, 244, 249, .35); border-radius: 50px; margin-top: 29px; font-size: 11px; font-weight: 500; transition: background .3s, border-color .3s; }
.round-arrow { width: 37px; height: 37px; display: grid; place-items: center; background: var(--text); color: var(--bg); border-radius: 50%; font-size: 21px; transition: transform .3s, background .3s; }
.pill-link:hover { background: var(--navy); border-color: var(--teal); }
.pill-link:hover .round-arrow { transform: rotate(45deg); background: var(--teal); }
.hero-art { position: relative; min-width: 0; align-self: center; --pointer-x: 0px; --pointer-y: 0px; }
.art-coordinate { color: var(--muted); font-size: 8px; letter-spacing: 1.5px; }
.art-coordinate-top { position: absolute; top: 2%; right: 0; }
.orb-scene { height: min(41vw, 615px); min-height: 430px; width: 111%; margin-left: -5%; position: relative; transform: translate3d(var(--pointer-x), var(--pointer-y), 0); transition: transform .65s var(--ease); }
.orb-core { position: absolute; top: 13%; left: 15%; width: 72%; aspect-ratio: 1; border-radius: 50%; overflow: hidden; background: var(--navy); box-shadow: inset 0 0 20px #2d6ba5, 0 0 80px rgba(45, 107, 165, .12); isolation: isolate; }
.orb-core::after { content: ''; position: absolute; inset: 0; z-index: 2; border-radius: 50%; background: radial-gradient(circle at 32% 32%, transparent 22%, rgba(17, 24, 39, .12) 45%, rgba(14, 20, 37, .6) 75%, #14141d 100%); box-shadow: inset 12px 0 25px rgba(121, 199, 219, .25), inset -35px -20px 40px rgba(17, 18, 28, .65); pointer-events: none; }
.orb-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transform: scale(1.12); transition: opacity 1s ease, transform 1.5s var(--ease); }
.orb-image.is-active { opacity: 1; transform: scale(1); }
.orb-image:first-child { object-position: 48% center; }
.orb-halo { position: absolute; width: 94%; aspect-ratio: 1; top: 3%; left: 4%; background: radial-gradient(ellipse, rgba(45, 107, 165, .27), transparent 65%); }
.orb-ring { position: absolute; border: 1px solid rgba(83, 167, 168, .55); border-radius: 50%; width: 102%; height: 38%; top: 32%; left: 0; transform: rotate(-32deg); pointer-events: none; }
.orb-ring-one { z-index: 4; border-top-color: rgba(125, 193, 198, .15); }
.orb-ring-two { transform: rotate(-32deg); width: 112%; height: 44%; top: 29%; left: -5%; border-color: rgba(83, 167, 168, .16); }
.orb-ring-three { transform: rotate(57deg); width: 96%; height: 51%; top: 25%; left: 3%; border-color: rgba(160, 183, 208, .2); }
.orb-point { position: absolute; z-index: 5; width: 9px; height: 9px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 20px rgba(83, 167, 168, .5); }
.orb-point-one { top: 63%; left: 5.5%; animation: float 6s ease-in-out infinite; }
.orb-point-two { top: 21%; right: 12%; width: 5px; height: 5px; }
.orb-spark { position: absolute; right: 2%; top: 7%; width: 65px; height: 65px; color: var(--teal); animation: spin 45s linear infinite; }
.art-tag { position: absolute; z-index: 6; font-size: 8px; letter-spacing: .8px; white-space: nowrap; }
.art-tag-one { top: 30%; left: 0; padding: 12px 14px; color: #c0d9df; border: 1px solid rgba(148, 190, 207, .25); background: rgba(25, 41, 68, .58); backdrop-filter: blur(12px); transform: rotate(-6deg); animation: tag-float 7s ease-in-out infinite; }
.art-tag-two { bottom: 12%; right: 4%; color: #bfd3d7; }
.art-tag-two i { display: inline-block; width: 5px; height: 5px; margin-right: 8px; border: 1px solid var(--teal); }
.art-controls { display: flex; justify-content: space-between; align-items: center; position: relative; gap: 10px; padding: 0 0 0 25px; margin-top: -10px; }
.art-controls > span { font-size: 8px; letter-spacing: .6px; color: var(--muted); }
.slide-controls { display: flex; align-items: center; gap: 12px; }
.slide-controls > span { font-size: 9px; color: var(--muted); white-space: nowrap; }
.slide-controls b { color: var(--text); font-weight: 500; margin-right: 4px; }
.slide-controls button { width: 36px; height: 36px; border: 1px solid var(--line); border-radius: 50%; font-size: 16px; transition: background .25s; }
.slide-controls button:hover { background: var(--blue); }
.hero-bottom { border-top: 1px solid var(--line); min-height: 77px; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 9px; letter-spacing: .9px; position: relative; }
.hero-bottom > span:nth-child(2) { color: #b5b2bb; font-size: 9px; letter-spacing: 1px; }
.hero-bottom i { font-style: normal; margin: 0 13px; color: var(--teal); }
.scroll-cue { display: inline-flex; gap: 12px; align-items: center; }
.scroll-line { display: block; width: 1px; height: 24px; background: var(--line); position: relative; overflow: hidden; }
.scroll-line::after { content: ''; position: absolute; top: -100%; width: 1px; height: 100%; background: var(--teal); animation: scroll-down 2s ease-in-out infinite; }
.hero-bottom-mark { font-size: 16px; letter-spacing: 2px; color: var(--teal); }
.marquee { padding: 22px 0; background: var(--navy); border-top: 1px solid rgba(83, 167, 168, .16); border-bottom: 1px solid rgba(83, 167, 168, .16); overflow: hidden; }
.marquee-track { width: max-content; display: flex; animation: marquee 44s linear infinite; }
.marquee-track > span { flex-shrink: 0; font-size: clamp(18px, 2.1vw, 32px); font-weight: 500; letter-spacing: -.7px; padding-right: 30px; }
.marquee i { margin: 0 27px; font-style: normal; color: var(--teal); }
.section-wrap { padding: 100px var(--gutter) 110px; }
.section-kicker { display: flex; justify-content: space-between; align-items: center; gap: 20px; border-top: 1px solid var(--line); padding-top: 20px; font-size: 10px; letter-spacing: .06em; }
.section-index { font-size: 10px; letter-spacing: 1.2px; font-weight: 500; }
.section-kicker > span:last-child { color: var(--muted); }
.about { padding-top: 90px; }
.about-grid { display: grid; grid-template-columns: 1fr 1.55fr; align-items: center; gap: 9%; margin-top: 80px; }
.about-symbol { padding: 25px 0 0 16%; display: flex; flex-direction: column; align-items: flex-start; gap: 42px; }
.about-symbol svg { width: clamp(100px, 14vw, 210px); color: var(--teal); animation: spin 70s linear infinite; }
.about-symbol > span { font-size: 8px; letter-spacing: 1.8px; color: var(--muted); }
.about-copy h2 { font-size: clamp(30px, 3.55vw, 60px); letter-spacing: -.045em; line-height: 1.55; font-weight: 700; }
.about-copy h2 > span { color: var(--teal); }
.about-body { margin: 30px 0; display: grid; gap: 18px; }
.about-body p { font-size: 13px; line-height: 2.15; color: #c3bfca; }
.text-link { display: inline-flex; align-items: center; gap: 38px; font-size: 11px; padding: 12px 0; border-bottom: 1px solid #7b7884; transition: color .25s, border-color .25s; }
.text-link > span { font-size: 19px; transition: transform .3s; }
.text-link:hover { color: var(--teal); border-color: var(--teal); }
.text-link:hover > span { transform: translate(3px, -3px); }
.works { background: #151217; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin: 60px 0 64px; }
.section-heading h2 { font-size: clamp(62px, 7.5vw, 116px); font-weight: 600; letter-spacing: -.065em; line-height: .99; }
.serif-word { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; font-style: italic; color: var(--teal); font-size: 1.17em; letter-spacing: -.06em; }
.section-heading > div { padding-bottom: 7px; padding-right: 4%; }
.section-heading p { font-size: 12px; color: #b8b5be; line-height: 2; margin-bottom: 18px; }
.works-grid { display: grid; grid-template-columns: 1.3fr 1fr; gap: 65px 40px; align-items: start; }
.work-card { display: block; min-width: 0; }
.work-card-secondary { margin-top: 150px; }
.work-visual { position: relative; overflow: hidden; height: 420px; transition: border-color .4s; }
.work-visual-top { position: absolute; z-index: 3; top: 24px; left: 26px; right: 26px; display: flex; align-items: center; justify-content: space-between; font-size: 8px; letter-spacing: 1.2px; }
.work-visual-top > span:last-child { font-size: 23px; transition: transform .4s; }
.work-card:hover .work-visual-top > span:last-child { transform: rotate(45deg); }
.work-visual-motion { background: #22466e; background-image: radial-gradient(ellipse at 30% 50%, #34668b 0%, transparent 72%); }
.motion-preview { position: absolute; inset: 72px 36px 0; }
.preview-word { font-weight: 600; letter-spacing: -4px; font-size: clamp(40px, 4.35vw, 74px); position: relative; z-index: 2; display: block; }
.preview-word > span { font-weight: 400; font-family: Georgia, serif; font-style: italic; }
.preview-word i { font-weight: 400; font-style: normal; font-size: 40px; margin-left: 7px; color: #97c7cb; }
.motion-preview img { width: 100%; height: auto; border: 1px solid rgba(201, 213, 239, .2); box-shadow: 0 22px 40px rgba(0, 0, 0, .35); transform: perspective(900px) rotateY(-9deg) rotateX(6deg) rotateZ(-4deg) translateY(26px) scale(1.02); transition: transform .8s var(--ease); }
.work-card:hover .motion-preview img { transform: perspective(900px) rotateY(0) rotateX(0) rotateZ(0) translateY(16px) scale(1.04); }
.visual-bottom-note { position: absolute; z-index: 2; bottom: 19px; left: 26px; font-size: 7px; letter-spacing: 1.8px; }
.work-visual-code { background: #203837; height: 365px; }
.code-art-title { position: absolute; top: 76px; left: 28px; font-size: 42px; font-weight: 700; line-height: .98; letter-spacing: -2px; z-index: 2; }
.code-art-title > span { color: #a2c9b9; }
.work-visual-code img { width: 77%; height: auto; max-height: 56%; object-fit: cover; object-position: top; position: absolute; right: -4%; bottom: -3%; transform: rotate(-10deg); opacity: .92; border: 1px solid rgba(255, 255, 255, .14); box-shadow: 0 10px 40px #102226; transition: transform .8s var(--ease); }
.work-card:hover .work-visual-code img { transform: rotate(-4deg) translateY(-10px); }
.code-bracket { position: absolute; right: 27px; top: 58px; color: rgba(194, 231, 215, .2); font-size: 86px; letter-spacing: -15px; }
.work-caption { display: flex; justify-content: space-between; gap: 20px; padding-top: 22px; }
.work-category { font-size: 8px; color: var(--muted); letter-spacing: 1px; margin-bottom: 10px; }
.work-caption h3 { font-size: 21px; font-weight: 500; letter-spacing: -.8px; }
.work-caption h3 > span { display: block; font-size: 10px; font-weight: 400; letter-spacing: .06em; color: var(--muted); margin-top: 8px; }
.work-number { font-size: 12px; color: var(--muted); align-self: flex-start; }
.work-description { max-width: 520px; margin-top: 13px; color: var(--muted); font-size: 12px; line-height: 1.9; letter-spacing: .02em; }
.section-heading h2 .heading-context, .tools-heading h2 .heading-context { display: block; margin-top: 22px; font-size: 13px; font-weight: 500; font-family: 'Inter', 'Noto Sans JP', sans-serif; font-style: normal; line-height: 1.8; letter-spacing: .04em; color: #c3bfca; }
.work-card-wide { grid-column: 1 / -1; width: 78%; }
.work-visual-audio { background: #192944; height: 335px; background-image: linear-gradient(105deg, #192944 10%, #203e56); }
.work-visual-audio::before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(180, 211, 221, .04) 1px, transparent 1px), linear-gradient(90deg, rgba(180, 211, 221, .04) 1px, transparent 1px); background-size: 37px 37px; }
.audio-art-title { position: absolute; z-index: 2; left: 5%; top: 24%; font-size: clamp(40px, 5.2vw, 80px); line-height: .95; font-weight: 600; letter-spacing: -4px; }
.audio-art-title em { color: var(--teal); font-family: Georgia, serif; font-weight: 400; }
.waveform { position: absolute; right: 6%; top: 17%; bottom: 17%; width: 47%; display: flex; align-items: center; justify-content: space-between; gap: 6px; }
.waveform i { display: block; width: 7px; height: var(--h); min-height: 8px; background: var(--teal); border-radius: 5px; opacity: .7; transform-origin: center; animation: wave 2.1s ease-in-out infinite alternate; animation-delay: calc(var(--d) * -.17s); }
.capabilities { padding-top: 70px; }
.capabilities-grid { display: grid; grid-template-columns: 1fr 1.3fr; gap: 10%; margin-top: 68px; }
.capabilities-intro h2 { font-size: clamp(25px, 2.8vw, 44px); font-weight: 500; line-height: 1.6; letter-spacing: -.05em; }
.capabilities-intro p { margin-top: 22px; font-size: 12px; line-height: 2; color: var(--muted); }
.outline-arrow { display: block; color: var(--teal); font-size: 135px; font-weight: 400; line-height: 1.2; margin-top: 20px; }
.capability { border-top: 1px solid var(--line); }
.capability:last-child { border-bottom: 1px solid var(--line); }
.capability summary { list-style: none; padding: 27px 0; cursor: pointer; display: flex; align-items: center; gap: 25px; }
.capability summary::-webkit-details-marker { display: none; }
.capability-number { font-size: 10px; align-self: flex-start; padding-top: 8px; color: var(--teal); }
.capability strong { font-size: clamp(21px, 2.35vw, 36px); font-weight: 500; letter-spacing: -1px; }
.capability small { display: block; color: var(--muted); font-size: 10px; margin-top: 9px; }
.details-icon { width: 28px; height: 28px; border: 1px solid var(--line); border-radius: 50%; position: relative; margin-left: auto; flex-shrink: 0; }
.details-icon::before, .details-icon::after { content: ''; position: absolute; width: 10px; height: 1px; background: var(--text); top: 12px; left: 8px; transition: transform .3s; }
.details-icon::after { transform: rotate(90deg); }
.capability[open] .details-icon::after { transform: rotate(0); }
.capability summary:hover strong, .capability[open] strong { color: var(--teal); }
.capability-body { padding: 0 20px 29px 39px; }
.capability-body p { font-size: 12px; line-height: 2; color: #bbb7c2; }
.capability-body a { display: inline-flex; align-items: center; gap: 20px; font-size: 10px; margin-top: 20px; }
.capability-body a:hover { color: var(--teal); }
.services { background: #14151f; padding-top: 75px; }
.tools-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; margin: 55px 0 40px; }
.tools-heading h2 { font-size: clamp(37px, 4.4vw, 70px); letter-spacing: -.06em; line-height: 1.05; font-weight: 600; }
.tools-heading h2 span { color: var(--teal); }
.tools-heading p { font-size: 12px; color: var(--muted); margin-top: 20px; }
.filter-group { display: flex; flex-wrap: wrap; gap: 6px; padding-bottom: 2px; }
.filter-group button { border: 1px solid var(--line); border-radius: 24px; padding: 10px 16px; font-size: 10px; transition: background .25s, color .25s, border-color .25s; }
.filter-group button > span { font-size: 8px; margin-left: 6px; }
.filter-group button.is-active { background: var(--teal); color: #131c22; border-color: var(--teal); }
.filter-group button:hover:not(.is-active) { background: var(--navy); border-color: var(--teal); }
.tools-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-left: 1px solid var(--line); border-top: 1px solid var(--line); }
.tool-card { min-width: 0; padding: 26px 22px 20px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; flex-direction: column; transition: background .3s; }
.tool-card:hover { background: var(--navy); }
.tool-card-top { display: flex; align-items: center; gap: 10px; margin-bottom: 29px; }
.tool-card-top img { width: 34px; height: 34px; border-radius: 6px; object-fit: cover; }
.tool-card-top > span:not(.tool-arrow) { font-size: 7px; letter-spacing: .6px; color: var(--muted); line-height: 1.5; }
.tool-arrow { font-size: 19px; margin-left: auto; transition: transform .3s; }
.tool-card:hover .tool-arrow { transform: translate(3px, -3px); color: var(--teal); }
.tool-card h3 { font-size: clamp(15px, 1.4vw, 21px); font-weight: 500; letter-spacing: -.5px; }
.tool-card > p { font-size: 12px; color: var(--muted); line-height: 1.9; margin: 15px 0 28px; flex-grow: 1; }
.tool-card > p br { display: none; }
.tool-bottom { display: flex; justify-content: space-between; font-size: 9px; color: var(--teal); }
.tool-bottom > span { color: #908b99; }
.resource-note { display: flex; align-items: center; gap: 34px; padding: 29px 0 0; }
.resource-note > span:first-child { display: flex; align-items: center; gap: 9px; flex-shrink: 0; font-size: 9px; letter-spacing: 1px; }
.resource-note p { font-size: 11px; color: var(--muted); line-height: 1.8; }
.resource-note > span:last-child { margin-left: auto; font-size: 22px; }
.resource-note:hover p { color: var(--text); }
.contact { position: relative; overflow: hidden; padding-bottom: 62px; background: var(--blue-dark); }
.contact::before { content: ''; position: absolute; pointer-events: none; width: 70%; aspect-ratio: 1; border: 1px solid rgba(174, 210, 222, .07); border-radius: 50%; right: -5%; top: 15%; }
.contact .section-kicker { border-color: rgba(255, 255, 255, .24); }
.contact .section-kicker > span:last-child { color: #b3c5d5; }
.contact-top { display: flex; justify-content: space-between; align-items: center; margin-top: 48px; }
.contact-top p { font-size: 13px; color: #d0dce7; line-height: 2; }
.contact-star { font-size: 62px; color: var(--teal); line-height: 1; animation: spin 40s linear infinite; }
.contact-link { display: flex; justify-content: space-between; align-items: center; position: relative; margin: 38px 0 44px; }
.contact-link h2 { font-size: clamp(54px, 8.7vw, 146px); font-weight: 600; line-height: .99; letter-spacing: -.065em; }
.contact-link h2 > span { color: #9cbccf; transition: color .3s; }
.contact-arrow { font-size: clamp(70px, 12vw, 190px); font-weight: 400; transition: transform .4s var(--ease); }
.contact-link:hover .contact-arrow { transform: translate(10px, -10px); }
.contact-link:hover h2 > span { color: var(--text); }
.contact-bottom { display: flex; justify-content: space-between; align-items: center; gap: 20px; border-top: 1px solid rgba(255, 255, 255, .24); padding-top: 28px; position: relative; }
.contact-bottom > a { font-size: 17px; letter-spacing: -.3px; }
.contact-bottom > a > span { padding-left: 16px; }
.contact-bottom > span { font-size: 11px; color: #b3c5d5; }
.site-footer { padding: 46px var(--gutter) 25px; }
.footer-utility { display: flex; flex-wrap: wrap; gap: 18px 26px; margin: 0 0 24px; color: var(--muted); font-size: 11px; }
.footer-utility a:hover { color: var(--teal); }
.faq { background: var(--bg); }
.faq-grid { display: grid; grid-template-columns: 1fr 1.5fr; gap: 8%; margin-top: 55px; }
.faq-intro h2 { font-size: clamp(25px, 2.8vw, 40px); font-weight: 500; letter-spacing: -.04em; line-height: 1.6; }
.faq-intro p { margin-top: 20px; font-size: 12px; line-height: 2; color: var(--muted); }
.faq-item { border-top: 1px solid var(--line); scroll-margin-top: 95px; }
.faq-item:last-child { border-bottom: 1px solid var(--line); }
.faq-item summary { list-style: none; cursor: pointer; padding: 26px 0; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item h3 { display: flex; align-items: center; gap: 22px; font-size: 14px; line-height: 1.8; font-weight: 500; }
.faq-item[open] h3, .faq-item summary:hover h3 { color: var(--teal); }
.faq-item[open] .details-icon::after { transform: rotate(0); }
.faq-item > div { padding: 0 0 28px; }
.faq-item p { font-size: 13px; line-height: 2; color: #c3bfca; }
.faq-item > div > a { display: inline-block; margin-top: 17px; font-size: 12px; color: var(--teal); border-bottom: 1px solid var(--line); padding-bottom: 5px; }
.faq-item > div > a:hover { border-color: var(--teal); }
@media (max-width: 800px) {
  .faq-grid { grid-template-columns: 1fr; gap: 30px; margin-top: 35px; }
  .faq-intro p { margin-top: 15px; }
  .faq-item h3 { font-size: 13px; }
  .faq-item p { font-size: 12px; }
  .work-description { font-size: 11px; }
}
.footer-top { display: flex; align-items: center; justify-content: space-between; padding-bottom: 33px; gap: 24px; }
.footer-top p { font-size: 10px; letter-spacing: 1.3px; color: var(--muted); }
.back-top { font-size: 8px; letter-spacing: 1px; display: flex; align-items: center; gap: 16px; }
.back-top > span { display: grid; place-items: center; width: 33px; height: 33px; border-radius: 50%; border: 1px solid var(--line); font-size: 18px; }
.back-top:hover > span { background: var(--navy); }
.footer-bottom { border-top: 1px solid var(--line); padding-top: 25px; display: flex; justify-content: space-between; align-items: center; gap: 24px; color: var(--muted); }
.footer-bottom small { font-size: 8px; letter-spacing: .5px; }
.footer-social { display: flex; flex-wrap: wrap; gap: 22px; }
.footer-social > a { font-size: 10px; }
.footer-social > a:hover { color: var(--teal); }
.motion-toggle { display: inline-flex; align-items: center; gap: 7px; padding: 10px 0 10px 12px; font-size: 9px; }
.motion-toggle:hover { color: var(--text); }
.motion-icon { color: var(--teal); }
.cursor-label { position: fixed; top: 0; left: 0; z-index: 50; width: 88px; height: 88px; background: var(--teal); color: #14272b; display: grid; place-content: center; text-align: center; border-radius: 50%; font-size: 9px; line-height: 1.5; letter-spacing: 1px; opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .2s, visibility .2s; }
.cursor-label.is-visible { opacity: 1; visibility: visible; }
.has-js-reveal [data-reveal] { opacity: 0; transform: translateY(28px); transition: opacity .85s var(--ease), transform .85s var(--ease); }
.has-js-reveal [data-reveal].is-visible { opacity: 1; transform: translateY(0); }
.has-js-reveal [data-reveal]:focus-within { opacity: 1; transform: translateY(0); }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes float { 50% { transform: translateY(-10px); } }
@keyframes tag-float { 50% { transform: translateY(-9px) rotate(-3deg); } }
@keyframes scroll-down { to { top: 100%; } }
@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes wave { from { transform: scaleY(.45); opacity: .45; } to { transform: scaleY(1); opacity: .9; } }
body.motion-paused *, body.motion-paused *::before, body.motion-paused *::after { animation-play-state: paused !important; transition-duration: 0s !important; }
body.motion-paused [data-reveal] { opacity: 1; transform: none; }
html:has(body.motion-paused) { scroll-behavior: auto; }
@media (min-width: 1800px) {
  :root { --gutter: max(88px, calc((100vw - 1700px) / 2)); }
  .hero { min-height: 950px; }
}
@media (max-width: 1100px) {
  .site-header { gap: 28px; }
  .site-nav { gap: 24px; }
  .hero { min-height: 760px; }
  .hero-main { padding-top: 35px; }
  .hero h1 { font-size: 10.3vw; }
  .hero-description { gap: 12px; }
  .hero-description p { font-size: 11px; }
  .hero-description br { display: none; }
  .hero-description p { max-width: 315px; }
  .orb-scene { min-height: 390px; }
  .orb-core { top: 17%; }
  .art-controls { padding-left: 0; flex-wrap: wrap; gap: 14px; }
  .art-controls > span { font-size: 7px; }
  .slide-controls { gap: 8px; }
  .art-tag-one { left: -3%; }
  .work-visual { height: 345px; }
  .work-visual-code { height: 320px; }
  .works-grid { gap: 55px 28px; }
  .preview-word { letter-spacing: -2px; }
  .tools-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tool-card { padding: 25px; }
  .tool-card h3 { font-size: 20px; }
  .tool-card > p { font-size: 12px; }
  .tool-card-top > span:not(.tool-arrow) { font-size: 8px; }
  .tools-heading { align-items: flex-start; }
  .filter-group { max-width: 300px; justify-content: flex-end; padding-top: 9px; }
}
@media (max-width: 800px) {
  :root { --gutter: 28px; }
  html { scroll-padding-top: 92px; }
  .site-header, .site-header.is-scrolled { height: 78px; }
  .site-header { gap: 22px; }
  .header-note { font-size: 8px; }
  .menu-toggle { display: flex; position: relative; flex-direction: column; justify-content: center; gap: 6px; width: 44px; height: 44px; margin-left: auto; z-index: 43; }
  .menu-toggle span { display: block; width: 24px; height: 1px; margin: 0 auto; background: var(--text); transition: transform .3s; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .site-nav { display: none; position: fixed; left: 0; right: 0; top: 78px; max-height: calc(100dvh - 78px); overflow-y: auto; background: #171218; border-bottom: 1px solid var(--line); padding: 20px var(--gutter) 30px; box-shadow: 0 30px 45px rgba(0, 0, 0, .3); }
  .site-nav.is-open { display: flex; flex-direction: column; align-items: stretch; gap: 0; }
  .site-nav > a { display: flex; align-items: center; justify-content: space-between; font-size: 25px; padding: 18px 0; border-bottom: 1px solid var(--line); }
  .site-nav > a > span { display: block; font-size: 10px; color: var(--muted); }
  .site-nav .nav-contact { margin-top: 22px; font-size: 14px; padding: 14px 19px; }
  .site-nav > a:not(.nav-contact)::after { display: none; }
  .hero { min-height: 0; padding-top: 112px; }
  .hero-eyebrow { font-size: 9px; }
  .hero-eyebrow > span:last-child { font-size: 7px; }
  .hero-main { padding: 26px 0 22px; }
  .hero-copy { padding-top: 20px; }
  .hero-jp { font-size: 16px; margin-bottom: 25px; }
  .hero h1 { font-size: 10.5vw; }
  .hero-description { margin-top: 25px; }
  .tiny-cross { display: none; }
  .pill-link { font-size: 10px; gap: 16px; padding-left: 15px; }
  .round-arrow { width: 31px; height: 31px; }
  .orb-scene { min-height: 315px; }
  .orb-spark { width: 43px; height: 43px; }
  .art-tag { font-size: 6px; }
  .art-tag-one { padding: 9px; }
  .art-coordinate { font-size: 6px; }
  .art-controls { justify-content: flex-end; }
  .art-controls > span { display: none; }
  .hero-bottom { min-height: 69px; }
  .hero-bottom > span:nth-child(2) { font-size: 7px; }
  .hero-bottom i { margin: 0 4px; }
  .hero-bottom-mark { display: none; }
  .section-wrap { padding-top: 68px; padding-bottom: 75px; }
  .about-grid { grid-template-columns: .7fr 1.5fr; gap: 5%; margin-top: 50px; }
  .about-symbol { padding-left: 5%; }
  .about-symbol > span { font-size: 6px; letter-spacing: .8px; }
  .about-copy h2 { font-size: 30px; }
  .about-body p { font-size: 11px; }
  .desktop-break { display: none; }
  .section-heading { margin-top: 45px; gap: 25px; }
  .section-heading h2 { font-size: 66px; }
  .section-heading p { font-size: 10px; }
  .section-heading > div { padding-right: 0; }
  .works-grid { gap: 48px 24px; }
  .work-visual { height: 285px; }
  .work-visual-top { left: 18px; right: 18px; top: 17px; font-size: 6px; }
  .motion-preview { inset: 67px 20px 0; }
  .preview-word { font-size: 40px; }
  .preview-word i { font-size: 22px; }
  .visual-bottom-note { left: 18px; font-size: 6px; }
  .work-card-secondary { margin-top: 90px; }
  .work-visual-code { height: 270px; }
  .code-art-title { font-size: 32px; left: 20px; top: 70px; }
  .code-bracket { font-size: 62px; right: 22px; }
  .work-caption h3 { font-size: 18px; }
  .work-category { font-size: 6px; }
  .work-card-wide { width: 90%; }
  .work-visual-audio { height: 265px; }
  .capabilities-grid { gap: 6%; grid-template-columns: 1fr 1.4fr; margin-top: 45px; }
  .capabilities-intro h2 { font-size: 24px; }
  .capabilities-intro p { font-size: 10px; }
  .capability summary { gap: 16px; }
  .capability strong { font-size: 23px; }
  .capability-body { padding-left: 30px; padding-right: 0; }
  .capability-body p { font-size: 11px; }
  .tools-heading { flex-direction: column; gap: 25px; }
  .filter-group { max-width: none; padding: 0; }
  .contact-top p { font-size: 11px; }
  .contact-top { margin-top: 32px; }
  .contact-link { margin-bottom: 34px; }
  .contact-bottom > a { font-size: 14px; }
  .contact-bottom > span { font-size: 9px; }
  .footer-social { gap: 14px; }
  .footer-top p { font-size: 8px; }
}
@media (max-width: 560px) {
  :root { --gutter: 22px; }
  .header-note { margin-left: 0; font-size: 6px; letter-spacing: .8px; }
  .site-header { gap: 17px; }
  .brand > span { font-size: 19px; }
  .brand-second { font-size: 10px; }
  .brand img { width: 32px; height: 32px; border-radius: 8px; }
  .brand { gap: 9px; }
  .hero { padding-top: 106px; }
  .hero-eyebrow > span:last-child { display: none; }
  .hero-main { display: flex; flex-direction: column; align-items: stretch; padding: 13px 0 14px; }
  .hero-copy { padding: 23px 0 0; }
  .hero-jp { font-size: 17px; margin-bottom: 23px; letter-spacing: .13em; }
  .hero h1 { font-size: 20.1vw; line-height: .88; letter-spacing: -.072em; }
  .hero-description { margin-top: 22px; }
  .hero-description p { font-size: 10px; max-width: 300px; line-height: 1.95; }
  .pill-link { margin-top: 20px; gap: 25px; padding: 6px 6px 6px 17px; }
  .hero-art { align-self: stretch; margin-top: 24px; }
  .orb-scene { min-height: 0; height: 91vw; max-height: 420px; width: 103%; margin-left: -1.5%; }
  .orb-core { width: 75%; left: 13%; top: 10%; }
  .art-coordinate-top { top: 0; right: 0; font-size: 6px; }
  .orb-ring { top: 30%; }
  .orb-ring-two { top: 27%; }
  .orb-ring-three { top: 23%; }
  .orb-spark { top: 7%; right: 0; width: 45px; height: 45px; }
  .orb-point-one { top: 62%; }
  .art-tag-one { font-size: 6px; top: 25%; left: -2%; }
  .art-tag-two { font-size: 6px; right: 1%; bottom: 14%; }
  .art-controls { margin: -10px 0 12px; padding: 0; justify-content: space-between; }
  .art-controls > span { display: block; font-size: 6px; max-width: 53%; line-height: 1.8; }
  .slide-controls { gap: 9px; }
  .slide-controls button { width: 36px; height: 36px; }
  .hero-bottom { min-height: 62px; }
  .hero-bottom > span:nth-child(2) { display: none; }
  .hero-bottom-mark { display: block; font-size: 13px; }
  .scroll-cue { font-size: 8px; }
  .marquee { padding: 17px 0; }
  .marquee-track > span { font-size: 20px; }
  .marquee i { margin: 0 18px; }
  .section-wrap { padding-top: 52px; padding-bottom: 60px; }
  .section-kicker { font-size: 8px; padding-top: 16px; gap: 12px; }
  .section-index { font-size: 8px; letter-spacing: .7px; }
  .section-kicker > span:last-child { font-size: 8px; }
  .about-grid { display: block; position: relative; margin-top: 39px; }
  .about-symbol { position: absolute; right: 0; bottom: 0; padding: 0; }
  .about-symbol svg { width: 47px; }
  .about-symbol > span { display: none; }
  .about-copy h2 { font-size: clamp(26px, 7.2vw, 39px); line-height: 1.65; }
  .about-body { margin: 24px 0; gap: 16px; }
  .about-body p { font-size: 11px; line-height: 2.05; max-width: 100%; }
  .text-link { font-size: 10px; gap: 28px; }
  .section-heading { display: block; margin: 37px 0; }
  .section-heading h2 { font-size: 65px; }
  .section-heading > div { margin-top: 27px; }
  .section-heading p { font-size: 11px; margin-bottom: 7px; }
  .works-grid { display: flex; flex-direction: column; gap: 38px; }
  .work-card { width: 100%; }
  .work-card-secondary { margin-top: 0; }
  .work-visual { height: 310px; }
  .motion-preview { inset: 68px 27px 0; }
  .preview-word { font-size: 48px; }
  .preview-word i { font-size: 30px; }
  .work-visual-top { font-size: 7px; }
  .work-visual-code { height: 305px; }
  .code-art-title { font-size: 42px; top: 65px; left: 25px; }
  .work-visual-code img { width: 70%; max-height: 61%; bottom: -3%; }
  .code-bracket { font-size: 85px; }
  .work-caption { padding-top: 17px; }
  .work-category { font-size: 7px; }
  .work-caption h3 { font-size: 21px; }
  .work-visual-audio { height: 265px; }
  .audio-art-title { font-size: 46px; top: 30%; left: 7%; letter-spacing: -2px; }
  .waveform { width: 40%; gap: 4px; right: 5%; top: 23%; bottom: 23%; }
  .waveform i { width: 4px; }
  .visual-bottom-note { font-size: 5px; letter-spacing: 1px; }
  .capabilities-grid { display: block; margin-top: 34px; }
  .capabilities-intro { position: relative; margin-bottom: 30px; }
  .capabilities-intro h2 { font-size: 27px; }
  .capabilities-intro p { font-size: 11px; margin-top: 16px; }
  .outline-arrow { position: absolute; font-size: 65px; right: 0; top: 0; margin: 0; }
  .capability summary { padding: 24px 0; gap: 22px; }
  .capability strong { font-size: 26px; }
  .capability-body { padding-left: 35px; }
  .tools-heading { margin: 35px 0 29px; gap: 24px; }
  .tools-heading h2 { font-size: 42px; }
  .tools-heading p { font-size: 11px; margin-top: 17px; }
  .filter-group { gap: 6px; justify-content: flex-start; }
  .filter-group button { padding: 10px 13px; font-size: 9px; }
  .tools-grid { grid-template-columns: 1fr 1fr; }
  .tool-card { padding: 18px 13px; }
  .tool-card-top { margin-bottom: 23px; flex-wrap: wrap; gap: 10px; position: relative; }
  .tool-card-top img { width: 32px; height: 32px; }
  .tool-card-top > span:not(.tool-arrow) { font-size: 6px; display: block; flex-basis: 100%; min-height: 18px; letter-spacing: .5px; }
  .tool-arrow { position: absolute; right: 0; top: 3px; font-size: 18px; }
  .tool-card h3 { font-size: clamp(12px, 3.65vw, 18px); letter-spacing: -.5px; }
  .tool-card > p { font-size: 10px; line-height: 1.9; margin: 12px 0 22px; }
  .tool-bottom { font-size: 8px; }
  .resource-note { display: grid; grid-template-columns: 1fr auto; gap: 10px; padding-top: 24px; }
  .resource-note > span:first-child { grid-column: 1 / -1; font-size: 8px; }
  .resource-note p { font-size: 10px; }
  .contact-top { margin-top: 30px; gap: 20px; }
  .contact-top p { font-size: 10px; }
  .contact-star { font-size: 34px; }
  .contact-link { margin: 30px 0; align-items: flex-start; gap: 6px; }
  .contact-link h2 { font-size: 10.5vw; letter-spacing: -.07em; line-height: 1.1; }
  .contact-arrow { font-size: 45px; margin-top: -5px; }
  .contact-bottom { display: block; padding-top: 23px; }
  .contact-bottom > a { font-size: 16px; }
  .contact-bottom > span { display: block; margin-top: 17px; }
  .site-footer { padding-top: 34px; }
  .footer-top { padding-bottom: 25px; }
  .footer-top p { display: none; }
  .back-top { font-size: 6px; gap: 10px; }
  .footer-bottom { display: grid; grid-template-columns: 1fr auto; gap: 23px 10px; padding-top: 22px; }
  .footer-social { grid-row: 1; grid-column: 1 / -1; gap: 22px; }
  .footer-social > a { font-size: 10px; }
  .footer-bottom small { font-size: 7px; }
  .motion-toggle { padding: 0; font-size: 8px; }
  .cursor-label { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .has-js-reveal [data-reveal] { opacity: 1; transform: none; }
  .cursor-label { display: none; }
}
/* With scripting unavailable, navigation and content remain usable. */
html:not(.has-js) .menu-toggle,
html:not(.has-js) .filter-group,
html:not(.has-js) .slide-controls,
html:not(.has-js) .motion-toggle { display: none; }
html:not(.has-js) *, html:not(.has-js) *::before, html:not(.has-js) *::after { animation-play-state: paused; }
.motion-toggle:disabled { cursor: default; color: var(--muted); }
@media (max-width: 800px) {
  html:not(.has-js) .site-header { position: relative; height: auto; flex-wrap: wrap; padding-top: 20px; padding-bottom: 20px; gap: 22px; }
  html:not(.has-js) .site-nav { display: flex; position: static; flex-basis: 100%; padding: 0; box-shadow: none; border: 0; flex-direction: row; gap: 20px; flex-wrap: wrap; }
  html:not(.has-js) .site-nav > a { font-size: 11px; border: 0; padding: 6px 0; }
  html:not(.has-js) .site-nav > a > span { display: none; }
  html:not(.has-js) .site-nav .nav-contact { margin: 0; }
  html:not(.has-js) .hero { padding-top: 30px; }
}
@media print {
  body { background: white; color: black; }
  .site-header { position: static; }
  .site-nav, .menu-toggle, .hero-art, .marquee, .cursor-label, .motion-toggle, .scroll-progress, .about-symbol { display: none !important; }
  body::before { content: none; }
  .hero { min-height: 0; padding-top: 30px; }
  .hero-main, .about-grid { display: block; }
  .section-wrap { padding: 25px; break-inside: avoid; }
  .has-js-reveal [data-reveal] { opacity: 1; transform: none; }
}
