:root {
  --ink: #090a0b;
  --ink-soft: #101214;
  --panel: #151718;
  --panel-warm: #1b1814;
  --paper: #f1ede3;
  --muted: #aaa69c;
  --brass: #c8a35f;
  --brass-light: #e3c887;
  --ember: #cb6738;
  --line: rgba(227, 200, 135, 0.2);
  --white-line: rgba(255, 255, 255, 0.11);
  --max-width: 1240px;
  --display: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; background: var(--ink); color: var(--paper); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.site-shell { min-width: 0; overflow: clip; background: var(--ink); }
.skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; transform: translateY(-150%); padding: 12px 18px; color: var(--ink); background: var(--brass-light); border-radius: 6px; }
.skip-link:focus { transform: translateY(0); }

.site-shell > .site-header { position: absolute; z-index: 20; top: 0; left: 50%; width: min(calc(100% - 48px), var(--max-width)); transform: translateX(-50%); display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 36px; min-height: 96px; padding: 0 18px; border: 1px solid rgba(227,200,135,.18); border-width: 0 0 1px; background: rgba(8,9,10,.97); box-shadow: 0 16px 40px rgba(0,0,0,.28); color: var(--paper); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; font-weight: 700; letter-spacing: -.02em; }
.brand-logo { display: block; width: auto; height: 72px; max-width: 100%; object-fit: contain; object-position: left center; mix-blend-mode: screen; }
.main-nav { justify-self: center; display: flex; gap: clamp(18px, 2.5vw, 40px); }
.main-nav a, .site-footer nav a { color: #f4efe5; text-decoration: none; font-size: 14px; font-weight: 700; letter-spacing: .045em; text-shadow: 0 1px 12px rgba(0,0,0,.7); }
.main-nav a:hover, .main-nav a:focus-visible, .site-footer nav a:hover { color: var(--brass-light); }
.header-cta { min-height: 46px; display: inline-flex; align-items: center; padding: 0 22px; border: 1px solid rgba(227,200,135,.42); border-radius: 999px; color: var(--brass-light); background: rgba(227,200,135,.08); text-decoration: none; text-transform: uppercase; font-size: 11px; font-weight: 800; letter-spacing: .14em; }

.hero { position: relative; min-height: 900px; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr); align-items: center; gap: 48px; padding: 150px max(24px, calc((100vw - var(--max-width)) / 2)) 112px; isolation: isolate; background: radial-gradient(circle at 72% 45%, rgba(200,163,95,.13), transparent 27%), linear-gradient(145deg, #090a0b 0%, #11100e 70%, #17130f 100%); }
.hero-grid { position: absolute; inset: 0; z-index: -3; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom, black 0%, transparent 92%); }
.hero::after { content: ""; position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg, rgba(9,10,11,.94) 0%, rgba(9,10,11,.78) 44%, rgba(9,10,11,.08) 100%); }
.hero-orbit { position: absolute; z-index: -1; border: 1px solid rgba(227,200,135,.15); border-radius: 50%; }
.hero-orbit-one { width: 680px; height: 680px; right: -110px; top: 100px; }
.hero-orbit-two { width: 480px; height: 480px; right: -10px; top: 200px; border-color: rgba(203,103,56,.2); }
.hero-content { max-width: 740px; }
.eyebrow, .section-kicker { margin: 0 0 22px; color: var(--brass-light); text-transform: uppercase; letter-spacing: .18em; font-size: 11px; font-weight: 800; }
.eyebrow { display: flex; align-items: center; gap: 12px; }
.eyebrow span { width: 34px; height: 1px; background: var(--brass); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }
.hero h1 { margin-bottom: 30px; font-family: var(--display); font-size: clamp(58px, 6.9vw, 106px); font-weight: 400; line-height: .92; letter-spacing: -.055em; }
.hero h1 span { display: block; color: var(--brass-light); font-size: .4em; font-family: var(--sans); text-transform: uppercase; letter-spacing: .18em; line-height: 1.25; margin-bottom: 18px; }
.hero-lede { max-width: 670px; color: #c6c2b9; font-size: clamp(17px, 2vw, 21px); line-height: 1.65; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 24px; border-radius: 4px; border: 1px solid transparent; text-decoration: none; text-transform: uppercase; font-size: 11px; font-weight: 900; letter-spacing: .1em; cursor: pointer; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #13100b; background: var(--brass-light); }
.button-primary:hover { background: #f1d99c; }
.button-secondary { border-color: rgba(255,255,255,.22); background: rgba(255,255,255,.02); color: var(--paper); }
.button-secondary:hover { border-color: var(--brass); }
.hero-note { margin: 24px 0 0; color: #84817b; font-size: 12px; }
.hero-emblem { position: relative; justify-self: center; width: min(390px, 34vw); height: 490px; display: grid; place-items: center; }
.emblem-shackle { position: absolute; top: 35px; width: 235px; height: 250px; border: 36px solid rgba(227,200,135,.84); border-bottom: 0; border-radius: 130px 130px 0 0; filter: drop-shadow(0 28px 34px rgba(0,0,0,.45)); }
.emblem-shackle::after { content: ""; position: absolute; inset: 17px; border: 1px solid rgba(0,0,0,.25); border-bottom: 0; border-radius: 100px 100px 0 0; }
.emblem-body { position: absolute; top: 205px; width: 330px; height: 240px; display: grid; place-items: center; background: linear-gradient(145deg, #d6b776, #8e6b36); border-radius: 18px 18px 42px 42px; box-shadow: 0 42px 90px rgba(0,0,0,.48), inset 0 1px rgba(255,255,255,.35); }
.emblem-body span { position: relative; width: 36px; height: 70px; background: #17130f; border-radius: 20px 20px 8px 8px; }
.emblem-body span::before { content: ""; position: absolute; top: -18px; left: 6px; width: 24px; height: 24px; background: #17130f; border-radius: 50%; }
.emblem-date { position: absolute; right: -50px; bottom: 84px; color: rgba(241,237,227,.45); font-size: 11px; line-height: 1.5; letter-spacing: .22em; }
.hero-stats { position: absolute; left: max(24px, calc((100vw - var(--max-width)) / 2)); bottom: 42px; display: flex; gap: clamp(30px, 5vw, 70px); }
.hero-stats div { display: grid; grid-template-columns: auto auto; align-items: baseline; gap: 10px; }
.hero-stats strong { color: var(--brass-light); font-family: var(--display); font-size: 30px; font-weight: 400; }
.hero-stats span { color: #8e8a82; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }

.countdown-section { padding: 74px max(24px, calc((100vw - 1040px) / 2)); text-align: center; background: var(--paper); color: #171512; }
.countdown-section .section-kicker { color: #81552e; margin-bottom: 12px; }
.countdown-section h2 { margin-bottom: 36px; font-family: var(--display); font-size: clamp(34px, 5vw, 58px); font-weight: 400; letter-spacing: -.035em; }
.countdown-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); max-width: 760px; margin: 0 auto; border: 1px solid rgba(23,21,18,.16); }
.countdown-unit { padding: 22px 10px; border-right: 1px solid rgba(23,21,18,.16); }
.countdown-unit:last-child { border-right: 0; }
.countdown-unit strong { display: block; font-family: var(--display); font-size: clamp(34px, 6vw, 56px); font-weight: 400; font-variant-numeric: tabular-nums; }
.countdown-unit span, .countdown-section > p { color: #756e63; font-size: 10px; text-transform: uppercase; letter-spacing: .16em; }
.countdown-section > p { margin: 20px 0 0; }
.countdown-live span { color: #81552e; text-transform: uppercase; letter-spacing: .16em; font-size: 11px; font-weight: 800; }
.countdown-live p { margin-bottom: 0; color: #625c52; }

.content-section { width: min(calc(100% - 48px), var(--max-width)); margin: 0 auto; padding: 126px 0; }
.section-heading { max-width: 820px; margin-bottom: 54px; }
.section-heading h2, .featured-guide h2, .final-cta h2 { margin-bottom: 20px; font-family: var(--display); font-size: clamp(44px, 6vw, 74px); font-weight: 400; line-height: 1.02; letter-spacing: -.045em; }
.section-heading > p:not(.section-kicker), .centered-heading > p { color: var(--muted); font-size: 17px; line-height: 1.7; }
.split-heading { max-width: none; display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, 410px); align-items: end; gap: 60px; }
.heading-aside { color: var(--muted); font-size: 16px; line-height: 1.7; border-left: 1px solid var(--line); padding-left: 26px; }
.intro-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: start; }
.intro-section .section-heading { display: block; position: sticky; top: 40px; }
.editorial-copy { max-width: 740px; color: #c5c0b5; font-size: 17px; line-height: 1.85; }
.editorial-copy p { margin-bottom: 24px; }
.drop-cap::first-letter { float: left; margin: 10px 12px 0 0; color: var(--brass-light); font-family: var(--display); font-size: 76px; line-height: .67; }
.text-link { display: inline-flex; gap: 12px; align-items: center; margin-top: 12px; color: var(--brass-light); text-underline-offset: 6px; font-size: 14px; font-weight: 800; }

.challenge-section { width: 100%; padding-inline: max(24px, calc((100vw - var(--max-width)) / 2)); background: var(--ink-soft); border-block: 1px solid var(--white-line); }
.challenge-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); border: 1px solid var(--white-line); }
.challenge-card { min-height: 380px; display: flex; flex-direction: column; padding: 28px; border-right: 1px solid var(--white-line); background: rgba(255,255,255,.015); transition: background .2s ease, transform .2s ease; }
.challenge-card:last-child { border-right: 0; }
.challenge-card.is-selected { background: linear-gradient(160deg, rgba(200,163,95,.15), rgba(203,103,56,.06)); box-shadow: inset 0 -3px var(--brass); }
.card-topline { display: flex; justify-content: space-between; color: #77736c; font-size: 10px; text-transform: uppercase; letter-spacing: .15em; }
.card-topline span:first-child { color: var(--brass-light); font-family: var(--display); font-size: 28px; letter-spacing: 0; }
.challenge-card h3, .cage-card h3 { margin: 56px 0 18px; font-family: var(--display); font-size: 31px; font-weight: 400; }
.challenge-card p, .cage-card p { color: var(--muted); line-height: 1.65; }
.challenge-card button { margin-top: auto; min-height: 48px; padding: 0; border: 0; border-top: 1px solid var(--white-line); color: var(--paper); background: transparent; text-align: left; cursor: pointer; font-size: 12px; font-weight: 800; }
.challenge-card button span { float: right; color: var(--brass-light); }
.safety-strip { display: flex; align-items: center; gap: 18px; margin-top: 28px; padding: 22px 26px; border: 1px solid rgba(203,103,56,.3); background: rgba(203,103,56,.07); }
.safety-strip p { margin: 0; color: #c7c0b5; line-height: 1.6; }
.safety-icon { flex: 0 0 36px; aspect-ratio: 1; display: grid; place-items: center; border-radius: 50%; border: 1px solid var(--ember); color: #f0a47f; font-weight: 900; }

.calendar-section { width: 100%; padding-inline: max(24px, calc((100vw - var(--max-width)) / 2)); background: #0c0d0e; }
.calendar-layout { display: grid; grid-template-columns: 1fr 320px; gap: 32px; align-items: start; }
.calendar-grid { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); border-top: 1px solid var(--white-line); border-left: 1px solid var(--white-line); }
.calendar-day { min-height: 116px; display: flex; flex-direction: column; gap: 22px; padding: 14px; border: 0; border-right: 1px solid var(--white-line); border-bottom: 1px solid var(--white-line); color: var(--paper); background: transparent; text-align: left; cursor: pointer; }
.calendar-day span { color: #6f6c66; font-size: 10px; letter-spacing: .12em; }
.calendar-day strong { font-size: 12px; line-height: 1.35; }
.calendar-day:hover, .calendar-day.is-active { background: var(--brass-light); color: #16130e; }
.calendar-day.is-active span, .calendar-day:hover span { color: #6a4b23; }
.day-detail { position: sticky; top: 28px; min-height: 380px; padding: 34px; background: var(--panel-warm); border: 1px solid var(--line); }
.day-number { color: var(--brass-light); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .18em; }
.day-detail h3 { margin: 44px 0 18px; font-family: var(--display); font-size: 38px; font-weight: 400; }
.day-detail p { color: #b8b2a7; line-height: 1.75; }
.day-detail-rule { height: 1px; margin: 42px 0 20px; background: var(--line); }
.day-detail > span { color: #77736c; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }

.centered-heading { max-width: 760px; margin-inline: auto; text-align: center; }
.cage-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.cage-card { min-height: 410px; display: flex; flex-direction: column; padding: 24px; border: 1px solid var(--white-line); background: linear-gradient(180deg, #151718, #101112); }
.cage-symbol { position: relative; height: 138px; display: grid; place-items: center; overflow: hidden; background: radial-gradient(circle, rgba(200,163,95,.18), transparent 55%); }
.cage-symbol::before { content: ""; position: absolute; width: 84px; height: 84px; border: 1px solid rgba(227,200,135,.35); border-radius: 50%; }
.cage-symbol span { position: relative; color: var(--brass-light); font-family: var(--display); font-size: 13px; letter-spacing: .2em; }
.cage-card h3 { margin-top: 34px; }
.cage-card a { margin-top: auto; padding-top: 18px; border-top: 1px solid var(--white-line); color: var(--brass-light); font-size: 12px; font-weight: 800; }
.cage-card a span { float: right; }

.finder-section { width: 100%; display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; padding-inline: max(24px, calc((100vw - var(--max-width)) / 2)); background: var(--paper); color: #171512; }
.finder-intro h2 { font-family: var(--display); font-size: clamp(44px, 6vw, 72px); font-weight: 400; line-height: 1.02; letter-spacing: -.045em; }
.finder-intro > p:not(.section-kicker) { color: #665f55; line-height: 1.7; }
.finder-intro .section-kicker { color: #81552e; }
.finder-progress { display: flex; gap: 8px; margin-top: 40px; }
.finder-progress span { width: 52px; height: 3px; background: #d0c9bb; }
.finder-progress span:first-child { background: #81552e; }
.finder-form { padding: 42px; background: #fffdf7; border: 1px solid #d7d0c2; box-shadow: 0 30px 90px rgba(47,37,24,.08); }
.finder-form fieldset { margin: 0 0 34px; padding: 0; border: 0; }
.finder-form legend { margin-bottom: 15px; font-weight: 800; }
.finder-form legend span { color: #9b7545; margin-right: 10px; font-size: 11px; }
.choice-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 8px; }
.four-choices { grid-template-columns: repeat(4, minmax(0,1fr)); }
.choice-grid label { position: relative; min-width: 0; }
.choice-grid input { position: absolute; opacity: 0; }
.choice-grid span { min-height: 50px; display: grid; place-items: center; padding: 8px; border: 1px solid #d6cfc1; color: #5d574f; cursor: pointer; text-align: center; font-size: 12px; }
.choice-grid input:checked + span { border-color: #81552e; color: #4d2e13; background: #f1e6d2; box-shadow: inset 0 0 0 1px #81552e; }
.choice-grid input:focus-visible + span { outline: 3px solid rgba(129,85,46,.25); outline-offset: 2px; }
.finder-submit { border: 0; }
.finder-result { margin-top: 28px; padding: 26px; color: var(--paper); background: #171512; }
.finder-result > span { color: var(--brass-light); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .16em; }
.finder-result h3 { margin: 14px 0 10px; font-family: var(--display); font-size: 31px; font-weight: 400; }
.finder-result p { color: #bdb7ac; line-height: 1.6; }
.finder-result a { color: var(--brass-light); font-weight: 800; }

.checklist-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); border-top: 1px solid var(--white-line); border-left: 1px solid var(--white-line); }
.checklist-item { min-height: 150px; display: flex; flex-direction: column; justify-content: space-between; padding: 22px; border-right: 1px solid var(--white-line); border-bottom: 1px solid var(--white-line); }
.checklist-item span { color: var(--brass-light); font-family: var(--display); font-size: 15px; }
.checklist-item p { margin: 30px 0 0; color: #d5d0c6; font-size: 15px; line-height: 1.5; }

.mistakes-section { display: grid; grid-template-columns: .7fr 1.3fr; gap: 100px; align-items: start; }
.mistakes-section .section-heading { position: sticky; top: 30px; }
.mistakes-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--white-line); }
.mistakes-list li { display: grid; grid-template-columns: 48px 1fr; gap: 22px; padding: 28px 0; border-bottom: 1px solid var(--white-line); }
.mistakes-list > li > span { color: var(--brass-light); font-family: var(--display); font-size: 26px; }
.mistakes-list h3 { margin-bottom: 8px; font-family: var(--display); font-size: 26px; font-weight: 400; }
.mistakes-list p { margin: 0; color: var(--muted); line-height: 1.65; }

.featured-guide { position: relative; width: min(calc(100% - 48px), var(--max-width)); min-height: 430px; display: grid; grid-template-columns: .72fr 1.28fr; align-items: center; gap: 80px; margin: 30px auto 100px; padding: 60px 70px; overflow: hidden; background: linear-gradient(135deg, #2a2118, #11100f); border: 1px solid var(--line); }
.guide-number { color: rgba(227,200,135,.18); -webkit-text-stroke: 1.5px rgba(227,200,135,.76); font-family: var(--display); font-size: clamp(96px, 15vw, 210px); line-height: .82; letter-spacing: -.08em; text-shadow: 0 0 30px rgba(200,163,95,.16); }
.featured-guide > div:last-child { position: relative; z-index: 1; }
.featured-guide h2 { font-size: clamp(39px, 5vw, 63px); }
.featured-guide p:not(.section-kicker) { max-width: 600px; color: var(--muted); line-height: 1.7; }

.faq-list { border-top: 1px solid var(--white-line); }
.faq-list details { border-bottom: 1px solid var(--white-line); }
.faq-list summary { min-height: 82px; display: grid; grid-template-columns: 50px 1fr 30px; align-items: center; gap: 12px; cursor: pointer; list-style: none; font-family: var(--display); font-size: clamp(20px, 2.5vw, 29px); }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary > span { color: #6f6b63; font-family: var(--sans); font-size: 10px; }
.faq-list summary i { color: var(--brass-light); font-family: var(--sans); font-style: normal; transition: transform .2s ease; }
.faq-list details[open] summary i { transform: rotate(45deg); }
.faq-list details p { max-width: 820px; margin: -4px 42px 28px 62px; color: var(--muted); line-height: 1.75; }

.final-cta { position: relative; min-height: 650px; display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 90px 24px; overflow: hidden; text-align: center; background: radial-gradient(circle at center, #2b2116 0%, #11100e 42%, #090a0b 74%); border-top: 1px solid var(--line); }
.final-cta-orbit { position: absolute; width: 540px; aspect-ratio: 1; border: 1px solid rgba(227,200,135,.17); border-radius: 50%; box-shadow: 0 0 0 80px rgba(227,200,135,.025), 0 0 0 160px rgba(227,200,135,.018); }
.final-cta > *:not(.final-cta-orbit) { position: relative; z-index: 1; }
.final-cta h2 { font-size: clamp(48px, 7vw, 88px); }
.final-cta > p:not(.section-kicker) { max-width: 600px; color: var(--muted); font-size: 17px; line-height: 1.7; }

.site-footer { width: min(calc(100% - 48px), var(--max-width)); margin: 0 auto; display: grid; grid-template-columns: 1.2fr .8fr; gap: 42px 80px; padding: 70px 0 32px; }
.footer-brand { display: flex; align-items: start; }
.footer-logo { display: block; width: min(100%, 360px); height: auto; mix-blend-mode: screen; }
.site-footer nav { justify-self: end; display: flex; flex-wrap: wrap; gap: 24px; }
.footer-disclaimer { color: #77736c; font-size: 12px; line-height: 1.7; }
.copyright { display: flex; justify-content: space-between; grid-column: 1 / -1; margin: 0; padding-top: 24px; border-top: 1px solid var(--white-line); color: #65625c; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }

.secondary-page { min-height: 100vh; background: radial-gradient(circle at 80% 10%, rgba(200,163,95,.11), transparent 28%), var(--ink); }
.secondary-header { width: min(calc(100% - 48px), 1040px); min-height: 92px; display: flex; justify-content: space-between; align-items: center; margin: 0 auto; border-bottom: 1px solid var(--white-line); }
.secondary-header .brand-logo { height: 64px; }
.secondary-header > a:last-child { color: var(--brass-light); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; text-underline-offset: 5px; }
.secondary-hero, .secondary-content, .secondary-footer { width: min(calc(100% - 48px), 900px); margin-inline: auto; }
.secondary-hero { padding: 120px 0 72px; }
.secondary-hero h1 { max-width: 760px; margin-bottom: 24px; font-family: var(--display); font-size: clamp(54px, 8vw, 92px); font-weight: 400; line-height: .98; letter-spacing: -.05em; }
.secondary-hero > p:last-child { max-width: 710px; color: var(--muted); font-size: 18px; line-height: 1.7; }
.secondary-content { padding: 54px 0 110px; border-top: 1px solid var(--line); color: #c4beb3; font-size: 16px; line-height: 1.8; }
.secondary-content h2 { margin: 44px 0 16px; color: var(--paper); font-family: var(--display); font-size: 34px; font-weight: 400; }
.secondary-content h2:first-child { margin-top: 0; }
.secondary-content li { margin-bottom: 10px; }
.topic-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--white-line); }
.topic-list li { min-height: 62px; display: flex; justify-content: space-between; align-items: center; gap: 20px; margin: 0; border-bottom: 1px solid var(--white-line); }
.topic-list span { color: var(--brass-light); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; }
.draft-notice { margin-top: 44px; padding: 20px 22px; border: 1px solid rgba(203,103,56,.3); background: rgba(203,103,56,.08); color: #e0b7a2; }
.secondary-footer { padding: 28px 0 36px; border-top: 1px solid var(--white-line); color: #6c6861; font-size: 10px; text-transform: uppercase; letter-spacing: .14em; }

.wp-admin-bar .site-header { top: 32px; }
.secondary-main { min-height: 70vh; }
.secondary-content a { color: var(--brass-light); text-underline-offset: 4px; }
.secondary-content .post-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--white-line); }
.secondary-content .post-list li { padding: 28px 0; border-bottom: 1px solid var(--white-line); }
.secondary-content .post-list h2 { margin: 0 0 8px; }
.secondary-content .post-list h2 a { color: var(--paper); text-decoration: none; }
.secondary-content .post-meta { color: #77736c; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.secondary-content .nav-links { display: flex; justify-content: space-between; gap: 24px; margin-top: 42px; }
.secondary-content .page-content > *:last-child { margin-bottom: 0; }
.preview-notice { margin: 0; padding: 12px 18px; color: #171512; background: var(--brass-light); text-align: center; font-size: 12px; font-weight: 800; letter-spacing: .04em; }
.site-shell > .preview-notice + .site-header { top: 42px; }
.wp-admin-bar .site-shell > .preview-notice + .site-header { top: 74px; }
.countdown-section #countdown-before > p { margin: 20px 0 0; color: #756e63; font-size: 10px; text-transform: uppercase; letter-spacing: .16em; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

:focus-visible { outline: 3px solid var(--brass-light); outline-offset: 4px; }

@media (max-width: 1050px) {
  .main-nav { display: none; }
  .site-shell > .site-header { grid-template-columns: 1fr auto; }
  .hero { grid-template-columns: 1fr .65fr; min-height: 840px; }
  .hero-emblem { transform: scale(.82); transform-origin: center; }
  .challenge-grid, .cage-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .challenge-card:nth-child(2) { border-right: 0; }
  .challenge-card:nth-child(-n+2) { border-bottom: 1px solid var(--white-line); }
  .calendar-layout { grid-template-columns: 1fr; }
  .day-detail { position: static; min-height: 0; }
  .calendar-grid { grid-template-columns: repeat(5, minmax(0,1fr)); }
  .finder-section { gap: 44px; }
  .four-choices { grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (max-width: 780px) {
  .wp-admin-bar .site-shell > .site-header { top: 46px; }
  .wp-admin-bar .site-shell > .preview-notice + .site-header { top: 88px; }
  .site-shell > .site-header { width: min(calc(100% - 32px), var(--max-width)); min-height: 80px; padding-inline: 10px; }
  .brand-logo, .secondary-header .brand-logo { height: 52px; }
  .header-cta { padding-inline: 16px; }
  .hero { min-height: 900px; display: block; padding: 126px 20px 145px; }
  .hero::after { background: linear-gradient(180deg, rgba(9,10,11,.93), rgba(9,10,11,.72)); }
  .hero h1 { font-size: clamp(52px, 16vw, 78px); }
  .hero-emblem { position: absolute; z-index: -1; right: -132px; top: 340px; width: 360px; opacity: .22; transform: scale(.72); }
  .hero-stats { left: 20px; right: 20px; bottom: 34px; display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 12px; }
  .hero-stats div { display: block; }
  .hero-stats strong { display: block; font-size: 25px; }
  .hero-stats span { font-size: 9px; line-height: 1.3; }
  .button-row { display: grid; grid-template-columns: 1fr; }
  .button { width: 100%; padding-inline: 18px; }
  .countdown-section { padding: 58px 18px; }
  .countdown-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .countdown-unit:nth-child(2) { border-right: 0; }
  .countdown-unit:nth-child(-n+2) { border-bottom: 1px solid rgba(23,21,18,.16); }
  .content-section { width: min(calc(100% - 36px), var(--max-width)); padding: 88px 0; }
  .section-heading { margin-bottom: 38px; }
  .section-heading h2, .featured-guide h2, .final-cta h2 { font-size: clamp(40px, 12vw, 58px); }
  .split-heading, .intro-section, .finder-section, .mistakes-section, .featured-guide { grid-template-columns: 1fr; gap: 30px; }
  .intro-section .section-heading, .mistakes-section .section-heading { position: static; }
  .challenge-section, .calendar-section, .finder-section { width: 100%; padding-inline: 18px; }
  .challenge-grid, .cage-grid { grid-template-columns: 1fr; }
  .challenge-card { min-height: 320px; border-right: 0; border-bottom: 1px solid var(--white-line); }
  .challenge-card:last-child { border-bottom: 0; }
  .challenge-card h3 { margin-top: 38px; }
  .calendar-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .calendar-day { min-height: 108px; }
  .day-detail { padding: 28px; }
  .cage-card { min-height: 360px; }
  .finder-form { padding: 26px 18px; }
  .choice-grid, .four-choices { grid-template-columns: 1fr; }
  .checklist-grid { grid-template-columns: 1fr; }
  .checklist-item { min-height: 120px; }
  .featured-guide { width: calc(100% - 36px); min-height: 0; margin-bottom: 60px; padding: 40px 26px; }
  .guide-number { font-size: 100px; }
  .footer-logo { width: min(100%, 300px); }
  .faq-list summary { min-height: 76px; grid-template-columns: 34px 1fr 20px; font-size: 21px; }
  .faq-list details p { margin: 0 20px 24px 46px; }
  .final-cta { min-height: 600px; }
  .site-footer { width: calc(100% - 36px); grid-template-columns: 1fr; gap: 32px; }
  .site-footer nav { justify-self: start; }
  .copyright { display: grid; gap: 8px; }
  .secondary-header { width: calc(100% - 36px); min-height: 76px; }
  .secondary-hero, .secondary-content, .secondary-footer { width: calc(100% - 36px); }
  .secondary-hero { padding-top: 82px; }
}

@media (max-width: 430px) {
  .hero { min-height: 940px; }
  .hero h1 { font-size: 54px; }
  .hero-lede { font-size: 16px; }
  .header-cta { font-size: 10px; }
  .calendar-day strong { font-size: 11px; }
}

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