:root {
    --asphalt: #242526;
    --graphite: #303234;
    --steel: #929497;
    --silver: #d6d7d8;
    --paper: #f2f2f0;
    --white: #ffffff;
    --orange: #ff6800;
    --red-orange: #d83a12;
    --line: #d2d3d4;
    --muted: #676a6d;
    --shell: 1220px;
    color: var(--asphalt);
    background: var(--paper);
    font-family: Arial, Helvetica, sans-serif;
    scroll-behavior: smooth;
}

* { box-sizing: border-box; }
html, body { min-height: 100%; margin: 0; }
body { background: var(--paper); }
body, button, input { font: inherit; }
a { color: inherit; }
.shell { width: min(var(--shell), calc(100% - 48px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.eyebrow { margin: 0; color: var(--orange); font-size: 10px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow.light { color: #ff9a55; }

.site-header { position: sticky; z-index: 30; top: 0; border-bottom: 1px solid #454749; color: var(--white); background: #242526f4; backdrop-filter: blur(12px); }
.header-row { display: flex; min-height: 72px; align-items: center; gap: 30px; }
.brand { display: flex; align-items: center; gap: 10px; margin-right: auto; text-decoration: none; }
.brand b { display: grid; width: 48px; height: 38px; place-items: center; color: var(--white); background: var(--orange); font-size: 14px; letter-spacing: .08em; transform: skewX(-8deg); }
.brand span { display: flex; flex-direction: column; font-size: 17px; font-weight: 800; letter-spacing: .08em; }
.brand small { margin-top: 2px; color: var(--steel); font-size: 8px; letter-spacing: .18em; }
.main-nav { display: flex; gap: 25px; }
.main-nav a { padding-block: 27px; color: #c8c9ca; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.main-nav a:hover { color: var(--orange); }
.header-action { padding: 12px 16px; border: 1px solid var(--orange); color: var(--white); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.header-action:hover { background: var(--orange); }
.nav-toggle { display: none; width: 42px; padding: 8px; border: 0; background: transparent; }
.nav-toggle > span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--white); }

.hero { position: relative; overflow: hidden; color: var(--white); background: var(--asphalt); }
.hero::before { position: absolute; inset: 0; content: ""; opacity: .18; background: repeating-linear-gradient(115deg, transparent 0 22px, #ffffff08 23px 24px), radial-gradient(circle at 75% 30%, #ffffff18, transparent 35%); }
.hero::after { position: absolute; top: 0; right: -8%; width: 43%; height: 100%; content: ""; background: linear-gradient(135deg, var(--orange), var(--red-orange)); clip-path: polygon(25% 0, 100% 0, 100% 100%, 0 100%); }
.hero-grid { position: relative; z-index: 1; display: grid; min-height: 610px; grid-template-columns: 1.3fr .7fr; gap: 75px; align-items: center; }
.hero-copy { padding: 70px 0; }
.hero h1, .section-title h2, .materials-head h2, .ownership h2, .questions h2, .article-head h1 { margin: 15px 0; font-weight: 800; letter-spacing: -.045em; line-height: .98; }
.hero h1 { max-width: 760px; font-size: clamp(48px, 6vw, 76px); }
.hero-copy > p:not(.eyebrow) { max-width: 650px; margin: 24px 0 0; color: #c2c4c5; font-size: 17px; line-height: 1.65; }
.hero-actions { display: flex; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 0 22px; border: 1px solid transparent; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.button.orange { color: var(--white); background: var(--orange); }
.button.orange:hover { background: var(--red-orange); }
.button.outline { border-color: #6a6c6e; color: var(--white); }
.button.outline:hover { border-color: var(--white); }

.dashboard { position: relative; z-index: 2; padding: 28px; border: 1px solid #ffffff45; background: #242526dc; box-shadow: 0 25px 70px #0006; }
.dashboard header { display: flex; align-items: center; justify-content: space-between; padding-bottom: 20px; border-bottom: 1px solid #ffffff2d; color: #bbbdbf; font-size: 9px; font-weight: 800; letter-spacing: .17em; }
.dashboard header i { width: 8px; height: 8px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 14px var(--orange); }
.dial { position: relative; display: grid; width: min(260px, 100%); aspect-ratio: 1; place-items: center; margin: 34px auto; border-radius: 50%; background: conic-gradient(from 215deg, var(--orange) 0 17%, #4e5052 17% 73%, transparent 73%); transform: rotate(-1deg); }
.dial::before { position: absolute; width: 74%; aspect-ratio: 1; border-radius: 50%; content: ""; background: var(--asphalt); box-shadow: inset 0 0 0 1px #ffffff20; }
.dial::after { position: absolute; bottom: 22%; width: 36%; height: 3px; content: ""; background: var(--orange); transform: rotate(-28deg); transform-origin: right center; }
.dial div { position: relative; z-index: 1; display: flex; align-items: center; flex-direction: column; }
.dial strong { font-size: 58px; letter-spacing: -.07em; line-height: 1; }
.dial span { margin-top: 7px; color: var(--steel); font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
.dashboard dl { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; border-top: 1px solid #ffffff2d; }
.dashboard dl div { padding: 17px 6px 0; border-right: 1px solid #ffffff2d; }
.dashboard dl div:last-child { border-right: 0; }
.dashboard dt { color: var(--orange); font-size: 10px; font-weight: 800; }
.dashboard dd { margin: 5px 0 0; color: #b8babc; font-size: 9px; text-transform: uppercase; }

.topic-section { padding: 90px 0; background: var(--paper); }
.section-title { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 35px; }
.section-title h2, .materials-head h2, .ownership h2, .questions h2 { font-size: clamp(38px, 4.5vw, 58px); }
.topic-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.topic-grid a { position: relative; min-height: 225px; padding: 26px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); text-decoration: none; transition: .2s ease; }
.topic-grid a::before { position: absolute; top: 0; right: 0; width: 0; height: 4px; content: ""; background: var(--orange); transition: width .2s ease; }
.topic-grid a:hover { z-index: 2; box-shadow: 0 16px 36px #20212418; transform: translateY(-3px); }
.topic-grid a:hover::before { width: 100%; }
.topic-grid b { color: var(--orange); font-size: 11px; }
.topic-grid h3 { margin: 42px 0 13px; font-size: 22px; }
.topic-grid p { max-width: 280px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.topic-grid span { position: absolute; right: 24px; bottom: 20px; color: var(--steel); font-size: 20px; }

.materials { padding: 90px 0; color: var(--white); background: var(--graphite); }
.materials-head { display: flex; align-items: end; justify-content: space-between; gap: 45px; margin-bottom: 35px; }
.materials-head h2 { color: var(--white); }
.search { position: relative; display: block; width: min(365px, 100%); }
.search input { width: 100%; height: 50px; padding: 0 46px 0 15px; border: 1px solid #ffffff4f; outline: 0; color: var(--white); background: transparent; }
.search input:focus { border-color: var(--orange); }
.search input::placeholder { color: #a9abad; }
.search b { position: absolute; top: 7px; right: 14px; color: var(--orange); font-size: 27px; }
.material-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.material-card { display: flex; min-height: 285px; flex-direction: column; padding: 25px; border: 1px solid #ffffff20; background: var(--asphalt); }
.material-card[hidden] { display: none; }
.material-card header { display: flex; align-items: center; justify-content: space-between; }
.material-card header span { color: var(--orange); font-size: 15px; font-weight: 800; }
.material-card header small { color: var(--steel); font-size: 8px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.material-card h3 { margin: 38px 0 15px; font-size: 22px; line-height: 1.12; }
.material-card h3 a { text-decoration: none; }
.material-card p { margin: 0; color: #b9bbbd; font-size: 13px; line-height: 1.55; }
.read-link { margin-top: auto; padding-top: 22px; font-size: 9px; font-weight: 800; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.read-link span { margin-left: 12px; color: var(--orange); }
.empty { padding: 34px; border: 1px solid #ffffff32; color: #b9bbbd; text-align: center; }

.ownership { padding: 95px 0; background: var(--white); }
.ownership-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 9vw; align-items: start; }
.ownership-grid > div > p:not(.eyebrow) { max-width: 470px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.ownership ol { margin: 0; padding: 0; border-top: 3px solid var(--asphalt); list-style: none; }
.ownership li { display: grid; grid-template-columns: 60px 1fr; gap: 20px; padding: 25px 5px; border-bottom: 1px solid var(--line); }
.ownership li b { color: var(--orange); font-size: 12px; }
.ownership li h3 { margin: 0 0 7px; font-size: 20px; }
.ownership li p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }

.rules { padding: 90px 0; background: var(--paper); }
.update-list { border-top: 3px solid var(--asphalt); }
.update-list article { display: grid; min-height: 88px; grid-template-columns: 120px 1fr 40px; gap: 25px; align-items: center; border-bottom: 1px solid var(--line); }
.update-list time { color: var(--orange); font-size: 10px; font-weight: 800; }
.update-list h3 { margin: 0; font-size: 18px; }
.update-list h3 a, .update-list article > a { text-decoration: none; }
.update-list article > a { color: var(--orange); font-size: 20px; text-align: right; }

.questions { position: relative; overflow: hidden; padding: 90px 0; color: var(--white); background: var(--asphalt); }
.questions::after { position: absolute; right: -120px; bottom: -240px; width: 500px; height: 500px; border: 80px solid #ffffff08; border-radius: 50%; content: ""; }
.question-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 9vw; align-items: center; }
.question-grid > div:first-child > p:not(.eyebrow) { max-width: 520px; color: #bfc1c3; line-height: 1.65; }
.question-card { padding: 32px; border-left: 5px solid var(--orange); background: var(--graphite); }
.question-card span { color: var(--orange); font-size: 9px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.question-card h3 { margin: 18px 0 12px; font-size: 25px; }
.question-card p { color: #c3c5c6; font-size: 14px; line-height: 1.65; }
.question-card a { display: inline-block; margin-top: 14px; color: var(--orange); font-size: 10px; font-weight: 800; text-decoration: none; text-transform: uppercase; }

.site-footer { color: #acadaf; background: #171819; }
.footer-row { display: grid; min-height: 150px; grid-template-columns: 1fr auto auto; gap: 35px; align-items: center; font-size: 10px; }
.footer-row strong { color: var(--white); font-size: 16px; }
.footer-row > div p { margin: 7px 0 0; }
.footer-row nav { display: flex; gap: 18px; }
.footer-row a { text-decoration: none; }
.footer-row a:hover { color: var(--orange); }

.content-page { min-height: 72vh; padding: 55px 0 80px; background: var(--paper); }
.breadcrumbs { display: flex; gap: 7px; margin-bottom: 16px; color: var(--muted); font-size: 11px; }
.breadcrumbs a { text-decoration: none; }
.article { padding: 55px; background: var(--white); box-shadow: 0 14px 40px #1f202115; }
.article-head { max-width: 930px; padding-bottom: 32px; border-bottom: 1px solid var(--line); }
.article-head h1 { font-size: clamp(40px, 5vw, 66px); overflow-wrap: anywhere; }
.article-head > p:last-child:not(.eyebrow) { max-width: 760px; color: var(--muted); font-size: 16px; line-height: 1.6; }
.article-body { padding-top: 36px; color: #3f4143; font: 16px/1.75 Georgia, serif; overflow-wrap: anywhere; }
.article-body > :first-child { margin-top: 0; }
.article-body h2, .article-body h3 { margin-top: 1.7em; color: var(--asphalt); font-family: Arial, sans-serif; line-height: 1.15; }
.article-body a { color: var(--red-orange); }
.article-body img { width: auto; max-width: 100%; height: auto; margin: 22px auto; }
.article-body .legacy-image img { width: 100%; max-height: 680px; object-fit: contain; background: #e7e7e5; }
.article-body table { width: 100%; border-collapse: collapse; }
.article-body th, .article-body td { padding: 10px; border: 1px solid var(--line); text-align: left; }
.article-body iframe { max-width: 100%; }
.article-foot { display: flex; justify-content: space-between; gap: 25px; margin-top: 45px; padding: 22px; color: var(--white); background: var(--asphalt); font-size: 10px; }
.article-foot a { color: var(--orange); text-decoration: none; }

.cookie { position: fixed; z-index: 50; right: 16px; bottom: 16px; left: 16px; display: flex; width: min(900px, calc(100% - 32px)); align-items: center; justify-content: space-between; gap: 22px; margin: auto; padding: 16px 18px; border: 1px solid var(--line); background: var(--white); box-shadow: 0 14px 40px #0004; font-size: 12px; }
.cookie[hidden] { display: none; }
.cookie > div:first-child { display: flex; flex-direction: column; }
.cookie button { padding: 9px 13px; border: 1px solid var(--asphalt); background: transparent; cursor: pointer; }
.cookie button[data-cookie-choice="accept"] { border-color: var(--orange); color: var(--white); background: var(--orange); }

@media (max-width: 980px) {
    .nav-toggle { display: block; }
    .main-nav { position: absolute; top: 72px; right: 0; left: 0; display: none; flex-direction: column; gap: 0; padding: 10px 24px 24px; border-bottom: 1px solid #454749; background: var(--asphalt); }
    .main-nav.is-open { display: flex; }
    .main-nav a { padding: 13px 0; }
    .hero::after { right: -20%; width: 62%; opacity: .85; }
    .hero-grid { grid-template-columns: 1fr; gap: 0; padding-bottom: 60px; }
    .hero-copy { padding-bottom: 20px; }
    .dashboard { width: min(520px, 100%); }
    .topic-grid, .material-grid { grid-template-columns: repeat(2, 1fr); }
    .ownership-grid, .question-grid { grid-template-columns: 1fr; gap: 30px; }
    .footer-row { grid-template-columns: 1fr auto; }
    .footer-row > p { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
    .shell { width: calc(100% - 28px); }
    .header-row { min-height: 66px; }
    .main-nav { top: 66px; }
    .brand small, .header-action { display: none; }
    .hero-grid { min-height: 0; }
    .hero h1 { font-size: 43px; }
    .hero-copy > p:not(.eyebrow) { font-size: 15px; }
    .hero-actions { align-items: stretch; flex-direction: column; }
    .hero::after { right: -55%; width: 100%; opacity: .55; }
    .dashboard { padding: 22px; }
    .dial { width: 220px; }
    .topic-section, .materials, .ownership, .rules, .questions { padding: 65px 0; }
    .topic-grid, .material-grid { grid-template-columns: 1fr; }
    .materials-head { align-items: stretch; flex-direction: column; }
    .search { width: 100%; }
    .material-card { min-height: 245px; }
    .update-list article { grid-template-columns: 80px 1fr 30px; gap: 12px; }
    .update-list h3 { font-size: 15px; }
    .footer-row { display: flex; min-height: 0; align-items: flex-start; flex-direction: column; padding: 32px 0; }
    .footer-row nav { flex-wrap: wrap; }
    .article { padding: 34px 22px; }
    .article-head h1 { font-size: 39px; }
    .article-body { font-size: 15px; }
    .article-foot, .cookie { align-items: stretch; flex-direction: column; }
    .breadcrumbs { flex-wrap: wrap; }
}
