/* Lightweight first render for indexable marketing copy before React replaces #root. */
* { box-sizing: border-box; }
html { background: #0b1221; scroll-behavior: smooth; }
body { margin: 0; background: #0b1221; color: #e8ddd0; font-family: "Fauna One", Georgia, serif; line-height: 1.7; }
.static-shell { min-height: 100vh; background: radial-gradient(circle at 50% 0, rgba(196, 158, 108, .1), transparent 34%), #0b1221; }
.static-shell a { color: inherit; }
.static-shell__wrap { width: min(1060px, calc(100% - 40px)); margin: 0 auto; }
.static-shell__nav { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 18px 0; border-bottom: 1px solid rgba(196, 158, 108, .18); }
.static-shell__brand { color: #e0ba7a; font-family: Cinzel, Georgia, serif; font-size: 14px; font-weight: 700; letter-spacing: 2px; text-decoration: none; }
.static-shell__links { display: flex; gap: 18px; font-family: Cinzel, Georgia, serif; font-size: 11px; letter-spacing: 1px; text-transform: uppercase; }
.static-shell__links a { color: #c8bba8; text-decoration: none; }
.static-shell__hero { padding: clamp(72px, 12vw, 128px) 0 72px; text-align: center; }
.static-shell__eyebrow { color: #e0ba7a; font-family: Cinzel, Georgia, serif; font-size: 11px; letter-spacing: 4px; text-transform: uppercase; }
.static-shell h1, .static-shell h2, .static-shell h3 { color: #e0ba7a; font-family: Cinzel, Georgia, serif; line-height: 1.25; }
.static-shell h1 { max-width: 880px; margin: 14px auto 24px; font-size: clamp(34px, 7vw, 62px); }
.static-shell h2 { margin: 0 0 18px; font-size: clamp(25px, 4vw, 36px); }
.static-shell h3 { margin: 0 0 8px; font-size: 18px; }
.static-shell__lede { max-width: 800px; margin: 0 auto 20px; color: #c8bba8; font-size: clamp(17px, 2.2vw, 21px); }
.static-shell__summary { max-width: 720px; margin: 0 auto 30px; color: #a09580; }
.static-shell__cta { display: inline-block; padding: 13px 23px; border: 1px solid #c49e6c; background: #d5b07e; color: #0b1221 !important; font-family: Cinzel, Georgia, serif; font-size: 11px; font-weight: 700; letter-spacing: 1.6px; text-decoration: none; text-transform: uppercase; }
.static-shell__facts, .static-shell__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.static-shell__facts { margin-bottom: 50px; }
.static-shell__facts span, .static-shell__card { padding: 22px; border: 1px solid rgba(196, 158, 108, .2); background: rgba(24, 35, 58, .72); color: #c8bba8; }
.static-shell section { padding: 58px 0; border-top: 1px solid rgba(196, 158, 108, .14); }
.static-shell section p, .static-shell li { color: #c8bba8; }
.static-shell__copy { max-width: 780px; }
.static-shell__copy ul { padding-left: 22px; }
.static-shell__copy li + li { margin-top: 8px; }
.static-shell__card p { margin-bottom: 0; color: #a09580; }
.static-shell__card a { color: #e0ba7a; }
.static-shell__footer { padding: 28px 0; border-top: 1px solid rgba(196, 158, 108, .14); color: #a09580; font-size: 12px; text-align: center; }
.static-shell__skip { position: fixed; top: 10px; left: 10px; z-index: 10; padding: 10px 14px; background: #e0ba7a; color: #0b1221 !important; font-family: Cinzel, Georgia, serif; font-weight: 700; text-decoration: none; transform: translateY(-160%); }
.static-shell__skip:focus { transform: translateY(0); }
@media (max-width: 700px) {
  .static-shell__links { display: none; }
  .static-shell__facts, .static-shell__grid { grid-template-columns: 1fr; }
  .static-shell__hero { padding-top: 62px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
