:root {
  color-scheme: light;
  --paper: #f4f4f1;
  --ink: #191b1e;
  --muted: #74777a;
  --line: rgba(30, 33, 37, .14);
  --accent: #9aaff0;
  --hero: #111317;
  --hero-ink: #f5f5f1;
  --hero-muted: #a7a9af;
  --shell: 1200px;
  --gutter: clamp(24px, 6vw, 88px);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
:root[data-theme="dark"] {
  color-scheme: dark;
  --paper: #111316;
  --ink: #f1f1ed;
  --muted: #a1a3a7;
  --line: rgba(235, 237, 240, .16);
  --hero: #1a1c23;
  --hero-ink: #f6f6f3;
  --hero-muted: #b5b6bc;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; }
body { margin: 0; background: var(--paper); color: var(--ink); transition: background-color .35s ease, color .35s ease; }
body, button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
a:focus-visible, button:focus-visible { outline: 2px solid #92aaff; outline-offset: 4px; }
::selection { color: #111317; background: #b9c9f2; }

.skip-link { position: fixed; z-index: 20; top: 12px; left: 12px; padding: 12px 16px; border-radius: 99px; color: #111; background: #fff; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.site-header { position: absolute; z-index: 5; top: 0; left: 0; display: flex; width: 100%; height: 84px; align-items: center; justify-content: space-between; padding: 0 var(--gutter); color: var(--hero-ink); }
.wordmark { font-size: 24px; font-weight: 650; letter-spacing: -.045em; }
.wordmark span, .hero h1 span { color: #a9bdfa; }
.main-nav, .header-actions { display: flex; align-items: center; }
.main-nav { margin-left: auto; margin-right: 32px; }
.main-nav a { color: rgba(245,245,241,.74); font-size: 12px; letter-spacing: .015em; transition: color .2s ease; }
.main-nav a:hover { color: #fff; }
.theme-toggle { display: grid; width: 36px; height: 36px; place-items: center; border: 1px solid rgba(255,255,255,.17); border-radius: 50%; color: #fff; background: rgba(255,255,255,.05); cursor: pointer; transition: background .2s ease, border-color .2s ease; }
.theme-toggle:hover { border-color: rgba(255,255,255,.4); background: rgba(255,255,255,.12); }
.theme-toggle svg { width: 15px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.5; }
.icon-moon { display: none; }
:root[data-theme="dark"] .icon-sun { display: none; }
:root[data-theme="dark"] .icon-moon { display: block; }

.hero { position: relative; display: flex; min-height: min(850px, 100svh); min-height: max(680px, min(850px, 100svh)); overflow: hidden; align-items: center; padding: 118px var(--gutter) 96px; color: var(--hero-ink); background: var(--hero); isolation: isolate; }
.hero-content { position: relative; z-index: 2; width: min(var(--shell), 100%); margin: 0 auto; }
.eyebrow { margin: 0; color: var(--muted); font-size: 10px; font-weight: 600; letter-spacing: .14em; line-height: 1.5; text-transform: uppercase; }
.hero-eyebrow { color: #b0b2b8; }
.hero h1 { margin: 30px 0 22px; font-size: clamp(92px, 14vw, 166px); font-weight: 550; letter-spacing: -.055em; line-height: .98; }
.hero-role { margin: 0; color: #eeeff0; font-size: clamp(14px, 1.4vw, 17px); font-weight: 500; letter-spacing: .005em; }
.hero-role span { padding-inline: 5px; color: #92959d; }
.hero-intro { max-width: 440px; margin: 22px 0 0; color: var(--hero-muted); font-size: 15px; line-height: 1.75; }
.text-link { display: inline-flex; align-items: center; gap: 10px; padding: 0 0 7px; border-bottom: 1px solid var(--line); color: var(--ink); font-size: 12px; font-weight: 550; transition: gap .2s ease, border-color .2s ease; }
.text-link:hover { gap: 14px; border-color: currentColor; }
.hero-link { margin-top: 32px; border-color: rgba(255,255,255,.3); color: #f2f2ee; }
.hero-link span { color: #b5c7ff; font-size: 15px; }
.hero-note { position: absolute; right: var(--gutter); bottom: 30px; left: var(--gutter); max-width: var(--shell); margin: 0 auto; color: rgba(238,239,240,.46); font-size: 9px; letter-spacing: .12em; }
.hero-mark { position: absolute; z-index: 1; top: 50%; right: clamp(85px, 17vw, 245px); display: grid; width: min(22vw, 250px); aspect-ratio: 1; place-items: center; border: 1px solid rgba(231,237,255,.13); border-radius: 50%; background: radial-gradient(circle at 35% 28%, rgba(210,221,255,.19), rgba(93,105,135,.09) 42%, rgba(19,21,27,.12) 78%); box-shadow: inset 0 0 42px rgba(204,216,255,.09), 0 0 70px rgba(97,118,179,.1); transform: translate(50%, -50%); }
.hero-mark span { color: rgba(237,241,255,.78); font-family: Georgia, "Times New Roman", serif; font-size: clamp(110px, 17vw, 200px); font-style: italic; font-weight: 400; transform: translate(-8px,-13px); }

.section-shell { width: min(var(--shell), 100%); margin-inline: auto; padding-inline: var(--gutter); }
.section-label { display: flex; gap: 16px; align-items: flex-start; padding-top: 9px; color: var(--muted); font-size: 10px; font-weight: 550; letter-spacing: .1em; text-transform: uppercase; }
.section-label span:first-child { color: #9b9da1; font-variant-numeric: tabular-nums; }
.work { display: grid; grid-template-columns: minmax(140px, .55fr) 2.1fr; gap: clamp(32px, 5vw, 76px); padding-top: clamp(92px, 11vw, 142px); padding-bottom: clamp(92px, 11vw, 142px); }
.work-main { min-width: 0; }
.work-heading { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 18px; }
.work-heading h2 { margin: 0; font-size: clamp(48px, 7vw, 86px); font-weight: 520; letter-spacing: -.045em; line-height: 1.04; }
.work-heading .text-link { flex: 0 0 auto; margin-bottom: 9px; }
.project-description { max-width: 780px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.75; }
.project-decision { margin: 14px 0 0; color: var(--ink); font-size: 13px; line-height: 1.7; }
.project-decision span { margin-right: 10px; color: var(--muted); font-size: 9px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.project-visual { margin: 38px 0 0; }
.project-visual img { display: block; width: 100%; height: auto; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.project-visual figcaption { margin-top: 11px; color: var(--muted); font-size: 11px; letter-spacing: .02em; }

.contact { border-top: 1px solid var(--line); }
.contact-inner { display: flex; min-height: 116px; justify-content: space-between; align-items: center; padding-block: 24px; }
.contact-inner .section-label { padding-top: 0; }
.contact-cta { display: inline-flex; gap: 12px; align-items: center; padding: 10px 15px; border: 1px solid var(--line); border-radius: 99px; font-size: 12px; transition: color .2s ease, background .2s ease, border-color .2s ease; }
.contact-cta:hover { border-color: var(--ink); color: var(--paper); background: var(--ink); }
.contact-cta span { color: #8497cf; }
.site-footer { display: grid; min-height: 72px; grid-template-columns: 1fr auto; gap: 20px; align-items: center; padding: 17px var(--gutter); color: var(--muted); }
.footer-wordmark { color: var(--ink); }
.footer-links { display: flex; justify-content: end; gap: 18px; align-items: center; font-size: 10px; }
.footer-links a { color: var(--ink); transition: opacity .2s ease; }
.footer-links a:hover { opacity: .58; }

.reveal { opacity: 0; transform: translateY(12px); transition: opacity .6s ease, transform .6s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
html.has-motion .hero-eyebrow,
html.has-motion .hero h1,
html.has-motion .hero-role,
html.has-motion .hero-intro,
html.has-motion .hero-link { opacity: 0; animation: settle-in .65s cubic-bezier(.2,.72,.2,1) both; }
html.has-motion .hero-eyebrow { animation-delay: .04s; }
html.has-motion .hero h1 { animation-delay: .12s; }
html.has-motion .hero-role { animation-delay: .2s; }
html.has-motion .hero-intro { animation-delay: .28s; }
html.has-motion .hero-link { animation-delay: .36s; }
html.has-motion .hero-mark { animation: mark-arrive .9s cubic-bezier(.18,.72,.22,1) both; animation-delay: .1s; }
@keyframes settle-in {
  from { opacity: 0; transform: translateY(11px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes mark-arrive {
  from { opacity: 0; scale: .9; }
  to { opacity: 1; scale: 1; }
}

@media (min-width: 1500px) {
  .hero-content { transform: translateY(-8px); }
}
@media (max-width: 760px) {
  :root { --gutter: 26px; }
  .site-header { height: 72px; }
  .wordmark { font-size: 22px; }
  .main-nav { margin-right: 18px; }
  .theme-toggle { width: 34px; height: 34px; }
  .hero { min-height: max(650px, 92svh); padding-top: 112px; padding-bottom: 90px; }
  .hero h1 { margin-top: 26px; font-size: clamp(84px, 20vw, 132px); }
  .hero-role { font-size: 13px; }
  .hero-role span { padding-inline: 3px; }
  .hero-intro { max-width: 330px; font-size: 14px; }
  .hero-link { margin-top: 27px; }
  .hero-mark { top: 88%; right: auto; left: 90%; width: 180px; transform: translate(-50%, -50%); }
  .hero-mark span { font-size: 150px; }
  .hero-note { bottom: 24px; font-size: 8px; }
  .work { grid-template-columns: 1fr; gap: 37px; padding-top: 82px; padding-bottom: 84px; }
  .section-label { padding-top: 0; }
  .work-heading { align-items: start; margin-bottom: 16px; }
  .work-heading h2 { font-size: clamp(44px, 11vw, 66px); }
  .work-heading .text-link { margin: 0; align-self: center; }
  .project-description { font-size: 14px; line-height: 1.75; }
  .project-decision { font-size: 12px; }
  .project-visual { margin-top: 28px; }
  .project-visual img { border-radius: 5px; }
  .contact-inner { min-height: 90px; }
}
@media (max-width: 390px) {
  :root { --gutter: 21px; }
  .hero { min-height: max(630px, 90svh); }
  .hero h1 { font-size: clamp(68px, 21vw, 82px); }
  .hero-role { max-width: 280px; line-height: 1.7; }
  .hero-mark { right: -105px; width: 168px; }
  .work-heading { display: grid; gap: 14px; }
  .work-heading .text-link { justify-self: start; }
  .project-decision span { display: block; margin-bottom: 3px; }
  .site-footer { grid-template-columns: 1fr; gap: 10px; padding-block: 20px; }
  .footer-links { grid-column: 1; grid-row: 2; justify-content: start; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
