:root {
  --ink: #151713;
  --muted: #6d7068;
  --paper: #f4f3ee;
  --paper-2: #ebeae4;
  --line: #d9d8d0;
  --accent: #d9f26f;
  --accent-deep: #b9d84e;
  --sage: #718672;
  --dark: #10120f;
  --white: #fcfcf8;
  --radius: 28px;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
img { max-width: 100%; display: block; }
::selection { background: var(--accent); color: var(--ink); }

.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;
}

.site-shell { overflow: hidden; }
.section-pad {
  width: min(100% - 40px, var(--max));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  width: min(100% - 32px, calc(var(--max) + 24px));
  margin: 14px auto 0;
  padding: 11px 12px 11px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(21, 23, 19, 0.09);
  border-radius: 18px;
  background: rgba(244, 243, 238, 0.82);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition: box-shadow .25s ease, background .25s ease;
}
.site-header.scrolled {
  background: rgba(244, 243, 238, 0.95);
  box-shadow: 0 10px 35px rgba(20, 25, 18, 0.08);
}
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 700; letter-spacing: -0.02em; }
.brand-mark {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--ink);
  color: var(--paper);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: -0.18em;
}
.brand-mark span { color: var(--accent); margin-left: 1px; }
.brand-name { font-size: 15px; }
.site-nav { display: flex; align-items: center; gap: 30px; font-size: 13px; font-weight: 600; }
.site-nav a:not(.nav-cta) { color: #41443e; transition: color .2s ease; }
.site-nav a:hover { color: var(--ink); }
.nav-cta {
  padding: 10px 17px;
  border-radius: 12px;
  background: var(--ink);
  color: var(--paper);
}
.menu-toggle { display: none; }

.hero { padding-top: 118px; }
.hero-kicker,
.section-label {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 28px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.section-label span {
  color: var(--ink);
  font-variant-numeric: tabular-nums;
  letter-spacing: 0;
}
.hero-kicker::before {
  content: "";
  width: 34px;
  height: 2px;
  background: var(--accent-deep);
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(300px, .65fr);
  gap: 64px;
  align-items: end;
}
.hero h1 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(58px, 8.2vw, 118px);
  line-height: .91;
  letter-spacing: -0.074em;
  font-weight: 760;
}
.hero h1 em { font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.hero-support { padding-bottom: 8px; }
.hero-support p {
  margin: 0 0 28px;
  color: #575b53;
  font-size: 17px;
  line-height: 1.7;
}
.text-link {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--ink);
  font-size: 14px;
  font-weight: 700;
}
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translate(3px, -3px); }

.hero-visual {
  position: relative;
  height: clamp(380px, 42vw, 540px);
  margin-top: 70px;
  overflow: hidden;
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 20% 30%, rgba(217, 242, 111, .78), transparent 30%),
    radial-gradient(circle at 80% 65%, rgba(113, 134, 114, .72), transparent 38%),
    linear-gradient(135deg, #171b15, #252c20 52%, #0f110f);
}
.hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.8), transparent 90%);
}
.hero-wordmark {
  position: absolute;
  left: 4%;
  bottom: -7%;
  z-index: 1;
  color: rgba(244,243,238,.08);
  font-size: clamp(110px, 22vw, 315px);
  line-height: .75;
  font-weight: 800;
  letter-spacing: -0.08em;
  white-space: nowrap;
}
.orb { position: absolute; border-radius: 50%; filter: blur(2px); }
.orb-one {
  width: min(32vw, 420px);
  aspect-ratio: 1;
  top: -20%;
  right: 7%;
  background: linear-gradient(135deg, rgba(217,242,111,.94), rgba(128,159,87,.14));
  box-shadow: inset -30px -30px 60px rgba(20, 28, 15, .28);
}
.orb-two {
  width: min(21vw, 270px);
  aspect-ratio: 1;
  left: 15%;
  bottom: -13%;
  background: linear-gradient(150deg, rgba(243,243,232,.35), rgba(217,242,111,.07));
  border: 1px solid rgba(255,255,255,.15);
}
.signal-card {
  position: absolute;
  z-index: 2;
  display: flex;
  gap: 14px;
  align-items: center;
  min-width: 150px;
  padding: 13px 17px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  backdrop-filter: blur(13px);
  color: var(--white);
  font-size: 13px;
  font-weight: 600;
}
.signal-card span { color: var(--accent); font-size: 11px; }
.signal-card-a { top: 18%; left: 9%; }
.signal-card-b { top: 43%; right: 8%; }
.signal-card-c { bottom: 18%; left: 40%; }

.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 22px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.stat { padding: 32px 0; }
.stat + .stat { border-left: 1px solid var(--line); padding-left: 36px; }
.stat strong {
  display: block;
  font-size: clamp(34px, 4vw, 54px);
  letter-spacing: -0.055em;
  line-height: 1;
}
.stat span { display: block; margin-top: 9px; color: var(--muted); font-size: 13px; }

.about, .values, .expertise, .contact { padding-top: 150px; }
.two-col, .values-heading-row, .expertise-top {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
  gap: 80px;
}
.section-heading {
  margin: 0;
  font-size: clamp(42px, 5.8vw, 76px);
  line-height: 1.02;
  letter-spacing: -0.055em;
  font-weight: 720;
}
.body-copy, .section-intro { color: #5e625b; }
.body-copy { font-size: 17px; line-height: 1.75; }
.body-copy p:first-child { margin-top: 0; }
.body-copy p:last-child { margin-bottom: 0; }
.section-intro { margin: 6px 0 0; font-size: 16px; line-height: 1.65; }

.values { padding-bottom: 22px; }
.value-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 62px;
}
.value-card {
  min-height: 310px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255,255,255,.23);
  transition: transform .25s ease, background .25s ease, border-color .25s ease;
}
.value-card:hover { transform: translateY(-4px); background: rgba(255,255,255,.5); border-color: #c8c7bf; }
.value-card-wide { grid-column: 1 / -1; min-height: 250px; }
.card-number { color: #898c83; font-size: 11px; font-weight: 700; letter-spacing: .08em; }
.value-card h3 { margin: auto 0 16px; font-size: 25px; letter-spacing: -0.035em; }
.value-card p { max-width: 570px; margin: 0; color: #5e615a; line-height: 1.65; }
.value-card em { font-family: Georgia, "Times New Roman", serif; }

.expertise-list { margin-top: 70px; border-top: 1px solid var(--ink); }
.expertise-item {
  display: grid;
  grid-template-columns: 64px minmax(210px, .7fr) minmax(280px, 1fr);
  gap: 28px;
  padding: 30px 0;
  align-items: start;
  border-bottom: 1px solid var(--line);
}
.expertise-index { padding-top: 4px; color: #8c8e87; font-size: 11px; font-weight: 700; }
.expertise-item h3 { margin: 0; font-size: 20px; letter-spacing: -0.03em; text-transform: uppercase; }
.expertise-item p { max-width: 650px; margin: 0; color: #61655d; line-height: 1.65; }

.contact { padding-bottom: 40px; }
.contact-panel {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 80px;
  padding: clamp(34px, 5vw, 70px);
  border-radius: 30px;
  background: var(--dark);
  color: var(--white);
}
.section-label-light { color: #a8aca2; }
.section-label-light span { color: var(--accent); }
.contact-copy h2 {
  max-width: 560px;
  margin: 0 0 24px;
  font-size: clamp(46px, 5.5vw, 74px);
  line-height: .98;
  letter-spacing: -0.06em;
}
.contact-copy p { max-width: 480px; margin: 0; color: #b7bbb1; font-size: 16px; line-height: 1.7; }
.contact-form { align-self: end; }
.field-row { margin-bottom: 26px; }
.field-row label {
  display: block;
  margin-bottom: 8px;
  color: #aeb2a8;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.field-row input, .field-row textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #4a4f46;
  border-radius: 0;
  outline: none;
  padding: 8px 0 14px;
  background: transparent;
  color: var(--white);
  font-size: 17px;
  transition: border-color .2s ease;
}
.field-row input:focus, .field-row textarea:focus { border-color: var(--accent); }
.field-row input::placeholder, .field-row textarea::placeholder { color: #666b61; }
.field-row textarea { resize: vertical; min-height: 120px; }
.honeypot { position: absolute; left: -9999px; opacity: 0; pointer-events: none; }
.form-footer { display: flex; gap: 20px; align-items: center; justify-content: space-between; margin-top: 34px; }
.form-status { min-height: 20px; margin: 0; color: #b7bbb1; font-size: 13px; }
.form-status.error { color: #ffb6aa; }
.form-status.success { color: var(--accent); }
.submit-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  min-width: 176px;
  padding: 16px 18px;
  border: 0;
  border-radius: 13px;
  background: var(--accent);
  color: var(--ink);
  font-weight: 800;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease;
}
.submit-button:hover { transform: translateY(-2px); background: #e1f77c; }
.submit-button:disabled { opacity: .65; cursor: wait; transform: none; }

.footer { padding-top: 44px; padding-bottom: 40px; }
.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer-nav { display: flex; flex-wrap: wrap; gap: 24px; color: #5e615b; font-size: 13px; }
.footer-nav a:hover { color: var(--ink); }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-top: 46px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  color: #858880;
  font-size: 12px;
}
.footer-bottom p { margin: 0; }

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

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

@media (max-width: 900px) {
  .section-pad { width: min(100% - 32px, var(--max)); }
  .site-header { width: calc(100% - 24px); }
  .menu-toggle {
    display: grid;
    place-content: center;
    gap: 5px;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 12px;
    background: var(--ink);
    cursor: pointer;
  }
  .menu-toggle span:not(.sr-only) { display: block; width: 16px; height: 1.5px; background: var(--paper); transition: transform .2s ease; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.25px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(-3.25px) rotate(-45deg); }
  .site-nav {
    position: fixed;
    top: 74px;
    left: 12px;
    right: 12px;
    display: grid;
    gap: 0;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: var(--paper);
    box-shadow: 0 18px 50px rgba(20, 25, 18, .13);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: .2s ease;
  }
  .site-nav.open { opacity: 1; visibility: visible; transform: none; }
  .site-nav a { padding: 14px 10px; }
  .nav-cta { margin-top: 7px; text-align: center; }
  .hero { padding-top: 85px; }
  .hero-grid, .two-col, .values-heading-row, .expertise-top, .contact-panel { grid-template-columns: 1fr; gap: 34px; }
  .hero-support { max-width: 620px; }
  .hero-visual { margin-top: 50px; height: 460px; }
  .orb-one { width: 330px; }
  .orb-two { width: 210px; }
  .stats { grid-template-columns: 1fr; }
  .stat + .stat { border-left: 0; border-top: 1px solid var(--line); padding-left: 0; }
  .about, .values, .expertise, .contact { padding-top: 110px; }
  .value-grid { grid-template-columns: 1fr; }
  .value-card-wide { grid-column: auto; }
  .value-card { min-height: 255px; }
  .expertise-item { grid-template-columns: 44px 1fr; }
  .expertise-item p { grid-column: 2; }
  .contact-panel { padding: 38px 28px; }
}

@media (max-width: 580px) {
  .section-pad { width: min(100% - 24px, var(--max)); }
  .brand-name { font-size: 14px; }
  .hero h1 { font-size: clamp(52px, 17vw, 76px); }
  .hero-visual { height: 390px; border-radius: 22px; }
  .signal-card { min-width: 132px; padding: 11px 13px; font-size: 12px; }
  .signal-card-a { left: 6%; }
  .signal-card-b { right: 5%; top: 46%; }
  .signal-card-c { left: 25%; }
  .section-heading { font-size: clamp(40px, 13vw, 58px); }
  .value-grid { margin-top: 44px; }
  .expertise-list { margin-top: 48px; }
  .expertise-item { grid-template-columns: 34px 1fr; gap: 18px; padding: 26px 0; }
  .expertise-item h3 { font-size: 17px; }
  .contact-copy h2 { font-size: clamp(43px, 13.5vw, 62px); }
  .contact-panel { border-radius: 22px; padding: 31px 21px; }
  .form-footer { align-items: stretch; flex-direction: column; }
  .submit-button { width: 100%; }
  .footer-top { align-items: flex-start; flex-direction: column; }
  .footer-nav { display: grid; grid-template-columns: 1fr 1fr; width: 100%; }
  .footer-bottom { flex-direction: column; }
}
