@import "tailwindcss";

:root {
  --ink: #06141a;
  --ink-soft: #0b2228;
  --teal: #0e4d55;
  --cyan: #55d8d0;
  --gold: #d6a84b;
  --gold-bright: #f3cf77;
  --cream: #f7f3ea;
  --paper: #fffdf8;
  --muted: #667276;
  --line: rgba(8, 38, 44, 0.13);
  --shadow: 0 24px 70px rgba(4, 25, 30, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
svg { width: 1.1em; height: 1.1em; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 1000; padding: 10px 16px; background: var(--gold-bright); color: var(--ink); border-radius: 8px; font-weight: 800; }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; top: 0; z-index: 50; color: #fff; background: rgba(3, 18, 23, 0.93); border-bottom: 1px solid rgba(255,255,255,.08); backdrop-filter: blur(18px); }
.header-inner { height: 76px; display: flex; align-items: center; gap: 20px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex: 0 0 auto; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; color: var(--gold-bright); border: 1px solid rgba(214,168,75,.55); background: radial-gradient(circle, rgba(214,168,75,.16), transparent 70%); border-radius: 50%; }
.brand-mark svg { width: 33px; height: 33px; }
.brand-copy { display: grid; line-height: 1.08; }
.brand-copy strong { color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: 18px; letter-spacing: .015em; }
.brand-copy small { margin-top: 5px; color: rgba(255,255,255,.55); font-size: 9px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; gap: 20px; margin-left: auto; }
.desktop-nav a { position: relative; color: rgba(255,255,255,.72); font-size: 14px; font-weight: 650; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--gold-bright); transition: right .25s ease; }
.desktop-nav a:hover { color: #fff; }
.desktop-nav a:hover::after { right: 0; }
.header-cta { display: inline-flex; align-items: center; gap: 8px; padding: 10px 15px; border: 1px solid rgba(243,207,119,.55); border-radius: 999px; color: var(--gold-bright); font-size: 13px; font-weight: 800; }
.header-cta:hover { background: var(--gold-bright); color: var(--ink); }
.header-actions { display: flex; align-items: center; gap: 9px; }
.language-switcher { position: relative; }
.language-switcher summary { min-height: 40px; display: inline-flex; align-items: center; padding: 8px 11px; color: rgba(255,255,255,.82); background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.16); border-radius: 999px; cursor: pointer; list-style: none; font-size: 12px; font-weight: 800; }
.language-switcher summary::-webkit-details-marker { display: none; }
.language-menu { position: absolute; z-index: 80; top: calc(100% + 10px); right: 0; min-width: 175px; display: grid; padding: 7px; background: #07191e; border: 1px solid rgba(255,255,255,.13); border-radius: 9px; box-shadow: 0 20px 45px rgba(0,0,0,.35); }
.language-menu a { display: grid; grid-template-columns: 24px 1fr; align-items: center; gap: 9px; padding: 9px 10px; color: rgba(255,255,255,.78); border-radius: 6px; font-size: 13px; font-weight: 700; }
.language-menu a:hover, .language-menu a[aria-current="page"] { color: #fff; background: rgba(243,207,119,.12); }
.mobile-menu { display: none; margin-left: auto; }
.mobile-menu summary { width: 42px; height: 42px; display: grid; align-content: center; gap: 5px; padding: 10px; cursor: pointer; list-style: none; border: 1px solid rgba(255,255,255,.16); border-radius: 12px; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu summary span { height: 2px; background: #fff; border-radius: 2px; }
.mobile-menu nav { position: fixed; top: 76px; left: 0; right: 0; display: grid; padding: 18px 20px 24px; background: #07191e; border-top: 1px solid rgba(255,255,255,.08); box-shadow: 0 18px 40px rgba(0,0,0,.25); }
.mobile-menu nav a { padding: 13px 4px; color: rgba(255,255,255,.86); border-bottom: 1px solid rgba(255,255,255,.08); font-weight: 700; }
.mobile-language-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 6px; padding-block: 12px; border-bottom: 1px solid rgba(255,255,255,.08); }
.mobile-menu nav .mobile-language-list a { padding: 9px 10px; background: rgba(255,255,255,.045); border: 0; border-radius: 6px; font-size: 12px; }
.mobile-menu nav .mobile-language-list a[aria-current="page"] { color: var(--gold-bright); background: rgba(243,207,119,.1); }

.hero { position: relative; isolation: isolate; min-height: 730px; overflow: hidden; color: #fff; background-color: #041a20; background-image: linear-gradient(90deg, rgba(3,17,22,.98) 0%, rgba(3,17,22,.88) 40%, rgba(3,17,22,.35) 72%, rgba(3,17,22,.52) 100%), url('/social-preview.png'); background-size: cover; background-position: center; }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 180px; background: linear-gradient(transparent, rgba(3,17,22,.72)); pointer-events: none; }
.hero-inner { position: relative; z-index: 2; min-height: 730px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 74px; padding-block: 76px 92px; }
.hero-copy { max-width: 640px; animation: hero-in .75s both ease-out; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 18px; color: var(--teal); font-size: 12px; font-weight: 850; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 28px; height: 1px; background: currentColor; }
.hero .eyebrow, .section-ink .eyebrow, .support-band .eyebrow { color: var(--gold-bright); }
.hero h1 { max-width: 700px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(54px, 7vw, 92px); font-weight: 500; line-height: .94; letter-spacing: -.045em; text-wrap: balance; }
.hero-lede { max-width: 620px; margin: 28px 0 0; color: rgba(255,255,255,.71); font-size: clamp(17px, 1.7vw, 20px); line-height: 1.72; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 12px 19px; border: 1px solid transparent; border-radius: 4px; font-size: 14px; font-weight: 800; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #07171b; background: var(--gold-bright); box-shadow: 0 12px 30px rgba(214,168,75,.2); }
.button-primary:hover { background: #ffe09a; }
.button-ghost { color: #fff; border-color: rgba(255,255,255,.3); background: rgba(255,255,255,.04); }
.button-ghost:hover { border-color: rgba(255,255,255,.65); background: rgba(255,255,255,.1); }
.button-dark { color: #fff; background: var(--ink); }
.button-dark:hover { background: var(--teal); }
.button svg { width: 18px; height: 18px; }
.hero-stats { display: flex; gap: 38px; margin: 48px 0 0; }
.hero-stats div { display: grid; gap: 2px; }
.hero-stats dt { color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: 26px; line-height: 1; }
.hero-stats dd { margin: 0; color: rgba(255,255,255,.48); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hero-video { position: relative; align-self: end; aspect-ratio: 16/10.5; overflow: hidden; border: 1px solid rgba(255,255,255,.18); border-radius: 8px; box-shadow: 0 36px 80px rgba(0,0,0,.45); animation: hero-in .85s .12s both ease-out; }
.hero-video::before { content: ""; position: absolute; z-index: 3; inset: 12px; border: 1px solid rgba(243,207,119,.4); pointer-events: none; }
.hero-video img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.hero-video:hover img { transform: scale(1.035); }
.hero-video-shade { position: absolute; inset: 0; background: linear-gradient(transparent 36%, rgba(3,17,22,.92)); }
.play-orb { position: absolute; z-index: 3; inset: 50% auto auto 50%; transform: translate(-50%,-50%); width: 64px; height: 64px; display: grid; place-items: center; color: var(--ink); background: var(--gold-bright); border-radius: 50%; box-shadow: 0 0 0 9px rgba(255,255,255,.12); transition: transform .2s ease; }
.hero-video:hover .play-orb { transform: translate(-50%,-50%) scale(1.08); }
.play-orb svg { width: 25px; height: 25px; margin-left: 3px; }
.hero-video-copy { position: absolute; z-index: 3; left: 34px; right: 30px; bottom: 31px; display: grid; gap: 3px; }
.hero-video-copy small { color: var(--gold-bright); font-size: 10px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.hero-video-copy strong { font-family: Georgia, "Times New Roman", serif; font-size: 27px; }
.hero-video-copy em { color: rgba(255,255,255,.55); font-size: 12px; font-style: normal; }
.hero-glow { position: absolute; z-index: 0; border-radius: 50%; filter: blur(2px); opacity: .3; }
.hero-glow-one { width: 420px; height: 420px; left: -270px; top: 120px; background: radial-gradient(circle, #087c83, transparent 68%); }
.hero-glow-two { width: 360px; height: 360px; right: 10%; bottom: -220px; background: radial-gradient(circle, #d6a84b, transparent 70%); opacity: .16; }
.trust-strip { position: relative; z-index: 4; color: rgba(255,255,255,.65); background: #031419; border-top: 1px solid rgba(255,255,255,.08); }
.trust-inner { min-height: 64px; display: flex; align-items: center; justify-content: center; gap: 24px; font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.trust-inner i { width: 4px; height: 4px; background: var(--gold); border-radius: 50%; }

.section { padding-block: 104px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 48px; margin-bottom: 40px; }
.section-heading h2, .guide-copy h2, .support-inner h2, .final-cta h2, .page-hero h1, .article-hero h1 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.035em; line-height: 1.04; }
.section-heading h2, .guide-copy h2 { font-size: clamp(38px, 5vw, 58px); }
.section-heading > p { max-width: 430px; margin: 0; color: rgba(255,255,255,.57); }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--teal); font-size: 13px; font-weight: 850; white-space: nowrap; }
.text-link svg { transition: transform .2s ease; }
.text-link:hover svg { transform: translateX(4px); }
.video-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.video-card { min-width: 0; background: #fff; border: 1px solid var(--line); border-radius: 7px; overflow: hidden; box-shadow: 0 12px 35px rgba(5,31,36,.07); transition: transform .25s ease, box-shadow .25s ease; }
.video-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.video-thumb { position: relative; display: block; aspect-ratio: 16/9; overflow: hidden; background: var(--ink-soft); }
.video-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.video-card:hover .video-thumb img { transform: scale(1.04); }
.thumb-play { position: absolute; inset: auto auto 15px 15px; width: 42px; height: 42px; display: grid; place-items: center; color: var(--ink); background: rgba(243,207,119,.94); border-radius: 50%; box-shadow: 0 8px 24px rgba(0,0,0,.22); }
.thumb-play svg { width: 20px; height: 20px; margin-left: 2px; }
.video-card-copy { padding: 22px 22px 24px; }
.video-card-copy > span { color: var(--teal); font-size: 10px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.video-card-copy h3 { margin: 8px 0 10px; font-family: Georgia, "Times New Roman", serif; font-size: 22px; line-height: 1.15; }
.video-card-copy h3 a:hover { color: var(--teal); }
.video-card-copy p { margin: 0 0 16px; color: var(--muted); font-size: 14px; line-height: 1.6; }
.video-card-copy small { color: #8b9496; font-size: 11px; font-weight: 700; }
.video-card-actions { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.video-card-actions a { color: var(--teal); font-size: 11px; font-weight: 800; }

.finder-band { padding-block: 34px; color: #fff; background: linear-gradient(110deg, #0b5660, #092e36); border-bottom: 1px solid rgba(255,255,255,.08); }
.finder-inner { display: grid; grid-template-columns: .78fr 1.22fr; align-items: end; gap: 60px; }
.finder-inner h2 { margin: 5px 0 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(27px, 3.4vw, 40px); font-weight: 500; line-height: 1.05; }
.home-search label { display: block; margin-bottom: 8px; color: rgba(255,255,255,.62); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.home-search > div { display: grid; grid-template-columns: auto 1fr auto; align-items: center; min-height: 58px; padding-left: 18px; color: var(--ink); background: #fff; border-radius: 5px; box-shadow: 0 15px 45px rgba(0,0,0,.16); }
.home-search svg { color: var(--teal); }
.home-search input { width: 100%; min-width: 0; padding: 12px 14px; color: var(--ink); background: transparent; border: 0; outline: 0; }
.home-search input::placeholder { color: #819093; }
.home-search button { align-self: stretch; min-width: 112px; padding-inline: 20px; color: var(--ink); background: var(--gold-bright); border: 0; border-radius: 0 5px 5px 0; font-weight: 850; cursor: pointer; }
.home-search button:hover { background: #ffe09b; }

.section-ink { color: #fff; background: radial-gradient(circle at 85% 0%, rgba(28,111,116,.24), transparent 28%), #071c21; }
.light-heading { align-items: center; }
.series-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid rgba(255,255,255,.12); border-left: 1px solid rgba(255,255,255,.12); }
.series-card { position: relative; min-height: 250px; display: grid; grid-template-columns: 50px 1fr auto; align-items: end; gap: 18px; padding: 34px; border-right: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); overflow: hidden; }
.series-card::before { content: ""; position: absolute; inset: 0; opacity: 0; background: linear-gradient(135deg, rgba(214,168,75,.08), rgba(30,138,143,.16)); transition: opacity .3s ease; }
.series-card:hover::before { opacity: 1; }
.series-card > * { position: relative; z-index: 1; }
.series-number { align-self: start; color: var(--gold-bright); font-family: Georgia, serif; font-size: 14px; }
.series-card small { color: var(--cyan); font-size: 10px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.series-card h3 { margin: 7px 0 10px; font-family: Georgia, "Times New Roman", serif; font-size: 30px; font-weight: 500; }
.series-card p { max-width: 430px; margin: 0; color: rgba(255,255,255,.56); font-size: 14px; }
.series-arrow { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; transition: background .2s ease, color .2s ease; }
.series-card:hover .series-arrow { color: var(--ink); background: var(--gold-bright); }

.guide-feature { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 82px; }
.guide-visual { position: relative; min-width: 0; }
.guide-visual::before { content: ""; position: absolute; left: -18px; top: -18px; width: 72%; height: 74%; border: 1px solid rgba(214,168,75,.55); }
.guide-visual img { position: relative; z-index: 1; width: 100%; aspect-ratio: 16/10.5; object-fit: cover; border-radius: 4px; box-shadow: var(--shadow); }
.guide-badge { position: absolute; z-index: 2; left: 22px; top: 22px; padding: 8px 12px; color: var(--ink); background: var(--gold-bright); border-radius: 3px; font-size: 10px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.guide-score { position: absolute; z-index: 2; right: -22px; bottom: -22px; display: grid; padding: 18px 24px; color: rgba(255,255,255,.62); background: var(--ink); border-radius: 4px; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; box-shadow: var(--shadow); }
.guide-score strong { color: #fff; font-family: Georgia, serif; font-size: 27px; letter-spacing: 0; }
.guide-copy > p:not(.eyebrow) { margin: 24px 0; color: var(--muted); font-size: 17px; }
.check-list { display: grid; gap: 13px; margin: 25px 0 0; padding: 0; list-style: none; }
.check-list li { display: flex; align-items: center; gap: 11px; font-size: 14px; font-weight: 700; }
.check-list svg { flex: 0 0 22px; width: 22px; height: 22px; padding: 4px; color: var(--teal); background: rgba(14,77,85,.09); border-radius: 50%; }
.dark-link { color: var(--ink); }

.support-band { color: #fff; background: radial-gradient(circle at 84% 10%, rgba(243,207,119,.16), transparent 28%), linear-gradient(120deg, #0a4b52, #052228); }
.support-inner { display: flex; align-items: center; justify-content: space-between; gap: 70px; }
.support-inner > div:first-child { max-width: 680px; }
.support-inner h2 { font-size: clamp(37px, 5vw, 58px); }
.support-inner p:not(.eyebrow) { max-width: 650px; margin: 20px 0 0; color: rgba(255,255,255,.64); }
.support-actions { display: flex; flex-direction: column; min-width: 195px; gap: 12px; }
.revenue-section { padding-bottom: 120px; }
.revenue-section .section-heading > p { color: var(--muted); }
.revenue-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.revenue-grid article { min-height: 265px; padding: 29px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.revenue-grid article > span { color: var(--gold); font-family: Georgia, serif; font-size: 13px; }
.revenue-grid h3 { margin: 52px 0 12px; font-family: Georgia, serif; font-size: 23px; }
.revenue-grid p { margin: 0; color: var(--muted); font-size: 14px; }
.benefits-section { padding-bottom: 120px; }
.benefits-section .section-heading > p { color: var(--muted); }
.benefits-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.benefits-grid article { min-height: 265px; padding: 29px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.benefits-grid article > span { color: var(--gold); font-family: Georgia, serif; font-size: 13px; }
.benefits-grid h3 { margin: 52px 0 12px; font-family: Georgia, serif; font-size: 23px; }
.benefits-grid p { margin: 0; color: var(--muted); font-size: 14px; }
.final-cta { padding-block: 64px; color: #fff; background: #041419; border-top: 1px solid rgba(255,255,255,.08); }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.final-cta small { color: var(--gold-bright); font-size: 10px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.final-cta h2 { margin-top: 5px; font-size: clamp(30px, 4vw, 45px); }

.page-hero { padding: 94px 0 80px; color: #fff; background: radial-gradient(circle at 80% 0%, rgba(37,139,142,.28), transparent 28%), #071c21; }
.page-hero .eyebrow { color: var(--gold-bright); }
.page-hero h1 { max-width: 900px; font-size: clamp(50px, 8vw, 82px); }
.page-hero p:not(.eyebrow) { max-width: 720px; margin: 25px 0 0; color: rgba(255,255,255,.62); font-size: 18px; }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; color: rgba(255,255,255,.5); font-size: 12px; }
.breadcrumb a:hover { color: var(--gold-bright); }
.page-grid { padding-block: 80px 110px; }
.playlist-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.playlist-card { min-height: 235px; display: flex; flex-direction: column; padding: 28px; color: #fff; background: linear-gradient(145deg, #0a3239, #06191e); border: 1px solid rgba(255,255,255,.08); border-radius: 6px; }
.playlist-card small { color: var(--cyan); font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.playlist-card h2 { margin: auto 0 8px; font-family: Georgia, serif; font-size: 28px; }
.playlist-card p { margin: 0; color: rgba(255,255,255,.55); font-size: 14px; }
.playlist-card span { margin-top: 20px; color: var(--gold-bright); font-size: 13px; font-weight: 800; }
.copy-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.copy-card { padding: 34px; background: #fff; border: 1px solid var(--line); border-radius: 6px; }
.copy-card h2, .copy-card h3 { margin: 0 0 14px; font-family: Georgia, serif; font-size: 27px; }
.copy-card p { margin: 0; color: var(--muted); }

.article-hero { padding: 70px 0 64px; color: #fff; background: linear-gradient(120deg, rgba(4,24,29,.98), rgba(6,41,47,.93)); }
.article-hero h1 { max-width: 980px; font-size: clamp(40px, 7vw, 68px); }
.article-hero .article-intro { max-width: 800px; margin: 23px 0 0; color: rgba(255,255,255,.66); font-size: 18px; }
.article-layout { display: grid; grid-template-columns: minmax(0,1fr) 300px; gap: 54px; padding-block: 70px 110px; }
.article-main { min-width: 0; }
.primary-video { position: relative; display: block; aspect-ratio: 16/9; overflow: hidden; background: var(--ink); border-radius: 6px; box-shadow: var(--shadow); }
.primary-video img { width: 100%; height: 100%; object-fit: cover; }
.primary-video::after { content: "Watch full walkthrough"; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); padding: 14px 20px; color: var(--ink); background: var(--gold-bright); border-radius: 4px; font-size: 13px; font-weight: 850; white-space: nowrap; box-shadow: 0 14px 40px rgba(0,0,0,.3); }
.article-section { margin-top: 50px; }
.article-section h2 { margin: 0 0 17px; font-family: Georgia, serif; font-size: 34px; font-weight: 500; }
.article-section p { color: var(--muted); }
.article-video-list { display: grid; gap: 18px; }
.article-video-list .video-card { display: grid; grid-template-columns: 260px 1fr; }
.article-video-list .video-thumb { aspect-ratio: auto; min-height: 180px; }
.article-sidebar { align-self: start; position: sticky; top: 102px; display: grid; gap: 18px; }
.sidebar-card { padding: 25px; background: #f1eee5; border: 1px solid rgba(10,40,45,.09); border-radius: 6px; }
.sidebar-card h2 { margin: 0 0 15px; font-family: Georgia, serif; font-size: 23px; }
.sidebar-card ul { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; color: var(--muted); font-size: 14px; }
.sidebar-card li::before { content: "◆"; margin-right: 9px; color: var(--gold); font-size: 8px; }
.sidebar-card p { color: var(--muted); font-size: 13px; }
.sidebar-card .button { width: 100%; margin-top: 7px; }
.legal-note { padding: 18px 20px; color: #5d696c; background: #f5f2eb; border-left: 3px solid var(--gold); font-size: 13px; }

.library-hero { position: relative; overflow: hidden; }
.library-hero::after { content: "454"; position: absolute; right: max(20px, calc((100vw - 1180px) / 2)); bottom: -48px; color: rgba(255,255,255,.035); font-family: Georgia, serif; font-size: clamp(150px, 24vw, 310px); line-height: 1; pointer-events: none; }
.library-section { padding-top: 58px; }
.library-layout { min-width: 0; }
.library-tools { position: sticky; top: 92px; z-index: 12; display: grid; grid-template-columns: minmax(280px, 1.7fr) repeat(3, minmax(150px, .72fr)); gap: 12px; padding: 18px; background: rgba(247,243,234,.94); border: 1px solid var(--line); border-radius: 8px; box-shadow: 0 15px 40px rgba(4,25,30,.09); backdrop-filter: blur(14px); }
.library-tools label { min-width: 0; }
.library-tools label > span { display: block; margin: 0 0 7px; color: #536266; font-size: 10px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.library-tools input, .library-tools select { width: 100%; height: 48px; color: var(--ink); background: #fff; border: 1px solid rgba(7,42,48,.16); border-radius: 5px; outline: 0; }
.library-tools input:focus, .library-tools select:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(14,77,85,.12); }
.library-search > div { position: relative; }
.library-search svg { position: absolute; left: 15px; top: 50%; transform: translateY(-50%); color: var(--teal); }
.library-search input { padding: 0 14px 0 44px; }
.library-tools select { padding: 0 34px 0 12px; }
.library-summary { display: flex; align-items: center; gap: 8px; margin: 30px 0 20px; color: var(--muted); font-size: 13px; }
.library-summary strong { color: var(--ink); font-family: Georgia, serif; font-size: 24px; }
.library-summary span { margin-left: auto; color: #879194; font-size: 11px; }
.library-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin: 0; padding: 0; list-style: none; }
.library-card { height: 100%; display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); border-radius: 7px; overflow: hidden; box-shadow: 0 10px 30px rgba(4,30,36,.06); transition: transform .22s ease, box-shadow .22s ease; }
.library-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.library-thumb { position: relative; aspect-ratio: 16/9; overflow: hidden; background: #09252b; }
.library-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.library-card:hover .library-thumb img { transform: scale(1.035); }
.library-duration { position: absolute; right: 10px; bottom: 10px; padding: 4px 7px; color: #fff; background: rgba(1,10,13,.84); border-radius: 3px; font-size: 10px; font-weight: 800; }
.library-play { position: absolute; left: 12px; bottom: 10px; width: 34px; height: 34px; display: grid; place-items: center; color: var(--ink); background: var(--gold-bright); border-radius: 50%; font-size: 11px; }
.library-card-copy { flex: 1; display: flex; flex-direction: column; padding: 18px; }
.library-card-copy small { color: var(--teal); font-size: 9px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.library-card-copy strong { display: -webkit-box; margin: 8px 0 17px; overflow: hidden; font-family: Georgia, serif; font-size: 18px; line-height: 1.24; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.library-card-copy em { margin-top: auto; color: #849093; font-size: 10px; font-style: normal; font-weight: 700; }
.library-more { display: grid; justify-items: center; gap: 10px; padding-top: 42px; }
.library-more small { color: var(--muted); }
.library-empty { padding: 70px 24px; text-align: center; background: #f4f0e7; border-radius: 8px; }
.library-empty h2 { margin: 0; font-family: Georgia, serif; font-size: 36px; }
.library-empty p { color: var(--muted); }

.contact-layout { display: grid; grid-template-columns: 1.2fr .8fr; gap: 30px; align-items: stretch; }
.contact-card, .contact-note { padding: clamp(30px, 5vw, 58px); border-radius: 7px; }
.contact-card { color: #fff; background: linear-gradient(140deg, #0b4f58, #061c22); box-shadow: var(--shadow); }
.contact-card > small { color: var(--gold-bright); font-size: 10px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.contact-card h2 { margin: 20px 0 12px; overflow-wrap: anywhere; font-family: Georgia, serif; font-size: clamp(26px, 4vw, 43px); font-weight: 500; }
.contact-card p { max-width: 670px; color: rgba(255,255,255,.64); }
.contact-card .button { margin-top: 18px; color: var(--ink); background: var(--gold-bright); }
.contact-note { background: #f2eee5; border: 1px solid var(--line); }
.contact-note h2 { margin: 7px 0 24px; font-family: Georgia, serif; font-size: 34px; font-weight: 500; }
.contact-note .check-list li { align-items: flex-start; padding: 12px 0; border-top: 1px solid var(--line); }

.site-footer { padding-top: 72px; color: rgba(255,255,255,.62); background: #031318; }
.footer-top { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 60px; padding-bottom: 55px; }
.footer-brand p { max-width: 360px; margin: 22px 0 0; font-size: 14px; }
.site-footer h3 { margin: 0 0 16px; color: #fff; font-size: 11px; letter-spacing: .15em; text-transform: uppercase; }
.site-footer .footer-top > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 10px; }
.site-footer .footer-top > div:not(.footer-brand) a { font-size: 14px; }
.site-footer a:hover { color: var(--gold-bright); }
.footer-bottom { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.09); font-size: 11px; }
.footer-legal { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 10px 18px; }
.cookie-settings-button { padding: 0; color: inherit; background: transparent; border: 0; cursor: pointer; font-size: inherit; }
.cookie-settings-button:hover { color: var(--gold-bright); }

.consent-panel { position: fixed; z-index: 1000; left: 20px; right: 20px; bottom: 20px; width: min(1040px, calc(100% - 40px)); margin-inline: auto; color: #fff; background: #071c21; border: 1px solid rgba(243,207,119,.42); border-radius: 9px; box-shadow: 0 28px 85px rgba(0,0,0,.46); outline: 0; }
.consent-panel:focus-visible { box-shadow: 0 0 0 3px var(--gold-bright), 0 28px 85px rgba(0,0,0,.46); }
.consent-panel-inner { position: relative; display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 34px; padding: 25px 28px; }
.consent-copy { max-width: 690px; }
.consent-kicker { margin: 0 0 4px; color: var(--gold-bright); font-size: 10px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.consent-copy h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 27px; font-weight: 500; }
.consent-copy > p:not(.consent-kicker, .consent-current) { margin: 7px 0 5px; color: rgba(255,255,255,.74); font-size: 14px; line-height: 1.55; }
.consent-copy a { color: var(--gold-bright); font-size: 12px; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.consent-current { margin: 8px 0 3px; color: var(--cyan); font-size: 12px; font-weight: 700; }
.consent-actions { display: grid; grid-template-columns: repeat(2, minmax(145px, 1fr)); gap: 10px; }
.consent-actions button { min-height: 48px; padding: 11px 16px; color: var(--ink); background: #fff; border: 1px solid #fff; border-radius: 4px; cursor: pointer; font-size: 13px; font-weight: 850; }
.consent-actions button:hover { background: var(--gold-bright); border-color: var(--gold-bright); }
.consent-actions button:focus-visible, .consent-close:focus-visible, .cookie-settings-button:focus-visible { outline: 3px solid var(--gold-bright); outline-offset: 3px; }
.consent-close { position: absolute; top: 8px; right: 9px; width: 34px; height: 34px; display: grid; place-items: center; padding: 0; color: rgba(255,255,255,.76); background: transparent; border: 0; border-radius: 50%; cursor: pointer; font-size: 25px; line-height: 1; }
.consent-close:hover { color: var(--ink); background: var(--gold-bright); }

@keyframes hero-in { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; } }
@media (max-width: 1040px) {
  .desktop-nav, .header-actions { display: none; }
  .mobile-menu { display: block; }
  .hero { min-height: auto; }
  .hero-inner { min-height: auto; grid-template-columns: 1fr; gap: 46px; padding-block: 72px; }
  .hero-copy { max-width: 760px; }
  .hero-video { width: min(760px, 100%); align-self: auto; }
  .video-grid { grid-template-columns: repeat(2, 1fr); }
  .guide-feature { gap: 48px; }
  .revenue-grid, .benefits-grid { grid-template-columns: repeat(2, 1fr); }
  .library-tools { grid-template-columns: 1fr 1fr; }
  .library-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-top { grid-template-columns: 1.4fr repeat(2,1fr); }
  .footer-top > div:last-child { grid-column: 2; }
}
@media (max-width: 760px) {
  .shell { width: min(100% - 28px, 1180px); }
  .header-inner { height: 68px; }
  .mobile-menu nav { top: 68px; }
  .brand-mark { width: 38px; height: 38px; }
  .brand-copy strong { font-size: 16px; }
  .hero { background-position: 68% center; }
  .hero-inner { padding-block: 56px 64px; }
  .hero h1 { font-size: clamp(48px, 15vw, 68px); }
  .hero-lede { font-size: 16px; }
  .hero-actions .button { width: 100%; }
  .hero-stats { gap: 19px; justify-content: space-between; }
  .hero-stats dt { font-size: 22px; }
  .hero-stats dd { font-size: 8px; }
  .hero-video-copy { left: 22px; bottom: 22px; }
  .hero-video-copy strong { font-size: 21px; }
  .play-orb { width: 52px; height: 52px; }
  .trust-inner { justify-content: flex-start; overflow-x: auto; padding-block: 18px; }
  .trust-inner span { flex: 0 0 auto; }
  .finder-inner { grid-template-columns: 1fr; gap: 22px; }
  .home-search > div { grid-template-columns: auto 1fr; }
  .home-search button { grid-column: 1/-1; min-height: 48px; border-radius: 0 0 5px 5px; }
  .section { padding-block: 72px; }
  .section-heading { align-items: start; flex-direction: column; gap: 18px; margin-bottom: 30px; }
  .video-grid, .series-grid, .guide-feature, .playlist-grid, .copy-grid, .library-grid, .contact-layout { grid-template-columns: 1fr; }
  .series-grid { border-left: 0; }
  .series-card { grid-template-columns: 38px 1fr; padding: 26px 22px; border-left: 1px solid rgba(255,255,255,.12); }
  .series-arrow { display: none; }
  .guide-feature { gap: 58px; }
  .guide-score { right: 12px; bottom: -25px; }
  .support-inner, .final-cta-inner { align-items: stretch; flex-direction: column; gap: 34px; }
  .support-actions { width: 100%; }
  .revenue-grid, .benefits-grid { grid-template-columns: 1fr; }
  .revenue-grid article, .benefits-grid article { min-height: auto; }
  .revenue-grid h3, .benefits-grid h3 { margin-top: 35px; }
  .library-tools { position: static; grid-template-columns: 1fr; padding: 15px; backdrop-filter: none; }
  .library-summary { align-items: flex-start; flex-wrap: wrap; }
  .library-summary span { width: 100%; margin-left: 0; }
  .article-layout { grid-template-columns: 1fr; gap: 45px; }
  .article-sidebar { position: static; }
  .article-video-list .video-card { grid-template-columns: 1fr; }
  .article-video-list .video-thumb { aspect-ratio: 16/9; min-height: 0; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 38px 24px; }
  .footer-brand { grid-column: 1/-1; }
  .footer-top > div:last-child { grid-column: auto; }
  .footer-bottom { align-items: start; flex-direction: column; padding-block: 20px; }
  .footer-legal { justify-content: flex-start; }
  .consent-panel { left: 14px; right: 14px; bottom: 14px; width: calc(100% - 28px); }
  .consent-panel-inner { grid-template-columns: 1fr; gap: 18px; padding: 22px 20px; }
  .consent-copy { padding-right: 22px; }
  .consent-actions { grid-template-columns: 1fr; }
}
@media (max-width: 430px) {
  .brand-copy small { display: none; }
  .hero-video { aspect-ratio: 16/12; }
  .footer-top { grid-template-columns: 1fr; }
}



.archive-page-note{display:flex;align-items:center;justify-content:space-between;gap:24px;margin:0 0 28px;padding:22px 24px;border:1px solid rgba(191,143,61,.28);background:#fff}.archive-page-note p{margin:0;max-width:760px}.archive-title-page{display:block;margin-top:8px;font-family:var(--font-body);font-size:.28em;font-weight:650;letter-spacing:.08em;text-transform:uppercase;color:var(--gold)}.archive-pagination{display:flex;align-items:center;justify-content:center;gap:14px;margin:34px 0 0}.archive-pagination a,.archive-pagination span{display:inline-flex;min-height:44px;align-items:center;padding:10px 16px;border:1px solid rgba(191,143,61,.35);background:#fff}.archive-pagination a:hover{border-color:var(--gold);color:var(--gold-dark)}@media(max-width:700px){.archive-page-note{align-items:stretch;flex-direction:column}.archive-pagination{flex-wrap:wrap}}
