/* ValoTown red/black theme override for EmeraldCSS. */
:root {
  --vt-red: #ff3347;
  --vt-red-strong: #d90f2d;
  --vt-red-soft: rgba(255, 51, 71, 0.13);
  --vt-black: #080809;
  --vt-panel: #101013;
  --vt-panel-raised: #151519;
  --vt-line: #29292f;
  --vt-white: #f5f5f2;
  --vt-muted: #a5a5ad;
  --fg-default: var(--vt-white);
  --fg-muted: var(--vt-muted);
  --fg-subtle: #767680;
  --fg-accent: var(--vt-red);
  --fg-emphasis: #fff;
  --bg-default: var(--vt-black);
  --bg-overlay: var(--vt-panel-raised);
  --bg-inset: #050506;
  --bg-emphasis: var(--vt-red-strong);
  --theme: var(--vt-black);
  --entry: var(--vt-panel);
  --primary: var(--vt-white);
  --secondary: var(--vt-muted);
  --tertiary: var(--vt-line);
  --content: #d5d5d8;
  --border: var(--vt-line);
  --nav-width: 1200px;
  --main-width: 1200px;
  --gap: 24px;
  --radius: 8px;
}

html { scroll-behavior: smooth; background: var(--vt-black); }
body.valotown-theme {
  min-width: 320px;
  margin: 0;
  background: var(--vt-black);
  color: var(--vt-white);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-feature-settings: "cv02", "cv03", "cv04", "cv11";
  line-height: 1.5;
  overflow-x: hidden;
}
body.valotown-theme main { width: 100%; max-width: none; min-height: 0; margin: 0; padding: 0; }
.valotown-theme *, .valotown-theme *::before, .valotown-theme *::after { box-sizing: border-box; }
.valotown-theme a, .valotown-theme a:visited { color: inherit; }
.valotown-theme a:hover { text-decoration: none; }
.container { width: min(100% - 48px, 1200px); max-width: 1200px; margin-inline: auto; padding: 0; }

::-webkit-scrollbar { width: 7px; }
::-webkit-scrollbar-track { background: #050506; }
::-webkit-scrollbar-thumb { background: var(--vt-red); }
::selection { color: white; background: var(--vt-red-strong); }

.navbar {
  position: fixed; inset: 0 0 auto; z-index: 50; width: 100%; height: 72px;
  max-width: none; margin: 0; padding: 0; display: block; line-height: normal;
  border-bottom: 1px solid rgba(255,255,255,.08); background: rgba(8,8,9,.84);
  backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 100%; }
.logo { margin: 0; color: var(--vt-white); font-size: 1rem; font-weight: 900; letter-spacing: .16em; }
.logo span { color: var(--vt-red); }
.nav-links { display: flex; align-items: center; gap: 30px; margin: 0; }
.nav-links li a { position: relative; padding: 26px 0 23px; color: #bdbdc4; font-size: .75rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.nav-links li a::after { content: ""; position: absolute; right: 0; bottom: 18px; left: 0; height: 2px; background: var(--vt-red); transform: scaleX(0); transform-origin: right; transition: transform .2s ease; }
.nav-links li a:hover { color: white; }
.nav-links li a:hover::after { transform: scaleX(1); transform-origin: left; }
.valotown-theme .hamburger { position: relative; display: none !important; width: 42px; height: 42px; min-height: 0; padding: 11px 9px; border: 0 !important; background: transparent !important; box-shadow: none !important; }
.hamburger span { position: absolute; top: 50%; left: 9px; display: block; width: 23px; height: 2px; margin: 0; background: var(--vt-red); transition: transform .25s ease; }
.hamburger span:first-child { transform: translateY(-5px); }
.hamburger span:last-child { transform: translateY(5px); }
.mobile-nav[open] .hamburger span:first-child { transform: rotate(45deg); }
.mobile-nav[open] .hamburger span:last-child { transform: rotate(-45deg); }
.mobile-nav { display: none; }

.hero { position: relative; min-height: 760px; height: 100svh; display: grid; place-items: center; overflow: hidden; background-color: var(--vt-black); background-image: radial-gradient(circle at 75% 42%, #271015 0, #0d0d10 31%, #080809 68%); }
.hero::before { content: ""; position: absolute; inset: 72px 0 0; background: linear-gradient(90deg, transparent 49.9%, rgba(255,255,255,.035) 50%, transparent 50.1%); }
.hero-grid { position: absolute; inset: 0; opacity: .22; background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom, transparent, black 30%, transparent 90%); }
.hero-glow { position: absolute; width: 500px; height: 500px; right: 10%; top: 20%; border: 1px solid rgba(255,51,71,.18); border-radius: 50%; box-shadow: 0 0 130px rgba(255,51,71,.08), inset 0 0 80px rgba(255,51,71,.05); }
.hero-glow::before, .hero-glow::after { content: ""; position: absolute; border: 1px solid rgba(255,51,71,.1); border-radius: 50%; }
.hero-glow::before { inset: 54px; } .hero-glow::after { inset: 120px; background: var(--vt-red-soft); }
.hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(48px, 8vw, 120px); align-items: center; padding-top: 72px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; padding: 0; color: #bebec4; font-size: .7rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow span { position: relative; display: inline-block; width: 28px; height: 2px; background: rgba(255,51,71,.28); box-shadow: 8px 0 0 rgba(255,51,71,.14); }
.eyebrow span::before { content: ""; position: absolute; inset: 0; background: var(--vt-red); transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.eyebrow:hover span::before, .eyebrow:has(+ h1:hover) span::before, .eyebrow:has(+ .section-title:hover) span::before { transform: scaleX(1); transform-origin: left; }
.hero h1, .section-title, .hero-card h2 { margin: 0; color: var(--vt-white); font-weight: 900; letter-spacing: -.065em; line-height: .87; text-transform: uppercase; }
.hero h1 { font-size: clamp(4rem, 8.7vw, 8rem); }
.hero h1 em, .section-title em { color: var(--vt-red); font-style: normal; }
.hero-copy { max-width: 610px; margin: 32px 0 0; padding: 0; color: var(--vt-muted); font-size: clamp(1rem, 1.4vw, 1.15rem); line-height: 1.75; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.btn, .valotown-theme button, .valotown-theme [type=button], .valotown-theme [type=submit] { display: inline-flex; align-items: center; justify-content: center; gap: 16px; min-height: 50px; padding: 13px 22px; border: 1px solid var(--vt-red); border-radius: 2px; font-size: .72rem; font-weight: 800; letter-spacing: .1em; line-height: 1; text-transform: uppercase; transition: color .2s, background .2s, border-color .2s, transform .2s; }
.btn { position: relative; overflow: hidden; }
.btn::after { content: ""; position: absolute; right: 0; bottom: 0; left: 0; height: 2px; background: #fff; transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.btn-outline::after { background: var(--vt-red); }
.btn:hover::after, .btn:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.btn-primary { color: #fff !important; background: var(--vt-red-strong); border-color: var(--vt-red-strong); box-shadow: 0 12px 32px rgba(255,51,71,.14); }
.btn-primary:hover, .btn-primary:active { color: var(--vt-black) !important; background: var(--vt-red); border-color: var(--vt-red); transform: translateY(-2px); }
.btn-outline { color: #eee !important; background: rgba(8,8,9,.35); border-color: #414148; }
.btn-outline:hover { color: #fff !important; background: var(--vt-red-soft); border-color: var(--vt-red); transform: translateY(-2px); }
.hero-stats { display: flex; gap: 34px; margin: 48px 0 0; }
.hero-stats div { padding-right: 34px; border-right: 1px solid var(--vt-line); }
.hero-stats div:last-child { padding-right: 0; border: 0; }
.hero-stats dt { color: white; font-size: 1.1rem; font-weight: 800; }
.hero-stats dd { margin: 2px 0 0; color: #a2a2aa; font-size: .65rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.hero-card { position: relative; min-height: 440px; display: flex; flex-direction: column; justify-content: flex-end; padding: 28px; border: 1px solid rgba(255,255,255,.12); border-top: 3px solid var(--vt-red); background: linear-gradient(155deg, rgba(255,51,71,.1), rgba(16,16,19,.88) 45%), var(--vt-panel); box-shadow: 32px 32px 0 rgba(0,0,0,.25), 0 35px 90px rgba(0,0,0,.35); overflow: hidden; transform: rotate(1.5deg); }
.hero-card::after { content: ""; position: absolute; width: 180px; height: 180px; right: -90px; bottom: -90px; border: 30px solid rgba(255,51,71,.08); transform: rotate(45deg); }
.card-kicker { position: absolute; inset: 22px 24px auto; display: flex; justify-content: space-between; color: #9999a1; font-size: .62rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.agent-mark { position: absolute; inset: 74px 0 auto; color: rgba(255,51,71,.12); font-size: 15rem; font-weight: 900; letter-spacing: -.15em; line-height: 1; text-align: center; transform: skew(-8deg); }
.card-label { position: relative; margin: 0 0 8px; padding: 0; color: var(--vt-red); font-size: .67rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.hero-card h2 { position: relative; font-size: clamp(2.5rem, 4vw, 4rem); }
.card-footer { position: relative; display: flex; align-items: flex-end; justify-content: space-between; margin-top: 28px; padding-top: 18px; border-top: 1px solid var(--vt-line); color: #8d8d96; font-size: .72rem; }
.card-footer strong { color: white; font-size: 1.5rem; }
.scroll-cue { position: absolute; z-index: 3; bottom: 28px; left: 50%; color: #76767e !important; font-size: .61rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; transform: translateX(-50%); }
.scroll-cue span { margin-left: 12px; color: var(--vt-red); }

.section { margin: 0; padding: 112px 0; background: var(--vt-black); }
.section-heading { display: grid; grid-template-columns: 1.3fr .7fr; gap: 40px; align-items: end; margin-bottom: 54px; }
.section-title { font-size: clamp(2.8rem, 6vw, 5.6rem); }
.section-sub { max-width: 420px; margin: 0 0 8px; padding: 0; color: var(--vt-muted); font-size: .95rem; line-height: 1.7; }
.section-sub p { margin: 0; padding: 0; }
.section-sub .vp-note { margin-top: 12px; color: #7f7f88; font-size: .72rem; line-height: 1.55; }
.vp-note strong { color: var(--vt-red); }
.pricing-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.pricing-card { position: relative; min-height: 550px; display: flex; flex-direction: column; padding: 30px; border: 1px solid var(--vt-line); border-radius: 2px; background: var(--vt-panel); transition: transform .25s, border-color .25s, background .25s; }
.pricing-card:hover { border-color: #5b242d; background: var(--vt-panel-raised); transform: translateY(-6px); }
.pricing-card.featured { border-color: var(--vt-red); background: linear-gradient(180deg, rgba(255,51,71,.08), transparent 34%), var(--vt-panel); }
.featured-flag { position: absolute; top: -13px; right: 20px; padding: 7px 12px; color: var(--vt-black); background: var(--vt-red); font-size: .6rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.pricing-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 50px; }
.plan-number { color: var(--vt-red); font-size: .85rem; font-weight: 800; }
.plan-status { color: #9b9ba4; font-size: .6rem; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.pricing-card h3 { margin: 0 0 10px; color: white; font-size: 1.55rem; font-weight: 800; letter-spacing: -.03em; }
.pricing-desc { min-height: 52px; margin: 0 0 26px; padding: 0; color: var(--vt-muted); font-size: .84rem; line-height: 1.55; }
.pricing-price { margin-bottom: 28px; color: white; font-size: 3.5rem; font-weight: 850; letter-spacing: -.06em; line-height: 1; }
.pricing-price span { margin-left: 4px; color: var(--vt-red); font-size: 1rem; letter-spacing: .02em; vertical-align: baseline; }
.pricing-features { flex: 1; margin: 0 0 28px; padding: 24px 0 0; border-top: 1px solid var(--vt-line); }
.pricing-features li { position: relative; margin-bottom: 12px; padding: 0 0 0 18px; color: #b4b4bb; font-size: .78rem; }
.pricing-features li::before { content: ""; position: absolute; top: .55em; left: 0; width: 6px; height: 6px; border: 1px solid var(--vt-red); transform: rotate(45deg); }
.pricing-card .btn { width: 100%; }

.coaching-section { background: #0c0c0e; border-block: 1px solid #1d1d21; }
.coaching-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(48px, 8vw, 110px); align-items: start; }
.coaching-intro { position: sticky; top: 120px; }
.coaching-intro .section-title { font-size: clamp(2.6rem, 5.2vw, 5rem); }
.coaching-intro > p:not(.eyebrow) { max-width: 480px; margin: 28px 0; padding: 0; color: var(--vt-muted); line-height: 1.75; }
.text-link { display: inline-flex; gap: 14px; color: white !important; padding-bottom: 7px; font-size: .75rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.ethics-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--vt-line); border: 1px solid var(--vt-line); }
.ethics-card { min-height: 245px; padding: 28px; background: var(--vt-panel); transition: background .2s; }
.ethics-card:hover { background: #18181c; }
.card-index { display: block; margin-bottom: 60px; color: var(--vt-red); font-size: .65rem; font-weight: 850; }
.ethics-card h3 { margin: 0 0 12px; color: white; font-size: .95rem; font-weight: 850; letter-spacing: .08em; }
.ethics-card p { margin: 0; padding: 0; color: var(--vt-muted); font-size: .8rem; line-height: 1.65; }

.skins-section { border-top: 1px solid #1d1d21; background: var(--vt-black); }
.skins-layout { display: grid; grid-template-columns: .65fr 1.35fr; gap: clamp(48px, 8vw, 110px); align-items: start; }
.skins-intro { position: sticky; top: 120px; }
.skins-intro .section-title { font-size: clamp(2.8rem, 5.5vw, 5.4rem); }
.skins-actions { display: flex; gap: 12px; margin-top: 34px; }
.skins-next { width: 50px; padding-inline: 0; font-size: 1rem; }
.skin-track { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.skin-card { min-height: 280px; display: flex; flex-direction: column; justify-content: space-between; margin: 0; padding: 28px; border: 1px solid var(--vt-line); background: radial-gradient(circle at 50% 35%, rgba(255,51,71,.12), transparent 48%), var(--vt-panel); scroll-snap-align: start; }
.skin-card img { width: 100%; height: 190px; object-fit: contain; filter: drop-shadow(0 22px 22px rgba(0,0,0,.45)); }
.skin-card-ingame { padding: 14px 14px 22px; }
.skin-card-ingame img { height: 210px; object-fit: cover; filter: none; }
.skin-card figcaption { color: white; font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

.sell-section { border-top: 1px solid #1d1d21; background: radial-gradient(circle at 82% 50%, rgba(255,51,71,.09), transparent 32%), #0c0c0e; }
.sell-wrapper { position: relative; padding: 52px; border: 1px solid var(--vt-line); border-left: 3px solid var(--vt-red); background: rgba(16,16,19,.86); overflow: hidden; }
.sell-wrapper::after { content: "V"; position: absolute; right: 3%; bottom: -22%; color: rgba(255,51,71,.07); font-size: clamp(10rem, 22vw, 18rem); font-weight: 900; line-height: 1; transform: skew(-8deg); pointer-events: none; }
.sell-wrapper > * { position: relative; z-index: 1; }
.sell-wrapper .section-title { max-width: 850px; font-size: clamp(3rem, 7vw, 6.5rem); }
.sell-description { max-width: 690px; margin: 30px 0 0; padding: 0; color: var(--vt-muted); font-size: clamp(1rem, 1.5vw, 1.15rem); line-height: 1.8; }
.sell-cta { margin-top: 30px; }

.montage-section, .careers-section { border-top: 1px solid #1d1d21; }
.montage-section { background: var(--vt-black); }
.careers-section { background: #0c0c0e; }
.feature-wrapper { position: relative; min-height: 360px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 52px; border: 1px solid var(--vt-line); overflow: hidden; }
.feature-wrapper::after { position: absolute; right: 4%; bottom: -25%; color: rgba(255,51,71,.07); font-size: clamp(11rem, 24vw, 20rem); font-weight: 900; line-height: 1; pointer-events: none; }
.montage-wrapper { border-top: 3px solid var(--vt-red); background: linear-gradient(125deg, rgba(255,51,71,.08), transparent 42%), var(--vt-panel); }
.montage-wrapper::after { content: "M"; transform: skew(-8deg); }
.careers-wrapper { border-right: 3px solid var(--vt-red); background: radial-gradient(circle at 82% 50%, rgba(255,51,71,.1), transparent 34%), var(--vt-panel); }
.careers-wrapper::after { content: "C"; }
.feature-wrapper > * { position: relative; z-index: 1; }
.feature-wrapper .section-title { max-width: 920px; font-size: clamp(3rem, 7vw, 6.5rem); }
.feature-description { margin: 28px 0 0; padding: 0; color: var(--vt-muted); font-size: clamp(1rem, 1.5vw, 1.15rem); }
.feature-cta { margin-top: 30px; }

.contact-section { padding-block: 120px; background: radial-gradient(circle at 15% 45%, rgba(255,51,71,.08), transparent 30%), var(--vt-black); }
.contact-wrapper { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 9vw, 130px); align-items: center; }
.contact-info .section-title { font-size: clamp(3rem, 6vw, 5.5rem); }
.contact-info > p:not(.eyebrow) { max-width: 440px; margin: 28px 0; padding: 0; color: var(--vt-muted); line-height: 1.75; }
.contact-email { display: inline-flex; gap: 16px; padding-bottom: 5px; color: white !important; font-size: .95rem; font-weight: 700; }
.contact-email span { color: var(--vt-red); }
.text-link, .contact-email, .footer li a { position: relative; }
.text-link::after, .contact-email::after, .footer li a::after { content: ""; position: absolute; right: 0; bottom: 0; left: 0; height: 1px; background: var(--vt-red); transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.text-link:hover::after, .text-link:focus-visible::after, .contact-email:hover::after, .contact-email:focus-visible::after, .footer li a:hover::after, .footer li a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 22px 16px; padding: 34px; border: 1px solid var(--vt-line); background: rgba(16,16,19,.86); }
.field-row { display: flex; flex-direction: column; gap: 8px; }
.full { grid-column: 1 / -1; }
.contact-form label { color: #9999a2; font-size: .65rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; margin: 0; padding: 13px 14px; border: 1px solid #33333a; border-radius: 1px; outline: 0; color: white; background-color: #0b0b0d; background-image: linear-gradient(var(--vt-red), var(--vt-red)); background-repeat: no-repeat; background-position: right bottom; background-size: 0 2px; font: inherit; font-size: .85rem; transition: border-color .2s, background-size .25s ease; }
.contact-form input:hover, .contact-form input:focus, .contact-form select:hover, .contact-form select:focus, .contact-form textarea:hover, .contact-form textarea:focus { border-color: var(--vt-red); background-position: left bottom; background-size: 100% 2px; box-shadow: 0 0 0 3px var(--vt-red-soft); }
.contact-form textarea { min-height: 128px; resize: vertical; }
.contact-form option { color: white; background: #111114; }
.form-note { margin: -10px 0 0; padding: 0; color: #a2a2aa; font-size: .68rem; }
.form-note.success { color: #7fd6a0; }
.form-note.error { color: #ff7a89; }
.contact-form button:disabled { cursor: wait; opacity: .65; transform: none; }
.form-result { min-height: 100vh !important; display: grid; place-content: center; justify-items: start; gap: 28px; width: min(100% - 40px, 760px) !important; }
.form-result h1 { margin: 0; color: white; font-size: clamp(2rem, 6vw, 4.5rem); line-height: 1; }

.replay-download-section { padding-block: 96px; border-top: 1px solid var(--vt-line); background: radial-gradient(circle at 18% 55%, rgba(255,51,71,.1), transparent 34%), #080809; scroll-margin-top: 76px; }
.replay-download-wrapper { display: grid; grid-template-columns: 1fr .72fr; gap: clamp(46px, 9vw, 130px); align-items: center; }
.replay-download-wrapper .section-title { font-size: clamp(3rem, 6vw, 5.8rem); }
.replay-download-description { max-width: 650px; margin: 28px 0 0; padding: 0; color: var(--vt-muted); font-size: clamp(1rem, 1.5vw, 1.15rem); line-height: 1.8; }
.replay-download-cta { margin-top: 30px; }
.replay-timer-preview { position: relative; min-height: 300px; display: flex; flex-direction: column; justify-content: center; padding: 40px; border: 1px solid #3d3d45; border-left: 3px solid var(--vt-red); background: linear-gradient(145deg, rgba(255,51,71,.1), transparent 52%), var(--vt-panel); box-shadow: 24px 24px 0 rgba(0,0,0,.2); overflow: hidden; }
.replay-timer-preview::after { content: "V"; position: absolute; right: -18px; bottom: -68px; color: rgba(255,51,71,.065); font-size: 15rem; font-weight: 900; line-height: 1; transform: skew(-8deg); }
.replay-timer-preview > * { position: relative; z-index: 1; }
.replay-timer-preview > span { color: #aaaab2; font-size: .62rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.replay-timer-preview > strong { margin-top: 6px; color: white; font-size: clamp(4rem, 8vw, 7rem); font-weight: 900; letter-spacing: -.075em; line-height: .95; }
.replay-timer-preview small { color: var(--vt-red); font-size: .9rem; letter-spacing: .04em; }
.replay-timer-preview > div { display: flex; align-items: center; gap: 8px; margin-top: 34px; }
.replay-timer-preview i { width: 100%; height: 3px; background: #37373e; }
.replay-timer-preview i:first-child, .replay-timer-preview i:last-child { background: var(--vt-red); }
.replay-timer-preview p { display: flex; justify-content: space-between; margin: 10px 0 0; padding: 0; color: #85858e; font-size: .62rem; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.replay-timer-preview b { color: var(--vt-red); }

.mobile-app-section { padding-block: 96px; border-top: 1px solid var(--vt-line); background: radial-gradient(circle at 78% 45%, rgba(255,51,71,.1), transparent 34%), #0c0c0e; scroll-margin-top: 76px; }
.mobile-app-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(40px, 8vw, 110px); align-items: center; }
.mobile-app-copy .section-title { font-size: clamp(3rem, 6vw, 5.5rem); }
.mobile-app-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.app-carousel { min-width: 0; width: min(100%, 420px); margin-inline: auto; }
.app-carousel-track { display: grid; grid-auto-flow: column; grid-auto-columns: 100%; overflow-x: auto; overscroll-behavior-inline: contain; scroll-behavior: smooth; scroll-snap-type: inline mandatory; scrollbar-width: none; }
.app-carousel-track::-webkit-scrollbar { display: none; }
.app-carousel-track:focus-visible { outline: 2px solid var(--vt-red); outline-offset: 8px; }
.app-shot { width: 100%; display: grid; justify-items: center; margin: 0; padding: 8px 28px 0; text-align: center; scroll-snap-align: center; scroll-snap-stop: always; }
.app-shot .phone-frame { width: min(100%, 250px); }
.phone-frame { position: relative; padding: 9px; border: 1px solid #4a4a52; border-radius: 34px; background: #050506; box-shadow: 0 34px 70px rgba(0,0,0,.45); overflow: hidden; }
.phone-frame::before { content: ""; position: absolute; z-index: 1; top: 15px; left: 50%; width: 62px; height: 15px; border-radius: 999px; background: #050506; transform: translateX(-50%); }
.app-shot-android .phone-frame { border-radius: 24px; }
.app-shot-android .phone-frame::before { width: 12px; height: 12px; }
.phone-frame img { display: block; width: 100%; height: auto; border-radius: 26px; }
.app-shot-android img { border-radius: 17px; }
.app-shot figcaption { margin-top: 20px; color: #b8b8c0; font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; }
.app-shot figcaption strong { color: white; font-size: .75rem; }
.app-carousel-progress { width: min(100% - 56px, 250px); height: 2px; margin: 20px auto 8px; background: #28282e; overflow: hidden; }
.app-carousel-progress span { display: block; width: 100%; height: 100%; background: var(--vt-red); transform: scaleX(0); transform-origin: left; animation: app-carousel-progress 5s linear forwards; }
.app-carousel-nav { display: flex; justify-content: center; gap: 8px; }
.app-carousel-nav a { width: 42px; height: 18px; display: grid; align-items: center; }
.app-carousel-nav a::before { content: ""; width: 100%; height: 2px; background: #505058; transition: background .2s, transform .2s; }
.app-carousel-nav a.active::before, .app-carousel-nav a:hover::before, .app-carousel-nav a:focus-visible::before { background: var(--vt-red); transform: scaleY(2); }
@keyframes app-carousel-progress { to { transform: scaleX(1); } }
.install-dialog { width: min(100% - 40px, 480px); padding: 30px; border: 1px solid #4a4a52; color: white; background: #111114; }
.install-dialog::backdrop { background: rgba(0,0,0,.75); }
.install-dialog h2 { margin: 0 0 14px; color: white; font-size: 1.7rem; }
.install-dialog p { margin: 0 0 24px; color: #b8b8c0; line-height: 1.7; }

.ticket-page { width: min(100% - 40px, 960px) !important; min-height: 100vh !important; margin: 0 auto !important; padding: 64px 0 !important; }
.ticket-page > h1 { margin: 50px 0 28px; color: white; font-size: clamp(2.8rem, 8vw, 5.5rem); letter-spacing: -.06em; line-height: .9; text-transform: uppercase; }
.ticket-list { display: grid; gap: 16px; }
.ticket-thread { border: 1px solid #303036; border-radius: 6px; background: #0d0d0f; overflow: hidden; }
.ticket-thread > summary { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 18px 20px; color: #d8d8dd; background: #151518; cursor: pointer; list-style: none; }
.ticket-thread > summary::-webkit-details-marker { display: none; }
.ticket-thread > summary::before { content: "›"; flex: 0 0 auto; color: #9d9da6; font-size: 1.35rem; transform: rotate(0); transition: transform .2s; }
.ticket-thread[open] > summary::before { transform: rotate(90deg); }
.ticket-summary-title { min-width: 0; margin-right: auto; overflow-wrap: anywhere; }
.ticket-summary-title strong { color: var(--vt-red); }
.ticket-status { flex: 0 0 auto; padding: 5px 10px; border: 1px solid #476a51; border-radius: 999px; color: #a9e5b9; background: #17251b; font-size: .68rem; font-weight: 800; }
.ticket-thread-body { padding: 24px; }
.ticket-inquiry { border: 1px solid #303036; border-radius: 6px; background: #111114; overflow: hidden; }
.ticket-box-header { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 12px 16px; border-bottom: 1px solid #303036; background: #1a1a1e; }
.ticket-box-header h2 { margin: 0; color: white; font-size: .85rem; }
.ticket-box-header time, .timeline-event time { color: #a2a2aa; font-size: .67rem; }
.ticket-inquiry-text { padding: 20px; color: #d4d4da; line-height: 1.7; overflow-wrap: anywhere; }
.ticket-timeline { position: relative; display: grid; gap: 22px; margin: 24px 0; }
.ticket-timeline::before { content: ""; position: absolute; top: 0; bottom: 0; left: 15px; width: 2px; background: #303036; }
.timeline-event { position: relative; z-index: 1; min-width: 0; }
.timeline-status { display: grid; grid-template-columns: 32px auto 1fr; align-items: center; gap: 12px; }
.timeline-status p { margin: 0; padding: 0; color: #b8b8c0; font-size: .78rem; }
.timeline-status time { justify-self: end; }
.timeline-icon, .timeline-avatar { width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid #484850; border-radius: 50%; color: white; background: #202024; font-size: .7rem; font-weight: 850; }
.timeline-icon { color: #a9e5b9; border-color: #476a51; background: #17251b; }
.timeline-comment { display: grid; grid-template-columns: 32px 1fr; gap: 12px; align-items: start; }
.timeline-comment-card { min-width: 0; border: 1px solid #303036; border-radius: 6px; background: #111114; overflow: hidden; }
.timeline-comment-card header { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 11px 14px; border-bottom: 1px solid #303036; background: #1a1a1e; }
.timeline-comment-card header strong { color: #d8d8dd; font-size: .75rem; }
.timeline-comment-card > div { padding: 16px; color: #d4d4da; line-height: 1.65; overflow-wrap: anywhere; }
.ticket-comment-form { display: grid; gap: 12px; margin-left: 44px; }
.ticket-comment-form label { color: #d8d8dd; font-size: .75rem; font-weight: 800; }
.ticket-comment-form textarea { min-height: 110px; width: 100%; padding: 14px; border: 1px solid #3a3a42; border-radius: 6px; outline: 0; color: white; background: #0b0b0d; font: inherit; resize: vertical; }
.ticket-comment-form textarea:focus { border-color: var(--vt-red); box-shadow: 0 0 0 3px var(--vt-red-soft); }
.ticket-comment-form .btn { justify-self: end; }
.ticket-error { padding: 14px 16px; border: 1px solid #81303c; color: #ffd0d5; background: #2a1115; }
.ticket-empty { color: var(--vt-muted); }

.footer { min-height: auto; padding: 50px 0; border-top: 1px solid var(--vt-line); background: #050506; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 48px; }
.footer-brand p { margin: 12px 0 0; padding: 0; color: #9898a1; font-size: .74rem; }
.footer h3 { margin: 0 0 14px; color: white; font-size: .65rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.footer ul { margin: 0; }
.footer li { margin-bottom: 7px; }
.footer li a { display: inline-block; padding: 0 0 2px; color: #8d8d95; font-size: .75rem; }
.footer li a:hover { color: var(--vt-red); }
.footer-legal { grid-column: 1 / -1; margin: 12px 0 0; padding: 24px 0 0; border-top: 1px solid #1a1a1e; color: #96969f; font-size: .68rem; }

@media (max-width: 900px) {
  .hero { height: auto; min-height: 900px; padding: 130px 0 90px; }
  .hero-layout { grid-template-columns: 1fr; gap: 60px; padding-top: 0; }
  .hero-content { max-width: 700px; }
  .hero-card { display: none; }
  .section-heading, .coaching-layout, .skins-layout, .contact-wrapper, .replay-download-wrapper, .mobile-app-layout { grid-template-columns: 1fr; }
  .section-sub { margin-top: -18px; }
  .coaching-intro, .skins-intro { position: static; }
  .pricing-grid { grid-template-columns: 1fr; }
  .pricing-card { min-height: 0; }
  .skin-track { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-brand { grid-column: 1 / -1; }
}

@media (min-width: 901px) and (max-width: 1100px) {
  .pricing-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 720px) {
  .container { width: min(100% - 32px, 1200px); }
  .navbar { height: 64px; }
  .nav-inner > .nav-links { display: none; }
  .mobile-nav { display: block; }
  .valotown-theme .hamburger { display: block !important; list-style: none; cursor: pointer; }
  .hamburger::-webkit-details-marker { display: none; }
  body:has(.mobile-nav[open]) { overflow: hidden; }
  .nav-inner > .logo { position: relative; z-index: 52; }
  .mobile-nav { position: relative; z-index: 51; }
  .hamburger { z-index: 52; }
  .mobile-nav .nav-links { position: fixed; inset: 0; z-index: 50; display: none; flex-direction: column; align-items: stretch; justify-content: center; gap: 0; width: 100%; height: 100dvh; padding: 88px 32px 24px; overflow-y: auto; border: 0; background: #080809; }
  .mobile-nav[open] .nav-links { display: flex; }
  .mobile-nav .nav-links li { width: min(100%, 520px); margin-inline: auto; border-bottom: 1px solid var(--vt-line); }
  .mobile-nav .nav-links li:last-child { border-bottom: 0; }
  .mobile-nav .nav-links li a { display: block; padding: 13px 0; color: white; font-size: .82rem; }
  .nav-links li a::after { display: none; }
  .hero { min-height: 760px; padding-top: 110px; }
  .hero::before { inset-block-start: 64px; }
  .hero h1 { font-size: clamp(3.6rem, 19vw, 5.5rem); }
  .hero-copy { font-size: .94rem; }
  .hero-stats { gap: 16px; }
  .hero-stats div { padding-right: 16px; }
  .scroll-cue { display: none; }
  .section { padding: 82px 0; }
  .section-heading { margin-bottom: 38px; }
  .section-title { font-size: clamp(2.7rem, 14vw, 4.6rem); }
  .ethics-grid { grid-template-columns: 1fr; }
  .skin-track { grid-template-columns: 1fr; }
  .sell-wrapper { padding: 36px 24px; }
  .feature-wrapper { min-height: 320px; padding: 36px 24px; }
  .ethics-card { min-height: 190px; }
  .card-index { margin-bottom: 38px; }
  .contact-form { grid-template-columns: 1fr; padding: 24px 18px; }
  .contact-form .full, .contact-form .field-row { grid-column: 1; }
  .contact-section { padding-bottom: 40px; }
  .replay-download-section { padding-block: 72px; }
  .replay-timer-preview { min-height: 250px; padding: 30px 24px; }
  .mobile-app-section { padding-top: 54px; }
  .mobile-app-actions { flex-direction: column; align-items: stretch; padding-inline: 48px; }
  .app-carousel { margin-top: 20px; }
  .app-shot { padding-inline: 48px; }
  .app-shot .phone-frame { width: min(100%, 220px); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 34px; }
  .footer-brand { grid-column: 1 / -1; }
  .ticket-thread-body { padding: 16px; }
  .ticket-thread > summary { align-items: flex-start; flex-wrap: wrap; }
  .ticket-status { margin-left: 44px; }
  .ticket-box-header, .timeline-comment-card header { align-items: flex-start; flex-direction: column; }
  .timeline-status { grid-template-columns: 32px 1fr; }
  .timeline-status time { grid-column: 2; justify-self: start; }
  .ticket-comment-form { margin-left: 0; }
}

@media (max-width: 430px) {
  .hero-cta { flex-direction: column; align-items: stretch; }
  .hero-stats dd { max-width: 72px; }
  .pricing-card { padding: 24px 20px; }
}

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