:root {
  --burgundy: #6b1f2a;
  --burgundy-dark: #521622;
  --burgundy-deep: #351017;
  --cream: #f5e9dc;
  --cream-soft: #fbf3e7;
  --cream-warm: #f6e2bf;
  --green: #35c13a;
  --green-dark: #239b28;
  --orange: #e8722a;
  --gold: #d9a441;
  --gold-light: #f3c96b;
  --copper: #d47a4a;
  --wood: #7d351e;
  --wood-dark: #4b1d14;
  --ink: #3a2328;
  --ink-soft: #6b4b52;
  --white: #fffdf9;
  --radius: 18px;
  --shadow: 0 16px 36px rgba(70, 24, 30, .18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font: 17px/1.62 Georgia, "Times New Roman", serif; }
img { display: block; max-width: 100%; }
a { color: var(--burgundy); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--orange); }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 4px solid #2b79ff; outline-offset: 3px; }
h1, h2, h3, .button, .topbar, .sidebar, .mobile-tabs, .kicker, .eyebrow, .byline, dt, summary { font-family: "Trebuchet MS", Verdana, sans-serif; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 780px; margin-bottom: 16px; padding-block: 2px; overflow-wrap: anywhere; font-size: clamp(34px, 4.3vw, 62px); line-height: 1.08; letter-spacing: -.025em; color: var(--white); text-shadow: 0 3px 0 rgba(55, 17, 24, .5), 0 10px 28px rgba(40, 10, 15, .35); }
h2 { margin-bottom: 18px; font-size: clamp(27px, 3.2vw, 42px); line-height: 1.06; letter-spacing: -.035em; }
h3 { line-height: 1.18; }
.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: 999; top: 10px; left: 10px; transform: translateY(-150%); padding: 12px 16px; border-radius: 10px; color: var(--ink); background: var(--white); }
.skip-link:focus { transform: none; }

.topbar {
  position: sticky; z-index: 80; top: 0; display: grid; grid-template-columns: 62px 190px minmax(220px, 540px) 1fr; align-items: center; gap: 18px;
  min-height: 84px; padding: 10px 24px;
  border-bottom: 2px dashed rgba(245, 233, 220, .55);
  color: var(--cream); background:
    radial-gradient(circle at 20% 20%, rgba(255,255,255,.06) 0 1px, transparent 2px 18px),
    linear-gradient(180deg, #842d3b 0, var(--burgundy) 54%, var(--burgundy-dark) 100%);
  box-shadow: 0 8px 20px rgba(52, 10, 18, .28), inset 0 -4px 0 rgba(42, 10, 16, .35);
}
.brand { justify-self: start; }
.brand img { width: 154px; height: auto; filter: drop-shadow(0 2px 0 rgba(0,0,0,.25)); }
.menu-button { display: grid; place-content: center; gap: 5px; width: 54px; height: 54px; border: 2px solid rgba(245,233,220,.7); border-radius: 14px; color: var(--cream); background: linear-gradient(#8f3442, #5e1824); box-shadow: 0 4px 0 #3b0e16; cursor: pointer; }
.menu-button span { display: block; width: 24px; height: 3px; border-radius: 10px; background: var(--gold-light); }
.search { display: flex; min-width: 0; height: 48px; border: 1px solid rgba(245,233,220,.26); border-radius: 14px; background: rgba(33, 6, 12, .34); box-shadow: inset 0 2px 8px rgba(0,0,0,.2); }
.search input { min-width: 0; flex: 1; border: 0; padding: 0 14px; color: var(--cream); outline: 0; background: transparent; }
.search input::placeholder { color: rgba(245,233,220,.68); }
.search button { width: 52px; border: 0; color: var(--gold-light); font: 800 26px/1 "Trebuchet MS", sans-serif; background: transparent; cursor: pointer; }
.header-actions { display: flex; justify-content: flex-end; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 10px 19px; border: 2px solid rgba(255,253,249,.86); border-radius: 14px; font-weight: 800; text-align: center; text-decoration: none; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, filter .18s ease; }
.button:hover { color: inherit; transform: translateY(-2px); filter: saturate(1.08); }
.button-green { color: #10290f; background: linear-gradient(180deg, #65ec68, var(--green) 55%, var(--green-dark)); box-shadow: 0 5px 0 #17701d, 0 10px 20px rgba(20,105,25,.3); }
.button-quiet { color: var(--cream); background: linear-gradient(180deg, #8a2c3a, var(--burgundy) 60%, var(--burgundy-dark)); box-shadow: 0 4px 0 #3d1019; }
.mobile-tabs { display: none; }

.site-layout { display: grid; grid-template-columns: 230px minmax(0, 1fr); }
.sidebar {
  position: relative; z-index: 20; top: auto; align-self: start; min-height: 1040px; padding: 28px 14px 130px;
  color: var(--cream); background:
    linear-gradient(90deg, rgba(255,255,255,.08), transparent 10%, transparent 88%, rgba(30,8,4,.28)),
    repeating-linear-gradient(8deg, transparent 0 18px, rgba(255,255,255,.035) 19px 20px),
    linear-gradient(180deg, #8a4528, #682a1d 70%, #4c1b16);
  box-shadow: inset -8px 0 18px rgba(35, 9, 6, .26), 8px 0 22px rgba(84, 42, 22, .14);
}
.sidebar::before { content: ""; position: absolute; inset: 11px 8px 92px; pointer-events: none; border: 2px dashed rgba(246,226,191,.33); border-radius: 18px 18px 44px 44px; }
.sidebar nav { position: relative; display: grid; gap: 7px; }
.sidebar nav a { display: grid; grid-template-columns: 36px 1fr; align-items: center; gap: 10px; min-height: 49px; padding: 6px 11px; border-radius: 12px; color: var(--cream); font-size: 14px; font-weight: 800; text-decoration: none; }
.sidebar nav a span { display: grid; place-items: center; width: 34px; height: 34px; border: 2px solid rgba(217,164,65,.65); border-radius: 10px; color: var(--gold-light); background: rgba(55,15,18,.3); font-size: 13px; }
.sidebar nav a:hover, .sidebar nav a.is-active { color: #4b1d14; background: linear-gradient(90deg, var(--gold-light), #f5dec0); box-shadow: 0 5px 0 rgba(61,20,12,.42); }
.sidebar nav a.is-active::before { content: ""; position: absolute; left: -14px; width: 6px; height: 46px; border-radius: 0 5px 5px 0; background: #ffcf35; }
.sidebar-help { position: absolute; right: 20px; bottom: 36px; left: 20px; padding-top: 18px; border-top: 1px solid rgba(245,233,220,.26); text-align: center; }
.sidebar-help a { color: var(--cream); }
main { min-width: 0; overflow: hidden; }

.hero { position: relative; isolation: isolate; min-height: clamp(630px, 42vw, 720px); overflow: hidden; border: 10px solid var(--wood); border-top: 0; border-radius: 0 0 26px 26px; background: #e8c981; box-shadow: var(--shadow); }
.hero::after { content: "✦"; position: absolute; z-index: 4; right: 18px; bottom: 12px; color: var(--gold-light); font-size: 38px; text-shadow: 0 3px 0 var(--wood-dark); }
.hero-picture, .hero-picture img { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-picture img { object-fit: cover; }
.hero-shade { position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(46,15,18,.8) 0, rgba(62,23,20,.55) 31%, rgba(49,18,18,.08) 59%, transparent 76%); }
.hero-copy { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; min-height: inherit; width: min(58%, 820px); padding: 48px clamp(28px, 5vw, 82px); color: var(--white); }
.hero-copy p { max-width: 690px; margin-bottom: 22px; font-size: clamp(16px, 1.35vw, 21px); text-shadow: 0 2px 12px rgba(0,0,0,.55); }
.eyebrow, .kicker { display: inline-block; margin-bottom: 9px; color: var(--orange); font-size: 12px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.hero .eyebrow { color: var(--gold-light); }
.hero-cta { align-self: flex-start; }
.byline { margin-top: 20px; font-size: 12px; color: rgba(255,253,249,.8); }

.offer-deck { padding: 48px clamp(22px, 4vw, 64px) 54px; color: var(--cream); background:
  radial-gradient(circle at 80% 0, rgba(217,164,65,.16), transparent 32%),
  linear-gradient(180deg, var(--burgundy), var(--burgundy-dark));
}
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; max-width: 1480px; margin: 0 auto 20px; }
.section-heading h2 { margin: 0; }
.section-heading.light h2 { color: var(--cream); }
.offer-note { max-width: 920px; margin: -6px auto 24px; color: rgba(245,233,220,.8); }
.offer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; max-width: 1480px; margin: 0 auto; }
.offer-card { position: relative; min-height: 210px; padding: 24px; border: 3px solid var(--white); border-radius: var(--radius); color: var(--ink); background: linear-gradient(180deg, var(--white), var(--cream-soft)); box-shadow: 0 10px 26px rgba(40,10,18,.35), inset 0 -5px 0 rgba(212,122,74,.18); }
.offer-card[data-edge-card="1"] { order: 2; }
.offer-card[data-edge-card="2"] { order: 1; }
.offer-card[data-edge-card="3"] { order: 3; }
.offer-card [data-edge-art] { width: 86px; height: 86px; margin: 0 auto 16px; border: 3px solid var(--copper); border-radius: 18px; object-fit: cover; box-shadow: 0 5px 0 rgba(125,53,30,.18); }
.offer-card .status-dot { position: absolute; top: 20px; right: 20px; width: 12px; height: 12px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 5px rgba(217,164,65,.2); }
.offer-label { margin-bottom: 12px; color: var(--ink-soft); font: 800 13px/1.2 "Trebuchet MS", sans-serif; text-transform: uppercase; letter-spacing: .08em; }
.offer-card strong { display: block; margin-bottom: 26px; font: 900 23px/1.2 "Trebuchet MS", sans-serif; }
.offer-card .offer-fallback { width: 100%; border-color: var(--copper); color: var(--ink); background: #efe0d1; box-shadow: 0 4px 0 rgba(125,53,30,.18); }
.offer-card:focus-within { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(40,10,18,.4), inset 0 -5px 0 rgba(212,122,74,.18); }

.author-card { display: grid; grid-template-columns: 170px minmax(0, 1fr); gap: 26px; align-items: center; max-width: 1180px; margin: 32px auto; padding: 24px 30px; border: 2px dashed rgba(107,31,42,.3); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.author-card img { width: 154px; }
.author-card strong { display: block; margin-bottom: 7px; font: 900 22px/1.2 "Trebuchet MS", sans-serif; }
.author-card p { margin-bottom: 8px; color: var(--ink-soft); }
.author-card a { display: inline-flex; min-height: 44px; align-items: center; }

.shortcut-rail { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(112px, 1fr); gap: 10px; overflow-x: auto; padding: 18px clamp(20px, 3vw, 48px); border-bottom: 1px solid #e0c5a8; background: var(--cream-soft); scrollbar-width: thin; }
.shortcut-rail a { display: grid; grid-template-columns: 34px 1fr; align-items: center; gap: 7px; min-height: 54px; padding: 7px 11px; border: 1px solid #e6cfaf; border-radius: 14px; color: var(--ink); background: var(--white); font: 800 13px/1.15 "Trebuchet MS", sans-serif; text-decoration: none; white-space: nowrap; }
.shortcut-rail span { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; color: var(--cream); background: linear-gradient(var(--copper), var(--burgundy)); }

.rail-section, .guide-section { padding: 52px clamp(20px, 3.5vw, 58px); background: var(--cream); }
.rail-section:nth-of-type(even) { background: var(--cream-soft); }
.section-intro, .guide-section > p { max-width: 940px; margin-right: auto; margin-left: auto; }
.rail-controls { display: flex; gap: 8px; }
.rail-controls button { width: 44px; height: 44px; border: 2px solid var(--copper); border-radius: 50%; color: var(--burgundy); background: var(--white); font: 900 25px/1 "Trebuchet MS", sans-serif; cursor: pointer; box-shadow: 0 4px 0 rgba(125,53,30,.18); }
.card-rail { display: grid; grid-auto-flow: column; grid-auto-columns: clamp(175px, 15.8vw, 235px); gap: 16px; max-width: 1480px; margin: 24px auto 0; padding: 4px 2px 14px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
.card-rail::-webkit-scrollbar { display: none; }
.art-card, .sport-card { scroll-snap-align: start; overflow: hidden; border: 4px solid var(--copper); border-radius: 18px; background: linear-gradient(#9e4d2a, var(--wood-dark)); box-shadow: 0 8px 0 rgba(75,29,20,.22), 0 13px 24px rgba(80,30,24,.15); }
.art-card picture, .sport-card picture { display: block; aspect-ratio: 4 / 5; overflow: hidden; background: var(--burgundy-dark); }
.art-card img, .sport-card img { width: 100%; height: 100%; object-fit: cover; }
.art-card h3, .sport-card h3 { margin: 0; padding: 13px 10px 15px; color: var(--ink); background: linear-gradient(180deg, #fff6e7, #e9c694); font-size: 16px; text-align: center; }
.rail-progress { max-width: 1480px; height: 4px; margin: 16px auto 0; overflow: hidden; border-radius: 5px; background: #dfc1a6; }
.rail-progress span { display: block; width: 28%; height: 100%; background: var(--wood); transition: transform .2s ease; }
.sport-section { color: var(--cream); background: radial-gradient(circle at 10% 0, #336f4c 0, transparent 30%), linear-gradient(180deg, #163929, #0e281f); }
.sport-section .kicker { color: var(--gold-light); }
.sport-section .section-intro { color: rgba(245,233,220,.82); }
.sport-card { overflow: visible; position: relative; margin-bottom: 18px; border-color: #bb713e; border-radius: 22px; background: var(--wood); }
.sport-card picture { border-radius: 17px 17px 4px 4px; }
.sport-card h3 { position: relative; width: 88%; margin: 0 auto; border: 3px solid var(--copper); border-radius: 9px; color: var(--cream-soft); background: linear-gradient(#9d4e2f, #642916); box-shadow: 0 5px 0 #3f190e; }

main p a, main dd a, main li a, main aside a, .footer-links a, .footer-pills a, .sidebar-help a { display: inline-flex; min-height: 44px; align-items: center; }

.editorial, .fact-panel, .market-section, .help-section, .faq-section { max-width: 1280px; margin: 0 auto; padding: 68px clamp(22px, 4vw, 64px); }
.editorial section + section { margin-top: 48px; padding-top: 48px; border-top: 1px solid #dcc3aa; }
.editorial p, .fact-panel p, .market-section p, .help-section p, .faq-section p { max-width: 920px; }
.check-section { display: grid; grid-template-columns: .75fr 1.25fr; gap: 40px; align-items: start; }
.check-section > p { grid-column: 1 / -1; }
.check-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin: 0; padding: 0; list-style: none; counter-reset: checks; }
.check-grid li { position: relative; min-height: 138px; padding: 22px 18px 18px 60px; border: 1px solid #e1c7a9; border-radius: 16px; background: var(--white); box-shadow: 0 8px 20px rgba(90,40,30,.08); counter-increment: checks; }
.check-grid li::before { content: counter(checks); position: absolute; top: 21px; left: 16px; display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; color: #0d2c12; background: linear-gradient(#64e96a, var(--green-dark)); font: 900 15px "Trebuchet MS", sans-serif; }
.check-grid strong, .check-grid span { display: block; }
.check-grid strong { margin-bottom: 6px; font: 900 16px "Trebuchet MS", sans-serif; }
.check-grid span { color: var(--ink-soft); font-size: 15px; }

.fact-panel { max-width: none; color: var(--cream); background: radial-gradient(circle at 100% 0, rgba(217,164,65,.18), transparent 30%), linear-gradient(135deg, var(--burgundy), var(--burgundy-dark)); }
.fact-panel > * { max-width: 1280px; margin-right: auto; margin-left: auto; }
.fact-panel h2 { color: var(--cream); }
.fact-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; max-width: 1280px; margin: 28px auto; }
.fact-grid div { padding: 22px; border: 1px solid rgba(245,233,220,.24); border-radius: 16px; background: rgba(255,253,249,.08); }
.fact-grid dt { margin-bottom: 8px; color: var(--gold-light); font-weight: 900; }
.fact-grid dd { margin: 0; font-size: 15px; color: rgba(245,233,220,.86); }

.editorial.split { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(260px, .75fr); gap: 54px; align-items: center; }
.numbered-list { display: grid; gap: 12px; padding-left: 24px; }
.numbered-list li { padding-left: 8px; }
.info-illustration { position: relative; min-height: 390px; overflow: hidden; padding: 260px 28px 22px; border: 3px solid var(--white); border-radius: 24px; background: radial-gradient(circle at 50% 25%, #f8e1a9, #d89145 46%, #6f251e 90%); box-shadow: var(--shadow); }
.paper { position: absolute; top: 70px; left: 50%; width: 160px; height: 205px; transform: translateX(-50%) rotate(-4deg); border: 9px solid #9a512a; border-radius: 12px; background: var(--cream-soft); box-shadow: 0 14px 22px rgba(55,20,12,.25); }
.paper span { display: block; width: 70%; height: 8px; margin: 30px auto 0; border-radius: 6px; background: #d2a171; }
.coin { position: absolute; display: grid; place-items: center; width: 75px; height: 75px; border: 8px solid #f0b632; border-radius: 50%; color: var(--burgundy); background: #ffdd70; font: 900 27px "Trebuchet MS", sans-serif; box-shadow: 0 8px 0 #9b5d23; }
.coin-a { top: 30px; right: 24px; transform: rotate(12deg); }
.coin-b { top: 160px; left: 20px; transform: rotate(-15deg); }
.info-illustration p { position: relative; margin: 0; padding: 14px; border-radius: 12px; background: rgba(255,253,249,.9); font-weight: 700; }

.market-section { display: grid; grid-template-columns: 1fr 270px; gap: 48px; align-items: start; max-width: none; background: var(--cream-soft); }
.market-copy { max-width: 980px; margin-left: auto; }
.date-card { position: sticky; top: 112px; padding: 22px; border: 3px solid var(--copper); border-radius: 18px; background: var(--white); box-shadow: var(--shadow); text-align: center; }
.date-card span, .date-card strong, .date-card small { display: block; }
.date-card span { color: var(--ink-soft); font: 800 12px "Trebuchet MS", sans-serif; text-transform: uppercase; letter-spacing: .08em; }
.date-card strong { margin: 10px 0; color: var(--burgundy); font: 900 28px "Trebuchet MS", sans-serif; }

.promo-banner { position: relative; display: grid; align-items: center; min-height: 360px; margin: 48px clamp(20px, 3.5vw, 58px); overflow: hidden; border: 8px solid var(--wood); border-radius: 26px; color: var(--cream); background:
  radial-gradient(circle at 20% 30%, rgba(255,226,137,.55), transparent 28%),
  linear-gradient(110deg, #8f4524, var(--burgundy) 55%, var(--burgundy-dark));
  box-shadow: 0 12px 0 var(--wood-dark), var(--shadow);
}
.promo-one { grid-template-columns: 330px 1fr 220px; }
.promo-two { grid-template-columns: 280px 1fr 340px; }
.promo-banner img { align-self: end; max-height: 350px; object-fit: contain; filter: drop-shadow(0 12px 8px rgba(40,10,8,.3)); }
.promo-copy { z-index: 2; padding: 34px; }
.promo-copy h2 { color: var(--cream); }
.promo-copy p { max-width: 650px; }
.promo-props { display: flex; flex-wrap: wrap; gap: 15px; padding: 35px; }
.promo-props span { display: grid; place-items: center; width: 76px; height: 76px; border: 8px solid #ecaa39; border-radius: 18px; color: #f5c763; background: #9b352d; box-shadow: 0 8px 0 #4a1b13; font-size: 29px; transform: rotate(6deg); }
.signpost { position: relative; place-self: center; width: 150px; height: 210px; }
.signpost::before, .signpost::after { content: ""; position: absolute; left: 65px; width: 20px; border: 5px solid #d59043; background: #79361f; }
.signpost::before { top: 60px; height: 150px; }
.signpost::after { top: 5px; left: 10px; width: 130px; height: 78px; border-radius: 16px; transform: rotate(-3deg); }
.signpost span { position: absolute; z-index: 2; top: 20px; left: 57px; color: var(--gold-light); font: 900 35px "Trebuchet MS", sans-serif; }

.guide-section { background: var(--cream-soft); }
.guide-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; max-width: 1480px; margin: 30px auto 0; }
.guide-card { position: relative; display: grid; grid-template-rows: 210px 1fr; overflow: hidden; border: 3px solid var(--copper); border-radius: 20px; color: var(--ink); background: var(--white); box-shadow: 0 8px 0 rgba(125,53,30,.18), 0 13px 24px rgba(80,30,24,.1); text-decoration: none; transition: transform .18s ease, box-shadow .18s ease; }
.guide-card:hover { color: var(--ink); transform: translateY(-5px); box-shadow: 0 13px 0 rgba(125,53,30,.18), 0 19px 30px rgba(80,30,24,.15); }
.guide-card img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 30%; background: #f1c987; }
.guide-card div { padding: 17px; }
.guide-card span { color: var(--orange); font: 900 11px "Trebuchet MS", sans-serif; text-transform: uppercase; letter-spacing: .1em; }
.guide-card h3 { margin: 7px 0; font-size: 18px; }
.guide-card p { margin: 0; color: var(--ink-soft); font-size: 14px; }

.help-section { display: block; }
.faq-section { padding-top: 40px; }
.faq-section details { margin-bottom: 12px; border: 1px solid #ddc3a5; border-radius: 14px; background: var(--white); }
.faq-section summary { position: relative; padding: 20px 56px 20px 22px; font-weight: 900; cursor: pointer; list-style: none; }
.faq-section summary::-webkit-details-marker { display: none; }
.faq-section summary::after { content: "+"; position: absolute; top: 14px; right: 17px; display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; color: var(--cream); background: var(--burgundy); }
.faq-section details[open] summary::after { content: "−"; }
.faq-section details p { padding: 0 22px 22px; }

.site-footer { position: relative; isolation: isolate; min-height: 700px; overflow: hidden; margin: 0; border-top: 10px solid var(--wood-dark); color: var(--cream); background: #e9c36b; }
.footer-picture, .footer-picture img, .footer-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.footer-picture img { object-fit: cover; }
.footer-overlay { z-index: 1; background: linear-gradient(180deg, rgba(255,250,230,.04) 0, rgba(255,244,211,.08) 55%, rgba(65,18,25,.14) 100%); }
.footer-inner { position: relative; z-index: 2; max-width: 1500px; margin: 0 auto; padding: 70px 44px 36px; }
.footer-top, .footer-links, .footer-bottom { border: 1px solid rgba(255,242,211,.3); background: rgba(69,19,28,.78); box-shadow: 0 16px 38px rgba(61,24,17,.18); backdrop-filter: blur(7px); }
.footer-top { display: grid; grid-template-columns: 180px minmax(280px, 1fr) auto; gap: 28px; align-items: center; padding: 26px 28px; border-bottom: 2px dashed rgba(245,233,220,.4); border-radius: 24px 24px 12px 12px; }
.footer-top p { margin: 0; max-width: 580px; color: rgba(245,233,220,.82); }
.footer-pills { display: flex; gap: 10px; }
.footer-pills a { padding: 10px 14px; border: 1px solid rgba(245,233,220,.45); border-radius: 999px; color: var(--cream); background: rgba(0,0,0,.18); text-decoration: none; }
.footer-links { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; margin-top: 16px; padding: 30px 28px; border-radius: 12px; }
.footer-links h3 { color: var(--gold-light); font-size: 16px; }
.footer-links a { display: block; margin: 8px 0; color: rgba(245,233,220,.85); font-size: 14px; }
.footer-bottom { display: grid; grid-template-columns: 74px 1fr auto; gap: 22px; align-items: center; margin-top: 16px; padding: 22px 28px; border-top: 1px solid rgba(245,233,220,.28); border-radius: 12px 12px 24px 24px; }
.footer-age { display: grid; place-items: center; width: 62px; height: 62px; border: 4px solid var(--cream); border-radius: 50%; font: 900 21px "Trebuchet MS", sans-serif; }
.footer-bottom p { margin: 0; font-size: 13px; color: rgba(245,233,220,.75); }
.footer-bottom button { border: 1px solid rgba(245,233,220,.5); border-radius: 10px; padding: 10px 14px; color: var(--cream); background: rgba(0,0,0,.2); cursor: pointer; }

.cookie-banner { position: fixed; z-index: 120; right: 18px; bottom: 18px; left: 18px; display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; max-width: 1100px; margin: 0 auto; padding: 20px; border: 2px dashed rgba(245,233,220,.65); border-radius: 18px; color: var(--cream); background: var(--burgundy); box-shadow: 0 16px 48px rgba(30,5,10,.4); }
.cookie-banner[hidden] { display: none; }
.cookie-banner h2 { margin-bottom: 8px; color: var(--cream); font-size: 22px; }
.cookie-banner p { margin: 0; font-size: 14px; }
.cookie-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }
.cookie-options { margin-top: 12px; }
.cookie-options label { margin-right: 16px; }
.cookie-save[hidden] { display: none; }

@media (max-width: 1180px) {
  .topbar { grid-template-columns: 56px 160px minmax(180px, 1fr) auto; padding-right: 14px; padding-left: 14px; }
  .header-actions .button-quiet { display: none; }
  .site-layout { grid-template-columns: 205px minmax(0, 1fr); }
  .sidebar nav a { font-size: 12px; }
  .hero-copy { width: 66%; }
  .hero-picture img { object-position: 76% 50%; }
  .fact-grid { grid-template-columns: repeat(2, 1fr); }
  .guide-grid { grid-template-columns: repeat(3, 1fr); }
  .promo-one { grid-template-columns: 270px 1fr 160px; }
  .promo-two { grid-template-columns: 180px 1fr 270px; }
}

@media (max-width: 860px) {
  .topbar { grid-template-columns: 54px 1fr auto; min-height: 78px; }
  .brand { justify-self: center; }
  .search { display: none; }
  .header-actions .button { min-height: 44px; padding: 8px 12px; font-size: 13px; }
  .mobile-tabs { position: sticky; z-index: 70; top: 78px; display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid #d7b894; background: var(--cream-soft); box-shadow: 0 6px 12px rgba(80,30,20,.1); }
  .mobile-tabs a { padding: 12px; color: var(--ink); font-weight: 900; text-align: center; text-decoration: none; }
  .mobile-tabs a.is-active { border-bottom: 4px solid var(--burgundy); color: var(--burgundy); }
  .site-layout { display: block; }
  .sidebar { position: fixed; z-index: 90; top: 78px; bottom: 0; left: 0; width: 260px; transform: translateX(-110%); transition: transform .2s ease; }
  .sidebar.is-open { transform: none; }
  .hero { min-height: 560px; }
  .hero-copy { width: 72%; }
  .offer-grid { grid-template-columns: 1fr; }
  .offer-card[data-edge-card] { order: initial; }
  .check-section, .editorial.split, .market-section { grid-template-columns: 1fr; }
  .check-section > p { grid-column: auto; }
  .date-card { position: static; max-width: 340px; }
  .guide-grid { grid-template-columns: repeat(2, 1fr); }
  .promo-banner { grid-template-columns: 230px 1fr; }
  .promo-props, .signpost { display: none; }
  .promo-two img { grid-column: 1; grid-row: 1; }
  .promo-two .promo-copy { grid-column: 2; }
  .footer-top { grid-template-columns: 160px 1fr; }
  .footer-pills { grid-column: 1 / -1; }
  .footer-bottom { grid-template-columns: 68px 1fr; }
  .footer-bottom button { grid-column: 1 / -1; justify-self: start; }
  .cookie-banner { grid-template-columns: 1fr; }
  .cookie-actions { justify-content: flex-start; }
}

@media (max-width: 620px) {
  body { font-size: 16px; }
  h1 { color: var(--ink); text-shadow: none; font-size: clamp(32px, 11vw, 48px); }
  .topbar { min-height: 74px; padding: 9px 10px; }
  .brand img { width: 132px; }
  .header-actions .button { padding: 7px 10px; font-size: 12px; }
  .mobile-tabs { top: 74px; }
  .hero { display: grid; min-height: 0; margin: 0 10px 12px; border: 7px solid var(--wood); border-radius: 0 0 24px 24px; background: var(--cream-soft); }
  .hero-picture { position: relative; inset: auto; display: block; aspect-ratio: 4 / 3; }
  .hero-picture img { position: static; object-position: 66% 50%; }
  .hero-shade { display: none; }
  .hero-copy { width: 100%; min-height: 0; padding: 22px 20px 24px; color: var(--ink); background: linear-gradient(180deg, var(--white), #f5dfbf); }
  .hero-copy p { color: var(--ink-soft); text-shadow: none; }
  .hero .eyebrow { color: var(--orange); }
  .hero-cta { align-self: stretch; }
  .hero-copy > p { display: none; }
  .byline { color: var(--ink-soft); }
  .offer-deck, .rail-section, .guide-section { padding: 38px 18px; }
  .offer-card { min-height: 180px; }
  .author-card { grid-template-columns: 1fr; margin: 24px 18px; text-align: left; }
  .shortcut-rail { grid-auto-columns: 120px; padding: 14px 18px; }
  .shortcut-rail a { grid-template-columns: 32px 1fr; font-size: 12px; }
  .section-heading { align-items: center; }
  .section-heading h2 { font-size: 27px; }
  .rail-controls { display: none; }
  .card-rail { grid-auto-columns: 116px; gap: 13px; margin-right: -18px; }
  .art-card h3, .sport-card h3 { font-size: 14px; }
  .editorial, .fact-panel, .market-section, .help-section, .faq-section { padding: 48px 20px; }
  .check-grid, .fact-grid { grid-template-columns: 1fr; }
  .check-section { gap: 20px; }
  .editorial section + section { margin-top: 32px; padding-top: 32px; }
  .info-illustration { min-height: 340px; }
  .promo-banner { grid-template-columns: 1fr; min-height: 0; margin: 34px 12px; }
  .promo-banner img { grid-column: 1; grid-row: 1; justify-self: center; width: 80%; max-height: 330px; }
  .promo-copy, .promo-two .promo-copy { grid-column: 1; grid-row: 2; padding: 26px 20px 32px; text-align: center; background: rgba(61,16,25,.44); }
  .promo-copy .button { width: 100%; }
  .guide-grid { display: grid; grid-auto-flow: column; grid-auto-columns: 78%; grid-template-columns: none; overflow-x: auto; scroll-snap-type: x mandatory; padding: 3px 0 18px; }
  .guide-card { grid-template-rows: 190px 1fr; scroll-snap-align: start; }
  .site-footer { min-height: 900px; }
  .footer-picture img { object-position: 65% 50%; }
  .footer-overlay { background: linear-gradient(180deg, rgba(255,250,230,.03), rgba(255,244,211,.08) 58%, rgba(65,18,25,.16)); }
  .footer-inner { padding: 48px 20px 28px; }
  .footer-top { grid-template-columns: 1fr; padding: 24px 18px; text-align: center; }
  .footer-top img { margin: 0 auto; }
  .footer-pills { grid-column: auto; display: grid; grid-template-columns: 1fr 1fr; }
  .footer-links { display: grid; grid-template-columns: 1fr; gap: 0; padding: 10px 18px; }
  .footer-links div { padding: 15px 0; border-bottom: 1px solid rgba(245,233,220,.2); }
  .footer-links h3::after { content: "⌄"; float: right; }
  .footer-links a { display: none; }
  .footer-links div.is-open a { display: block; }
  .footer-bottom { grid-template-columns: 68px 1fr; padding: 20px 18px; }
  .cookie-banner { right: 8px; bottom: 8px; left: 8px; max-height: calc(100vh - 16px); overflow-y: auto; padding: 17px; }
  .cookie-actions { display: grid; }
}

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