:root {
  --ink: #211c2b;
  --paper: #f5f2f8;
  --lavender: #b9adff;
  --line: rgba(33, 28, 43, 0.18);
  --night: #100e19;
  --violet: #7764ff;
  --coral: #ff7657;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Manrope", sans-serif; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }

.site-header { height: 84px; padding: 0 clamp(24px, 5vw, 76px); display: flex; align-items: center; justify-content: space-between; position: fixed; top: 0; left: 0; z-index: 10; width: 100%; background: rgba(245, 242, 248, .92); backdrop-filter: blur(12px); border-bottom: 1px solid var(--line); }
.brand { display: flex; align-items: center; gap: 14px; font-weight: 700; }
.brand-mark { display: grid; place-items: center; width: 50px; height: 50px; background: var(--ink); color: var(--lavender); border-radius: 50%; font: 500 16px "DM Mono"; }
.brand-name { font-size: 22px; }
.site-header nav { display: flex; align-items: center; gap: clamp(20px, 3vw, 48px); font-size: 14px; font-weight: 600; }
.site-header nav a { min-height: 42px; padding: 10px 16px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: 3px; transition: color .2s, background-color .2s, border-color .2s; }
.site-header nav a:hover,
.site-header nav a:focus-visible,
.site-header nav a.is-active { color: white; background: var(--ink); border-color: var(--ink); }
.site-header nav a.nav-contact { color: white; background: var(--ink); border-color: var(--ink); }
.site-header nav a.nav-contact:hover,
.site-header nav a.nav-contact:focus-visible,
.site-header nav a.nav-contact.is-active { color: var(--ink); background: var(--lavender); border-color: var(--ink); }

.hero { min-height: max(760px, 100vh); display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; padding: 120px clamp(24px, 7vw, 110px) 60px; position: relative; overflow: hidden; }
.hero-copy { z-index: 2; }
.eyebrow, .section-number, .mini-label { font: 500 13px "DM Mono"; letter-spacing: .16em; text-transform: uppercase; }
.section-number { font-size: 13px; }
.eyebrow { display: flex; align-items: center; gap: 11px; margin-bottom: 36px; font-size: 18px; white-space: nowrap; }
.eyebrow span { flex-shrink: 0; width: 28px; height: 2px; background: var(--ink); }
h1, h2 { font-family: "Syne", sans-serif; font-weight: 600; letter-spacing: -.055em; margin: 0; line-height: .93; }
h1 { font-size: clamp(60px, 8vw, 124px); }
h1 em, h2 em { color: inherit; -webkit-text-fill-color: transparent; -webkit-text-stroke: 1.5px currentColor; font-style: normal; }
h1 em { color: var(--violet); -webkit-text-fill-color: var(--violet); -webkit-text-stroke: 0; }
#technology-title em { color: var(--violet); -webkit-text-fill-color: var(--violet); -webkit-text-stroke: 0; }
.hero-intro { max-width: 500px; margin: 36px 0; font-size: clamp(16px, 1.4vw, 20px); line-height: 1.65; color: #625d69; }
.hero-actions { display: flex; align-items: center; gap: 34px; }
.button { display: inline-flex; justify-content: space-between; align-items: center; gap: 26px; padding: 17px 22px; border-radius: 3px; border: none; font-weight: 700; cursor: pointer; }
.button-dark { background: var(--ink); color: white; }
.button-dark span, .button-accent span { color: var(--lavender); }
.text-link { font-weight: 700; border-bottom: 1px solid var(--ink); padding: 4px 0; }
.hero-visual { position: relative; display: grid; place-items: center; height: 100%; }
.portrait-frame { width: min(72%, 430px); position: relative; z-index: 2; transform: rotate(2deg); }
.portrait-photo { display: block; width: 100%; aspect-ratio: .78; border-radius: 200px 200px 6px 6px; object-fit: cover; object-position: center top; box-shadow: 22px 30px 0 var(--lavender); }
.portrait-placeholder { aspect-ratio: .78; border-radius: 200px 200px 6px 6px; background: linear-gradient(145deg, #d2ccd9, #9992a1); box-shadow: 22px 30px 0 var(--lavender); display: grid; place-items: center; overflow: hidden; }
.portrait-placeholder:after { content: ""; width: 56%; aspect-ratio: .7; background: #716a78; border-radius: 48% 48% 10% 10%; position: absolute; bottom: 0; opacity: .65; }
.portrait-placeholder span { z-index: 1; font: 500 12px/1.5 "DM Mono"; letter-spacing: .2em; color: white; text-align: center; opacity: .75; }
.portrait-tag { background: var(--ink); color: white; position: absolute; right: -65px; bottom: -42px; padding: 11px 14px; font: 400 12px "DM Mono"; transform: rotate(-2deg); white-space: nowrap; }
.orbit { position: absolute; border: 1px solid #b5aebc; border-radius: 50%; }
.orbit-one { width: 90%; aspect-ratio: 1; }
.orbit-two { width: 62%; aspect-ratio: 1; border-color: var(--lavender); transform: translate(30%, -25%); }
.hero-index { position: absolute; bottom: 30px; left: clamp(24px, 5vw, 76px); font: 400 10px "DM Mono"; letter-spacing: .12em; }

.technology { background: #fcfbfd; padding: 160px clamp(24px, 7vw, 110px) 120px; }
.section-heading { display: grid; grid-template-columns: .55fr 1.3fr .7fr; gap: 40px; align-items: end; padding-bottom: 80px; }
.section-heading > .section-number { align-self: start; margin: 0; }
.technology-marker { align-self: stretch; position: relative; min-width: 0; }
.technology-marker .section-number { width: min(100%, 200px); margin: 0; text-align: center; }
.cloud-architecture { position: absolute; left: min(50%, 100px); top: 50%; width: min(88%, 180px); height: auto; color: var(--ink); overflow: visible; transform: translate(-50%, -50%); }
.cloud-architecture__lines { stroke-width: 1.5; opacity: .4; }
.cloud-architecture__cloud { fill: rgba(185, 173, 255, .22); stroke: var(--violet); stroke-width: 2; }
.cloud-architecture__accent { fill: none; stroke: var(--violet); stroke-width: 2; stroke-linecap: round; opacity: .8; }
.cloud-architecture__nodes { fill: #fcfbfd; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.section-heading h2, .audio-intro > h2, .contact h2 { font-size: clamp(48px, 6vw, 92px); }
.section-heading h2 { line-height: .93; }
.section-heading h2 em { color: #81798a; }
.technology-summary { align-self: end; display: flex; flex-direction: column; align-items: flex-start; gap: 28px; }
.technology-summary p { margin: 0; line-height: 1.7; color: #6c6573; }
.data-center-icon { display: block; width: min(100%, 170px); height: auto; align-self: center; color: var(--ink); }
.data-center-icon__network { stroke-width: 1.5; opacity: .4; }
.data-center-icon__cloud { fill: rgba(185, 173, 255, .22); stroke: var(--violet); stroke-width: 2; }
.data-center-icon__racks { stroke-width: 1.5; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-block: 1px solid var(--line); }
.stats-grid div { padding: 34px 12px; border-right: 1px solid var(--line); display: flex; flex-direction: column; gap: 5px; }
.stats-grid div:last-child { border: none; }
.stats-grid strong, .role-grid strong { font: 600 clamp(34px, 4vw, 58px) "Syne"; }
.stats-grid span { color: #797280; font-size: 14px; }
.expertise { padding: 110px 0; display: grid; grid-template-columns: .65fr 2fr; }
.expertise-marker { position: relative; width: min(100%, 190px); }
.expertise-marker .mini-label { width: 100%; margin: 0; text-align: center; }
.expertise-collaboration { position: absolute; left: 50%; top: 50%; display: block; width: min(100%, 180px); height: auto; color: var(--ink); overflow: visible; transform: translate(-50%, -50%); }
.expertise-collaboration__network { stroke-width: 1.5; opacity: .4; }
.expertise-collaboration__gear { fill: rgba(185, 173, 255, .14); stroke-width: 1.6; }
.expertise-collaboration__gear circle:first-child { stroke: var(--violet); stroke-width: 2; }
.expertise-collaboration__leader { fill: #fcfbfd; stroke: var(--violet); stroke-width: 2; }
.expertise-collaboration__team { fill: #fcfbfd; stroke-width: 1.7; }
.expertise-collaboration__accent { stroke: var(--violet); stroke-width: 2; }
.expertise-list article { display: grid; grid-template-columns: 45px 1fr 1.2fr; align-items: baseline; border-top: 1px solid var(--line); padding: 30px 0; gap: 20px; }
.expertise-list article:last-child { border-bottom: 1px solid var(--line); }
.expertise-list span { font: 400 13px "DM Mono"; color: #8d8593; }
.expertise-list h3 { font: 600 clamp(22px, 2.3vw, 34px) "Syne"; margin: 0; }
.expertise-list p { margin: 0; line-height: 1.6; color: #6e6775; }
.testimonials { background: #eeebf3; margin-inline: clamp(-70px, -4vw, -20px); padding: 70px clamp(24px, 5vw, 76px); overflow: hidden; }
.testimonial-heading { display: flex; justify-content: space-between; align-items: end; }
.testimonial-heading h3 { font: 600 clamp(34px, 4vw, 58px)/1.05 "Syne"; margin: 18px 0 0; letter-spacing: -.04em; }
.testimonial-note { max-width: 680px; margin: 18px 0 0; color: #6e6775; font-size: 12px; line-height: 1.5; }
.carousel-controls { display: flex; gap: 8px; }
.carousel-controls button { width: 45px; height: 45px; border: 1px solid var(--ink); background: transparent; border-radius: 50%; cursor: pointer; }
.carousel-controls button:hover { background: var(--ink); color: white; }
.testimonial-track { display: flex; gap: 18px; margin-top: 45px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
.testimonial-track::-webkit-scrollbar { display: none; }
.testimonial-track figure { flex: 0 0 min(390px, 85vw); margin: 0; padding: 34px; height: 480px; background: white; scroll-snap-align: start; display: flex; flex-direction: column; justify-content: space-between; gap: 28px; }
blockquote { font: 500 19px/1.55 "Manrope"; margin: 0; overflow-y: auto; padding-right: 8px; }
blockquote p { margin: 0 0 1em; }
blockquote p:last-child { margin-bottom: 0; }
blockquote hr { border: 0; border-top: 1px solid var(--line); margin: 20px 0; }
figcaption { display: flex; align-items: center; gap: 12px; }
figcaption > span { flex: 0 0 40px; width: 40px; height: 40px; aspect-ratio: 1; display: grid; place-items: center; background: var(--lavender); border-radius: 50%; font: 500 11px "DM Mono"; }
figcaption div { display: flex; flex-direction: column; }
figcaption strong { font-size: 12px; } figcaption small { color: #817986; }
.testimonial-date { margin-left: auto; color: #817986; font: 400 10px "DM Mono"; white-space: nowrap; }

.audio { background: var(--night); color: #f7f3ef; padding: 130px clamp(24px, 7vw, 110px); position: relative; overflow: hidden; }
.audio-glow { position: absolute; width: 650px; height: 650px; border-radius: 50%; background: #513db9; filter: blur(150px); opacity: .22; right: -250px; top: -150px; }
.audio-intro { display: grid; grid-template-columns: .55fr 1.3fr .7fr; align-items: end; gap: 40px; position: relative; z-index: 1; }
.audio-kicker { align-self: start; display: flex; flex-direction: column; align-items: center; }
.audio-kicker .section-number { order: -1; width: 100%; margin: 0; text-align: center; }
.audio-intro > h2 { align-self: start; position: relative; z-index: 1; }
.audio-intro > h2 em { color: var(--violet); }
.audio-intro > p:last-child { margin: 0; color: #aaa5b6; line-height: 1.7; }
.audio-logo-wrap { position: relative; width: min(100%, 210px); margin-top: 35px; display: grid; place-items: center; }
.audio-logo-wrap::before { content: ""; position: absolute; width: 85%; aspect-ratio: 1; border-radius: 50%; background: rgba(119, 100, 255, .3); filter: blur(55px); }
.audio-logo-wrap img { display: block; width: 100%; position: relative; z-index: 1; mix-blend-mode: normal; }
.live-broadcast-icon { display: block; width: 100%; height: auto; position: relative; z-index: 1; color: #f7f3ef; overflow: visible; }
.waveform { height: 72px; margin: 70px 0; opacity: .4; background: repeating-linear-gradient(90deg, var(--violet) 0 2px, transparent 2px 9px); clip-path: polygon(0 45%, 3% 35%, 5% 55%, 8% 10%, 11% 70%, 14% 35%, 17% 60%, 20% 20%, 23% 85%, 26% 40%, 30% 60%, 33% 15%, 37% 75%, 40% 35%, 44% 55%, 48% 10%, 52% 80%, 55% 40%, 60% 70%, 64% 20%, 68% 55%, 72% 30%, 76% 75%, 80% 25%, 84% 65%, 88% 35%, 92% 55%, 96% 40%, 100% 50%, 100% 52%, 0 52%); }
.audio-role { margin-bottom: 90px; }
.role-grid { border-block: 1px solid #34313d; }
.role-grid > div { display: flex; flex-direction: column; align-items: center; gap: 18px; padding: 34px 12px; text-align: center; }
.role-grid strong { line-height: 1.08; }
.role-grid p { max-width: 900px; margin: 0; color: #d5d1dc; font-size: 16px; line-height: 1.7; }
.productions { display: grid; grid-template-columns: .65fr 2fr; }
.productions-marker { position: relative; width: min(100%, 250px); }
.productions-marker .mini-label { width: 100%; margin: 0; text-align: center; }
.productions-marker .live-broadcast-icon { position: absolute; left: 50%; top: 50%; width: min(100%, 230px); transform: translate(-50%, -50%); }
.productions > .mini-label { margin: 0; color: #898593; }
.production-list article { display: grid; grid-template-columns: 45px 1fr 1.2fr; align-items: baseline; gap: 20px; padding: 30px 0; border-top: 1px solid #34313d; }
.production-list article:last-child { border-bottom: 1px solid #34313d; }
.production-list article > span { color: #898593; font: 400 13px "DM Mono"; }
.production-list h3 { margin: 0; font: 600 clamp(22px, 2.3vw, 34px) "Syne"; }
.production-list p { margin: 0; color: #8f8b99; font: 400 16px/1.6 "Manrope", sans-serif; }
.audio-services { margin-top: 100px; padding-top: 30px; border-top: 1px solid #34313d; }
.audio-services > p { font: 500 13px "DM Mono"; letter-spacing: .16em; text-transform: uppercase; color: #898593; }
.audio-services div { display: flex; flex-wrap: wrap; justify-content: center; gap: 25px; align-items: center; font: 600 28px "Syne"; }
.audio-services i { color: var(--violet); font-size: 18px; line-height: 1; }

.contact { background: var(--lavender); padding: 120px clamp(24px, 7vw, 110px); display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; }
.contact h2 { margin: 25px 0 25px -4px; }
.contact h2 em { color: var(--violet); -webkit-text-fill-color: var(--violet); -webkit-text-stroke: 0; }
.contact-copy > p:not(.section-number) { max-width: 440px; margin-left: -4px; line-height: 1.7; }
.contact-copy > a { display: inline-block; margin-top: 35px; font-weight: 700; border-bottom: 1px solid; padding-bottom: 4px; }
.contact-form { display: flex; flex-direction: column; gap: 25px; margin-top: 13px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.contact-form label { display: flex; flex-direction: column; gap: 10px; font: 600 15px "Manrope", sans-serif; letter-spacing: .02em; }
.contact-form input, .contact-form select, .contact-form textarea { border: 0; border-bottom: 1px solid rgba(33,28,43,.45); border-radius: 0; padding: 11px 0; background: transparent; outline: none; color: var(--ink); font: 400 17px/1.5 "Manrope", sans-serif; text-transform: none; resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--ink); border-width: 2px; }
.contact-form ::placeholder { color: rgba(33,28,43,.5); }
.button-accent { background: var(--ink); color: white; align-self: flex-start; margin-top: 10px; }
.form-status { min-height: 20px; margin: 0; font-size: 13px; }
.form-honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

footer { background: var(--ink); color: white; padding: 55px clamp(24px, 7vw, 110px); display: grid; grid-template-columns: 1fr 1fr 1fr auto; align-items: end; gap: 30px; }
footer .brand-mark { background: var(--lavender); color: var(--ink); }
.footer-logo { display: block; width: 150px; height: auto; transform: translateY(20px); }
.social-links { display: flex; align-items: center; gap: 18px; }
.social-links a { display: grid; place-items: center; width: 28px; height: 28px; transition: color .2s, transform .2s; }
.social-links a:hover { color: var(--lavender); transform: translateY(-2px); }
.social-links svg { display: block; width: 24px; height: 24px; fill: currentColor; }
footer small { color: #8a8290; }

.reveal { opacity: 0; transform: translateY(25px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (min-width: 851px) {
  .hero { min-height: 100svh; }
  .technology { padding-top: 64px; }
  .section-heading { padding-bottom: 36px; }
  .technology-summary { gap: 20px; }
  .data-center-icon { width: min(100%, 145px); }
  .stats-grid div { padding-block: 24px; }
}

@media (min-width: 851px) and (max-height: 820px) {
  .hero { padding-top: 100px; padding-bottom: 32px; }
  .hero h1 { font-size: 76px; }
  .eyebrow { margin-bottom: 20px; }
  .hero-intro { margin-block: 24px; }
}

@media (max-width: 850px) {
  .brand-name { display: none; }
  .site-header nav { gap: 15px; }
  .hero { height: auto; min-height: 0; grid-template-columns: 1fr; gap: 70px; padding-top: 145px; }
  .hero-visual { position: relative; right: auto; bottom: auto; width: 100%; height: clamp(500px, 78vw, 680px); opacity: 1; }
  .hero-copy { align-self: start; }
  .section-heading { grid-template-columns: 1fr; }
  .technology-marker { display: flex; flex-direction: column; align-items: flex-start; }
  .technology-marker .section-number { width: auto; text-align: left; }
  .cloud-architecture { position: static; width: min(50%, 180px); margin-top: 28px; align-self: center; transform: none; }
  .technology-summary { gap: 24px; }
  .data-center-icon { width: min(45%, 170px); }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .stats-grid div:nth-child(2) { border-right: 0; }
  .expertise { grid-template-columns: 1fr; gap: 25px; }
  .expertise-marker { display: flex; flex-direction: column; align-items: flex-start; width: 100%; gap: 30px; }
  .expertise-marker .mini-label { width: auto; text-align: left; }
  .expertise-collaboration { position: static; align-self: center; transform: none; }
  .expertise-collaboration { width: min(62%, 260px); }
  .expertise-list article { grid-template-columns: 35px 1fr; }
  .expertise-list p { grid-column: 2; }
  .productions { grid-template-columns: 1fr; gap: 25px; }
  .productions-marker { display: flex; flex-direction: column; align-items: flex-start; width: 100%; gap: 28px; }
  .productions-marker .mini-label { width: auto; text-align: left; }
  .productions-marker .live-broadcast-icon { position: static; width: min(62%, 230px); align-self: center; transform: none; }
  .production-list article { grid-template-columns: 35px 1fr; }
  .production-list article > p { grid-column: 2; }
  .audio-intro { grid-template-columns: 1fr; }
  .audio-logo-wrap { width: min(210px, 65vw); margin: 0 0 30px; }
  .contact { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 520px) {
  html { scroll-padding-top: 140px; }
  body { overflow-x: hidden; }
  .site-header { height: 140px; padding: 10px 16px; flex-direction: column; justify-content: center; gap: 9px; position: sticky; }
  .brand { flex-wrap: nowrap; gap: 16px; white-space: nowrap; }
  .brand-mark { flex: 0 0 60px; width: 60px; height: 60px; font-size: 19px; }
  .brand-name { display: inline; font-size: 28px; }
  .site-header nav { gap: 8px; font-size: 12px; }
  .site-header nav a { min-height: 36px; padding: 8px 10px; }

  h1 { font-size: 55px; }
  .hero { min-height: 0; gap: 55px; padding: 12px 20px 75px; text-align: center; }
  .hero-copy { order: 2; width: 100%; }
  .eyebrow { justify-content: center; white-space: normal; font-size: 13px; line-height: 1.6; }
  .eyebrow span { display: none; }
  .hero-intro { margin-inline: auto; }
  .hero-actions { align-items: center; flex-direction: column; gap: 20px; }
  .hero-visual { order: 1; left: auto; width: 100%; height: min(110vw, 430px); place-items: start center; transform: none; opacity: 1; }
  .portrait-frame { width: min(72vw, 330px); }
  .portrait-tag {
    display: block;
    right: 50%;
    bottom: -42px;
    width: max-content;
    max-width: calc(100vw - 40px);
    white-space: normal;
    text-align: center;
    line-height: 1.5;
    transform: translateX(50%) rotate(-2deg);
  }

  .technology, .audio, .contact { padding-inline: 20px; text-align: center; }
  .technology-marker, .expertise-marker, .productions-marker { align-items: center; }
  .technology-marker .section-number,
  .expertise-marker .mini-label,
  .productions-marker .mini-label { width: 100%; text-align: center; }
  .technology-summary { align-items: center; }
  .section-heading h2, .audio-intro > h2, .contact h2 { font-size: clamp(42px, 13vw, 58px); }

  .stats-grid strong { font-size: 34px; }
  .stats-grid div { align-items: center; text-align: center; }
  .expertise-list article,
  .production-list article { grid-template-columns: 1fr; justify-items: center; gap: 10px; }
  .expertise-list p,
  .production-list article > p { grid-column: 1; }
  .audio-kicker { align-items: center; }
  .audio-logo-wrap { margin-inline: auto; }
  .audio-intro > p:last-child { max-width: 430px; margin-inline: auto; }
  .audio-services > div { gap: 16px; }
  .contact-copy > p:not(.section-number) { margin-inline: auto; }
  .contact-form { text-align: left; }
  .button-accent { align-self: center; }
  .testimonial-heading { align-items: center; gap: 30px; flex-direction: column; text-align: center; }
  .testimonial-track { text-align: left; }
  .field-row { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .footer-logo { transform: none; }
}

@media (max-width: 360px) {
  .site-header { padding-inline: 12px; }
  .site-header nav { gap: 6px; font-size: 11px; }
  .site-header nav a { padding-inline: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}
