:root {
  --navy: #102a43;
  --navy-deep: #091d2e;
  --sand: #e8dfc8;
  --paper: #f7f8fa;
  --white: #ffffff;
  --copper: #b56a3b;
  --copper-dark: #8d4a24;
  --graphite: #18212b;
  --muted: #5d6872;
  --line: #d9dde1;
  --display: "Arial Narrow", "Roboto Condensed", "Segoe UI", Arial, sans-serif;
  --body: Inter, "Segoe UI", Arial, sans-serif;
  --shadow: 0 20px 50px rgba(9, 29, 46, .11);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--graphite); background: var(--paper); font-family: var(--body); font-size: 17px; line-height: 1.8; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
:focus-visible { outline: 3px solid #e29b66; outline-offset: 4px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 100; top: 10px; right: 10px; padding: 8px 14px; color: var(--white); background: var(--navy); transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }

.site-header { position: relative; z-index: 20; border-bottom: 1px solid rgba(16,42,67,.14); background: rgba(247,248,250,.96); }
.header-inner { width: min(1280px, calc(100% - 40px)); min-height: 84px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; color: var(--white); background: var(--navy); font: 800 19px/1 var(--display); border-radius: 2px 2px 14px 2px; }
.brand b, .brand small { display: block; }
.brand b { font: 800 15px/1.2 var(--display); letter-spacing: .06em; }
.brand small { margin-top: 4px; color: var(--muted); font-size: 11px; line-height: 1.2; }
.primary-nav { display: flex; align-items: center; gap: 8px; font-family: var(--display); font-size: 14px; font-weight: 700; }
.primary-nav a { min-height: 44px; padding: 9px 15px; display: grid; place-items: center; border-bottom: 2px solid transparent; }
.primary-nav a:hover { color: var(--copper-dark); border-color: var(--copper); }
.menu-button { display: none; width: 46px; height: 44px; border: 1px solid var(--line); background: transparent; align-content: center; justify-items: center; gap: 5px; }
.menu-button > span:not(.sr-only) { width: 20px; height: 2px; background: var(--navy); }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--navy); font-family: var(--display); line-height: 1.3; }
h1 { font-size: clamp(2.65rem, 7vw, 5.8rem); letter-spacing: -.035em; }
h2 { font-size: clamp(1.75rem, 4vw, 3.15rem); letter-spacing: -.025em; }
h3 { font-size: 1.18rem; }
.eyebrow { margin-bottom: 10px; color: var(--copper-dark); font-family: var(--display); font-size: 12px; font-weight: 800; letter-spacing: .08em; }
.lead { max-width: 720px; color: #40505e; font-size: clamp(1.08rem, 2.5vw, 1.35rem); }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 11px 24px; color: var(--white); background: var(--copper-dark); border: 1px solid var(--copper-dark); border-radius: 2px; font-family: var(--display); font-size: 14px; font-weight: 800; cursor: pointer; transition: background .2s, transform .2s; }
.button:hover { background: #6f351a; transform: translateY(-2px); }
.button--secondary { color: var(--navy); background: var(--sand); border-color: var(--sand); }
.text-link { display: inline-flex; min-height: 44px; align-items: center; color: var(--copper-dark); font-family: var(--display); font-size: 14px; font-weight: 800; }
.text-link:hover { text-decoration: underline; text-underline-offset: 5px; }

.hero { min-height: 650px; padding-block: clamp(54px, 6vw, 82px); display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: clamp(40px, 7vw, 100px); }
.hero h1 { margin-bottom: 24px; font-size: clamp(2.65rem, 6vw, 5rem); line-height: 1.24; }
.hero h1 em { color: var(--copper-dark); font-style: normal; }
.hero .lead { max-width: 560px; margin-bottom: 34px; }
.hero-visual { position: relative; padding: 18px 0 54px 46px; }
.hero-visual::before { content: ""; position: absolute; z-index: -1; inset: 0 46px 28px 0; background: var(--sand); }
.hero-visual > img { width: 100%; aspect-ratio: 4/4.6; object-fit: cover; object-position: center; box-shadow: var(--shadow); }
.hero-note { position: absolute; left: 0; bottom: 0; min-width: 180px; padding: 18px 22px; display: flex; align-items: center; gap: 15px; color: var(--white); background: var(--navy); }
.hero-note span { font: 800 2.8rem/1 var(--display); }
.hero-note p { margin: 0; font-size: 13px; line-height: 1.45; }

.disclosure { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 18px 24px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 22px; color: #374450; background: var(--sand); border-left: 4px solid var(--copper); font-size: 14px; }
.disclosure strong { color: var(--navy); font-family: var(--display); }
.disclosure p { margin: 0; }
.disclosure a { color: var(--copper-dark); font-weight: 800; text-decoration: underline; text-underline-offset: 4px; }

.section { padding-block: clamp(72px, 10vw, 130px); }
.section-head { margin-bottom: 44px; display: flex; align-items: end; justify-content: space-between; gap: 44px; }
.section-head h2 { margin: 0; }
.section-head > p { max-width: 520px; margin: 0; color: var(--muted); }
.route-line { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; }
.route-line::before { content: ""; position: absolute; top: 30px; right: 12.5%; left: 12.5%; height: 1px; background: var(--copper); }
.route-stop { position: relative; z-index: 1; min-height: 175px; padding: 0 20px 25px; display: flex; flex-direction: column; align-items: center; text-align: center; }
.route-stop > span { width: 61px; height: 61px; display: grid; place-items: center; margin-bottom: 24px; color: var(--white); background: var(--navy); border: 8px solid var(--paper); border-radius: 50%; font: 800 14px/1 var(--display); transition: background .2s, transform .2s; }
.route-stop:hover > span { background: var(--copper-dark); transform: scale(1.08); }
.route-stop small { color: var(--muted); font-size: 12px; }
.route-stop strong { margin-top: 5px; color: var(--navy); font-family: var(--display); font-size: 18px; }

.section--ink { color: #d7dfe5; background: var(--navy-deep); }
.section-head--light h2, .section--ink .game-card h3 { color: var(--white); }
.section-head--light .eyebrow { color: #df9b6e; }
.section--ink .game-card { background: #102a43; border-color: #2d465b; }
.section--ink .game-card p { color: #c0cbd4; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.card-grid--two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.game-card { overflow: hidden; background: var(--white); border: 1px solid var(--line); box-shadow: 0 10px 30px rgba(9,29,46,.06); }
.game-card__media { display: block; overflow: hidden; background: #dfe4e8; }
.game-card__media > img { width: 100%; aspect-ratio: 16/10; object-fit: cover; transition: transform .45s ease; }
.game-card:hover .game-card__media > img { transform: scale(1.035); }
.game-card__body { padding: 24px; }
.game-card__title-row { margin-bottom: 18px; display: flex; align-items: center; gap: 14px; }
.game-icon { width: 60px; height: 60px; flex: 0 0 auto; object-fit: cover; border-radius: 13px; box-shadow: 0 4px 15px rgba(0,0,0,.12); }
.game-card h3 { margin: 0; font-size: 18px; }
.game-card .eyebrow { margin: 0 0 3px; font-size: 10px; }
.game-card__body > p { display: -webkit-box; margin-bottom: 16px; overflow: hidden; color: var(--muted); font-size: 15px; -webkit-line-clamp: 4; -webkit-box-orient: vertical; }

.method { padding-block: clamp(80px, 11vw, 140px); }
.method > h2 { max-width: 650px; }
.method-grid { margin-top: 50px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.method-grid article { padding: 35px 28px; border-left: 1px solid var(--line); }
.method-grid article:last-child { border-left: 0; }
.method-grid span { color: var(--copper-dark); font: 800 13px/1 var(--display); }
.method-grid h3 { margin: 22px 0 10px; }
.method-grid p { margin: 0; color: var(--muted); font-size: 15px; }

.breadcrumb { width: min(1180px, calc(100% - 40px)); margin: 30px auto 0; color: var(--muted); font-size: 13px; }
.breadcrumb ol { margin: 0; padding: 0; display: flex; flex-wrap: wrap; list-style: none; }
.breadcrumb li + li::before { content: "/"; margin-inline: 9px; color: #9aa3aa; }
.breadcrumb a:hover { color: var(--copper-dark); }
.page-hero { padding-block: clamp(70px, 10vw, 120px) 60px; }
.page-hero h1 { margin-bottom: 18px; }

.review { padding-block: 55px 10px; }
.review-head { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: clamp(34px, 7vw, 90px); }
.review-title { display: flex; align-items: center; gap: 22px; }
.review-icon { width: 112px; height: 112px; flex: 0 0 auto; border-radius: 24px; box-shadow: var(--shadow); }
.review-title h1 { margin: 0; font-size: clamp(2.4rem, 6vw, 4.8rem); }
.review-title p:last-child { margin: 9px 0 0; color: var(--muted); font-size: 14px; }
.review-summary { margin: 0; color: #40505e; font-size: 19px; }
.review-gallery { margin-block: 58px 70px; display: grid; grid-template-columns: 1.35fr .65fr; gap: 14px; }
.review-gallery img { width: 100%; height: clamp(300px, 40vw, 520px); object-fit: cover; }
.review-layout { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: clamp(44px, 8vw, 100px); align-items: start; }
.review-body section { margin-bottom: 62px; }
.review-body h2 { font-size: clamp(1.7rem, 3vw, 2.55rem); }
.review-body p { color: #40505e; }
.pros-cons { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.pros-cons > div { padding: 28px; background: var(--white); border-top: 4px solid var(--navy); }
.pros-cons > div:last-child { border-top-color: var(--copper); }
.pros-cons h2 { font-size: 21px; }
.pros-cons ul { margin: 0; padding: 0 0 0 22px; }
.pros-cons li { margin-bottom: 12px; color: #40505e; }
.install-panel { position: sticky; top: 24px; padding: 30px; background: var(--sand); border-top: 5px solid var(--copper); }
.install-panel h2 { font-size: 24px; }
.install-panel .button { width: 100%; margin: 12px 0; text-align: center; }
.install-panel small { display: block; color: var(--muted); line-height: 1.55; }
.source-link { display: block; margin-top: 24px; color: var(--copper-dark); font-size: 13px; text-decoration: underline; }

.legal { max-width: 960px; padding-block: 70px 120px; }
.legal > header { max-width: 820px; margin-bottom: 68px; }
.legal h1 { margin-bottom: 20px; }
.updated { color: var(--muted); font-size: 13px; }
.legal-body { max-width: 780px; }
.legal-body section { padding-block: 30px; border-top: 1px solid var(--line); }
.legal-body h2 { font-size: 23px; }
.legal-body p { color: #43515d; white-space: pre-line; }
.contact-grid { margin-bottom: 70px; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }
.contact-grid > * { min-height: 150px; padding: 26px; display: flex; flex-direction: column; justify-content: space-between; border-left: 1px solid var(--line); }
.contact-grid > *:last-child { border-left: 0; }
.contact-grid span { color: var(--copper-dark); font-size: 12px; }
.contact-grid strong { color: var(--navy); font-family: var(--display); font-size: 14px; overflow-wrap: anywhere; }

.status-page { min-height: 68vh; padding-block: 100px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.status-code { margin: 0; color: var(--sand); font: 800 clamp(6rem, 20vw, 13rem)/.8 var(--display); }
.status-page h1 { max-width: 820px; margin-bottom: 22px; font-size: clamp(2.4rem, 7vw, 5rem); }
.status-actions { margin-top: 20px; display: flex; align-items: center; gap: 22px; }

.site-footer { padding: 70px max(20px, calc((100vw - 1180px)/2)) 24px; color: #cad4dc; background: var(--navy-deep); }
.footer-grid { display: grid; grid-template-columns: 1.7fr 1fr 1fr; gap: 60px; }
.brand--footer b, .site-footer h2 { color: var(--white); }
.brand--footer small { color: #9eadb8; }
.brand--footer .brand-mark { color: var(--navy); background: var(--sand); }
.site-footer h2 { margin-bottom: 18px; font-size: 14px; }
.site-footer div > a:not(.brand) { display: block; width: fit-content; margin: 8px 0; color: #aebbc5; font-size: 14px; }
.site-footer div > a:hover { color: var(--white); }
.footer-base { margin-top: 60px; padding-top: 22px; display: flex; justify-content: space-between; gap: 30px; border-top: 1px solid #294155; color: #899ba9; font-size: 11px; }
.footer-base p { margin: 0; }

@media (max-width: 900px) {
  .hero, .review-head, .review-layout { grid-template-columns: 1fr; }
  .hero { padding-top: 70px; }
  .hero-copy { max-width: 700px; }
  .hero-visual { width: min(620px, 100%); margin: auto; }
  .card-grid { grid-template-columns: repeat(2, 1fr); }
  .review-summary { max-width: 680px; }
  .install-panel { position: static; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; gap: 30px; }
}

@media (max-width: 720px) {
  body { font-size: 16px; }
  .shell, .disclosure, .breadcrumb, .header-inner { width: min(100% - 28px, 1180px); }
  .header-inner { min-height: 70px; }
  .menu-button { display: grid; }
  .primary-nav { position: absolute; top: 70px; right: 14px; left: 14px; padding: 12px; display: none; align-items: stretch; flex-direction: column; background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow); }
  .primary-nav[data-open="true"] { display: flex; }
  .primary-nav a { justify-content: start; }
  .hero { min-height: auto; gap: 54px; }
  .hero h1 { font-size: clamp(2.65rem, 14vw, 4.4rem); }
  .hero-visual { padding: 12px 0 42px 28px; }
  .hero-note { min-width: 155px; padding: 14px 18px; }
  .disclosure { padding: 18px; grid-template-columns: 1fr; gap: 6px; }
  .section-head { align-items: start; flex-direction: column; gap: 16px; }
  .route-line { grid-template-columns: 1fr 1fr; row-gap: 30px; }
  .route-line::before { display: none; }
  .route-stop { min-height: 140px; }
  .route-stop > span { margin-bottom: 14px; }
  .card-grid, .card-grid--two, .method-grid, .pros-cons, .contact-grid, .footer-grid { grid-template-columns: 1fr; }
  .method-grid article { border-left: 0; border-bottom: 1px solid var(--line); }
  .method-grid article:last-child { border-bottom: 0; }
  .review { padding-top: 36px; }
  .review-title { align-items: flex-start; gap: 16px; }
  .review-icon { width: 78px; height: 78px; border-radius: 17px; }
  .review-title h1 { font-size: clamp(2rem, 10vw, 3rem); overflow-wrap: anywhere; }
  .review-gallery { margin-block: 38px 55px; grid-template-columns: 1fr; }
  .review-gallery img { height: auto; aspect-ratio: 16/10; }
  .contact-grid > * { min-height: 115px; border-left: 0; border-bottom: 1px solid var(--line); }
  .footer-base { flex-direction: column; }
  .status-actions { align-items: flex-start; flex-direction: column; }
}

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