@charset "utf-8";

:root {
  color-scheme: dark;
  --ink: #0d1018;
  --ink-soft: #121620;
  --surface: #171b26;
  --line: rgba(228, 231, 240, .13);
  --text: #f1f0e9;
  --muted: #a2a6b0;
  --accent: #c9f279;
  --accent-dim: #9dc84f;
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-family: var(--sans);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
  background: var(--ink);
  color: var(--text);
}

* { box-sizing: border-box; }
body { margin: 0; min-width: 320px; background: var(--ink); color: var(--text); }
button, a { font: inherit; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
img { display: block; max-width: 100%; }
::selection { color: var(--ink); background: var(--accent); }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 5px; }

.skip-link { position: fixed; top: 12px; left: 12px; z-index: 20; transform: translateY(-160%); padding: .75rem 1rem; border-radius: 2rem; background: var(--accent); color: var(--ink); }
.skip-link:focus { transform: translateY(0); }
.site-header { width: min(1320px, calc(100% - 96px)); height: 88px; margin-inline: auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid var(--line); position: relative; z-index: 2; }
.brand { display: inline-flex; gap: 12px; align-items: center; width: fit-content; font-weight: 600; letter-spacing: -.025em; }
.brand-mark { display: grid; width: 36px; height: 36px; place-items: center; border: 1px solid rgba(201,242,121,.7); border-radius: 50%; color: var(--accent); font-size: 12px; letter-spacing: -.08em; }
.brand-name { font-size: 15px; }
.main-nav { display: flex; gap: 34px; align-items: center; color: #d3d2ce; font-size: 14px; }
.main-nav a, .back-top { transition: color .2s ease; }
.main-nav a:hover, .back-top:hover { color: var(--accent); }
.header-note { justify-self: end; color: var(--muted); font-size: 11px; letter-spacing: .16em; }
.status-dot { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; vertical-align: 1px; background: var(--accent); box-shadow: 0 0 13px rgba(201,242,121,.55); }

.hero { width: min(1320px, calc(100% - 96px)); min-height: min(770px, calc(100svh - 88px)); margin: 0 auto; display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); align-items: center; gap: clamp(30px, 6vw, 96px); padding: 56px 0 72px; position: relative; }
.hero-copy { position: relative; z-index: 1; padding: 10px 0 22px 3.4%; }
.eyebrow { margin: 0; color: var(--accent); font-size: 11px; font-weight: 600; letter-spacing: .18em; line-height: 1.5; }
.eyebrow-rule { display: inline-block; width: 29px; height: 1px; margin: 0 10px 4px 0; background: var(--accent); }
h1, h2, h3, p { margin-top: 0; }
.hero h1 { margin: 29px 0 24px; font-size: clamp(3.55rem, 6vw, 6.25rem); font-weight: 400; letter-spacing: -.075em; line-height: .98; }
.hero h1 em, .section-heading h2 em, .about-copy h2 em { color: var(--accent); font-family: var(--serif); font-weight: 400; letter-spacing: -.065em; }
.hero-intro { max-width: 350px; margin: 0; color: #b6b8c0; font-size: 17px; line-height: 1.7; }
.round-link { display: inline-flex; align-items: center; gap: 17px; margin-top: 36px; color: var(--text); font-size: 14px; }
.round-arrow { display: grid; width: 39px; height: 39px; place-items: center; border: 1px solid rgba(201,242,121,.55); border-radius: 50%; color: var(--accent); font-size: 20px; transition: color .2s ease, background .2s ease, transform .2s ease; }
.round-link:hover .round-arrow { transform: translate(2px, 2px); background: var(--accent); color: var(--ink); }
.hero-index { display: flex; align-items: center; gap: 12px; margin-top: 75px; color: var(--muted); font-size: 11px; letter-spacing: .16em; }
.hero-index span:first-child { color: var(--accent); }
.index-line { width: 72px; height: 1px; background: linear-gradient(90deg, var(--accent), var(--line)); }
.hero-visual { min-width: 0; position: relative; aspect-ratio: 1 / .92; isolation: isolate; }
.hero-visual::before { position: absolute; z-index: -1; inset: -10% -5% -4% 12%; content: ""; border: 1px solid rgba(201,242,121,.14); border-radius: 48% 48% 2px 2px; transform: rotate(4deg); }
.hero-visual::after { position: absolute; z-index: -1; right: 7%; top: -6%; width: 29%; aspect-ratio: 1; content: ""; border: 1px solid rgba(223,227,239,.15); border-radius: 50%; }
.hero-glow { position: absolute; z-index: -1; inset: 7% 6% 3% 7%; border-radius: 49% 49% 1px 1px; background: radial-gradient(ellipse at 48% 38%, rgba(116,99,170,.38), transparent 65%); filter: blur(13px); }
.hero-visual > img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 42%; border-radius: 48% 48% 2px 2px; background: #181622; }
.hero-caption { position: absolute; right: 4%; bottom: 4%; left: 4%; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 17px 19px; border: 1px solid rgba(236,236,240,.18); background: rgba(13,16,24,.77); backdrop-filter: blur(16px); }
.hero-caption > span:last-child { font-family: var(--serif); font-size: 20px; font-style: italic; }
.hero-caption i { margin-left: 8px; color: var(--accent); font-family: var(--sans); font-size: 15px; font-style: normal; }
.caption-number { color: var(--accent); font-size: 10px; letter-spacing: .15em; }
.visual-stamp { position: absolute; top: 12%; right: -5%; display: grid; width: 91px; aspect-ratio: 1; place-content: center; border: 1px solid rgba(201,242,121,.47); border-radius: 50%; color: var(--accent); font-size: 9px; line-height: 1.5; letter-spacing: .16em; text-align: center; transform: rotate(9deg); }
.hero-side-note { position: absolute; right: -37px; top: 43%; color: #757985; font-size: 9px; letter-spacing: .16em; writing-mode: vertical-rl; }

.section-shell { width: min(1320px, calc(100% - 96px)); margin-inline: auto; }
.work-section { padding-top: 110px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 41px; }
.section-heading h2, .about-copy h2 { margin: 17px 0 0; font-size: clamp(2.9rem, 5.1vw, 5.1rem); font-weight: 400; letter-spacing: -.07em; line-height: 1; }
.section-aside { max-width: 255px; margin: 0 0 5px; color: var(--muted); font-size: 14px; line-height: 1.65; }
.project-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); column-gap: 22px; row-gap: 46px; }
.work-card { grid-column: span 4; display: block; min-width: 0; padding: 0; border: 0; background: transparent; text-align: left; cursor: pointer; }
.work-card:nth-child(1) { grid-column: span 7; }
.work-card:nth-child(2) { grid-column: span 5; }
.work-image { display: block; position: relative; overflow: hidden; aspect-ratio: 1.12 / 1; background: var(--surface); }
.work-card:nth-child(1) .work-image, .work-card:nth-child(2) .work-image { aspect-ratio: 1.45 / 1; }
.work-image::after { position: absolute; inset: 50% 0 0; content: ""; background: linear-gradient(0deg, rgba(8,10,15,.45), transparent); opacity: .72; pointer-events: none; }
.work-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.7,.2,1), filter .35s ease; }
.work-card:nth-child(1) .work-image img { object-position: 50% 42%; }
.work-card:nth-child(2) .work-image img { object-position: 50% 52%; }
.work-count { position: absolute; z-index: 1; top: 16px; left: 17px; color: white; font-size: 11px; letter-spacing: .13em; text-shadow: 0 1px 7px rgba(0,0,0,.45); }
.work-open { position: absolute; z-index: 1; right: 15px; bottom: 15px; display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid rgba(255,255,255,.6); border-radius: 50%; background: rgba(13,16,24,.2); color: white; font-size: 18px; transition: background .25s, color .25s, transform .25s; }
.work-card:hover .work-image img { transform: scale(1.035); }
.work-card:hover .work-open { transform: rotate(45deg); border-color: var(--accent); background: var(--accent); color: var(--ink); }
.work-meta { display: flex; align-items: start; justify-content: space-between; gap: 14px; padding: 16px 1px 0; }
.work-meta strong { display: block; font-size: 17px; font-weight: 500; letter-spacing: -.025em; }
.work-meta small { display: block; margin-top: 6px; color: var(--muted); font-size: 13px; }
.work-type { padding-top: 3px; color: #737884; font-size: 10px; letter-spacing: .15em; }
.grid-footnote { margin: 37px 0 0; color: var(--muted); font-size: 13px; }

.motion-section { padding-top: 114px; }
.motion-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 18px; }
.motion-project { min-width: 0; padding: 22px; border: 1px solid var(--line); background: linear-gradient(140deg, rgba(23,27,38,.9), rgba(15,18,27,.7)); }
.motion-project-topline { display: flex; align-items: center; gap: 18px; margin-bottom: 18px; }
.motion-project-heading { display: flex; align-items: center; gap: 14px; min-width: 0; }
.motion-project-number { display: grid; width: 36px; height: 36px; place-items: center; border: 1px solid rgba(201,242,121,.45); border-radius: 50%; color: var(--accent); font-size: 10px; }
.motion-project-heading h3 { margin: 0; font-size: 19px; font-weight: 500; letter-spacing: -.03em; }
.motion-project-heading p { margin: 4px 0 0; color: var(--muted); font-size: 12px; }
.motion-clips { display: flex; gap: 16px; overflow-x: auto; padding: 2px 2px 13px; overscroll-behavior-x: contain; scroll-snap-type: x mandatory; scrollbar-color: rgba(201,242,121,.55) rgba(255,255,255,.08); scrollbar-width: thin; }
.motion-clips:focus-visible { outline-offset: 2px; }
.motion-clip { min-width: 0; margin: 0; }
.motion-clip { flex: 0 0 clamp(320px, 42vw, 520px); scroll-snap-align: start; }
.motion-clip video { display: block; width: 100%; aspect-ratio: 1 / 1; background: #070910; object-fit: contain; }
.motion-clip figcaption { padding-top: 7px; color: #d8d8d4; font-size: 12px; }
.motion-clip figcaption span { margin-right: 7px; color: var(--accent); font-size: 9px; letter-spacing: .12em; }

.about-section { display: grid; grid-template-columns: .72fr 1.5fr .45fr; align-items: center; gap: clamp(35px, 8vw, 130px); margin-top: 147px; padding: 68px 0 72px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.about-monogram { position: relative; display: grid; width: min(100%, 225px); aspect-ratio: 1; place-items: center; border: 1px solid rgba(201,242,121,.34); border-radius: 50%; color: var(--accent); font-family: var(--serif); font-size: clamp(3rem, 6vw, 5.5rem); letter-spacing: -.12em; }
.about-monogram::before, .about-monogram::after { position: absolute; content: ""; border: 1px solid rgba(232,235,244,.11); border-radius: 50%; }
.about-monogram::before { inset: 13px -12px -12px 13px; }
.about-monogram::after { inset: 25px -23px -23px 25px; }
.about-monogram span { position: absolute; top: 17%; right: 21%; color: var(--text); font-family: var(--sans); font-size: 20px; }
.about-copy h2 { margin-bottom: 22px; font-size: clamp(2.7rem, 4.4vw, 4.6rem); }
.about-copy > p:last-child { max-width: 570px; margin: 0; color: #b6b8c0; font-size: 16px; line-height: 1.8; }
.about-aside { display: flex; flex-direction: column; align-items: end; gap: 19px; color: var(--muted); font-size: 10px; letter-spacing: .13em; line-height: 1.6; text-align: right; }
.aside-cross { color: var(--accent); font-size: 24px; }
.site-footer { width: min(1320px, calc(100% - 96px)); min-height: 93px; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--muted); font-size: 11px; letter-spacing: .1em; }
.back-top { color: var(--text); font-size: 13px; letter-spacing: 0; }
.back-top span { margin-left: 7px; color: var(--accent); }
.footer-dot { margin-left: 7px; color: var(--accent); }

.project-dialog { width: min(1030px, calc(100% - 34px)); max-width: none; max-height: min(90dvh, 960px); padding: 0; overflow: auto; border: 1px solid rgba(236,236,240,.18); background: #10131c; color: var(--text); box-shadow: 0 30px 120px rgba(0,0,0,.65); }
.project-dialog::backdrop { background: rgba(4,6,10,.82); backdrop-filter: blur(7px); }
.dialog-head { position: sticky; z-index: 2; top: 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 17px 21px; border-bottom: 1px solid var(--line); background: rgba(16,19,28,.94); backdrop-filter: blur(14px); }
.dialog-kicker { color: var(--accent); font-size: 10px; letter-spacing: .17em; }
.dialog-number { margin-left: 8px; color: var(--muted); }
.dialog-close { display: inline-flex; align-items: center; gap: 11px; padding: 5px 0 5px 10px; border: 0; background: transparent; color: var(--text); font-size: 13px; cursor: pointer; }
.dialog-close span { color: var(--accent); font-size: 24px; line-height: .8; }
.dialog-body { padding: clamp(22px, 5vw, 50px); }
.dialog-title-row { display: flex; align-items: end; justify-content: space-between; gap: 25px; margin-bottom: 26px; }
.dialog-title-row h2 { margin: 10px 0 0; font-size: clamp(2rem, 5vw, 3.8rem); font-weight: 400; letter-spacing: -.065em; line-height: 1; }
.dialog-title-row h2 em { color: var(--accent); font-family: var(--serif); }
.dialog-title-row p { max-width: 330px; margin: 0 0 2px; color: #b6b8c0; font-size: 14px; line-height: 1.65; }
.dialog-feature { display: grid; grid-template-columns: 1fr; gap: 13px; }
.dialog-main-image { width: 100%; max-height: 62vh; object-fit: contain; background: #090b11; }
.dialog-thumbs { display: grid; grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)); gap: 10px; }
.dialog-thumb { padding: 0; border: 1px solid transparent; background: transparent; cursor: pointer; opacity: .68; transition: border-color .2s, opacity .2s; }
.dialog-thumb:hover, .dialog-thumb[aria-pressed="true"] { border-color: var(--accent); opacity: 1; }
.dialog-thumb img { width: 100%; aspect-ratio: 1.5 / 1; object-fit: cover; }
.dialog-thumb span { display: block; padding: 7px 7px 8px; color: #d0d1d0; font-size: 11px; text-align: left; }

@media (min-width: 1500px) {
  .hero { min-height: 770px; }
}
@media (max-width: 900px) {
  .site-header, .hero, .section-shell, .site-footer { width: min(100% - 52px, 720px); }
  .site-header { grid-template-columns: 1fr auto; }
  .main-nav { display: none; }
  .hero { min-height: 0; grid-template-columns: .94fr 1.06fr; gap: 25px; padding: 60px 0 72px; }
  .hero-copy { padding-left: 0; }
  .hero h1 { font-size: clamp(3.3rem, 7.3vw, 5rem); }
  .hero-index { margin-top: 52px; }
  .hero-side-note { right: -21px; }
  .section-heading { margin-bottom: 31px; }
  .project-grid { column-gap: 15px; row-gap: 36px; }
  .motion-grid { grid-template-columns: 1fr; }
  .work-card:nth-child(n) { grid-column: span 6; }
  .work-card:nth-child(5) { grid-column: span 6; }
  .work-card:nth-child(1) .work-image, .work-card:nth-child(2) .work-image { aspect-ratio: 1.08 / 1; }
  .about-section { grid-template-columns: .55fr 1.45fr; gap: 45px; margin-top: 105px; }
  .about-monogram { width: min(100%, 175px); }
  .about-aside { display: none; }
}
@media (max-width: 620px) {
  .site-header, .hero, .section-shell, .site-footer { width: calc(100% - 38px); }
  .site-header { height: 72px; }
  .brand-mark { width: 33px; height: 33px; }
  .brand-name { font-size: 14px; }
  .header-note { max-width: 122px; font-size: 9px; line-height: 1.5; text-align: right; }
  .header-note .status-dot { width: 6px; height: 6px; margin-right: 4px; }
  .hero { grid-template-columns: 1fr; gap: 35px; padding: 57px 0 36px; }
  .hero-copy { padding: 0; }
  .eyebrow { font-size: 10px; letter-spacing: .15em; }
  .hero h1 { margin-top: 22px; font-size: clamp(3.55rem, 15.2vw, 5.2rem); }
  .hero-intro { max-width: 330px; font-size: 16px; }
  .round-link { margin-top: 25px; }
  .hero-index { margin-top: 34px; }
  .hero-visual { width: min(100%, 500px); justify-self: center; aspect-ratio: 1 / 1.02; }
  .visual-stamp { right: -1%; width: 77px; font-size: 8px; }
  .hero-side-note { display: none; }
  .hero-caption { padding: 14px 15px; }
  .hero-caption > span:last-child { font-size: 18px; }
  .work-section { padding-top: 78px; }
  .section-heading { display: block; }
  .section-heading h2 { margin-top: 13px; font-size: clamp(3.2rem, 13vw, 4.6rem); }
  .section-aside { margin: 13px 0 0; font-size: 14px; }
  .project-grid { grid-template-columns: minmax(0,1fr); row-gap: 29px; }
  .work-card:nth-child(n) { grid-column: auto; }
  .work-card:nth-child(n) .work-image { aspect-ratio: 1.13 / 1; }
  .work-card:nth-child(1) .work-image { aspect-ratio: 1.08 / 1; }
  .work-meta strong { font-size: 16px; }
  .work-meta small { font-size: 13px; }
  .grid-footnote { margin-top: 29px; }
  .motion-section { padding-top: 79px; }
  .motion-project { padding: 14px; }
  .motion-project-topline { margin-bottom: 13px; }
  .motion-project-heading { gap: 10px; }
  .motion-project-heading h3 { font-size: 17px; }
  .motion-project-heading p { font-size: 11px; }
  .motion-clips { gap: 11px; }
  .motion-clip { flex-basis: min(82vw, 100%); }
  .about-section { grid-template-columns: 1fr; gap: 34px; margin-top: 83px; padding: 54px 0 58px; }
  .about-monogram { width: 120px; margin-left: 8px; font-size: 3rem; }
  .about-monogram::before { inset: 9px -9px -9px 9px; }
  .about-monogram::after { inset: 18px -17px -17px 18px; }
  .about-copy h2 { margin-top: 13px; font-size: clamp(3.1rem, 12vw, 4rem); }
  .about-copy > p:last-child { font-size: 15px; }
  .site-footer { min-height: 115px; flex-wrap: wrap; justify-content: space-between; padding: 22px 0; font-size: 9px; }
  .site-footer > span:last-child { display: none; }
  .project-dialog { width: calc(100% - 20px); max-height: 94dvh; }
  .dialog-head { padding: 14px 15px; }
  .dialog-body { padding: 24px 16px; }
  .dialog-title-row { display: block; margin-bottom: 20px; }
  .dialog-title-row h2 { font-size: 2.6rem; }
  .dialog-title-row p { margin-top: 13px; }
  .dialog-main-image { max-height: 55dvh; }
  .dialog-thumbs { grid-template-columns: repeat(3, minmax(0,1fr)); gap: 6px; }
  .dialog-thumb span { padding: 6px 5px; font-size: 10px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
