@charset "UTF-8";

:root {
  --paper: #f7f7f7;
  --ink: #181818;
  --muted: #484848;
  --line: #d7d7d7;
  --accent: #eeeeee;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  color-scheme: light;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 32px; }
body { margin: 0; }
::selection { background: var(--accent); color: var(--ink); }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
a:focus-visible { outline: 2px solid #222222; outline-offset: 6px; border-radius: 2px; }
img { display: block; max-width: 100%; height: auto; }
p, h1, h2, h3 { margin: 0; }
.site-shell { max-width: 1680px; padding: 0 clamp(24px, 5vw, 84px); margin: 0 auto; }
.skip-link { position: fixed; z-index: 10; top: 12px; left: 12px; padding: 15px 20px; background: var(--ink); color: white; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.site-header { min-height: 108px; display: flex; align-items: center; justify-content: space-between; gap: 32px; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 30px; font-weight: 600; letter-spacing: -1.5px; flex-shrink: 0; }
.brand-symbol { width: 35px; height: 29px; position: relative; overflow: hidden; mix-blend-mode: multiply; }
.brand-symbol img { position: absolute; width: 51px; max-width: none; left: -7.7px; top: -12.9px; }
nav { display: flex; align-items: center; gap: 36px; font-size: 14px; font-weight: 500; }
.nav-link { padding: 12px 0; }
.nav-link:hover { color: var(--muted); }
.nav-contact { border: 1px solid #a0a0a0; border-radius: 40px; padding: 13px 20px; display: inline-flex; align-items: center; gap: 25px; transition: background .18s ease, border-color .18s ease; }
.nav-contact:hover { background: var(--accent); border-color: var(--accent); }
.nav-contact span { font-size: 19px; line-height: 1; }
.hero { display: grid; grid-template-columns: 1.38fr 1fr; column-gap: clamp(20px, 4vw, 64px); padding-top: 72px; }
.eyebrow { display: flex; align-items: center; gap: 10px; font-family: var(--mono); font-size: 11px; line-height: 1.6; text-transform: uppercase; letter-spacing: 1.25px; font-weight: 400; }
.status-dot { display: block; width: 7px; height: 7px; background: #414141; border-radius: 50%; box-shadow: 0 0 0 4px #e5e5e5; margin: 0 5px 0 4px; }
h1 { font-size: clamp(64px, 6.3vw, 100px); line-height: .98; font-weight: 500; letter-spacing: -.075em; margin-top: 28px; }
h1 > span { display: inline-block; color: #494949; font-size: .735em; letter-spacing: -.07em; line-height: 1.13; margin-top: 10px; white-space: nowrap; }
.hero-description { color: var(--muted); font-size: 17px; line-height: 1.75; max-width: 420px; margin-top: 29px; }
.hero-actions { display: flex; align-items: center; gap: 25px; margin-top: 30px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: space-between; gap: 26px; padding: 15px 22px; border-radius: 4px; font-size: 14px; font-weight: 500; transition: background .18s ease, transform .18s ease; }
.button:hover { transform: translateY(-2px); }
.button span { font-size: 20px; line-height: 1; }
.button-dark { color: var(--paper); background: var(--ink); }
.button-dark:hover { background: #333333; }
.button-light { background: var(--accent); color: var(--ink); }
.button-light:hover { background: #dddddd; }
.text-link { font-size: 13px; display: inline-flex; align-items: center; gap: 16px; padding: 14px 0; white-space: nowrap; }
.text-link:hover { text-decoration: underline; text-underline-offset: 5px; }
.hero-art { position: relative; min-width: 0; height: 450px; align-self: center; margin-top: -5px; overflow: hidden; border: 1px solid #d9d9d9; background: radial-gradient(ellipse at 62% 62%, #e8e8e8 0, #f0f0f0 42%, var(--paper) 72%); }
.art-grid { position: absolute; inset: 0; opacity: .55; background-image: linear-gradient(#d5d5d5 1px, transparent 1px), linear-gradient(90deg, #d5d5d5 1px, transparent 1px); background-size: 48px 48px; mask-image: radial-gradient(ellipse, black 0%, transparent 75%); }
.art-orbit { position: absolute; height: 360px; width: 360px; left: 50%; top: 50%; border: 1px solid #cdcdcd; border-radius: 50%; transform: translate(-50%, -50%); }
.orbit-two { width: 440px; height: 440px; border-style: dashed; opacity: .4; }
.hero-mark { position: absolute; left: 50%; top: 50%; width: 110%; max-width: 520px; transform: translate(-50%, -50%); mix-blend-mode: multiply; }
.hero-mark img { width: 100%; }
.art-cross { position: absolute; color: #767676; font-family: var(--mono); font-size: 18px; font-weight: 300; }
.cross-top { top: 13px; left: 15px; }
.cross-bottom { bottom: 13px; right: 15px; }
.art-caption { position: absolute; font-family: var(--mono); font-size: 9px; letter-spacing: 1.1px; color: #505050; }
.art-caption-top { top: 22px; right: 22px; }
.art-signature { position: absolute; bottom: 22px; left: 22px; display: flex; align-items: center; gap: 9px; font-family: var(--mono); font-size: 9px; letter-spacing: 1px; color: #505050; }
.signature-square { height: 8px; width: 8px; background: #686868; }
.hero-bottom { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 67px; padding: 23px 0; border-bottom: 1px solid var(--line); font-family: var(--mono); font-size: 10px; line-height: 1.5; letter-spacing: .35px; }
.hero-bottom p { color: #333333; }
.hero-bottom p span { color: #505050; }
.hero-bottom a { display: flex; align-items: center; gap: 13px; }
.hero-bottom a:hover { color: #181818; }
.scroll-line { height: 1px; width: 30px; background: #808080; }
.section-spacing { padding-top: 112px; padding-bottom: 112px; }
.section-intro { display: grid; grid-template-columns: 1fr 2.13fr; gap: 45px; }
.section-intro > .eyebrow { align-self: start; padding-top: 8px; }
h2 { font-size: clamp(36px, 4vw, 59px); line-height: 1.09; letter-spacing: -.055em; font-weight: 500; }
.section-description { font-size: 16px; color: var(--muted); line-height: 1.75; max-width: 485px; margin-top: 25px; }
.work-list { margin-top: 58px; }
.work-item { display: grid; grid-template-columns: 1.03fr 1.38fr .74fr; gap: 36px; align-items: start; padding: 35px 0; border-top: 1px solid var(--line); }
.work-item:last-child { border-bottom: 1px solid var(--line); }
h3 { font-size: 22px; line-height: 1.35; letter-spacing: -.6px; font-weight: 500; }
.work-item p { font-size: 15px; line-height: 1.8; color: var(--muted); }
.work-item .work-status { align-self: start; justify-self: start; margin-top: 5px; padding: 9px 0; font-size: 12px; line-height: 1.5; color: var(--muted); }
.work-tag { display: flex; justify-content: space-between; align-items: center; gap: 18px; font-family: var(--mono); font-size: 10px; line-height: 1.5; margin-top: 5px; padding: 9px 0; color: #484848; }
.work-tag > span { font-size: 20px; font-family: inherit; }
.work-tag-link { color: var(--ink); border-bottom: 1px solid #949494; }
.work-tag-link:hover { color: #181818; border-color: #181818; }
.approach { display: grid; grid-template-columns: 1fr 1.1fr; gap: 95px; padding-top: 0; }
.approach-statement h2 { margin-top: 30px; }
.approach-statement h2 > span { color: #494949; }
.approach-motif { display: flex; gap: 9px; align-items: end; height: 35px; margin-top: 32px; overflow: hidden; }
.approach-motif span { width: 4px; height: 32px; background: #808080; transform: skew(-26deg); }
.approach-motif span:nth-child(2) { height: 29px; }
.approach-motif span:nth-child(3) { height: 26px; }
.approach-motif span:nth-child(4) { height: 23px; }
.approach-motif span:nth-child(5) { height: 20px; }
.approach-motif span:nth-child(6) { height: 17px; }
.approach-motif span:nth-child(7) { height: 14px; }
.approach-motif span:nth-child(8) { height: 11px; }
.principles { padding-top: 10px; }
.principle { padding: 27px 0 30px; border-bottom: 1px solid var(--line); }
.principle:first-child { border-top: 1px solid var(--line); }
.principle h3 { font-size: 23px; }
.principle p { color: var(--muted); font-size: 15px; line-height: 1.8; max-width: 375px; margin-top: 12px; }
.contact { padding: 47px 55px 0; background: var(--ink); color: var(--paper); border-radius: 5px; }
.contact ::selection { color: var(--ink); }
.contact a:focus-visible { outline-color: var(--accent); }
.contact-top { display: flex; justify-content: space-between; align-items: flex-start; gap: 24px; }
.contact .eyebrow { color: #dddddd; }
.contact-star { font-size: 56px; font-weight: 300; line-height: .8; color: var(--accent); }
.contact h2 { font-size: clamp(53px, 6.7vw, 92px); line-height: 1; letter-spacing: -.065em; margin-top: 25px; }
.contact-bottom { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-top: 32px; }
.contact-bottom > p { font-size: 16px; line-height: 1.8; color: #dddddd; }
.contact-details { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; border-top: 1px solid #4b4b4b; margin-top: 46px; padding: 28px 0 34px; }
.contact-label { display: block; color: #cccccc; font-family: var(--mono); text-transform: uppercase; font-size: 9px; letter-spacing: 1px; margin-bottom: 12px; }
.contact-details a { display: inline-flex; gap: 18px; align-items: center; font-size: 15px; }
.contact-details a:hover { color: var(--accent); }
.contact-details a > span { color: #dddddd; }
.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 37px 0 39px; }
.footer-brand { font-size: 24px; gap: 8px; letter-spacing: -1px; }
.footer-brand .brand-symbol { transform: scale(.8); transform-origin: left center; margin-right: -6px; }
.site-footer p { font-family: var(--mono); font-size: 10px; letter-spacing: .1px; color: #505050; line-height: 1.7; }
.site-footer .copyright { color: #505050; }

@media (min-width: 1450px) {
  .hero { padding-top: 86px; }
  .hero-art { height: 510px; }
  .hero-description { max-width: 450px; }
}

@media (max-width: 1100px) {
  .site-shell { padding: 0 36px; }
  .hero { grid-template-columns: 1.2fr 1fr; column-gap: 24px; padding-top: 58px; }
  h1 { font-size: 72px; }
  h1 > span { font-size: .66em; }
  .hero-art { height: 400px; }
  .hero-actions { gap: 20px; }
  .button { padding: 15px 18px; gap: 18px; font-size: 13px; }
  .text-link { gap: 10px; font-size: 12px; }
  .hero-description { font-size: 16px; }
  .work-item { grid-template-columns: 1fr 1.4fr .74fr; gap: 25px; }
  .work-label h3 { font-size: 19px; }
  .approach { gap: 60px; }
  .contact { padding: 40px 38px 0; }
  .contact-details { gap: 20px; }
  .contact-details a { font-size: 13px; gap: 10px; }
}

@media (max-width: 820px) {
  .site-header { min-height: 90px; }
  nav { gap: 24px; }
  .hero { grid-template-columns: 1fr 1fr; column-gap: 20px; }
  h1 { font-size: 64px; }
  h1 > span { white-space: normal; max-width: 280px; font-size: .85em; margin-top: 14px; }
  .hero-art { height: 380px; }
  .hero-copy > .eyebrow { font-size: 9px; letter-spacing: .6px; }
  .hero-actions { flex-wrap: wrap; gap: 5px 24px; }
  .hero-description { font-size: 15px; }
  .hero-bottom { margin-top: 44px; }
  .section-spacing { padding-top: 80px; padding-bottom: 80px; }
  .section-intro { grid-template-columns: 1fr 2fr; gap: 30px; }
  .section-intro .eyebrow { font-size: 10px; }
  .work-item { grid-template-columns: 1fr 1.5fr; gap: 18px 30px; }
  .work-tag { grid-column: 2; justify-self: start; gap: 30px; margin-top: 0; }
  .work-item .work-status { grid-column: 2; margin-top: 0; }
  .approach { padding-top: 0; gap: 40px; grid-template-columns: 1fr 1.2fr; }
  .approach h2 { font-size: 40px; }
  .principle { padding: 23px 0; }
  .principle h3 { font-size: 19px; }
  .principle p { font-size: 14px; }
  .contact-bottom { align-items: start; flex-direction: column; gap: 25px; }
  .contact-details { grid-template-columns: 1fr 1fr; row-gap: 28px; }
  .site-footer { flex-wrap: wrap; }
  .site-footer > p:not(.copyright) { margin-left: auto; }
  .site-footer .copyright { flex-basis: 100%; margin-top: -8px; text-align: right; }
}

@media (max-width: 600px) {
  html { scroll-padding-top: 20px; }
  .site-shell { padding: 0 22px; }
  .site-header { min-height: 86px; gap: 18px; }
  .brand { font-size: 27px; gap: 8px; }
  nav { gap: 0; }
  .nav-link { display: none; }
  .nav-contact { font-size: 12px; padding: 10px 15px; gap: 16px; }
  .hero { grid-template-columns: 1fr; padding-top: 45px; }
  .hero-copy > .eyebrow { font-size: 10px; letter-spacing: .8px; }
  h1 { font-size: clamp(62px, 15vw, 82px); margin-top: 26px; }
  h1 > span { display: block; font-size: .68em; white-space: nowrap; max-width: none; line-height: 1.15; margin-top: 13px; }
  .hero-description { font-size: 15px; line-height: 1.8; margin-top: 25px; max-width: 360px; }
  .hero-actions { margin-top: 26px; gap: 12px 23px; }
  .hero-art { height: 320px; margin-top: 42px; }
  .hero-mark { max-width: 390px; width: 110%; }
  .art-orbit { height: 270px; width: 270px; }
  .orbit-two { width: 350px; height: 350px; }
  .art-caption-top { font-size: 8px; }
  .hero-bottom { margin-top: 23px; padding: 20px 0; gap: 20px; font-size: 9px; }
  .hero-bottom p span { display: block; }
  .hero-bottom a { gap: 8px; }
  .scroll-line { display: none; }
  .section-spacing { padding-top: 65px; padding-bottom: 65px; }
  .section-intro { grid-template-columns: 1fr; gap: 23px; }
  .section-intro > .eyebrow { padding-top: 0; }
  h2 { font-size: 37px; }
  .section-description { font-size: 15px; margin-top: 21px; }
  .work-list { margin-top: 35px; }
  .work-item { grid-template-columns: 1fr; gap: 18px; padding: 27px 0; }
  .work-label h3 { font-size: 22px; }
  .work-item p { font-size: 15px; }
  .work-tag { grid-column: auto; gap: 40px; padding-top: 0; }
  .work-item .work-status { grid-column: auto; padding-top: 0; }
  .approach { grid-template-columns: 1fr; gap: 30px; padding-top: 0; }
  .approach h2 { font-size: 44px; margin-top: 23px; }
  .approach-motif { margin-top: 25px; }
  .principle { padding: 25px 0; }
  .principle h3 { font-size: 21px; }
  .principle p { font-size: 15px; margin-top: 10px; }
  .contact { padding: 29px 24px 0; }
  .contact .eyebrow { font-size: 8px; letter-spacing: .55px; gap: 7px; }
  .contact-star { font-size: 38px; }
  .contact h2 { font-size: clamp(48px, 12vw, 68px); margin-top: 29px; }
  .contact-bottom { margin-top: 24px; gap: 25px; }
  .contact-bottom > p { font-size: 14px; }
  .contact .button { font-size: 12px; padding: 15px 16px; gap: 17px; width: 100%; }
  .contact-details { grid-template-columns: 1fr; margin-top: 32px; gap: 26px; padding: 26px 0 31px; }
  .contact-details a { font-size: 15px; gap: 20px; }
  .contact-label { font-size: 8px; margin-bottom: 9px; }
  .site-footer { gap: 23px 10px; padding: 28px 0; }
  .site-footer .brand { font-size: 24px; }
  .site-footer > p:not(.copyright) { font-size: 8px; max-width: 120px; text-align: right; }
  .site-footer .copyright { text-align: left; margin-top: -7px; font-size: 9px; }
}

@media (max-width: 360px) {
  .site-shell { padding: 0 18px; }
  h1 { font-size: 59px; }
  h1 > span { font-size: .65em; }
  .hero-actions { gap: 8px 16px; }
  .text-link { font-size: 11px; }
  .contact { padding-left: 20px; padding-right: 20px; }
  .contact .eyebrow { font-size: 7px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
  .button:hover { transform: none; }
}
