/* MULTIHOST — media platform and publishing infrastructure landing */
:root {
  --bg: #f7f1e8;
  --ink: #161616;
  --muted: #756c61;
  --paper: #fffaf0;
  --line: rgba(22, 22, 22, 0.14);
  --red: #e13d32;
  --blue: #2a65ff;
  --yellow: #ffd34d;
  --green: #27b67a;
  --font: "Outfit", system-ui, sans-serif;
  --radius: 30px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: linear-gradient(90deg, rgba(22,22,22,.04) 1px, transparent 1px),
    linear-gradient(rgba(22,22,22,.04) 1px, transparent 1px), var(--bg);
  background-size: 34px 34px;
  font-family: var(--font);
  line-height: 1.65;
}
a { color: inherit; text-decoration: none; }
.header {
  position: sticky;
  top: 16px;
  z-index: 30;
  width: min(1180px, calc(100% - 28px));
  margin: 16px auto 0;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 16px;
  padding: 12px 14px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: var(--paper);
  box-shadow: 8px 8px 0 var(--yellow);
}
.logo { display: flex; align-items: center; gap: 12px; }
.logo-mark {
  position: relative;
  display: block;
  width: 50px;
  height: 44px;
  border: 2px solid var(--ink);
  border-radius: 50% 50% 10px 10px;
  background: var(--red);
}
.logo-mark i {
  position: absolute;
  display: block;
  background: var(--paper);
  border: 2px solid var(--ink);
}
.logo-mark i:nth-child(1), .logo-mark i:nth-child(2) {
  top: 12px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
}
.logo-mark i:nth-child(1) { left: 9px; }
.logo-mark i:nth-child(2) { right: 9px; }
.logo-mark i:nth-child(3) {
  left: 16px;
  bottom: 7px;
  width: 16px;
  height: 5px;
  border-radius: 999px;
}
.logo b { display: block; font-weight: 900; letter-spacing: .08em; }
.logo small { display: block; color: var(--muted); font-size: .72rem; font-weight: 800; text-transform: uppercase; }
.nav { display: flex; justify-content: flex-end; gap: 24px; color: var(--muted); font-weight: 900; }
.nav a:hover { color: var(--red); }
.language, .menu {
  min-width: 52px;
  height: 44px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}
.menu { display: none; width: 50px; }
.menu span { display: block; width: 18px; height: 2px; margin: 5px auto; background: var(--ink); }
main, footer { width: min(1180px, calc(100% - 28px)); margin: 0 auto; }
.hero {
  min-height: 80vh;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 410px;
  gap: 36px;
  align-items: center;
  padding: 88px 0 76px;
}
.tag { margin: 0 0 16px; color: var(--red); font-size: .78rem; font-weight: 900; text-transform: uppercase; letter-spacing: .14em; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 24px; font-size: clamp(3rem, 7.3vw, 6.8rem); line-height: .9; letter-spacing: -.08em; }
h2 { margin-bottom: 18px; font-size: clamp(2rem, 4.4vw, 4.4rem); line-height: 1; letter-spacing: -.06em; }
h3 { margin-bottom: 12px; font-size: 1.35rem; line-height: 1.12; }
.hero-copy p, .media p, .platform p, .areas p, .contact p { color: var(--muted); }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 20px; border-radius: 999px; font-weight: 900; cursor: pointer; }
.button-main { color: #fff; background: var(--red); border: 2px solid var(--ink); box-shadow: 6px 6px 0 var(--ink); }
.button-light { color: var(--ink); background: #fff; border: 2px solid var(--ink); }
.broadcast-card { padding: 22px; border: 2px solid var(--ink); border-radius: var(--radius); background: var(--paper); box-shadow: 14px 14px 0 var(--blue); transform: rotate(2deg); }
.broadcast-screen { position: relative; height: 240px; margin-bottom: 22px; border: 2px solid var(--ink); border-radius: 22px; background: linear-gradient(135deg, rgba(42,101,255,.9), rgba(225,61,50,.82)); overflow: hidden; }
.broadcast-screen span { position: absolute; border-radius: 50%; background: var(--yellow); border: 2px solid var(--ink); }
.broadcast-screen span:nth-child(1) { width: 70px; height: 70px; left: 32px; top: 36px; }
.broadcast-screen span:nth-child(2) { width: 100px; height: 100px; right: 30px; bottom: 34px; background: var(--green); }
.broadcast-screen span:nth-child(3) { width: 44px; height: 44px; left: 46%; top: 44%; background: #fff; }
.broadcast-card ul { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.broadcast-card li { padding: 12px 14px; border: 2px solid var(--ink); border-radius: 14px; background: #fff; font-weight: 900; text-transform: uppercase; }
.media { display: grid; grid-template-columns: 390px 1fr; gap: 44px; align-items: center; padding: 90px 0; border-top: 2px solid var(--ink); border-bottom: 2px solid var(--ink); }
.media-visual { display: grid; gap: 16px; }
.media-visual span { display: block; height: 92px; border: 2px solid var(--ink); border-radius: 999px; background: var(--red); box-shadow: 8px 8px 0 var(--ink); }
.media-visual span:nth-child(2) { width: 82%; background: var(--blue); }
.media-visual span:nth-child(3) { width: 64%; background: var(--yellow); }
.platform { padding: 90px 0; }
.platform-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 28px; }
.platform-grid article { min-height: 290px; padding: 22px; border: 2px solid var(--ink); border-radius: 22px; background: #fff; }
.platform-grid article:nth-child(2) { background: var(--yellow); }
.platform-grid article:nth-child(3) { background: var(--blue); color: #fff; }
.platform-grid article:nth-child(3) p { color: rgba(255,255,255,.78); }
.platform-grid article:nth-child(4) { background: var(--green); }
.platform-grid span { display: inline-flex; margin-bottom: 72px; font-weight: 900; }
.areas { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-bottom: 90px; border: 2px solid var(--ink); background: var(--ink); }
.areas article { min-height: 260px; padding: 22px; background: var(--paper); }
.areas article:nth-child(even) { background: #fff; }
.contact { display: grid; grid-template-columns: .9fr .85fr 1fr; gap: 18px; padding: 90px 0; border-top: 2px solid var(--ink); }
address, form { padding: 22px; border: 2px solid var(--ink); border-radius: 22px; background: #fff; font-style: normal; }
address p { margin: 0 0 12px; padding-bottom: 12px; border-bottom: 1px solid var(--line); }
address span { display: block; color: var(--muted); font-size: .72rem; font-weight: 900; text-transform: uppercase; letter-spacing: .13em; }
input, textarea { width: 100%; margin-bottom: 14px; padding: 14px; color: var(--ink); background: #fff; border: 2px solid var(--ink); border-radius: 14px; font: inherit; }
form .button { width: 100%; }
footer { padding: 28px 0 36px; color: var(--muted); border-top: 2px solid var(--ink); }
@media (max-width: 980px) {
  .header { grid-template-columns: auto auto auto; justify-content: space-between; }
  .nav { position: absolute; top: 78px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 10px; padding: 18px; border: 2px solid var(--ink); border-radius: 22px; background: var(--paper); }
  .nav.is-open { display: flex; }
  .menu { display: block; }
  .hero, .media, .contact { grid-template-columns: 1fr; }
  .broadcast-card { transform: none; }
  .platform-grid, .areas { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 620px) {
  h1 { font-size: 2.8rem; }
  .hero { min-height: auto; padding-top: 60px; }
  .platform-grid, .areas { grid-template-columns: 1fr; }
  .button-main { box-shadow: 4px 4px 0 var(--ink); }
}
