:root {
  --paper: #f4f1e9;
  --paper-deep: #e9e4d8;
  --ink: #18201d;
  --muted: #656b65;
  --line: rgba(24, 32, 29, 0.16);
  --green: #153f35;
  --lime: #b7e455;
  --orange: #ea633d;
  --white: #fbfaf6;
  --serif: Iowan Old Style, Baskerville, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shell: min(1200px, calc(100vw - 80px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
svg { display: block; }
.shell { width: var(--shell); margin-inline: auto; }
.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; left: 16px; top: 12px; z-index: 1000; padding: 10px 14px;
  background: var(--ink); color: white; transform: translateY(-160%); transition: transform .2s;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed; z-index: 100; inset: 0 0 auto; height: 84px;
  transition: background .25s, height .25s, box-shadow .25s;
}
.site-header.scrolled {
  height: 68px; background: rgba(244, 241, 233, .88); box-shadow: 0 1px rgba(24, 32, 29, .08);
  -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px);
}
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 700; letter-spacing: -.04em; font-size: 20px; }
.brand-mark { width: 27px; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linejoin: round; }
.site-nav { display: flex; align-items: center; gap: 35px; font-size: 13px; font-weight: 600; }
.site-nav > a:not(.nav-contact) { position: relative; }
.site-nav > a:not(.nav-contact)::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 1px;
  background: currentColor; transition: right .25s ease;
}
.site-nav > a:not(.nav-contact):hover::after { right: 0; }
.nav-contact { padding: 11px 17px; border: 1px solid var(--ink); transition: background .2s, color .2s; }
.nav-contact:hover { background: var(--ink); color: var(--paper); }
.menu-button { display: none; }

.hero { min-height: 790px; height: 100vh; max-height: 960px; padding-top: 84px; position: relative; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; }
.hero-copy { position: relative; z-index: 2; padding-bottom: 20px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 23px; text-transform: uppercase; letter-spacing: .14em; font-size: 11px; font-weight: 700; }
.eyebrow span { width: 25px; height: 1px; background: currentColor; }
.hero h1 { margin: 0; max-width: 660px; font-size: clamp(67px, 7.2vw, 106px); line-height: .9; letter-spacing: -.07em; font-weight: 650; }
h1 em, h2 em { font-family: var(--serif); font-weight: 400; letter-spacing: -.045em; }
.hero-intro { max-width: 520px; margin: 32px 0 0; font-size: 18px; line-height: 1.65; color: var(--muted); }
.hero-actions { display: flex; align-items: center; gap: 34px; margin-top: 38px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 26px; padding: 15px 19px; font-size: 13px; font-weight: 650; }
.button svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.5; transition: transform .2s; }
.button:hover svg { transform: translateX(4px); }
.button-primary { background: var(--ink); color: var(--white); }
.text-link { display: inline-flex; align-items: center; gap: 9px; font-size: 13px; font-weight: 650; border-bottom: 1px solid currentColor; padding-bottom: 3px; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translate(2px, 2px); }

.hero-visual { height: 580px; position: relative; }
.orbit { position: absolute; border: 1px solid rgba(24, 32, 29, .13); border-radius: 50%; transform: rotate(-24deg); }
.orbit-one { width: 460px; height: 190px; right: 0; top: 185px; }
.orbit-two { width: 350px; height: 520px; right: 58px; top: 24px; transform: rotate(58deg); }
.module { position: absolute; width: 270px; height: 335px; border: 1px solid rgba(24, 32, 29, .22); box-shadow: 0 24px 60px rgba(32, 34, 26, .12); }
.module-back { background: var(--lime); right: 124px; top: 84px; transform: rotate(8deg); }
.module-back::before { content: ""; position: absolute; inset: 20px; border: 1px solid rgba(24, 32, 29, .19); }
.module-back span { position: absolute; height: 1px; left: 45px; right: 45px; background: rgba(24, 32, 29, .25); }
.module-back span:nth-child(1) { top: 90px; }.module-back span:nth-child(2) { top: 105px; }.module-back span:nth-child(3) { top: 120px; right: 95px; }
.module-front { background: var(--white); right: 72px; top: 143px; padding: 23px; transform: rotate(-6deg); }
.module-top { display: flex; gap: 5px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.module-top i { display: block; width: 5px; height: 5px; border-radius: 50%; background: var(--orange); }
.module-top i:nth-child(2) { background: var(--lime); }.module-top i:nth-child(3) { background: var(--ink); }
.module-line { height: 8px; width: 53%; background: var(--ink); margin-top: 13px; opacity: .76; }
.module-line.long { height: 21px; width: 80%; margin-top: 30px; opacity: 1; }
.module-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 38px; }
.module-grid b { height: 65px; background: var(--paper-deep); }.module-grid b:nth-child(2) { background: var(--green); }.module-grid b:nth-child(3) { background: var(--orange); }.module-grid b:nth-child(4) { background: var(--lime); }
.visual-label { position: absolute; z-index: 2; padding: 8px 12px; background: var(--ink); color: white; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.label-one { right: 327px; top: 157px; transform: rotate(-6deg); }.label-two { right: 19px; bottom: 112px; transform: rotate(4deg); background: var(--orange); }
.hero-foot { position: absolute; left: 0; right: 0; bottom: 28px; display: grid; grid-template-columns: auto 1fr auto; gap: 16px; align-items: center; color: var(--muted); font-size: 10px; letter-spacing: .11em; text-transform: uppercase; }
.hero-foot div { height: 1px; background: var(--line); }.hero-foot p { margin: 0; }

.manifesto { background: var(--green); color: var(--white); padding: 130px 0; }
.manifesto-grid { display: grid; grid-template-columns: 1fr 2fr; gap: 70px; }
.section-label > span { color: var(--lime); font-size: 10px; letter-spacing: .15em; text-transform: uppercase; font-weight: 700; }
.section-label > p { margin: 58px 0 0; color: rgba(255,255,255,.48); font-family: var(--serif); font-size: 20px; line-height: 1.4; }
.manifesto-copy h2 { max-width: 790px; margin: 0; font-family: var(--serif); font-weight: 400; font-size: clamp(42px, 5vw, 68px); line-height: 1.04; letter-spacing: -.04em; }
.manifesto-copy > p { max-width: 580px; margin: 45px 0 0 auto; color: rgba(255,255,255,.66); font-size: 17px; line-height: 1.7; }

.principles { display: grid; grid-template-columns: repeat(3, 1fr); }
.principles article { min-height: 405px; padding: 43px 35px 40px; border-left: 1px solid var(--line); position: relative; }
.principles article:last-child { border-right: 1px solid var(--line); }
.principle-number { color: var(--muted); font-size: 10px; letter-spacing: .12em; }
.principles svg { width: 49px; height: 49px; margin: 62px 0 42px; fill: none; stroke: var(--ink); stroke-width: 1; }
.principles h3 { margin: 0 0 13px; font-size: 19px; letter-spacing: -.025em; }
.principles p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }

.work { padding: 130px 0 140px; background: var(--paper-deep); }
.work-heading { display: grid; grid-template-columns: 1.4fr .6fr; gap: 90px; align-items: end; margin-bottom: 80px; }
.work-heading h2 { max-width: 700px; margin: 0; font-size: clamp(48px, 5.3vw, 76px); line-height: 1.02; letter-spacing: -.06em; }
.work-heading > p { margin: 0 0 7px; color: var(--muted); font-size: 15px; line-height: 1.7; }
.capability-list { border-top: 1px solid var(--ink); }
.capability-list article { display: grid; grid-template-columns: 70px .8fr 1fr 50px; gap: 30px; align-items: center; min-height: 134px; border-bottom: 1px solid var(--line); }
.capability-list article > span { font-size: 10px; color: var(--muted); }
.capability-list h3 { margin: 0; font-size: 24px; letter-spacing: -.035em; }
.capability-list p { max-width: 440px; margin: 0; color: var(--muted); font-size: 14px; }
.capability-arrow { width: 43px; height: 43px; border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; transition: .2s; }
.capability-list article:hover .capability-arrow { background: var(--ink); color: white; transform: rotate(45deg); }

.company { padding: 140px 0; }
.company-card { min-height: 530px; background: var(--ink); color: white; display: grid; grid-template-columns: .83fr 1.17fr; overflow: hidden; }
.company-art { min-height: 490px; background: var(--orange); position: relative; overflow: hidden; }
.company-art::after { content: ""; position: absolute; width: 430px; height: 430px; left: -60px; bottom: -240px; border: 1px solid rgba(24,32,29,.35); border-radius: 50%; box-shadow: 0 0 0 60px rgba(24,32,29,.05), 0 0 0 120px rgba(24,32,29,.04); }
.mini-module { position: absolute; width: 145px; height: 180px; border: 1px solid var(--ink); background: var(--paper); box-shadow: 0 20px 35px rgba(24,32,29,.18); }
.mini-module::before, .mini-module::after { content: ""; position: absolute; left: 17px; right: 17px; height: 1px; background: rgba(24,32,29,.35); }
.mini-module::before { top: 35px; }.mini-module::after { top: 45px; right: 55px; }
.mini-one { top: 85px; left: 90px; transform: rotate(-12deg); }.mini-two { top: 135px; left: 185px; transform: rotate(10deg); background: var(--lime); }.mini-three { top: 220px; left: 72px; transform: rotate(3deg); background: var(--green); }
.company-copy { align-self: center; padding: 65px 9vw 65px 8vw; }
.company-copy .eyebrow { color: var(--lime); }
.company-copy h2 { margin: 0; font-size: clamp(43px, 4.5vw, 62px); line-height: 1; letter-spacing: -.055em; }
.company-copy > p { margin: 31px 0; max-width: 510px; color: rgba(255,255,255,.6); line-height: 1.75; font-size: 15px; }
.text-link.light { color: white; }

.contact { padding: 35px 0 145px; }
.contact .eyebrow { margin-bottom: 44px; }
.contact-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; }
.contact h2 { margin: 0; font-size: clamp(65px, 8.3vw, 116px); line-height: .88; letter-spacing: -.07em; }
.round-link { flex: 0 0 auto; width: 105px; height: 105px; border: 1px solid var(--ink); border-radius: 50%; display: grid; place-items: center; transition: background .25s, color .25s, transform .25s; }
.round-link:hover { background: var(--ink); color: white; transform: rotate(7deg); }
.round-link svg { width: 36px; fill: none; stroke: currentColor; stroke-width: 1.1; }

.site-footer { background: var(--green); color: white; padding: 70px 0 25px; }
.footer-main { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; padding-bottom: 78px; }
.footer-brand { align-self: start; font-size: 24px; }.footer-brand .brand-mark { width: 31px; }
.footer-links { display: grid; grid-template-columns: 1.2fr 1fr .6fr; gap: 45px; }
.footer-links div { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; font-size: 13px; }
.footer-links div > span { color: rgba(255,255,255,.4); font-size: 9px; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 9px; }
.footer-links a:hover { color: var(--lime); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.18); padding-top: 23px; display: flex; justify-content: space-between; color: rgba(255,255,255,.45); font-size: 10px; letter-spacing: .04em; }
.footer-bottom p { margin: 0; }.footer-bottom a { color: white; }

.legal-main { padding: 165px 0 120px; min-height: calc(100vh - 280px); }
.legal-header { padding-bottom: 55px; border-bottom: 1px solid var(--line); }
.legal-header h1 { margin: 0; font-size: clamp(56px, 7vw, 94px); letter-spacing: -.065em; line-height: .95; }
.legal-header p { color: var(--muted); margin: 24px 0 0; }
.legal-content { max-width: 760px; margin: 65px auto 0; }
.legal-content h2 { font-size: 24px; letter-spacing: -.03em; margin: 43px 0 13px; }
.legal-content p, .legal-content li { color: var(--muted); line-height: 1.75; }
.legal-content a { border-bottom: 1px solid currentColor; color: var(--ink); }

[data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .75s ease, transform .75s ease; }
[data-reveal].visible { opacity: 1; transform: translateY(0); }

@media (max-width: 920px) {
  :root { --shell: min(100% - 48px, 720px); }
  .hero { height: auto; max-height: none; min-height: 950px; grid-template-columns: 1fr; padding-top: 150px; align-content: start; }
  .hero h1 { font-size: clamp(68px, 12vw, 94px); }
  .hero-visual { width: min(560px, 100%); margin: 5px 0 80px auto; height: 490px; }
  .manifesto-grid { grid-template-columns: 1fr; }.section-label > p { display: none; }
  .principles { grid-template-columns: 1fr; }.principles article { min-height: 290px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .principles svg { margin: 35px 0 27px; }
  .work-heading { grid-template-columns: 1fr; gap: 30px; }
  .capability-list article { grid-template-columns: 45px 1fr 45px; padding: 25px 0; }.capability-list p { grid-column: 2; }.capability-arrow { grid-column: 3; grid-row: 1 / 3; }
  .company-card { grid-template-columns: 1fr; }.company-art { min-height: 420px; }.company-copy { padding: 70px 55px; }
  .footer-main { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  :root { --shell: calc(100% - 36px); }
  .site-header { height: 70px; }
  .menu-button { display: grid; width: 42px; height: 42px; place-content: center; gap: 6px; background: transparent; border: 0; z-index: 2; }
  .menu-button > span:not(.sr-only) { display: block; width: 22px; height: 1px; background: currentColor; transition: transform .2s; }
  .menu-button[aria-expanded="true"] > span:nth-last-child(2) { transform: translateY(3.5px) rotate(45deg); }
  .menu-button[aria-expanded="true"] > span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 25px; padding: 80px 30px; background: var(--paper); font-size: 30px; transform: translateX(100%); transition: transform .3s ease; }
  .site-nav.open { transform: translateX(0); }.nav-contact { font-size: 15px; margin-top: 10px; }
  body.menu-open { overflow: hidden; }
  .hero { min-height: 900px; padding-top: 125px; display: block; }
  .hero h1 { font-size: clamp(58px, 18vw, 79px); }.hero-intro { font-size: 16px; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .hero-visual { height: 380px; margin-top: 25px; overflow: hidden; }
  .orbit-one { width: 350px; right: -80px; top: 130px; }.orbit-two { width: 260px; height: 380px; right: 10px; }
  .module { width: 185px; height: 235px; }.module-back { right: 70px; top: 52px; }.module-front { right: 30px; top: 95px; padding: 15px; }
  .module-top { padding-bottom: 12px; }.module-line.long { margin-top: 18px; height: 14px; }.module-line { height: 5px; margin-top: 8px; }.module-grid { margin-top: 23px; gap: 5px; }.module-grid b { height: 41px; }
  .label-one { left: 2px; right: auto; top: 90px; }.label-two { right: 1px; bottom: 45px; }
  .hero-foot { display: none; }
  .manifesto { padding: 90px 0; }.manifesto-copy h2 { font-size: 42px; }.manifesto-copy > p { margin-top: 30px; font-size: 15px; }
  .principles article { padding: 35px 28px; }
  .work { padding: 90px 0; }.work-heading { margin-bottom: 50px; }.work-heading h2 { font-size: 48px; }
  .capability-list article { gap: 10px; grid-template-columns: 30px 1fr 40px; }.capability-list h3 { font-size: 20px; }.capability-list p { padding-right: 5px; }
  .company { padding: 80px 0; width: 100%; }.company-art { min-height: 340px; }.mini-one { left: 60px; top: 50px; }.mini-two { left: 145px; top: 85px; }.mini-three { left: 47px; top: 170px; }
  .company-copy { padding: 58px 28px 65px; }.company-copy h2 { font-size: 43px; }
  .contact { padding: 25px 0 95px; }.contact-row { align-items: flex-end; }.contact h2 { font-size: 57px; }.round-link { width: 66px; height: 66px; }.round-link svg { width: 26px; }
  .footer-main { padding-bottom: 55px; }.footer-links { grid-template-columns: 1fr 1fr; }.footer-bottom { gap: 20px; }
  .legal-main { padding-top: 125px; }.legal-header h1 { font-size: 58px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}
