@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=DM+Sans:opsz,wght@9..40,400;9..40,500;9..40,600;9..40,700&family=Playfair+Display:ital,wght@0,500;0,600;1,500;1,600&display=swap');

:root {
  --ink: #101218;
  --paper: #f4f1eb;
  --warm: #e9e2d7;
  --orange: #f04b2f;
  --yellow: #f2c94c;
  --lime: #b9d95e;
  --mist: #d9d9d5;
  --line: rgba(16, 18, 24, .16);
  --display: 'Playfair Display', Georgia, serif;
  --sans: 'DM Sans', Arial, sans-serif;
  --mono: 'DM Mono', monospace;
  --page: min(1240px, calc(100% - 64px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 99; top: 12px; left: 12px; transform: translateY(-160%); padding: 12px 16px; color: #fff; background: var(--ink); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: absolute; z-index: 10; top: 0; right: 0; left: 0; display: flex; align-items: center; justify-content: space-between; width: var(--page); height: 96px; margin: auto; color: var(--paper); }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 15px; font-weight: 700; line-height: .78; letter-spacing: -.06em; }
.brand-mark { display: inline-flex; gap: 3px; align-items: center; width: 25px; }
.brand-mark i { display: block; width: 6px; height: 6px; border-radius: 50%; background: currentColor; }
.brand-mark i:nth-child(2) { width: 9px; height: 9px; background: var(--orange); }
.brand-period { color: var(--orange); }
.site-nav { display: flex; align-items: center; gap: clamp(22px, 3vw, 44px); font-size: 14px; font-weight: 500; }
.site-nav > a:not(.nav-cta) { opacity: .8; transition: opacity .2s; }
.site-nav > a:not(.nav-cta):hover { opacity: 1; }
.nav-cta { padding: 10px 14px; border: 1px solid rgba(244, 241, 235, .36); border-radius: 99px; transition: background .2s, color .2s; }
.nav-cta:hover { color: var(--ink); background: var(--paper); }
.menu-toggle { display: none; }

.hero { position: relative; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr); min-height: 760px; overflow: hidden; padding: 180px max(32px, calc((100vw - 1240px) / 2)) 104px; color: var(--paper); background: var(--ink); isolation: isolate; }
.hero-grid { position: absolute; z-index: -1; inset: 0; opacity: .12; background-image: linear-gradient(rgba(244,241,235,.32) 1px, transparent 1px), linear-gradient(90deg, rgba(244,241,235,.32) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom, #000 0%, transparent 90%); }
.orb { position: absolute; z-index: -1; width: 480px; height: 480px; border-radius: 50%; filter: blur(2px); opacity: .8; }
.orb-one { top: -330px; right: 8%; background: radial-gradient(circle at 40% 60%, var(--orange), transparent 63%); }
.orb-two { right: -260px; bottom: -320px; background: radial-gradient(circle at 45% 40%, #849b4e, transparent 63%); }
.hero-copy { align-self: center; max-width: 680px; }
.eyebrow { display: flex; gap: 9px; align-items: center; margin: 0 0 26px; font: 500 11px/1.3 var(--mono); letter-spacing: .075em; text-transform: uppercase; }
.pulse-dot { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 0 rgba(240, 75, 47, .6); animation: pulse 2.2s infinite; }
@keyframes pulse { 65% { box-shadow: 0 0 0 7px rgba(240, 75, 47, 0); } 100% { box-shadow: 0 0 0 0 rgba(240, 75, 47, 0); } }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { letter-spacing: -.055em; }
h1 { max-width: 720px; margin-bottom: 28px; font-size: clamp(64px, 7.8vw, 116px); font-weight: 500; line-height: .89; }
h1 em, h2 em { font-family: var(--display); font-weight: 500; }
.hero-intro { max-width: 530px; margin-bottom: 36px; color: rgba(244,241,235,.72); font-size: 18px; line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 20px; align-items: center; }
.button { display: inline-flex; gap: 19px; align-items: center; justify-content: center; padding: 15px 21px; border-radius: 2px; font-size: 14px; font-weight: 600; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--ink); background: var(--orange); }
.button-primary:hover { background: #ff654a; }
.text-link { display: inline-flex; gap: 8px; align-items: center; font-size: 14px; font-weight: 600; }
.text-link span { color: var(--orange); font-size: 19px; transition: transform .2s; }
.text-link:hover span { transform: translate(3px, -3px); }
.hero-visual { position: relative; min-height: 430px; align-self: center; }
.connection-map { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.connection-map path { fill: none; stroke: rgba(244,241,235,.42); stroke-width: 1.5; stroke-dasharray: 5 7; }
.connection-map circle { fill: var(--paper); stroke: var(--orange); stroke-width: 4; }
.connection-map circle:nth-of-type(2) { fill: var(--orange); stroke: var(--paper); }
.system-card { position: absolute; z-index: 2; padding: 20px; border: 1px solid rgba(244,241,235,.24); border-radius: 3px; background: rgba(26, 28, 34, .85); backdrop-filter: blur(6px); box-shadow: 0 18px 80px rgba(0,0,0,.25); }
.system-card-main { top: 32%; left: 24%; width: min(285px, 58%); transform: rotate(-3deg); }
.card-status { display: flex; gap: 6px; align-items: center; margin-bottom: 31px; color: rgba(244,241,235,.7); font: 10px var(--mono); letter-spacing: .1em; }
.card-status span { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); }
.signal-line { display: flex; align-items: center; height: 51px; overflow: hidden; }
.signal-line b { display: block; flex: 1; height: 2px; background: var(--orange); transform-origin: left; animation: signal 2.8s infinite ease-in-out; }
.signal-line b:nth-child(2n) { height: 25px; }.signal-line b:nth-child(3n) { height: 10px; }.signal-line b:nth-child(4n) { height: 40px; }.signal-line b:nth-child(5n) { height: 5px; }
@keyframes signal { 50% { transform: scaleY(.35); opacity: .5; } }
.system-labels { display: flex; justify-content: space-between; margin-top: 10px; color: rgba(244,241,235,.48); font: 9px var(--mono); text-transform: uppercase; }
.floating-tag { position: absolute; z-index: 3; padding: 9px 11px; color: var(--ink); border-radius: 2px; font: 10px var(--mono); letter-spacing: .02em; box-shadow: 0 8px 30px rgba(0,0,0,.12); }
.tag-ai { top: 5%; left: 53%; background: var(--lime); transform: rotate(5deg); }.tag-commerce { right: 0; bottom: 18%; background: var(--yellow); transform: rotate(-4deg); }.tag-ops { bottom: 3%; left: 6%; color: var(--paper); border: 1px solid rgba(244,241,235,.4); background: rgba(244,241,235,.08); transform: rotate(3deg); }
.scroll-cue { position: absolute; bottom: 34px; left: max(32px, calc((100vw - 1240px) / 2)); display: flex; gap: 10px; align-items: center; color: rgba(244,241,235,.64); font: 10px var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.scroll-cue span { width: 18px; height: 30px; border: 1px solid rgba(244,241,235,.4); border-radius: 14px; }.scroll-cue span::after { display: block; width: 3px; height: 6px; margin: 5px auto 0; border-radius: 2px; background: var(--orange); content: ''; animation: scroll-dot 2s infinite; }
@keyframes scroll-dot { 60% { transform: translateY(10px); opacity: 0; } 100% { opacity: 0; } }

.section-pad { width: var(--page); margin: auto; padding-top: 144px; padding-bottom: 144px; }
.section-number { margin: 0 0 48px; color: var(--orange); font: 500 12px var(--mono); }
.intro { display: grid; grid-template-columns: 100px 1.05fr .95fr; gap: 5vw; }
.intro .section-number { padding-top: 8px; }.intro-content h2, .section-heading h2, .approach h2, .contact h2 { margin-bottom: 28px; font-size: clamp(45px, 5.5vw, 81px); font-weight: 500; line-height: .96; }
.intro-content .eyebrow { margin-bottom: 20px; }.large-copy { max-width: 610px; font-size: 20px; line-height: 1.58; }.capability-list { border-top: 1px solid var(--line); }.capability-list article { padding: 23px 0 25px; border-bottom: 1px solid var(--line); }.capability-list span { color: var(--orange); font: 11px var(--mono); }.capability-list h3 { margin: 13px 0 7px; font-size: 17px; letter-spacing: -.03em; }.capability-list p { max-width: 340px; margin: 0; color: rgba(16,18,24,.62); font-size: 14px; line-height: 1.45; }

.work { width: 100%; padding-right: max(32px, calc((100vw - 1240px) / 2)); padding-left: max(32px, calc((100vw - 1240px) / 2)); color: var(--paper); background: #202329; }.section-heading { display: grid; grid-template-columns: 1fr 1.6fr .7fr; gap: 24px; align-items: end; margin-bottom: 75px; }.section-heading .section-number { margin-bottom: 23px; }.section-heading .eyebrow { margin: 0; }.section-heading h2 { margin: 0; }.section-heading > p { margin: 0 0 8px; color: rgba(244,241,235,.65); font-size: 15px; line-height: 1.5; }.work-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 48px 28px; }.project { min-width: 0; }.project-featured { grid-column: span 2; }.project-art { position: relative; height: 360px; overflow: hidden; margin-bottom: 18px; background: #d9d5cc; }.project-featured .project-art { height: 510px; }.project-meta { display: flex; gap: 14px; color: rgba(244,241,235,.57); font: 10px var(--mono); text-transform: uppercase; }.project-meta span:first-child { color: var(--orange); }.project h3 { margin: 18px 0 11px; font-size: clamp(28px, 3vw, 45px); font-weight: 500; line-height: .98; letter-spacing: -.055em; }.project:not(.project-featured) h3 { font-size: clamp(26px, 2.7vw, 36px); }.project > p { max-width: 520px; margin: 0; color: rgba(244,241,235,.64); font-size: 15px; line-height: 1.58; }
.art-policy { background: #a4c263; }.art-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(16,18,24,.16) 1px, transparent 1px), linear-gradient(90deg, rgba(16,18,24,.16) 1px, transparent 1px); background-size: 36px 36px; }.policy-window { position: absolute; z-index: 1; top: 50%; left: 50%; width: min(490px, 76%); padding: 22px 24px 26px; color: var(--paper); border: 1px solid rgba(244,241,235,.38); background: #171b1e; box-shadow: 22px 23px 0 #f2c94c; transform: translate(-50%, -50%) rotate(-3deg); }.policy-window > span { display: inline-block; width: 7px; height: 7px; margin-right: 5px; border-radius: 50%; background: var(--orange); }.policy-window > span:nth-child(2) { background: var(--yellow); }.policy-window > span:nth-child(3) { background: var(--lime); }.policy-window strong { display: block; margin: 36px 0 24px; font-size: clamp(24px, 3vw, 39px); font-weight: 500; letter-spacing: -.05em; }.policy-window i { display: block; height: 7px; margin-bottom: 9px; background: rgba(244,241,235,.2); }.policy-window i:nth-of-type(2) { width: 80%; }.policy-window i:nth-of-type(3) { width: 58%; }.policy-window button { float: right; padding: 10px 14px; color: var(--ink); border: 0; background: var(--orange); font-size: 12px; font-weight: 600; }
.art-commerce { background: #ef7954; }.shop-card { position: absolute; z-index: 1; top: 50%; left: 50%; width: 210px; padding: 20px; color: var(--ink); background: var(--paper); box-shadow: 12px 12px 0 #202329; transform: translate(-52%, -48%) rotate(7deg); }.shop-card small { display: block; margin-bottom: 12px; font: 10px var(--mono); text-transform: uppercase; }.shop-card b { display: block; font-size: 61px; letter-spacing: -.09em; line-height: .8; }.shop-card span { display: block; margin: 7px 0 23px; font-size: 12px; }.shop-card div { display: inline-block; width: 26px; height: 26px; margin-right: 8px; background: var(--yellow); }.shop-card div:nth-of-type(2) { background: var(--lime); }.shop-card div:nth-of-type(3) { background: var(--orange); }.price-tag { position: absolute; right: 10%; bottom: 14%; padding: 12px 15px; background: var(--yellow); font: 16px var(--mono); transform: rotate(-9deg); }.price-tag b { font-weight: 500; }
.art-ops { background: #6f7f91; }.terminal { position: absolute; top: 50%; left: 50%; width: min(360px, 80%); padding: 20px; color: #d5e8ba; border-radius: 2px; background: #13181e; box-shadow: 15px 15px 0 rgba(16,18,24,.22); font: 12px/1.6 var(--mono); transform: translate(-50%, -50%) rotate(-4deg); }.terminal > span { display: block; margin-bottom: 14px; color: #78838a; }.terminal b { display: block; margin-bottom: 7px; color: var(--lime); }.terminal i { display: block; color: #aeb7b1; font-style: normal; }.orbit { position: absolute; top: 50%; left: 50%; width: 310px; height: 310px; border: 1px dashed rgba(244,241,235,.58); border-radius: 50%; transform: translate(-50%, -50%) rotate(26deg); }.orbit::before,.orbit::after { position: absolute; border-radius: 50%; content: ''; }.orbit::before { top: 8px; left: 32px; width: 14px; height: 14px; background: var(--orange); }.orbit::after { right: 22px; bottom: 16px; width: 9px; height: 9px; background: var(--yellow); }
.project-wide { display: grid; grid-column: span 2; grid-template-columns: 1.3fr .7fr 80px; gap: 32px; align-items: center; padding: 42px 0 0; border-top: 1px solid rgba(244,241,235,.25); }.project-wide h3 { max-width: 580px; margin: 0; font-size: clamp(30px, 4vw, 57px); }.project-wide p { margin: 0; }.project-kicker { margin-bottom: 12px; color: var(--orange); font: 10px var(--mono); text-transform: uppercase; }.round-link { display: grid; width: 59px; height: 59px; place-items: center; color: var(--ink); border-radius: 50%; background: var(--yellow); font-size: 27px; transition: transform .2s; }.round-link:hover { transform: rotate(45deg); }

.approach { display: grid; grid-template-columns: .95fr 1.05fr; gap: 11vw; }.approach-sticky { position: sticky; top: 60px; align-self: start; }.approach-sticky h2 { margin-bottom: 0; }.principles { padding: 0; margin: 0; list-style: none; border-top: 1px solid var(--line); }.principles li { display: grid; grid-template-columns: 70px 1fr; gap: 22px; padding: 31px 0 35px; border-bottom: 1px solid var(--line); }.principles span { color: var(--orange); font: 11px var(--mono); }.principles h3 { margin-bottom: 10px; font-size: 24px; font-weight: 500; letter-spacing: -.04em; }.principles p { max-width: 510px; margin: 0; color: rgba(16,18,24,.65); font-size: 15px; line-height: 1.6; }

.notes { border-top: 1px solid var(--line); }.notes .section-heading { color: var(--ink); }.notes .section-heading > p { color: rgba(16,18,24,.62); }.repo-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; }.repo-card { display: grid; grid-template-columns: 45px 1fr 22px; gap: 15px; min-height: 228px; padding: 22px 18px; border: 1px solid var(--line); background: rgba(255,255,255,.24); transition: transform .2s, background .2s, border-color .2s; }.repo-card:hover { border-color: var(--ink); background: #fffdf9; transform: translateY(-4px); }.repo-icon { display: grid; width: 38px; height: 38px; place-items: center; color: var(--paper); background: var(--ink); font-size: 20px; }.repo-card small { color: var(--orange); font: 9px var(--mono); letter-spacing: .04em; }.repo-card h3 { margin: 15px 0 9px; font-size: 21px; letter-spacing: -.04em; }.repo-card p { margin: 0; color: rgba(16,18,24,.61); font-size: 13px; line-height: 1.48; }.repo-arrow { align-self: start; color: var(--orange); font-size: 19px; }.repo-note { margin: 18px 0 0; color: rgba(16,18,24,.53); font-size: 12px; }

.contact { position: relative; overflow: hidden; padding: 140px 32px; color: var(--paper); background: var(--orange); }.contact-content { position: relative; z-index: 1; width: min(1240px, 100%); margin: auto; }.contact .eyebrow { margin-bottom: 21px; }.contact .pulse-dot { background: var(--ink); }.contact h2 { max-width: 850px; margin-bottom: 23px; font-size: clamp(60px, 8vw, 120px); }.contact-content > p:not(.eyebrow):not(.contact-hint) { max-width: 460px; margin-bottom: 32px; font-size: 18px; line-height: 1.55; }.button-light { color: var(--ink); background: var(--paper); }.button-light:hover { background: var(--yellow); }.contact-hint { margin: 15px 0 0; color: rgba(16,18,24,.68); font-size: 11px; }.contact-dots { position: absolute; top: 50%; right: 7%; width: min(51vw, 610px); height: min(51vw, 610px); border: 1px solid rgba(16,18,24,.26); border-radius: 50%; transform: translateY(-50%); }.contact-dots::before,.contact-dots::after { position: absolute; border-radius: 50%; background: var(--paper); content: ''; }.contact-dots::before { top: 17%; right: 12%; width: 45px; height: 45px; box-shadow: -330px 358px 0 -4px var(--ink), -230px 180px 0 -9px var(--yellow); }.contact-dots::after { right: -10px; bottom: 20%; width: 15px; height: 15px; background: var(--ink); }
.site-footer { display: grid; grid-template-columns: 1fr 1fr auto; gap: 24px; align-items: center; width: var(--page); padding: 42px 0; margin: auto; }.footer-brand { color: var(--ink); }.site-footer p { margin: 0; color: rgba(16,18,24,.58); font-size: 12px; }.site-footer p:last-child { text-align: right; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }.reveal.is-visible { opacity: 1; transform: translateY(0); }

.policy-window .button-render { float: right; padding: 10px 14px; color: var(--ink); background: var(--orange); font-size: 12px; font-weight: 600; }

@media (max-width: 820px) {
  :root { --page: min(100% - 40px, 1240px); }
  .site-header { height: 80px; }.menu-toggle { display: grid; gap: 5px; width: 39px; height: 39px; padding: 10px; place-content: center; color: var(--paper); border: 1px solid rgba(244,241,235,.35); background: transparent; }.menu-toggle span:not(.sr-only) { display: block; width: 17px; height: 1px; background: currentColor; transition: transform .2s; }.menu-toggle[aria-expanded='true'] span:nth-of-type(2) { transform: translateY(-3px) rotate(-45deg); }.menu-toggle[aria-expanded='true'] span:nth-of-type(1) { transform: translateY(3px) rotate(45deg); }.site-nav { position: absolute; top: 70px; right: 0; left: 0; display: grid; gap: 0; padding: 10px 20px 20px; color: var(--ink); background: var(--paper); box-shadow: 0 20px 40px rgba(0,0,0,.22); transform: translateY(-150%); opacity: 0; pointer-events: none; transition: transform .25s, opacity .25s; }.site-nav.is-open { transform: translateY(0); opacity: 1; pointer-events: auto; }.site-nav a { padding: 14px 0; }.nav-cta { margin-top: 5px; padding: 12px 14px !important; border-color: var(--ink); }.hero { grid-template-columns: 1fr; min-height: 780px; padding-top: 135px; padding-bottom: 70px; }.hero-copy { align-self: start; }.hero-visual { min-height: 315px; max-width: 570px; width: 100%; }.system-card-main { top: 32%; }.tag-commerce { bottom: 10%; }.tag-ops { bottom: 0; }.scroll-cue { bottom: 22px; }
  .section-pad { padding-top: 90px; padding-bottom: 90px; }.intro { grid-template-columns: 1fr; gap: 35px; }.intro .section-number { margin-bottom: 0; }.capability-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }.capability-list article { border-bottom: 0; }.section-heading { grid-template-columns: 1fr 1fr; margin-bottom: 48px; }.section-heading > p { grid-column: 2; }.work-grid { gap: 44px 18px; }.project-art { height: 290px; }.project-featured .project-art { height: 400px; }.project-wide { grid-template-columns: 1fr auto; }.project-wide > p { grid-column: 1; }.project-wide .round-link { grid-row: 1 / 3; grid-column: 2; }.approach { gap: 50px; }.repo-list { grid-template-columns: 1fr; }.repo-card { min-height: 170px; }.contact { padding-top: 100px; padding-bottom: 100px; }.contact-dots { right: -240px; width: 550px; height: 550px; }.site-footer { grid-template-columns: 1fr auto; }.site-footer p:nth-child(2) { display: none; }
}
@media (max-width: 560px) {
  :root { --page: calc(100% - 36px); }.hero { min-height: 720px; padding-right: 18px; padding-left: 18px; }.hero-intro { font-size: 16px; }.hero-visual { min-height: 260px; }.system-card-main { left: 17%; width: 205px; padding: 15px; }.card-status { margin-bottom: 18px; }.tag-ai { left: 47%; }.tag-commerce { right: -5px; }.tag-ops { left: 0; }.section-number { margin-bottom: 28px; }.intro-content h2, .section-heading h2, .approach h2 { font-size: 46px; }.large-copy { font-size: 17px; }.capability-list { display: block; }.capability-list article { border-bottom: 1px solid var(--line); }.work { padding-right: 18px; padding-left: 18px; }.section-heading { grid-template-columns: 1fr; gap: 12px; }.section-heading > p { grid-column: 1; }.work-grid { grid-template-columns: 1fr; }.project-featured, .project-wide { grid-column: span 1; }.project-featured .project-art { height: 320px; }.policy-window { padding: 15px; box-shadow: 8px 8px 0 var(--yellow); }.policy-window strong { margin: 23px 0 17px; }.project-art { height: 260px; }.project-wide { grid-template-columns: 1fr auto; padding-top: 27px; }.project-wide h3 { font-size: 32px; }.approach { grid-template-columns: 1fr; }.approach-sticky { position: static; }.principles li { grid-template-columns: 42px 1fr; gap: 13px; }.principles h3 { font-size: 21px; }.contact { padding: 78px 18px; }.contact h2 { font-size: 61px; }.contact-content > p:not(.eyebrow):not(.contact-hint) { font-size: 16px; }.contact-dots { display: none; }.site-footer { width: var(--page); padding: 30px 0; }.site-footer p:last-child { font-size: 10px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.reveal { opacity: 1; transform: none; transition: none; }.pulse-dot, .signal-line b, .scroll-cue span::after { animation: none; } }
