:root {
  --bg: #020202;
  --bg-2: #0b0b0b;
  --ink: #f1f1ef;
  --muted: rgba(241, 241, 239, 0.58);
  --line: rgba(241, 241, 239, 0.14);
  --gold: #f1f1ef;
  --gold-2: #f1f1ef;
  --max: 1180px;
  --nav: 76px;
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--ink);
  font-family: Poppins, ui-sans-serif, system-ui, sans-serif;
  font-weight: 300;
  letter-spacing: 0.01em;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: inherit; }

h1, h2, h3, .logo, .display {
  font-family: "Libre Baskerville", Baskerville, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 0.96;
  color: var(--ink);
}

.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 40;
  height: var(--nav);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 1.6rem;
  background: rgba(2, 2, 2, 0.72);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}

.logo {
  font-size: 1.35rem;
  font-style: italic;
  text-decoration: none;
  justify-self: start;
}

.nav-links {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
}

.nav-links a {
  text-decoration: none;
  font-size: 0.68rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 400;
}

.nav-links a:hover,
.nav-links a.is-active { color: var(--ink); }

.nav-cta {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  padding: 0.55rem 1rem;
  border: 1px solid var(--ink);
  border-radius: 999px;
  text-decoration: none;
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.nav-cta:hover { background: var(--ink); color: var(--bg); }

.menu-btn {
  display: none;
  width: 42px;
  height: 42px;
  border: 0;
  background: transparent;
  cursor: pointer;
  justify-self: end;
}

.menu-btn span {
  display: block;
  height: 1px;
  margin: 7px 0;
  background: var(--ink);
}

.hero {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: calc(var(--nav) + 2rem) 1.8rem 3rem;
}

.kicker {
  margin: 0 0 1.4rem;
  font-size: 0.68rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--muted);
}

.hero .display {
  margin: 0;
  font-size: clamp(4.6rem, 14vw, 8.8rem);
  font-style: italic;
}

.hero-lines {
  margin-top: 1.6rem;
  max-width: 34rem;
}

.hero-lines p {
  margin: 0 0 0.4rem;
  color: var(--muted);
  font-size: 1.02rem;
}

.hero--page .display {
  font-size: clamp(3.2rem, 8vw, 6.4rem);
}

.section,
.cta,
.footer {
  padding-left: 1.8rem;
  padding-right: 1.8rem;
}

.section,
.cta {
  max-width: calc(var(--max) + 3.6rem);
  margin: 0 auto;
}

.section { padding-top: 6.5rem; padding-bottom: 6.5rem; }

.section-head h2 {
  margin: 0.45rem 0 0.8rem;
  font-size: clamp(2.4rem, 6vw, 4.6rem);
  max-width: 16ch;
}

.lede {
  max-width: 36rem;
  color: var(--muted);
}

.eyebrow {
  margin: 0;
  font-size: 0.68rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--muted);
}

.btn {
  display: inline-flex;
  align-items: center;
  padding: 0.85rem 1.25rem;
  border-radius: 999px;
  text-decoration: none;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.btn-light,
.btn-dark {
  background: var(--ink);
  color: var(--bg);
}

.btn-ghost {
  border: 1px solid var(--line);
}

.hero-actions { display: flex; gap: 0.8rem; margin-top: 2rem; }

.link-arrow {
  display: inline-block;
  margin-top: 1.1rem;
  color: var(--ink);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.72rem;
  text-decoration: none;
  border-bottom: 1px solid var(--line);
  padding-bottom: 0.15rem;
}

.service-list,
.detail { list-style: none; padding: 0; margin: 2.4rem 0 0; }

.service-list li,
.detail {
  display: grid;
  grid-template-columns: 4.5rem 1fr 1.6fr;
  gap: 1.4rem;
  padding: 1.8rem 0;
  border-top: 1px solid var(--line);
}

.service-list li:last-child,
.detail:last-of-type { border-bottom: 1px solid var(--line); }

.service-list .num {
  color: var(--muted);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  padding-top: 0.4rem;
}

.service-list h3,
.detail h3 {
  margin: 0;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
}

.service-list p,
.detail p,
.prose p,
.cta p {
  margin: 0;
  color: var(--muted);
}

.detail { grid-template-columns: 1fr 1.5fr; }

.cta { padding-top: 5rem; padding-bottom: 6.5rem; }
.cta h2 { font-size: clamp(2.6rem, 7vw, 5.2rem); margin: 0.4rem 0 1rem; max-width: 14ch; }

.prose { max-width: 40rem; }
.note, .muted { color: var(--muted); font-size: 0.88rem; }

.footer {
  border-top: 1px solid var(--line);
  padding-top: 2rem;
  padding-bottom: 2.2rem;
  display: grid;
  gap: 0.3rem;
  max-width: calc(var(--max) + 3.6rem);
  margin: 0 auto;
}

.footer .copy { margin-top: 1rem; font-size: 0.75rem; color: var(--muted); }

.footer--quiet {
  padding-top: 1.3rem;
  padding-bottom: 1.5rem;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  animation: rise 0.9s ease forwards;
}

@keyframes rise {
  to { opacity: 1; transform: none; }
}

@media (max-width: 960px) {
  .nav {
    grid-template-columns: 1fr auto auto;
    gap: 0.6rem;
  }

  .nav-cta { display: none; }

  .menu-btn { display: block; }

  .nav-links {
    display: none;
    position: absolute;
    top: var(--nav);
    left: 0;
    right: 0;
    flex-direction: column;
    gap: 0;
    background: #020202;
    border-bottom: 1px solid var(--line);
    padding: 0.4rem 0 1rem;
  }

  .nav-links.is-open { display: flex; }
  .nav-links a { padding: 0.85rem 1.2rem; }

  .service-list li,
  .detail {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }

  .section, .cta, .footer, .hero {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { animation: none; opacity: 1; transform: none; }
}
