:root {
  --black: #070907;
  --black-soft: #0d110d;
  --forest: #141d15;
  --ink: #172019;
  --ink-muted: #566158;
  --ivory: #f3eee2;
  --ivory-light: #faf7ef;
  --gold: #c7982d;
  --gold-bright: #efc653;
  --gold-pale: #ead8a7;
  --line: rgba(23, 32, 25, 0.15);
  --line-light: rgba(239, 198, 83, 0.2);
  --white: #fffdf7;
  --shell: min(1180px, calc(100vw - 48px));
  --serif: Baskerville, "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --sans: Inter, "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

section[id] { scroll-margin-top: 92px; }

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

body.menu-open { overflow: hidden; }

a { color: inherit; text-decoration: none; }
button { font: inherit; }

.shell { width: var(--shell); margin-inline: auto; }

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

.skip-link {
  position: fixed;
  z-index: 999;
  left: 18px;
  top: 12px;
  padding: 10px 16px;
  color: var(--black);
  background: var(--gold-pale);
  transform: translateY(-160%);
  transition: transform 180ms ease;
}

.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  color: var(--white);
  border-bottom: 1px solid transparent;
  transition: background 240ms ease, border-color 240ms ease, backdrop-filter 240ms ease;
}

.site-header.is-scrolled {
  background: rgba(7, 9, 7, 0.9);
  border-color: rgba(239, 198, 83, 0.18);
  backdrop-filter: blur(18px);
}

.header-inner {
  min-height: 92px;
  display: flex;
  align-items: center;
  gap: 30px;
}

.header-brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  margin-right: auto;
}

.header-brand__symbol {
  width: 32px;
  height: 42px;
  display: block;
}

.header-brand__symbol svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: var(--gold-bright);
  stroke-width: 1.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.header-brand__text { display: flex; flex-direction: column; line-height: 1; }

.header-brand__text strong {
  color: var(--gold-pale);
  font-family: var(--serif);
  font-size: 19px;
  font-weight: 600;
  letter-spacing: 0.09em;
}

.header-brand__text strong small {
  color: var(--gold-bright);
  font-family: var(--sans);
  font-size: 7px;
  letter-spacing: 0.12em;
}

.header-brand__text em {
  margin-top: 7px;
  color: rgba(255, 253, 247, 0.42);
  font-family: var(--sans);
  font-size: 7px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

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

.desktop-nav a,
.footer-links a {
  position: relative;
  color: rgba(255, 253, 247, 0.62);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  transition: color 180ms ease;
}

.desktop-nav a::after {
  content: "";
  position: absolute;
  inset: auto 0 -9px;
  height: 1px;
  background: var(--gold-bright);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 220ms ease;
}

.desktop-nav a:hover,
.desktop-nav a.is-active,
.footer-links a:hover { color: var(--gold-pale); }

.desktop-nav a:hover::after,
.desktop-nav a.is-active::after { transform: scaleX(1); transform-origin: left; }

.header-actions { display: flex; align-items: center; gap: 20px; }

.language-switch {
  display: flex;
  align-items: center;
  gap: 6px;
  color: rgba(255, 253, 247, 0.25);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.language-button {
  padding: 2px;
  color: rgba(255, 253, 247, 0.4);
  background: none;
  border: 0;
  cursor: pointer;
}

.language-button.is-active,
.language-button:hover { color: var(--gold-pale); }

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  padding: 0 23px;
  border: 1px solid transparent;
  border-radius: 0;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.button:hover { transform: translateY(-2px); }

.button--outline { min-height: 39px; color: var(--gold-pale); border-color: rgba(239, 198, 83, 0.38); }
.button--outline:hover { color: var(--black); background: var(--gold-pale); border-color: var(--gold-pale); }
.button--gold { color: var(--black); background: var(--gold-pale); }
.button--gold:hover { background: var(--white); }

.menu-toggle,
.mobile-menu { display: none; }

.hero {
  position: relative;
  min-height: 910px;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 78% 39%, rgba(199, 152, 45, 0.13), transparent 31%),
    linear-gradient(112deg, #070907 0%, #0d120d 72%, #121a13 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.18;
  background-image: radial-gradient(rgba(239, 198, 83, 0.4) 0.55px, transparent 0.6px);
  background-size: 8px 8px;
  mask-image: radial-gradient(circle at 74% 42%, black 0, transparent 48%);
}

.hero::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% - 590px);
  width: 1px;
  background: linear-gradient(to bottom, transparent 7%, var(--gold) 28%, rgba(199,152,45,.14) 78%, transparent);
}

.grain-lines {
  position: absolute;
  width: 330px;
  height: 580px;
  top: 92px;
  right: -80px;
  opacity: 0.09;
  transform: rotate(7deg);
  background: repeating-linear-gradient(90deg, var(--gold-bright) 0 1px, transparent 1px 20px);
  mask-image: linear-gradient(to bottom, transparent, black 20%, black 70%, transparent);
}

.hero-orbit {
  position: absolute;
  border: 1px solid rgba(239, 198, 83, 0.12);
  border-radius: 50%;
  pointer-events: none;
}

.hero-orbit--one { width: 650px; height: 650px; top: 87px; right: 2vw; }
.hero-orbit--two { width: 470px; height: 470px; top: 177px; right: calc(2vw + 90px); border-style: dashed; opacity: 0.65; }

.hero-grid {
  position: relative;
  z-index: 2;
  min-height: 775px;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(430px, 0.98fr);
  align-items: center;
  gap: 34px;
  padding-top: 94px;
}

.eyebrow {
  margin: 0 0 24px;
  color: var(--gold-bright);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.25em;
  line-height: 1.5;
  text-transform: uppercase;
}

.eyebrow--dark { color: #9e7620; }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; }

h1 {
  max-width: 720px;
  margin-bottom: 28px;
  font-size: clamp(60px, 7.2vw, 104px);
  letter-spacing: -0.055em;
  line-height: 0.88;
}

h1 span { display: block; }

h1 span:first-child { color: var(--white); }
h1 span:last-child { color: transparent; background: linear-gradient(100deg, var(--gold-pale), var(--gold-bright)); background-clip: text; -webkit-background-clip: text; }

.hero-lead {
  max-width: 650px;
  margin-bottom: 38px;
  color: rgba(255, 253, 247, 0.6);
  font-size: clamp(16px, 1.45vw, 19px);
  line-height: 1.7;
}

.hero-actions { display: flex; align-items: center; gap: 28px; }

.hero-copy,
.hero-emblem { min-width: 0; }

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding-block: 10px;
  color: rgba(255, 253, 247, 0.68);
  border-bottom: 1px solid rgba(239, 198, 83, 0.32);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  transition: color 180ms ease, border-color 180ms ease;
}

.text-link:hover { color: var(--gold-pale); border-color: var(--gold-pale); }
.text-link--dark { color: var(--ink); border-color: rgba(23, 32, 25, 0.28); }
.text-link--dark:hover { color: #8d671a; border-color: #8d671a; }

.hero-emblem {
  position: relative;
  min-height: 610px;
  display: grid;
  place-items: center;
}

.hero-emblem img {
  position: relative;
  z-index: 2;
  width: min(730px, 138%);
  max-width: none;
  justify-self: center;
  transform: translateY(-3px);
  filter: drop-shadow(0 18px 36px rgba(0,0,0,.52)) drop-shadow(0 0 22px rgba(199,152,45,.1));
}

.emblem-halo {
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(199, 152, 45, 0.1), transparent 67%);
  box-shadow: inset 0 0 0 1px rgba(239, 198, 83, 0.1), 0 0 0 50px rgba(239, 198, 83, 0.018), 0 0 0 100px rgba(239, 198, 83, 0.012);
}

.emblem-caption {
  position: absolute;
  z-index: 3;
  bottom: 64px;
  color: rgba(234, 216, 167, 0.43);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.motto-rail {
  position: relative;
  z-index: 3;
  min-height: 135px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line-light);
}

.motto-rail > div {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  align-content: center;
  column-gap: 14px;
  padding: 22px 34px;
  border-right: 1px solid var(--line-light);
}

.motto-rail > div:first-child { padding-left: 0; }
.motto-rail > div:last-child { border-right: 0; }

.motto-rail span {
  grid-row: 1 / 3;
  align-self: center;
  color: var(--gold);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .12em;
}

.motto-rail strong { color: var(--gold-pale); font-family: var(--serif); font-size: 18px; font-weight: 400; letter-spacing: .04em; }
.motto-rail small { color: rgba(255, 253, 247, 0.34); font-size: 8px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }

.section { padding: 132px 0; }
.section h2 { margin-bottom: 0; font-size: clamp(42px, 4.7vw, 68px); letter-spacing: -0.045em; line-height: 1.04; }

.about { background: var(--ivory-light); }

.about-grid { display: grid; grid-template-columns: .83fr 1.17fr; gap: 10vw; }
.about-heading h2 { max-width: 510px; }
.about-copy { padding-top: 38px; color: var(--ink-muted); }
.about-lead { color: var(--ink); font-family: var(--serif); font-size: clamp(23px, 2.3vw, 32px); line-height: 1.42; }
.about-copy > p:last-of-type { max-width: 660px; }

.brand-thesis {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 46px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}

.brand-thesis__mark {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  color: var(--gold);
  border: 1px solid rgba(158, 118, 32, 0.48);
  border-radius: 50%;
  font-family: var(--serif);
  font-size: 20px;
}

.brand-thesis p { margin: 0; color: #8d671a; font-size: 9px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }

.principle { position: relative; overflow: hidden; color: var(--white); background: var(--black-soft); }

.principle::before {
  content: "";
  position: absolute;
  width: 720px;
  height: 720px;
  top: -400px;
  left: 50%;
  border: 1px solid rgba(239, 198, 83, 0.07);
  border-radius: 50%;
  box-shadow: 0 0 0 100px rgba(239,198,83,.012), 0 0 0 200px rgba(239,198,83,.008);
}

.principle-heading {
  position: relative;
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  align-items: end;
  gap: 9vw;
  margin-bottom: 70px;
}

.principle-heading > p { margin: 0 0 7px; color: rgba(255, 253, 247, 0.48); font-size: 14px; }

.discipline-list { border-top: 1px solid var(--line-light); }

.discipline-card {
  position: relative;
  min-height: 235px;
  display: grid;
  grid-template-columns: 125px 180px 1fr;
  align-items: center;
  gap: 38px;
  border-bottom: 1px solid var(--line-light);
  overflow: hidden;
}

.discipline-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(199, 152, 45, .11), transparent 72%);
  transform: translateX(-101%);
  transition: transform 420ms ease;
}

.discipline-card:hover::before { transform: translateX(0); }

.discipline-word {
  position: relative;
  z-index: 1;
  color: transparent;
  -webkit-text-stroke: 1px rgba(239, 198, 83, 0.34);
  font-family: var(--serif);
  font-size: 96px;
  line-height: 1;
}

.discipline-meta,
.discipline-copy { position: relative; z-index: 1; }

.discipline-meta { align-self: stretch; display: flex; flex-direction: column; justify-content: space-between; padding-block: 38px; border-left: 1px solid var(--line-light); padding-left: 28px; }
.discipline-meta > span { color: var(--gold-bright); font-size: 8px; font-weight: 800; letter-spacing: .18em; }

.grain-symbol { position: relative; width: 50px; height: 56px; opacity: .55; }
.grain-symbol::before { content: ""; position: absolute; width: 1px; height: 50px; left: 24px; bottom: 0; background: var(--gold-bright); }
.grain-symbol i { position: absolute; width: 13px; height: 6px; border: 1px solid var(--gold-bright); border-radius: 100% 0 100% 0; transform: rotate(34deg); }
.grain-symbol i:nth-child(1) { left: 10px; top: 12px; }
.grain-symbol i:nth-child(2) { left: 24px; top: 21px; transform: rotate(-34deg) scaleX(-1); }
.grain-symbol i:nth-child(3) { left: 11px; top: 31px; }

.discipline-copy { display: grid; grid-template-columns: .78fr 1.22fr; align-items: center; gap: 42px; padding: 34px 0; }
.discipline-meaning { grid-row: 1 / 3; margin: 0; color: var(--gold-pale); font-family: var(--serif); font-size: 22px; line-height: 1.34; }
.discipline-copy h3 { margin-bottom: 11px; font-size: clamp(25px, 2.5vw, 36px); line-height: 1.12; }
.discipline-copy > div { max-width: 590px; }
.discipline-copy > p:last-child { margin: 0; color: rgba(255, 253, 247, 0.43); font-size: 13px; }

.approach { background: var(--ivory); }
.approach-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 11vw; }
.approach-copy { position: sticky; top: 132px; align-self: start; }
.approach-copy h2 { margin-bottom: 27px; }
.approach-copy > p:not(.eyebrow) { margin-bottom: 34px; color: var(--ink-muted); }

.process { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.process li { display: grid; grid-template-columns: 62px 1fr; gap: 24px; padding: 34px 0; border-bottom: 1px solid var(--line); }
.process li > span { color: #9e7620; font-size: 8px; font-weight: 800; letter-spacing: .15em; }
.process h3 { margin-bottom: 7px; font-size: 27px; }
.process p { max-width: 520px; margin: 0; color: var(--ink-muted); font-size: 13px; }

.contact { position: relative; overflow: hidden; color: var(--white); background: var(--forest); }
.contact-rings { position: absolute; width: 650px; height: 650px; top: -365px; left: calc(50% - 325px); border: 1px solid rgba(239,198,83,.11); border-radius: 50%; box-shadow: 0 0 0 85px rgba(239,198,83,.025), 0 0 0 170px rgba(239,198,83,.016); }
.contact-grid { position: relative; z-index: 1; min-height: 465px; display: grid; grid-template-columns: 1.18fr .82fr; align-items: center; gap: 10vw; padding-block: 90px; }
.contact h2 { max-width: 720px; margin: 0; font-size: clamp(48px, 5.2vw, 74px); letter-spacing: -.05em; line-height: 1.01; }
.contact-action p { margin-bottom: 28px; color: rgba(255, 253, 247, 0.58); font-size: 14px; }
.contact-action small { display: block; margin-top: 13px; color: rgba(255, 253, 247, 0.3); font-size: 9px; }

.site-footer { color: rgba(255, 253, 247, 0.5); background: var(--black); }
.footer-main { min-height: 205px; display: grid; grid-template-columns: 230px 1fr auto; align-items: center; gap: 7vw; }
.footer-brand { width: 210px; height: 118px; overflow: hidden; display: grid; place-items: center; }
.footer-brand img { width: 270px; max-width: none; filter: drop-shadow(0 8px 18px rgba(0,0,0,.3)); }
.footer-main > p { max-width: 410px; margin: 0; color: rgba(234, 216, 167, .5); font-family: var(--serif); font-size: 15px; }
.footer-links { display: flex; gap: 25px; }
.footer-bottom { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 40px; border-top: 1px solid rgba(239,198,83,.12); color: rgba(255, 253, 247, 0.25); font-size: 8px; }
.footer-bottom p { margin: 0; }
.footer-bottom p:last-child { max-width: 680px; text-align: right; }

.notice {
  position: fixed;
  z-index: 200;
  right: 22px;
  bottom: 22px;
  width: min(400px, calc(100vw - 44px));
  padding: 20px 44px 20px 22px;
  color: var(--ink);
  background: var(--ivory-light);
  border-left: 3px solid var(--gold);
  box-shadow: 0 18px 70px rgba(0, 0, 0, .35);
  animation: notice-in 240ms ease both;
}

.notice strong, .notice span { display: block; }
.notice strong { margin-bottom: 4px; font-family: var(--serif); font-size: 15px; }
.notice span { color: var(--ink-muted); font-size: 12px; }
.notice button { position: absolute; top: 9px; right: 10px; width: 28px; height: 28px; color: var(--ink-muted); background: transparent; border: 0; cursor: pointer; }

@keyframes notice-in { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity 650ms ease, transform 650ms ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1050px) {
  :root { --shell: min(100% - 40px, 820px); }
  .desktop-nav, .button--header { display: none; }
  .menu-toggle { width: 38px; height: 38px; display: grid; place-content: center; gap: 6px; padding: 0; color: var(--gold-pale); background: transparent; border: 1px solid rgba(239,198,83,.32); cursor: pointer; }
  .menu-toggle span:not(.sr-only) { width: 16px; height: 1px; display: block; background: currentColor; transition: transform 180ms ease; }
  .menu-toggle[aria-expanded="true"] span:nth-last-child(2) { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .mobile-menu { position: fixed; inset: 92px 0 0; display: flex; flex-direction: column; padding: 36px 20px; color: var(--white); background: rgba(7,9,7,.98); }
  .mobile-menu[hidden] { display: none; }
  .mobile-menu a { width: min(100%, 820px); margin-inline: auto; padding: 19px 0; border-bottom: 1px solid var(--line-light); font-family: var(--serif); font-size: 29px; }
  .hero { min-height: auto; }
  .hero::after { left: 20px; }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; gap: 0; padding-top: 175px; }
  .hero-copy { max-width: 740px; }
  .hero-emblem { min-height: 500px; }
  .hero-emblem img { width: min(760px, 120%); }
  .emblem-caption { bottom: 35px; }
  .motto-rail { min-height: 125px; }
  .about-grid, .principle-heading, .approach-grid, .contact-grid { grid-template-columns: 1fr; }
  .about-grid, .approach-grid { gap: 55px; }
  .about-copy { padding-top: 0; }
  .principle-heading { gap: 28px; }
  .principle-heading > p { max-width: 610px; }
  .discipline-card { grid-template-columns: 100px 145px 1fr; gap: 22px; }
  .discipline-copy { grid-template-columns: 1fr; gap: 18px; }
  .approach-copy { position: static; }
  .contact-grid { gap: 48px; }
  .footer-main { grid-template-columns: 220px 1fr; gap: 28px; }
  .footer-links { grid-column: 2; }
}

@media (max-width: 680px) {
  :root { --shell: calc(100% - 32px); }
  .header-inner { min-height: 78px; }
  .header-brand__symbol { width: 25px; height: 34px; }
  .header-brand__text strong { font-size: 15px; }
  .header-brand__text em { font-size: 6px; }
  .header-actions { gap: 11px; }
  .mobile-menu { top: 78px; }
  .hero-grid { padding-top: 137px; }
  h1 { font-size: clamp(44px, 12vw, 60px); }
  .hero-lead { font-size: 15px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 13px; }
  .button--gold { width: 100%; }
  .hero-emblem { min-height: 380px; }
  .hero-emblem { width: 100%; }
  .hero-emblem img { width: 480px; }
  .emblem-halo { width: 290px; height: 290px; }
  .emblem-caption { bottom: 18px; font-size: 6px; }
  .motto-rail { grid-template-columns: 1fr; padding-block: 10px; }
  .motto-rail > div { min-height: 82px; padding: 17px 0; border-right: 0; border-bottom: 1px solid var(--line-light); }
  .motto-rail > div:last-child { border-bottom: 0; }
  .section { padding: 90px 0; }
  .section h2 { font-size: 42px; }
  .principle-heading { margin-bottom: 46px; }
  .discipline-card { grid-template-columns: 60px 1fr; gap: 16px; padding: 30px 0; }
  .discipline-word { align-self: start; font-size: 67px; }
  .discipline-meta { grid-column: 2; grid-row: 1; min-height: 70px; padding: 0 0 15px; border-left: 0; border-bottom: 1px solid var(--line-light); }
  .grain-symbol { display: none; }
  .discipline-copy { grid-column: 1 / -1; padding: 0; }
  .discipline-meaning { grid-row: auto; font-size: 20px; }
  .discipline-copy h3 { font-size: 28px; }
  .process li { grid-template-columns: 42px 1fr; gap: 10px; }
  .contact h2 { font-size: 45px; }
  .footer-main { grid-template-columns: 1fr; align-content: center; padding-block: 45px; }
  .footer-brand { justify-self: start; }
  .footer-links { grid-column: auto; flex-wrap: wrap; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 13px; padding-block: 27px; }
  .footer-bottom p:last-child { text-align: left; }
}

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