:root {
  --paper: #f4f0e8;
  --ink: #1f2522;
  --muted: #66706a;
  --line: rgba(31, 37, 34, 0.17);
  --coral: #ef7658;
  --lime: #c4d86b;
  --cream: #fbf8f1;
  --serif: 'Playfair Display', Georgia, serif;
  --sans: 'Manrope', 'Helvetica Neue', 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; }
.page-shell { max-width: 1440px; margin: 0 auto; overflow: hidden; }
.site-header { align-items: center; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; margin: 0 5.5vw; padding: 27px 0 23px; }
.site-header { animation: header-in .75s cubic-bezier(.22, 1, .36, 1) both; }
.brand { font-size: 1.45rem; font-weight: 800; letter-spacing: -0.1em; line-height: 1; }
.brand span { color: var(--coral); }
.site-nav { display: flex; gap: 36px; font-size: .72rem; font-weight: 700; letter-spacing: .02em; }
.site-nav a { transition: color .2s ease; }
.site-nav a:hover, .footer-links a:hover { color: var(--coral); }
.site-nav span { color: var(--coral); font-size: .9rem; }
.site-nav .nav-cta { background: var(--ink); border-radius: 2px; color: var(--cream); padding: 11px 15px; transition: background .2s ease, transform .2s ease; }
.site-nav .nav-cta:hover { background: var(--coral); color: var(--ink); transform: translateY(-2px); }
.menu-toggle { background: none; border: 0; display: none; padding: 6px; }
.sr-only { clip: rect(0,0,0,0); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute; white-space: nowrap; width: 1px; }
.section-pad { padding-left: 9vw; padding-right: 9vw; }
.hero { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(280px, .7fr); min-height: 650px; padding-bottom: 90px; padding-top: 116px; }
.hero-copy { max-width: 710px; }
.hero-copy > * { animation: rise-in .8s cubic-bezier(.22, 1, .36, 1) both; }
.hero-copy > :nth-child(2) { animation-delay: .1s; }
.hero-copy > :nth-child(3) { animation-delay: .2s; }
.hero-copy > :nth-child(4) { animation-delay: .3s; }
.eyebrow { color: var(--muted); font-family: var(--mono); font-size: .65rem; letter-spacing: .05em; margin: 0 0 29px; text-transform: uppercase; }
.status-dot { animation: pulse 2.4s ease-in-out infinite; 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 { font-size: clamp(3.3rem, 7vw, 7rem); font-weight: 700; letter-spacing: -.075em; line-height: .98; margin-bottom: 37px; max-width: 760px; }
em { font-family: var(--serif); font-weight: 500; }
.hero-summary { color: var(--muted); font-size: 1rem; line-height: 1.75; margin-bottom: 33px; max-width: 390px; }
.text-link { border-bottom: 1px solid var(--ink); display: inline-flex; font-size: .76rem; font-weight: 800; gap: 30px; padding-bottom: 8px; transition: gap .25s ease, color .2s ease; }
.text-link:hover { color: var(--coral); gap: 40px; }
.hero-mark { align-self: center; animation: mark-in 1.1s .15s cubic-bezier(.22, 1, .36, 1) both; height: 350px; justify-self: end; position: relative; width: min(31vw, 390px); }
.mark-orbit { border: 1px solid var(--ink); border-radius: 50%; height: 240px; left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%) rotate(28deg); width: 145px; }
.orbit-two { height: 145px; transform: translate(-50%, -50%) rotate(-28deg); width: 240px; }
.mark-core { align-items: center; background: var(--coral); border-radius: 50%; display: flex; font-family: var(--serif); font-size: 5.5rem; height: 140px; justify-content: center; left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 140px; }
.orbit-one { animation: orbit-drift 12s ease-in-out infinite; }
.orbit-two { animation: orbit-drift-reverse 14s ease-in-out infinite; }
.mark-core { animation: core-breathe 4s ease-in-out infinite; }
.mark-label { font-family: var(--mono); font-size: .58rem; letter-spacing: .08em; position: absolute; text-transform: uppercase; }
.label-top { right: 4%; top: 10%; transform: rotate(28deg); }
.label-bottom { bottom: 8%; left: 2%; transform: rotate(-28deg); }
.proof-strip { align-items: center; border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); display: grid; gap: 30px; grid-template-columns: repeat(3, minmax(100px, .6fr)) 1.8fr; padding-bottom: 28px; padding-top: 28px; }
.proof-strip div { align-items: baseline; display: flex; gap: 11px; }
.proof-strip strong { font-size: 2rem; letter-spacing: -.08em; }
.proof-strip span, .proof-strip p { color: var(--muted); font-family: var(--mono); font-size: .57rem; letter-spacing: .03em; line-height: 1.4; margin: 0; text-transform: uppercase; }
.proof-strip p { justify-self: end; }
.proof-strip i { color: var(--coral); font-family: var(--sans); font-size: .9rem; font-style: normal; margin: 0 5px; }
.work { background: var(--ink); color: var(--cream); padding-bottom: 110px; padding-top: 100px; }
.work .eyebrow, .contact .eyebrow { color: rgba(251,248,241,.55); }
.section-heading { display: flex; justify-content: space-between; }
h2 { font-size: clamp(2.4rem, 4vw, 4.2rem); font-weight: 600; letter-spacing: -.07em; line-height: 1.03; margin: 0 0 74px; max-width: 600px; }
.section-heading h2 { margin-right: 14%; }
.project-list { display: grid; gap: 2px; }
.project { display: grid; grid-template-columns: 10% 38% 1fr; min-height: 268px; padding: 38px; position: relative; transition: transform .25s ease; }
.project:hover { transform: translateX(10px); }
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s ease, transform .8s cubic-bezier(.22, 1, .36, 1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.project.reveal:nth-child(2) { transition-delay: .1s; }
.project.reveal:nth-child(3) { transition-delay: .2s; }
.project.is-visible .project-shape { animation: shape-in .9s .15s cubic-bezier(.22, 1, .36, 1) both; }
.project-coral { background: var(--coral); color: var(--ink); }
.project-ink { background: #303b35; }
.project-lime { background: var(--lime); color: var(--ink); }
.project-number, .project-type { font-family: var(--mono); font-size: .65rem; letter-spacing: .04em; text-transform: uppercase; }
.project-content { position: relative; z-index: 1; }
.project-type { margin-bottom: 19px; opacity: .65; }
.project h3 { font-size: clamp(2rem, 4vw, 3.5rem); letter-spacing: -.08em; line-height: 1; margin-bottom: 17px; }
.project-content > p:not(.project-type) { font-size: .82rem; line-height: 1.6; max-width: 275px; }
.round-link { align-items: center; border: 1px solid currentColor; border-radius: 50%; display: flex; font-size: 1.2rem; height: 43px; justify-content: center; margin-top: 26px; transition: background .2s ease, color .2s ease; width: 43px; }
.round-link:hover { background: var(--ink); color: var(--cream); }
.project-shape { align-self: center; justify-self: end; margin-right: 12%; position: relative; }
.shape-northstar { height: 150px; width: 190px; }
.shape-northstar span { border: 1px solid currentColor; border-radius: 50%; height: 145px; left: 20px; position: absolute; top: 0; transform: rotate(45deg); width: 75px; }
.shape-northstar span:nth-child(2) { transform: rotate(-45deg); }
.shape-northstar span:nth-child(3) { border-width: 2px; height: 38px; left: 77px; top: 54px; transform: rotate(45deg); width: 38px; }
.shape-ground { background: var(--coral); border-radius: 50%; height: 172px; width: 172px; }
.shape-ground span { align-items: center; border: 1px solid var(--ink); border-radius: 50%; display: flex; font-family: var(--serif); font-size: 3.5rem; height: 130px; justify-content: center; left: 21px; position: absolute; top: 21px; width: 130px; }
.shape-field { align-items: center; border: 1px solid var(--ink); border-radius: 50%; display: flex; font-family: var(--serif); font-size: 9rem; height: 175px; justify-content: center; line-height: .7; width: 175px; }
.about { padding-bottom: 140px; padding-top: 120px; }
.about .section-heading h2 { max-width: 500px; }
.about-grid { border-top: 1px solid var(--line); display: grid; gap: 10%; grid-template-columns: 1fr 1fr; padding-top: 36px; }
.about-lead { font-size: clamp(1.5rem, 2.4vw, 2.35rem); letter-spacing: -.05em; line-height: 1.25; max-width: 550px; }
.about-detail { color: var(--muted); font-size: .85rem; line-height: 1.8; max-width: 400px; }
.capabilities { color: var(--ink); display: flex; flex-wrap: wrap; gap: 8px; margin-top: 34px; }
.capabilities span { border: 1px solid var(--line); border-radius: 20px; font-family: var(--mono); font-size: .61rem; padding: 9px 13px; }
.education-row { border-top: 1px solid var(--line); display: grid; gap: 10%; grid-template-columns: 1fr 1fr; margin-top: 75px; padding-top: 28px; }
.education-row .eyebrow { margin-bottom: 0; }
.education-row strong, .education-row span { display: block; font-size: .85rem; line-height: 1.6; }
.education-row span { color: var(--muted); font-family: var(--mono); font-size: .64rem; margin-top: 7px; }
.contact { background: var(--coral); color: var(--ink); padding-bottom: 120px; padding-top: 100px; }
.contact h2 { font-size: clamp(3rem, 7vw, 7rem); max-width: 850px; margin-bottom: 48px; }
.contact-link { border-bottom: 1px solid currentColor; display: inline-flex; font-size: 1rem; font-weight: 800; gap: 30px; padding-bottom: 10px; }
.site-footer { align-items: center; background: var(--ink); color: var(--cream); display: flex; font-family: var(--mono); font-size: .58rem; justify-content: space-between; padding: 25px 9vw; }
.site-footer p { margin: 0; opacity: .65; }
.footer-links { display: flex; gap: 25px; }
@keyframes header-in {
  from { opacity: 0; transform: translateY(-14px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes rise-in {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(239, 118, 88, .35); }
  50% { box-shadow: 0 0 0 6px rgba(239, 118, 88, 0); }
}
@keyframes mark-in {
  from { opacity: 0; transform: scale(.82) rotate(-10deg); }
  to { opacity: 1; transform: scale(1) rotate(0); }
}
@keyframes orbit-drift {
  0%, 100% { transform: translate(-50%, -50%) rotate(28deg); }
  50% { transform: translate(-50%, -50%) rotate(42deg) scale(1.04); }
}
@keyframes orbit-drift-reverse {
  0%, 100% { transform: translate(-50%, -50%) rotate(-28deg); }
  50% { transform: translate(-50%, -50%) rotate(-42deg) scale(1.04); }
}
@keyframes core-breathe {
  0%, 100% { box-shadow: 0 0 0 0 rgba(239, 118, 88, 0); }
  50% { box-shadow: 0 0 0 14px rgba(239, 118, 88, .12); }
}
@keyframes shape-in {
  from { opacity: 0; transform: scale(.75) rotate(-8deg); }
  to { opacity: 1; transform: scale(1) rotate(0); }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
@media (max-width: 700px) {
  .site-header { margin: 0 6vw; padding: 22px 0; position: relative; }
  .menu-toggle { display: grid; gap: 4px; }
  .menu-toggle span:not(.sr-only) { background: var(--ink); display: block; height: 1px; width: 23px; }
  .site-nav { background: var(--paper); border-bottom: 1px solid var(--line); display: none; flex-direction: column; gap: 22px; left: -6vw; padding: 25px 6vw; position: absolute; right: -6vw; top: 65px; z-index: 5; }
  .site-nav.is-open { display: flex; }
  .section-pad { padding-left: 7vw; padding-right: 7vw; }
  .hero { display: block; min-height: auto; padding-bottom: 78px; padding-top: 75px; }
  h1 { font-size: clamp(3.2rem, 16vw, 5.5rem); }
  .hero-mark { height: 250px; margin: 50px auto 0; width: min(82vw, 330px); }
  .mark-core { font-size: 4rem; height: 110px; width: 110px; }
  .mark-orbit { height: 190px; width: 120px; }
  .orbit-two { height: 120px; width: 190px; }
  .work, .about { padding-bottom: 80px; padding-top: 75px; }
  .proof-strip { align-items: start; gap: 22px 12px; grid-template-columns: 1fr 1fr; padding-bottom: 25px; padding-top: 25px; }
  .proof-strip div { display: block; }
  .proof-strip strong, .proof-strip span { display: block; }
  .proof-strip span { margin-top: 3px; }
  .proof-strip p { grid-column: 1 / -1; justify-self: start; margin-top: 8px; }
  .section-heading { display: block; }
  .section-heading h2 { margin-bottom: 45px; }
  .project { grid-template-columns: 14% 1fr; min-height: 330px; padding: 26px; }
  .project-shape { bottom: 25px; opacity: .6; position: absolute; right: 12px; transform: scale(.62); transform-origin: bottom right; }
  .about-grid { display: block; }
  .about-detail { margin-top: 35px; }
  .education-row { display: block; margin-top: 55px; }
  .education-row > div { margin-top: 24px; }
  .contact { padding-bottom: 80px; padding-top: 75px; }
  .site-footer { align-items: flex-start; flex-direction: column; gap: 18px; padding: 24px 7vw; }
}
