
:root {
  --ink: #111111;
  --paper: #f4f0e6;
  --paper-2: #e9e3d7;
  --accent: #e66a2c;
  --accent-dark: #b94e19;
  --white: #fffdf8;
  --muted: #69645b;
  --line: rgba(17,17,17,.18);
  --max: 1180px;
  --shadow: 0 24px 70px rgba(17,17,17,.08);
}
* { 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;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
img, svg { display: block; max-width: 100%; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 4px; }
.skip-link {
  position: absolute; left: 12px; top: -60px; z-index: 1000;
  padding: 10px 14px; background: var(--ink); color: var(--white);
}
.skip-link:focus { top: 12px; }

.site-header {
  position: sticky; top: 0; z-index: 100;
  background: color-mix(in srgb, var(--paper) 92%, transparent);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(17,17,17,.08);
}
.header-inner {
  width: min(var(--max), calc(100% - 40px));
  margin: auto;
  min-height: 78px;
  display: flex; align-items: center; justify-content: space-between;
}
.brand { display: flex; align-items: center; gap: 12px; font-weight: 750; letter-spacing: -.02em; }
.brand img { width: 38px; height: 38px; border-radius: 9px; }
.nav { display: flex; align-items: center; gap: 26px; font-size: 14px; }
.nav a { position: relative; }
.nav a:not(.lang):not(.nav-cta)::after {
  content: ""; position: absolute; left: 0; bottom: -5px; width: 0; height: 1px;
  background: var(--ink); transition: width .2s ease;
}
.nav a:hover::after { width: 100% !important; }
.nav-cta {
  border: 1px solid var(--ink);
  min-height: 42px; padding: 0 16px;
  display: inline-flex; align-items: center;
  font-weight: 700;
}
.lang {
  color: var(--muted);
  font-size: 12px; letter-spacing: .08em; font-weight: 700;
}
.menu-toggle {
  display: none; border: 0; background: transparent; color: var(--ink);
  padding: 10px; cursor: pointer;
}
.menu-toggle span { display: block; width: 24px; height: 2px; background: currentColor; margin: 5px 0; }

.hero {
  width: min(var(--max), calc(100% - 40px));
  margin: auto;
  padding: 105px 0 72px;
}
.eyebrow, .section-kicker {
  font-size: 12px; line-height: 1;
  letter-spacing: .17em; font-weight: 800; text-transform: uppercase;
}
.eyebrow { color: var(--accent-dark); margin-bottom: 28px; }
.hero h1 {
  margin: 0;
  max-width: 1080px;
  font-size: clamp(58px, 8.9vw, 126px);
  line-height: .88;
  letter-spacing: -.07em;
  font-weight: 760;
}
.hero .accent-line { color: var(--accent-dark); }
.hero-lede {
  max-width: 820px;
  margin: 36px 0 0;
  font-size: clamp(20px, 2.2vw, 30px);
  line-height: 1.35;
  letter-spacing: -.02em;
  color: #38352f;
}
.hero-actions { margin-top: 38px; display: flex; gap: 14px; flex-wrap: wrap; }
.btn {
  min-height: 52px;
  padding: 0 20px;
  display: inline-flex; align-items: center; justify-content: center;
  border: 1px solid var(--ink);
  font-size: 14px; font-weight: 760;
  cursor: pointer; transition: transform .18s ease, background .18s ease, color .18s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--ink); color: var(--white); }
.btn-secondary { background: transparent; }
.btn-light { background: var(--white); color: var(--ink); border-color: var(--white); }

.hero-principle {
  margin-top: 90px;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 18px;
  padding: 28px 0;
}
.hero-principle .num { color: var(--muted); font-size: 12px; }
.hero-principle p {
  margin: 0; max-width: 960px;
  font-size: clamp(30px, 4.2vw, 58px);
  line-height: 1.04; letter-spacing: -.045em;
}

.dark-section {
  background: var(--ink); color: var(--white);
}
.section {
  padding: 96px 0;
}
.section-inner {
  width: min(var(--max), calc(100% - 40px));
  margin: auto;
}
.section-kicker { color: var(--muted); }
.dark-section .section-kicker { color: #aba59b; }
.split {
  margin-top: 28px;
  display: grid; grid-template-columns: 1.05fr .95fr; gap: 72px;
}
.section h2 {
  margin: 0;
  font-size: clamp(42px, 5.5vw, 78px);
  line-height: .98;
  letter-spacing: -.055em;
  font-weight: 740;
}
.rich-copy { font-size: 20px; color: #d7d1c7; }
.rich-copy p:first-child { margin-top: 0; }

.pillars {
  margin-top: 62px;
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1px; background: rgba(255,255,255,.18);
  border: 1px solid rgba(255,255,255,.18);
}
.pillar {
  background: var(--ink);
  padding: 34px;
  min-height: 300px;
  display: flex; flex-direction: column;
}
.pillar .num { color: #918b81; font-size: 12px; }
.pillar h3 {
  margin: auto 0 12px;
  font-size: 38px; line-height: 1; letter-spacing: -.04em;
}
.pillar p { color: #bdb7ad; margin: 0; }

.services-grid {
  margin-top: 58px;
  display: grid; grid-template-columns: repeat(3,1fr); gap: 16px;
}
.service-card {
  background: var(--white);
  min-height: 360px; padding: 30px;
  display: flex; flex-direction: column;
  box-shadow: var(--shadow);
}
.service-card .num { color: var(--muted); font-size: 12px; }
.service-card h3 {
  margin: auto 0 15px;
  font-size: 31px; line-height: 1.03; letter-spacing: -.04em;
}
.service-card p { margin: 0; color: #5c574f; }

.method-band {
  margin-top: 68px;
  border-top: 1px solid var(--line);
}
.method-row {
  display: grid; grid-template-columns: 70px 1fr 1fr;
  gap: 28px; padding: 28px 0;
  border-bottom: 1px solid var(--line);
  align-items: start;
}
.method-row .num { color: var(--muted); font-size: 12px; }
.method-row h3 { margin: 0; font-size: 30px; letter-spacing: -.035em; }
.method-row p { margin: 3px 0 0; color: var(--muted); }

.audience-grid {
  margin-top: 52px;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
}
.audience-card {
  border: 1px solid rgba(255,255,255,.24);
  padding: 28px; min-height: 230px;
}
.audience-card h3 { margin: 86px 0 10px; font-size: 27px; letter-spacing: -.03em; }
.audience-card p { margin: 0; color: #bdb7ad; }

.about-grid {
  display: grid; grid-template-columns: 1.35fr .65fr; gap: 16px;
  margin-top: 46px;
}
.about-main, .quote-card { padding: 42px; min-height: 430px; }
.about-main { background: var(--paper-2); }
.about-main p { max-width: 760px; font-size: 19px; color: #504b43; }
.quote-card {
  background: var(--accent); display: flex; flex-direction: column; justify-content: flex-end;
}
.quote-card blockquote {
  margin: 0; font-size: clamp(32px, 4vw, 50px);
  line-height: 1; letter-spacing: -.05em;
}
.quote-card cite { margin-top: 18px; font-style: normal; font-size: 13px; }

.contact-section { background: var(--accent); }
.contact-grid {
  display: grid; grid-template-columns: 1fr .8fr; gap: 70px;
  align-items: start;
}
.contact-section h2 { max-width: 760px; }
.contact-lede { max-width: 680px; font-size: 20px; }
.contact-form {
  background: var(--white); padding: 30px;
  box-shadow: var(--shadow);
}
.field { display: grid; gap: 7px; margin-bottom: 17px; }
label { font-size: 13px; font-weight: 700; }
input, textarea {
  width: 100%; border: 1px solid #c9c2b5;
  background: #fff; color: var(--ink);
  padding: 13px 14px; border-radius: 0;
}
textarea { min-height: 130px; resize: vertical; }
.form-note { margin: 12px 0 0; color: var(--muted); font-size: 12px; }
.form-status { min-height: 22px; margin-top: 12px; font-size: 13px; }
.honeypot { position: absolute !important; left: -9999px !important; }

.footer {
  width: min(var(--max), calc(100% - 40px));
  margin: auto; padding: 30px 0 46px;
  display: flex; justify-content: space-between; gap: 20px;
  color: var(--muted); font-size: 13px;
}
.footer a { text-decoration: underline; text-underline-offset: 3px; }

@media (max-width: 900px) {
  .menu-toggle { display: block; }
  .nav {
    display: none;
    position: fixed; inset: 78px 0 0 0;
    background: var(--paper);
    flex-direction: column; align-items: flex-start;
    padding: 34px 20px; gap: 25px;
    font-size: 23px;
  }
  .nav.open { display: flex; }
  .nav-cta { width: 100%; justify-content: center; }
  .split, .contact-grid, .about-grid { grid-template-columns: 1fr; gap: 34px; }
  .pillars, .services-grid, .audience-grid { grid-template-columns: 1fr; }
  .pillar { min-height: 230px; }
  .service-card { min-height: 290px; }
  .method-row { grid-template-columns: 48px 1fr; }
  .method-row p { grid-column: 2; }
}
@media (max-width: 600px) {
  .header-inner, .hero, .section-inner, .footer { width: min(100% - 28px, var(--max)); }
  .hero { padding-top: 70px; }
  .hero h1 { font-size: clamp(48px, 15vw, 78px); }
  .hero-principle { grid-template-columns: 45px 1fr; margin-top: 65px; }
  .section { padding: 72px 0; }
  .about-main, .quote-card { padding: 28px; }
  .footer { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
