@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@500;600;700;800;900&family=Rajdhani:wght@500;600;700&display=swap');

:root {
  --ink: #100d0b;
  --ink-soft: #1c1512;
  --paper: #f4ebda;
  --paper-dim: #b9ad98;
  --gold: #d9a447;
  --gold-bright: #f2cc74;
  --red: #c94d36;
  --red-dark: #6f241e;
  --green: #5b9b83;
  --line: rgba(226, 190, 121, 0.19);
  --serif: 'Noto Serif SC', 'STSong', 'SimSun', serif;
  --sans: 'Rajdhani', 'Microsoft YaHei', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; color: var(--paper); background: var(--ink); font-family: var(--sans); }
body.nav-open { overflow: hidden; }
button, a { font: inherit; }
a { color: inherit; text-decoration: none; }
button { border: 0; cursor: pointer; }
img { display: block; max-width: 100%; }
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.container { width: min(1180px, calc(100% - 80px)); margin: 0 auto; }
.eyebrow { display: block; color: var(--gold); font-size: 11px; font-weight: 700; letter-spacing: .22em; line-height: 1.5; }
.desktop-break { display: block; }
.mobile-break { display: none; }

/* Header */
.site-header { position: absolute; z-index: 10; top: 0; left: 0; width: 100%; border-bottom: 1px solid rgba(241, 214, 154, .14); background: linear-gradient(180deg, rgba(10, 8, 7, .78), rgba(10, 8, 7, 0)); }
.nav-wrap { min-height: 86px; display: flex; align-items: center; gap: 42px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex-shrink: 0; }
.brand-mark { display: grid; place-items: center; width: 35px; height: 35px; border: 1px solid var(--gold); color: var(--gold-bright); font-family: var(--sans); font-size: 14px; font-weight: 700; letter-spacing: -.07em; transform: rotate(45deg); }
.brand-mark::first-letter { letter-spacing: -.1em; }
.brand-mark { line-height: 1; }
.brand-mark, .brand-mark + * { transform-origin: center; }
.brand-copy { display: flex; flex-direction: column; gap: 2px; }
.brand-copy strong { color: var(--paper); font-family: var(--serif); font-size: 17px; font-weight: 800; letter-spacing: .18em; white-space: nowrap; }
.brand-copy small { color: rgba(229, 205, 158, .64); font-size: 8px; letter-spacing: .25em; }
.main-nav { display: flex; align-items: center; gap: 33px; margin-left: auto; }
.main-nav a { position: relative; padding: 31px 0 28px; color: rgba(240, 226, 204, .7); font-size: 13px; letter-spacing: .08em; transition: color .25s ease; }
.main-nav a::after { position: absolute; right: 0; bottom: 20px; left: 0; height: 2px; background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform .25s ease; content: ''; }
.main-nav a:hover, .main-nav a.active { color: var(--paper); }
.main-nav a:hover::after, .main-nav a.active::after { transform: scaleX(1); }
.nav-cta { display: inline-flex; align-items: center; gap: 8px; padding: 11px 16px; border: 1px solid rgba(221, 173, 80, .55); color: var(--gold-bright); font-size: 12px; letter-spacing: .08em; transition: background .25s ease, color .25s ease; }
.nav-cta:hover { color: var(--ink); background: var(--gold-bright); }
.nav-cta span { font-size: 17px; line-height: 0; }
.menu-toggle { display: none; }

/* Hero */
.hero { position: relative; min-height: 760px; overflow: hidden; background-image: linear-gradient(90deg, rgba(9, 7, 6, .78) 0%, rgba(14, 9, 6, .44) 39%, rgba(10, 8, 7, .08) 70%, rgba(10, 7, 6, .5) 100%), linear-gradient(180deg, rgba(8, 6, 5, .17) 56%, #100d0b 100%), url('assets/传奇网站背景图设计 (1).png'); background-position: center top; background-size: cover; }
.hero::before { position: absolute; inset: 0; opacity: .17; background-image: radial-gradient(circle at 25% 30%, rgba(255, 187, 85, .38) 0 1px, transparent 1.5px), radial-gradient(circle at 77% 48%, rgba(231, 110, 50, .32) 0 1px, transparent 1.4px); background-size: 117px 101px, 163px 137px; content: ''; mix-blend-mode: screen; }
.hero::after { position: absolute; right: 0; bottom: 0; z-index: 1; width: 205px; height: 75px; background: linear-gradient(90deg, transparent, rgba(13, 9, 7, .92) 76%); content: ''; pointer-events: none; }
.hero-content { position: relative; z-index: 1; padding-top: 221px; padding-bottom: 146px; }
.hero-kicker { display: flex; align-items: center; gap: 12px; color: rgba(238, 213, 165, .85); font-size: 12px; letter-spacing: .18em; }
.kicker-line { display: inline-block; width: 38px; height: 1px; background: var(--gold); }
.hero h1 { margin: 22px 0 8px; color: var(--paper); font-family: var(--serif); font-size: clamp(64px, 9.5vw, 132px); font-weight: 900; letter-spacing: .08em; line-height: .97; text-shadow: 0 8px 40px rgba(0, 0, 0, .55); }
.hero h1 span { color: var(--gold-bright); }
.hero-lead { margin: 0 0 14px; color: #f7e9c9; font-family: var(--serif); font-size: clamp(18px, 2.1vw, 26px); font-weight: 600; letter-spacing: .2em; }
.hero-sub { margin: 0; color: rgba(244, 231, 203, .7); font-size: 13px; letter-spacing: .18em; line-height: 1.9; }
.hero-actions { display: flex; gap: 13px; margin-top: 35px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-width: 172px; height: 49px; padding: 0 22px; font-size: 13px; letter-spacing: .1em; transition: transform .25s ease, background .25s ease, border-color .25s ease; }
.button:hover { transform: translateY(-3px); }
.button-primary { gap: 17px; color: #24170d; background: var(--gold-bright); box-shadow: 0 7px 24px rgba(215, 154, 55, .24); }
.button-primary:hover { background: #ffdb8e; }
.button-primary span { font-size: 19px; line-height: 1; }
.button-ghost { gap: 10px; border: 1px solid rgba(239, 222, 184, .45); color: var(--paper); background: rgba(15, 11, 8, .14); }
.button-ghost:hover { border-color: var(--gold); background: rgba(215, 164, 75, .12); }
.play-icon { display: grid; place-items: center; width: 20px; height: 20px; border: 1px solid rgba(242, 204, 116, .7); border-radius: 50%; color: var(--gold-bright); font-size: 8px; text-indent: 1px; }
.hero-stats { display: flex; align-items: center; gap: 25px; margin-top: 66px; }
.stat-item { display: flex; flex-direction: column; gap: 4px; }
.stat-item b { color: rgba(242, 204, 116, .78); font-size: 10px; font-weight: 600; letter-spacing: .16em; }
.stat-item span { color: rgba(244, 235, 218, .82); font-size: 12px; letter-spacing: .06em; }
.stat-divider { width: 1px; height: 28px; background: rgba(232, 199, 132, .25); }
.online-dot { display: inline-block; width: 6px; height: 6px; margin-right: 4px; border-radius: 50%; background: #7ac79c; box-shadow: 0 0 0 3px rgba(122, 199, 156, .12); }
.hero-scroll { position: absolute; z-index: 1; right: 44px; bottom: 108px; display: flex; align-items: center; gap: 13px; color: rgba(234, 213, 175, .7); font-size: 10px; letter-spacing: .2em; writing-mode: vertical-rl; }
.scroll-line { width: 1px; height: 54px; background: linear-gradient(var(--gold), rgba(217, 164, 71, 0)); }
.hero-glow { position: absolute; border-radius: 50%; opacity: .4; filter: blur(55px); pointer-events: none; }
.hero-glow-left { top: 260px; left: -110px; width: 230px; height: 230px; background: rgba(192, 63, 35, .23); }
.hero-glow-right { right: 30%; bottom: 90px; width: 210px; height: 210px; background: rgba(41, 180, 135, .13); }
.hero-bottom-fade { position: absolute; right: 0; bottom: 0; left: 0; height: 180px; background: linear-gradient(transparent, var(--ink)); pointer-events: none; }

/* Intro strip */
.intro-strip { position: relative; z-index: 2; margin-top: -1px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--ink); }
.intro-grid { min-height: 104px; display: grid; grid-template-columns: 1.05fr 1.6fr .5fr; align-items: center; gap: 35px; }
.intro-label { display: flex; align-items: baseline; gap: 13px; }
.intro-label strong { color: var(--paper); font-family: var(--serif); font-size: 20px; letter-spacing: .12em; }
.intro-grid p { margin: 0; color: rgba(232, 219, 195, .65); font-size: 12px; letter-spacing: .1em; line-height: 1.85; }
.text-link { display: inline-flex; align-items: center; justify-self: end; gap: 16px; color: var(--gold-bright); font-size: 12px; letter-spacing: .12em; white-space: nowrap; }
.text-link span { font-size: 20px; line-height: 0; transition: transform .25s ease; }
.text-link:hover span { transform: translateX(5px); }

/* Sections */
.section { padding: 122px 0; }
.features-section { background: var(--ink); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 35px; margin-bottom: 50px; }
.section-heading h2 { margin: 13px 0 0; color: var(--paper); font-family: var(--serif); font-size: clamp(29px, 4vw, 45px); font-weight: 800; letter-spacing: .11em; }
.section-heading h2 em { color: var(--gold-bright); font-style: normal; }
.section-heading > p { margin: 0 0 2px; color: rgba(235, 218, 185, .57); font-size: 12px; letter-spacing: .13em; line-height: 1.9; text-align: right; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.feature-card { position: relative; min-height: 281px; padding: 29px 29px 27px; overflow: hidden; border: 1px solid rgba(225, 192, 131, .14); background: #16110e; transition: border-color .3s ease, transform .3s ease; }
.feature-card:hover { border-color: rgba(230, 179, 84, .52); transform: translateY(-5px); }
.feature-card::before { position: absolute; right: -52px; bottom: -75px; width: 180px; height: 180px; border: 1px solid rgba(230, 179, 84, .14); border-radius: 50%; content: ''; }
.feature-card::after { position: absolute; right: -12px; bottom: -32px; width: 100px; height: 100px; border: 1px solid rgba(230, 179, 84, .12); border-radius: 50%; content: ''; }
.feature-card-red { border-top: 2px solid var(--red); }
.feature-card-gold { border-top: 2px solid var(--gold); }
.feature-card-green { border-top: 2px solid var(--green); }
.feature-icon { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 27px; border: 1px solid rgba(230, 180, 86, .32); color: var(--gold-bright); font-size: 22px; }
.feature-card-red .feature-icon { color: #d76a4e; border-color: rgba(215, 106, 78, .36); }
.feature-card-green .feature-icon { color: #7bb9a1; border-color: rgba(123, 185, 161, .36); }
.feature-no { color: rgba(232, 196, 123, .57); font-size: 10px; letter-spacing: .15em; }
.feature-card h3 { margin: 11px 0 11px; color: var(--paper); font-family: var(--serif); font-size: 22px; letter-spacing: .15em; }
.feature-card p { max-width: 270px; margin: 0; color: rgba(228, 212, 186, .58); font-size: 12px; letter-spacing: .05em; line-height: 1.9; }
.card-arrow { position: absolute; right: 25px; bottom: 24px; color: rgba(227, 189, 107, .66); font-size: 19px; }

.classes-section { padding-top: 25px; background: #15100d; }
.classes-heading { margin-bottom: 46px; }
.class-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.class-card { position: relative; height: 442px; overflow: hidden; border: 1px solid rgba(230, 194, 131, .15); background: #211914; }
.class-card::after { position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, transparent 35%, rgba(15, 10, 8, .86) 89%); content: ''; pointer-events: none; }
.class-warrior { background: linear-gradient(160deg, #171c1d, #24130e); }
.class-mage { background: linear-gradient(160deg, #17191e, #29140f); }
.class-taoist { background: linear-gradient(160deg, #181b1a, #142018); }
.class-art { position: absolute; top: 0; right: 0; bottom: 0; left: 0; }
.class-art::before { position: absolute; top: 14%; left: 50%; width: 260px; height: 260px; transform: translateX(-50%); border: 1px solid rgba(238, 196, 114, .16); border-radius: 50%; box-shadow: 0 0 0 20px rgba(227, 180, 91, .025), 0 0 0 42px rgba(227, 180, 91, .018); content: ''; }
.class-art img { position: absolute; top: -4%; left: 50%; width: 132%; height: 84%; object-fit: contain; transform: translateX(-50%); filter: drop-shadow(0 21px 22px rgba(0, 0, 0, .62)); transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.class-card:hover .class-art img { transform: translateX(-50%) scale(1.06) translateY(-6px); }
.class-content { position: absolute; z-index: 2; right: 27px; bottom: 26px; left: 27px; }
.class-index { display: block; margin-bottom: 8px; color: var(--gold-bright); font-size: 11px; letter-spacing: .2em; }
.class-content h3 { display: flex; align-items: baseline; gap: 11px; margin: 0 0 7px; color: var(--paper); font-family: var(--serif); font-size: 28px; letter-spacing: .12em; }
.class-content h3 small { color: rgba(238, 211, 162, .58); font-family: var(--sans); font-size: 10px; letter-spacing: .14em; }
.class-content p { margin: 0; color: rgba(238, 218, 180, .66); font-size: 12px; letter-spacing: .1em; }
.class-line { display: block; width: 49px; height: 2px; margin-top: 17px; background: var(--gold); }
.class-warrior .class-line { background: #d45d40; }
.class-taoist .class-line { background: #73ad92; }
.weapon-row { display: grid; grid-template-columns: auto minmax(0, 1fr); align-items: center; gap: 24px; margin-top: 22px; padding: 17px 20px; border: 1px solid rgba(224, 186, 110, .12); background: rgba(8, 8, 7, .24); }
.weapon-label { color: rgba(229, 204, 159, .55); font-size: 10px; letter-spacing: .14em; white-space: nowrap; }
.weapon-list { display: grid; grid-template-columns: repeat(8, minmax(0, 1fr)); align-items: center; gap: 10px; min-width: 0; }
.weapon-list img { width: 100%; height: 70px; object-fit: contain; object-position: center; filter: drop-shadow(0 4px 5px rgba(0, 0, 0, .5)); transition: transform .25s ease, filter .25s ease; }
.weapon-list img:hover { transform: translateY(-4px) scale(1.08); filter: drop-shadow(0 8px 8px rgba(0, 0, 0, .65)); }

/* Gallery */
.screenshots-section { background: var(--ink); }
.gallery-grid { display: grid; grid-template-columns: 1.15fr .85fr .85fr; grid-template-rows: 208px 208px; gap: 12px; }
.gallery-item { position: relative; display: block; min-width: 0; padding: 0; overflow: hidden; border: 1px solid rgba(228, 191, 123, .16); background: #211712; text-align: left; }
.gallery-item::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(11, 7, 5, .67)); content: ''; transition: background .25s ease; }
.gallery-item:hover::after { background: rgba(20, 11, 8, .23); }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.gallery-item:hover img { transform: scale(1.05); }
.gallery-large { grid-row: span 2; }
.gallery-wide { grid-column: auto; }
.gallery-tag { position: absolute; z-index: 2; bottom: 15px; left: 17px; color: rgba(243, 222, 180, .86); font-family: var(--serif); font-size: 14px; letter-spacing: .13em; }
.zoom-mark { position: absolute; z-index: 2; right: 15px; bottom: 12px; display: grid; place-items: center; width: 26px; height: 26px; border: 1px solid rgba(239, 209, 149, .5); border-radius: 50%; color: var(--gold-bright); font-size: 17px; font-weight: 300; }

/* Download */
.download-section { position: relative; overflow: hidden; border-top: 1px solid rgba(228, 184, 103, .22); background: #241611; }
.download-section::before { position: absolute; inset: 0; background: radial-gradient(ellipse at 16% 40%, rgba(187, 58, 36, .27), transparent 38%), radial-gradient(ellipse at 91% 75%, rgba(56, 140, 115, .17), transparent 35%); content: ''; }
.download-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1.02fr 1fr; align-items: center; gap: 90px; min-height: 360px; }
.download-copy h2 { margin: 12px 0 15px; color: var(--paper); font-family: var(--serif); font-size: clamp(30px, 4vw, 43px); letter-spacing: .11em; }
.download-copy h2 em { color: var(--gold-bright); font-style: normal; }
.download-copy p { margin: 0; color: rgba(239, 218, 183, .69); font-size: 12px; letter-spacing: .1em; line-height: 2; }
.download-note { display: flex; align-items: center; gap: 9px; margin-top: 28px; color: var(--gold-bright); font-size: 11px; letter-spacing: .12em; }
.download-note span { font-size: 16px; }
.download-options { display: flex; flex-direction: column; gap: 11px; }
.download-card { position: relative; display: flex; align-items: center; gap: 17px; min-height: 91px; padding: 18px 20px; border: 1px solid rgba(231, 193, 124, .24); background: rgba(18, 11, 8, .52); transition: border-color .25s ease, background .25s ease, transform .25s ease; }
.download-card:hover { border-color: rgba(239, 195, 98, .76); background: rgba(27, 16, 11, .79); transform: translateX(4px); }
.download-card-primary { border-color: rgba(223, 160, 70, .75); background: rgba(95, 33, 20, .34); }
.download-icon { display: grid; place-items: center; width: 47px; height: 47px; flex: 0 0 47px; border: 1px solid rgba(240, 204, 121, .55); color: var(--gold-bright); font-size: 28px; }
.download-icon.lan-icon { color: #94cfd3; border-color: rgba(148, 207, 211, .44); font-family: var(--serif); font-size: 17px; }
.download-card > div:nth-child(2) { display: flex; flex-direction: column; gap: 4px; }
.download-type { color: var(--gold-bright); font-size: 10px; letter-spacing: .16em; }
.download-card:not(.download-card-primary) .download-type { color: #9fc9c2; }
.download-card strong { color: var(--paper); font-family: var(--serif); font-size: 16px; letter-spacing: .1em; }
.download-card small { color: rgba(232, 211, 174, .52); font-size: 10px; letter-spacing: .07em; }
.download-arrow { margin-left: auto; color: var(--gold-bright); font-size: 21px; }
.orbit-one, .orbit-two { position: absolute; border: 1px solid rgba(217, 164, 71, .12); border-radius: 50%; pointer-events: none; }
.orbit-one { top: -190px; left: -150px; width: 430px; height: 430px; }
.orbit-two { right: -250px; bottom: -270px; width: 560px; height: 560px; border-color: rgba(83, 152, 130, .13); }

/* Footer & lightbox */
.site-footer { border-top: 1px solid rgba(232, 195, 126, .12); background: #0c0908; }
.footer-wrap { min-height: 78px; display: flex; align-items: center; gap: 24px; }
.footer-brand { display: flex; align-items: center; gap: 11px; color: rgba(241, 224, 191, .75); font-family: var(--serif); font-size: 14px; letter-spacing: .12em; }
.footer-brand .brand-mark { width: 25px; height: 25px; font-size: 10px; }
.footer-wrap p { margin: 0 auto; color: rgba(212, 197, 171, .4); font-size: 10px; letter-spacing: .1em; }
.back-top { color: rgba(227, 187, 107, .64); font-size: 10px; letter-spacing: .13em; transition: color .2s ease; }
.back-top:hover { color: var(--gold-bright); }
.lightbox { position: fixed; z-index: 30; inset: 0; display: grid; place-items: center; padding: 40px; opacity: 0; background: rgba(7, 5, 4, .93); pointer-events: none; transition: opacity .25s ease; }
.lightbox.open { opacity: 1; pointer-events: auto; }
.lightbox img { max-width: min(1100px, 95vw); max-height: 86vh; border: 1px solid rgba(233, 195, 124, .53); box-shadow: 0 20px 80px rgba(0, 0, 0, .65); object-fit: contain; }
.lightbox-close { position: absolute; top: 22px; right: 28px; width: 37px; height: 37px; border: 1px solid rgba(233, 195, 124, .53); color: var(--gold-bright); background: transparent; font-size: 24px; font-weight: 300; }

@media (max-width: 900px) {
  .container { width: min(100% - 44px, 680px); }
  .nav-wrap { min-height: 74px; gap: 18px; }
  .menu-toggle { position: relative; z-index: 12; display: flex; flex-direction: column; justify-content: center; gap: 5px; width: 37px; height: 37px; margin-left: auto; padding: 8px; border: 1px solid rgba(226, 189, 120, .35); background: transparent; }
  .menu-toggle > span:not(.sr-only) { display: block; width: 100%; height: 1px; background: var(--gold-bright); transition: transform .2s ease; }
  .main-nav { position: fixed; z-index: 11; inset: 0; display: flex; flex-direction: column; justify-content: center; gap: 17px; margin: 0; padding: 100px 40px 40px; opacity: 0; background: rgba(14, 10, 8, .97); pointer-events: none; transform: translateY(-12px); transition: opacity .25s ease, transform .25s ease; }
  .main-nav.open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .main-nav a { padding: 10px; font-family: var(--serif); font-size: 21px; letter-spacing: .15em; }
  .main-nav a::after { bottom: 1px; left: 10px; width: 35px; }
  .nav-cta { display: none; }
  .hero { min-height: 710px; background-position: 57% top; }
  .hero-content { padding-top: 190px; }
  .hero h1 { font-size: clamp(63px, 15vw, 103px); }
  .hero-scroll { right: 21px; bottom: 85px; }
  .intro-grid { grid-template-columns: 1fr auto; gap: 15px; min-height: 125px; }
  .intro-grid p { grid-column: 1 / -1; grid-row: 2; }
  .text-link { grid-column: 2; grid-row: 1; }
  .section { padding: 88px 0; }
  .feature-grid, .class-grid { gap: 12px; }
  .feature-card { min-height: 310px; padding: 23px; }
  .class-card { height: 380px; }
  .class-art img { width: 145%; height: 78%; }
  .weapon-row { grid-template-columns: 1fr; gap: 11px; }
  .weapon-list { grid-template-columns: repeat(8, minmax(0, 1fr)); }
  .download-inner { gap: 45px; }
}

@media (max-width: 620px) {
  .container { width: calc(100% - 38px); }
  .brand-copy strong { font-size: 14px; }
  .brand-copy small { font-size: 7px; }
  .hero { min-height: 680px; background-position: 61% top; }
  .hero::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7, 5, 4, .67), transparent 90%); content: ''; }
  .hero-content { padding-top: 176px; }
  .hero-kicker { font-size: 10px; letter-spacing: .1em; }
  .hero h1 { margin-top: 18px; font-size: clamp(58px, 19vw, 88px); letter-spacing: .05em; }
  .hero-lead { font-size: 17px; letter-spacing: .13em; }
  .hero-sub { font-size: 11px; letter-spacing: .12em; }
  .mobile-break { display: block; }
  .hero-actions { flex-direction: column; align-items: flex-start; gap: 10px; margin-top: 28px; }
  .button { width: 181px; height: 45px; }
  .hero-stats { gap: 13px; margin-top: 40px; }
  .stat-item b { font-size: 8px; }
  .stat-item span { font-size: 9px; }
  .stat-divider { height: 24px; }
  .hero-scroll { display: none; }
  .intro-grid { display: flex; flex-wrap: wrap; align-items: center; min-height: 142px; padding: 18px 0; }
  .intro-label { flex: 1; }
  .intro-label strong { font-size: 17px; }
  .intro-grid p { flex-basis: 100%; order: 3; font-size: 10px; }
  .intro-grid .text-link { margin-left: auto; }
  .section { padding: 72px 0; }
  .section-heading { display: block; margin-bottom: 32px; }
  .section-heading h2 { font-size: 30px; }
  .section-heading > p { margin-top: 15px; text-align: left; font-size: 11px; }
  .desktop-break { display: none; }
  .feature-grid, .class-grid { grid-template-columns: 1fr; gap: 12px; }
  .feature-card { min-height: 235px; }
  .feature-icon { margin-bottom: 18px; }
  .feature-card p { max-width: 290px; }
  .classes-section { padding-top: 20px; }
  .class-card { height: 392px; }
  .class-art img { width: 119%; height: 88%; top: -4%; }
  .weapon-row { gap: 12px; padding: 15px; }
  .weapon-list { gap: 4px; }
  .weapon-list img { height: 48px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 165px 165px 150px; gap: 8px; }
  .gallery-large { grid-row: span 2; }
  .gallery-wide { grid-column: span 2; }
  .gallery-tag { bottom: 10px; left: 11px; font-size: 11px; }
  .zoom-mark { right: 9px; bottom: 8px; width: 22px; height: 22px; font-size: 14px; }
  .download-inner { display: block; padding-top: 70px; padding-bottom: 70px; }
  .download-copy p { font-size: 11px; }
  .download-options { margin-top: 30px; }
  .download-card { min-height: 83px; padding: 14px; gap: 12px; }
  .download-icon { width: 39px; height: 39px; flex-basis: 39px; font-size: 22px; }
  .download-card strong { font-size: 13px; }
  .download-card small { font-size: 9px; }
  .download-arrow { font-size: 18px; }
  .footer-wrap { flex-wrap: wrap; justify-content: space-between; padding: 20px 0; }
  .footer-wrap p { flex-basis: 100%; order: 3; margin: 0; line-height: 1.6; }
  .lightbox { padding: 20px; }
}
