* { box-sizing: border-box; }
:root {
  --ink: #142a28; 
  --muted: #65716e;
  --cream: #f4f1e9;
  --paper: #fbfaf5;
  --lime: #d5ec4e;
  --coral: #ed725c;
  --line: rgba(20, 42, 40, .16);
  --display: 'Space Grotesk', 'Trebuchet MS', sans-serif;
  --body: 'DM Sans', 'Trebuchet MS', sans-serif;
}
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); font-size: 16px; line-height: 1.5; }
a { color: inherit; text-decoration: none; }
.site-header { align-items: center; display: flex; justify-content: space-between; padding: 26px 5.5vw; position: absolute; top: 0; width: 100%; z-index: 5; }
.brand { align-items: center; display: inline-flex; font-family: var(--display); font-size: 1.12rem; font-weight: 700; letter-spacing: -.05em; }
.brand-suffix { color: var(--coral); font-size: .62rem; letter-spacing: .04em; margin-left: 3px; vertical-align: top; }
.brand-mark { display: inline-flex; gap: 3px; margin-right: 10px; }
.brand-mark span { background: var(--coral); display: block; height: 13px; transform: skew(-18deg); width: 5px; }
.brand-mark span:nth-child(2) { background: var(--lime); height: 18px; margin-top: -5px; }
.brand-mark span:nth-child(3) { height: 10px; margin-top: 3px; }
.nav { align-items: center; display: flex; gap: 33px; }
.nav a { font-size: .82rem; font-weight: 600; }
.nav-cta { background: var(--ink); color: var(--paper); padding: 12px 18px; }
.nav-cta span, .button span { color: var(--lime); font-size: 1.1rem; margin-left: 10px; }
.menu-toggle { background: transparent; border: 0; color: var(--ink); display: none; font: 600 .82rem var(--body); }
.hero { background: var(--cream); display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .86fr); min-height: 100vh; overflow: hidden; padding: 155px 10vw 70px 11vw; position: relative; }
.hero-copy { align-self: center; max-width: 590px; position: relative; z-index: 2; }
.eyebrow, .section-kicker { color: var(--coral); font-size: .7rem; font-weight: 700; letter-spacing: .17em; margin: 0 0 25px; text-transform: uppercase; }
.eyebrow-dot { background: var(--coral); border-radius: 50%; display: inline-block; height: 7px; margin: 0 9px 1px 0; width: 7px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--display); letter-spacing: -.075em; line-height: .94; }
h1 { font-size: clamp(4.2rem, 8vw, 8.9rem); margin-bottom: 32px; }
h1 em, h2 em { color: var(--coral); font-style: normal; }
.hero-intro { color: var(--muted); font-size: 1.03rem; line-height: 1.65; max-width: 405px; }
.hero-actions { align-items: center; display: flex; gap: 28px; margin-top: 42px; }
.button { align-items: center; display: inline-flex; font-size: .78rem; font-weight: 700; padding: 16px 21px; }
.button-primary { background: var(--ink); color: var(--paper); }
.text-link { border-bottom: 1px solid var(--ink); font-size: .78rem; font-weight: 700; padding-bottom: 4px; }
.text-link span { font-size: 1rem; margin-left: 9px; }
.hero-art { align-self: center; height: min(48vw, 580px); justify-self: center; max-height: 580px; max-width: 580px; min-height: 370px; min-width: 370px; position: relative; transform: rotate(7deg); width: 100%; }
.art-grid { background-image: linear-gradient(rgba(20,42,40,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(20,42,40,.1) 1px, transparent 1px); background-size: 43px 43px; height: 105%; left: -3%; mask-image: linear-gradient(90deg, transparent, black 25%, black 75%, transparent); position: absolute; top: -2%; transform: rotate(-7deg); width: 105%; }
.orbit { border: 1px solid rgba(20,42,40,.33); border-radius: 50%; left: 9%; position: absolute; top: 17%; transform: rotate(-28deg); }
.orbit-one { height: 64%; width: 84%; }
.orbit-two { border-color: var(--coral); height: 84%; left: 22%; top: 8%; transform: rotate(54deg); width: 49%; }
.art-core { align-items: center; background: var(--ink); border-radius: 50%; color: var(--lime); display: flex; flex-direction: column; height: 178px; justify-content: center; left: 36%; position: absolute; top: 36%; transform: rotate(-7deg); width: 178px; }
.art-core span { font: 700 3.5rem var(--display); letter-spacing: -.1em; }
.art-core small { color: var(--paper); font-size: .53rem; font-weight: 600; letter-spacing: .2em; margin-top: 4px; }
.art-label { background: var(--paper); box-shadow: 4px 5px 0 var(--lime); font-size: .7rem; font-weight: 700; padding: 9px 11px; position: absolute; transform: rotate(-7deg); }
.art-label b { color: var(--coral); margin-left: 5px; }
.label-one { left: 1%; top: 20%; }
.label-two { right: 0; top: 32%; }
.label-three { bottom: 13%; left: 21%; }
.hero-scroll { align-items: center; bottom: 34px; display: flex; font-size: .58rem; font-weight: 700; gap: 12px; letter-spacing: .12em; position: absolute; right: 5.5vw; text-transform: uppercase; transform: rotate(90deg) translateX(100%); transform-origin: right; }
.scroll-line { background: var(--coral); height: 1px; width: 47px; }
.statement { background: var(--ink); color: var(--paper); padding: 125px 11vw 140px; }
.statement .section-kicker { color: var(--lime); }
.statement-content { display: grid; gap: 10vw; grid-template-columns: 1.1fr .7fr; }
h2 { font-size: clamp(3.2rem, 6vw, 6.5rem); margin-bottom: 0; }
h2 span { color: var(--lime); }
.statement-detail { align-self: end; padding-bottom: 7px; }
.statement-detail p { color: rgba(251,250,245,.67); font-size: 1rem; line-height: 1.7; max-width: 355px; }
.circle-link { align-items: center; border: 1px solid rgba(251,250,245,.4); border-radius: 50%; display: flex; font-size: .72rem; font-weight: 700; height: 105px; justify-content: center; margin-top: 40px; position: relative; width: 105px; }
.circle-link b { color: var(--lime); font-size: 1.1rem; position: absolute; right: 10px; top: 14px; }
.services { display: grid; gap: 9vw; grid-template-columns: .7fr 1fr; padding: 135px 11vw 155px; }
.services .section-kicker { color: var(--coral); }
.section-heading h2 { font-size: clamp(3rem, 5vw, 5.8rem); }
.section-heading h2 span { color: var(--coral); }
.service-list { border-top: 1px solid var(--line); }
.service-item { align-items: flex-start; border-bottom: 1px solid var(--line); display: grid; gap: 20px; grid-template-columns: 43px 1fr 30px; padding: 29px 0 27px; }
.service-number { color: var(--coral); font: 600 .75rem var(--display); }
.service-item h3 { font: 600 1.22rem var(--display); letter-spacing: -.04em; margin-bottom: 8px; }
.service-item p { color: var(--muted); font-size: .88rem; line-height: 1.6; margin-bottom: 0; max-width: 390px; }
.service-arrow { color: var(--coral); font-size: 1.3rem; }
.cta-section { align-items: center; background: var(--coral); color: var(--ink); display: flex; flex-direction: column; overflow: hidden; padding: 115px 20px 125px; position: relative; text-align: center; }
.cta-section .eyebrow { color: var(--ink); margin-bottom: 28px; position: relative; }
.cta-section .eyebrow-dot { background: var(--ink); }
.cta-section h2 { font-size: clamp(3.8rem, 8vw, 8.5rem); position: relative; }
.cta-section h2 em { color: var(--lime); }
.button-light { background: var(--lime); color: var(--ink); margin-top: 33px; position: relative; }
.button-light span { color: var(--coral); }
.cta-mark { height: 510px; left: 50%; position: absolute; top: -90px; transform: translateX(-50%); width: 510px; }
.cta-mark span { border: 1px solid rgba(20,42,40,.2); border-radius: 50%; height: 100%; left: 0; position: absolute; top: 0; transform: rotate(38deg); width: 100%; }
.cta-mark span:nth-child(2) { transform: rotate(73deg); }
.cta-mark span:nth-child(3) { transform: rotate(108deg); }
.site-footer { align-items: center; display: flex; justify-content: space-between; padding: 27px 5.5vw; }
.site-footer p { color: var(--muted); font-size: .7rem; margin: 0; }
.footer-meta { color: var(--ink) !important; }
@media (max-width: 800px) {
  .site-header { padding: 22px 6vw; }
  .nav { background: var(--paper); box-shadow: 0 10px 20px rgba(20,42,40,.1); display: none; flex-direction: column; gap: 20px; padding: 22px; position: absolute; right: 6vw; top: 65px; }
  .nav.open { display: flex; }
  .menu-toggle { display: block; }
  .hero { display: block; min-height: auto; padding: 140px 8vw 85px; }
  h1 { font-size: clamp(4rem, 18vw, 7rem); }
  .hero-art { height: 87vw; margin: 65px auto 25px; min-height: 310px; min-width: 310px; width: 87vw; }
  .art-core { height: 125px; width: 125px; }
  .art-core span { font-size: 2.5rem; }
  .hero-scroll { display: none; }
  .statement, .services { padding: 85px 8vw 95px; }
  .statement-content, .services { display: block; }
  .statement-detail { margin-top: 46px; }
  .services .section-heading { margin-bottom: 60px; }
  .site-footer { align-items: flex-start; flex-direction: column; gap: 14px; padding: 28px 8vw; }
}
@media (prefers-reduced-motion: no-preference) {
  .hero-copy { animation: rise .8s ease both; }
  .hero-art { animation: appear 1s .15s ease both; }
  @keyframes rise { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
  @keyframes appear { from { opacity: 0; transform: rotate(7deg) scale(.9); } to { opacity: 1; transform: rotate(7deg) scale(1); } }
}
