:root {
  --ink: #25262d;
  --muted: #707077;
  --purple: #76109c;
  --purple-dark: #160b22;
  --light: #f5f5f6;
  --line: #dedee2;
  --max: 1120px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: Arial, Helvetica, sans-serif; line-height: 1.65; }
a { color: inherit; }
img { display: block; max-width: 100%; height: auto; }
.shell, .content-shell { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.narrow-shell { width: min(calc(100% - 48px), 760px); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; top: 10px; left: 10px; transform: translateY(-150%); background: #fff; color: #111; padding: 10px 14px; }
.skip-link:focus { transform: none; }
a:focus-visible, summary:focus-visible { outline: 3px solid #b948e2; outline-offset: 4px; }

.hero-header { position: absolute; z-index: 5; inset: 0 0 auto; color: #fff; padding-top: 16px; }
.site-identity { text-align: center; }
.site-title { display: inline-block; font-size: 2rem; line-height: 1; font-weight: 800; text-decoration: none; letter-spacing: .01em; }
.site-identity p { margin: 7px 0 24px; color: rgba(255,255,255,.62); font-size: .84rem; letter-spacing: .045em; }
.desktop-nav { display: flex; justify-content: center; flex-wrap: wrap; gap: 8px 36px; font-weight: 700; font-size: .88rem; text-transform: uppercase; }
.desktop-nav a { padding: 12px 0 9px; text-decoration: none; border-bottom: 2px solid transparent; }
.desktop-nav a:hover, .desktop-nav a.active { border-color: var(--purple); }
.mobile-nav { display: none; }

.hero-home { position: relative; min-height: 810px; display: grid; place-items: center; color: #fff; background: #100819 url('/assets/images/hero-microphone.jpg') center / cover no-repeat; }
.hero-home::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(8,4,13,.3), rgba(8,4,13,.14) 60%, rgba(8,4,13,.42)); }
.hero-content { position: relative; z-index: 1; text-align: center; padding-top: 100px; }
.hero-content h1 { margin: 0 auto; max-width: 1320px; color: #fff; font-size: clamp(2.5rem, 4.6vw, 4rem); line-height: 1.16; font-weight: 800; text-transform: uppercase; letter-spacing: -.025em; }
.hero-actions { display: flex; justify-content: center; gap: 30px; margin-top: 48px; }
.outline-button, .dark-button { display: inline-block; min-width: 156px; padding: 15px 24px; text-align: center; font-size: .82rem; font-weight: 800; text-decoration: none; text-transform: uppercase; }
.outline-button { color: #fff; border: 1px solid rgba(255,255,255,.42); }
.outline-button:hover { background: #fff; color: #17121d; }
.dark-button { margin-top: 20px; color: #fff; background: #292a31; }
.dark-button:hover { background: var(--purple); }
.hero-mobile-photo { display: none; }

.section-space { padding: 92px 0; }
.section-kicker { margin: 0 0 12px; color: var(--purple); font-size: .76rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.section-kicker.light { color: #c67ce2; }
h2, h3 { margin-top: 0; line-height: 1.2; }
h2 { margin-bottom: 42px; font-size: clamp(2rem, 4vw, 3rem); text-transform: uppercase; letter-spacing: -.02em; }
.welcome { text-align: center; }
.welcome h2 { font-size: 1.7rem; text-transform: none; margin-bottom: 32px; }
.welcome h2::after { content: ""; display: block; width: 170px; height: 1px; margin: 24px auto 0; background: #a9a9ad; }
.welcome img { width: 100%; margin: 0 auto; }
.offering { border-top: 1px solid var(--line); }
.offering-alt { background: var(--light); }
.split-layout { display: grid; grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr); gap: clamp(40px, 8vw, 110px); align-items: start; }
.split-layout h2 { margin-bottom: 14px; }
.section-note { color: var(--muted); text-transform: uppercase; letter-spacing: .08em; }
.body-copy { font-size: 1.08rem; color: #4e4f56; }
.body-copy p:first-child { margin-top: 0; }

.testimonials h2, .news h2 { margin-bottom: 50px; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 42px 28px; }
.testimonial { border-top: 3px solid var(--purple); background: #fff; box-shadow: 0 10px 30px rgba(25,20,30,.08); }
.testimonial img { width: 100%; aspect-ratio: 1 / .72; object-fit: cover; object-position: center 28%; }
.testimonial > div { padding: 28px; }
.testimonial h3 { margin-bottom: 4px; font-size: 1.08rem; text-transform: uppercase; }
.testimonial .role { margin: 0 0 18px; color: var(--purple); font-size: .76rem; font-weight: 700; text-transform: uppercase; }
.testimonial blockquote { margin: 0; color: #55565c; font-size: .94rem; }
.testimonial blockquote::before { content: "“"; color: var(--purple); font-size: 2rem; line-height: 0; vertical-align: -.3em; }

.news { background: var(--light); }
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.news-grid article { min-height: 290px; padding: 32px; background: #fff; border-top: 4px solid var(--purple); }
.news-grid span { color: var(--purple); font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.news-grid h3 { margin: 20px 0 16px; font-size: 1.35rem; text-transform: uppercase; }
.news-grid h3 a { text-decoration-thickness: 1px; text-underline-offset: 4px; }
.news-grid p { color: var(--muted); }

.site-footer { padding: 40px 0; color: #9fa7af; background: #1c1e29; }
.footer-simple { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.footer-email { display: inline-flex; align-items: center; gap: 11px; min-height: 48px; color: #9fa7af; text-decoration: none; }
.footer-email img { width: 32px; height: 32px; }
.footer-email:hover { color: #fff; }
.footer-social-links { display: flex; gap: 7px; }
.footer-social-links a { display: grid; width: 48px; height: 48px; place-items: center; }
.footer-social-links a:hover { transform: translateY(-2px); }
.footer-social-links img { width: 48px; height: 48px; }
.footer-social-links a[aria-label*="Telegram"] img { width: 42px; height: 42px; border-radius: 50%; }

/* Contact page restoration */
.contact-header { color: #fff; padding: 18px 0 40px; background: #1c1e24; }
.contact-header .desktop-nav { margin-top: 22px; }
.contact-stage { padding: 88px 0 105px; background: linear-gradient(rgba(20,7,30,.3),rgba(20,7,30,.54)), url('/assets/images/hero-microphone.jpg') center / cover fixed; }
.contact-layout { display: grid; grid-template-columns: minmax(0, 740px) minmax(280px, 360px); gap: 40px; align-items: start; }
.contact-layout-single { grid-template-columns: minmax(0, 740px); justify-content: center; }
.articles-layout-single { grid-template-columns: minmax(0, 980px); }
.contact-sheet, .contact-sidebar { background: #fff; }
.contact-sheet { padding: 30px; }
.contact-sheet h1 { margin: 0 0 30px; font-size: 1.75rem; line-height: 1.2; }
.contact-photo { width: 318px; margin-bottom: 34px; }
.contact-sheet > p { margin: 0 0 16px; }
.contact-phone a { display: inline-flex; min-height: 44px; align-items: center; color: #8b198f; font-weight: 800; text-decoration: none; }
.contact-phone span { margin-left: 5px; }
.contact-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin: 30px 0 0; }
.contact-list > div { display: grid; grid-template-columns: 52px minmax(0, 1fr); align-items: center; min-height: 64px; padding: 8px 14px 8px 8px; border: 1px solid #ece5ef; border-radius: 8px; background: #faf7fb; }
.contact-list dt, .contact-list dd { margin: 0; }
.contact-list dt { display: grid; place-items: center; }
.contact-list dt img { width: 40px; height: 40px; object-fit: contain; }
.contact-list dd { display: flex; align-items: center; color: #7b1b7d; }
.contact-list dd strong { color: #282830; }
.contact-list dd a { min-height: 44px; display: inline-flex; align-items: center; color: #7b1b7d; font-weight: 800; text-decoration: none; }
.contact-list > div:has(a):hover { border-color: #cfa8d4; background: #fff; transform: translateY(-1px); }
.contact-sidebar { padding: 30px; }
.contact-sidebar h2 { margin-bottom: 24px; font-size: 1.6rem; text-transform: none; }
.contact-sidebar h2::after { content: ""; display: block; width: 50px; height: 1px; margin-top: 12px; background: #d8d8dc; }
.contact-sidebar a { display: block; padding: 10px 0 10px 22px; color: #1f2025; font-size: .9rem; font-weight: 700; text-decoration: none; position: relative; }
.contact-sidebar a::before { content: "◆"; position: absolute; left: 0; color: #adb1ba; font-size: .65rem; }
.contact-sidebar a:hover { color: #8b198f; }
.articles-sheet { min-height: 262px; }
.important-articles { margin: 30px 0 0; padding-left: 1.35rem; color: #8b198f; font-weight: 800; text-transform: uppercase; }
.important-articles li { margin-bottom: 18px; padding-left: 2px; }
.important-articles a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 4px; }

/* Migrated articles */
.article-stage { padding: 88px 0 105px; background: #f2f2f3; }
.article-layout { display: grid; grid-template-columns: minmax(0, 780px) minmax(280px, 320px); gap: 40px; align-items: start; }
.article-layout-single { grid-template-columns: minmax(0, 850px); justify-content: center; }
.article-sheet { padding: clamp(30px, 5vw, 58px); background: #fff; }
.article-sheet h1 { margin: 0 0 36px; font-size: clamp(1.5rem, 2.4vw, 1.9rem); line-height: 1.22; }
.article-sheet p { color: #4e4f56; line-height: 1.75; }
.article-sheet .section-kicker { color: #8b198f; }
.article-feature-image { width: 100%; margin: 0 0 36px; object-fit: cover; }
.video-preview { position: relative; display: block; width: 100%; margin-top: 34px; overflow: hidden; background: #111; }
.video-preview img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.video-preview span { position: absolute; top: 50%; left: 50%; display: grid; width: 72px; height: 52px; place-items: center; border-radius: 12px; color: #fff; background: rgba(139,25,143,.92); font-size: 1.7rem; transform: translate(-50%,-50%); }
.video-preview:hover span { background: #a020a5; transform: translate(-50%,-50%) scale(1.05); }
.visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }

/* Shared interior-page presentation */
.inner-header { position: relative; color: #fff; padding: 18px 0 40px; background: linear-gradient(rgba(12,6,18,.78),rgba(12,6,18,.86)), url('/assets/images/hero-microphone.jpg') center / cover; }
.inner-header .desktop-nav { margin-top: 22px; }
.inner-main { padding: 80px 0 100px; }
.inner-copy { font-size: 1.05rem; }
.inner-copy-wide { max-width: 850px; margin: 0 auto; }
.content-page-title { margin: 0 0 34px; font-size: clamp(1.8rem, 3vw, 2.5rem); }
.inner-copy h2 { margin: 54px 0 20px; font-size: 1.7rem; }
.inner-copy h3 { margin: 38px 0 14px; text-transform: uppercase; }
.inner-copy ul { padding-left: 22px; }
.inner-copy li { margin-bottom: 10px; }
.feature-image { width: 100%; margin-bottom: 28px; object-fit: cover; }
.portrait-image { max-height: 620px; object-position: top; }
.price-table { width: 100%; border-collapse: collapse; font-size: .94rem; }
.price-table th, .price-table td { padding: 15px 12px; border: 1px solid #d7d7dc; text-align: left; }
.price-table th { background: #282830; color: #fff; }
.price-table tr:nth-child(even) td { background: #f4f4f5; }
.price-note { margin-top: 24px; font-size: .9rem; color: #5e5f66; }
.contact-panel { padding: 36px; background: #f3f3f4; border-left: 4px solid var(--purple); }
.contact-panel a { font-weight: 700; }

@media (max-width: 1024px) {
  .desktop-nav { gap: 6px 24px; }
  .testimonial-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .shell, .content-shell, .narrow-shell { width: min(calc(100% - 36px), var(--max)); }
  .hero-header { position: relative; padding: 18px 0 28px; background: #1d1d24; }
  .site-title { font-size: 1.25rem; }
  .site-identity p { max-width: 350px; margin: 7px auto 20px; font-size: .78rem; line-height: 1.35; }
  .desktop-nav { display: none; }
  .mobile-nav { display: block; text-align: center; }
  .mobile-nav summary { width: 42px; margin: 0 auto; padding: 7px; list-style: none; cursor: pointer; }
  .mobile-nav summary::-webkit-details-marker { display: none; }
  .mobile-nav summary span { display: block; height: 4px; margin: 4px 0; border-radius: 2px; background: #fff; }
  .mobile-nav nav { display: grid; gap: 0; margin-top: 16px; background: #282831; }
  .mobile-nav nav a { padding: 12px; border-top: 1px solid rgba(255,255,255,.09); color: #fff; text-decoration: none; text-transform: uppercase; font-size: .78rem; font-weight: 700; }
  .hero-home { min-height: 0; display: block; background: #12091b; }
  .hero-home::after { display: none; }
  .hero-mobile-photo { display: block; }
  .hero-mobile-photo img { width: 100%; max-height: 292px; object-fit: cover; }
  .hero-content { position: absolute; inset: auto 0 0; padding: 40px 16px 18px; background: linear-gradient(transparent,rgba(10,5,16,.88)); }
  .hero-content h1 { font-size: 1.12rem; line-height: 1.15; }
  .hero-actions { gap: 28px; margin-top: 16px; }
  .outline-button { min-width: 110px; padding: 10px 12px; font-size: .68rem; }
  .section-space { padding: 68px 0; }
  h2 { font-size: 2rem; }
  .welcome { padding-top: 90px; }
  .welcome h2 { font-size: 1.35rem; }
  .split-layout, .news-grid, .article-layout { grid-template-columns: 1fr; }
  .split-layout { gap: 20px; }
  .testimonial-grid { grid-template-columns: 1fr; gap: 32px; }
  .testimonial { display: grid; grid-template-columns: 120px 1fr; }
  .testimonial img { height: 100%; aspect-ratio: auto; }
  .testimonial > div { padding: 22px; }
  .inner-header .mobile-nav { margin-top: 20px; }
  .inner-main { padding: 58px 0 76px; }
  .price-table { font-size: .8rem; }
  .price-table th, .price-table td { padding: 10px 7px; }
  .contact-header { padding: 18px 0 28px; }
  .contact-header .mobile-nav { margin-top: 20px; }
  .contact-stage { padding: 90px 0 76px; background-attachment: scroll; }
  .contact-layout { grid-template-columns: 1fr; gap: 35px; }
  .contact-sheet { padding: 15px; }
  .contact-sheet h1 { margin: 0 0 30px; font-size: 1.3rem; }
  .contact-photo { width: 100%; margin-bottom: 34px; }
  .contact-list { grid-template-columns: 1fr; }
  .contact-list > div { grid-template-columns: 52px minmax(0, 1fr); min-height: 64px; }
  .contact-sidebar { padding: 26px 20px; }
  .article-stage { padding: 50px 0 70px; }
  .article-sheet { padding: 28px 20px; }
  .article-sheet h1 { overflow-wrap: anywhere; }
  .site-footer { padding: 38px 0; }
  .footer-simple { flex-direction: column; align-items: flex-start; gap: 26px; }
}

@media (max-width: 480px) {
  .testimonial { grid-template-columns: 1fr; }
  .testimonial img { aspect-ratio: 1 / .72; }
  .contact-panel { padding: 24px; }
}
