:root {
  --ink: #050403;
  --ink-soft: #0e0908;
  --panel: #17100b;
  --panel-2: #24150f;
  --gold: #d9a741;
  --gold-bright: #ffe5a0;
  --gold-deep: #76500f;
  --champagne: #fff1c2;
  --bronze: #a76e22;
  --wine: #430916;
  --wine-light: #741b2a;
  --ivory: #fff8eb;
  --muted: #c9baa2;
  --quiet: #9b8b74;
  --line: rgba(225, 171, 68, .34);
  --line-soft: rgba(255, 241, 194, .12);
  --shadow: 0 28px 80px rgba(0, 0, 0, .48);
  --max: 1180px;
  --header: 84px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 8% 7%, rgba(192, 126, 29, .2), transparent 32rem),
    radial-gradient(circle at 84% 13%, rgba(104, 14, 32, .25), transparent 31rem),
    radial-gradient(circle at 90% 52%, rgba(156, 96, 18, .14), transparent 38rem),
    linear-gradient(145deg, #050403, #090504 48%, #050403),
    var(--ink);
  background-attachment: fixed;
  color: var(--ivory);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 50;
  pointer-events: none;
  opacity: .16;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.75' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.18'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}
body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 49;
  pointer-events: none;
  background: radial-gradient(circle at 50% -8%, rgba(255, 225, 152, .07), transparent 34rem);
}

a { color: inherit; }
img { display: block; max-width: 100%; }
button { color: inherit; font: inherit; }
::selection { background: var(--gold); color: #170f04; }
:focus-visible { outline: 2px solid var(--gold-bright); outline-offset: 4px; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 1000; padding: 10px 14px; background: var(--gold-bright); color: #130d05; transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.shell { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.serif { font-family: Georgia, "Times New Roman", serif; }
.muted { color: var(--muted); }
.quiet { color: var(--quiet); }
.gold { color: var(--gold-bright); }
.kicker,
.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 20px;
  color: var(--gold-bright);
  font-size: .74rem;
  font-weight: 750;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.kicker::before,
.eyebrow::before { content: ""; width: 34px; height: 1px; flex: 0 0 auto; background: linear-gradient(90deg, var(--bronze), var(--champagne)); box-shadow: 0 0 14px rgba(217, 167, 65, .32); }
.section { position: relative; padding: 108px 0; }
.section.compact { padding-block: 76px; }
.section-rule { border-top: 1px solid var(--line); }
.section-wash { border-block: 1px solid var(--line); background: radial-gradient(circle at 100% 0, rgba(93, 13, 28, .19), transparent 28rem), linear-gradient(180deg, rgba(35, 22, 12, .84), rgba(7, 5, 3, .42)); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 48px; margin-bottom: 54px; }
.section-head > * { margin-block: 0; }
.section-title {
  max-width: 780px;
  margin: 0;
  font: 400 clamp(2.7rem, 5.8vw, 5.7rem)/.96 Georgia, "Times New Roman", serif;
  letter-spacing: -.05em;
}
.section-title em { color: var(--gold-bright); font-weight: 400; text-shadow: 0 0 30px rgba(217, 167, 65, .12); }
.section-copy { max-width: 650px; margin: 0; color: var(--muted); font-size: 1.05rem; }
.lede { max-width: 760px; color: #cec3ae; font: 400 clamp(1.25rem, 2.5vw, 2rem)/1.5 Georgia, "Times New Roman", serif; }
.rule { height: 1px; margin: 30px 0; background: var(--line); }

.progress { position: fixed; inset: 0 auto auto 0; z-index: 201; width: 0; height: 3px; background: linear-gradient(90deg, var(--wine-light), var(--gold), var(--champagne)); box-shadow: 0 0 16px rgba(255, 229, 160, .45); }
.site-header { position: absolute; inset: 0 0 auto; z-index: 200; border-bottom: 1px solid rgba(255, 255, 255, .09); }
.site-header.is-stuck { position: fixed; background: linear-gradient(90deg, rgba(5, 4, 3, .96), rgba(31, 8, 12, .92), rgba(5, 4, 3, .96)); backdrop-filter: blur(18px); box-shadow: 0 12px 45px rgba(0, 0, 0, .42), 0 1px 0 rgba(217, 167, 65, .18); animation: header-in .3s ease both; }
@keyframes header-in { from { transform: translateY(-100%); } }
.nav { min-height: var(--header); display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; text-decoration: none; }
.brand-mark {
  width: 42px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 1px solid var(--gold-bright);
  border-radius: 50%;
  color: var(--gold-bright);
  background: radial-gradient(circle, rgba(217, 167, 65, .17), rgba(5, 4, 3, .92) 68%);
  font: 400 .7rem Georgia, serif;
  letter-spacing: .08em;
  box-shadow: 0 0 22px rgba(217, 167, 65, .16), inset 0 0 0 4px var(--ink), inset 0 0 0 5px rgba(255, 229, 160, .34);
}
.brand-copy { line-height: 1.05; }
.brand-copy strong { display: block; color: var(--champagne); font: 600 .98rem/1.05 Georgia, serif; letter-spacing: .03em; text-shadow: 0 0 18px rgba(217, 167, 65, .12); }
.brand-copy small { color: var(--gold); font-size: .65rem; letter-spacing: .18em; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; justify-content: flex-end; gap: clamp(13px, 1.5vw, 24px); }
.nav-links a { position: relative; color: #e1d5c1; text-decoration: none; font-size: .72rem; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; white-space: nowrap; }
.nav-links a::after { content: ""; position: absolute; right: 0; bottom: -8px; left: 0; height: 1px; background: var(--gold); transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.nav-links a:hover,
.nav-links a.active { color: var(--gold-bright); }
.nav-links a:hover::after,
.nav-links a.active::after { transform: scaleX(1); transform-origin: left; }
.nav-links .nav-cta { padding: 11px 14px; border: 1px solid var(--gold); color: var(--gold-bright); background: linear-gradient(135deg, rgba(217, 167, 65, .08), rgba(116, 27, 42, .12)); box-shadow: inset 0 0 22px rgba(217, 167, 65, .04); }
.nav-links .nav-cta::after { display: none; }
.nav-links .nav-cta:hover { background: var(--gold); color: #140e05; }
.menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid var(--line); background: rgba(8, 6, 4, .55); cursor: pointer; }
.menu-toggle span { display: block; width: 20px; height: 1px; margin: 5px auto; background: var(--ivory); transition: .25s ease; }
.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3px) rotate(-45deg); }

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 0 22px;
  border: 1px solid var(--gold);
  position: relative;
  overflow: hidden;
  text-decoration: none;
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease;
}
.button.primary { background: linear-gradient(105deg, #8b5b14, #e1b44f 38%, #ffe7a7 58%, #bd8426); color: #160d03; border-color: #f2cf79; box-shadow: 0 12px 32px rgba(126, 75, 11, .24), inset 0 1px 0 rgba(255, 255, 255, .45); }
.button.primary::before { content: ""; position: absolute; inset: -30% auto -30% -36%; width: 24%; background: rgba(255, 255, 255, .35); transform: skewX(-22deg); transition: left .55s ease; pointer-events: none; }
.button.primary:hover::before { left: 118%; }
.button.secondary { background: linear-gradient(135deg, rgba(8, 6, 4, .62), rgba(67, 9, 22, .27)); color: var(--gold-bright); }
.button.textual { min-height: auto; padding: 0 0 5px; border-width: 0 0 1px; color: var(--gold-bright); }
.button:hover { transform: translateY(-2px); background: var(--gold-bright); color: #160f05; box-shadow: 0 16px 38px rgba(0, 0, 0, .42), 0 0 25px rgba(217, 167, 65, .12); }
.button.primary:hover { background: linear-gradient(105deg, #9d691c, #efc760 42%, #fff0bb 62%, #cb9130); }
.button.textual:hover { background: transparent; color: var(--ivory); box-shadow: none; }
.button .arrow { font-size: 1.15rem; transition: transform .25s ease; }
.button:hover .arrow { transform: translateX(4px); }
.button-row { display: flex; flex-wrap: wrap; gap: 13px; }

.home-hero { min-height: 100svh; display: grid; align-items: end; position: relative; overflow: hidden; padding: 150px 0 78px; background: radial-gradient(circle at 75% 24%, rgba(133, 22, 39, .17), transparent 28rem); }
.home-hero::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(5, 4, 3, .14), transparent 55%), linear-gradient(0deg, var(--ink) 0, transparent 34%), radial-gradient(circle at 78% 38%, rgba(217, 167, 65, .08), transparent 24rem); pointer-events: none; }
.home-hero-image { position: absolute; inset: 0 0 0 39%; width: 61%; height: 100%; object-fit: cover; object-position: 58% center; filter: saturate(.92) contrast(1.08) sepia(.08); opacity: .96; -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 25%, #000 100%); mask-image: linear-gradient(90deg, transparent 0, #000 25%, #000 100%); }
.home-hero::before { content: ""; position: absolute; top: 14%; right: 11%; z-index: 2; width: min(48vw, 620px); aspect-ratio: 1; border: 1px solid transparent; border-radius: 50%; background: linear-gradient(transparent, transparent) padding-box, conic-gradient(from 45deg, rgba(255, 229, 160, .12), rgba(217, 167, 65, .72), rgba(116, 27, 42, .24), rgba(255, 229, 160, .12)) border-box; box-shadow: 0 0 120px rgba(217, 167, 65, .14), inset 0 0 115px rgba(92, 13, 27, .12); animation: orbit-glow 8s ease-in-out infinite alternate; }
@keyframes orbit-glow { from { filter: brightness(.82); transform: scale(.98); } to { filter: brightness(1.2); transform: scale(1.015); } }
.hero-content { position: relative; z-index: 2; width: min(720px, 65%); }
.hero-content::before { content: ""; position: absolute; z-index: -1; inset: -65px -35px -55px -80px; background: radial-gradient(circle at 38% 48%, rgba(67, 9, 22, .28), transparent 62%); filter: blur(22px); pointer-events: none; }
.hero-kicker { display: flex; align-items: center; gap: 18px; color: var(--gold-bright); font-size: .76rem; font-weight: 700; letter-spacing: .24em; text-transform: uppercase; }
.hero-kicker::before { content: ""; width: 52px; height: 1px; background: linear-gradient(90deg, var(--wine-light), var(--champagne)); box-shadow: 0 0 16px rgba(217, 167, 65, .38); }
.hero-title { margin: 25px 0 26px; color: #fff8e9; font: 400 clamp(4rem, 8.5vw, 8.4rem)/.82 Georgia, "Times New Roman", serif; letter-spacing: -.065em; text-shadow: 0 10px 42px rgba(0, 0, 0, .55); }
.hero-title em { display: block; margin-left: clamp(20px, 5vw, 90px); color: var(--gold-bright); font-style: italic; text-shadow: 0 0 42px rgba(217, 167, 65, .22); }
.hero-intro { max-width: 630px; margin: 0 0 32px; color: #cec3ae; font-size: clamp(1rem, 1.7vw, 1.23rem); }
.hero-meta { display: flex; flex-wrap: wrap; gap: 20px 32px; margin-bottom: 36px; }
.meta-block { padding-left: 15px; border-left: 1px solid var(--gold); }
.meta-block small { display: block; color: var(--quiet); font-size: .62rem; font-weight: 750; letter-spacing: .16em; text-transform: uppercase; }
.meta-block strong { display: block; margin-top: 3px; font: 400 1.02rem/1.3 Georgia, serif; }

.event-strip { position: relative; z-index: 3; border-block: 1px solid var(--line); background: linear-gradient(90deg, rgba(21, 13, 7, .96), rgba(55, 12, 19, .64), rgba(21, 13, 7, .96)); box-shadow: 0 18px 55px rgba(0, 0, 0, .2); }
.event-strip-grid { display: grid; grid-template-columns: 1fr 1.55fr 1.05fr; }
.event-fact { min-height: 142px; padding: 28px 30px; display: flex; flex-direction: column; justify-content: center; position: relative; border-right: 1px solid var(--line); }
.event-fact::before { content: ""; position: absolute; top: 0; left: 30px; width: 54px; height: 2px; background: linear-gradient(90deg, var(--gold), var(--champagne)); box-shadow: 0 0 14px rgba(217, 167, 65, .35); }
.event-fact:first-child { border-left: 1px solid var(--line); }
.event-fact small { color: var(--gold); font-size: .65rem; font-weight: 750; letter-spacing: .18em; text-transform: uppercase; }
.event-fact strong { margin-top: 7px; font: 400 clamp(1.15rem, 2vw, 1.65rem)/1.22 Georgia, serif; }

.page-hero { min-height: 67svh; display: flex; align-items: end; position: relative; overflow: hidden; padding: 170px 0 78px; border-bottom: 1px solid var(--line); }
.page-hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 78% 24%, rgba(105, 12, 31, .28), transparent 24rem), radial-gradient(circle at 67% 42%, rgba(201, 137, 34, .16), transparent 31rem), linear-gradient(110deg, transparent, rgba(217, 167, 65, .05)); }
.page-hero.has-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #050403 0%, rgba(14, 7, 6, .9) 45%, rgba(35, 6, 12, .25) 100%), linear-gradient(0deg, #050403 0, transparent 42%); }
.page-hero-media { position: absolute; inset: 0 0 0 42%; width: 58%; height: 100%; object-fit: cover; filter: saturate(.82) brightness(.72); }
.page-hero .shell { position: relative; z-index: 2; }
.page-hero-content { max-width: 820px; }
.page-title { margin: 20px 0 25px; font: 400 clamp(4rem, 8vw, 8rem)/.88 Georgia, "Times New Roman", serif; letter-spacing: -.06em; }
.page-title em { color: var(--gold-bright); font-weight: 400; text-shadow: 0 0 36px rgba(217, 167, 65, .18); }
.page-intro { max-width: 700px; margin: 0; color: #cfc4b1; font-size: clamp(1.05rem, 2vw, 1.35rem); }
.page-index { position: absolute; right: 0; bottom: -22px; color: transparent; font: italic 400 clamp(7rem, 16vw, 14rem)/.8 Georgia, serif; -webkit-text-stroke: 1px rgba(255, 222, 142, .34); filter: drop-shadow(0 0 24px rgba(217, 167, 65, .08)); user-select: none; }

.intro-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 84px; align-items: start; }
.display-number { color: transparent; font: italic 400 clamp(7rem, 14vw, 13rem)/.78 Georgia, serif; -webkit-text-stroke: 1px rgba(213, 168, 72, .47); }
.prose { max-width: 720px; }
.prose p { color: var(--muted); }
.prose p:first-child { margin-top: 0; color: #d0c5b2; font: 400 clamp(1.2rem, 2.1vw, 1.65rem)/1.6 Georgia, serif; }
.prose h2, .prose h3 { margin: 42px 0 14px; font-family: Georgia, serif; font-weight: 400; }
.prose h2 { font-size: clamp(2rem, 4vw, 3.4rem); line-height: 1; }
.prose h3 { color: var(--gold-bright); font-size: 1.5rem; }

.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.card-grid.four { grid-template-columns: repeat(4, 1fr); }
.card-grid.two { grid-template-columns: repeat(2, 1fr); }
.card {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  padding: 30px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  background: linear-gradient(145deg, rgba(255, 237, 193, .035), rgba(72, 10, 23, .035) 62%, rgba(255, 255, 255, .012));
  text-decoration: none;
  transition: transform .3s ease, background .3s ease, border-color .3s ease;
}
.card::before { content: ""; position: absolute; top: 0; left: 29px; width: 48px; height: 2px; background: linear-gradient(90deg, var(--gold-deep), var(--champagne)); box-shadow: 0 0 14px rgba(217, 167, 65, .28); }
.card::after { content: ""; position: absolute; right: -60px; bottom: -88px; width: 180px; aspect-ratio: 1; border: 1px solid var(--line); border-radius: 50%; transition: transform .5s ease; }
.card:hover { transform: translateY(-5px); border-color: rgba(255, 221, 139, .62); background: linear-gradient(145deg, rgba(217, 167, 65, .1), rgba(87, 13, 28, .11)); box-shadow: 0 24px 60px rgba(0, 0, 0, .28), 0 0 25px rgba(217, 167, 65, .06); }
.card:hover::after { transform: scale(1.5); }
.card .number { color: var(--gold); font-size: .64rem; font-weight: 750; letter-spacing: .18em; text-transform: uppercase; }
.card h3 { margin: auto 0 12px; font: 400 clamp(1.55rem, 2.7vw, 2.25rem)/1.05 Georgia, serif; }
.card p { margin: 0; color: var(--muted); font-size: .94rem; }
.card .card-link { margin-top: 22px; color: var(--gold-bright); font-size: .68rem; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.card.compact-card { min-height: 240px; }

.split { display: grid; grid-template-columns: 1fr 1fr; min-height: 650px; border: 1px solid var(--line); box-shadow: 0 32px 90px rgba(0, 0, 0, .3), 0 0 0 1px rgba(255, 231, 170, .025); }
.split-media { min-height: 520px; position: relative; overflow: hidden; background: var(--panel); }
.split-media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.84) contrast(1.05) brightness(.84); }
.split-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent, rgba(8, 6, 4, .55)); }
.split-copy { padding: clamp(42px, 7vw, 88px); display: flex; flex-direction: column; justify-content: center; background: radial-gradient(circle at 100% 0, rgba(102, 13, 31, .24), transparent 25rem), linear-gradient(145deg, #1b1209, #080504 72%); }
.split-copy h2 { margin: 0 0 23px; font: 400 clamp(2.8rem, 5.6vw, 5.5rem)/.95 Georgia, serif; letter-spacing: -.05em; }
.split-copy h2 em { color: var(--gold-bright); font-weight: 400; }
.split-copy > p { color: var(--muted); }
.detail-list { margin: 24px 0 32px; border-top: 1px solid var(--line); }
.detail-row { display: grid; grid-template-columns: 105px 1fr; gap: 22px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.detail-row small { color: var(--gold); font-size: .63rem; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.detail-row strong { font: 400 1.04rem/1.4 Georgia, serif; }

.facts-table { border-top: 1px solid var(--line); }
.fact-row { display: grid; grid-template-columns: minmax(150px, .45fr) 1fr; gap: 32px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.fact-row dt { color: var(--gold); font-size: .68rem; font-weight: 750; letter-spacing: .16em; text-transform: uppercase; }
.fact-row dd { margin: 0; color: #d2c7b3; font: 400 clamp(1.05rem, 2vw, 1.35rem)/1.45 Georgia, serif; }

.timeline { display: grid; grid-template-columns: repeat(4, 1fr); position: relative; margin-top: 62px; }
.timeline::before { content: ""; position: absolute; top: 13px; right: 0; left: 0; height: 1px; background: var(--line); }
.timeline-item { position: relative; padding: 42px 28px 0 0; }
.timeline-item::before { content: ""; position: absolute; top: 8px; left: 0; width: 11px; aspect-ratio: 1; border: 3px solid var(--ink); border-radius: 50%; background: var(--gold-bright); box-shadow: 0 0 0 1px var(--gold); }
.timeline-item small { color: var(--gold); font-size: .65rem; font-weight: 750; letter-spacing: .17em; text-transform: uppercase; }
.timeline-item h3 { margin: 10px 0 8px; font: 400 1.4rem/1.1 Georgia, serif; }
.timeline-item p { margin: 0; color: var(--muted); font-size: .9rem; }

.quote-panel { padding: clamp(40px, 7vw, 82px); position: relative; border: 1px solid var(--line); background: radial-gradient(circle at 100% 20%, rgba(102, 13, 31, .22), transparent 23rem), linear-gradient(135deg, rgba(217, 167, 65, .11), transparent 48%); box-shadow: inset 0 1px 0 rgba(255, 236, 187, .06); }
.quote-panel::before { content: "“"; position: absolute; top: 22px; right: 38px; color: rgba(213, 168, 72, .18); font: 400 8rem/1 Georgia, serif; }
.quote-panel p { max-width: 950px; margin: 0; color: #e1d6c3; font: italic 400 clamp(1.7rem, 3.8vw, 3.2rem)/1.35 Georgia, serif; }
.quote-panel footer { margin-top: 28px; color: var(--gold); font-size: .7rem; font-weight: 750; letter-spacing: .17em; text-transform: uppercase; }

.founder-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 80px; align-items: stretch; }
.monogram-panel { min-height: 580px; display: grid; place-items: center; position: relative; overflow: hidden; border: 1px solid var(--line); background: radial-gradient(circle, rgba(255, 224, 146, .16), transparent 33%), radial-gradient(circle at 76% 20%, rgba(108, 13, 31, .3), transparent 45%), var(--panel); box-shadow: inset 0 0 80px rgba(0, 0, 0, .32); }
.monogram-panel::before,
.monogram-panel::after { content: ""; position: absolute; border: 1px solid var(--line); border-radius: 50%; }
.monogram-panel::before { width: 74%; aspect-ratio: 1; }
.monogram-panel::after { width: 52%; aspect-ratio: 1; }
.monogram { position: relative; z-index: 1; color: transparent; font: italic 400 clamp(6rem, 13vw, 11rem)/1 Georgia, serif; -webkit-text-stroke: 1px var(--gold-bright); }
.founder-copy { padding-block: 35px; }
.founder-copy h2 { margin: 0 0 10px; font: 400 clamp(3.2rem, 6vw, 6rem)/.95 Georgia, serif; letter-spacing: -.05em; }
.founder-role { margin-bottom: 35px; color: var(--gold-bright); font-size: .74rem; font-weight: 750; letter-spacing: .17em; text-transform: uppercase; }
.founder-copy p { color: var(--muted); }
.founder-copy .lede { color: #d2c7b5; }

.note { padding: 24px 27px; border-left: 2px solid var(--gold-bright); background: linear-gradient(90deg, rgba(217, 167, 65, .1), rgba(76, 10, 24, .08)); color: #d8cbb6; box-shadow: inset 0 1px 0 rgba(255, 232, 174, .04); }
.note strong { color: var(--gold-bright); }
.steps { counter-reset: steps; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.step { min-height: 270px; padding: 30px; border: 1px solid var(--line); background: rgba(255, 255, 255, .02); counter-increment: steps; }
.step::before { content: "0" counter(steps); display: block; margin-bottom: 70px; color: var(--gold); font-size: .65rem; font-weight: 750; letter-spacing: .17em; }
.step h3 { margin: 0 0 12px; font: 400 1.65rem/1.1 Georgia, serif; }
.step p { margin: 0; color: var(--muted); }

.logo-placeholder { min-height: 175px; display: grid; place-items: center; border: 1px solid var(--line); color: var(--quiet); text-align: center; background: rgba(255, 255, 255, .018); }
.logo-placeholder span { max-width: 180px; font-size: .66rem; font-weight: 750; letter-spacing: .17em; text-transform: uppercase; }

.media-layout { display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: start; }
.press-image { padding: 12px; border: 1px solid var(--line); background: linear-gradient(145deg, #1c130a, #080504); box-shadow: var(--shadow), 0 0 36px rgba(217, 167, 65, .08); }
.press-image img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.image-caption { padding: 15px 3px 3px; color: var(--quiet); font-size: .75rem; letter-spacing: .06em; }

.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; }
.gallery-item { margin: 0; overflow: hidden; position: relative; border: 1px solid var(--line); background: var(--panel); box-shadow: 0 18px 50px rgba(0, 0, 0, .26); }
.gallery-item:nth-child(1) { grid-column: span 7; }
.gallery-item:nth-child(2) { grid-column: span 5; }
.gallery-item:nth-child(3) { grid-column: span 5; }
.gallery-item:nth-child(4) { grid-column: span 7; }
.gallery-item img { width: 100%; height: 560px; object-fit: cover; transition: transform .7s ease, filter .7s ease; filter: saturate(.85); }
.gallery-item:nth-child(2) img,
.gallery-item:nth-child(3) img { object-position: top center; }
.gallery-item:hover img { transform: scale(1.025); filter: saturate(1); }
.gallery-item figcaption { position: absolute; inset: auto 0 0; padding: 60px 24px 20px; background: linear-gradient(transparent, rgba(8, 6, 4, .94)); }
.gallery-item figcaption small { color: var(--gold); font-size: .64rem; font-weight: 750; letter-spacing: .16em; text-transform: uppercase; }
.gallery-item figcaption strong { display: block; margin-top: 5px; font: 400 1.25rem Georgia, serif; }

.contact-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.contact-card { min-height: 240px; display: flex; flex-direction: column; padding: 30px; border: 1px solid var(--line); background: linear-gradient(145deg, rgba(217, 167, 65, .045), rgba(67, 9, 22, .055)); text-decoration: none; transition: .3s ease; overflow-wrap: anywhere; }
.contact-card:hover { transform: translateY(-5px); border-color: rgba(255, 224, 147, .64); background: linear-gradient(145deg, rgba(217, 167, 65, .11), rgba(91, 13, 29, .13)); box-shadow: 0 24px 60px rgba(0, 0, 0, .28); }
.contact-card small { color: var(--gold); font-size: .65rem; font-weight: 750; letter-spacing: .18em; text-transform: uppercase; }
.contact-card strong { margin: auto 0 0; font: 400 clamp(1.25rem, 2.4vw, 1.9rem)/1.3 Georgia, serif; }
.contact-card span { margin-top: 8px; color: var(--muted); font-size: .86rem; }

.cta { padding: 110px 0 80px; position: relative; overflow: hidden; border-top: 1px solid var(--line); text-align: center; background: radial-gradient(circle at 50% 75%, rgba(189, 120, 23, .25), transparent 29rem), radial-gradient(circle at 72% 28%, rgba(111, 14, 33, .3), transparent 27rem), linear-gradient(180deg, #070503, #120707); }
.cta::before { content: ""; position: absolute; top: 50%; left: 50%; width: 580px; aspect-ratio: 1; border: 1px solid rgba(255, 225, 151, .18); border-radius: 50%; transform: translate(-50%, -45%); box-shadow: 0 0 100px rgba(217, 167, 65, .08), inset 0 0 100px rgba(96, 12, 29, .12); }
.cta .shell { position: relative; z-index: 1; }
.cta .eyebrow { justify-content: center; }
.cta .eyebrow::before { display: none; }
.cta h2 { max-width: 920px; margin: 0 auto 28px; font: 400 clamp(3rem, 7vw, 7rem)/.93 Georgia, serif; letter-spacing: -.055em; }
.cta h2 em { color: var(--gold-bright); font-weight: 400; }
.cta p { max-width: 630px; margin: 0 auto 34px; color: var(--muted); }
.cta .button-row { justify-content: center; }

.site-footer { border-top: 1px solid var(--line); background: linear-gradient(125deg, #050403, #140708 48%, #050403); }
.footer-main { display: grid; grid-template-columns: 1.4fr repeat(3, .7fr); gap: 50px; padding: 64px 0; }
.footer-brand p { max-width: 360px; margin: 22px 0 0; color: var(--quiet); font-size: .9rem; }
.footer-col h3 { margin: 0 0 18px; color: var(--gold); font-size: .65rem; font-weight: 750; letter-spacing: .18em; text-transform: uppercase; }
.footer-col a { display: block; width: fit-content; margin: 9px 0; color: #bdb19e; text-decoration: none; font-size: .88rem; }
.footer-col a:hover { color: var(--gold-bright); }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; padding: 24px 0 30px; border-top: 1px solid var(--line-soft); color: #786e5f; font-size: .75rem; }

.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .72s ease, transform .72s ease; }
.js .reveal.visible { opacity: 1; transform: none; }

@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .hero-title em,
  .page-title em,
  .section-title em,
  .split-copy h2 em,
  .cta h2 em {
    color: transparent;
    background: linear-gradient(105deg, #9f691a 0%, #e8bd5d 28%, #fff1bd 52%, #d7a13b 74%, #ffe7a4 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}

@media (max-width: 1100px) {
  .nav-links { display: none; position: absolute; top: var(--header); right: 20px; left: 20px; padding: 22px; flex-direction: column; align-items: stretch; gap: 0; border: 1px solid var(--line); background: rgba(11, 8, 5, .98); box-shadow: var(--shadow); }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 12px 4px; font-size: .75rem; }
  .nav-links a::after { bottom: 6px; }
  .nav-links .nav-cta { margin-top: 8px; text-align: center; }
  .menu-toggle { display: block; }
  .card-grid.four { grid-template-columns: repeat(2, 1fr); }
  .footer-main { grid-template-columns: 1.3fr repeat(2, .8fr); }
  .footer-col:last-child { grid-column: 2 / -1; }
}

@media (max-width: 820px) {
  .section { padding: 82px 0; }
  .section-head { display: block; margin-bottom: 42px; }
  .section-head .section-copy { margin-top: 22px; }
  .home-hero { min-height: 920px; }
  .home-hero-image { inset: 0; width: 100%; opacity: .48; -webkit-mask-image: linear-gradient(0deg, transparent 0, #000 32%, #000 100%); mask-image: linear-gradient(0deg, transparent 0, #000 32%, #000 100%); }
  .home-hero::before { right: -25%; width: 90vw; }
  .hero-content { width: 100%; }
  .event-strip-grid { grid-template-columns: 1fr; }
  .event-fact { min-height: 110px; border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .event-fact:last-child { border-bottom: 0; }
  .intro-grid, .founder-grid, .media-layout { grid-template-columns: 1fr; gap: 44px; }
  .display-number { font-size: 8rem; }
  .card-grid, .card-grid.two { grid-template-columns: 1fr 1fr; }
  .split { grid-template-columns: 1fr; }
  .split-media { min-height: 520px; }
  .timeline { grid-template-columns: 1fr 1fr; gap: 40px 0; }
  .timeline::before { display: none; }
  .timeline-item { padding: 0 24px 0 28px; border-left: 1px solid var(--line); }
  .timeline-item::before { top: 5px; left: -6px; }
  .steps { grid-template-columns: 1fr; }
  .step { min-height: 220px; }
  .step::before { margin-bottom: 45px; }
  .gallery-item:nth-child(n) { grid-column: span 6; }
  .gallery-item img { height: 480px; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-col:last-child { grid-column: auto; }
}

@media (max-width: 560px) {
  :root { --header: 74px; }
  .shell { width: min(calc(100% - 28px), var(--max)); }
  .brand-copy strong { font-size: .88rem; }
  .brand-copy small { font-size: .52rem; }
  .brand-mark { width: 38px; }
  .home-hero { min-height: 850px; padding: 130px 0 54px; }
  .hero-title { font-size: clamp(3.4rem, 19vw, 5.5rem); }
  .hero-kicker { font-size: .63rem; letter-spacing: .18em; }
  .hero-kicker::before { width: 30px; }
  .hero-meta { display: grid; gap: 14px; }
  .page-hero { min-height: 590px; padding: 136px 0 58px; }
  .page-hero-media { inset: 0; width: 100%; opacity: .52; }
  .page-title { font-size: clamp(3.4rem, 18vw, 5.8rem); }
  .page-index { display: none; }
  .section-title { font-size: clamp(2.5rem, 13vw, 4.2rem); }
  .card-grid, .card-grid.two, .card-grid.four { grid-template-columns: 1fr; }
  .card { min-height: 255px; }
  .split-media { min-height: 410px; }
  .split-copy { padding: 38px 25px; }
  .detail-row { grid-template-columns: 82px 1fr; gap: 14px; }
  .fact-row { grid-template-columns: 1fr; gap: 7px; }
  .timeline { grid-template-columns: 1fr; gap: 34px; }
  .monogram-panel { min-height: 420px; }
  .contact-grid { grid-template-columns: 1fr; }
  .gallery-item:nth-child(n) { grid-column: 1 / -1; }
  .gallery-item img { height: auto; max-height: 600px; }
  .footer-main { grid-template-columns: 1fr; gap: 34px; }
  .footer-brand, .footer-col:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .button { width: 100%; }
  .button.textual { width: fit-content; }
}

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