:root {
  --ink: #0a0a0a;
  --paper: #f4f2ed;
  --white: #ffffff;
  --muted: #77746d;
  --line: rgba(10, 10, 10, 0.18);
  --max: 1500px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  height: 88px;
  padding: 0 clamp(22px, 4vw, 68px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(244, 242, 237, .9);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}
.brand {
  display: flex;
  align-items: baseline;
  gap: 10px;
  font-weight: 800;
  letter-spacing: -0.04em;
  font-size: 17px;
}
.brand span:first-child { font-size: 26px; }
.desktop-nav { display: flex; align-items: center; gap: 28px; font-size: 14px; }
.desktop-nav a { position: relative; }
.desktop-nav a:not(.nav-cta)::after {
  content: ""; position: absolute; left: 0; bottom: -5px; width: 100%; height: 1px;
  background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .25s ease;
}
.desktop-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.nav-cta { padding: 12px 18px; border: 1px solid var(--ink); border-radius: 999px; transition: .2s ease; }
.nav-cta:hover { background: var(--ink); color: var(--paper); }
.menu-button { display: none; background: none; border: 0; padding: 8px 0; }
.mobile-menu { display: none; }

.section-pad { padding: clamp(70px, 9vw, 140px) clamp(22px, 4vw, 68px); }
.hero {
  min-height: calc(100svh - 88px);
  max-width: var(--max);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.eyebrow {
  margin: 0 0 28px;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 12px;
  font-weight: 700;
}
.eyebrow.light { color: rgba(255,255,255,.68); }
.hero-title {
  margin: 4vh 0 8vh;
  font-size: clamp(62px, 10.8vw, 170px);
  line-height: .82;
  letter-spacing: -.075em;
  font-weight: 700;
}
em { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; }
.hero-bottom {
  display: grid;
  grid-template-columns: 1.4fr .6fr;
  gap: 40px;
  align-items: end;
  border-top: 1px solid var(--line);
  padding-top: 22px;
}
.hero-bottom p { max-width: 760px; margin: 0; font-size: clamp(19px, 2.1vw, 31px); line-height: 1.25; letter-spacing: -.03em; }
.text-link { justify-self: end; font-size: 14px; border-bottom: 1px solid var(--ink); padding-bottom: 5px; }
.text-link span { padding-left: 20px; }

.ticker { overflow: hidden; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); padding: 14px 0; background: var(--ink); color: var(--white); }
.ticker-track { width: max-content; display: flex; gap: 22px; font-size: 14px; font-weight: 700; letter-spacing: .05em; animation: ticker 24s linear infinite; }
@keyframes ticker { to { transform: translateX(-50%); } }

.services, .about { max-width: var(--max); margin: 0 auto; }
.section-heading { display: grid; grid-template-columns: .45fr 1.55fr; gap: 40px; margin-bottom: clamp(70px, 10vw, 150px); }
.section-heading h2, .about h2 {
  margin: 0;
  font-size: clamp(42px, 6.2vw, 94px);
  line-height: .94;
  letter-spacing: -.06em;
  font-weight: 650;
}
.service-list { border-top: 1px solid var(--ink); }
.service {
  display: grid;
  grid-template-columns: .45fr 1.55fr;
  gap: 40px;
  padding: clamp(32px, 4vw, 62px) 0;
  border-bottom: 1px solid var(--ink);
}
.service-number { font-family: Georgia, serif; font-style: italic; font-size: 18px; }
.service h3 { margin: 0 0 14px; font-size: clamp(32px, 4.2vw, 66px); line-height: .95; letter-spacing: -.055em; }
.service p { margin: 0; max-width: 780px; font-size: clamp(17px, 1.55vw, 23px); line-height: 1.4; color: #363531; }

.statement { background: var(--ink); color: var(--white); }
.statement-inner { max-width: var(--max); margin: 0 auto; min-height: 75svh; display: flex; flex-direction: column; justify-content: space-between; }
.statement-copy { margin: 0; max-width: 1250px; font-size: clamp(55px, 9vw, 140px); line-height: .9; letter-spacing: -.07em; }

.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px, 10vw, 180px); }
.about-copy { padding-top: 42px; }
.about-copy p { margin: 0 0 28px; font-size: clamp(20px, 2vw, 30px); line-height: 1.35; letter-spacing: -.03em; }

.contact { background: var(--ink); color: var(--white); }
.contact-row { max-width: var(--max); margin: 0 auto; display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; }
.contact > .eyebrow { max-width: var(--max); margin-left: auto; margin-right: auto; }
.contact h2 { margin: 0; font-size: clamp(65px, 11vw, 170px); line-height: .82; letter-spacing: -.075em; }
.circle-link {
  flex: 0 0 auto; width: clamp(92px, 11vw, 160px); aspect-ratio: 1;
  border: 1px solid rgba(255,255,255,.65); border-radius: 50%; display: grid; place-items: center;
  font-size: clamp(34px, 4vw, 60px); transition: .25s ease;
}
.circle-link:hover { background: var(--white); color: var(--ink); transform: rotate(8deg); }
.contact-footer {
  max-width: var(--max); margin: clamp(80px, 10vw, 150px) auto 0;
  padding-top: 22px; border-top: 1px solid rgba(255,255,255,.25);
  display: flex; justify-content: space-between; gap: 30px; font-size: 14px;
}
.contact-footer a { border-bottom: 1px solid currentColor; padding-bottom: 4px; }
.contact-footer p { margin: 0; color: rgba(255,255,255,.6); }

.site-footer { padding: 24px clamp(22px, 4vw, 68px); display: flex; justify-content: space-between; gap: 20px; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.site-footer p { margin: 0; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 800px) {
  .site-header { height: 72px; }
  .brand span:first-child { font-size: 22px; }
  .brand span:last-child { font-size: 14px; }
  .desktop-nav { display: none; }
  .menu-button { display: block; }
  .mobile-menu {
    position: fixed; inset: 72px 0 auto 0; z-index: 25; background: var(--paper); border-bottom: 1px solid var(--ink);
    padding: 28px 22px 36px; flex-direction: column; gap: 18px; font-size: 28px; letter-spacing: -.04em;
  }
  .mobile-menu.open { display: flex; }
  .hero { min-height: calc(100svh - 72px); }
  .hero-title { font-size: clamp(58px, 20vw, 100px); margin: 7vh 0; }
  .hero-bottom, .section-heading, .service, .about-grid { grid-template-columns: 1fr; }
  .text-link { justify-self: start; margin-top: 24px; }
  .section-heading, .service { gap: 22px; }
  .section-heading { margin-bottom: 70px; }
  .service-number { opacity: .55; }
  .statement-inner { min-height: 68svh; }
  .about-copy { padding-top: 0; }
  .contact-row { align-items: flex-end; }
  .circle-link { width: 78px; }
  .contact-footer { flex-direction: column; }
}

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