:root {
  --ink: #13261f;
  --ink-2: #2f443c;
  --muted: #65726d;
  --paper: #f7f3eb;
  --paper-2: #eee8dc;
  --white: #fffdf8;
  --brass: #a98752;
  --line: rgba(19,38,31,.14);
  --shadow: 0 28px 80px rgba(19,38,31,.08);
  --max: 1180px;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img, svg { max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
::selection { background: #dcc69f; color: var(--ink); }

.skip-link {
  position: fixed; left: 16px; top: 12px; z-index: 9999;
  transform: translateY(-150%); background: var(--ink); color: white;
  padding: 10px 14px; border-radius: 4px;
}
.skip-link:focus { transform: translateY(0); }

.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.eyebrow {
  color: var(--brass); font-size: .73rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: .2em; margin: 0 0 20px;
}
.serif { font-family: var(--serif); letter-spacing: -.035em; }

.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(247,243,235,.92); backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(19,38,31,.08);
}
.nav { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }

.nav-links { display: flex; align-items: center; gap: 26px; font-size: .9rem; color: var(--ink-2); }
.nav-links > a:not(.nav-cta) { position: relative; }
.nav-links > a:not(.nav-cta)::after {
  content: ''; position: absolute; left: 0; right: 100%; bottom: -6px; height: 1px;
  background: var(--brass); transition: right .2s ease;
}
.nav-links > a:not(.nav-cta):hover::after { right: 0; }
.nav-cta, .btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  border-radius: 999px; padding: 13px 20px; border: 1px solid transparent;
  font-weight: 700; font-size: .92rem; transition: transform .18s ease, background .18s ease, border-color .18s ease;
}
.nav-cta { border-color: var(--ink); color: var(--ink); }
.nav-cta:hover { background: var(--ink); color: var(--white); }
.btn-primary { background: var(--ink); color: var(--white); }
.btn-primary:hover { transform: translateY(-1px); background: #0d1c17; }
.btn-secondary { border-color: rgba(19,38,31,.24); color: var(--ink); background: rgba(255,255,255,.22); }
.btn-secondary:hover { border-color: var(--ink); transform: translateY(-1px); }

.hero {
  position: relative; overflow: hidden; min-height: 760px; display: grid; align-items: center;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 78% 18%, rgba(169,135,82,.14), transparent 22rem),
    linear-gradient(135deg, rgba(255,255,255,.35), transparent 42%);
}
.hero::before {
  content: ''; position: absolute; width: 560px; height: 560px; border: 1px solid rgba(19,38,31,.08);
  border-radius: 50%; right: -240px; top: 90px;
}
.hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 76px; align-items: center; padding: 110px 0 118px; }
.hero h1 { margin: 0; font-size: clamp(4rem, 8vw, 7.4rem); line-height: .92; font-weight: 500; max-width: 820px; }
.hero h1 span { display: block; color: var(--brass); }
.hero-copy { max-width: 720px; margin: 32px 0 34px; font-size: clamp(1.12rem, 2vw, 1.46rem); color: var(--ink-2); }
.hero-copy strong { color: var(--ink); font-weight: 700; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-note { margin-top: 30px; color: var(--muted); font-size: .9rem; }

.hero-emblem {
  justify-self: end; width: min(360px, 100%); aspect-ratio: 1; border-radius: 50%;
  border: 1px solid rgba(19,38,31,.12); display: grid; place-items: center; position: relative;
}
.hero-emblem::before, .hero-emblem::after { content: ''; position: absolute; border-radius: 50%; border: 1px solid rgba(169,135,82,.22); }
.hero-emblem::before { inset: 28px; }
.hero-emblem::after { inset: 56px; }
.hero-emblem .monogram { width: 56%; z-index: 1; filter: drop-shadow(0 14px 26px rgba(19,38,31,.08)); }
.hero-emblem .micro {
  position: absolute; bottom: 44px; z-index: 2; display: inline-block;
  color: var(--muted); font-size: .68rem; line-height: 1.2; letter-spacing: .18em;
  text-transform: uppercase; white-space: nowrap; padding: .25rem .42rem;
  border-radius: 999px; background: rgba(247,243,235,.88);
}

.section { padding: 104px 0; border-bottom: 1px solid var(--line); }
.section[id], .contact-section[id] { scroll-margin-top: 88px; }
.section-soft { background: rgba(255,253,248,.55); }
.section-dark { background: var(--ink); color: var(--white); border-bottom: 0; }
.section-head { display: grid; grid-template-columns: .8fr 1.2fr; gap: 64px; align-items: start; margin-bottom: 54px; }
.section-head h2 { margin: 0; font-size: clamp(2.6rem, 5vw, 4.5rem); line-height: 1; font-weight: 500; }
.section-head p { margin: 4px 0 0; max-width: 670px; color: var(--ink-2); font-size: 1.12rem; }

.split-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.card {
  background: var(--white); border: 1px solid var(--line); min-height: 355px; padding: 36px;
  display: flex; flex-direction: column; justify-content: space-between; box-shadow: 0 1px 0 rgba(19,38,31,.02);
}
.card-kicker { color: var(--brass); font-family: var(--serif); font-size: 1rem; }
.card h3 { margin: 12px 0 14px; font-family: var(--serif); font-weight: 500; letter-spacing: -.03em; font-size: 2rem; line-height: 1.06; }
.card p { margin: 0; color: var(--muted); max-width: 500px; }
.text-link { display: inline-flex; margin-top: 26px; padding-bottom: 2px; border-bottom: 1px solid var(--ink); font-weight: 700; font-size: .9rem; }

.manifesto { max-width: 980px; }
.manifesto blockquote { margin: 0; font-family: var(--serif); font-size: clamp(2.8rem, 5vw, 5.2rem); line-height: 1.03; letter-spacing: -.035em; }
.manifesto p { max-width: 690px; color: rgba(255,255,255,.66); font-size: 1.05rem; margin: 32px 0 0; }

.standards { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); background: rgba(255,255,255,.16); }
.standard { padding: 34px; min-height: 230px; }
.standard + .standard { border-left: 1px solid var(--line); }
.standard strong { display: block; font-family: var(--serif); font-weight: 500; font-size: 1.6rem; margin-bottom: 12px; }
.standard p { margin: 0; color: var(--muted); }

.contact-section { padding: 112px 0 118px; }
.contact-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 72px; align-items: end; }
.contact-grid h2 { margin: 0; font-family: var(--serif); font-size: clamp(3rem, 6vw, 5.7rem); line-height: .98; font-weight: 500; letter-spacing: -.04em; }
.contact-copy { color: var(--ink-2); max-width: 520px; }
.contact-email { font-family: var(--serif); font-size: clamp(1.6rem, 3vw, 2.3rem); border-bottom: 1px solid var(--brass); padding-bottom: 4px; }

.site-footer { background: #0c1915; color: rgba(255,255,255,.72); padding: 40px 0; }
.footer-grid { display: flex; justify-content: space-between; align-items: center; gap: 30px; flex-wrap: wrap; }
.footer-brand { display: flex; align-items: center; gap: 16px; color: var(--white); }
.footer-brand img { width: 58px; height: 58px; }
.footer-brand strong { font-family: var(--serif); font-size: 1.35rem; font-weight: 500; }
.footer-small { font-size: .82rem; }

@media (max-width: 900px) {
  .nav-links a:not(.nav-cta) { display: none; }
  .hero-grid, .section-head, .contact-grid { grid-template-columns: 1fr; gap: 36px; }
  .hero-grid { padding: 88px 0 90px; }
  .hero-emblem { justify-self: start; width: 290px; }
  .hero-emblem .micro { bottom: 35px; }
  .split-cards, .standards { grid-template-columns: 1fr; }
  .standard + .standard { border-left: 0; border-top: 1px solid var(--line); }
}

@media (max-width: 560px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .nav { min-height: 70px; }
  .nav-cta { padding: 10px 14px; font-size: .82rem; }
  .hero h1 { font-size: clamp(3.45rem, 18vw, 5.2rem); }
  .hero-emblem { width: 250px; }
  .hero-emblem .micro { bottom: 28px; font-size: .62rem; letter-spacing: .13em; padding: .22rem .35rem; }
  .section { padding: 78px 0; }
  .card { min-height: 315px; padding: 28px; }
  .contact-section { padding: 82px 0 88px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}


.logo { display: inline-flex; align-items: center; width: auto; max-width: none; flex: 0 0 auto; }
.brand-lockup { gap: 13px; }
.brand-monogram { display: block; width: 58px; height: 58px; flex: 0 0 58px; object-fit: contain; }
.brand-copy { display: flex; flex-direction: column; justify-content: center; min-width: 0; line-height: 1; }
.brand-name { font-family: var(--serif); font-size: 1.52rem; line-height: 1.02; font-weight: 500; letter-spacing: -.035em; white-space: nowrap; color: var(--ink); }
.brand-descriptor { margin-top: 7px; color: var(--brass); font-size: .47rem; font-weight: 700; line-height: 1; text-transform: uppercase; letter-spacing: .19em; white-space: nowrap; }

@media (max-width: 900px) {
  .brand-lockup { gap: 11px; }
  .brand-monogram { width: 52px; height: 52px; flex-basis: 52px; }
  .brand-name { font-size: 1.30rem; }
  .brand-descriptor { font-size: .40rem; letter-spacing: .16em; margin-top: 6px; }
}
@media (max-width: 560px) {
  .nav { gap: 10px; }
  .brand-lockup { gap: 8px; }
  .brand-monogram { width: 42px; height: 42px; flex-basis: 42px; }
  .brand-name { font-size: 1.02rem; }
  .brand-descriptor { font-size: .32rem; letter-spacing: .11em; margin-top: 5px; }
}
@media (max-width: 380px) {
  .brand-monogram { width: 38px; height: 38px; flex-basis: 38px; }
  .brand-name { font-size: .98rem; }
  .brand-descriptor { display: none; }
  .nav-cta { padding: 8px 10px; font-size: .72rem; }
}
