@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600&family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700;800&family=Noto+Sans+JP:wght@400;500;600;700&family=Noto+Serif+JP:wght@400;500;600&family=Roboto+Condensed:wght@300;400&display=swap');

:root { --color-ink: rgb(9 9 9); --color-paper: rgb(239 239 236); --color-muted: rgb(155 155 150); --color-surface: rgb(24 24 24); --color-line: rgb(239 239 236 / 20%); --color-dark-line: rgb(9 9 9 / 24%); --color-subtle: rgb(197 197 191); --font-sans: 'Manrope', 'Noto Sans JP', sans-serif; --font-serif: 'Cormorant Garamond', 'Noto Serif JP', serif; --font-mono: 'DM Mono', monospace; background: var(--color-ink); color: var(--color-paper); font-family: var(--font-sans); font-synthesis: none; }
* { box-sizing: border-box; }
html { background: var(--color-ink); scroll-behavior: smooth; }
body { min-width: 20rem; margin: 0; overflow-x: hidden; background: var(--color-ink); }
a { color: inherit; text-decoration: none; }
img, video { display: block; max-width: 100%; }
.skip-link { position: fixed; z-index: 20; top: -4rem; left: 1rem; padding: .8rem 1rem; background: var(--color-paper); color: var(--color-ink); }
.skip-link:focus { top: 1rem; }
.site-header { position: absolute; z-index: 5; top: 0; left: 0; display: flex; width: 100%; align-items: center; justify-content: space-between; padding: 1.5rem 2rem; }
.brand { display: block; width: clamp(6.5rem, 10vw, 9rem); }
.brand img, .site-footer img { width: 100%; height: auto; filter: brightness(0) invert(1); }
.header-index, .section-label, .work-meta > p:first-child, .site-footer p { margin: 0; font: 500 .68rem/1.2 var(--font-mono); letter-spacing: .05em; }
.header-index { color: var(--color-muted); }
.hero { position: relative; display: flex; min-height: 100svh; padding: 7.5rem 2rem 2rem; align-items: end; overflow: hidden; }
.hero::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgb(9 9 9 / 90%) 0%, rgb(9 9 9 / 38%) 61%, rgb(9 9 9 / 10%) 100%), linear-gradient(0deg, rgb(9 9 9 / 56%), transparent 52%); content: ''; pointer-events: none; }
.hero-media { position: absolute; inset: 0; background: var(--color-surface); }
.hero-media video { width: 100%; height: 100%; object-fit: cover; filter: grayscale(.7) contrast(1.12) brightness(.72); }
.hero-content { position: relative; z-index: 1; align-self: center; padding-bottom: 1rem; }
.eyebrow { margin: 0 0 1rem; color: var(--color-muted); font: 500 .68rem/1.2 var(--font-mono); letter-spacing: .06em; }
.hero-title, .display-heading, .contact-title { margin: 0; font-weight: 700; letter-spacing: -.075em; line-height: .88; }
.hero-title { max-width: 10ch; font-size: clamp(3.6rem, 9.9vw, 10.6rem); }
.hero-lede { margin: 2rem 0 0; font-size: clamp(.94rem, 1.25vw, 1.16rem); line-height: 1.8; }
.hero-caption { position: absolute; z-index: 1; right: 2rem; bottom: 2rem; margin: 0; color: var(--color-muted); font: 500 .68rem/1.3 var(--font-mono); letter-spacing: .06em; writing-mode: vertical-rl; }
.scroll-cue { position: absolute; z-index: 1; bottom: 2rem; left: 2rem; font: 500 .68rem/1 var(--font-mono); letter-spacing: .06em; }
.scroll-cue span { padding-left: .4rem; font-size: 1rem; }
.section { position: relative; padding: clamp(7rem, 14vw, 14rem) 2rem; }
.section-label { position: absolute; top: clamp(3rem, 5vw, 5rem); color: var(--color-muted); }
.display-heading { font-size: clamp(2.65rem, 6.7vw, 7.5rem); }
.body-copy { max-width: 38rem; margin: 2.8rem 0 0; font-size: clamp(1rem, 1.3vw, 1.25rem); letter-spacing: .01em; line-height: 1.9; }
.works { padding-right: 0; padding-left: 0; }
.works .section-heading { padding: 0 2rem 4rem; }
.works .section-label { position: static; margin-bottom: 2rem; }
.work-list { border-top: 1px solid var(--color-line); }
.work { display: grid; min-height: 41rem; grid-template-columns: minmax(0, 1.5fr) minmax(16rem, .7fr); border-bottom: 1px solid var(--color-line); }
.work-media { position: relative; min-height: 24rem; overflow: hidden; background: var(--color-surface); }
.work-media img, .work-media video { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.2,1), filter .8s ease; }
.work-media img { filter: saturate(.68) contrast(1.08); }
.work-media:hover img, .work-media:hover video { filter: saturate(1); transform: scale(1.035); }
.work-arrow { position: absolute; z-index: 1; top: 1.2rem; right: 1.35rem; display: grid; width: 2.7rem; height: 2.7rem; border: 1px solid var(--color-paper); border-radius: 50%; place-items: center; font-size: 1.2rem; transition: transform .25s ease, background .25s ease, color .25s ease; }
.work-media:hover .work-arrow { background: var(--color-paper); color: var(--color-ink); transform: rotate(45deg); }
.sound-work { min-height: 35rem; }
.sound-grid { display: grid; min-height: 100%; grid-template-columns: repeat(5, minmax(0, 1fr)); background: var(--color-surface); }
.sound-tile { position: relative; min-width: 0; padding: 0; overflow: hidden; border: 0; border-right: 1px solid var(--color-line); background: var(--color-surface); color: var(--color-paper); cursor: pointer; }
.sound-tile:last-child { border-right: 0; }
.sound-tile img, .sound-tile video { width: 100%; height: 100%; min-height: 20rem; object-fit: cover; filter: saturate(.55) contrast(1.08); transition: filter .35s ease, transform .65s cubic-bezier(.2,.7,.2,1); }
.sound-tile video { position: absolute; inset: 0; z-index: 1; }
.sound-tile:hover img { filter: saturate(1); transform: scale(1.04); }
.sound-tile span, .sound-tile b { position: absolute; z-index: 2; font: 500 .66rem var(--font-mono); letter-spacing: .06em; pointer-events: none; }
.sound-tile span { top: 1rem; left: 1rem; }
.sound-tile b { display: flex; right: 1rem; bottom: 1rem; gap: .38rem; align-items: center; font-weight: 500; opacity: 0; transition: opacity .25s ease; }
.sound-tile b::before { width: 0; height: 0; border-top: .32rem solid transparent; border-bottom: .32rem solid transparent; border-left: .46rem solid currentcolor; content: ''; }
.sound-tile:hover b, .sound-tile.is-playing b { opacity: 1; }
.sound-tile.is-playing b { color: var(--color-paper); }
.object-work { min-height: 52rem; }
.object-cloud { position: relative; min-height: 100%; overflow: hidden; background: var(--color-surface); }
.object-cloud img { position: absolute; width: 31%; height: 39%; object-fit: cover; filter: saturate(.74) contrast(1.08); box-shadow: 0 1.5rem 3rem rgb(0 0 0 / 28%); transition: transform .7s cubic-bezier(.2,.7,.2,1), filter .4s ease; }
.object-cloud img:nth-child(1) { top: 5%; left: 5%; width: 38%; height: 43%; }
.object-cloud img:nth-child(2) { top: 11%; right: 8%; width: 27%; height: 29%; }
.object-cloud img:nth-child(3) { top: 47%; left: 11%; width: 28%; height: 39%; }
.object-cloud img:nth-child(4) { top: 45%; right: 7%; width: 39%; height: 31%; }
.object-cloud img:nth-child(5) { right: 24%; bottom: 4%; width: 27%; height: 26%; }
.object-cloud img:nth-child(6) { top: 29%; left: 38%; width: 24%; height: 30%; }
.object-cloud img:nth-child(7) { right: 2%; bottom: 3%; width: 20%; height: 25%; }
.object-cloud:hover img { filter: saturate(1); }
.object-cloud img:hover { z-index: 1; transform: scale(1.06) rotate(0deg); }
.work-meta { display: flex; flex-direction: column; padding: 2rem; }
.work-meta > p:first-child { color: var(--color-muted); }
.work-meta h3 { margin: auto 0 0; font-size: clamp(2rem, 3.3vw, 4rem); letter-spacing: -.07em; line-height: .96; }
.work-description { max-width: 19rem; margin: 1.1rem 0 0; color: var(--color-subtle); font-size: .9rem; line-height: 1.75; }
.work:nth-child(even) .work-media { order: 2; }
.work:nth-child(even) .work-meta { order: 1; }
.about { display: grid; min-height: 90svh; grid-template-columns: minmax(15rem, .75fr) minmax(0, 1.2fr); gap: clamp(3rem, 9vw, 12rem); align-items: end; border-top: 1px solid var(--color-line); }
.about-portrait { min-height: 32rem; margin: 0; overflow: hidden; background: var(--color-surface); }
.about-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: 54% 33%; filter: grayscale(1) contrast(1.06); transition: filter .7s ease, transform 1.2s cubic-bezier(.2,.7,.2,1); }
.about-portrait:hover img { filter: grayscale(.2) contrast(1.02); transform: scale(1.025); }
.about .body-copy { margin-left: clamp(0rem, 12vw, 10rem); }
.about .body-copy + .body-copy { margin-top: 1.15rem; }
.about-name { margin: 0 0 1.4rem; color: var(--color-muted); font: 500 .68rem var(--font-mono); letter-spacing: .06em; }
.archive { min-height: 110svh; overflow: hidden; border-top: 1px solid var(--color-line); }
.photo-scatter { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.photo-scatter img { position: absolute; width: clamp(10rem, 21vw, 23rem); max-height: 38%; object-fit: cover; opacity: .58; filter: grayscale(.35) contrast(1.1); }
.photo-scatter img:nth-child(1) { top: 9%; right: 6%; width: clamp(12rem, 27vw, 31rem); transform: rotate(3deg); }
.photo-scatter img:nth-child(2) { top: 34%; left: -5%; transform: rotate(-5deg); }
.photo-scatter img:nth-child(3) { right: 20%; bottom: 3%; width: clamp(9rem, 16vw, 18rem); transform: rotate(-2deg); }
.photo-scatter img:nth-child(4) { top: 50%; right: -2%; width: clamp(10rem, 18vw, 20rem); transform: rotate(6deg); }
.photo-scatter img:nth-child(5) { bottom: 9%; left: 24%; width: clamp(11rem, 24vw, 25rem); transform: rotate(-2deg); }
.timeline-wrap { position: relative; z-index: 1; display: grid; max-width: 82rem; grid-template-columns: minmax(0, .9fr) minmax(20rem, 1fr); gap: clamp(3rem, 10vw, 13rem); align-items: start; }
.timeline { margin: .4rem 0 0; padding: 0; border-top: 1px solid var(--color-line); list-style: none; background: rgb(9 9 9 / 42%); backdrop-filter: blur(3px); }
.timeline li { display: grid; padding: 1.6rem 0; grid-template-columns: 6rem 1fr; gap: 1rem; border-bottom: 1px solid var(--color-line); }
.timeline time { color: var(--color-muted); font: 500 .68rem var(--font-mono); }
.timeline h3 { margin: 0; font-size: clamp(1.25rem, 2vw, 1.75rem); letter-spacing: -.05em; }
.timeline p { margin: .55rem 0 0; color: var(--color-subtle); font-size: .88rem; line-height: 1.75; }
.graphics { min-height: 100svh; overflow: hidden; border-top: 1px solid var(--color-line); }
.graphic-scatter { position: relative; min-height: clamp(38rem, 72vw, 64rem); margin-top: clamp(3rem, 7vw, 7rem); }
.graphic-scatter img { position: absolute; display: block; max-width: 31%; max-height: 39%; object-fit: cover; filter: saturate(.72) contrast(1.05); box-shadow: 0 1.2rem 3.5rem rgb(0 0 0 / 35%); transition: transform .6s cubic-bezier(.2,.7,.2,1), filter .35s ease; }
.graphic-scatter img:nth-child(1) { top: 2%; left: 3%; width: 31%; transform: rotate(-3deg); }
.graphic-scatter img:nth-child(2) { top: 5%; left: 39%; width: 21%; transform: rotate(4deg); }
.graphic-scatter img:nth-child(3) { top: 1%; right: 1%; width: 27%; transform: rotate(-2deg); }
.graphic-scatter img:nth-child(4) { top: 40%; left: 10%; width: 25%; transform: rotate(3deg); }
.graphic-scatter img:nth-child(5) { top: 35%; left: 39%; width: 25%; transform: rotate(-5deg); }
.graphic-scatter img:nth-child(6) { right: 8%; bottom: 5%; width: 27%; transform: rotate(3deg); }
.graphic-scatter img:nth-child(7) { bottom: 0; left: 34%; width: 20%; transform: rotate(-2deg); }
.graphic-scatter img:hover { z-index: 1; filter: saturate(1); transform: scale(1.06) rotate(0deg); }
.capabilities { background: var(--color-paper); color: var(--color-ink); }
.capabilities .section-label { color: rgb(9 9 9 / 55%); }
.capabilities-content { display: grid; grid-template-columns: minmax(0, .95fr) minmax(21rem, 1fr); gap: clamp(3rem, 9vw, 12rem); align-items: start; }
.capability-list { margin: 0; padding: 0; border-top: 1px solid var(--color-dark-line); list-style: none; }
.capability-list li { display: grid; padding: 1.4rem 0; grid-template-columns: 2.5rem minmax(9.5rem, .86fr) 1.4fr; gap: 1rem; align-items: baseline; border-bottom: 1px solid var(--color-dark-line); }
.capability-list span { color: rgb(9 9 9 / 55%); font: 500 .68rem var(--font-mono); }
.capability-list strong { font-size: .82rem; letter-spacing: .05em; }
.capability-list em { font-size: .9rem; font-style: normal; line-height: 1.55; }
.contact { display: flex; min-height: 100svh; flex-direction: column; justify-content: flex-end; border-top: 1px solid var(--color-line); }
.contact-title { font-size: clamp(4rem, 12.1vw, 13.5rem); }
.contact-content { display: flex; gap: 2rem; align-items: end; justify-content: space-between; }
.contact-links { margin-bottom: .5rem; text-align: right; }
.contact-mail { display: inline-block; padding-bottom: .4rem; border-bottom: 1px solid var(--color-paper); font-size: clamp(1rem, 1.5vw, 1.4rem); }
.contact-links nav { display: flex; margin-top: 1.25rem; gap: 1.3rem; justify-content: flex-end; }
.contact-links nav a { color: var(--color-muted); font: 500 .7rem var(--font-mono); text-decoration: underline; text-underline-offset: .25rem; }
.site-footer { display: flex; padding: 1.5rem 2rem; align-items: center; justify-content: space-between; border-top: 1px solid var(--color-line); }
.site-footer img { width: 6.5rem; }
.site-footer p { color: var(--color-muted); }
.footer-social { display: flex; gap: .8rem; align-items: center; }
.footer-social a { display: grid; width: 2rem; height: 2rem; place-items: center; border: 1px solid var(--color-line); border-radius: 50%; transition: color .25s ease, background .25s ease; }
.footer-social a:hover { background: var(--color-paper); color: var(--color-ink); }
.footer-social img { width: 1rem; height: 1rem; filter: brightness(0) invert(1); }
.footer-social a:hover img { filter: brightness(0); }
@media (max-width: 47.5rem) { .site-header { padding: 1.25rem; } .header-index { display: none; } .hero { min-height: 100svh; padding: 6.5rem 1.25rem 1.25rem; } .hero::after { background: linear-gradient(90deg, rgb(9 9 9 / 86%), rgb(9 9 9 / 22%)), linear-gradient(0deg, rgb(9 9 9 / 60%), transparent 54%); } .hero-title { font-size: clamp(3.4rem, 15.7vw, 5.7rem); } .hero-lede { margin-top: 1.45rem; } .hero-caption { right: 1.25rem; bottom: 1.25rem; } .scroll-cue { display: none; } .section { padding: 7rem 1.25rem; } .section-label { top: 2rem; } .display-heading { font-size: clamp(2.7rem, 12.1vw, 5rem); } .works { padding-right: 0; padding-left: 0; } .works .section-heading { padding: 0 1.25rem 3rem; } .work { display: flex; min-height: 0; flex-direction: column; } .work-media { min-height: 68vw; } .work-meta { min-height: 15.5rem; padding: 1.4rem 1.25rem 1.7rem; } .work:nth-child(even) .work-media, .work:nth-child(even) .work-meta { order: 0; } .work-meta h3 { margin-top: auto; font-size: clamp(2.3rem, 10.5vw, 4rem); } .sound-work .sound-grid { order: 0; } .sound-grid { min-height: 110vw; grid-template-columns: repeat(2, minmax(0, 1fr)); } .sound-tile { border-right: 1px solid var(--color-line); border-bottom: 1px solid var(--color-line); } .sound-tile:nth-child(2n) { border-right: 0; } .sound-tile:last-child { border-right: 1px solid var(--color-line); } .sound-tile img, .sound-tile video { min-height: 35vw; } .object-work { min-height: 0; } .object-cloud { height: 135vw; min-height: 0; } .about, .capabilities-content, .timeline-wrap { grid-template-columns: 1fr; gap: 3rem; } .about { min-height: 75svh; } .about-portrait { min-height: 31rem; } .about .body-copy { margin-left: 0; } .archive { min-height: 110svh; } .photo-scatter img { opacity: .42; } .photo-scatter img:nth-child(1) { top: 11%; right: -10%; } .photo-scatter img:nth-child(2) { top: 45%; left: -18%; } .photo-scatter img:nth-child(3) { display: none; } .photo-scatter img:nth-child(4) { top: 74%; right: -13%; } .photo-scatter img:nth-child(5) { bottom: 2%; left: 12%; } .timeline-wrap { gap: 3rem; } .timeline { background: rgb(9 9 9 / 58%); } .timeline li { grid-template-columns: 4.5rem 1fr; } .graphics { min-height: 80svh; } .graphic-scatter { min-height: 118vw; } .graphic-scatter img { max-width: 42%; max-height: 38%; } .graphic-scatter img:nth-child(1) { width: 42%; } .graphic-scatter img:nth-child(2) { top: 8%; left: 48%; width: 34%; } .graphic-scatter img:nth-child(3) { top: 28%; right: 0; width: 39%; } .graphic-scatter img:nth-child(4) { top: 42%; left: 3%; width: 39%; } .graphic-scatter img:nth-child(5) { top: 56%; left: 44%; width: 36%; } .graphic-scatter img:nth-child(6) { right: 3%; bottom: 1%; width: 39%; } .graphic-scatter img:nth-child(7) { bottom: 4%; left: 10%; width: 29%; } .capability-list li { grid-template-columns: 1.8rem 1fr; gap: .7rem; } .capability-list em { grid-column: 2; } .contact { min-height: 85svh; } .contact-content { display: block; } .contact-title { font-size: clamp(3.9rem, 18vw, 6.4rem); } .contact-links { margin-top: 3rem; text-align: left; } .site-footer { padding: 1.25rem; } }
main { position: relative; isolation: isolate; }
.hero, .section { z-index: 1; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; clip-path: inset(50%); }
.botary-work { min-height: 35rem; }
.botary-showcase { display: flex; min-height: 100%; flex-direction: column; justify-content: space-between; gap: 2rem; padding: clamp(1.5rem, 3vw, 3.5rem); overflow: hidden; background: linear-gradient(135deg, rgb(213 229 222), rgb(245 245 238) 58%, rgb(201 219 215)); color: var(--color-ink); }
.botary-brand { display: flex; gap: 1rem; align-items: center; }
.botary-brand > img { width: clamp(2.8rem, 4.2vw, 4rem); height: auto; }
.botary-brand h3 { width: clamp(7.5rem, 13vw, 12rem); margin: 0; }
.botary-brand h3 img { width: 100%; height: auto; }
.botary-brand p { margin: .35rem 0 0; color: rgb(9 9 9 / 62%); font: 500 .61rem var(--font-mono); letter-spacing: .08em; }
.botary-screens { display: grid; padding-bottom: .55rem; grid-auto-columns: minmax(10rem, 18vw); grid-auto-flow: column; gap: clamp(.7rem, 1.7vw, 1.8rem); align-items: end; overflow-x: auto; overscroll-behavior-x: contain; scroll-snap-type: x mandatory; scrollbar-width: thin; }
.botary-screens figure { margin: 0; overflow: hidden; border: .32rem solid rgb(15 15 15); border-radius: 1.55rem; background: var(--color-paper); box-shadow: 0 1.1rem 2rem rgb(0 0 0 / 16%); scroll-snap-align: start; }
.botary-screens figure:nth-child(2) { transform: translateY(-1.2rem); }
.botary-screens figure:nth-child(3) { transform: translateY(.65rem); }
.botary-screens figure:nth-child(4) { transform: translateY(-.5rem); }
.botary-screens img { width: 100%; height: auto; }
.site-photo-scatter { position: absolute; z-index: 0; inset: 0; overflow: hidden; pointer-events: none; }
.site-photo-scatter img { position: absolute; width: clamp(16rem, 29vw, 35rem); max-height: 13%; object-fit: cover; opacity: .26; filter: grayscale(.45) contrast(1.12); }
.site-photo-scatter img:nth-child(1) { top: 18%; right: -5%; }
.site-photo-scatter img:nth-child(2) { top: 34%; left: -9%; }
.site-photo-scatter img:nth-child(3) { top: 51%; right: -2%; width: clamp(13rem, 23vw, 28rem); }
.site-photo-scatter img:nth-child(4) { top: 67%; left: -5%; width: clamp(15rem, 26vw, 31rem); }
.site-photo-scatter img:nth-child(5) { top: 82%; right: -8%; width: clamp(18rem, 31vw, 37rem); }
.archive { min-height: 100svh; }
.section-intro { max-width: 33rem; margin: 1.6rem 0 0; color: var(--color-subtle); font-size: 1rem; line-height: 1.75; }
.graphic-grid { display: grid; margin-top: clamp(3rem, 7vw, 7rem); grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; background: var(--color-line); }
.graphic-grid img { width: 100%; aspect-ratio: 1 / .92; object-fit: cover; background: var(--color-surface); filter: saturate(.72) contrast(1.05); transition: transform .6s cubic-bezier(.2,.7,.2,1), filter .35s ease; }
.graphic-grid img:first-child, .graphic-grid img:nth-child(3) { aspect-ratio: 1 / 1.25; }
.graphic-grid img:hover { position: relative; z-index: 1; filter: saturate(1); transform: scale(1.025); }
.contact-title { font-size: clamp(3.2rem, 8.2vw, 9rem); }
.contact-intro { max-width: 27rem; margin: 1.5rem 0 0; color: var(--color-subtle); line-height: 1.8; }
.contact-social a { display: inline-flex; gap: .5rem; align-items: center; }
.contact-social img { width: 1rem; height: 1rem; filter: brightness(0) invert(1); }
@media (max-width: 47.5rem) { .botary-showcase { min-height: 102vw; padding: 1.25rem; } .botary-screens { grid-auto-columns: minmax(8.5rem, 44vw); gap: .55rem; } .botary-screens figure { border-width: .2rem; border-radius: .75rem; } .botary-screens figure:nth-child(2) { transform: translateY(-.55rem); } .botary-screens figure:nth-child(3) { transform: translateY(.35rem); } .site-photo-scatter img { width: 74vw; max-height: 8%; opacity: .2; } .site-photo-scatter img:nth-child(1) { top: 18%; right: -27%; } .site-photo-scatter img:nth-child(2) { top: 38%; left: -34%; } .site-photo-scatter img:nth-child(3) { top: 55%; right: -25%; } .site-photo-scatter img:nth-child(4) { top: 70%; left: -21%; } .site-photo-scatter img:nth-child(5) { top: 84%; right: -29%; } .archive { min-height: 100svh; } .graphic-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .graphic-grid img, .graphic-grid img:first-child, .graphic-grid img:nth-child(3) { aspect-ratio: 1 / 1; } .contact { min-height: 80svh; } .contact-title { font-size: clamp(3.4rem, 14vw, 5rem); } }
.hero-title, .display-heading, .contact-title { font-family: var(--font-serif); font-weight: 500; letter-spacing: -.055em; }
.hero-cross { display: inline-block; margin: 0 -.16em; font-family: var(--font-mono); font-size: 1.2em; font-weight: 400; transform: scaleX(.38); vertical-align: .07em; }
.botary-showcase { background: var(--color-ink); color: var(--color-paper); }
.botary-brand > img { filter: invert(1); }
.botary-brand p { color: var(--color-muted); }
.botary-screens { display: block; padding: 0; overflow: hidden; }
.botary-track { display: flex; gap: clamp(.7rem, 1.7vw, 1.8rem); transition: transform .72s cubic-bezier(.65,0,.35,1); will-change: transform; }
.botary-screens figure { flex: 0 0 min(18vw, 12.5rem); }
.object-cloud { display: grid; min-height: 41rem; padding: clamp(1rem, 3vw, 3rem); grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(.75rem, 1.8vw, 1.8rem); align-items: center; background: var(--color-surface); }
.object-cloud img, .object-cloud img:nth-child(n) { position: static; width: 100%; height: clamp(8rem, 14vw, 15rem); object-fit: contain; filter: none; box-shadow: none; transform: none; }
.object-cloud:hover img { filter: none; }
.object-cloud img:hover { transform: scale(1.025); }
.graphic-grid img, .graphic-grid img:first-child, .graphic-grid img:nth-child(3) { height: clamp(10rem, 20vw, 19rem); aspect-ratio: auto; object-fit: contain; background: var(--color-surface); }
.site-photo-scatter img { width: clamp(25rem, 45vw, 54rem); max-height: 22%; opacity: .64; filter: none; }
.site-photo-scatter img:nth-child(1) { top: 16%; right: -8%; }
.site-photo-scatter img:nth-child(2) { top: 32%; left: -13%; }
.site-photo-scatter img:nth-child(3) { top: 49%; right: -7%; width: clamp(22rem, 39vw, 48rem); }
.site-photo-scatter img:nth-child(4) { top: 65%; left: -10%; width: clamp(24rem, 43vw, 52rem); }
.site-photo-scatter img:nth-child(5) { top: 80%; right: -12%; width: clamp(27rem, 48vw, 58rem); }
.contact { min-height: 0; padding-top: clamp(6rem, 9vw, 9rem); padding-bottom: clamp(6rem, 9vw, 9rem); align-items: center; }
.contact-content { width: 100%; flex-direction: column; align-items: center; text-align: center; }
.contact-links { margin: 2.5rem 0 0; text-align: center; }
.contact-links nav { justify-content: center; }
.contact-social { gap: 1.8rem !important; }
.contact-social a { gap: .75rem; color: var(--color-paper) !important; font-size: .88rem !important; text-decoration: none !important; }
.contact-social img { width: 2.2rem; height: 2.2rem; }
@media (max-width: 47.5rem) { .botary-screens figure { flex-basis: 44vw; } .object-cloud { min-height: 0; grid-template-columns: repeat(2, minmax(0, 1fr)); } .object-cloud img, .object-cloud img:nth-child(n) { height: 36vw; } .graphic-grid img, .graphic-grid img:first-child, .graphic-grid img:nth-child(3) { height: 43vw; } .site-photo-scatter img { width: 104vw; max-height: 10%; opacity: .57; } .site-photo-scatter img:nth-child(1) { top: 16%; right: -42%; } .site-photo-scatter img:nth-child(2) { top: 33%; left: -42%; } .site-photo-scatter img:nth-child(3) { top: 50%; right: -39%; } .site-photo-scatter img:nth-child(4) { top: 66%; left: -39%; } .site-photo-scatter img:nth-child(5) { top: 81%; right: -42%; } .contact { padding-top: 6rem; padding-bottom: 6rem; } .contact-social { gap: 1.2rem !important; } }
.hero-title { font-family: var(--font-sans); font-weight: 500; letter-spacing: -.075em; }
.hero-cross { margin: 0 .03em; font-family: var(--font-sans); font-size: 1.24em; font-weight: 400; transform: none; vertical-align: .05em; }
.botary-showcase { padding: clamp(1.5rem, 3vw, 3.5rem) 0; }
.botary-screens { width: 100%; }
.botary-track { width: max-content; gap: clamp(.7rem, 1.7vw, 1.8rem); animation: botary-loop 26s linear infinite; transition: none; }
.botary-screens figure, .botary-screens figure:nth-child(n) { flex: 0 0 var(--botary-slide-width); transform: none; }
.botary-showcase:hover .botary-track { animation-play-state: paused; }
@keyframes botary-loop { from { transform: translateX(0); } to { transform: translateX(var(--botary-loop-shift)); } }
.object-cloud { background: var(--color-ink); grid-template-columns: repeat(3, minmax(0, 1fr)); }
.graphic-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(.6rem, 1.2vw, 1.2rem); background: var(--color-ink); }
.graphic-grid img, .graphic-grid img:first-child, .graphic-grid img:nth-child(3) { height: clamp(12rem, 25vw, 24rem); background: var(--color-ink); }
.capability-list { display: grid; border: 0; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; background: var(--color-dark-line); }
.capability-list li { display: flex; min-height: 12rem; padding: clamp(1.4rem, 2.5vw, 2.5rem); flex-direction: column; gap: .9rem; align-items: flex-start; border: 0; background: var(--color-paper); }
.capability-list strong { font-family: var(--font-serif); font-size: clamp(1.45rem, 2.4vw, 2.4rem); font-weight: 500; letter-spacing: -.04em; }
.capability-list em { font-size: .92rem; line-height: 1.75; }
.contact-mail { padding: 1rem 1.35rem; border: 1px solid var(--color-paper); background: var(--color-paper); color: var(--color-ink); font: 500 .78rem var(--font-mono); letter-spacing: .06em; transition: background .25s ease, color .25s ease; }
.contact-mail:hover { background: transparent; color: var(--color-paper); }
@media (max-width: 47.5rem) { .botary-showcase { padding: 1.25rem 0; } .botary-track { gap: .55rem; animation-duration: 20s; } .object-cloud { grid-template-columns: repeat(2, minmax(0, 1fr)); } .graphic-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .55rem; } .graphic-grid img, .graphic-grid img:first-child, .graphic-grid img:nth-child(3) { height: 43vw; } .capability-list { grid-template-columns: 1fr; } .capability-list li { min-height: 0; } }
.hero-media { top: 0; }
.hero-media video { height: calc(100% + 4rem); max-width: none; transform: translateY(-4rem); transform-origin: center top; }
.hero-cross { position: relative; top: .055em; margin: 0 .06em; font-family: 'Roboto Condensed', 'Arial Narrow', var(--font-sans); font-size: 1.38em; font-weight: 300; letter-spacing: -.08em; }
.botary-track { animation-timing-function: steps(6, end); }
.botary-work { display: flex; min-height: 0; flex-direction: column; }
.botary-showcase { width: 100%; }
.botary-work .work-meta { min-height: 13rem; }
.about .display-heading { line-height: 1.12; }
.sound-grid { background: var(--color-ink); }
.object-cloud, .graphic-work .graphic-grid { gap: 0; padding: 0; background: var(--color-ink); }
.object-cloud { min-height: 0; }
.graphic-work .graphic-grid { min-height: 0; margin: 0; }
.gallery-item { display: block; min-width: 0; padding: 0; border: 0; background: var(--color-ink); cursor: zoom-in; }
.object-cloud .gallery-item, .graphic-work .gallery-item { aspect-ratio: 1; overflow: hidden; }
.object-cloud .gallery-item img, .graphic-work .gallery-item img, .graphic-work .graphic-grid img { display: block; width: 100%; height: 100%; object-fit: cover; background: var(--color-ink); transition: transform .45s cubic-bezier(.2,.7,.2,1); }
.gallery-item:hover img { transform: scale(1.035); }
.gallery-lightbox { width: min(94vw, 76rem); max-width: none; height: min(90svh, 54rem); padding: 1.2rem; overflow: visible; border: 0; background: var(--color-ink); }
.gallery-lightbox::backdrop { background: rgb(0 0 0 / 86%); backdrop-filter: blur(5px); }
.gallery-lightbox img { width: 100%; height: 100%; object-fit: contain; }
.gallery-lightbox-close { position: absolute; z-index: 1; top: -2.8rem; right: 0; width: 2.2rem; height: 2.2rem; border: 1px solid var(--color-paper); border-radius: 50%; background: var(--color-ink); color: var(--color-paper); cursor: pointer; font-size: 1.3rem; }
@media (max-width: 47.5rem) { .site-header { justify-content: center; } .hero { padding-top: 0; } .hero-content { width: 100%; padding-top: 0; text-align: center; } .hero-title { max-width: none; } .hero-lede { max-width: 22rem; margin-right: auto; margin-left: auto; } .hero-media video { height: calc(100% + 2rem); transform: translateY(-2rem); } .section-heading, .about-copy, .timeline-wrap, .capabilities-content { text-align: center; } .works .section-heading { text-align: center; } .works .section-label { display: inline-block; } .about .body-copy, .section-intro, .contact-intro { margin-right: auto; margin-left: auto; text-align: center; } .about-name { text-align: center; } .section-label { left: 50%; transform: translateX(-50%); white-space: nowrap; } .works .section-label { transform: none; } .work-meta { order: -1 !important; min-height: 0; text-align: center; } .work-meta .work-description { margin-right: auto; margin-left: auto; } .botary-work .work-meta { order: 0 !important; text-align: left; } .object-cloud, .graphic-work .graphic-grid { height: auto; gap: 0; } .object-cloud .gallery-item, .graphic-work .gallery-item { aspect-ratio: 1; } .about .display-heading { font-size: clamp(2.3rem, 10.5vw, 3.7rem); } .timeline-wrap, .timeline { text-align: left; } .gallery-lightbox { width: 100vw; height: 100svh; padding: 1rem; } .gallery-lightbox-close { top: 1rem; right: 1rem; } }
.botary-showcase { height: 36rem; padding: 1rem 0; }
.botary-screens, .botary-track { height: 100%; }
.botary-track { animation: none; align-items: center; }
.botary-screens figure, .botary-screens figure:nth-child(n) { height: auto; aspect-ratio: 720 / 1560; }
.botary-screens img { width: 100%; height: 100%; object-fit: contain; }
.about .display-heading { font-size: clamp(2.2rem, 5.2vw, 5.8rem); }
.about .body-copy { margin-left: 0; }
.photo-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; background: var(--color-ink); }
.photo-work .photo-grid .gallery-item { aspect-ratio: 1; overflow: hidden; }
.photo-work .photo-grid img { width: 100%; height: 100%; object-fit: cover; background: var(--color-ink); transition: transform .45s cubic-bezier(.2,.7,.2,1), filter .35s ease; }
.sound-tile img, .sound-tile video, .object-cloud .gallery-item img, .graphic-work .gallery-item img, .photo-work .gallery-item img { filter: grayscale(1); }
.sound-tile:hover img, .sound-tile:hover video, .object-cloud .gallery-item:hover img, .graphic-work .gallery-item:hover img, .photo-work .gallery-item:hover img { filter: grayscale(0); }
@media (max-width: 47.5rem) { .botary-showcase { height: 82vw; padding: .8rem 0; } .botary-work .work-meta { text-align: center; } .about .display-heading { font-size: clamp(2.15rem, 9.5vw, 3.35rem); } .about .body-copy { margin-right: auto; margin-left: auto; } .photo-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.works { padding-top: clamp(4rem, 7vw, 7rem); padding-bottom: clamp(5rem, 9vw, 9rem); }
.works .section-heading { padding-bottom: 2rem; }
.botary-work { display: grid; min-height: 0; grid-template-columns: minmax(0, 1.5fr) minmax(16rem, .7fr); }
.botary-showcase { height: 42rem; }
.botary-work .work-meta { min-height: 0; justify-content: flex-end; }
.botary-work .botary-brand { margin-top: auto; }
.object-work, .graphic-work, .photo-work { min-height: 0; }
.about { padding-top: clamp(5rem, 8vw, 8rem); border-top: 0; }
.about-portrait { min-height: 0; background: transparent; }
.about-portrait img { height: auto; }
.about { min-height: 0; }
.about .section-label { left: 2rem; }
.timeline { border-top: 0; }
.timeline li:last-child { border-bottom: 0; }
.hero-title { animation: hero-glitch .95s cubic-bezier(.22, 1, .36, 1) both; }
@keyframes hero-glitch { 0% { opacity: 0; transform: translate3d(-.12em, .08em, 0); text-shadow: .09em 0 rgb(255 45 85 / 75%), -.08em 0 rgb(55 215 255 / 70%); } 34% { opacity: .85; transform: translate3d(.055em, -.035em, 0); text-shadow: -.06em 0 rgb(255 45 85 / 60%), .05em 0 rgb(55 215 255 / 60%); } 58% { transform: translate3d(-.018em, .01em, 0); text-shadow: .025em 0 rgb(255 45 85 / 35%), -.02em 0 rgb(55 215 255 / 35%); } 100% { opacity: 1; transform: translate3d(0, 0, 0); text-shadow: none; } }
@media (max-width: 47.5rem) { .about .section-label { left: 50%; } }
.work-meta { justify-content: flex-start; }
.work-meta h3 { margin: 1.15rem 0 0; }
.work-description { margin-top: .85rem; }
.botary-work .work-meta { justify-content: flex-start; }
.botary-work .botary-brand { margin-top: 1.15rem; }
.is-pending { opacity: 0; transform: translate3d(0, 3rem, 0); will-change: opacity, transform; }
.is-visible { animation: reveal-dissolve 1s ease forwards; }
@keyframes reveal-dissolve { 0% { opacity: 0; transform: translate3d(0, 3rem, 0); } 100% { opacity: 1; transform: translate3d(0, 0, 0); } }
.gallery-item.is-pending { transform: none; will-change: opacity; }
.gallery-item.is-visible { animation: reveal-dissolve-static 1s ease forwards; }
@keyframes reveal-dissolve-static { 0% { opacity: 0; transform: none; } 100% { opacity: 1; transform: none; } }
.about .display-heading.is-visible { animation: hero-glitch .95s cubic-bezier(.22, 1, .36, 1) both; }
.contact-form { display: grid; width: min(100%, 42rem); margin-top: clamp(2.5rem, 5vw, 5rem); gap: 1.4rem; text-align: left; }
.contact-field { display: grid; gap: .55rem; }
.contact-field label { color: var(--color-muted); font: 500 .68rem var(--font-mono); letter-spacing: .08em; }
.contact-field input, .contact-field textarea { width: 100%; padding: .7rem 0; border: 0; border-bottom: 1px solid var(--color-line); outline: 0; background: transparent; color: var(--color-paper); font: 400 1rem/1.65 var(--font-sans); resize: vertical; }
.contact-field input:focus, .contact-field textarea:focus { border-bottom-color: var(--color-paper); }
.contact-submit { justify-self: center; padding: 1rem 1.35rem; border: 1px solid var(--color-paper); background: var(--color-paper); color: var(--color-ink); cursor: pointer; font: 500 .78rem var(--font-mono); letter-spacing: .06em; transition: background .25s ease, color .25s ease; }
.contact-submit:hover { background: transparent; color: var(--color-paper); }
.contact-submit:focus-visible { outline: 2px solid var(--color-paper); outline-offset: .25rem; }
.contact-social { display: flex; margin-top: 2rem; gap: 1.8rem; justify-content: center; }
.archive { min-height: 0; padding-top: clamp(5rem, 8vw, 8rem); padding-bottom: clamp(5rem, 8vw, 8rem); }
@media (max-width: 47.5rem) { .botary-work { display: flex; flex-direction: column; } .botary-showcase { height: 82vw; } .botary-work .work-meta { order: -1 !important; align-items: center; justify-content: flex-start; text-align: center; } .botary-work .botary-brand { justify-content: center; } .botary-work .botary-brand > img { width: 2.4rem; } .botary-work .botary-brand h3 { width: 8rem; } .works { padding-top: 4rem; } .works .section-heading { padding-bottom: 1.4rem; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto; transition-duration: .01ms; animation-duration: .01ms; } .is-pending { opacity: 1; transform: none; } .botary-track { animation: none; } }
