:root {
  color-scheme: dark;
  --bg: #0b1020;
  --surface: #111829;
  --text: #f6f7fb;
  --muted: #a0a9ba;
  --accent: #ff493e;
  --line: #2a3141;
  --width: 1200px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 106px; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: "Segoe UI", "Microsoft YaHei", "PingFang SC", system-ui, sans-serif; -webkit-font-smoothing: antialiased; line-height: 1.65; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
img, svg { display: block; }
img { max-width: 100%; }
figure, h1, h2, h3, p { margin: 0; }
::selection { background: var(--accent); color: #fff; }
a:focus-visible { outline: 2px solid var(--accent); outline-offset: 6px; }
.wrap { width: min(var(--width), calc(100% - 112px)); margin-inline: auto; }
.icon { width: 22px; height: 22px; flex: 0 0 22px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.skip-link { position: fixed; top: -80px; left: 20px; z-index: 20; background: white; color: var(--bg); padding: 12px 20px; }
.skip-link:focus { top: 10px; }
.site-header { position: sticky; top: 0; z-index: 10; background: rgba(11,16,32,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); }
.header-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; line-height: 1; white-space: nowrap; }
.brand-type { display: flex; flex-direction: column; gap: 5px; }
.brand-type strong { font-size: 27px; letter-spacing: -.055em; font-weight: 650; }
.brand-type > span { font-size: 10px; letter-spacing: .37em; color: #c0c7d3; padding-left: 2px; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; color: #dcc7a1; }
.brand-mark svg { width: 42px; height: 42px; }
.header-inner nav { display: flex; align-items: center; gap: 36px; margin-left: auto; margin-right: 50px; }
.header-inner nav a { font-size: 13px; letter-spacing: .02em; color: #b9c1d0; transition: color .18s; padding-block: 10px; }
.header-inner nav a:hover, .header-inner nav a[aria-current] { color: white; }
.header-cta { display: flex; align-items: center; gap: 20px; padding: 9px 15px; border: 1px solid #485061; border-radius: 3px; font-size: 12px; white-space: nowrap; transition: border-color .2s; }
.header-cta:hover { border-color: var(--accent); }
.header-cta .icon { width: 17px; height: 17px; flex-basis: 17px; }
.hero { display: grid; grid-template-columns: 1fr 1fr; column-gap: 60px; padding-top: 88px; }
.company-name { font-size: 12px; letter-spacing: .09em; color: #aeb8ca; margin-bottom: 25px; }
h1 { font-size: clamp(42px, 4.15vw, 60px); line-height: 1.25; font-weight: 700; letter-spacing: -.035em; }
h1 span { color: var(--accent); font-weight: 700; letter-spacing: -.055em; }
.hero-description { font-size: 14px; line-height: 1.95; color: var(--muted); margin-top: 27px; }
.hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 32px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 27px; padding: 15px 21px; border-radius: 3px; background: var(--accent); color: #fff; font-size: 13px; font-weight: 600; transition: background .2s, transform .2s; }
.button:hover { background: #e83b32; transform: translateY(-2px); }
.text-link { display: inline-flex; align-items: center; gap: 14px; font-size: 13px; font-weight: 500; }
.text-link .icon { width: 17px; height: 17px; flex-basis: 17px; }
.text-link:hover { color: var(--accent); }
.hero-media { align-self: center; padding-top: 0; min-width: 0; }
.media-topline { display: flex; align-items: center; gap: 9px; font-size: 9px; letter-spacing: .18em; color: #a8b2c4; margin-bottom: 23px; }
.live-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--accent); }
.media-line { height: 1px; background: var(--line); flex: 1; margin-left: 6px; }
.film-grid { display: grid; grid-template-columns: 1.12fr 1fr; gap: 12px; align-items: start; }
.film-frame { margin: 0; overflow: hidden; border: 1px solid #3a3941; border-radius: 5px; background: #171b24; box-shadow: 0 14px 30px #0003; }
.film-frame img { width: 100%; height: auto; aspect-ratio: 1.62; object-fit: cover; transition: transform .5s; }
.film-frame:hover img { transform: scale(1.035); }
.film-frame-b { margin-top: 29px; }
.film-frame-c { margin-top: 0; }
.film-frame-c img { aspect-ratio: 1.48; }
.film-frame-d img { aspect-ratio: 1.62; }
.media-caption { display: flex; align-items: center; justify-content: space-between; gap: 10px; font-size: 10px; color: var(--muted); margin-top: 20px; }
.media-caption span:last-child { font-size: 8px; letter-spacing: .12em; color: #778296; }
.hero-bottom { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 64px; min-height: 96px; border-top: 1px solid var(--line); }
.hero-bottom > p { color: #8a95a9; font-size: 12px; letter-spacing: .08em; }
.network-preview { display: flex; align-items: center; gap: 14px; font-size: 11px; color: #a3aec1; }
.network-preview strong { color: white; font-weight: 600; }
.network-preview > .icon { width: 17px; height: 17px; flex-basis: 17px; margin-left: 3px; }
.mini-avatars { display: flex; padding-left: 6px; }
.mini-avatars img { margin-left: -6px; border-radius: 50%; border: 2px solid var(--bg); width: 30px; height: 30px; object-fit: cover; }
.services-section { background: var(--surface); border-block: 1px solid #1d2637; padding-block: 83px 86px; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 48px; margin-bottom: 48px; }
.section-caption { color: var(--accent); font-size: 10px; font-weight: 600; letter-spacing: .17em; margin-bottom: 18px; }
h2 { font-size: clamp(30px, 3vw, 42px); font-weight: 600; line-height: 1.4; letter-spacing: -.02em; }
.section-intro { color: var(--muted); font-size: 13px; line-height: 1.95; padding-bottom: 7px; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px; }
.service-number { display: flex; align-items: center; gap: 16px; font-size: 12px; font-weight: 500; color: #98a6bc; margin-bottom: 23px; }
.service-number span { height: 1px; flex: 1; background: #303b4e; }
.service h3 { font-size: 21px; font-weight: 600; letter-spacing: .02em; }
.service p { max-width: 320px; font-size: 13px; line-height: 1.9; color: var(--muted); margin-top: 13px; }
.service-en { display: block; color: #758298; font-size: 10px; letter-spacing: .045em; margin-top: 23px; }
.channels-section { padding-top: 88px; padding-bottom: 69px; }
.channels-heading { margin-bottom: 41px; }
.channel-summary { padding-bottom: 6px; }
.channel-summary > strong { display: flex; align-items: baseline; gap: 13px; font-size: 52px; line-height: 1; font-weight: 500; letter-spacing: -.05em; }
.channel-summary > strong span { font-size: 12px; color: #afb8c9; letter-spacing: .02em; font-weight: 400; }
.channel-summary p { color: var(--muted); margin-top: 14px; font-size: 12px; }
.directory-topline { display: flex; justify-content: space-between; align-items: center; padding-bottom: 18px; border-bottom: 1px solid #3c4659; }
.directory-topline > span:first-child { font-size: 14px; font-weight: 600; }
.directory-topline > span:last-child { display: flex; align-items: center; gap: 9px; font-size: 10px; color: #8995aa; }
.directory-topline .icon { width: 13px; height: 13px; flex-basis: 13px; }
.channel-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 42px; }
.channel-card { display: flex; align-items: center; gap: 18px; min-height: 123px; padding: 24px 13px 24px 0; border-bottom: 1px solid var(--line); transition: background .18s, padding .18s; }
.channel-card:hover { background: #131b2d; padding-left: 13px; }
.channel-card > img { width: 58px; height: 58px; border-radius: 50%; object-fit: cover; flex: 0 0 58px; background: #182133; }
.channel-info { flex: 1; min-width: 0; }
.channel-info h3 { font-size: 18px; font-weight: 600; line-height: 1.45; letter-spacing: -.02em; overflow-wrap: anywhere; }
.channel-info p { display: flex; align-items: center; gap: 12px; margin-top: 6px; font-size: 10px; color: #9da8bc; }
.channel-info p span { color: #79859d; padding-right: 12px; border-right: 1px solid #394257; line-height: 1; font-size: 10px; }
.channel-arrow { display: grid; place-items: center; flex: 0 0 33px; width: 33px; height: 33px; border: 1px solid #374155; border-radius: 50%; color: #9daaC2; transition: color .18s, border-color .18s; }
.channel-arrow .icon { width: 16px; height: 16px; }
.channel-card:hover .channel-arrow { color: var(--accent); border-color: var(--accent); }
.directory-note { display: flex; align-items: center; justify-content: center; gap: 7px; color: #8894aa; font-size: 10px; margin-top: 26px; }
.directory-note .icon { width: 15px; height: 15px; flex-basis: 15px; color: var(--accent); }
.about-section { padding-block: 77px 81px; border-block: 1px solid #263045; background: #131c30; overflow: hidden; }
.about-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.about-copy { position: relative; z-index: 1; }
.about-copy > p:not(.section-caption) { font-size: 13px; line-height: 1.95; color: #a9b3c5; margin-top: 20px; }
.about-copy .text-link { margin-top: 28px; padding-bottom: 6px; border-bottom: 1px solid #6b788d; }
.about-wordmark { font-size: 85px; line-height: 1.02; font-weight: 600; letter-spacing: -.06em; padding-right: 10px; color: #526077; }
.about-wordmark span { color: #dcc7a1; font-family: Georgia, "Times New Roman", serif; font-style: italic; font-weight: 400; }
.site-footer { padding-block: 34px 32px; display: flex; justify-content: space-between; align-items: flex-start; gap: 25px; }
.footer-brand { font-size: 22px; font-weight: 650; letter-spacing: -.055em; line-height: 1.3; }
.footer-brand span { color: #dcc7a1; font-family: Georgia, "Times New Roman", serif; font-style: italic; font-weight: 400; }
.site-footer p { color: #808da3; font-size: 10px; margin-top: 12px; letter-spacing: .015em; }
.footer-right { text-align: right; }
.footer-right > a { display: inline-flex; align-items: center; gap: 10px; font-size: 11px; padding-block: 2px; }
.footer-right .icon { width: 15px; height: 15px; flex-basis: 15px; transform: rotate(-90deg); }
@media (min-width: 1600px) {
  .hero { padding-top: 108px; }
  .hero-bottom { margin-top: 82px; }
}
@media (max-width: 1100px) {
  .wrap { width: calc(100% - 64px); }
  .hero { column-gap: 35px; padding-top: 70px; }
  .header-inner nav { margin-right: 20px; gap: 26px; }
  .hero-actions { gap: 18px; }
  .hero-actions .text-link { font-size: 12px; gap: 8px; }
  .button { gap: 18px; padding-inline: 17px; }
  .services-grid { gap: 30px; }
  .channel-grid { column-gap: 30px; }
  .channel-info h3 { font-size: 17px; }
}
@media (max-width: 800px) {
  .wrap { width: calc(100% - 48px); }
  .header-inner { min-height: 74px; gap: 20px; }
  .header-inner nav { margin-right: 0; gap: 25px; }
  .header-cta { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 54px; }
  h1 { font-size: clamp(43px, 8vw, 62px); line-height: 1.22; }
  .hero-description { font-size: 14px; }
  .hero-media { width: min(100%, 520px); margin-top: 52px; justify-self: center; }
  .hero-bottom { margin-top: 37px; }
  .hero-bottom > p { font-size: 10px; letter-spacing: 0; }
  .network-preview { gap: 9px; font-size: 10px; }
  .section-heading { gap: 24px; }
  .section-intro { font-size: 12px; max-width: 245px; }
  .services-grid { gap: 24px; }
  .services-section { padding-block: 64px; }
  .service h3 { font-size: 19px; }
  .service p { font-size: 12px; }
  .channels-section { padding-top: 64px; }
  .channel-grid { column-gap: 20px; }
  .channel-card { gap: 12px; min-height: 110px; padding-right: 3px; }
  .channel-card > img { width: 46px; height: 46px; flex-basis: 46px; }
  .channel-info h3 { font-size: 15px; }
  .channel-arrow { flex-basis: 28px; width: 28px; height: 28px; }
  .about-wordmark { font-size: 63px; padding-right: 0; }
}
@media (max-width: 560px) {
  html { scroll-padding-top: 84px; }
  .wrap { width: calc(100% - 40px); }
  .header-inner { min-height: 70px; gap: 12px; }
  .brand { gap: 7px; }
  .brand-type { gap: 4px; }
  .brand-type strong { font-size: 23px; }
  .brand-type > span { font-size: 8px; letter-spacing: .38em; }
  .brand-mark, .brand-mark svg { width: 33px; height: 33px; }
  .header-inner nav { gap: 18px; }
  .header-inner nav a { font-size: 11px; }
  .nav-about { display: none; }
  .company-name { font-size: 10px; letter-spacing: .025em; margin-bottom: 21px; }
  .hero { padding-top: 39px; }
  h1 { font-size: clamp(36px, 9.7vw, 53px); line-height: 1.3; letter-spacing: -.025em; }
  .hero-description { font-size: 12px; margin-top: 23px; }
  .hero-actions { gap: 21px; margin-top: 25px; }
  .hero-actions .text-link { font-size: 11px; gap: 7px; }
  .button { font-size: 12px; padding: 13px 16px; gap: 18px; }
  .button .icon { width: 18px; height: 18px; flex-basis: 18px; }
  .hero-media { margin-top: 40px; }
  .media-topline { font-size: 8px; letter-spacing: .13em; margin-bottom: 16px; }
  .film-grid { gap: 9px; }
  .film-frame-b { margin-top: 22px; }
  .film-frame-c { margin-top: 0; }
  .media-caption { margin-top: 14px; font-size: 9px; }
  .media-caption span:last-child { font-size: 7px; }
  .hero-bottom { min-height: 81px; margin-top: 30px; justify-content: flex-start; }
  .hero-bottom > p { display: none; }
  .network-preview { gap: 12px; font-size: 10px; width: 100%; }
  .network-preview > .icon { margin-left: auto; }
  .section-heading { display: block; margin-bottom: 34px; }
  .section-caption { font-size: 9px; margin-bottom: 15px; }
  h2 { font-size: 30px; line-height: 1.45; }
  .section-intro { max-width: none; margin-top: 21px; padding: 0; }
  .services-section { padding-block: 53px 49px; }
  .services-grid { grid-template-columns: 1fr; gap: 30px; }
  .service { position: relative; }
  .service-number { margin-bottom: 15px; }
  .service h3 { font-size: 21px; }
  .service p { font-size: 13px; max-width: none; margin-top: 10px; }
  .service-en { position: absolute; top: 37px; right: 0; font-size: 9px; margin: 0; }
  .channels-section { padding-top: 53px; padding-bottom: 43px; }
  .channels-heading { display: flex; align-items: flex-start; gap: 15px; margin-bottom: 30px; }
  .channels-heading h2 { font-size: 27px; }
  .channel-summary { padding-top: 31px; }
  .channel-summary > strong { font-size: 39px; gap: 5px; align-items: center; flex-direction: column; }
  .channel-summary > strong span { font-size: 10px; white-space: nowrap; }
  .channel-summary p { display: none; }
  .directory-topline { padding-bottom: 13px; }
  .directory-topline > span:first-child { font-size: 12px; }
  .directory-topline > span:last-child { font-size: 9px; gap: 4px; }
  .channel-grid { grid-template-columns: 1fr; }
  .channel-card { min-height: 99px; gap: 16px; padding: 19px 2px; }
  .channel-card > img { width: 51px; height: 51px; flex-basis: 51px; }
  .channel-info h3 { font-size: 17px; }
  .channel-arrow { width: 31px; height: 31px; flex-basis: 31px; }
  .directory-note { text-align: center; font-size: 9px; gap: 2px; }
  .about-section { padding-block: 52px; }
  .about-inner { position: relative; }
  .about-copy > p:not(.section-caption) { font-size: 12px; max-width: 320px; margin-top: 18px; }
  .about-copy > p:not(.section-caption) br { display: none; }
  .about-copy .text-link { font-size: 12px; }
  .about-wordmark { position: absolute; right: -22px; top: 0; font-size: 120px; opacity: .055; pointer-events: none; }
  .site-footer { padding-block: 29px; display: block; }
  .site-footer p { font-size: 9px; margin-top: 9px; }
  .footer-right { display: flex; align-items: center; flex-direction: row-reverse; justify-content: space-between; text-align: left; margin-top: 21px; padding-top: 18px; border-top: 1px solid var(--line); }
  .footer-right > a { font-size: 9px; gap: 5px; }
  .footer-right p { margin: 0; font-size: 8px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
