* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); }
button, a { font: inherit; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 20; padding: 10px 14px; border-radius: 8px; background: var(--electric); color: var(--ink); }
.skip-link:focus { top: 16px; }
.page-noise { position: fixed; z-index: -1; inset: 0; pointer-events: none; opacity: .42; background-image: radial-gradient(rgba(0,0,0,.17) .55px, transparent .75px); background-size: 5px 5px; mask-image: linear-gradient(to bottom, black, transparent 95%); }
.site-header { display: flex; align-items: center; justify-content: space-between; padding-block: 23px; font-size: 13px; position: relative; z-index: 2; }
.wordmark { font-size: 19px; font-weight: 700; letter-spacing: -.08em; }
.wordmark span { font-size: 9px; margin-left: 2px; vertical-align: top; letter-spacing: 0; }
nav { display: flex; gap: 24px; }
nav a, .header-status { transition: opacity .2s ease; }
nav a:hover, .header-status:hover { opacity: .55; }
.header-status { display: flex; align-items: center; gap: 8px; font-family: var(--mono); font-size: 10px; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: #51b85c; box-shadow: 0 0 0 3px rgba(81,184,92,.17); }
.hero { min-height: min(760px, calc(100vh - 70px)); position: relative; overflow: hidden; padding-top: clamp(68px, 10vw, 150px); padding-bottom: 50px; border: 1px solid var(--ink); border-radius: 10px; background: #efeee9; isolation: isolate; }
.hero::before { content: ""; position: absolute; z-index: -1; width: 52vw; aspect-ratio: 1; right: -15vw; top: -27vw; border-radius: 50%; background: radial-gradient(circle at 35% 40%, white 0 3%, var(--lavender) 26%, #9891b5 55%, #35333d 100%); filter: blur(1px); opacity: .92; }
.hero::after { content: ""; position: absolute; z-index: -1; left: -8vw; bottom: -13vw; width: 43vw; aspect-ratio: 1; border: 1px solid rgba(17,17,17,.3); border-radius: 50%; }
.hero-meta, .hero-heading, .hero-bottom { width: calc(100% - clamp(40px, 8vw, 112px)); margin-inline: auto; }
.hero-meta { display: flex; justify-content: space-between; position: relative; z-index: 1; font: 10px var(--mono); text-transform: uppercase; letter-spacing: .02em; }
.hero-meta p { margin: 0; }
.hero-heading { margin-top: clamp(90px, 16vw, 170px); }
.eyebrow { margin: 0 0 16px; font: 10px/1.2 var(--mono); letter-spacing: .04em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin: 0; max-width: 100%; font-size: clamp(70px, 14.25vw, 182px); line-height: .78; letter-spacing: -.105em; font-weight: 700; display: grid; }
h1 span { display: block; }
h1 span:last-child { justify-self: end; }
.outlined { -webkit-text-stroke: 1.5px var(--ink); color: transparent; }
.hero-bottom { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-top: clamp(60px, 10vw, 124px); }
.hero-intro { max-width: 290px; margin-bottom: 0; font-size: 18px; line-height: 1.25; letter-spacing: -.04em; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 18px; padding: 13px 16px; border: 1px solid var(--ink); border-radius: 100px; font-size: 13px; font-weight: 600; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-3px); }
.button span { font-size: 16px; line-height: 0; }
.button-dark { background: var(--ink); color: white; }
.button-dark:hover { background: var(--electric); color: var(--ink); }
.button-light { background: var(--paper); }
.button-light:hover { background: var(--electric); }
.hero-orbit { position: absolute; z-index: -1; border: 1px solid rgba(17,17,17,.25); border-radius: 50%; }
.orbit-one { width: 430px; height: 180px; right: -70px; bottom: 35px; transform: rotate(-25deg); }
.orbit-two { width: 280px; height: 110px; right: 50px; bottom: 70px; transform: rotate(-25deg); }
.hero-stamp { position: absolute; right: 7%; top: 29%; width: 77px; height: 77px; padding: 12px; display: grid; place-content: center; border: 1px solid var(--ink); border-radius: 50%; background: var(--electric); font: 9px/1 var(--mono); text-align: center; transform: rotate(14deg); }
.section-space { padding-top: clamp(112px, 15vw, 188px); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; }
.section-heading h2, .about-copy h2, .contact-row h2 { margin: 0; font-size: clamp(38px, 5.2vw, 74px); line-height: .97; letter-spacing: -.075em; max-width: 800px; }
h2 em { font-family: Georgia, serif; font-weight: 400; letter-spacing: -.1em; }
.section-note { max-width: 215px; margin: 0 0 5px; color: var(--muted); font-size: 13px; line-height: 1.4; }
.work-controls { display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line); padding: 45px 0 13px; }
.filter-group { display: flex; flex-wrap: wrap; gap: 7px; }
.filter { border: 0; border-radius: 100px; background: transparent; padding: 7px 10px; color: var(--muted); font-size: 12px; }
.filter:hover, .filter.is-active { color: var(--ink); background: var(--electric); }
.project-count { margin: 0; color: var(--muted); font: 10px var(--mono); }
.project-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 30px 20px; padding-top: 28px; }
.project-card { grid-column: span 6; min-width: 0; border-top: 1px solid var(--ink); padding-top: 12px; animation: card-in .45s both; }
.project-card:nth-child(3) { grid-column: span 12; }
.project-visual { position: relative; height: clamp(250px, 34vw, 420px); overflow: hidden; margin-bottom: 14px; border-radius: var(--radius); border: 1px solid rgba(17,17,17,.65); background: var(--paper-dark); transition: transform .35s cubic-bezier(.2,.7,.2,1); }
.project-card:hover .project-visual { transform: translateY(-5px); }
.visual-topline { position: absolute; z-index: 2; top: 16px; left: 16px; right: 16px; display: flex; justify-content: space-between; font: 10px var(--mono); text-transform: uppercase; }
.project-index { opacity: .62; }
.project-card h3 { margin: 0; font-size: 22px; line-height: 1; letter-spacing: -.065em; }
.project-meta { display: flex; justify-content: space-between; gap: 16px; margin-top: 8px; color: var(--muted); font-size: 12px; }
.project-open { border: 0; margin-top: 13px; padding: 0; background: transparent; border-bottom: 1px solid currentColor; font-size: 12px; }
.project-open:hover { color: #526d00; }
.visual-spotifind { background: linear-gradient(130deg, #efece6 0 49%, #80abc2 49%); }
.spotifind-type { position: absolute; top: 16%; left: 8%; width: 49%; font-size: clamp(23px, 3.4vw, 52px); line-height: .93; letter-spacing: -.07em; font-weight: 700; }
.spotifind-type span { color: #6b98b1; }
.spotifind-map { position: absolute; right: 6%; bottom: 9%; width: 42%; height: 48%; border: 5px solid #111; border-radius: 20px; background: linear-gradient(24deg, transparent 46%, #d7dcda 47% 51%, transparent 52%), linear-gradient(148deg, transparent 43%, #d7dcda 44% 48%, transparent 49%), #f5f4f0; box-shadow: 13px 14px 0 rgba(17,17,17,.2); }
.spotifind-map::before { content: "Study spot"; position: absolute; top: 11px; left: 11px; border-radius: 9px; background: #80abc2; padding: 6px 8px; font: 8px var(--mono); }
.spotifind-map::after { content: "●"; position: absolute; color: var(--coral); left: 50%; top: 53%; font-size: 22px; }
.visual-uwcube { background: #17181b; color: white; }
.cube-grid { position: absolute; inset: 0; display: grid; grid-template-columns: repeat(5, 1fr); gap: 2px; transform: rotate(-10deg) scale(1.13); opacity: .9; }
.cube-grid span { background: linear-gradient(135deg, #367a8a, #034f59); border: 1px solid rgba(255,255,255,.22); }
.cube-grid span:nth-child(3n) { background: linear-gradient(135deg, #f18a71, #cd513f); }
.cube-grid span:nth-child(4n) { background: linear-gradient(135deg, #e7eaeb, #a4bcc2); }
.cube-title { position: absolute; z-index: 1; bottom: 8%; left: 7%; font-size: clamp(48px, 7vw, 100px); line-height: .75; letter-spacing: -.1em; color: white; mix-blend-mode: screen; }
.cube-title span { display: block; font-size: .46em; letter-spacing: -.08em; margin-left: .14em; }
.visual-video { background: #f1cf98; }
.video-frame { position: absolute; inset: 7% 6%; overflow: hidden; border: 1px solid var(--ink); background: #1c1b1a; color: white; }
.video-frame::before { content: ""; position: absolute; width: 70%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle at 35% 35%, #f2a35e 0 3%, #dd6847 21%, #592b2d 58%, transparent 59%); left: -17%; bottom: -55%; }
.video-frame::after { content: ""; position: absolute; width: 45%; height: 110%; background: repeating-linear-gradient(90deg, rgba(255,255,255,.08) 0 1px, transparent 1px 28px); right: -5%; top: 0; transform: skewX(-13deg); }
.video-title { position: absolute; z-index: 1; top: 15%; left: 8%; max-width: 62%; margin: 0; font-size: clamp(31px, 4.2vw, 62px); line-height: .88; letter-spacing: -.08em; }
.play-button { position: absolute; z-index: 2; left: 8%; bottom: 13%; width: 56px; height: 56px; display: grid; place-items: center; border: 1px solid white; border-radius: 50%; font-size: 16px; }
.about-section { background: var(--ink); margin-top: clamp(112px, 15vw, 188px); padding-bottom: clamp(112px, 15vw, 188px); color: var(--paper); }
.about-layout { display: grid; grid-template-columns: 1fr 2.3fr 1fr; gap: 35px; }
.about-copy h2 { font-size: clamp(34px, 4.55vw, 62px); }
.about-copy > p { max-width: 625px; margin: 38px 0 24px; color: #c1c0bb; font-size: 18px; line-height: 1.45; letter-spacing: -.025em; }
.text-link { display: inline-flex; gap: 10px; border-bottom: 1px solid currentColor; padding-bottom: 3px; font-size: 14px; }
.text-link:hover { color: var(--electric); }
.capability-list { padding-top: 5px; }
.capability-list p { margin: 0; border-top: 1px solid rgba(255,255,255,.26); padding: 9px 0; color: #c1c0bb; font-size: 12px; }
.approach-list { margin: 63px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--ink); }
.approach-list li { display: grid; grid-template-columns: 20% 1fr; gap: 20px; border-bottom: 1px solid var(--ink); padding: 24px 0 32px; }
.approach-list li > span { font: 11px var(--mono); }
.approach-list h3 { margin: 0 0 12px; font-size: clamp(27px, 3vw, 42px); line-height: .95; letter-spacing: -.07em; }
.approach-list p { max-width: 390px; margin: 0; color: var(--muted); line-height: 1.4; font-size: 14px; }
.contact-section { margin-top: clamp(112px, 15vw, 188px); overflow: hidden; padding: 30px clamp(28px, 6vw, 86px) 20px; border-radius: 10px 10px 0 0; background: var(--lavender); }
.contact-row { display: flex; justify-content: space-between; align-items: end; gap: 30px; padding: clamp(65px, 11vw, 150px) 0; }
.contact-row h2 { max-width: 735px; font-size: clamp(47px, 6.7vw, 96px); }
.contact-footer { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding-top: 16px; border-top: 1px solid var(--ink); font-size: 12px; }
.contact-footer p { margin: 0; color: rgba(17,17,17,.62); }
.contact-footer a:hover { text-decoration: underline; }
.project-dialog { width: min(850px, calc(100vw - 32px)); max-height: min(820px, calc(100vh - 32px)); border: 1px solid var(--ink); padding: 0; color: var(--ink); background: var(--paper); box-shadow: var(--shadow); }
.project-dialog::backdrop { background: rgba(17,17,17,.58); backdrop-filter: blur(4px); }
.dialog-close { position: sticky; z-index: 2; top: 16px; left: calc(100% - 58px); width: 38px; height: 38px; display: grid; place-content: center; float: right; margin: 16px; border: 1px solid var(--ink); border-radius: 50%; background: var(--paper); font-size: 25px; line-height: 1; }
.dialog-close:hover { background: var(--electric); }
.dialog-inner { clear: both; padding: 20px clamp(24px, 6vw, 64px) clamp(38px, 7vw, 75px); }
.dialog-eyebrow { font: 10px var(--mono); text-transform: uppercase; }
.dialog-inner h2 { max-width: 630px; margin: 15px 0 24px; font-size: clamp(38px, 5.2vw, 70px); line-height: .92; letter-spacing: -.08em; }
.dialog-summary { max-width: 610px; font-size: 19px; line-height: 1.38; letter-spacing: -.03em; }
.dialog-details { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 42px 0; }
.dialog-details div { border-top: 1px solid var(--ink); padding-top: 9px; }
.dialog-details span { display: block; margin-bottom: 7px; color: var(--muted); font: 9px var(--mono); text-transform: uppercase; }
.dialog-details p { margin: 0; font-size: 13px; line-height: 1.35; }
.source-list { display: flex; flex-wrap: wrap; gap: 8px; padding: 0; list-style: none; }
.source-list a { display: inline-flex; gap: 8px; border: 1px solid var(--ink); border-radius: 50px; padding: 9px 12px; font-size: 12px; }
.source-list a:hover { background: var(--electric); }
.reveal { transition: opacity .6s ease, transform .6s ease; }
.reveal[data-hidden="true"] { opacity: 0; transform: translateY(20px); }
@keyframes card-in { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
@media (max-width: 760px) {
  .site-header { gap: 14px; }
  .header-status { display: none; }
  nav { gap: 14px; font-size: 12px; }
  .hero { min-height: 680px; }
  .hero::before { width: 100vw; right: -38vw; top: -24vw; }
  .hero-heading { margin-top: 120px; }
  h1 { font-size: clamp(62px, 17.7vw, 120px); }
  .hero-bottom, .section-heading, .contact-row { align-items: flex-start; flex-direction: column; }
  .hero-bottom { margin-top: 100px; }
  .hero-stamp { right: 8%; top: 24%; }
  .section-heading h2, .about-copy h2 { font-size: clamp(37px, 9.6vw, 58px); }
  .section-note { max-width: 300px; }
  .project-card, .project-card:nth-child(3) { grid-column: span 12; }
  .project-visual { height: min(80vw, 390px); }
  .about-layout { grid-template-columns: 1fr; gap: 28px; }
  .about-copy > p { margin-top: 25px; }
  .capability-list { max-width: 380px; }
  .approach-list { margin-top: 40px; }
  .approach-list li { grid-template-columns: 18% 1fr; }
  .contact-section { padding-inline: 24px; }
  .contact-row { padding-block: 75px; }
  .contact-row h2 { font-size: clamp(45px, 12vw, 76px); }
  .contact-footer { align-items: flex-start; flex-direction: column; }
  .dialog-details { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; } }
