:root {
  --ink: #11120f;
  --ink-soft: #1a1c17;
  --forest: #123c2b;
  --ivory: #f4f1e9;
  --paper: #fbfaf6;
  --accent: #ddb44f;
  --accent-soft: #efdca9;
  --muted: #6d6b63;
  --line: rgba(17, 18, 15, .14);
  --light-line: rgba(255, 255, 255, .16);
  --serif: "Bodoni MT", Didot, "Iowan Old Style", Georgia, serif;
  --sans: "Avenir Next", Avenir, "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--ivory);
  font-family: var(--sans);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
svg { display: block; }
::selection { color: var(--ink); background: var(--accent); }

.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: 200;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  color: var(--ink);
  background: var(--accent);
  transform: translateY(-150%);
}
.skip-link:focus { transform: none; }

.site-header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  height: 84px;
  padding: 0 clamp(24px, 4.8vw, 76px);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  color: #fff;
  transition: height .35s ease, color .35s ease, background .35s ease, box-shadow .35s ease;
}
.site-header.scrolled {
  height: 68px;
  color: var(--ink);
  background: rgba(244, 240, 232, .88);
  box-shadow: 0 1px 0 var(--line);
  backdrop-filter: blur(18px);
}
.brand {
  width: fit-content;
  display: inline-flex;
  align-items: center;
}
.brand img { width: auto; height: 48px; object-fit: contain; }
.primary-nav { display: flex; align-items: center; gap: clamp(24px, 3vw, 44px); }
.primary-nav a,
.header-cta {
  position: relative;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.primary-nav a::after {
  content: "";
  position: absolute;
  right: 100%;
  bottom: -8px;
  left: 0;
  height: 1px;
  background: currentColor;
  transition: right .25s ease;
}
.primary-nav a:hover::after,
.primary-nav a.active::after { right: 0; }
.header-cta {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  color: var(--accent);
  padding: 11px 14px;
  border: 1px solid currentColor;
  border-radius: 8px;
  transition: color .25s ease, background .25s ease, transform .25s ease;
}
.site-header.scrolled .header-cta { color: var(--forest); }
.header-cta:hover { color: var(--ink); background: var(--accent); transform: translateY(-2px); }
.header-cta span { transition: transform .25s ease; }
.header-cta:hover span { transform: translateX(4px); }

.arrow-icon {
  position: relative;
  width: 20px;
  height: 14px;
  display: inline-block;
  flex: 0 0 auto;
  color: currentColor;
}
.arrow-icon::before {
  content: "";
  position: absolute;
  top: 6px;
  right: 1px;
  width: 18px;
  height: 1px;
  background: currentColor;
}
.arrow-icon::after {
  content: "";
  position: absolute;
  top: 3px;
  right: 1px;
  width: 6px;
  height: 6px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg);
}
.menu-button {
  display: none;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  color: inherit;
  background: transparent;
}
.menu-button > span {
  width: 22px;
  height: 1px;
  display: block;
  margin: 6px auto;
  background: currentColor;
  transition: transform .25s ease;
}

.hero {
  position: relative;
  min-height: 640px;
  height: 100svh;
  overflow: hidden;
  display: grid;
  align-items: center;
  padding: 120px clamp(24px, 7vw, 108px) 72px;
  color: #fff;
  background: linear-gradient(118deg, #0d100d 0%, #121812 62%, #143123 125%);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .07;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.38'/%3E%3C/svg%3E");
  pointer-events: none;
}
.hero-copy {
  position: relative;
  z-index: 3;
  max-width: 1040px;
}
.eyebrow {
  margin: 0 0 24px;
  color: rgba(255,255,255,.58);
  font-size: 10px;
  font-weight: 820;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.eyebrow::before {
  content: "";
  width: 26px;
  height: 1px;
  display: inline-block;
  margin: 0 11px 3px 0;
  background: currentColor;
}
.eyebrow.dark { color: #727368; }
h1,
h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -.055em;
}
h1 {
  max-width: 980px;
  font-size: clamp(64px, 8.7vw, 132px);
  line-height: .88;
}
h1 span,
h1 em { display: block; }
h1 span { animation: hero-line-in 1s cubic-bezier(.18,.75,.25,1) .1s both; }
h1 em {
  color: var(--accent);
  font-weight: 400;
  animation: hero-line-in 1s cubic-bezier(.18,.75,.25,1) .24s both;
}
.hero-lede {
  max-width: 610px;
  margin: 30px 0 32px;
  color: rgba(255,255,255,.62);
  font-size: clamp(15px, 1.25vw, 19px);
  animation: fade-up .8s ease .5s both;
}
.button {
  min-height: 56px;
  padding: 0 23px;
  border: 0;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  border-radius: 8px;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .13em;
  text-transform: uppercase;
  transition: color .25s ease, background .25s ease, transform .25s ease;
}
.button-accent {
  color: var(--ink);
  background: var(--accent);
  animation: fade-up .8s ease .65s both;
}
.button-accent:hover { color: #fff; background: var(--forest); transform: translateY(-3px); }
.button:hover .arrow-icon { animation: arrow-nudge .65s ease; }
.button-dark { width: 100%; color: var(--ink); background: var(--accent); }
.button-dark:hover { color: #fff; background: var(--forest); }

.section { padding: clamp(86px, 10vw, 144px) clamp(24px, 7vw, 108px); }
.section-label {
  color: #7b796f;
  font-size: 10px;
  font-weight: 820;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.about {
  display: grid;
  grid-template-columns: 1.8fr 4.4fr 3fr;
  gap: clamp(30px, 5vw, 76px);
  align-items: start;
  background: var(--ivory);
}
.about h2,
.services h2,
.process h2,
.contact h2 {
  font-size: clamp(46px, 5.5vw, 82px);
  line-height: .98;
}
h2 em { color: var(--forest); font-weight: 400; }
.about-copy { padding-top: 8px; }
.about-copy p {
  margin: 0;
  color: #5d5e56;
  font-size: clamp(16px, 1.35vw, 19px);
  line-height: 1.7;
}
.text-link {
  width: fit-content;
  margin-top: 34px;
  padding-bottom: 7px;
  border-bottom: 1px solid currentColor;
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 10px;
  font-weight: 820;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--forest);
}
.text-link span { transition: transform .25s ease; }
.text-link:hover span { transform: translateX(4px); }

.discipline-strip {
  overflow: hidden;
  padding: 21px 0;
  color: #fff;
  background: var(--forest);
}
.discipline-track {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 34px;
  animation: marquee 30s linear infinite;
}
.discipline-track span {
  font-family: var(--serif);
  font-size: 24px;
  letter-spacing: -.02em;
}
.discipline-track i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
}

.services { background: var(--paper); }
.services-head {
  margin-bottom: 64px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 390px);
  gap: 60px;
  align-items: end;
}
.services-head h2 { max-width: 800px; }
.services-head > p {
  margin: 0 0 4px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}
.service-list { border-top: 1px solid var(--line); }
.service-item {
  position: relative;
  min-height: 116px;
  padding: 25px 4px;
  display: grid;
  grid-template-columns: minmax(290px, 1fr) minmax(280px, .78fr) 32px;
  gap: 42px;
  align-items: center;
  border-bottom: 1px solid var(--line);
  overflow: hidden;
  isolation: isolate;
  transition: padding .35s ease, color .35s ease;
}
.service-item::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at 88% 50%, rgba(221,180,79,.16), transparent 24%),
    var(--forest);
  transform: translateX(102%);
  transform-origin: right;
  transition: transform .5s cubic-bezier(.2,.8,.2,1);
}
.service-item > * { position: relative; z-index: 1; }
.service-item:hover { padding-inline: 24px; color: #fff; }
.service-item:hover::before { transform: translateX(0); }
.service-item h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(27px, 2.7vw, 42px);
  font-weight: 400;
  letter-spacing: -.04em;
}
.service-item p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 14px;
  transition: color .3s ease;
}
.service-item > span {
  color: #727369;
  font-size: 10px;
  font-weight: 760;
  letter-spacing: .1em;
  line-height: 1.8;
  text-transform: uppercase;
  transition: color .3s ease;
}
.service-item > i {
  transition: transform .3s ease;
}
.service-item:hover p { color: rgba(255,255,255,.64); }
.service-item:hover > span { color: var(--accent-soft); }
.service-item:hover > i { color: var(--accent); transform: translateX(5px); }

.process {
  display: grid;
  grid-template-columns: minmax(300px, .85fr) minmax(420px, 1fr);
  gap: clamp(60px, 10vw, 150px);
  color: #fff;
  background: var(--ink-soft);
}
.process-copy { position: sticky; top: 120px; align-self: start; }
.process h2 em { color: var(--accent); }
.process-copy > p:last-child {
  max-width: 460px;
  margin: 30px 0 0;
  color: rgba(255,255,255,.56);
  font-size: 16px;
  line-height: 1.7;
}
.process-flow {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--light-line);
}
.process-flow li {
  position: relative;
  min-height: 146px;
  padding: 31px 12px 30px 42px;
  border-bottom: 1px solid var(--light-line);
}
.process-flow li::before {
  content: "";
  position: absolute;
  top: 42px;
  left: 5px;
  width: 9px;
  height: 9px;
  border: 1px solid var(--accent);
  border-radius: 50%;
  transition: background .25s ease, box-shadow .25s ease;
}
.process-flow li:hover::before { background: var(--accent); box-shadow: 0 0 0 8px rgba(221,180,79,.08); }
.process-flow h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 400;
  letter-spacing: -.035em;
}
.process-flow p {
  max-width: 460px;
  margin: 8px 0 0;
  color: rgba(255,255,255,.52);
  font-size: 14px;
}

.contact {
  display: grid;
  grid-template-columns: minmax(320px, .8fr) minmax(440px, 1fr);
  gap: clamp(60px, 9vw, 140px);
  color: #fff;
  background:
    radial-gradient(circle at 14% 20%, rgba(221,180,79,.09), transparent 26%),
    var(--forest);
}
.contact-copy h2 { max-width: 650px; }
.contact-copy h2 em { color: var(--accent); }
.contact .eyebrow { color: rgba(255,255,255,.55); }
.contact-copy > p:not(.eyebrow) {
  max-width: 500px;
  margin: 28px 0 38px;
  color: rgba(255,255,255,.58);
  font-size: 17px;
}
.contact-copy > a {
  display: inline-flex;
  gap: 18px;
  align-items: center;
  border-bottom: 1px solid rgba(255,255,255,.35);
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: 760;
  color: var(--accent);
}
.contact-copy > a .arrow-icon { transition: transform .25s ease; }
.contact-copy > a:hover .arrow-icon { transform: translateX(4px); }
.contact-form {
  padding: clamp(28px, 4vw, 52px);
  color: var(--ink);
  background: var(--paper);
  border: 1px solid rgba(255,255,255,.16);
  box-shadow: 0 34px 100px rgba(0,0,0,.2);
}
.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
}
.contact-form label {
  display: grid;
  gap: 7px;
  margin-bottom: 25px;
  color: #67695f;
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 10px 0 13px;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  outline: none;
  color: var(--ink);
  background: transparent;
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 450;
  line-height: 1.45;
  letter-spacing: 0;
  text-transform: none;
}
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus { border-color: var(--forest); box-shadow: 0 1px 0 var(--forest); }
.contact-form input::placeholder,
.contact-form textarea::placeholder { color: #989a91; opacity: 1; }
.contact-form textarea { resize: vertical; }
.form-status {
  min-height: 20px;
  margin: 13px 0 0;
  color: var(--forest);
  font-size: 13px;
}
.form-status.error { color: #9e3228; }

.site-footer {
  padding: 68px clamp(24px, 7vw, 108px) 30px;
  color: rgba(255,255,255,.7);
  background: var(--ink);
}
.site-footer .brand { color: #fff; }
.footer-top {
  padding-bottom: 56px;
  display: flex;
  justify-content: space-between;
  gap: 50px;
  align-items: flex-start;
}
.footer-pitch { text-align: right; }
.footer-pitch > span {
  display: block;
  margin-bottom: 8px;
  color: rgba(255,255,255,.4);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.footer-pitch > a {
  display: inline-flex;
  align-items: center;
  gap: 22px;
  color: var(--accent);
  font-family: var(--serif);
  font-size: clamp(34px, 4vw, 58px);
  letter-spacing: -.04em;
}
.footer-pitch > a .arrow-icon { width: 30px; transition: transform .25s ease; }
.footer-pitch > a .arrow-icon::before { width: 28px; }
.footer-pitch > a:hover .arrow-icon { transform: translateX(6px); }
.footer-bottom {
  padding-top: 28px;
  border-top: 1px solid var(--light-line);
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 34px;
  align-items: start;
}
.footer-bottom p { margin: 0; color: rgba(255,255,255,.4); font-size: 13px; }
.footer-nav { display: flex; gap: 28px; }
.footer-nav a,
.footer-email {
  font-size: 10px;
  font-weight: 780;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.footer-nav a:hover,
.footer-email:hover { color: var(--accent); }
.site-footer small {
  grid-column: 1 / -1;
  margin-top: 22px;
  color: rgba(255,255,255,.35);
  font-size: 9px;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .75s ease, transform .75s cubic-bezier(.2,.75,.25,1);
}
.reveal.visible { opacity: 1; transform: none; }

@keyframes hero-line-in {
  from { opacity: 0; transform: translateY(55px); clip-path: inset(0 0 100%); }
  to { opacity: 1; transform: none; clip-path: inset(0); }
}
@keyframes fade-up {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: none; }
}
@keyframes arrow-nudge {
  0%, 100% { transform: translateX(0); }
  45% { transform: translateX(7px); }
}
@keyframes marquee { to { transform: translateX(-50%); } }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; }
  .header-cta { display: none; }
  .menu-button { z-index: 3; display: block; }
  .primary-nav {
    position: fixed;
    inset: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 22px;
    padding: 90px 9vw;
    color: #fff;
    background: var(--ink);
    visibility: hidden;
    opacity: 0;
    transform: translateY(-14px);
    transition: visibility .3s, opacity .3s ease, transform .3s ease;
  }
  .primary-nav a { font-family: var(--serif); font-size: 46px; font-weight: 400; letter-spacing: -.04em; text-transform: none; }
  .menu-open .primary-nav { visibility: visible; opacity: 1; transform: none; }
  .menu-open .site-header { color: #fff; }
  .menu-open .menu-button > span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-open .menu-button > span:nth-child(2) { transform: translateY(-3.5px) rotate(-45deg); }
  .about { grid-template-columns: 1fr 2.4fr; }
  .about-copy { grid-column: 2; }
  .services-head { grid-template-columns: 1fr; gap: 28px; }
  .services-head > p { max-width: 560px; }
  .service-item { grid-template-columns: 1fr 1fr 28px; }
  .process,
  .contact { grid-template-columns: 1fr; }
  .process-copy { position: static; }
  .process-flow { max-width: 720px; }
  .contact-form { max-width: 720px; }
  .footer-bottom { grid-template-columns: 1fr auto; }
  .footer-nav { grid-column: 1 / -1; grid-row: 2; }
  .footer-email { grid-column: 2; grid-row: 1; }
}

@media (max-width: 680px) {
  .site-header { height: 68px; padding: 0 20px; }
  .site-header.scrolled { height: 62px; }
  .brand img { height: 40px; }
  .hero { min-height: 620px; padding: 110px 22px 72px; align-items: center; }
  h1 { font-size: clamp(52px, 15.5vw, 76px); line-height: .9; }
  .hero-lede { max-width: 92%; margin-top: 25px; font-size: 15px; }
  .hero .button { width: 100%; }
  .section { padding: 82px 22px; }
  .about { grid-template-columns: 1fr; gap: 30px; }
  .about-copy { grid-column: auto; }
  .about h2,
  .services h2,
  .process h2,
  .contact h2 { font-size: clamp(42px, 12vw, 58px); }
  .discipline-strip { padding: 17px 0; }
  .discipline-track { gap: 26px; }
  .discipline-track span { font-size: 20px; }
  .services-head { margin-bottom: 42px; }
  .service-item {
    min-height: 0;
    padding: 24px 0;
    grid-template-columns: 1fr 24px;
    gap: 13px;
  }
  .service-item > span { grid-column: 1; }
  .service-item > i { grid-column: 2; grid-row: 1; }
  .service-item:hover { padding-inline: 10px; }
  .process { gap: 54px; }
  .process-flow li { min-height: 0; padding: 26px 0 26px 34px; }
  .process-flow li::before { top: 37px; left: 3px; }
  .contact { gap: 48px; }
  .contact-form { padding: 28px 22px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .site-footer { padding: 50px 22px 26px; }
  .footer-top { padding-bottom: 42px; flex-direction: column; gap: 38px; }
  .footer-pitch { text-align: left; }
  .footer-bottom { grid-template-columns: 1fr; gap: 24px; }
  .footer-nav { grid-column: 1; grid-row: auto; flex-wrap: wrap; gap: 18px 24px; }
  .footer-email { grid-column: 1; grid-row: auto; }
  .site-footer small { grid-column: 1; margin-top: 8px; }
}

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