:root {
  --ink: #17211d;
  --muted: #66716b;
  --paper: #f4f1e9;
  --cream: #e9e1d0;
  --lime: #d6f05b;
  --coral: #ec765e;
  --blue: #426b82;
  --line: rgba(23, 33, 29, .16);
  --serif: Georgia, 'Times New Roman', serif;
  --sans: 'Trebuchet MS', 'Segoe UI', sans-serif;
}

* { 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; }
.section-shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.site-header { width: min(1180px, calc(100% - 48px)); height: 84px; margin: auto; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.brand { display: flex; gap: 11px; align-items: center; font-weight: 700; letter-spacing: -.02em; }
.brand-mark { display: grid; place-items: center; width: 33px; height: 33px; background: var(--ink); color: var(--lime); font-size: .7rem; }
.nav { display: flex; gap: 28px; align-items: center; font-size: .86rem; }
.nav a:not(.nav-cta), .text-link { color: var(--muted); }
.nav-cta { padding: 11px 15px; background: var(--ink); color: var(--paper); }
.hero { min-height: 620px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; padding: 74px 0 92px; }
.eyebrow { color: var(--coral); font-size: .7rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; margin: 0 0 21px; }
.hero-copy { max-width: 640px; }
.hero h1 { max-width: 700px; margin-bottom: 27px; font-size: clamp(3.5rem, 6vw, 6.5rem); line-height: .9; }
.hero-text { max-width: 560px; color: var(--muted); font-size: 1.08rem; line-height: 1.7; }
.proof-grid { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 18px; font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.proof-grid span { white-space: nowrap; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.055em; }
h1 { max-width: 700px; margin-bottom: 27px; font-size: clamp(3.7rem, 7vw, 6.7rem); line-height: .91; }
h1 em { color: var(--blue); font-style: normal; }
.hero-text { max-width: 500px; color: var(--muted); font-size: 1.08rem; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 26px; margin-top: 34px; }
.button { display: inline-flex; gap: 22px; align-items: center; padding: 14px 18px; font-size: .82rem; font-weight: 700; }
.button-dark { color: var(--paper); background: var(--ink); }
.button-light { color: var(--ink); background: var(--lime); }
.text-link { font-size: .85rem; font-weight: 700; border-bottom: 1px solid var(--muted); padding-bottom: 4px; }
.hero-visual { min-height: 410px; position: relative; overflow: hidden; background: var(--blue); }
.visual-grid { position: absolute; inset: 0; opacity: .15; background-image: linear-gradient(rgba(255,255,255,.7) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.7) 1px, transparent 1px); background-size: 42px 42px; }
.orbit { position: absolute; border: 1px solid rgba(244,241,233,.45); border-radius: 50%; transform: rotate(-20deg); }
.orbit-a { width: 440px; height: 230px; left: -56px; top: 97px; }
.orbit-b { width: 380px; height: 165px; left: 20px; top: 128px; }
.node { position: absolute; z-index: 2; display: flex; flex-direction: column; justify-content: center; width: 96px; height: 76px; padding: 12px; background: var(--paper); color: var(--ink); font-size: .68rem; box-shadow: 8px 8px 0 rgba(23,33,29,.18); }
.node strong { font-size: .86rem; }.node span { color: var(--coral); margin-top: 4px; }.node-main { left: 39%; top: 40%; width: 122px; height: 93px; background: var(--lime); }.node-one { left: 11%; top: 12%; }.node-two { right: 10%; top: 21%; background: var(--coral); }.node-three { right: 15%; bottom: 14%; background: var(--cream); }
.connection { position: absolute; height: 1px; background: var(--lime); transform-origin: left; opacity: .75; }.connection-a { width: 150px; left: 27%; top: 31%; transform: rotate(14deg); }.connection-b { width: 140px; left: 58%; top: 45%; transform: rotate(-30deg); }.connection-c { width: 135px; left: 57%; top: 67%; transform: rotate(21deg); }
.proof-band { background: var(--lime); border-block: 1px solid var(--ink); }.proof-grid { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: .73rem; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; }.proof-label { color: var(--coral); }
.work-section { padding: 116px 0 132px; }.section-heading, .archive-heading { display: flex; justify-content: space-between; gap: 40px; align-items: end; }.section-heading { margin-bottom: 48px; }.archive-heading { margin: 110px 0 35px; }.section-heading h2, .archive-heading h2, .services-layout h2, .about-copy h2, .contact-inner h2 { font-size: clamp(2.9rem, 5vw, 5rem); line-height: .94; margin-bottom: 0; }.section-intro { max-width: 315px; color: var(--muted); line-height: 1.55; font-size: .9rem; }
.featured-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }.project-card { min-height: 322px; display: flex; flex-direction: column; justify-content: space-between; padding: 26px; position: relative; overflow: hidden; background: var(--cream); }.project-card:nth-child(2n) { background: var(--blue); color: var(--paper); }.project-card:nth-child(3n) { background: var(--coral); }.project-card:nth-child(4n) { background: var(--ink); color: var(--paper); }.project-meta { display: flex; justify-content: space-between; font-size: .69rem; text-transform: uppercase; letter-spacing: .1em; }.project-card h3 { max-width: 370px; font-family: var(--serif); font-size: 2.5rem; line-height: .95; letter-spacing: -.045em; font-weight: 400; margin: 50px 0 13px; }.project-card p { max-width: 390px; line-height: 1.45; font-size: .88rem; opacity: .78; margin-bottom: 0; }.project-arrow { align-self: end; font-size: 1.5rem; }
.project-card-image { width: 100%; height: 190px; object-fit: cover; object-position: top center; border: 1px solid rgba(23,33,29,.16); margin-top: 16px; }
.filters { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 22px; }.filter { border: 1px solid var(--line); padding: 9px 13px; background: transparent; color: var(--muted); font: inherit; font-size: .76rem; cursor: pointer; }.filter span { margin-left: 5px; opacity: .55; }.filter.active, .filter:hover { background: var(--ink); color: var(--paper); border-color: var(--ink); }.archive-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }.archive-item { min-height: 145px; padding: 18px; background: var(--paper); display: flex; flex-direction: column; justify-content: space-between; }.archive-item.hidden { display: none; }.archive-item h3 { font-size: 1rem; line-height: 1.05; margin: 0; }.archive-item p { color: var(--muted); font-size: .72rem; margin: 0; line-height: 1.35; }.tag { color: var(--coral); font-size: .63rem; letter-spacing: .1em; text-transform: uppercase; }
.services-section { background: var(--ink); color: var(--paper); padding: 110px 0; }.services-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; }.services-section .eyebrow { color: var(--lime); }.services-layout h2 { margin-bottom: 28px; }.body-copy { color: var(--muted); font-size: 1rem; line-height: 1.7; max-width: 455px; }.services-section .body-copy { color: rgba(244,241,233,.63); }.service-list { border-top: 1px solid rgba(244,241,233,.26); }.service-list article { display: grid; grid-template-columns: 42px minmax(0, 1fr); gap: 16px; align-items: start; padding: 23px 0; border-bottom: 1px solid rgba(244,241,233,.26); background: linear-gradient(180deg, rgba(255,255,255,.01), rgba(255,255,255,.00)); }.service-list span { color: var(--lime); font-size: .7rem; }.service-list h3 { grid-column: 2; font-size: 1.23rem; margin-bottom: 7px; font-weight: 400; }.service-list p { grid-column: 2; color: rgba(244,241,233,.55); font-size: .82rem; line-height: 1.45; margin: 0; }
.about-section { min-height: 510px; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 80px; padding: 108px 0; }.about-stamp { width: 250px; height: 250px; display: grid; place-items: center; border: 1px solid var(--ink); border-radius: 50%; transform: rotate(-13deg); text-align: center; color: var(--coral); font-size: .8rem; line-height: 1.6; letter-spacing: .15em; }.about-copy h2 { margin-bottom: 27px; }.about-note { color: var(--blue); font-size: .85rem; font-weight: 700; margin-top: 28px; }
.contact-section { background: var(--coral); padding: 100px 0; }.contact-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: end; }.contact-inner .eyebrow { color: var(--ink); }.contact-inner h2 { margin-bottom: 0; }.contact-inner .body-copy { color: rgba(23,33,29,.75); margin-bottom: 30px; }.site-footer { min-height: 75px; display: flex; justify-content: space-between; align-items: center; font-size: .73rem; color: var(--muted); }.site-footer a { color: var(--ink); }
.reveal { animation: reveal .8s ease both; }.delay-1 { animation-delay: .16s; }@keyframes reveal { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
.contact-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
@media (max-width: 800px) { .site-header { height: auto; padding: 18px 0; align-items: flex-start; gap: 20px; }.nav { gap: 12px; flex-wrap: wrap; justify-content: end; }.nav a:not(.nav-cta) { display: none; }.hero, .services-layout, .about-section, .contact-inner { grid-template-columns: 1fr; gap: 44px; }.hero { padding: 65px 0 70px; }.hero-visual { min-height: 340px; }.proof-grid { flex-wrap: wrap; padding: 20px 0; }.proof-grid span { flex: 1 0 28%; }.section-heading, .archive-heading { display: block; }.section-intro { margin-top: 25px; }.featured-grid { grid-template-columns: 1fr; }.archive-grid { grid-template-columns: repeat(2, 1fr); }.about-stamp { width: 190px; height: 190px; }.site-footer { padding: 18px 0; flex-wrap: wrap; gap: 12px; } }
@media (max-width: 460px) { .section-shell, .site-header { width: min(100% - 32px, 1180px); }.hero h1 { font-size: 3.55rem; }.archive-grid { grid-template-columns: 1fr; }.hero-actions { align-items: flex-start; flex-direction: column; }.proof-grid span { flex-basis: 45%; } }
