:root {
  --ink: #211e19;
  --ink-soft: #625b50;
  --forest: #302c25;
  --forest-light: #514b40;
  --paper: #f5f2eb;
  --paper-alt: #ece7dd;
  --white: #fcfaf5;
  --bronze: #9a805e;
  --line: rgba(48, 44, 37, 0.19);
  --serif: var(--font-newsreader), Georgia, serif;
  --sans: var(--font-inter), Arial, sans-serif;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  background: #ded9d0;
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}

button, a { color: inherit; }
button { font: inherit; }

main {
  width: min(1440px, calc(100% - 40px));
  margin: 20px auto;
  background: var(--paper);
  box-shadow: 0 24px 80px rgba(40, 35, 28, 0.14);
  overflow: hidden;
}

.site-header {
  height: 98px;
  padding: 0 72px;
  background: rgba(245, 246, 242, 0.94);
  display: grid;
  grid-template-columns: 1fr auto auto auto;
  align-items: center;
  gap: 38px;
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  width: max-content;
  text-decoration: none;
}

.brand-logo {
  display: block;
  width: auto;
  height: auto;
  object-fit: contain;
}

.brand-logo-horizontal {
  width: 220px;
}

.brand-monogram {
  width: 35px;
  height: 35px;
  display: grid;
  place-items: center;
  border: 1px solid var(--forest);
  color: var(--forest);
  font-family: var(--serif);
  font-size: 12px;
  letter-spacing: -0.05em;
}

.brand {
  font-family: var(--serif);
  font-size: 23px;
  line-height: 1;
  letter-spacing: 0.01em;
}

.nav {
  display: flex;
  align-items: center;
  gap: 32px;
}

.nav a, .version-switch a, .language-switcher button, .menu-button {
  border: 0;
  background: transparent;
  padding: 7px 0;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-decoration: none;
  text-transform: uppercase;
}

.nav a {
  position: relative;
}

.nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  border-top: 1px solid var(--bronze);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.nav a:hover::after, .nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.language-switcher {
  display: flex;
  gap: 10px;
  padding-left: 28px;
  border-left: 1px solid var(--line);
}

.version-switch {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  padding: 3px;
  border: 1px solid var(--line);
}

.version-switch a {
  min-width: 34px;
  padding: 5px 8px;
  text-align: center;
  text-decoration: none;
  color: var(--ink-soft);
}

.version-switch a.active {
  background: var(--forest);
  color: var(--paper);
}

.language-switcher button {
  cursor: pointer;
  color: var(--ink-soft);
  opacity: .55;
}

.language-switcher button.active {
  color: var(--forest);
  opacity: 1;
  border-bottom: 1px solid var(--bronze);
}

.menu-button { display: none; cursor: pointer; }

.hero {
  min-height: 720px;
  padding: 96px 0 0 72px;
  background:
    linear-gradient(115deg, rgba(255,255,255,.82), transparent 46%),
    var(--paper);
  display: grid;
  grid-template-columns: 52% 48%;
  overflow: hidden;
}

.hero-copy {
  position: relative;
  z-index: 2;
  align-self: center;
  padding: 20px 70px 105px 0;
  max-width: 690px;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 0 0 46px;
  color: var(--forest-light);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.eyebrow span {
  color: var(--bronze);
  font-family: var(--serif);
  font-size: 13px;
  letter-spacing: 0;
}

h1 {
  max-width: 650px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(55px, 6.1vw, 92px);
  font-weight: 400;
  line-height: .94;
  letter-spacing: -.045em;
}

.lead {
  max-width: 490px;
  margin: 48px 0 36px;
  color: var(--ink-soft);
  font-size: 17px;
  line-height: 1.65;
}

.scroll-cue {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .13em;
  text-decoration: none;
  text-transform: uppercase;
}

.scroll-cue span {
  width: 42px;
  border-top: 1px solid var(--bronze);
}

.hero-art {
  position: relative;
  min-height: 624px;
  background:
    linear-gradient(rgba(245,246,242,.22), rgba(245,246,242,.03)),
    repeating-linear-gradient(90deg, transparent 0 58px, rgba(48,44,37,.045) 58px 59px);
}

.art-caption {
  position: absolute;
  right: 28px;
  top: 40px;
  writing-mode: vertical-rl;
  z-index: 4;
  color: rgba(48,44,37,.6);
  font-size: 9px;
  letter-spacing: .19em;
}

.monolith {
  position: absolute;
  bottom: 0;
  filter: drop-shadow(-28px 20px 34px rgba(16, 32, 25, .12));
}

.monolith.back {
  right: -7%;
  width: 69%;
  height: 85%;
  background:
    linear-gradient(118deg, rgba(255,255,255,.1), rgba(15,36,28,.18)),
    var(--forest-light);
  clip-path: polygon(16% 0, 100% 23%, 100% 100%, 0 100%);
}

.monolith.front {
  right: 23%;
  width: 37%;
  height: 85%;
  background: linear-gradient(105deg, #faf8f2, #ddd7cc);
  clip-path: polygon(36% 0, 100% 16%, 100% 100%, 0 100%);
}

.ground {
  position: absolute;
  right: -10%;
  bottom: 0;
  width: 125%;
  height: 104px;
  background: linear-gradient(175deg, var(--forest) 0 39%, #d9d3c8 39% 100%);
  clip-path: polygon(0 52%, 100% 0, 100% 100%, 0 100%);
}

.section {
  padding: 112px 72px;
  background: var(--white);
}

.section-title {
  margin-bottom: 38px;
  color: var(--forest);
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.section-title i {
  display: block;
  width: 30px;
  margin-top: 15px;
  border-top: 1px solid var(--bronze);
}

.section p { margin: 0 0 24px; }

.about {
  min-height: 640px;
  display: grid;
  grid-template-columns: 48% 52%;
  padding-right: 0;
}

.copy-column { max-width: 590px; }

.about .copy-column p:first-of-type {
  color: var(--forest);
  font-family: var(--serif);
  font-size: 26px;
  line-height: 1.4;
}

.line-art {
  position: relative;
  min-height: 440px;
  overflow: hidden;
  background:
    linear-gradient(90deg, transparent 49.8%, var(--line) 50%, transparent 50.2%),
    var(--paper-alt);
}

.arc {
  position: absolute;
  display: block;
  border: 1px solid rgba(48,44,37,.22);
  border-radius: 50%;
}

.arc-one { width: 780px; height: 780px; right: -470px; top: 35px; }
.arc-two { width: 650px; height: 650px; right: -365px; top: 130px; }
.arc-three { width: 520px; height: 520px; right: -260px; top: 225px; border-color: rgba(154,128,94,.52); }
.vertical-line { position: absolute; top: 0; right: 25%; height: 100%; border-left: 1px solid rgba(48,44,37,.12); }

.dark-interlude {
  height: 360px;
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 50%, rgba(255,255,255,.035), transparent 24%),
    var(--forest);
}

.dark-interlude blockquote {
  max-width: 790px;
  margin: 0;
  padding: 0 50px;
  position: relative;
  z-index: 2;
  color: #f1f3ef;
  font-family: var(--serif);
  font-size: clamp(31px, 4vw, 55px);
  font-weight: 400;
  line-height: 1.08;
  text-align: center;
}

.sweep {
  position: absolute;
  width: 1300px;
  height: 550px;
  border: 1px solid rgba(154,128,94,.55);
  border-radius: 50%;
}

.sweep-one { top: -480px; left: 90px; }
.sweep-two { top: -405px; left: -520px; }

.focus { background: var(--paper); }

.focus-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 58px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.focus-grid article {
  padding: 48px 48px 42px;
  border-left: 1px solid var(--line);
  transition: background-color 180ms ease, color 180ms ease;
}

.focus-grid article:first-child { border-left: 0; }
.focus-grid article:hover { background: var(--forest); color: #f3f5f1; }
.focus-grid article:hover .index { border-color: var(--bronze); color: #d6c6ae; }

.focus-grid .index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 55px;
  color: var(--bronze);
  font-family: var(--serif);
  font-size: 18px;
}

.focus-grid h2 {
  min-height: 66px;
  margin: 0 0 28px;
  font-family: var(--serif);
  font-size: 30px;
  font-weight: 400;
  line-height: 1.05;
}

.focus-grid p { font-size: 14px; }

.ribbed-divider {
  height: 86px;
  background:
    repeating-linear-gradient(90deg, transparent 0 16px, rgba(48,44,37,.09) 16px 17px),
    linear-gradient(90deg, #e2ddd3, #c2b8aa, #efebe3);
}

.approach {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
}

.approach-lead {
  color: var(--forest);
  font-family: var(--serif);
  font-size: 32px;
  line-height: 1.3;
}

.who-column {
  max-width: 580px;
  padding-left: 90px;
  border-left: 1px solid var(--line);
}

.principles {
  background: var(--paper-alt);
  border-top: 1px solid var(--line);
}

.principles-intro {
  max-width: 580px;
  color: var(--ink-soft);
}

.principles-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0;
  margin-top: 68px;
  border-top: 1px solid var(--line);
}

.principles-grid > div {
  min-width: 0;
  min-height: 170px;
  padding: 26px 20px;
  border-left: 1px solid var(--line);
}

.principles-grid > div:first-child { border-left: 0; }

.principle-number {
  color: var(--bronze);
  font-family: var(--serif);
  font-size: 17px;
}

.principles-grid p {
  margin: 40px 0 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
}

footer {
  padding: 94px 72px 42px;
  background:
    linear-gradient(118deg, rgba(255,255,255,.025), transparent 50%),
    var(--forest);
  color: #f0f3ef;
}

footer .section-title { color: #eee9df; }
footer .section-title i { border-color: var(--bronze); }
footer p { margin: 0 0 10px; color: #d3cdc1; }
footer a {
  display: inline-block;
  margin-top: 10px;
  color: #fff;
  font-family: var(--serif);
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.1;
  text-decoration: none;
  border-bottom: 1px solid rgba(154,128,94,.7);
}

.footer-contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(54px, 8vw, 120px);
}

.footer-contact-main,
.footer-about-column {
  min-width: 0;
}

.footer-about-column {
  padding-left: clamp(38px, 5vw, 72px);
  border-left: 1px solid rgba(240, 243, 239, .18);
}

.footer-about-column > p {
  max-width: 470px;
  color: #d3cdc1;
  font-size: 16px;
  line-height: 1.75;
}

.contact-form {
  width: 100%;
  max-width: none;
  margin-top: 48px;
  padding: clamp(32px, 4.5vw, 58px);
  border: 1px solid rgba(240, 243, 239, .42);
  border-top: 3px solid #c3a77d;
  background: rgba(8, 18, 13, .2);
}

.contact-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(24px, 4vw, 64px);
}

.contact-form label {
  display: block;
  color: #f4f6f3;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  margin-top: 9px;
  padding: 13px 15px;
  border: 1px solid rgba(240, 243, 239, .56);
  border-radius: 0;
  outline: 0;
  background: rgba(255, 255, 255, .075);
  color: #fff;
  caret-color: #d7bb8f;
  font: 16px/1.5 var(--sans);
  resize: vertical;
  transition: border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.contact-form textarea {
  min-height: 150px;
}

.contact-form > label {
  margin-top: 30px;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #d7bb8f;
  background: rgba(255, 255, 255, .12);
  box-shadow: 0 0 0 1px #d7bb8f;
}

.contact-form__website {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
}

.contact-form__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 22px;
  margin-top: 30px;
  padding-top: 24px;
  border-top: 1px solid rgba(240, 243, 239, .16);
}

.contact-form button {
  min-width: 190px;
  padding: 15px 28px;
  border: 1px solid #cdb083;
  background: #cdb083;
  color: #211e19;
  cursor: pointer;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  transition: background-color 180ms ease, color 180ms ease;
}

.contact-form button:hover,
.contact-form button:focus-visible {
  background: #e1c89f;
  border-color: #e1c89f;
  color: #111815;
}

.contact-form button:disabled {
  cursor: wait;
  opacity: .58;
}

.contact-form__status {
  margin: 0;
  color: #f4f6f3;
  font-size: 13px;
}

.v1 .contact-form label,
.v1 .contact-form__status {
  color: #4d473d;
}

.v1 .contact-form {
  border-color: rgba(48, 44, 37, .4);
  border-top-color: #806849;
  background: rgba(255, 255, 255, .68);
}

.v1 .contact-form input,
.v1 .contact-form textarea {
  border-color: rgba(48, 44, 37, .5);
  background: #fff;
  color: #211e19;
  caret-color: #806849;
}

.v1 .contact-form input:focus,
.v1 .contact-form textarea:focus {
  border-color: var(--bronze);
  background: rgba(255, 255, 255, .7);
}

.v1 .contact-form button {
  border-color: #806849;
  background: #806849;
  color: #fff;
}

.v1 .contact-form button:hover,
.v1 .contact-form button:focus-visible {
  border-color: #5f4c34;
  background: #5f4c34;
  color: #fff;
}

.v1 .contact-form__actions {
  border-top-color: rgba(48, 44, 37, .14);
}

.v1 .contact-form button:hover,
.v1 .contact-form button:focus-visible {
  color: #fff;
}

.footer-policy-links {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
  margin-top: 38px;
}

.site-shell footer .footer-policy-links a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  padding: 8px 0;
  border: 0;
  color: #d8dfda;
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .14em;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
}

.site-shell footer .footer-policy-links a i {
  color: #cdb083;
  font-size: 13px;
  font-style: normal;
  transition: transform 180ms ease;
}

.site-shell footer .footer-policy-links a:hover,
.site-shell footer .footer-policy-links a:focus-visible {
  color: #fff;
}

.site-shell footer .footer-policy-links a:hover i,
.site-shell footer .footer-policy-links a:focus-visible i {
  transform: translateX(4px);
}

.site-shell.v1 footer .footer-policy-links a {
  color: #ffffff;
}

.site-shell.v1 footer .footer-policy-links a:hover,
.site-shell.v1 footer .footer-policy-links a:focus-visible {
  color: #806849;
}

.legal-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  margin-top: 95px;
  padding-top: 48px;
  border-top: 1px solid rgba(240,243,239,.18);
}

.legal-grid h2 {
  margin: 0 0 18px;
  color: #f2ede4;
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.legal-grid p {
  max-width: 570px;
  margin: 0;
  font-size: 12px;
  line-height: 1.75;
}

.legal-grid section {
  scroll-margin-top: 120px;
  padding: 20px;
  margin: -20px;
  outline: 0;
  transition: background-color 240ms ease, box-shadow 240ms ease;
}

.legal-grid section:target {
  background: rgba(205, 176, 131, .09);
  box-shadow: inset 3px 0 0 #cdb083;
}

.v1 .legal-grid section:target {
  background: rgba(128, 104, 73, .08);
  box-shadow: inset 3px 0 0 #806849;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 110px;
  padding-top: 28px;
  border-top: 1px solid rgba(240,243,239,.18);
  color: #bdb4a6;
  font-size: 10px;
  letter-spacing: .04em;
}

.footer-brand-logo {
  width: 176px;
  height: auto;
  opacity: .86;
}

@media (max-width: 1020px) {
  main { width: calc(100% - 24px); margin: 12px auto; }
  .site-header { padding: 0 32px; grid-template-columns: 1fr auto auto auto; gap: 16px; }
  .menu-button { display: block; order: 3; }
  .language-switcher { padding-left: 0; border-left: 0; }
  .nav {
    display: none;
    position: absolute;
    left: 0;
    top: 98px;
    width: 100%;
    padding: 28px 32px 34px;
    background: rgba(245,246,242,.98);
    border-top: 1px solid var(--line);
    box-shadow: 0 18px 30px rgba(40,35,28,.08);
    flex-direction: column;
    align-items: flex-start;
    gap: 17px;
  }
  .nav.open { display: flex; }
  .hero { min-height: 790px; padding: 82px 32px 0; grid-template-columns: 1fr; }
  .hero-copy { max-width: 720px; padding-bottom: 65px; }
  .hero-art { min-height: 340px; margin: 0 -32px; }
  .section { padding: 86px 32px; }
  .about { grid-template-columns: 1fr; padding-right: 32px; }
  .line-art { min-height: 300px; margin: 45px -32px -86px; }
  .dark-interlude { height: 310px; }
  .focus-grid { grid-template-columns: 1fr; }
  .focus-grid article, .focus-grid article:first-child {
    padding: 40px 0;
    border-left: 0;
    border-top: 1px solid var(--line);
  }
  .focus-grid article:first-child { border-top: 0; }
  .focus-grid .index { margin-bottom: 25px; }
  .focus-grid h2 { min-height: auto; }
  .approach { grid-template-columns: 1fr; gap: 55px; }
  .who-column { padding: 55px 0 0; border-left: 0; border-top: 1px solid var(--line); }
  .principles-grid { grid-template-columns: repeat(2, 1fr); }
  .principles-grid > div:nth-child(odd) { border-left: 0; }
  .principles-grid > div { border-top: 1px solid var(--line); }
  footer { padding: 80px 32px 38px; }
  .footer-contact-layout { grid-template-columns: 1fr; }
  .footer-about-column {
    padding: 54px 0 0;
    border-top: 1px solid rgba(240, 243, 239, .18);
    border-left: 0;
  }
  .v1 .footer-about-column { border-top-color: rgba(48, 44, 37, .18); }
  .legal-grid { grid-template-columns: 1fr; gap: 42px; }
}

@media (max-width: 560px) {
  body { font-size: 15px; }
  main { width: 100%; margin: 0; }
  .site-header { height: 84px; padding: 0 20px; grid-template-columns: 1fr auto; }
  .brand-monogram { width: 31px; height: 31px; }
  .brand { font-size: 20px; }
  .nav { top: 84px; padding-left: 20px; padding-right: 20px; }
  .language-switcher {
    position: absolute;
    right: 20px;
    bottom: -39px;
    padding: 5px 10px;
    background: rgba(245,246,242,.92);
    z-index: 2;
  }
  .version-switch {
    position: absolute;
    left: 20px;
    bottom: -39px;
    z-index: 2;
    background: rgba(245,246,242,.92);
  }
  .hero { padding: 88px 20px 0; }
  .hero-copy { padding-right: 0; }
  h1 { font-size: 49px; }
  .lead { margin-top: 34px; font-size: 16px; }
  .hero-art { min-height: 300px; margin: 0 -20px; }
  .section { padding: 74px 20px; }
  .about { padding-right: 20px; }
  .about .copy-column p:first-of-type { font-size: 23px; }
  .line-art { margin-left: -20px; margin-right: -20px; }
  .dark-interlude blockquote { padding: 0 20px; }
  .approach-lead { font-size: 27px; }
  .principles-grid { grid-template-columns: 1fr; }
  .principles-grid > div { min-height: 120px; padding-left: 0; border-left: 0; }
  .principles-grid p { margin-top: 22px; }
  footer { padding-left: 20px; padding-right: 20px; }
  footer a { font-size: 26px; overflow-wrap: anywhere; }
  .contact-form { margin-top: 34px; padding: 26px 20px; }
  .contact-form__row { grid-template-columns: 1fr; gap: 24px; }
  .contact-form__actions {
    align-items: stretch;
    flex-direction: column-reverse;
  }
  .contact-form button { width: 100%; }
  .footer-policy-links { justify-content: flex-start; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 24px; margin-top: 80px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition-duration: 0.01ms !important; }
}

/* Local version chooser */
.version-index {
  width: min(1180px, calc(100% - 40px));
  min-height: calc(100vh - 40px);
  margin: 20px auto;
  padding: clamp(50px, 8vw, 110px);
  background: #f1eee7;
  box-shadow: 0 24px 80px rgba(40, 35, 28, 0.13);
}

.version-index__header {
  max-width: 790px;
}

.version-index__eyebrow,
.version-card__label,
.version-card__action {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.version-index__eyebrow {
  color: var(--bronze);
}

.version-index h1 {
  max-width: 760px;
  margin: 28px 0;
  font-size: clamp(48px, 7vw, 82px);
}

.version-index__header p {
  max-width: 570px;
  color: var(--ink-soft);
}

.version-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 75px;
}

.version-card {
  min-height: 360px;
  padding: 34px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid var(--line);
  text-decoration: none;
}

.version-card--v1 {
  background: #f5f0e7;
}

.version-card--v2 {
  background: var(--forest);
  color: #f3f5f1;
}

.version-card__number {
  color: var(--bronze);
  font-family: var(--serif);
  font-size: 18px;
}

.version-card h2 {
  margin: 12px 0 15px;
  font-family: var(--serif);
  font-size: 38px;
  font-weight: 400;
  line-height: 1.1;
}

.version-card p {
  max-width: 420px;
  margin: 0;
  color: inherit;
  opacity: .72;
}

.version-card__action {
  margin-top: 38px;
}

/* Version 1 - original light editorial direction */
.site-shell.v1 {
  --ink: #181714;
  --ink-soft: #55514a;
  --forest: #181714;
  --forest-light: #9d9282;
  --paper: #f4f0e8;
  --paper-alt: #f2ede4;
  --white: #fbfaf6;
  --bronze: #777066;
  --line: rgba(24, 23, 20, .16);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.65;
}

.v1-editorial-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index-brand-logo {
  width: 176px;
  height: auto;
  margin-bottom: 54px;
}

.not-found {
  width: min(760px, calc(100% - 40px));
  min-height: calc(100vh - 40px);
  margin: 20px auto;
  padding: clamp(42px, 8vw, 100px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background: var(--paper);
}

.not-found img { width: 176px; height: auto; }
.not-found p { margin: 70px 0 12px; color: var(--bronze); }
.not-found h1 { margin-bottom: 42px; }

.v1 .site-header {
  position: relative;
  height: 96px;
  padding: 0 64px;
  background: var(--paper);
  backdrop-filter: none;
}

.v1 .brand-lockup { gap: 0; }
.v1 .brand-logo-horizontal { width: 220px; }
.v1 .brand-monogram { display: none; }
.v1 .brand {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
}

.v1 .nav a,
.v1 .version-switch a,
.v1 .language-switcher button,
.v1 .menu-button {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: .09em;
}

.v1 .nav a::after { border-color: var(--ink); }
.v1 .version-switch a.active { background: var(--ink); color: var(--paper); }

.v1 .hero {
  min-height: 650px;
  padding: 78px 0 0 64px;
  grid-template-columns: 49% 51%;
  background:
    linear-gradient(120deg, rgba(255,255,255,.32), transparent 40%),
    radial-gradient(circle at 15% 20%, rgba(255,255,255,.75), transparent 30%),
    var(--paper);
}

.v1 .hero-copy {
  max-width: 540px;
  padding: 0 30px 90px 0;
}

.v1 .eyebrow {
  margin-bottom: 42px;
  color: var(--ink);
}

.v1 .eyebrow span { display: none; }

.v1 h1 {
  max-width: 520px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(44px, 5.3vw, 76px);
  line-height: .98;
}

.v1 .lead {
  max-width: 430px;
  margin: 46px 0 28px;
  color: var(--ink);
  font-size: 15px;
}

.v1 .scroll-cue span { border-color: var(--ink); }

.v1 .hero-art {
  min-height: 570px;
  background: transparent;
}

.v1 .v1-hero-image {
  object-position: 61% center;
}

.v1 .art-caption { display: none; }
.v1 .monolith,
.v1 .ground { display: none; }

.v1 .monolith.back {
  background:
    linear-gradient(112deg, rgba(255,255,255,.12), rgba(80,70,55,.08)),
    #b9ad9b;
}

.v1 .monolith.front {
  background: linear-gradient(100deg, #faf8f2, #e3ded4);
}

.v1 .ground {
  background: linear-gradient(175deg, #554f46 0 39%, #ddd8cf 39% 100%);
}

.v1 .section {
  padding: 88px 64px;
  background: var(--white);
}

.v1 .section-title {
  margin-bottom: 34px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: .01em;
}

.v1 .section-title i {
  width: 24px;
  margin-top: 13px;
  border-color: var(--ink);
}

.v1 .about { min-height: 580px; }

.v1 .about .copy-column p:first-of-type {
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.65;
}

.v1 .line-art { background-color: var(--paper); }
.v1 .v1-about-image {
  object-position: 57% center;
  filter: saturate(.72) brightness(1.06);
}
.v1 .arc,
.v1 .vertical-line { display: none; }

.v1 .dark-interlude {
  height: 260px;
  background: #292b2b;
}

.v1 .v1-marble-image {
  object-position: center 42%;
  filter: brightness(.72) contrast(1.04);
}

.v1 .dark-interlude blockquote { display: none; }
.v1 .sweep {
  z-index: 1;
  border-color: rgba(198,176,137,.52);
}

.v1 .focus { background: var(--white); }

.v1 .focus-grid {
  margin-top: 0;
  border-top: 0;
  border-bottom: 0;
}

.v1 .focus-grid article {
  padding: 0 46px;
  background: transparent;
}

.v1 .focus-grid article:first-child { padding-left: 0; }
.v1 .focus-grid article:last-child { padding-right: 0; }
.v1 .focus-grid article:hover,
.v1 .focus-grid article:focus-within {
  background: var(--forest);
  color: #f3f5f1;
}

.v1 .focus-grid article:hover .index,
.v1 .focus-grid article:focus-within .index {
  border-color: var(--bronze);
  color: #d6c6ae;
}

.v1 .focus-grid .index {
  width: 30px;
  height: 30px;
  margin-bottom: 26px;
  border: 1px solid var(--ink);
  border-radius: 50%;
  color: var(--ink);
  font-size: 10px;
}

.v1 .focus-grid h2 {
  min-height: 60px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
}

.v1 .focus-grid p { font-size: 13px; }

.v1 .ribbed-divider {
  height: 150px;
  position: relative;
  background: #d4c7b4;
  overflow: hidden;
}

.v1 .v1-sand-image {
  object-position: center 58%;
  filter: saturate(.68) brightness(1.08);
}

.v1 .approach { gap: 90px; }

.v1 .approach-lead {
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.65;
}

.v1-valley-break {
  height: 340px;
  position: relative;
  overflow: hidden;
  background: #d8c6aa;
}

.v1-valley-break .v1-editorial-image {
  object-position: center 48%;
  filter: saturate(.68) brightness(1.04);
}

.v1 .principles {
  background: var(--white);
}

.v1 .principles-grid {
  gap: 20px;
  margin-top: 54px;
  border-top: 0;
}

.v1 .principles-grid > div {
  min-height: 0;
  padding: 0;
  border: 0;
  text-align: center;
}

.v1 .principle-number {
  display: inline-grid;
  width: 27px;
  height: 27px;
  place-items: center;
  border: 1px solid var(--ink);
  border-radius: 50%;
  color: var(--ink);
  font-size: 9px;
}

.v1 .principles-grid p {
  margin-top: 18px;
  font-size: 11px;
}

.v1 footer {
  padding: 68px 64px 36px;
  background:
    linear-gradient(110deg, rgba(255,255,255,.18), transparent 45%),
    #b4a792;
  color: var(--ink);
}

.v1 footer .section-title { color: var(--ink); }
.v1 footer p { color: var(--ink); }
.v1 footer a {
  margin-top: 0;
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
}

.v1 .legal-grid {
  border-color: rgba(24,23,20,.22);
}

.v1 .legal-grid h2,
.v1 .legal-grid p {
  color: var(--ink);
}

.v1 .footer-bottom {
  margin-top: 80px;
  color: var(--ink);
  border-color: rgba(24,23,20,.28);
}

@media (max-width: 1020px) {
  .v1 .site-header { padding: 0 28px; }
  .v1 .nav { top: 96px; background: var(--paper); }
  .v1 .hero {
    min-height: 730px;
    padding: 74px 28px 0;
    grid-template-columns: 1fr;
  }
  .v1 .hero-art { min-height: 290px; margin: 0 -28px; }
  .v1 .section { padding: 68px 28px; }
  .v1 .about { padding-right: 28px; }
  .v1 .line-art { margin: 35px -28px -68px; }
  .v1 .focus-grid article,
  .v1 .focus-grid article:first-child,
  .v1 .focus-grid article:last-child {
    padding: 34px 0;
    border-left: 0;
    border-top: 1px solid var(--line);
  }
  .v1 .focus-grid article:first-child { border-top: 0; padding-top: 0; }
  .v1 .principles-grid { grid-template-columns: repeat(2, 1fr); }
  .v1 footer { padding: 68px 28px 36px; }
}

@media (max-width: 620px) {
  .version-index {
    width: 100%;
    min-height: 100vh;
    margin: 0;
    padding: 55px 20px;
  }
  .version-index h1 { font-size: 48px; }
  .version-cards { grid-template-columns: 1fr; margin-top: 50px; }
  .version-card { min-height: 320px; padding: 28px; }
}

/* V1 refinement — mineral landscape, editorial restraint */
.site-shell.v1 {
  --ink: #20231f;
  --ink-soft: #62645d;
  --forest: #29372f;
  --forest-light: #617064;
  --paper: #f1f0e9;
  --paper-alt: #e7e8e0;
  --white: #f8f7f1;
  --bronze: #8a7357;
  --line: rgba(32, 35, 31, .17);
  background: var(--paper);
}

.v1 .site-header {
  height: 88px;
  padding: 0 clamp(28px, 4.5vw, 68px);
  border-bottom-color: rgba(32, 35, 31, .12);
}

.v1 .brand {
  font-size: 22px;
  letter-spacing: .12em;
}

.v1 .hero {
  min-height: 700px;
  padding: 0;
  grid-template-columns: minmax(410px, 42%) 58%;
  background: var(--paper);
}

.v1 .hero-copy {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: none;
  padding: 86px clamp(42px, 5vw, 78px) 78px;
}

.v1 .eyebrow {
  margin-bottom: 54px;
  color: var(--forest);
  letter-spacing: .17em;
}

.v1 h1 {
  max-width: 540px;
  color: var(--ink);
  font-size: clamp(48px, 5.2vw, 76px);
  line-height: .98;
  letter-spacing: -.045em;
}

.v1 .lead {
  max-width: 430px;
  margin: 42px 0 38px;
  color: var(--ink-soft);
  line-height: 1.75;
}

.v1 .hero-art {
  min-height: 612px;
  isolation: isolate;
  background: #8b7a61;
}

.v1 .hero-art::after,
.v1 .line-art::after,
.v1-valley-break::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(125deg, rgba(28, 41, 34, .46), rgba(62, 70, 58, .06) 48%, rgba(32, 38, 32, .32)),
    rgba(64, 79, 67, .18);
  mix-blend-mode: multiply;
}

.v1 .v1-hero-image {
  object-position: 58% center;
  filter: saturate(.48) contrast(1.06) brightness(.92);
  transform: scale(1.015);
}

.v1 .section {
  padding: 112px clamp(34px, 6vw, 88px);
}

.v1 .section-title {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 44px;
  color: var(--forest);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .18em;
}

.v1 .section-title i {
  width: 38px;
  margin: 0;
  border-color: var(--bronze);
}

.v1 .about {
  min-height: 680px;
  grid-template-columns: 46% 54%;
  padding-right: 0;
}

.v1 .about .copy-column {
  max-width: 570px;
  padding-right: clamp(32px, 4vw, 70px);
}

.v1 .about .copy-column p:first-of-type {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(23px, 2.1vw, 31px);
  line-height: 1.4;
  letter-spacing: -.015em;
}

.v1 .about .copy-column p:not(:first-of-type) {
  max-width: 520px;
  color: var(--ink-soft);
  font-size: 14px;
}

.v1 .line-art {
  min-height: 456px;
  isolation: isolate;
  background: #8a7a64;
}

.v1 .v1-about-image {
  object-position: 53% center;
  filter: saturate(.38) contrast(1.08) brightness(.86);
}

.v1 .dark-interlude {
  height: 390px;
  isolation: isolate;
  background: #171b18;
}

.v1 .dark-interlude::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(17, 22, 19, .92), rgba(17, 22, 19, .56) 56%, rgba(17, 22, 19, .3));
}

.v1 .v1-marble-image {
  filter: brightness(.52) contrast(1.08) saturate(.45);
}

.v1 .dark-interlude blockquote {
  display: block;
  max-width: 820px;
  color: #edeee8;
  font-size: clamp(31px, 4vw, 54px);
  text-align: left;
  letter-spacing: -.025em;
}

.v1 .sweep { display: none; }

.v1 .focus {
  background: var(--white);
}

.v1 .focus-grid {
  margin-top: 18px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.v1 .focus-grid article,
.v1 .focus-grid article:first-child,
.v1 .focus-grid article:last-child {
  min-height: 430px;
  padding: 42px clamp(28px, 3.2vw, 52px);
}

.v1 .focus-grid article:first-child { padding-left: 0; }
.v1 .focus-grid article:last-child { padding-right: 0; }

.v1 .focus-grid .index {
  width: auto;
  height: auto;
  margin-bottom: 58px;
  border: 0;
  border-radius: 0;
  color: var(--bronze);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
}

.v1 .focus-grid h2 {
  min-height: 58px;
  color: var(--forest);
  font-size: clamp(24px, 2.3vw, 32px);
}

.v1 .focus-grid p {
  max-width: 360px;
  color: var(--ink-soft);
  font-size: 14px;
}

.v1 .ribbed-divider {
  height: 190px;
  background: #899085;
}

.v1 .ribbed-divider::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(35, 54, 44, .68), rgba(35, 54, 44, .14), rgba(35, 54, 44, .56));
  mix-blend-mode: multiply;
}

.v1 .v1-sand-image {
  object-position: center 61%;
  filter: grayscale(.35) saturate(.35) contrast(1.1) brightness(.82);
}

.v1 .approach {
  gap: clamp(60px, 9vw, 140px);
  background: var(--paper);
}

.v1 .approach-lead {
  color: var(--forest);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1.35;
}

.v1 .who-column {
  border-color: rgba(41, 55, 47, .22);
}

.v1-valley-break {
  height: 310px;
  isolation: isolate;
  background: #62594d;
}

.v1-valley-break .v1-editorial-image {
  object-position: center 52%;
  filter: grayscale(.38) saturate(.38) contrast(1.08) brightness(.78);
}

.v1 .principles {
  background: var(--white);
}

.v1 .principles-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid var(--line);
}

.v1 .principles-grid > div {
  min-height: 155px;
  padding: 28px 26px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  text-align: left;
}

.v1 .principles-grid > div:nth-child(4n) { border-right: 0; }

.v1 .principle-number {
  display: block;
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  color: var(--bronze);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
}

.v1 .principles-grid p {
  margin-top: 42px;
  color: var(--forest);
  font-size: 12px;
}

.v1 footer {
  padding: 92px clamp(34px, 6vw, 88px) 42px;
  background: var(--forest);
  color: #eceee9;
}

.v1 footer .section-title,
.v1 footer p,
.v1 .legal-grid h2,
.v1 .legal-grid p,
.v1 .footer-bottom {
  color: inherit;
}

.v1 footer a {
  color: #f5f3eb;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(29px, 3.4vw, 46px);
  border-color: rgba(179, 151, 113, .7);
}

.v1 .legal-grid,
.v1 .footer-bottom {
  border-color: rgba(238, 240, 234, .18);
}

@media (max-width: 1020px) {
  .v1 .hero {
    min-height: 850px;
    grid-template-columns: 1fr;
  }

  .v1 .hero-copy {
    min-height: 560px;
    padding: 76px 40px 62px;
  }

  .v1 .hero-art {
    min-height: 390px;
    margin: 0;
  }

  .v1 .about {
    grid-template-columns: 1fr;
    padding-right: 34px;
  }

  .v1 .about .copy-column { padding-right: 0; }
  .v1 .line-art { min-height: 390px; margin: 48px -34px -112px; }

  .v1 .focus-grid article,
  .v1 .focus-grid article:first-child,
  .v1 .focus-grid article:last-child {
    min-height: 0;
    padding: 42px 0;
  }

  .v1 .focus-grid .index { margin-bottom: 24px; }
  .v1 .principles-grid { grid-template-columns: repeat(2, 1fr); }
  .v1 .principles-grid > div:nth-child(4n) { border-right: 1px solid var(--line); }
  .v1 .principles-grid > div:nth-child(2n) { border-right: 0; }
}

@media (max-width: 560px) {
  .v1 .site-header { height: 84px; padding: 0 20px; }
  .v1 .brand { font-size: 17px; }
  .v1 .hero { min-height: 740px; }
  .v1 .hero-copy { min-height: 505px; padding: 76px 20px 52px; }
  .v1 h1 { font-size: 47px; }
  .v1 .eyebrow { margin-bottom: 38px; }
  .v1 .lead { margin-top: 32px; }
  .v1 .hero-art { min-height: 285px; }
  .v1 .section { padding: 80px 20px; }
  .v1 .about { padding-right: 20px; }
  .v1 .line-art { min-height: 300px; margin: 42px -20px -80px; }
  .v1 .dark-interlude { height: 360px; }
  .v1 .dark-interlude blockquote { padding: 0 24px; }
  .v1 .ribbed-divider { height: 145px; }
  .v1-valley-break { height: 220px; }
  .v1 .principles-grid { grid-template-columns: 1fr; }
  .v1 .principles-grid > div,
  .v1 .principles-grid > div:nth-child(4n),
  .v1 .principles-grid > div:nth-child(2n) {
    min-height: 120px;
    padding: 24px 0;
    border-right: 0;
  }
  .v1 .principles-grid p { margin-top: 25px; }
  .v1 footer { padding: 76px 20px 34px; }
}

/* V1 editorial flow — one visual idea, continuous reading rhythm */
.v1 .hero {
  position: relative;
  display: block;
  min-height: 720px;
  overflow: hidden;
  background: #c8b69d;
}

.v1 .hero-art {
  position: absolute;
  inset: 0;
  min-height: 0;
  margin: 0;
}

.v1 .hero-art::after {
  background:
    linear-gradient(
      90deg,
      rgba(241, 240, 233, 1) 0%,
      rgba(241, 240, 233, .98) 34%,
      rgba(241, 240, 233, .88) 43%,
      rgba(241, 240, 233, .18) 58%,
      rgba(28, 34, 29, .08) 100%
    );
  mix-blend-mode: normal;
}

.v1 .v1-hero-image {
  object-position: 60% center;
  filter: saturate(.58) contrast(1.03) brightness(.92);
  transform: none;
}

.v1 .hero-copy {
  position: relative;
  z-index: 3;
  width: min(58%, 760px);
  min-height: 720px;
  padding: 92px 48px 82px clamp(40px, 6.5vw, 96px);
  background: transparent;
}

.v1 .hero-copy::after {
  content: "";
  position: absolute;
  left: clamp(40px, 6.5vw, 96px);
  bottom: 0;
  width: 64px;
  border-top: 1px solid var(--bronze);
}

.v1 h1 {
  max-width: 570px;
  text-wrap: balance;
}

.v1 .about {
  min-height: 0;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
  gap: clamp(60px, 9vw, 145px);
  padding: 132px clamp(40px, 7vw, 104px);
  background: var(--white);
}

.v1 .about .copy-column {
  max-width: 650px;
  padding: 0;
}

.v1 .about .copy-column p:first-of-type {
  max-width: 620px;
  margin-bottom: 34px;
  font-size: clamp(25px, 2.25vw, 34px);
}

.v1 .line-art {
  min-height: 0;
  align-self: center;
  overflow: visible;
  isolation: auto;
  background: transparent;
  border: 0;
}

.v1 .line-art::after { display: none; }

.v1-about-aside {
  position: relative;
  padding: 42px 0 42px clamp(34px, 4vw, 64px);
  border-left: 1px solid var(--bronze);
}

.v1-about-aside > span {
  display: block;
  margin-bottom: 46px;
  color: var(--bronze);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
}

.v1-about-aside p {
  max-width: 400px;
  margin: 0 0 48px;
  color: var(--forest);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 2.6vw, 38px);
  line-height: 1.2;
  letter-spacing: -.025em;
}

.v1-about-aside i {
  color: var(--ink-soft);
  font-size: 9px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.v1 .dark-interlude {
  height: 190px;
}

.v1 .dark-interlude::after {
  background:
    linear-gradient(90deg, rgba(20, 25, 22, .72), rgba(20, 25, 22, .2)),
    linear-gradient(180deg, transparent, rgba(0, 0, 0, .18));
}

.v1 .v1-marble-image {
  object-position: center 44%;
  filter: brightness(.62) contrast(1.02) saturate(.38);
}

.v1 .dark-interlude blockquote { display: none; }

.v1 .focus {
  padding-top: 128px;
  padding-bottom: 128px;
}

.v1 .focus-grid {
  margin-top: 54px;
}

.v1 .focus-grid article,
.v1 .focus-grid article:first-child,
.v1 .focus-grid article:last-child {
  min-height: 390px;
  padding-top: 40px;
  padding-bottom: 36px;
}

.v1 .focus-grid article {
  border-left-color: var(--line);
}

.v1 .focus-grid article:first-child {
  padding-right: clamp(28px, 3.2vw, 52px);
}

.v1 .focus-grid article:last-child {
  padding-left: clamp(28px, 3.2vw, 52px);
}

.v1 .ribbed-divider {
  width: calc(100% - clamp(80px, 14vw, 208px));
  height: 1px;
  margin: 0 auto;
  background: var(--line);
}

.v1 .ribbed-divider::after { display: none; }

.v1 .approach {
  position: relative;
  padding-top: 132px;
  padding-bottom: 132px;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr);
  background: var(--paper);
}

.v1 .approach::before {
  content: none;
}

.v1 .who-column {
  align-self: end;
  padding-left: clamp(44px, 6vw, 92px);
}

.v1 .principles {
  padding-top: 128px;
  padding-bottom: 128px;
  border-top: 0;
}

.v1 .principles-intro {
  max-width: 500px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  line-height: 1.45;
}

.v1 .principles-grid {
  margin-top: 70px;
  grid-template-columns: repeat(4, 1fr);
}

.v1 footer {
  position: relative;
  padding-top: 112px;
}

.v1 footer::before {
  content: none;
}

@media (max-width: 1020px) {
  .v1 .hero { min-height: 820px; }
  .v1 .hero-art { min-height: 820px; }
  .v1 .hero-art::after {
    background:
      linear-gradient(
        180deg,
        rgba(241, 240, 233, 1) 0%,
        rgba(241, 240, 233, .97) 47%,
        rgba(241, 240, 233, .42) 67%,
        rgba(30, 37, 31, .04) 100%
      );
  }
  .v1 .v1-hero-image { object-position: 64% center; }
  .v1 .hero-copy {
    width: 100%;
    min-height: 620px;
    padding: 78px 40px 70px;
  }
  .v1 .hero-copy::after { left: 40px; }
  .v1 .about {
    grid-template-columns: 1fr;
    gap: 62px;
    padding: 104px 40px;
  }
  .v1 .line-art { margin: 0; }
  .v1-about-aside {
    max-width: 620px;
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .v1 .focus-grid article,
  .v1 .focus-grid article:first-child,
  .v1 .focus-grid article:last-child {
    min-height: 0;
    padding: 42px 0;
  }
  .v1 .focus-grid article { border-left: 0; }
  .v1 .approach { grid-template-columns: 1fr; }
  .v1 .principles-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 560px) {
  .v1 .hero { min-height: 730px; }
  .v1 .hero-art { min-height: 730px; }
  .v1 .hero-art::after {
    background:
      linear-gradient(
        180deg,
        rgba(241, 240, 233, 1) 0%,
        rgba(241, 240, 233, .98) 53%,
        rgba(241, 240, 233, .2) 76%,
        rgba(30, 37, 31, .04) 100%
      );
  }
  .v1 .v1-hero-image { object-position: 67% center; }
  .v1 .hero-copy {
    min-height: 555px;
    padding: 76px 20px 48px;
  }
  .v1 .hero-copy::after { left: 20px; }
  .v1 h1 { font-size: clamp(43px, 12.5vw, 50px); }
  .v1 .scroll-cue { font-size: 9px; }
  .v1 .about {
    gap: 52px;
    padding: 88px 20px;
  }
  .v1-about-aside {
    padding: 22px 0 22px 24px;
  }
  .v1-about-aside > span { margin-bottom: 30px; }
  .v1-about-aside p { margin-bottom: 34px; font-size: 26px; }
  .v1 .dark-interlude { height: 120px; }
  .v1 .focus,
  .v1 .approach,
  .v1 .principles { padding-top: 92px; padding-bottom: 92px; }
  .v1 .approach::before { right: 20px; top: 34px; }
  .v1 .principles-grid { grid-template-columns: 1fr; }
}

/* Content typography — comfortable reading scale */
.site-shell {
  font-size: 17px;
}

.site-shell .lead {
  font-size: 18px;
  line-height: 1.72;
}

.site-shell .section p {
  font-size: 16px;
  line-height: 1.78;
}

.site-shell .focus-grid p {
  font-size: 15.5px;
  line-height: 1.72;
}

.site-shell .legal-grid p {
  font-size: 13px;
  line-height: 1.82;
}

.site-shell footer > div:first-child > p {
  font-size: 16px;
}

.v1 .about .copy-column p:first-of-type {
  font-size: clamp(26px, 2.25vw, 34px);
  line-height: 1.42;
}

.v1 .about .copy-column p:not(:first-of-type),
.v1 .approach .copy-column > div[data-paragraphs] > p:not(.approach-lead),
.v1 .who-column p {
  font-size: 16px;
}

.site-shell .principles-grid p {
  margin-top: 34px;
  font-size: 16px;
  line-height: 1.5;
}

.site-shell .section-title {
  font-size: 16px;
  letter-spacing: .12em;
}

.v1-interlude-quote {
  position: relative;
  z-index: 3;
  max-width: 760px;
  margin: 0;
  padding: 0 40px;
  color: #f1eee5;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(25px, 3vw, 42px);
  line-height: 1.2;
  letter-spacing: -.02em;
  text-align: center;
  text-wrap: balance;
}

.eyebrow a {
  color: inherit;
  font: inherit;
  letter-spacing: .13em;
  text-decoration: none;
}

.eyebrow a:hover,
.eyebrow a:focus-visible {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: .3em;
}

.v1-stewardship-definition {
  position: relative;
  z-index: 3;
  max-width: 620px;
  padding-left: 62px;
  color: #f1eee5;
  scroll-margin-top: 110px;
}

.v1-stewardship-definition::before {
  content: "";
  position: absolute;
  left: 0;
  top: .85em;
  width: 38px;
  height: 1px;
  background: rgba(236, 229, 214, .68);
}

.v1-stewardship-term,
.v1-stewardship-copy,
.v1-stewardship-definition cite {
  margin: 0;
}

.v1-stewardship-term {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(21px, 2vw, 28px);
  line-height: 1.2;
}

.v1-stewardship-term em {
  font-size: .62em;
  font-weight: 400;
}

.v1-stewardship-copy {
  display: block;
  max-width: 590px;
  padding-top: 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(17px, 1.55vw, 22px);
  font-style: italic;
  line-height: 1.4;
}

.v1-stewardship-definition cite {
  display: block;
  padding-top: 9px;
  color: rgba(241, 238, 229, .78);
  font-size: 12px;
  font-style: normal;
  letter-spacing: .08em;
}

.approach-side {
  display: contents;
}

.v1 .approach-side {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 58px;
}

.v1 .v1-approach-visual {
  position: relative;
  min-height: 260px;
  margin: 0;
  overflow: hidden;
  background: #c9b18f;
}

.v1 .v1-approach-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(48, 44, 37, .34), transparent 58%),
    rgba(81, 75, 64, .08);
  mix-blend-mode: multiply;
  pointer-events: none;
}

.v1 .v1-approach-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
  filter: saturate(.48) contrast(1.04) brightness(.9);
}

.v1 .approach-side .who-column {
  align-self: auto;
  max-width: none;
  padding: 0;
  border: 0;
}

.v1-valley-transition {
  position: relative;
  height: 290px;
  overflow: hidden;
  background: #b9a486;
}

.v1-valley-transition::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(48, 44, 37, .08), rgba(48, 44, 37, .28)),
    rgba(81, 75, 64, .06);
  mix-blend-mode: multiply;
}

.v1-valley-transition img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 49%;
  filter: saturate(.52) contrast(1.03) brightness(.92);
}

.v1 .principles {
  background:
    linear-gradient(rgba(248, 247, 241, .91), rgba(248, 247, 241, .94)),
    url("/v1/wind-sand-and-dune-2.png") center 52% / cover no-repeat;
}

@media (max-width: 560px) {
  .site-shell {
    font-size: 16px;
  }

  .site-shell .lead {
    font-size: 17px;
    line-height: 1.68;
  }

  .site-shell .section p,
  .v1 .about .copy-column p:not(:first-of-type),
  .v1 .approach .copy-column > div[data-paragraphs] > p:not(.approach-lead),
  .v1 .who-column p {
    font-size: 16px;
    line-height: 1.72;
  }

  .site-shell .legal-grid p {
    font-size: 13px;
    line-height: 1.75;
  }

  .site-shell .principles-grid p {
    margin-top: 22px;
    font-size: 16px;
    line-height: 1.5;
  }

  .site-shell .section-title {
    font-size: 15px;
  }

  .v1-interlude-quote {
    padding: 0 22px;
    font-size: 24px;
  }

  .v1-stewardship-definition {
    padding-left: 0;
  }

  .v1-stewardship-definition::before {
    display: none;
  }

  .v1 .approach-side {
    gap: 44px;
  }

  .v1 .v1-approach-visual {
    min-height: 220px;
  }

  .v1-valley-transition {
    height: 180px;
  }
}

@media (max-width: 560px) {
  .site-shell.v1 .brand-logo-horizontal {
    display: block;
    width: 160px;
  }

  .site-shell.v1 .footer-bottom {
    align-items: center;
    text-align: center;
  }

  .site-shell.v1 .footer-brand-logo {
    margin-right: auto;
    margin-left: auto;
  }

  .site-shell.v1 .footer-bottom > span {
    width: 100%;
    text-align: center;
  }
}

/* V1 refinement — quieter image use and a continuous editorial rhythm */
.v1 .dark-interlude {
  height: clamp(210px, 18vw, 280px);
  align-items: flex-end;
  justify-content: flex-start;
  padding: 0 clamp(28px, 7vw, 104px) clamp(38px, 4.5vw, 64px);
}

.v1 .dark-interlude::after {
  background:
    linear-gradient(90deg, rgba(25, 27, 22, .68) 0%, rgba(25, 27, 22, .22) 62%, rgba(25, 27, 22, .08) 100%),
    linear-gradient(0deg, rgba(25, 27, 22, .38), transparent 72%);
}

.v1 .v1-interlude-landscape {
  object-position: center 54%;
  filter: saturate(.56) contrast(1.06) brightness(.68);
}

.v1 .v1-interlude-quote {
  max-width: 540px;
  padding: 0 0 0 62px;
  font-size: clamp(23px, 2.25vw, 32px);
  line-height: 1.24;
  text-align: left;
}

.v1 .v1-interlude-quote::before {
  content: "";
  position: absolute;
  left: 0;
  top: .72em;
  width: 38px;
  height: 1px;
  background: rgba(236, 229, 214, .68);
}

.v1 .approach {
  align-items: start;
  gap: clamp(72px, 10vw, 150px);
  padding-top: 112px;
  padding-bottom: 112px;
}

.v1 .approach-side {
  display: block;
}

.v1 .v1-approach-visual {
  display: none;
}

.v1 .approach-side .who-column {
  padding-top: 0;
}

.v1 .principles {
  position: relative;
}

.v1 .principles::before {
  content: "";
  position: absolute;
  top: 0;
  left: clamp(28px, 7vw, 104px);
  right: clamp(28px, 7vw, 104px);
  height: 1px;
  background: var(--line);
}

.v1-valley-transition {
  height: clamp(240px, 23vw, 340px);
}

@media (max-width: 900px) {
  .v1 .approach {
    gap: 64px;
  }

  .v1 .approach-side .who-column {
    padding-top: 56px;
    border-top: 1px solid var(--line);
  }
}

@media (max-width: 560px) {
  .v1 .dark-interlude {
    height: 190px;
    padding: 0 20px 30px;
  }

  .v1 .v1-interlude-quote {
    padding-left: 46px;
    font-size: 21px;
  }

  .v1 .v1-interlude-quote::before {
    width: 28px;
  }

  .v1 .approach {
    padding-top: 84px;
    padding-bottom: 84px;
  }

  .v1-valley-transition {
    height: 190px;
  }
}

/* V1 small-copy legibility */
.v1 .v1-about-aside > span {
  font-size: 14px;
}

.v1 .v1-about-aside p {
  font-size: clamp(27px, 2.75vw, 40px);
}

.v1 .v1-about-aside i {
  font-size: 11px;
  line-height: 1.5;
}

.v1 .legal-grid h2 {
  font-size: 13px;
}

.v1 .legal-grid p {
  font-size: 14.5px;
  line-height: 1.82;
}

@media (max-width: 560px) {
  .v1 .v1-about-aside p {
    font-size: 28px;
  }

  .v1 .legal-grid p {
    font-size: 14px;
  }
}

/* V2 — Quiet Stewardship through mineral landscape photography */
.v2 .hero {
  position: relative;
  min-height: 760px;
  padding: 0;
  display: block;
  isolation: isolate;
  background: #d5d4cc;
}

.v2 .hero-copy {
  position: relative;
  z-index: 3;
  min-height: 760px;
  max-width: 760px;
  padding: 130px 72px 96px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.v2 .hero-art {
  position: absolute;
  inset: 0;
  min-height: 0;
  margin: 0;
  background: #d5d4cc;
}

.v2 .hero-art::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(240, 239, 232, .98) 0%, rgba(240, 239, 232, .91) 28%, rgba(240, 239, 232, .47) 51%, rgba(240, 239, 232, .04) 73%),
    linear-gradient(0deg, rgba(25, 39, 31, .12), transparent 42%);
}

.v2-editorial-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.v2 .v2-hero-image {
  object-position: center center;
  filter: saturate(.72) contrast(.98);
}

.v2 .about {
  min-height: 680px;
  grid-template-columns: 47% 53%;
  gap: 72px;
  align-items: center;
  padding-right: 72px;
}

.v2 .line-art {
  min-height: 470px;
  background: #26362d;
}

.v2 .v2-about-image {
  object-position: 58% center;
  filter: saturate(.72) brightness(.86);
}

.v2 .dark-interlude {
  height: clamp(340px, 34vw, 500px);
  isolation: isolate;
  background: #17251e;
}

.v2 .dark-interlude::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(10, 22, 16, .64), rgba(10, 22, 16, .13) 55%, rgba(10, 22, 16, .4)),
    linear-gradient(0deg, rgba(10, 22, 16, .48), transparent 70%);
}

.v2 .v2-valley-image {
  position: absolute;
  inset: 0;
  object-position: center 54%;
  filter: saturate(.74) brightness(.8);
}

.v2 .dark-interlude blockquote {
  max-width: 900px;
  text-wrap: balance;
  text-shadow: 0 2px 24px rgba(0, 0, 0, .28);
}

.v2 .ribbed-divider {
  height: 150px;
  position: relative;
  background:
    linear-gradient(90deg, rgba(19, 31, 24, .38), rgba(19, 31, 24, .08), rgba(19, 31, 24, .4)),
    url("/v2/moss-rock-divider.png") center 48% / cover no-repeat;
}

.v2 .approach {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-template-rows: auto 300px;
  column-gap: clamp(72px, 9vw, 140px);
  row-gap: 74px;
  padding-bottom: 0;
}

.v2 .approach > .copy-column {
  grid-column: 1;
  grid-row: 1;
}

.v2 .approach-side {
  display: contents;
}

.v2 .approach-side .who-column {
  grid-column: 2;
  grid-row: 1;
  align-self: start;
  max-width: none;
  padding-left: 0;
  border-left: 0;
}

.v2 .v2-approach-visual {
  position: relative;
  grid-column: 1 / -1;
  grid-row: 2;
  min-width: 0;
  height: 300px;
  margin: 0 -72px;
  overflow: hidden;
  background: #24342b;
}

.v2 .v2-approach-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(16, 29, 22, .24), transparent 48%, rgba(16, 29, 22, .18));
}

.v2 .v2-approach-visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 52%;
  filter: saturate(.7) brightness(.83);
}

.v2 .principles {
  position: relative;
  background:
    linear-gradient(rgba(235, 238, 232, .94), rgba(235, 238, 232, .965)),
    url("/v2/lichen-stone-texture.png") center / cover no-repeat;
}

@media (max-width: 1020px) {
  .v2 .hero,
  .v2 .hero-copy {
    min-height: 800px;
  }

  .v2 .hero-copy {
    max-width: 680px;
    padding: 110px 40px 80px;
  }

  .v2 .hero-art::after {
    background:
      linear-gradient(180deg, rgba(240, 239, 232, .98) 0%, rgba(240, 239, 232, .87) 45%, rgba(240, 239, 232, .18) 76%, rgba(25, 39, 31, .12) 100%);
  }

  .v2 .v2-hero-image {
    object-position: 63% center;
  }

  .v2 .about {
    grid-template-columns: 1fr;
    gap: 56px;
    padding-right: 40px;
  }

  .v2 .line-art {
    min-height: 390px;
    margin: 0;
  }

  .v2 .approach {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto 260px;
    row-gap: 56px;
  }

  .v2 .approach > .copy-column,
  .v2 .approach-side .who-column,
  .v2 .v2-approach-visual {
    grid-column: 1;
  }

  .v2 .approach > .copy-column { grid-row: 1; }

  .v2 .approach-side .who-column {
    grid-row: 2;
    padding-top: 48px;
    border-top: 1px solid var(--line);
  }

  .v2 .v2-approach-visual {
    grid-row: 3;
    height: 260px;
    margin: 0 -40px;
  }
}

@media (max-width: 560px) {
  .v2 .hero,
  .v2 .hero-copy {
    min-height: 730px;
  }

  .v2 .hero-copy {
    padding: 86px 20px 58px;
    justify-content: flex-start;
  }

  .v2 .hero-art::after {
    background:
      linear-gradient(180deg, rgba(240, 239, 232, .99) 0%, rgba(240, 239, 232, .92) 53%, rgba(240, 239, 232, .34) 76%, rgba(25, 39, 31, .2) 100%);
  }

  .v2 .v2-hero-image {
    object-position: 68% center;
  }

  .v2 .about {
    padding-right: 20px;
  }

  .v2 .line-art {
    min-height: 280px;
    margin: 18px 0 0;
  }

  .v2 .dark-interlude {
    height: 300px;
  }

  .v2 .dark-interlude blockquote {
    padding: 0 22px;
    font-size: 29px;
  }

  .v2 .ribbed-divider {
    height: 110px;
  }

  .v2 .approach {
    grid-template-rows: auto auto 210px;
  }

  .v2 .v2-approach-visual {
    height: 210px;
    margin: 0 -20px;
  }
}

/* V2 typography — improved legibility without losing restraint */
.v2 .lead {
  font-size: 19px;
}

.v2 .section p,
.v2 .who-column p {
  font-size: 17px;
  line-height: 1.76;
}

.v2 .about .copy-column p:first-of-type {
  font-size: clamp(28px, 2.35vw, 36px);
  line-height: 1.42;
}

.v2 .focus-grid p {
  font-size: 16.5px;
  line-height: 1.72;
}

.v2 .principles-intro,
.v2 .principles-grid p {
  font-size: 16.5px;
}

.v2 footer > div:first-child > p {
  font-size: 17px;
}

.v2 .legal-grid h2 {
  font-size: 12.5px;
}

.v2 .legal-grid p {
  font-size: 14.5px;
  line-height: 1.8;
}

@media (max-width: 560px) {
  .v2 .lead {
    font-size: 17px;
  }

  .v2 .section p,
  .v2 .who-column p,
  .v2 .focus-grid p,
  .v2 .principles-intro,
  .v2 .principles-grid p {
    font-size: 16px;
  }

  .v2 .about .copy-column p:first-of-type {
    font-size: 25px;
  }

  .v2 .legal-grid p {
    font-size: 14px;
  }
}

/* V1 — same tactile card experience as V2, fitted to the editorial layout */
@media (min-width: 1021px) {
  .v1 .principles-grid {
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 0;
    border-top: 1px solid var(--line);
  }

  .v1 .principles-grid > div,
  .v1 .principles-grid > div:nth-child(4n) {
    min-height: 170px;
    padding: 26px 20px;
    border-right: 0;
    border-bottom: 0;
    border-left: 1px solid var(--line);
  }

  .v1 .principles-grid > div:first-child {
    border-left: 0;
  }
}

@media (min-width: 1021px) and (hover: hover) and (pointer: fine) {
  .v1 .focus-grid {
    overflow: visible;
  }

  .v1 .focus-grid article,
  .v1 .focus-grid article:first-child,
  .v1 .focus-grid article:last-child {
    min-height: 410px;
    padding: 42px clamp(30px, 3.2vw, 50px);
    position: relative;
    z-index: 0;
    background: transparent;
    border-left: 1px solid var(--line);
    color: var(--ink);
    transition:
      background-color 260ms ease,
      color 260ms ease,
      transform 320ms cubic-bezier(.2, .7, .2, 1),
      box-shadow 320ms cubic-bezier(.2, .7, .2, 1);
  }

  .v1 .focus-grid article:first-child {
    border-left: 0;
  }

  .v1 .focus-grid article:hover {
    z-index: 2;
    background: var(--forest);
    color: #f3f5f1;
    transform: translateY(-6px);
    box-shadow: 0 20px 42px rgba(48, 44, 37, .15);
  }

  .v1 .focus-grid article h2,
  .v1 .focus-grid article p,
  .v1 .focus-grid article .index {
    transition: color 260ms ease, transform 320ms cubic-bezier(.2, .7, .2, 1);
  }

  .v1 .focus-grid article:hover h2,
  .v1 .focus-grid article:hover p {
    color: #f3f5f1;
  }

  .v1 .focus-grid article:hover .index {
    color: #d6c6ae;
    transform: translateX(5px);
  }
}

/* Compact legal copy; the links beside contact are the primary navigation. */
.site-shell .legal-grid {
  gap: clamp(42px, 6vw, 80px);
  margin-top: 72px;
}

.site-shell .legal-grid h2,
.v1 .legal-grid h2,
.v2 .legal-grid h2 {
  margin-bottom: 12px;
  font-size: 10px;
}

.site-shell .legal-grid p,
.v1 .legal-grid p,
.v2 .legal-grid p {
  max-width: 610px;
  font-size: 11px;
  line-height: 1.7;
}

.site-shell.v2 footer .footer-policy-links a {
  color: #fff;
  opacity: 1;
}

.v1 .dark-interlude {
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

.site-shell.v1 .principles-grid > div {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.site-shell.v1 .principles-grid p {
  max-width: 18ch;
  margin: 0;
}

/* Final mineral-brown surfaces — explicit to avoid legacy green overrides. */
.site-shell.v1 footer {
  background: #3a342c;
  color: #f2ede4;
}

@media (hover: hover) and (pointer: fine) {
  .site-shell.v1 .focus-grid article:hover {
    background: #3a342c;
    color: #f4efe6;
  }

  .site-shell.v1 .focus-grid article:hover h2,
  .site-shell.v1 .focus-grid article:hover p {
    color: #f4efe6;
  }
}

@media (max-width: 1020px) {
  .site-shell.v1 .focus-grid article,
  .site-shell.v1 .focus-grid article:hover,
  .site-shell.v1 .focus-grid article:focus-within {
    background: transparent;
    color: inherit;
    transition: none;
  }

  .site-shell.v1 .focus-grid article:hover .index,
  .site-shell.v1 .focus-grid article:focus-within .index {
    border-color: var(--ink);
    color: var(--ink);
  }
}
