:root {
    --bg: #090a14;
    --bg-soft: #101224;
    --surface: #15182d;
    --surface-light: #1b1f38;
    --text: #f7f7fc;
    --muted: #a8acc2;
    --purple: #8f082d;
    --pink: #dd0640;
    --cyan: #ff6b7f;
    --line: rgba(255, 255, 255, .1);
    --shadow: 0 24px 70px rgba(0, 0, 0, .32);
    --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--text);
    background: var(--bg);
    font-family: "Manrope", sans-serif;
    line-height: 1.7;
    overflow-x: hidden;
}
body::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background-image: linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
    background-size: 38px 38px;
    mask-image: linear-gradient(to bottom, black, transparent 75%);
}
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
.narrow { max-width: 820px; }
.section { padding: 100px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(9, 10, 20, .78);
    border-bottom: 1px solid rgba(255,255,255,.06);
    backdrop-filter: blur(18px);
}
.nav-wrap { height: 76px; display: flex; align-items: center; justify-content: space-between; }
.logo { display: inline-flex; align-items: center; }
.logo img { display: block; width: 164px; height: 61px; object-fit: contain; }
.site-nav { display: flex; align-items: center; gap: 28px; font-size: 13px; font-weight: 700; color: var(--muted); }
.site-nav a { transition: color .2s ease; }
.site-nav a:hover, .site-nav a.active { color: white; }
.nav-cta { padding: 9px 15px; color: white !important; border: 1px solid var(--line); border-radius: 10px; background: rgba(255,255,255,.05); }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 11px; border: 1px solid var(--line); border-radius: 12px; background: var(--surface); }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 4px 0; background: white; border-radius: 2px; }

.hero { position: relative; min-height: 720px; display: flex; align-items: center; padding: 95px 0 110px; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: auto 0 0; height: 160px; background: linear-gradient(transparent, var(--bg)); pointer-events: none; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr .92fr; gap: 80px; align-items: center; }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(4px); opacity: .45; }
.hero-orb-one { width: 520px; height: 520px; right: -170px; top: -120px; background: radial-gradient(circle, rgba(221,6,64,.42), transparent 66%); }
.hero-orb-two { width: 430px; height: 430px; left: -180px; bottom: -200px; background: radial-gradient(circle, rgba(255,107,127,.18), transparent 68%); }
.eyebrow, .kicker { color: var(--cyan); font-size: 11px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow { display: inline-flex; gap: 9px; align-items: center; margin-bottom: 23px; padding: 7px 12px; border: 1px solid rgba(255,107,127,.22); border-radius: 100px; background: rgba(221,6,64,.08); }
.live-dot { width: 7px; height: 7px; display: inline-block; border-radius: 50%; background: #ff527f; box-shadow: 0 0 0 5px rgba(255,82,127,.12), 0 0 18px #ff527f; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Space Grotesk", sans-serif; line-height: 1.12; }
.hero h1 { margin-bottom: 24px; font-size: clamp(50px, 7vw, 82px); letter-spacing: -.07em; }
.hero h1 span { color: transparent; background: linear-gradient(90deg, #ff416c, var(--pink) 55%, #ff8a9a); background-clip: text; -webkit-background-clip: text; }
.hero-copy > p { max-width: 590px; color: var(--muted); font-size: 16px; }
.button-row { display: flex; gap: 12px; margin-top: 32px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 13px; min-height: 50px; padding: 12px 20px; border: 0; border-radius: 12px; font-size: 13px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: linear-gradient(135deg, #f40b4a, var(--purple)); box-shadow: 0 14px 35px rgba(221,6,64,.28); }
.button-primary:hover { box-shadow: 0 18px 42px rgba(221,6,64,.4); }
.button-secondary { color: white; border: 1px solid var(--line); background: rgba(255,255,255,.04); }
.button-light { color: #141325; background: white; }
.hero-note { display: flex; align-items: center; gap: 14px; margin-top: 32px; }
.hero-note p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.45; }
.hero-note strong { color: white; font-size: 12px; }
.avatar-stack { display: flex; padding-left: 8px; }
.avatar-stack span { display: grid; place-items: center; width: 29px; height: 29px; margin-left: -8px; border: 2px solid var(--bg); border-radius: 50%; color: white; background: var(--surface-light); font-size: 7px; font-weight: 800; }
.avatar-stack span:nth-child(2) { background: var(--purple); } .avatar-stack span:nth-child(3) { background: var(--pink); }

.stream-card-wrap { position: relative; padding: 18px; }
.stream-card-wrap::before { content: ""; position: absolute; inset: 0; border-radius: 35px; background: linear-gradient(135deg, rgba(221,6,64,.6), rgba(143,8,45,.1) 38%, rgba(255,107,127,.28)); filter: blur(1px); transform: rotate(3deg); }
.stream-card { position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 25px; background: rgba(20,22,42,.94); box-shadow: var(--shadow); }
.stream-topbar { height: 48px; padding: 0 16px; display: flex; align-items: center; justify-content: space-between; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.live-badge { display: inline-flex; align-items: center; gap: 6px; padding: 5px 9px; border-radius: 6px; color: white; background: #ef3f72; }
.live-badge span { width: 5px; height: 5px; border-radius: 50%; background: white; }
.viewer-pill { color: var(--muted); }
.stream-visual { position: relative; height: 365px; overflow: hidden; background: radial-gradient(circle at 50% 30%, #67152e, #21131d 57%, #10111f); }
.streamer-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 26%; filter: saturate(.9) contrast(1.03); }
.stream-visual::before { z-index: 1; width: auto !important; height: auto !important; inset: 0; border: 0 !important; border-radius: 0 !important; background: linear-gradient(180deg, rgba(18,12,20,.02) 35%, rgba(15,10,18,.78) 100%), linear-gradient(90deg, rgba(117,5,38,.18), transparent 45%); }
.stream-visual::before, .stream-visual::after { content: ""; position: absolute; }
.stream-visual::after { z-index: 1; width: 220px; height: 220px; left: calc(50% - 110px); top: 73px; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; box-shadow: 0 0 0 38px rgba(221,6,64,.05); }
.pixel-star { position: absolute; z-index: 3; color: var(--cyan); text-shadow: 0 0 14px currentColor; }
.star-one { left: 17%; top: 15%; } .star-two { right: 16%; top: 34%; color: var(--pink); font-size: 20px; }
.streamer-portrait { position: absolute; z-index: 2; width: 250px; height: 330px; left: calc(50% - 125px); bottom: -30px; }
.face { position: absolute; z-index: 4; width: 120px; height: 145px; left: 65px; top: 68px; border-radius: 45% 45% 50% 50%; background: linear-gradient(145deg, #f6bea9, #d9908b); }
.hair { position: absolute; z-index: 5; width: 158px; height: 202px; left: 46px; top: 40px; border-radius: 48% 48% 42% 42%; border-top: 32px solid #242238; border-left: 20px solid #242238; border-right: 20px solid #242238; box-shadow: inset 0 10px #34314f; }
.eye { position: absolute; z-index: 6; width: 8px; height: 4px; top: 75px; border-radius: 0 0 10px 10px; background: #372c3b; }.eye-left { left: 32px; }.eye-right { right: 32px; }
.smile { position: absolute; z-index: 6; left: 53px; top: 98px; width: 17px; height: 8px; border-bottom: 2px solid #a64e67; border-radius: 50%; }
.hoodie { position: absolute; z-index: 3; width: 250px; height: 165px; left: 0; bottom: 0; border-radius: 48% 48% 0 0; background: linear-gradient(145deg, var(--pink), #5a1027); }
.headset-band { position: absolute; z-index: 6; width: 170px; height: 150px; left: 40px; top: 28px; border: 9px solid #171625; border-bottom: 0; border-radius: 50% 50% 0 0; }
.headset-ear { position: absolute; z-index: 7; width: 23px; height: 50px; top: 130px; border: 5px solid var(--pink); border-radius: 12px; background: #242238; box-shadow: 0 0 18px rgba(240,84,184,.45); }.headset-left { left: 40px; }.headset-right { right: 40px; }
.chat-bubble { position: absolute; z-index: 8; display: flex; flex-direction: column; padding: 8px 11px; border: 1px solid rgba(255,255,255,.16); border-radius: 10px; background: rgba(14,15,29,.78); backdrop-filter: blur(8px); font-size: 8px; box-shadow: 0 8px 24px rgba(0,0,0,.2); }
.chat-bubble strong { font-size: 9px; }.chat-bubble span { color: var(--muted); }.chat-one { left: 12px; bottom: 35px; }.chat-two { right: 12px; top: 45px; }
.stream-info { min-height: 84px; padding: 17px 19px; display: flex; align-items: center; justify-content: space-between; }
.tiny-label { color: var(--cyan); font-size: 8px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.stream-info h2 { margin: 3px 0 0; font-size: 15px; }
.play-button { display: grid; place-items: center; width: 37px; height: 37px; padding-left: 2px; border-radius: 50%; color: #141325; background: var(--cyan); box-shadow: 0 0 22px rgba(85,230,219,.3); font-size: 11px; }
.floating-tag { position: absolute; z-index: 5; padding: 7px 11px; border: 1px solid var(--line); border-radius: 9px; background: rgba(17,19,35,.9); box-shadow: 0 10px 25px rgba(0,0,0,.25); color: white; font-size: 9px; font-weight: 800; }.floating-tag-one { right: -12px; top: 20%; }.floating-tag-two { left: -12px; bottom: 18%; color: var(--cyan); }

.section-heading { max-width: 540px; }
.section-heading.centered { margin: 0 auto 48px; text-align: center; }
.section-heading h2, .cta-card h2, .contact-details h2 { margin: 12px 0 18px; font-size: clamp(33px, 5vw, 48px); letter-spacing: -.05em; }
.section-heading p, .cta-card p, .contact-details p { color: var(--muted); font-size: 14px; }
.schedule-section { background: linear-gradient(180deg, rgba(255,255,255,.018), transparent); }
.schedule-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.schedule-card, .feature-card, .value-card { border: 1px solid var(--line); background: linear-gradient(145deg, rgba(255,255,255,.045), rgba(255,255,255,.015)); transition: transform .25s ease, border-color .25s ease, background .25s ease; }
.schedule-card:hover, .feature-card:hover, .value-card:hover { transform: translateY(-5px); border-color: rgba(221,6,64,.5); background: rgba(221,6,64,.08); }
.schedule-card { position: relative; padding: 26px; overflow: hidden; border-radius: 20px; }
.day-number { position: absolute; top: 13px; right: 17px; color: rgba(255,255,255,.12); font-family: "Space Grotesk"; font-size: 28px; font-weight: 700; }
.schedule-icon { display: grid; place-items: center; width: 37px; height: 37px; margin-bottom: 32px; border-radius: 10px; color: var(--cyan); background: rgba(85,230,219,.08); }
.schedule-card:nth-child(even) .schedule-icon { color: var(--pink); background: rgba(240,84,184,.08); }
.schedule-card h3 { margin: 0 0 5px; font-size: 21px; }.schedule-card p { margin-bottom: 18px; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.status { display: inline-flex; gap: 6px; align-items: center; color: var(--muted); font-size: 9px; font-weight: 700; }.status span { width: 5px; height: 5px; border-radius: 50%; background: #63e894; box-shadow: 0 0 10px #63e894; }

.split-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.visual-panel { position: relative; min-height: 410px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: radial-gradient(circle at 50% 40%, #68162f, #21131d 55%, #10111f); box-shadow: var(--shadow); }
.visual-panel::before { content: ""; position: absolute; width: 290px; height: 290px; top: 55px; left: calc(50% - 145px); border: 1px solid rgba(255,255,255,.08); border-radius: 50%; box-shadow: 0 0 0 40px rgba(255,255,255,.018), 0 0 0 80px rgba(255,255,255,.012); }
.controller { position: absolute; z-index: 2; width: 230px; height: 145px; left: calc(50% - 115px); top: 132px; border-radius: 48% 48% 37% 37%; background: linear-gradient(145deg, #f7f4ff, #bcb6ce); transform: rotate(-7deg); box-shadow: 0 28px 50px rgba(0,0,0,.35); }
.controller-line { position: absolute; left: 95px; top: 17px; width: 40px; height: 4px; border-radius: 4px; background: #8d879c; }
.dpad { position: absolute; left: 48px; top: 48px; color: #383544; font-size: 48px; font-weight: 800; line-height: 1; }
.controller-dot { position: absolute; width: 20px; height: 20px; border-radius: 50%; }.dot-one { right: 57px; top: 48px; background: var(--pink); }.dot-two { right: 33px; top: 72px; background: var(--cyan); }
.mini-card { position: absolute; z-index: 3; padding: 11px 14px; border: 1px solid var(--line); border-radius: 10px; color: var(--muted); background: rgba(14,15,29,.85); backdrop-filter: blur(10px); font-size: 9px; line-height: 1.5; box-shadow: 0 12px 30px rgba(0,0,0,.25); }.mini-card strong { color: white; font-size: 12px; }.mini-card-top { top: 35px; right: 25px; }.mini-card-bottom { left: 24px; bottom: 33px; display: flex; gap: 9px; align-items: center; }
.text-link { display: inline-flex; gap: 10px; margin-top: 8px; color: var(--cyan); font-size: 12px; font-weight: 800; }

.expect-section, .values-section { background: var(--bg-soft); }
.feature-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 15px; }
.feature-card { grid-column: span 2; min-height: 210px; padding: 25px; border-radius: 18px; }.feature-card:nth-child(4) { grid-column: 2 / span 2; }
.feature-card > span { color: var(--cyan); font-family: "Space Grotesk"; font-size: 11px; font-weight: 700; }.feature-card:nth-child(even) > span { color: var(--pink); }
.feature-card h3 { margin: 35px 0 9px; font-size: 17px; }.feature-card p, .value-card p { color: var(--muted); font-size: 11px; line-height: 1.65; }
.cta-section { padding-top: 70px; }
.cta-card { position: relative; display: flex; justify-content: space-between; align-items: center; gap: 30px; overflow: hidden; padding: 52px 58px; border-radius: 24px; background: linear-gradient(120deg, #81072a, #c1083a 54%, #f23b62); box-shadow: 0 25px 70px rgba(221,6,64,.22); }
.cta-card::after { content: ""; position: absolute; width: 300px; height: 300px; right: -40px; top: -150px; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; box-shadow: 0 0 0 45px rgba(255,255,255,.05), 0 0 0 90px rgba(255,255,255,.025); }
.cta-card > * { position: relative; z-index: 2; }.cta-card h2 { margin: 8px 0; font-size: clamp(28px, 4vw, 39px); }.cta-card p { margin: 0; color: rgba(255,255,255,.76); }.cta-card .kicker { color: white; opacity: .75; }

.page-hero { position: relative; padding: 120px 0 105px; text-align: center; overflow: hidden; background: radial-gradient(circle at 50% 0, rgba(221,6,64,.25), transparent 57%); }
.page-hero::after { content: ""; position: absolute; width: 480px; height: 480px; left: calc(50% - 240px); top: -265px; border: 1px solid rgba(255,255,255,.07); border-radius: 50%; box-shadow: 0 0 0 65px rgba(255,255,255,.018), 0 0 0 130px rgba(255,255,255,.01); }
.page-hero .container { position: relative; z-index: 2; }.page-hero h1 { margin: 15px 0 20px; font-size: clamp(42px, 7vw, 70px); letter-spacing: -.065em; }.page-hero p { max-width: 680px; margin: 0 auto; color: var(--muted); font-size: 15px; }
.page-hero.compact { padding: 95px 0 82px; }.updated-date { display: inline-block; margin-top: 22px; padding: 6px 11px; border: 1px solid var(--line); border-radius: 100px; color: var(--muted); font-size: 9px; }
.about-story { align-items: start; }
.quote-card { position: relative; padding: 43px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, rgba(221,6,64,.18), rgba(255,107,127,.05)); box-shadow: var(--shadow); }
.quote-mark { position: absolute; right: 35px; top: 16px; color: rgba(255,255,255,.12); font-family: Georgia, serif; font-size: 90px; line-height: 1; }.quote-card blockquote { margin: 0 0 32px; font-family: "Space Grotesk"; font-size: clamp(23px, 3vw, 32px); line-height: 1.35; letter-spacing: -.035em; }
.quote-person { display: flex; align-items: center; gap: 12px; }.profile-badge { display: block; width: 42px; height: 42px; object-fit: cover; object-position: center 20%; border: 2px solid rgba(255,255,255,.2); border-radius: 13px; }.quote-person div { display: flex; flex-direction: column; }.quote-person strong { font-size: 11px; }.quote-person small { color: var(--muted); font-size: 9px; }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }.value-card { padding: 32px; border-radius: 18px; }.value-card > span { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 36px; border-radius: 12px; color: var(--cyan); background: rgba(85,230,219,.08); font-size: 20px; }.value-card:nth-child(2) > span { color: var(--pink); background: rgba(240,84,184,.08); }.value-card:nth-child(3) > span { color: #b18cff; background: rgba(139,92,246,.1); }.value-card h3 { margin-bottom: 10px; font-size: 20px; }

.policy-layout { display: grid; grid-template-columns: 290px 1fr; gap: 75px; align-items: start; }.policy-summary { position: sticky; top: 105px; padding: 28px; border: 1px solid var(--line); border-radius: 18px; background: var(--surface); }.policy-icon { display: grid; place-items: center; width: 40px; height: 40px; margin-bottom: 25px; border-radius: 12px; color: var(--cyan); background: rgba(85,230,219,.08); }.policy-summary h2 { font-size: 19px; }.policy-summary p { margin: 0; color: var(--muted); font-size: 11px; }.policy-content article { padding: 0 0 27px; margin-bottom: 30px; border-bottom: 1px solid var(--line); }.policy-content article:last-child { border: 0; }.policy-content h2 { margin-bottom: 11px; font-size: 21px; }.policy-content p { margin: 0; color: var(--muted); font-size: 13px; }.policy-content a { color: var(--cyan); font-weight: 700; }

.contact-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 70px; align-items: start; }.contact-details { padding-top: 18px; }.contact-details h2 { font-size: 42px; }.contact-method { display: flex; gap: 14px; align-items: center; margin: 35px 0; padding: 18px; border: 1px solid var(--line); border-radius: 14px; background: var(--surface); }.contact-method-icon { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 11px; color: var(--cyan); background: rgba(85,230,219,.08); font-weight: 800; }.contact-method div { display: flex; flex-direction: column; }.contact-method small { color: var(--muted); font-size: 8px; text-transform: uppercase; letter-spacing: .12em; }.contact-method a { font-size: 11px; font-weight: 700; }.contact-accent { display: flex; gap: 11px; align-items: center; color: var(--muted); font-size: 9px; }
.form-card { padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); box-shadow: var(--shadow); }.form-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 25px; }.form-heading span { font-family: "Space Grotesk"; font-size: 19px; font-weight: 700; }.form-heading small { color: var(--muted); font-size: 8px; text-transform: uppercase; letter-spacing: .1em; }.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }label { display: block; margin-bottom: 15px; color: #d9dbea; font-size: 10px; font-weight: 700; }input, textarea { width: 100%; margin-top: 7px; padding: 12px 13px; border: 1px solid var(--line); border-radius: 10px; outline: none; color: white; background: rgba(255,255,255,.035); transition: border-color .2s ease, box-shadow .2s ease; }textarea { resize: vertical; min-height: 130px; }input:focus, textarea:focus { border-color: var(--pink); box-shadow: 0 0 0 3px rgba(221,6,64,.13); }.field-error { border-color: #ff678e !important; }.submit-button { width: 100%; }.form-note { margin: 12px 0 0; color: var(--muted); text-align: center; font-size: 8px; }.form-message { display: none; margin-bottom: 18px; padding: 11px 13px; border-radius: 9px; font-size: 10px; }.form-message.success { display: block; color: #b6f7d0; border: 1px solid rgba(99,232,148,.2); background: rgba(99,232,148,.08); }.form-message.error { display: block; color: #ffb5c8; border: 1px solid rgba(255,82,127,.2); background: rgba(255,82,127,.08); }

.site-footer { margin-top: 100px; padding: 70px 0 20px; border-top: 1px solid var(--line); background: #080912; }.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr 1fr; gap: 60px; padding-bottom: 55px; }.footer-logo { margin-bottom: 18px; }.footer-logo img { width: 205px; height: 76px; }.footer-grid p { max-width: 300px; color: var(--muted); font-size: 10px; }.footer-grid h2 { margin-bottom: 17px; color: white; font-family: "Manrope"; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }.footer-links { display: flex; flex-direction: column; gap: 8px; }.footer-links a, .email-link { color: var(--muted); font-size: 10px; transition: color .2s ease; }.footer-links a:hover, .email-link:hover { color: var(--cyan); }.email-link { color: var(--cyan); }.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 18px; border-top: 1px solid var(--line); color: #65697e; font-size: 8px; }.footer-bottom p { margin: 0; }

@media (max-width: 900px) {
    .site-nav { position: absolute; display: none; top: 76px; left: 20px; right: 20px; padding: 18px; flex-direction: column; align-items: stretch; gap: 0; border: 1px solid var(--line); border-radius: 16px; background: rgba(15,17,31,.98); box-shadow: var(--shadow); }
    .site-nav.open { display: flex; }.site-nav a { padding: 11px 8px; }.nav-cta { margin-top: 7px; text-align: center; }.menu-toggle { display: block; }
    .hero { padding-top: 70px; }.hero-grid { grid-template-columns: 1fr; gap: 70px; }.hero-copy { text-align: center; }.hero-copy > p { margin-inline: auto; }.button-row, .hero-note { justify-content: center; }.stream-card-wrap { width: min(520px, 100%); margin-inline: auto; }
    .schedule-grid { grid-template-columns: repeat(2, 1fr); }.split-grid, .contact-grid { grid-template-columns: 1fr; gap: 50px; }.visual-panel { order: 2; }.feature-grid { grid-template-columns: repeat(2, 1fr); }.feature-card, .feature-card:nth-child(4) { grid-column: auto; }.feature-card:last-child { grid-column: 1 / -1; }.policy-layout { grid-template-columns: 1fr; gap: 35px; }.policy-summary { position: static; }.footer-grid { grid-template-columns: 1.2fr 1fr; }.footer-grid > div:last-child { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
    .container { width: min(100% - 28px, 1120px); }.section { padding: 72px 0; }.nav-wrap { height: 68px; }.site-nav { top: 68px; left: 14px; right: 14px; }
    .hero { min-height: auto; padding: 65px 0 80px; }.hero h1 { font-size: 48px; }.hero-copy > p { font-size: 13px; }.button-row { flex-direction: column; }.button-row .button { width: 100%; }.stream-card-wrap { padding: 7px; }.stream-visual { height: 310px; }.floating-tag { display: none; }
    .section-heading h2, .contact-details h2 { font-size: 34px; }.schedule-grid { grid-template-columns: 1fr 1fr; gap: 9px; }.schedule-card { padding: 18px; }.schedule-card h3 { font-size: 17px; }.schedule-icon { margin-bottom: 25px; }
    .visual-panel { min-height: 350px; }.controller { transform: scale(.82) rotate(-7deg); }.feature-grid, .values-grid { grid-template-columns: 1fr; }.feature-card, .feature-card:nth-child(4), .feature-card:last-child { grid-column: auto; min-height: 180px; }.feature-card h3 { margin-top: 25px; }
    .cta-section { padding-top: 45px; }.cta-card { padding: 35px 26px; flex-direction: column; align-items: flex-start; }.cta-card .button { width: 100%; }.page-hero, .page-hero.compact { padding: 75px 0 65px; }.page-hero h1 { font-size: 43px; }.quote-card { padding: 30px; }.form-card { padding: 22px; }.form-row { grid-template-columns: 1fr; }.form-heading { align-items: flex-start; flex-direction: column; gap: 5px; }.contact-method a { font-size: 10px; }
    .site-footer { margin-top: 70px; padding-top: 52px; }.footer-grid { grid-template-columns: 1fr; gap: 32px; }.footer-grid > div:last-child { grid-column: auto; }.footer-bottom { flex-direction: column; gap: 5px; }
}
