:root {
  --black: #080807;
  --black-soft: #0f0e0c;
  --charcoal: #171510;
  --ivory: #f1efe9;
  --ivory-soft: #d8d4ca;
  --paper: #e9e5dc;
  --ink: #17150f;
  --muted-dark: #666056;
  --gold: #caa75d;
  --gold-light: #ead8a6;
  --gold-deep: #8b6a2d;
  --blue-deep: #081b2c;
  --blue-matte: #102b45;
  --blue-steel: #1d4a69;
  --line-dark: rgba(255, 255, 255, .13);
  --line-light: rgba(23, 21, 15, .16);
  --serif: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  --sans: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --shell: 1240px;
  --ease: cubic-bezier(.22, .61, .36, 1);
}

*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  min-width: 320px;
  overflow-x: hidden;
  background: var(--black);
  color: var(--ivory);
  font-family: var(--sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
::selection { background: var(--gold); color: var(--black); }

.shell { width: min(100%, var(--shell)); margin-inline: auto; padding-inline: 42px; }
.section { padding-block: clamp(92px, 11vw, 160px); }
.section--dark { background: var(--black-soft); color: var(--ivory); }
.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: 1000; top: 12px; left: 12px; padding: 10px 16px;
  transform: translateY(-160%); background: var(--gold-light); color: var(--black);
}
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 2px solid var(--gold-light); outline-offset: 5px; }
.overview :focus-visible,
.themes :focus-visible,
.parent-section :focus-visible,
.legal-main :focus-visible { outline-color: var(--gold-deep); }

.grain {
  position: fixed; z-index: 900; inset: 0; pointer-events: none; opacity: .025;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}

.brand { display: inline-flex; align-items: center; gap: 13px; }
.brand-mark { width: 38px; height: auto; filter: drop-shadow(0 5px 14px rgba(202, 167, 93, .2)); }
.brand-type { display: grid; gap: 3px; line-height: 1; }
.brand-name {
  color: var(--ivory); font-family: var(--serif); font-size: 1.12rem;
  letter-spacing: .23em; text-transform: uppercase;
}
.brand-sub { color: var(--gold); font-size: .55rem; letter-spacing: .55em; text-transform: uppercase; }

.site-header {
  position: fixed; z-index: 800; inset: 0 0 auto; border-bottom: 1px solid transparent;
  transition: background .35s var(--ease), border-color .35s var(--ease), backdrop-filter .35s var(--ease);
}
.site-header.is-scrolled {
  border-color: var(--line-dark); background: rgba(8, 8, 7, .84);
  backdrop-filter: blur(18px) saturate(120%);
}
.header-inner { height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.desktop-nav { display: flex; align-items: center; gap: clamp(24px, 3vw, 46px); }
.desktop-nav a, .header-cta {
  position: relative; color: rgba(241, 239, 233, .68); font-size: .69rem;
  font-weight: 500; letter-spacing: .21em; text-transform: uppercase;
  transition: color .25s ease;
}
.desktop-nav a::after {
  content: ""; position: absolute; right: 0; bottom: -10px; left: 0; height: 1px;
  transform: scaleX(0); transform-origin: right; background: var(--gold);
  transition: transform .35s var(--ease);
}
.desktop-nav a:hover, .header-cta:hover { color: var(--ivory); }
.desktop-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.header-cta { padding: 12px 18px; border: 1px solid rgba(234, 216, 166, .28); color: var(--gold-light); }
.nav-toggle { display: none; width: 42px; height: 42px; padding: 0; border: 0; background: none; cursor: pointer; }
.nav-toggle span[aria-hidden] { display: block; width: 25px; height: 1px; margin: 7px auto; background: var(--ivory); transition: transform .3s, opacity .3s; }
.nav-toggle[aria-expanded="true"] span[aria-hidden]:nth-of-type(2) { transform: translateY(4px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span[aria-hidden]:nth-of-type(3) { transform: translateY(-4px) rotate(-45deg); }
.mobile-menu {
  padding: 10px 32px 28px; border-bottom: 1px solid var(--line-dark);
  background: rgba(8, 8, 7, .98);
}
.mobile-menu a {
  display: block; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.06);
  color: var(--ivory-soft); font-size: .76rem; letter-spacing: .18em; text-transform: uppercase;
}
.mobile-menu a:last-child { border-bottom: 0; color: var(--gold-light); letter-spacing: .06em; text-transform: none; }

.hero { position: relative; min-height: 100svh; overflow: hidden; display: grid; align-items: center; }
.hero-media, .hero-shade { position: absolute; inset: 0; }
.hero-media {
  background-color: var(--blue-matte);
  background-image:
    radial-gradient(ellipse at 82% 28%, rgba(88, 145, 178, .2) 0%, rgba(88, 145, 178, 0) 42%),
    linear-gradient(118deg, var(--blue-deep) 0%, var(--blue-matte) 48%, var(--blue-steel) 100%);
}
.hero-media::before {
  content: ""; position: absolute; inset: 0; opacity: .14;
  background-image:
    linear-gradient(120deg, transparent 0 67%, rgba(255,255,255,.16) 67.08%, transparent 67.16%),
    linear-gradient(120deg, transparent 0 78%, rgba(255,255,255,.1) 78.08%, transparent 78.16%);
}
.hero-shade {
  background:
    radial-gradient(circle at 76% 44%, rgba(202, 167, 93, .09), transparent 22%),
    linear-gradient(90deg, rgba(5,17,28,.86) 0%, rgba(8,27,44,.43) 54%, rgba(10,31,49,.1) 100%),
    linear-gradient(0deg, var(--black) 0%, transparent 23%);
}
.hero-layout {
  position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
  align-items: center; gap: clamp(60px, 9vw, 150px); padding-top: 150px; padding-bottom: 130px;
}
.hero-copy { max-width: 760px; }
.eyebrow {
  display: flex; align-items: center; gap: 13px; margin-bottom: 27px; color: var(--gold-light);
  font-size: .67rem; font-weight: 600; letter-spacing: .27em; text-transform: uppercase;
}
.eyebrow > span { display: inline-block; width: 25px; height: 1px; background: var(--gold); }
.eyebrow--dark { color: var(--gold-deep); }
.display, .section-title {
  font-family: var(--serif); font-weight: 400; letter-spacing: -.025em;
}
.display { font-size: clamp(3.4rem, 7.3vw, 6.8rem); line-height: .94; }
.display em { color: var(--gold-light); font-weight: 400; }
.hero-lede { max-width: 610px; margin-top: 34px; color: rgba(241,239,233,.73); font-size: clamp(1rem, 1.4vw, 1.17rem); }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 30px; margin-top: 42px; }
.button {
  display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 14px 28px;
  border: 1px solid transparent; font-size: .68rem; font-weight: 600; letter-spacing: .2em;
  text-align: center; text-transform: uppercase; transition: transform .3s var(--ease), background .3s, color .3s, border-color .3s;
}
.button:hover { transform: translateY(-2px); }
.button--gold { background: linear-gradient(135deg, var(--gold-light), var(--gold)); color: var(--black); }
.button--outline { border-color: rgba(23,21,15,.28); color: var(--ink); }
.button--outline:hover { border-color: var(--gold-deep); color: var(--gold-deep); }
.text-link {
  display: inline-flex; align-items: center; gap: 10px; color: var(--ivory); font-size: .71rem;
  font-weight: 600; letter-spacing: .16em; text-transform: uppercase;
}
.text-link span { transition: transform .3s var(--ease); }
.text-link:hover span { transform: translateX(5px); }
.text-link--dark { color: var(--ink); }
.hero-signature { justify-self: center; display: grid; justify-items: center; text-align: center; }
.hero-signature img { width: clamp(150px, 18vw, 240px); margin-bottom: 26px; filter: drop-shadow(0 18px 34px rgba(202,167,93,.2)); }
.signature-name { font-family: var(--serif); font-size: clamp(2rem, 4vw, 3.5rem); letter-spacing: .26em; line-height: 1; text-transform: uppercase; }
.signature-capital { margin-top: 14px; color: var(--gold); font-size: .77rem; letter-spacing: .65em; text-transform: uppercase; }
.signature-parent { margin-top: 28px; padding-top: 17px; border-top: 1px solid rgba(234,216,166,.24); color: rgba(241,239,233,.58); font-size: .61rem; letter-spacing: .28em; text-transform: uppercase; }
.scroll-cue { position: absolute; z-index: 3; right: 42px; bottom: 40px; display: flex; align-items: center; gap: 16px; color: rgba(241,239,233,.5); font-size: .6rem; letter-spacing: .28em; text-transform: uppercase; }
.scroll-cue i { display: block; width: 60px; height: 1px; background: rgba(241,239,233,.26); }

.overview { background: var(--paper); color: var(--ink); }
.overview-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(60px, 10vw, 150px); }
.section-title { max-width: 780px; font-size: clamp(2.6rem, 5vw, 4.8rem); line-height: 1.03; }
.overview-copy { padding-top: 54px; }
.lead { font-family: var(--serif); font-size: clamp(1.45rem, 2.6vw, 2.05rem); line-height: 1.4; }
.overview-copy > p:not(.lead) { max-width: 590px; margin: 26px 0 38px; color: var(--muted-dark); }

.section-heading { margin-bottom: clamp(55px, 7vw, 94px); }
.section-heading--split { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: end; }
.section-intro { max-width: 520px; color: rgba(241,239,233,.62); font-size: 1.05rem; }
.principles { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line-dark); }
.principle { min-height: 310px; padding: 42px 38px 24px 0; border-right: 1px solid var(--line-dark); }
.principle + .principle { padding-left: 38px; }
.principle:last-child { border-right: 0; }
.principle-number { color: var(--gold); font-family: var(--serif); font-size: 1rem; }
.principle h3 { margin: 50px 0 18px; font-family: var(--serif); font-size: clamp(1.6rem, 2.5vw, 2.15rem); font-weight: 400; }
.principle p { color: rgba(241,239,233,.6); }

.themes { background: var(--paper); color: var(--ink); }
.theme-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.theme-card { position: relative; min-height: 670px; overflow: hidden; display: flex; align-items: end; color: var(--ivory); }
.theme-card > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease); }
.theme-card:hover > img { transform: scale(1.035); }
.theme-overlay { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(8,8,7,.95) 0%, rgba(8,8,7,.2) 67%, rgba(8,8,7,.05)); }
.theme-content { position: relative; z-index: 2; width: 100%; padding: clamp(30px, 5vw, 62px); }
.theme-index { display: block; margin-bottom: 70px; color: var(--gold-light); font-family: var(--serif); font-size: 1rem; }
.theme-label { color: var(--gold-light); font-size: .65rem; font-weight: 600; letter-spacing: .28em; text-transform: uppercase; }
.theme-content h3 { max-width: 500px; margin: 14px 0 20px; font-family: var(--serif); font-size: clamp(2rem, 4vw, 3.5rem); font-weight: 400; line-height: 1.02; }
.theme-content > p:last-child { max-width: 470px; color: rgba(241,239,233,.67); }

.stewardship { min-height: 760px; display: grid; grid-template-columns: 1.08fr .92fr; background: var(--black-soft); }
.stewardship-media { min-height: 680px; overflow: hidden; }
.stewardship-media img { width: 100%; height: 100%; object-fit: cover; }
.stewardship-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(70px, 9vw, 140px); }
.stewardship-copy .lead { margin: 38px 0 24px; color: var(--ivory-soft); }
.stewardship-copy > p:last-child { max-width: 530px; color: rgba(241,239,233,.58); }

.parent-section { background: var(--paper); color: var(--ink); }
.parent-card { display: grid; grid-template-columns: 150px 1fr auto; gap: clamp(32px, 6vw, 80px); align-items: center; padding-block: 25px; }
.parent-monogram { display: grid; width: 120px; height: 120px; place-items: center; border: 1px solid rgba(139,106,45,.38); border-radius: 50%; color: var(--gold-deep); font-family: var(--serif); font-size: 4rem; }
.parent-card h2 { margin-bottom: 16px; font-family: var(--serif); font-size: clamp(2rem, 3vw, 3rem); font-weight: 400; line-height: 1.1; }
.parent-card p:last-child { max-width: 650px; color: var(--muted-dark); }

.contact-layout { display: grid; grid-template-columns: 1.25fr .75fr; gap: 90px; align-items: end; }
.display--contact { max-width: 820px; font-size: clamp(3.2rem, 6.8vw, 6.7rem); }
.contact-action { padding-bottom: 12px; }
.contact-action p { max-width: 420px; color: rgba(241,239,233,.58); }
.email-link { display: inline-flex; align-items: center; gap: 18px; margin-top: 34px; padding-bottom: 8px; border-bottom: 1px solid var(--gold); color: var(--gold-light); font-size: clamp(1rem, 1.8vw, 1.3rem); }
.email-link span { transition: transform .3s var(--ease); }
.email-link:hover span { transform: translateX(6px); }

.site-footer { padding: 78px 0 32px; border-top: 1px solid var(--line-dark); background: var(--black); }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 50px; }
.footer-brand > p { margin-top: 22px; color: rgba(241,239,233,.45); font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; }
.footer-col { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; }
.footer-col h2 { margin-bottom: 13px; color: var(--gold); font-size: .62rem; font-weight: 600; letter-spacing: .26em; text-transform: uppercase; }
.footer-col a { color: rgba(241,239,233,.63); font-size: .86rem; transition: color .25s; }
.footer-col a:hover { color: var(--ivory); }
.footer-contact a { color: var(--gold-light); }
.privacy-choices-trigger {
  display: inline-flex; align-items: center; gap: 9px; padding: 0; border: 0;
  background: transparent; color: rgba(241,239,233,.63); font: inherit;
  font-size: .86rem; text-align: left; cursor: pointer; transition: color .25s;
}
.privacy-choices-trigger:hover { color: var(--ivory); }
.privacy-choices-trigger img { width: 28px; height: 16px; flex: 0 0 auto; }
.footer-base { display: grid; grid-template-columns: 1fr 1.2fr; gap: 50px; margin-top: 76px; padding-top: 25px; border-top: 1px solid var(--line-dark); color: rgba(241,239,233,.38); font-size: .68rem; }
.footer-base p:last-child { text-align: right; }

.privacy-dialog {
  width: min(680px, calc(100% - 32px)); max-height: min(760px, calc(100% - 32px));
  margin: auto; padding: 0; overflow: auto; border: 1px solid rgba(139,106,45,.35);
  background: var(--paper); color: var(--ink); box-shadow: 0 28px 90px rgba(0,0,0,.55);
}
.privacy-dialog::backdrop { background: rgba(3,11,18,.82); backdrop-filter: blur(8px); }
.privacy-dialog__header {
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  padding: 24px 28px; border-bottom: 1px solid var(--line-light); background: #f3efe6;
}
.privacy-dialog__title-wrap { display: flex; align-items: center; gap: 12px; }
.privacy-dialog__title-wrap img { width: 28px; height: 16px; }
.privacy-dialog h2 { font-family: var(--serif); font-size: 1.75rem; font-weight: 400; line-height: 1.1; }
.privacy-dialog__close {
  width: 38px; height: 38px; padding: 0; border: 1px solid var(--line-light);
  background: transparent; color: var(--ink); font-size: 1.7rem; line-height: 1; cursor: pointer;
}
.privacy-dialog__body { display: grid; gap: 18px; padding: 30px 28px 28px; color: #4f4a42; }
.privacy-dialog__status { padding: 14px 16px; border-left: 3px solid #136ef6; background: rgba(19,110,246,.07); color: var(--ink); font-weight: 500; }
.privacy-dialog__actions { display: flex; flex-wrap: wrap; gap: 12px; padding: 0 28px 30px; }
.button--privacy { background: var(--ink); color: var(--ivory); }
.button--privacy-outline { border-color: var(--line-light); color: var(--ink); }

.legal-page { min-height: 100vh; background: var(--paper); color: var(--ink); }
.legal-header { position: static; border-bottom: 1px solid var(--line-light); background: var(--black); }
.legal-main { padding-block: clamp(80px, 10vw, 140px); }
.legal-wrap { max-width: 850px; }
.legal-wrap h1 { margin-bottom: 22px; font-family: var(--serif); font-size: clamp(3.2rem, 7vw, 6rem); font-weight: 400; line-height: 1; }
.legal-updated { margin-bottom: 55px; color: var(--muted-dark); font-size: .8rem; }
.legal-wrap h2 { margin: 42px 0 13px; font-family: var(--serif); font-size: 1.65rem; font-weight: 400; }
.legal-wrap p, .legal-wrap li { color: #4f4a42; }
.legal-wrap ul { margin: 15px 0 0; padding-left: 20px; }
.legal-wrap a { color: var(--gold-deep); text-decoration: underline; text-underline-offset: 3px; }
.legal-footer { border-top: 1px solid var(--line-light); background: #dfd9ce; color: var(--muted-dark); }
.legal-footer__inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-block: 28px; font-size: .78rem; }
.privacy-choices-trigger--light { color: var(--ink); }
.privacy-choices-trigger--light:hover { color: var(--gold-deep); }

.reveal.in { animation: reveal-in .7s var(--ease) both; }
@keyframes reveal-in { from { transform: translateY(14px); } to { transform: none; } }

@media (max-width: 1040px) {
  .desktop-nav { display: none; }
  .header-cta { margin-left: auto; }
  .nav-toggle { display: block; }
  .hero-layout { grid-template-columns: 1fr; }
  .hero-copy { max-width: 800px; }
  .hero-signature { display: none; }
  .overview-grid, .contact-layout { gap: 60px; }
  .parent-card { grid-template-columns: 110px 1fr; }
  .parent-card .button { grid-column: 2; justify-self: start; }
  .footer-grid { grid-template-columns: 1.4fr repeat(3, 1fr); gap: 28px; }
}

@media (max-width: 800px) {
  .shell { padding-inline: 26px; }
  .header-inner { height: 76px; }
  .header-cta { display: none; }
  .hero-layout { padding-top: 130px; padding-bottom: 125px; }
  .hero-shade { background: linear-gradient(90deg, rgba(8,8,7,.95), rgba(8,8,7,.62)), linear-gradient(0deg, var(--black), transparent 40%); }
  .scroll-cue { right: 26px; }
  .overview-grid, .section-heading--split, .contact-layout { grid-template-columns: 1fr; }
  .overview-copy { padding-top: 0; }
  .principles { grid-template-columns: 1fr; }
  .principle, .principle + .principle { min-height: auto; padding: 34px 0 38px; border-right: 0; border-bottom: 1px solid var(--line-dark); }
  .principle:last-child { border-bottom: 0; }
  .principle h3 { margin-top: 26px; }
  .theme-grid { grid-template-columns: 1fr; }
  .theme-card { min-height: 590px; }
  .stewardship { grid-template-columns: 1fr; }
  .stewardship-media { min-height: 500px; }
  .stewardship-copy { padding: 80px 26px; }
  .parent-card { grid-template-columns: 1fr; }
  .parent-card .button { grid-column: 1; }
  .parent-monogram { width: 90px; height: 90px; font-size: 3rem; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); gap: 50px 32px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-base { grid-template-columns: 1fr; gap: 14px; }
  .footer-base p:last-child { text-align: left; }
}

@media (max-width: 520px) {
  .shell { padding-inline: 22px; }
  .brand-mark { width: 34px; }
  .brand-name { font-size: 1rem; }
  .display { font-size: clamp(3rem, 15vw, 4.4rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .scroll-cue { display: none; }
  .eyebrow { flex-wrap: wrap; line-height: 1.5; }
  .theme-card { min-height: 535px; }
  .theme-index { margin-bottom: 45px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-contact { grid-column: 1 / -1; }
  .privacy-dialog__header, .privacy-dialog__body { padding-inline: 20px; }
  .privacy-dialog__actions { display: grid; padding-inline: 20px; }
  .legal-footer__inner { align-items: flex-start; flex-direction: column; }
}

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