:root {
	--ink: #151515;
	--paper: #f1eee7;
	--muted: #75756f;
	--line: #d7d3ca;
	--acid: #0062ff;
	--coral: #ff785e;
	--blue: #a5c7ff;
	--white: #fbfaf6;
	--mono: 'DM Mono', monospace;
	--display: 'Space Grotesk', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	background: var(--paper);
	color: var(--ink);
	font-family: var(--display);
	overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
.shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.eyebrow {
	color: var(--muted); font-family: var(--mono);
	letter-spacing: .08em; text-transform: uppercase;
}
.topbar {
	align-items: center; background: rgba(241, 238, 231, .9); border: 1px solid var(--line);
	border-radius: 32px; display: flex; height: 250px; justify-content: space-between;
	left: 50%; padding: 0 22px; position: fixed; top: 18px; transform: translateX(-50%);
	transition: border-radius .3s ease, height .3s ease, box-shadow .3s ease, top .3s ease; width: min(1180px, calc(100% - 48px));
	z-index: 10; backdrop-filter: blur(14px);
}
.brand { align-items: center; display: flex; gap: 40px; font-weight: 700; min-width: 190px; }
.brand-photo { aspect-ratio: 1; border: 2px solid var(--coral); border-radius: 50%; display: block; flex: 0 0 150px; height: 150px; object-fit: cover; object-position: center; overflow: hidden; transition: flex-basis .3s ease, height .3s ease, width .3s ease; width: 150px; }
.brand-text { display: flex; flex-direction: column; line-height: 1; }
.brand-name { font-size: 70px; transition: font-size .3s ease; white-space: nowrap; }
.brand-title { display: block; margin-top: 16px; font-size: 18px}
.nav { align-items: center; display: flex; gap: 32px; }
.nav a { font-family: var(--mono); font-size: 18px; text-transform: capitalize; }
.nav a:hover { color: var(--coral); }
.availability { align-items: center; display: flex; font-family: var(--mono); font-size: 10px; gap: 8px; text-transform: uppercase; }
.availability i { background: #80bb52; border-radius: 50%; height: 7px; width: 7px; }
.menu-toggle { background: none; border: 0; cursor: pointer; display: none; padding: 8px 0; }
.menu-toggle span { background: var(--ink); display: block; height: 2px; margin: 5px 0; width: 23px; }
.topbar.scrolled { border-radius: 999px; height: 100px; top: 10px; border: 1px solid var(--line); }
.topbar.scrolled .brand { gap: 14px; }
.topbar.scrolled .brand-photo { flex-basis: 75px; height: 75px; width: 75px; }
.topbar.scrolled .brand-name { font-size: 22px; }
.topbar.scrolled .brand-title { margin-top: 8px; font-size: 10px }

.hero { min-height: 650px; padding: 350px 0 95px; position: relative; scroll-margin-top: 170px; }
.hero::before {
	background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px);
	background-size: 44px 44px; content: ''; inset: 0 -50vw 0 53%; opacity: .45; position: absolute; z-index: -1;
}
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr); gap: 80px; }
h1 { font-size: clamp(4rem, 9vw, 8.5rem); font-weight: 500; letter-spacing: -.09em; line-height: .82; margin: 27px 0 40px; max-width: 790px; }
h1 em { color: var(--coral); font-style: normal; }
.hero-copy { font-size: 18px; line-height: 1.55; margin: 0; max-width: 410px; }
.hero-aside { align-self: end; padding-bottom: 10px; }
.hero-aside p { font-size: 22px; line-height: 1.15; margin: 0 0 42px; max-width: 300px; }
.arrow-link { align-items: center; border-bottom: 1px solid var(--ink); display: inline-flex; font-family: var(--mono); font-size: 11px; gap: 22px; padding-bottom: 10px; text-transform: uppercase; }
.arrow-link::after { content: '↘'; font-family: var(--display); font-size: 20px; }

.status-strip { background: var(--ink); color: var(--white); padding: 16px 0; }
.status-inner { align-items: center; display: flex; justify-content: space-between; }
.status-inner span { font-family: var(--mono); font-size: 10px; letter-spacing: .04em; text-transform: uppercase; }
.status-inner strong { color: var(--acid); font-weight: 500; }

section { padding: 120px 0; scroll-margin-top: 130px; }
.section-head { align-items: end; display: flex; justify-content: space-between; margin-bottom: 48px; }
.section-head h2 { font-size: clamp(2.4rem, 5vw, 4.8rem); font-weight: 500; letter-spacing: -.07em; line-height: .9; margin: 14px 0 0; }
.section-intro { font-size: 15px; line-height: 1.5; margin: 0; max-width: 270px; }
.work-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 48px 24px; }
.project { cursor: pointer; }
.project.hidden { display: none; }
.project-visual { aspect-ratio: 1.45 / 1; margin-bottom: 18px; overflow: hidden; position: relative; }
.project-visual::after { border: 1px solid rgba(21,21,21,.18); content: ''; inset: 12px; pointer-events: none; position: absolute; }
.visual-a { background: var(--blue); }
.visual-b { background: var(--coral); }
.visual-c { background: var(--acid); }
.visual-d { background: #cabef5; }
.visual-a .window { background: var(--ink); color: var(--white); inset: 14% 9%; padding: 24px; position: absolute; }
.window .window-bar { border-bottom: 1px solid #555; display: flex; justify-content: space-between; padding-bottom: 14px; }
.window .window-bar span, .window small { font-family: var(--mono); font-size: 9px; }
.window h3 { font-size: 27px; font-weight: 500; letter-spacing: -.05em; line-height: 1; margin: 34px 0 20px; max-width: 240px; }
.signal { align-items: end; display: flex; gap: 5px; height: 45px; }
.signal i { background: var(--acid); display: block; width: 7px; }
.signal i:nth-child(1) { height: 18px; }.signal i:nth-child(2) { height: 31px; }.signal i:nth-child(3) { height: 25px; }.signal i:nth-child(4) { height: 43px; }.signal i:nth-child(5) { height: 34px; }
.visual-b .orbit { border: 1px solid var(--ink); border-radius: 50%; height: 260px; left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 260px; }
.visual-b .orbit::before, .visual-b .orbit::after { border: 1px solid var(--ink); border-radius: 50%; content: ''; inset: 34px; position: absolute; transform: rotate(55deg); }
.visual-b .orbit::after { inset: 68px; transform: rotate(-35deg); }
.orbit-label { background: var(--ink); color: var(--coral); font-family: var(--mono); font-size: 11px; left: 50%; padding: 7px 10px; position: absolute; top: 50%; transform: translate(-50%, -50%); }
.visual-c .terminal { background: var(--white); bottom: 12%; font-family: var(--mono); font-size: 10px; left: 10%; padding: 19px; position: absolute; right: 10%; top: 12%; }
.terminal p { margin: 0 0 11px; }.terminal p:nth-child(2) { color: #67952e; }.terminal p:nth-child(3) { color: #927a3d; }.terminal b { font-weight: 500; }
.visual-d .poster { align-items: center; border: 1px solid var(--ink); display: flex; inset: 13%; justify-content: center; position: absolute; }
.poster strong { font-size: 70px; font-weight: 500; letter-spacing: -.12em; line-height: .75; text-align: center; }.poster small { bottom: 15px; font-family: var(--mono); font-size: 9px; left: 15px; position: absolute; }
.project-meta { align-items: start; display: flex; justify-content: space-between; }
.project-title { font-size: 21px; font-weight: 500; letter-spacing: -.04em; margin: 0 0 6px; }
.project-desc { color: var(--muted); font-family: var(--mono); font-size: 10px; margin: 0; text-transform: uppercase; }
.project-year { color: var(--muted); font-family: var(--mono); font-size: 10px; }
.filters { display: flex; gap: 7px; }
.filter { background: transparent; border: 1px solid var(--line); cursor: pointer; font-family: var(--mono); font-size: 10px; padding: 9px 12px; text-transform: uppercase; }
.filter:hover, .filter.active { background: var(--ink); border-color: var(--ink); color: var(--white); }

.about-band { background: var(--acid); }
.about-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.about-grid h2 { font-size: clamp(2.8rem, 5vw, 5.6rem); font-weight: 500; letter-spacing: -.08em; line-height: .85; margin: 15px 0; }
.about-copy { font-size: clamp(1.5rem, 2.8vw, 2.5rem); letter-spacing: -.05em; line-height: 1.08; margin: 0 0 48px; max-width: 600px; }
.about-detail { border-top: 1px solid var(--ink); display: grid; grid-template-columns: 1fr 1fr; padding-top: 18px; }
.about-detail p { font-family: var(--mono); font-size: 11px; line-height: 1.7; margin: 0; max-width: 220px; }
.stack { border-top: 1px solid var(--ink); display: grid; grid-template-columns: repeat(2, 1fr); margin-top: 30px; }
.stack span { border-bottom: 1px solid var(--ink); font-family: var(--mono); font-size: 11px; padding: 13px 0; }
.stack span:nth-child(odd) { border-right: 1px solid var(--ink); padding-right: 15px; }.stack span:nth-child(even) { padding-left: 15px; }

.contact { padding-bottom: 80px; }
.contact-box { align-items: end; border-bottom: 1px solid var(--ink); display: flex; justify-content: space-between; padding-bottom: 50px; }
.contact h2 { font-size: clamp(3.5rem, 9vw, 9.5rem); font-weight: 500; letter-spacing: -.1em; line-height: .78; margin: 18px 0 0; max-width: 800px; }
.contact-link { background: var(--coral); display: block; font-family: var(--mono); font-size: 11px; padding: 18px 22px; text-transform: uppercase; }
.contact-link:hover { background: var(--ink); color: var(--white); }
footer { border-top: 1px solid var(--line); padding: 20px 0 32px; }.footer-inner { display: flex; justify-content: space-between; }.footer-inner span { color: var(--muted); font-family: var(--mono); font-size: 10px; text-transform: uppercase; }
@media (max-width: 760px) {
	.shell { width: min(100% - 32px, 560px); }.topbar, .topbar.scrolled { height: 60px; padding: 0 14px; top: 10px; width: calc(100% - 32px); }.brand { min-width: 0; }.brand-photo, .topbar.scrolled .brand-photo { flex-basis: 32px; height: 32px; width: 32px; }.brand-name, .topbar.scrolled .brand-name { font-size: 16px; }.availability { display: none; }.menu-toggle { display: block; }.nav { background: var(--paper); border: 1px solid var(--line); border-radius: 16px; display: none; flex-direction: column; gap: 24px; left: 0; opacity: 1; padding: 24px 16px 30px; pointer-events: auto; position: absolute; right: 0; top: 68px; transform: none; z-index: 3; }.nav.open { display: flex; }
	.hero { min-height: 0; padding: 80px 0 85px; }.hero::before { inset: 0 -50px 0 45%; }.hero-grid { display: block; }.hero-aside { margin-top: 80px; }.hero-aside p { font-size: 20px; }.status-inner { gap: 20px; }.status-inner span:last-child { display: none; }
	section { padding: 80px 0; }.section-head { align-items: start; display: block; }.section-intro { margin-top: 24px; }.filters { margin-top: 28px; overflow-x: auto; padding-bottom: 4px; }.filter { flex: 0 0 auto; }.work-grid { grid-template-columns: 1fr; gap: 46px; }.about-grid { display: block; }.about-grid h2 { margin-bottom: 50px; }.about-copy { font-size: 1.8rem; }.about-detail { grid-template-columns: 1fr 1fr; }.contact-box { align-items: start; display: block; }.contact-link { display: inline-block; margin-top: 35px; }.footer-inner { gap: 15px; }.footer-inner span:last-child { text-align: right; }
}
