:root{
  --navy:#071d38; --blue:#2588c8; --blue2:#43a7df; --cream:#f6f3ee;
  --text:#152333; --muted:#667381; --white:#fff; --line:#dfe5ea;
  --shadow:0 24px 70px rgba(7,29,56,.13);
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:"DM Sans",sans-serif;color:var(--text);background:#fff;line-height:1.6}
.container{width:min(1140px,calc(100% - 40px));margin:auto}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.93);backdrop-filter:blur(16px);border-bottom:1px solid rgba(7,29,56,.08)}
.nav-wrap{height:82px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:11px;color:var(--navy);text-decoration:none}.brand-logo{display:block;width:205px;height:auto;max-height:55px;object-fit:contain;object-position:left center}.brand strong{display:block;font:800 14px Montserrat;letter-spacing:.5px}.brand small{display:block;font-size:10px;letter-spacing:3px;color:var(--blue);font-weight:700}
.nav{display:flex;align-items:center;gap:30px}.nav a{color:var(--text);text-decoration:none;font-weight:600;font-size:14px}.nav a:hover{color:var(--blue)}.nav-cta{background:var(--navy);color:#fff!important;padding:11px 17px;border-radius:8px}.menu-toggle{display:none;border:0;background:none;font-size:24px;color:var(--navy)}
.hero{position:relative;overflow:hidden;background:linear-gradient(135deg,#f8f6f2 0%,#fff 62%);padding:85px 0 72px}.hero-glow{position:absolute;width:520px;height:520px;border-radius:50%;background:rgba(67,167,223,.12);filter:blur(90px);right:-160px;top:-100px}.hero-grid{display:grid;grid-template-columns:1fr .95fr;gap:75px;align-items:center}.eyebrow{font-size:12px;font-weight:800;letter-spacing:2.3px;color:var(--blue);margin:0 0 16px}.hero h1,.contact h2,.dark-section h2,.intro h2,.shows h2{font-family:Montserrat,sans-serif;color:var(--navy);line-height:1.04;letter-spacing:-2px;margin:0}.hero h1{font-size:clamp(50px,6vw,78px)}.hero h1 span,.dark-section h2 span{color:var(--blue)}.hero-text{font-size:18px;color:#526170;max-width:580px;margin:25px 0 30px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;gap:15px;border:0;text-decoration:none;font-weight:800;font-size:14px;padding:14px 21px;border-radius:9px;cursor:pointer;font-family:inherit}.btn-primary{background:var(--blue);color:#fff;box-shadow:0 10px 25px rgba(37,136,200,.22)}.btn-primary:hover{background:#1975ae;transform:translateY(-1px)}.btn-ghost{border:1px solid #cad3da;color:var(--navy);background:#fff}.trust-row{display:flex;gap:35px;margin-top:42px}.trust-row strong,.trust-row span{display:block}.trust-row strong{font-size:13px;color:var(--navy)}.trust-row span{font-size:11px;color:var(--muted);margin-top:2px}
.hero-card{position:relative}.hero-card img{width:100%;display:block;border-radius:20px;box-shadow:var(--shadow)}.floating-card{position:absolute;bottom:22px;left:-22px;background:#fff;border-radius:13px;padding:14px 18px;display:flex;gap:11px;align-items:center;box-shadow:0 14px 35px rgba(7,29,56,.17)}.floating-card strong,.floating-card small{display:block}.floating-card strong{font-size:13px}.floating-card small{font-size:11px;color:var(--muted)}.live-dot{width:10px;height:10px;border-radius:50%;background:#3ac56e;box-shadow:0 0 0 5px rgba(58,197,110,.12)}
.section{padding:105px 0}.two-col{display:grid;grid-template-columns:.85fr 1.15fr;gap:100px}.intro{background:#fff}.intro h2{font-size:clamp(38px,4vw,54px)}.intro h2 em{font-style:normal;color:var(--blue)}.lead{font-size:19px;color:#4e5e6d}.intro p{color:#64717c}.text-link{display:inline-flex;gap:10px;color:var(--navy);font-weight:800;text-decoration:none;margin-top:12px}.text-link:hover{color:var(--blue)}
.shows{background:var(--cream)}.section-heading{display:flex;justify-content:space-between;gap:40px;align-items:end;margin-bottom:38px}.section-heading h2{font-size:clamp(38px,4vw,54px)}.section-heading>p{max-width:390px;color:var(--muted);margin:0}.show-card{background:#fff;border-radius:18px;overflow:hidden;display:grid;grid-template-columns:.9fr 1.1fr;box-shadow:0 15px 45px rgba(7,29,56,.07)}.show-image{min-height:500px}.show-image img{width:100%;height:100%;object-fit:cover;object-position:center}.show-content{padding:48px}.tag{display:inline-block;font-size:10px;letter-spacing:1.8px;font-weight:800;color:var(--blue);background:#eaf5fc;border-radius:30px;padding:6px 10px}.show-content h3{font:800 42px Montserrat;color:var(--navy);margin:18px 0 0;letter-spacing:-1.5px}.show-subtitle{color:var(--blue);font-weight:800;margin:2px 0 18px}.show-content>p:not(.show-subtitle){color:var(--muted)}.feature-list{list-style:none;padding:0;margin:25px 0 35px}.feature-list li{margin:10px 0;font-size:14px}.feature-list span{color:#22a45a;font-weight:900;margin-right:8px}.show-footer{display:flex;align-items:center;justify-content:space-between;gap:20px;border-top:1px solid var(--line);padding-top:23px}.show-footer small,.show-footer strong{display:block}.show-footer small{font-size:9px;letter-spacing:1.5px;color:var(--muted)}.show-footer strong{font-size:17px;color:var(--navy)}.coming-soon{margin-top:18px;background:#fff;border:1px dashed #cbd4db;border-radius:15px;padding:20px 25px;display:flex;align-items:center;justify-content:space-between;gap:20px}.coming-soon>div{display:flex;align-items:center;gap:14px}.mini-icon{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:#eaf5fc;color:var(--blue);font-size:23px}.coming-soon p{margin:2px 0 0;color:var(--muted);font-size:13px}
.dark-section{background:var(--navy);color:#fff}.dark-section h2{color:#fff;font-size:clamp(40px,4.5vw,58px)}.eyebrow.light{color:#5db7e9}.client-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:110px;align-items:start}.process{border-top:1px solid rgba(255,255,255,.18)}.process-item{display:flex;gap:22px;padding:26px 0;border-bottom:1px solid rgba(255,255,255,.18)}.process-item>b{font:700 12px Montserrat;color:#55b3e7;padding-top:4px}.process-item h3{margin:0;font:700 18px Montserrat}.process-item p{margin:5px 0 0;color:#aebdca;font-size:14px}
.contact{background:#f7f9fb}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:100px}.contact h2{font-size:clamp(42px,4.5vw,58px)}.contact-links{margin-top:32px;display:grid;gap:10px}.contact-links a{display:flex;gap:15px;align-items:center;padding:12px 0;text-decoration:none;color:var(--navy)}.contact-links a>span{display:grid;place-items:center;width:39px;height:39px;border-radius:10px;background:#fff;border:1px solid var(--line);font-size:18px}.contact-links small,.contact-links strong{display:block}.contact-links small{font-size:9px;letter-spacing:1.5px;color:var(--muted)}.contact-links strong{font-size:14px}.contact-form{background:#fff;padding:32px;border-radius:17px;box-shadow:0 18px 45px rgba(7,29,56,.07)}.contact-form label{display:block;font-size:12px;font-weight:800;color:var(--navy);margin-bottom:16px}.contact-form input,.contact-form select,.contact-form textarea{display:block;width:100%;margin-top:7px;border:1px solid #d8e0e6;border-radius:8px;padding:12px 13px;font:inherit;font-size:14px;color:var(--text);background:#fff;outline:none}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(37,136,200,.1)}.contact-form .btn{width:100%;margin-top:4px}.form-note{font-size:10px;color:#7a8791;text-align:center;margin:12px 0 0}
footer{background:#04152a;color:#9fb0bf;padding:28px 0}.footer-wrap{display:flex;justify-content:space-between;align-items:center;gap:25px;font-size:11px}.footer-wrap strong{display:block;color:#fff;font:700 13px Montserrat}.footer-wrap span{display:block}.footer-right{text-align:right}.footer-right a{color:#fff;text-decoration:none;display:block;margin-bottom:3px}
@media(max-width:850px){.nav{gap:16px}.hero-grid,.two-col,.client-grid,.contact-grid,.show-card{grid-template-columns:1fr}.hero-grid{gap:45px}.show-image{min-height:0;max-height:550px}.show-content{padding:32px}.section-heading{align-items:start;flex-direction:column;gap:15px}.client-grid,.contact-grid,.two-col{gap:50px}.section{padding:75px 0}.hero{padding:65px 0}.floating-card{left:15px}.footer-wrap{flex-direction:column;align-items:flex-start}.footer-right{text-align:left}}
@media(max-width:650px){.container{width:min(100% - 28px,1140px)}.nav{display:none;position:absolute;left:14px;right:14px;top:70px;background:#fff;padding:18px;border-radius:12px;box-shadow:0 15px 35px rgba(7,29,56,.13);flex-direction:column;align-items:stretch}.nav.open{display:flex}.nav a{padding:9px}.menu-toggle{display:block}.hero h1{font-size:48px}.hero-text{font-size:16px}.trust-row{gap:18px;flex-direction:column}.show-footer,.coming-soon{align-items:flex-start;flex-direction:column}.hero-card img{border-radius:15px}.show-image{max-height:470px}.contact-form{padding:23px}}

.listen{background:#fff;border-top:1px solid #edf0f3;border-bottom:1px solid #edf0f3}.listen-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:95px;align-items:center}.listen-art{min-height:360px;border-radius:22px;background:linear-gradient(145deg,#071d38,#123e67);position:relative;overflow:hidden;display:grid;place-items:center;box-shadow:var(--shadow)}.listen-art:after{content:"";position:absolute;width:380px;height:380px;border-radius:50%;border:1px solid rgba(255,255,255,.12);box-shadow:0 0 0 45px rgba(255,255,255,.025),0 0 0 90px rgba(255,255,255,.02)}.listen-disc{position:relative;z-index:2;width:180px;height:180px;border-radius:50%;display:grid;place-items:center;background:#0a2848;border:1px solid rgba(255,255,255,.18);box-shadow:0 20px 60px rgba(0,0,0,.3)}.listen-disc span{font:800 48px Montserrat;color:#fff;letter-spacing:-3px}.listen-disc small{position:absolute;bottom:42px;font-size:9px;letter-spacing:3px;color:#5db7e9;font-weight:800}.sound-bars{position:absolute;z-index:3;display:flex;align-items:center;gap:6px;height:110px;left:0;right:0;justify-content:center;opacity:.32}.sound-bars i{display:block;width:4px;border-radius:4px;background:#5db7e9}.sound-bars i:nth-child(1){height:22px}.sound-bars i:nth-child(2){height:44px}.sound-bars i:nth-child(3){height:72px}.sound-bars i:nth-child(4){height:50px}.sound-bars i:nth-child(5){height:90px}.sound-bars i:nth-child(6){height:64px}.sound-bars i:nth-child(7){height:98px}.sound-bars i:nth-child(8){height:52px}.sound-bars i:nth-child(9){height:78px}.sound-bars i:nth-child(10){height:42px}.sound-bars i:nth-child(11){height:66px}.sound-bars i:nth-child(12){height:30px}.listen-copy h2{font-size:clamp(40px,4vw,55px)}.listen-copy h2 span{color:var(--blue)}.listen-note{font-size:11px;color:#8a959d;margin-top:15px}
.service-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.service-card{background:#fff;border-radius:17px;padding:31px;box-shadow:0 12px 35px rgba(7,29,56,.06);border:1px solid #eef1f3;display:flex;flex-direction:column}.service-card.service-featured{border:2px solid rgba(37,136,200,.35)}.service-top{display:flex;justify-content:space-between;align-items:center}.service-number{font:800 12px Montserrat;color:#b1bcc5}.service-card h3{font:800 27px Montserrat;color:var(--navy);line-height:1.15;letter-spacing:-.7px;margin:20px 0 4px}.service-length{font-size:11px;letter-spacing:1px;text-transform:uppercase;color:var(--blue);font-weight:800;margin:0 0 16px}.service-card>p:not(.service-length){color:var(--muted);font-size:13px;margin:0}.service-card .feature-list{margin:22px 0 25px}.service-card .feature-list li{font-size:13px}.service-card .btn{margin-top:auto;width:100%;font-size:12px;padding:12px 14px}.service-card .btn-ghost{border:1px solid #ccd6de}

@media(max-width:850px){.listen-grid{grid-template-columns:1fr;gap:45px}.listen-art{min-height:300px}.service-grid{grid-template-columns:1fr}}
@media(max-width:650px){.listen-art{min-height:270px}.listen-disc{width:145px;height:145px}.listen-disc span{font-size:39px}.service-card{padding:25px}}

.photo-grid .photo-main{grid-row:span 2}
@media(max-width:850px){.photo-grid .photo-main{grid-row:span 1;grid-column:span 2}}
@media(max-width:650px){.photo-grid .photo-main{grid-column:span 1}}

.listen-disc{width:min(410px,78%);height:auto;aspect-ratio:2.98/1;border-radius:15px;background:rgba(255,255,255,.97);padding:17px 22px;display:grid;place-items:center;position:relative;z-index:4;box-shadow:0 22px 55px rgba(0,0,0,.25);border:1px solid rgba(255,255,255,.35)}
.listen-disc img{width:100%;height:auto;display:block}
.listen-art .sound-bars{z-index:2}
.footer-brand{display:flex;align-items:center;gap:18px}.footer-brand img{width:180px;height:auto;filter:brightness(0) invert(1);opacity:.92}
@media(max-width:650px){.brand-logo{width:170px;max-height:50px}.listen-disc{width:88%;padding:12px 16px}.footer-brand{align-items:flex-start;flex-direction:column;gap:8px}.footer-brand img{width:165px}}

.price{font:800 31px Montserrat;color:var(--navy);letter-spacing:-1px;margin:4px 0 0}.price small{font:600 10px Montserrat;color:#8a959d;letter-spacing:.6px;text-transform:uppercase}.card-actions{margin-top:auto}.demo-link{display:block;text-align:center;margin-top:10px;color:var(--blue);font-size:11px;font-weight:800;text-decoration:none}.demo-link:hover{text-decoration:underline}.bundle-banner{margin-top:20px;background:var(--navy);color:#fff;border-radius:17px;padding:25px 30px;display:flex;align-items:center;justify-content:space-between;gap:25px}.bundle-banner h3{font:800 23px Montserrat;margin:8px 0 4px}.bundle-banner p{margin:0;color:rgba(255,255,255,.72);font-size:13px}.bundle-banner .tag{color:#5db7e9}.delivery-note{display:flex;gap:13px;align-items:flex-start;margin-top:15px;padding:20px 24px;background:#fff;border:1px solid #e5ebef;border-radius:13px}.delivery-note>span{display:grid;place-items:center;width:24px;height:24px;border-radius:50%;background:#e8f5fb;color:var(--blue);font-weight:900}.delivery-note strong{font:800 13px Montserrat;color:var(--navy)}.delivery-note p{margin:4px 0 0;color:var(--muted);font-size:12px}@media(max-width:650px){.bundle-banner{align-items:flex-start;flex-direction:column;padding:24px}.bundle-banner .btn{width:100%}}

.stripe-btn{position:relative}.stripe-note{display:block;text-align:center;margin-top:7px;color:#8a959d;font-size:9px;font-weight:700;letter-spacing:.3px;text-transform:uppercase}

.weather-options{display:grid;gap:9px;margin-top:auto}.weather-options .btn{width:100%;font-size:11px}.stripe-global-note{text-align:center;margin:18px 0 0;color:#8a959d;font-size:10px;font-weight:700;letter-spacing:.3px;text-transform:uppercase}

.subscription-note{text-align:center;margin:18px auto 0;color:#7d8992;font-size:11px;font-weight:600;letter-spacing:.1px}
