:root {
  --ink: #17231f;
  --muted: #66716b;
  --paper: #f2f1eb;
  --paper-deep: #e8e8e0;
  --acid: #d8f348;
  --line: rgba(23, 35, 31, 0.18);
  --serif: Georgia, 'Times New Roman', serif;
  --sans: 'Space Grotesk', Arial, sans-serif;
  --mono: 'DM Mono', monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
.sr-only { height: 1px; margin: -1px; overflow: hidden; position: absolute; width: 1px; clip: rect(0, 0, 0, 0); }
.site-shell { overflow: hidden; }
.section-pad { padding-left: clamp(24px, 6vw, 96px); padding-right: clamp(24px, 6vw, 96px); }
.site-header { align-items: center; display: flex; gap: 42px; justify-content: space-between; padding: 28px clamp(24px, 6vw, 96px); }
.brand { align-items: center; display: inline-flex; flex-shrink: 0; gap: 10px; }
.brand-mark { display: flex; gap: 3px; height: 24px; transform: skew(-18deg); width: 29px; }
.brand-mark span { background: var(--ink); display: block; height: 100%; width: 7px; }
.brand-mark span:nth-child(2) { background: var(--acid); }
.brand-mark span:nth-child(3) { width: 4px; }
.brand-name { font-size: 12px; font-weight: 700; letter-spacing: -0.04em; line-height: 0.9; text-transform: uppercase; }
.site-nav { display: flex; gap: 34px; margin-left: auto; }
.site-nav a, .header-cta { font-size: 13px; font-weight: 600; }
.site-nav a { color: var(--muted); transition: color 180ms ease; }
.site-nav a:hover { color: var(--ink); }
.header-cta { align-items: center; border-bottom: 1px solid var(--ink); display: flex; gap: 14px; padding: 8px 0; }
.header-cta span, .card-link span, .contact-email span { font-size: 18px; line-height: 0; }
.menu-toggle { background: none; border: 0; display: none; padding: 6px; }
.menu-toggle > span:not(.sr-only) { background: var(--ink); display: block; height: 2px; margin: 5px 0; width: 22px; }
.hero { align-items: center; display: grid; gap: 8vw; grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr); min-height: min(720px, calc(100vh - 90px)); padding-bottom: 72px; padding-top: 60px; }
.eyebrow { align-items: center; display: flex; font-family: var(--mono); font-size: 10px; gap: 9px; letter-spacing: 0.1em; margin: 0 0 28px; text-transform: uppercase; }
.eyebrow-dot { background: var(--acid); border-radius: 50%; height: 8px; width: 8px; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(62px, 8.5vw, 128px); letter-spacing: -0.085em; line-height: 0.82; margin-bottom: 42px; max-width: 700px; }
h1 em, h2 em, .big-statement em { font-family: var(--serif); font-weight: 400; letter-spacing: -0.11em; }
.hero-intro { color: var(--muted); font-size: 16px; line-height: 1.55; margin-bottom: 34px; max-width: 385px; }
.hero-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 26px; }
.button { align-items: center; border: 0; display: inline-flex; font-size: 12px; font-weight: 700; gap: 24px; justify-content: space-between; letter-spacing: -0.02em; padding: 16px 18px; transition: transform 180ms ease, background 180ms ease; }
.button:hover { transform: translateY(-3px); }
.button-primary { background: var(--acid); min-width: 192px; }
.button-dark { background: var(--ink); color: var(--paper); width: 100%; }
.button span { font-size: 19px; line-height: 0; }
.text-link { border-bottom: 1px solid var(--ink); display: inline-flex; font-size: 12px; font-weight: 600; gap: 17px; padding-bottom: 6px; }
.text-link span { font-size: 17px; line-height: 0.6; }
.hero-art { aspect-ratio: 1 / 0.95; background: var(--acid); border-radius: 50%; justify-self: end; max-width: 550px; overflow: hidden; position: relative; width: 100%; }
.hero-art::before, .hero-art::after { border: 1px solid rgba(23, 35, 31, 0.22); border-radius: 50%; content: ''; height: 72%; left: 14%; position: absolute; top: 14%; width: 72%; }
.hero-art::after { height: 46%; left: 27%; top: 27%; width: 46%; }
.art-orbit { border: 1px solid rgba(23, 35, 31, 0.5); border-radius: 50%; left: 9%; position: absolute; top: 24%; transform: rotate(-27deg); }
.orbit-one { height: 51%; transform: rotate(-27deg) skewX(11deg); width: 82%; }
.orbit-two { height: 77%; left: 22%; top: 11%; transform: rotate(39deg) skewX(-18deg); width: 52%; }
.art-core { align-items: center; background: var(--ink); border-radius: 50%; color: var(--acid); display: flex; font-size: clamp(25px, 4vw, 56px); font-weight: 700; height: 24%; justify-content: center; left: 38%; letter-spacing: -0.1em; position: absolute; top: 38%; width: 24%; z-index: 2; }
.art-core span { transform: translateX(-4px); }
.art-node { align-items: center; background: var(--paper); border-radius: 50%; display: flex; flex-direction: column; height: 78px; justify-content: center; position: absolute; width: 78px; z-index: 3; }
.node-one { left: 12%; top: 25%; }.node-two { right: 10%; top: 18%; }.node-three { bottom: 14%; left: 44%; }
.node-icon { font-size: 20px; line-height: 1; }.art-node small { font-family: var(--mono); font-size: 7px; letter-spacing: 0.08em; margin-top: 5px; }
.art-star { font-size: 20px; position: absolute; }.star-one { left: 25%; top: 67%; }.star-two { right: 23%; top: 70%; }
.art-label { bottom: 12%; font-family: var(--mono); font-size: 9px; left: 10%; line-height: 1.3; position: absolute; text-transform: uppercase; }
.ticker { background: var(--ink); color: var(--paper); overflow: hidden; padding: 16px 0; white-space: nowrap; }
.ticker-track { align-items: center; animation: ticker 24s linear infinite; display: flex; gap: 38px; width: max-content; }.ticker span { font-family: var(--serif); font-size: 17px; font-style: italic; }.ticker i { color: var(--acid); font-style: normal; }
@keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.services { padding-bottom: 140px; padding-top: 140px; }
.section-heading { align-items: end; display: flex; gap: 60px; justify-content: space-between; margin-bottom: 65px; }.section-heading h2 { font-size: clamp(46px, 6vw, 86px); letter-spacing: -0.08em; line-height: 0.87; margin-bottom: 0; }
.section-note { color: var(--muted); font-size: 14px; line-height: 1.55; margin-bottom: 3px; max-width: 285px; }
.service-grid { display: grid; gap: 13px; grid-template-columns: repeat(3, 1fr); }
.service-card { background: var(--paper-deep); display: flex; flex-direction: column; min-height: 400px; padding: 27px; transition: transform 180ms ease, background 180ms ease; }.service-card:hover { background: #dfdfd6; transform: translateY(-6px); }.service-card-featured { background: var(--acid); }.service-card-featured:hover { background: #d2ee45; }
.card-top { align-items: center; display: flex; justify-content: space-between; }.card-number { font-family: var(--mono); font-size: 11px; }.card-icon { align-items: center; border: 1px solid currentColor; border-radius: 50%; display: flex; font-size: 23px; height: 47px; justify-content: center; width: 47px; }.service-card h3 { font-size: clamp(30px, 3.5vw, 48px); letter-spacing: -0.08em; line-height: 0.9; margin: 70px 0 20px; }.service-card p { color: rgba(23, 35, 31, 0.7); font-size: 13px; line-height: 1.5; max-width: 245px; }.card-link { align-items: center; border-bottom: 1px solid currentColor; display: flex; font-size: 11px; font-weight: 700; justify-content: space-between; margin-top: auto; padding-bottom: 10px; width: 100%; }
.marquee-section { background: var(--ink); color: var(--paper); padding-bottom: 130px; padding-top: 120px; }.statement-line { align-items: center; display: flex; font-family: var(--mono); font-size: 10px; gap: 16px; letter-spacing: 0.1em; text-transform: uppercase; }.statement-line .line { background: var(--acid); height: 1px; width: 75px; }.big-statement { font-size: clamp(56px, 9vw, 132px); letter-spacing: -0.1em; line-height: 0.78; margin: 110px 0 95px; }.big-statement span { color: var(--acid); font-family: var(--serif); font-style: italic; font-weight: 400; }.statement-foot { align-items: end; display: flex; justify-content: space-between; }.statement-foot p { font-family: var(--mono); font-size: 10px; line-height: 1.4; margin: 0; text-transform: uppercase; }.statement-foot .text-link { border-color: var(--paper); }.statement-symbol { color: var(--acid); font-size: 35px; }
.approach { padding-bottom: 150px; padding-top: 140px; }.approach-heading { margin-bottom: 85px; }.process-list { border-top: 1px solid var(--line); }.process-item { align-items: center; border-bottom: 1px solid var(--line); display: grid; gap: 24px; grid-template-columns: 70px 1fr 40px; padding: 25px 0; }.process-item > span { color: var(--muted); font-family: var(--mono); font-size: 11px; }.process-item h3 { font-size: 27px; letter-spacing: -0.05em; margin-bottom: 6px; }.process-item p { color: var(--muted); font-size: 13px; margin-bottom: 0; }.process-item b { font-size: 26px; font-weight: 400; text-align: right; }
.contact { padding-bottom: 85px; }.contact-panel { background: var(--acid); display: grid; gap: 10%; grid-template-columns: 0.9fr 1fr; padding: clamp(30px, 5vw, 80px); }.contact-copy h2 { font-size: clamp(52px, 7vw, 92px); letter-spacing: -0.09em; line-height: 0.79; margin-bottom: 36px; }.contact-copy > p:not(.eyebrow) { font-size: 14px; line-height: 1.5; max-width: 285px; }.contact-email { border-bottom: 1px solid var(--ink); display: inline-flex; font-family: var(--mono); font-size: 11px; gap: 20px; margin-top: 25px; padding-bottom: 7px; }.contact-form { display: flex; flex-direction: column; padding-top: 4px; }.contact-form label { font-family: var(--mono); font-size: 10px; letter-spacing: 0.08em; margin: 20px 0 8px; text-transform: uppercase; }.contact-form input, .contact-form textarea { background: transparent; border: 0; border-bottom: 1px solid rgba(23, 35, 31, 0.45); border-radius: 0; color: var(--ink); outline: 0; padding: 9px 0; resize: vertical; }.contact-form input:focus, .contact-form textarea:focus { border-color: var(--ink); }.contact-form input::placeholder, .contact-form textarea::placeholder { color: rgba(23, 35, 31, 0.5); }.contact-form .button { margin-top: 34px; }.form-status { font-family: var(--mono); font-size: 10px; margin: 12px 0 0; }
.site-footer { align-items: end; border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1fr 1fr; padding: 38px clamp(24px, 6vw, 96px) 50px; }.site-footer p { color: var(--muted); font-family: var(--mono); font-size: 10px; line-height: 1.5; margin: 0; }.footer-meta { color: var(--muted); display: flex; flex-direction: column; font-family: var(--mono); font-size: 10px; gap: 7px; justify-self: end; text-align: right; }
@media (max-width: 800px) { .site-header { gap: 18px; position: relative; }.menu-toggle { display: block; margin-left: auto; }.site-nav { background: var(--paper); border-bottom: 1px solid var(--line); display: none; flex-direction: column; gap: 18px; left: 0; padding: 22px 24px 28px; position: absolute; top: 78px; width: 100%; z-index: 10; }.site-nav.is-open { display: flex; }.header-cta { display: none; }.hero { grid-template-columns: 1fr; padding-bottom: 80px; padding-top: 52px; }.hero-art { justify-self: center; margin-top: 15px; max-width: 490px; width: 85%; }.section-heading { align-items: start; flex-direction: column; gap: 25px; }.section-note { max-width: 390px; }.service-grid { grid-template-columns: 1fr; }.service-card { min-height: 335px; }.service-card h3 { margin-top: 54px; }.statement-foot { align-items: start; flex-wrap: wrap; gap: 35px; }.statement-foot .text-link { margin-left: auto; }.contact-panel { grid-template-columns: 1fr; }.contact-form { padding-top: 30px; }.site-footer { gap: 28px; grid-template-columns: 1fr 1fr; }.site-footer p { grid-column: 1 / -1; grid-row: 1; }.footer-meta { grid-column: 2; grid-row: 2; } }
@media (max-width: 460px) { h1 { font-size: 62px; }.hero-art { width: 100%; }.art-node { height: 62px; width: 62px; }.art-node small { font-size: 6px; }.services, .approach { padding-bottom: 95px; padding-top: 95px; }.marquee-section { padding-bottom: 95px; padding-top: 95px; }.big-statement { margin: 85px 0; }.process-item { gap: 13px; grid-template-columns: 35px 1fr 24px; }.process-item h3 { font-size: 22px; }.process-item p { font-size: 12px; }.statement-foot .text-link { margin-left: 0; }.site-footer { display: flex; flex-wrap: wrap; justify-content: space-between; }.site-footer p { order: 3; width: 100%; }.footer-meta { text-align: left; } }
