:root {
  --ivory: #f2ede3;
  --paper: #faf7f0;
  --navy: #17293a;
  --navy-soft: #223c52;
  --ink: #1b2d3b;
  --muted: #65727a;
  --copper: #a5633e;
  --copper-soft: #d29a77;
  --line: #d8d0c2;
  --white: #fffdf8;
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ivory); }
body {
  min-width: 320px;
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(90deg, rgb(23 41 58 / 2.6%) 1px, transparent 1px) 50% 0 / 130px 100%,
    var(--ivory);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
:focus-visible { outline: 3px solid var(--copper); outline-offset: 4px; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 20; padding: 12px 16px; color: white; background: var(--navy); }
.skip-link:focus { top: 16px; }
.shell { width: min(1420px, calc(100% - 80px)); margin: 0 auto; }

.site-header { height: 104px; border-bottom: 1px solid var(--line); background: rgb(242 237 227 / 94%); backdrop-filter: blur(14px); }
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 17px; text-decoration: none; }
.brand-mark { position: relative; width: 46px; height: 46px; flex: 0 0 46px; border: 1px solid var(--navy); }
.brand-mark::before, .brand-mark::after, .brand-mark i { position: absolute; content: ""; background: var(--copper); }
.brand-mark::before { left: 10px; top: 22px; width: 24px; height: 1px; }
.brand-mark::after { left: 22px; top: 10px; width: 1px; height: 24px; }
.brand-mark i { left: 20px; top: 20px; width: 5px; height: 5px; border-radius: 50%; }
.wordmark strong { display: block; color: var(--navy); font: 400 24px/.95 var(--serif); letter-spacing: -.5px; }
.wordmark span { display: block; margin-top: 8px; color: var(--muted); font-size: 8px; font-weight: 700; letter-spacing: 1.7px; text-transform: uppercase; }
.primary-nav { display: flex; align-items: center; gap: 34px; }
.primary-nav a { color: #45545f; font-size: 13px; text-decoration: none; }
.primary-nav a:hover { color: var(--copper); }
.primary-nav .nav-cta { margin-left: 10px; padding: 14px 19px; border: 1px solid var(--navy); color: var(--navy); font-size: 10px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; }
.primary-nav .nav-cta:hover { color: var(--white); background: var(--navy); }

.hero { min-height: 690px; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(420px, .75fr); align-items: center; gap: 90px; padding: 74px 0 68px; }
.hero-copy { max-width: 790px; padding-left: clamp(0px, 3vw, 44px); }
.eyebrow { display: flex; align-items: center; gap: 15px; margin: 0 0 28px; color: #865032; font-size: 10px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; }
.eyebrow::before { width: 34px; height: 1px; content: ""; background: var(--copper); }
.eyebrow-light { color: var(--copper-soft); }
h1, h2, h3, p { text-wrap: pretty; }
h1 { max-width: 770px; margin: 0; color: var(--navy); font: 400 clamp(56px, 5vw, 80px)/.99 var(--serif); letter-spacing: -3px; }
h1 em { color: #8c5231; font-weight: 400; }
.hero-intro { max-width: 690px; margin: 34px 0 0; color: #50616b; font: 400 20px/1.55 var(--serif); }
.hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 38px; }
.hero-actions p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.45; }
.button { min-height: 56px; display: inline-flex; align-items: center; justify-content: space-between; gap: 34px; padding: 0 22px; border: 1px solid var(--navy); font-size: 12px; font-weight: 700; text-decoration: none; }
.button-dark { color: var(--white); background: var(--navy); }
.button-dark span { color: var(--copper-soft); font-size: 18px; transition: transform .18s ease; }
.button-dark:hover { background: var(--navy-soft); }
.button-dark:hover span { transform: translateX(3px); }

.identity-card { position: relative; min-height: 515px; display: flex; flex-direction: column; justify-content: center; padding: 50px; color: #edf0ed; background: var(--navy); box-shadow: 18px 18px 0 rgb(165 99 62 / 10%); }
.identity-card::after { position: absolute; right: 24px; top: 8px; content: "AD"; color: rgb(242 237 227 / 4%); font: 400 116px/1 var(--serif); }
.card-kicker { position: relative; margin: 0 0 13px; color: var(--copper-soft); font-size: 9px; font-weight: 700; letter-spacing: 2.1px; text-transform: uppercase; }
.identity-card h2 { position: relative; max-width: 300px; margin: 0 0 28px; color: var(--paper); font: 400 33px/1.14 var(--serif); }
.identity-card dl { margin: 0; }
.identity-card dl div { display: grid; grid-template-columns: 1fr 1.3fr; gap: 20px; padding: 18px 0; border-top: 1px solid rgb(255 255 255 / 14%); }
.identity-card dt { color: #b7c0c4; font-size: 11px; }
.identity-card dd { margin: 0; font: 400 14px/1.3 var(--serif); }
.card-note { margin: 24px 0 0; color: #b7c0c4; font: 400 12px/1.55 var(--serif); }

.identity-band { padding: 100px 0; color: var(--paper); background: #193044; }
.identity-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.identity-grid h2, .criteria-intro h2 { margin: 0; font: 400 clamp(42px, 4vw, 62px)/1.04 var(--serif); letter-spacing: -2px; }
.identity-copy article { display: grid; grid-template-columns: 42px 1fr; gap: 22px; padding: 28px 0; border-top: 1px solid rgb(255 255 255 / 15%); }
.identity-copy article:last-child { border-bottom: 1px solid rgb(255 255 255 / 15%); }
.identity-copy article > span { color: var(--copper-soft); font: italic 400 12px var(--serif); }
.identity-copy h3 { margin: 0 0 9px; font: 400 23px/1.2 var(--serif); }
.identity-copy p { max-width: 650px; margin: 0; color: #bac4c9; font-size: 14px; line-height: 1.65; }

.section { padding: 112px 0; }
.section-heading { max-width: 850px; }
.section-heading h2, .experience-heading h2, .contact-section h2 { margin: 0; color: var(--navy); font: 400 clamp(44px, 4.25vw, 64px)/1.03 var(--serif); letter-spacing: -2px; }
.focus-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 64px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.focus-grid article { min-height: 300px; padding: 35px 42px 38px 0; }
.focus-grid article + article { padding-left: 42px; border-left: 1px solid var(--line); }
.article-number { margin: 0 0 55px; color: var(--copper); font: italic 400 13px var(--serif); }
.focus-grid h3 { margin: 0 0 16px; color: var(--navy); font: 400 28px/1.15 var(--serif); }
.focus-grid article > p:last-child { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }

.criteria-section { padding: 104px 0; color: var(--paper); background: var(--navy); }
.criteria-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 105px; align-items: start; }
.criteria-intro > p:last-child { max-width: 490px; margin: 27px 0 0; color: #b7c1c6; font: 400 17px/1.6 var(--serif); }
.criteria-list { margin: 0; }
.criteria-list div { display: grid; grid-template-columns: .8fr 1.2fr; gap: 30px; padding: 22px 0; border-top: 1px solid rgb(255 255 255 / 15%); }
.criteria-list div:last-child { border-bottom: 1px solid rgb(255 255 255 / 15%); }
.criteria-list dt { color: var(--paper); font-weight: 700; font-size: 13px; }
.criteria-list dd { margin: 0; color: #b7c1c6; font-size: 13px; line-height: 1.5; }

.experience-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: 90px; align-items: end; }
.experience-heading > p { max-width: 500px; margin: 0 0 4px; color: var(--muted); font: 400 17px/1.65 var(--serif); }
.experience-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 62px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.experience-grid article { min-height: 245px; padding: 35px 30px 35px 0; }
.experience-grid article + article { padding-left: 30px; border-left: 1px solid var(--line); }
.experience-grid strong { display: block; margin-bottom: 44px; color: var(--copper); font: 400 34px/1 var(--serif); }
.experience-grid h3 { margin: 0 0 12px; font: 400 20px/1.2 var(--serif); }
.experience-grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }

.contact-section { display: grid; grid-template-columns: 1.1fr .9fr; gap: 100px; padding: 105px 0 115px; border-top: 1px solid var(--line); }
.contact-copy > p:first-child { margin: 0; color: #4f606a; font: 400 19px/1.65 var(--serif); }
.contact-note { margin: 32px 0 0; padding-top: 24px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; line-height: 1.55; }
.site-footer { padding: 42px 0; color: #b9c3c8; background: #102331; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 50px; }
.brand-footer .brand-mark { border-color: #b9c3c8; }
.brand-footer .wordmark strong { color: var(--paper); }
.brand-footer .wordmark span { color: #91a0a8; }
.footer-grid > p { margin: 0; font-size: 10px; line-height: 1.7; }
.owner-link { color: #b9c3c8; font-size: 10px; letter-spacing: 1px; text-decoration: none; text-transform: uppercase; }
.owner-link:hover { color: var(--paper); }

@media (max-width: 1050px) {
  .shell { width: min(100% - 48px, 920px); }
  .primary-nav a:not(.nav-cta) { display: none; }
  .hero { grid-template-columns: 1fr; gap: 55px; padding-top: 80px; }
  .hero-copy { padding-left: 0; }
  .identity-card { min-height: 0; }
  .identity-grid, .criteria-grid, .experience-heading, .contact-section { grid-template-columns: 1fr; gap: 55px; }
  .focus-grid { grid-template-columns: 1fr; }
  .focus-grid article { min-height: 0; padding: 36px 0; }
  .focus-grid article + article { padding-left: 0; border-left: 0; border-top: 1px solid var(--line); }
  .article-number { margin-bottom: 25px; }
  .experience-grid { grid-template-columns: repeat(2, 1fr); }
  .experience-grid article:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .experience-grid article:nth-child(4) { border-top: 1px solid var(--line); }
}

@media (max-width: 650px) {
  .shell { width: calc(100% - 34px); }
  .site-header { height: 84px; }
  .brand { gap: 12px; }
  .brand-mark { width: 38px; height: 38px; flex-basis: 38px; }
  .brand-mark::before { left: 8px; top: 18px; width: 20px; }
  .brand-mark::after { left: 18px; top: 8px; height: 20px; }
  .brand-mark i { left: 16px; top: 16px; }
  .wordmark strong { font-size: 18px; }
  .wordmark span { letter-spacing: 1.2px; }
  .primary-nav .nav-cta { margin-left: 0; padding: 11px 12px; }
  .hero { min-height: 0; padding: 62px 0 50px; }
  h1 { font-size: clamp(46px, 14vw, 64px); letter-spacing: -2px; }
  .hero-intro { font-size: 18px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .identity-card { padding: 38px 28px; }
  .identity-band, .criteria-section { padding: 74px 0; }
  .section { padding: 80px 0; }
  .identity-grid h2, .criteria-intro h2, .section-heading h2, .experience-heading h2, .contact-section h2 { font-size: 42px; letter-spacing: -1.4px; }
  .identity-copy article { grid-template-columns: 30px 1fr; gap: 14px; }
  .criteria-list div { grid-template-columns: 1fr; gap: 8px; }
  .experience-grid { grid-template-columns: 1fr; }
  .experience-grid article, .experience-grid article + article { min-height: 0; padding: 30px 0; border-left: 0; border-top: 1px solid var(--line); }
  .experience-grid article:first-child { border-top: 0; }
  .experience-grid strong { margin-bottom: 24px; }
  .contact-section { padding: 80px 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
}

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