:root{
  --text:#f8fafc;
  --muted:rgba(248,250,252,.72);
  --ink:#111827;
  --soft-ink:#4b5563;
  --panel:rgba(255,255,255,.13);
  --panel-strong:rgba(255,255,255,.22);
  --line:rgba(255,255,255,.18);
  --line-dark:rgba(17,24,39,.10);
  --pink:#ff2ea6;
  --violet:#6f49ff;
  --cyan:#2fdcff;
  --sun:#ffd166;
  --radius-xl:38px;
  --radius-lg:30px;
  --radius-md:22px;
  --shadow:0 28px 70px rgba(0,0,0,.28);
  --font:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, Helvetica, sans-serif;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:var(--font);
  color:var(--ink);
  background:
    radial-gradient(circle at top left, rgba(255,46,166,.13), transparent 34%),
    radial-gradient(circle at top right, rgba(47,220,255,.11), transparent 32%),
    #f7f4ef;
}

a{color:inherit;text-decoration:none}
button,input,textarea,select{font:inherit}

.page-shell{
  width:100%;
  overflow:hidden;
}

.hero-section{
  position:relative;
  min-height:100vh;
  padding:24px;
  color:var(--text);
  background:
    linear-gradient(180deg, rgba(10,12,22,.38), rgba(10,12,22,.88)),
    url('https://www.maupitistudios.com/images/radio800.jpg') center/cover no-repeat;
  isolation:isolate;
}

.hero-section::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(115deg, rgba(15,23,42,.96) 0%, rgba(35,18,65,.76) 42%, rgba(255,46,166,.18) 100%);
  z-index:-2;
}

.hero-section::after{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size:44px 44px;
  mask-image:linear-gradient(180deg, rgba(0,0,0,.65), transparent 78%);
  z-index:-1;
  pointer-events:none;
}

.ambient-orb{
  position:absolute;
  width:340px;
  height:340px;
  border-radius:999px;
  filter:blur(44px);
  opacity:.44;
  z-index:-1;
  animation:floatOrb 11s ease-in-out infinite;
}

.orb-one{background:var(--pink);top:12%;right:12%}
.orb-two{background:var(--cyan);bottom:12%;left:7%;animation-delay:-4s}
.orb-three{background:var(--violet);top:42%;left:40%;opacity:.24;animation-delay:-7s}

@keyframes floatOrb{
  0%,100%{transform:translate3d(0,0,0) scale(1)}
  50%{transform:translate3d(24px,-18px,0) scale(1.08)}
}

.top-navigation{
  position:relative;
  z-index:2;
  max-width:1180px;
  margin:0 auto 34px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:12px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.09);
  backdrop-filter:blur(18px);
  border-radius:999px;
}

.brand-lockup{
  display:inline-flex;
  align-items:center;
  gap:12px;
  padding-right:16px;
}

.brand-mark{
  display:grid;
  place-items:center;
  width:48px;
  height:48px;
  border-radius:50%;
  background:linear-gradient(135deg, var(--pink), var(--cyan));
  box-shadow:0 12px 30px rgba(255,46,166,.24);
  color:white;
  font-weight:950;
  letter-spacing:-.08em;
}

.brand-lockup strong{display:block;font-size:14px;letter-spacing:.02em}
.brand-lockup small{display:block;color:var(--muted);font-size:12px;margin-top:2px}

.nav-links{
  display:flex;
  align-items:center;
  gap:6px;
}
.nav-links a{
  padding:12px 14px;
  border-radius:999px;
  color:rgba(255,255,255,.78);
  font-size:13px;
  font-weight:750;
}
.nav-links a:hover{background:rgba(255,255,255,.12);color:white}

.hero-grid{
  max-width:1180px;
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0, 1fr) minmax(320px, 430px);
  gap:24px;
  align-items:center;
}

.glass-card{
  border:1px solid var(--line);
  background:linear-gradient(180deg, rgba(255,255,255,.16), rgba(255,255,255,.08));
  backdrop-filter:blur(22px);
  box-shadow:var(--shadow);
}

.hero-copy{
  min-height:620px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  padding:44px;
  border-radius:var(--radius-xl);
}

.eyebrow{
  display:inline-flex;
  align-items:center;
  gap:9px;
  width:max-content;
  padding:9px 13px;
  border-radius:999px;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.18);
  color:rgba(255,255,255,.80);
  font-size:12px;
  font-weight:850;
  letter-spacing:.11em;
  text-transform:uppercase;
}
.eyebrow.dark{
  color:var(--soft-ink);
  background:rgba(17,24,39,.05);
  border-color:rgba(17,24,39,.08);
}

.live-dot{
  width:9px;
  height:9px;
  flex:0 0 auto;
  border-radius:999px;
  background:#ff4d7d;
  box-shadow:0 0 0 6px rgba(255,77,125,.15);
  animation:pulseLive 1.6s infinite;
}
@keyframes pulseLive{
  0%,100%{transform:scale(1);opacity:1}
  50%{transform:scale(1.2);opacity:.7}
}

.hero-copy h1{
  margin:26px 0 0;
  font-size:clamp(44px, 6.2vw, 86px);
  line-height:.9;
  letter-spacing:-.085em;
  max-width:640px;
}
.hero-lead{
  max-width:620px;
  margin:26px 0 0;
  color:var(--muted);
  font-size:20px;
  line-height:1.5;
}
.hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:30px;
}
.primary-action,.secondary-action{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:50px;
  padding:0 20px;
  border-radius:999px;
  font-weight:850;
  font-size:14px;
}
.primary-action{
  background:white;
  color:var(--ink);
  box-shadow:0 14px 34px rgba(0,0,0,.20);
}
.secondary-action{
  border:1px solid rgba(255,255,255,.18);
  background:rgba(255,255,255,.10);
  color:white;
}
.primary-action.light{background:white;color:var(--ink)}

.hero-stats{
  margin-top:34px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
}
.hero-stats div{
  padding:16px;
  border-radius:22px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.13);
}
.hero-stats strong{
  display:block;
  font-size:26px;
  letter-spacing:-.05em;
}
.hero-stats span{
  display:block;
  color:var(--muted);
  font-size:12px;
  margin-top:4px;
}

.radio-player{
  border-radius:var(--radius-xl);
  padding:20px;
}

.player-topline{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
  margin-bottom:16px;
}
.mini-label{
  display:block;
  color:var(--muted);
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.13em;
  font-weight:800;
}
.player-topline h2{
  margin:4px 0 0;
  font-size:25px;
  letter-spacing:-.05em;
}
.status-pill{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:10px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.13);
  border:1px solid rgba(255,255,255,.16);
  color:rgba(255,255,255,.82);
  font-size:12px;
  font-weight:800;
  white-space:nowrap;
}

.cover-area{
  display:flex;
  justify-content:center;
  padding:12px 0 18px;
}
.cover-disc{
  position:relative;
  width:214px;
  height:214px;
  border-radius:50%;
  overflow:hidden;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg, rgba(255,46,166,.38), rgba(47,220,255,.30));
  border:1px solid rgba(255,255,255,.16);
  box-shadow:0 22px 46px rgba(0,0,0,.30);
}
.cover-disc.playing{animation:softRotate 18s linear infinite}
.cover-disc::before{
  content:"";
  position:absolute;
  inset:10px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.14);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.06);
  pointer-events:none;
  z-index:1;
}
@keyframes softRotate{to{transform:rotate(360deg)}}
.cover-disc img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  opacity:.88;
}
.cover-glow{
  position:absolute;
  inset:-30%;
  background:conic-gradient(from 180deg, transparent, rgba(255,255,255,.35), transparent, rgba(47,220,255,.28), transparent);
  animation:spinGlow 9s linear infinite;
}
@keyframes spinGlow{to{transform:rotate(360deg)}}
.disc-center{
  position:relative;
  z-index:2;
  display:grid;
  place-items:center;
  width:68px;
  height:68px;
  border-radius:999px;
  background:rgba(255,255,255,.90);
  color:var(--ink);
  font-weight:950;
  letter-spacing:-.08em;
  box-shadow:0 10px 28px rgba(0,0,0,.25);
}

.track-copy{text-align:center;margin-bottom:14px}
.track-copy h3{
  margin:0;
  font-size:24px;
  letter-spacing:-.045em;
}
.track-copy p{
  margin:8px auto 0;
  max-width:330px;
  color:var(--muted);
  line-height:1.45;
  font-size:13px;
}

.visualizer-card{
  padding:12px;
  border-radius:26px;
  background:rgba(0,0,0,.22);
  border:1px solid rgba(255,255,255,.13);
}
.visualizer-header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:10px;
  color:rgba(255,255,255,.72);
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.11em;
  font-weight:850;
}
.visualizer-header strong{color:white}
#mrVisualizer{
  display:block;
  width:100%;
  height:146px;
  border-radius:20px;
  background:
    radial-gradient(circle at center, rgba(255,46,166,.17), transparent 45%),
    linear-gradient(135deg, rgba(111,73,255,.18), rgba(47,220,255,.09));
  border:1px solid rgba(255,255,255,.10);
}
.visualizer-tabs{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:7px;
  margin-top:10px;
}
.visual-tab{
  min-height:34px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.08);
  color:rgba(255,255,255,.72);
  border-radius:999px;
  cursor:pointer;
  font-size:10px;
  font-weight:850;
}
.visual-tab:hover{background:rgba(255,255,255,.14);color:white}
.visual-tab.active{background:white;color:var(--ink)}

.stream-progress{margin-top:14px}
.progress-meta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  color:var(--muted);
  font-size:12px;
  margin-bottom:8px;
}
.progress-track{
  height:8px;
  border-radius:999px;
  overflow:hidden;
  background:rgba(255,255,255,.12);
}
.progress-track span{
  display:block;
  width:34%;
  height:100%;
  border-radius:999px;
  background:linear-gradient(90deg, var(--pink), var(--cyan));
  transition:width .25s linear;
}

.controls-row{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  margin:16px 0;
}
.round-control,.play-control{
  border:none;
  cursor:pointer;
  border-radius:999px;
}
.round-control{
  width:52px;
  height:52px;
  color:white;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.16);
  font-size:20px;
}
.play-control{
  width:76px;
  height:76px;
  background:white;
  color:var(--ink);
  font-size:25px;
  font-weight:950;
  box-shadow:0 16px 34px rgba(0,0,0,.24);
}

.player-info-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}
.player-info-grid div{
  padding:14px;
  border-radius:20px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.12);
}
.player-info-grid small{
  display:block;
  color:var(--muted);
  text-transform:uppercase;
  letter-spacing:.09em;
  font-size:10px;
  font-weight:800;
  margin-bottom:5px;
}
.player-info-grid strong{font-size:15px}
.player-alert{
  display:none;
  margin:12px 0 0;
  padding:12px 14px;
  border-radius:18px;
  background:rgba(0,0,0,.23);
  border:1px solid rgba(255,255,255,.10);
  color:rgba(255,255,255,.78);
  font-size:12px;
  line-height:1.4;
}
.player-alert.show{display:block}
#mrAudio{display:none}

.content-section{
  max-width:1180px;
  margin:0 auto;
  padding:82px 24px 0;
}
.section-heading{
  max-width:760px;
  margin-bottom:28px;
}
.section-heading.compact{max-width:680px}
.section-heading h2{
  margin:18px 0 0;
  font-size:clamp(38px,5vw,70px);
  line-height:.93;
  letter-spacing:-.075em;
}
.section-heading p{
  margin:18px 0 0;
  color:var(--soft-ink);
  font-size:18px;
  line-height:1.55;
}

.mood-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}
.mood-card{
  min-height:260px;
  padding:24px;
  border-radius:32px;
  background:white;
  border:1px solid var(--line-dark);
  box-shadow:0 20px 50px rgba(17,24,39,.08);
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}
.mood-card span{
  width:max-content;
  padding:8px 10px;
  border-radius:999px;
  background:#f2eefb;
  color:var(--violet);
  font-weight:900;
  font-size:12px;
}
.mood-card h3{
  margin:auto 0 0;
  font-size:25px;
  letter-spacing:-.05em;
}
.mood-card p{
  margin:10px 0 0;
  color:var(--soft-ink);
  line-height:1.5;
}

.schedule-section{padding-top:70px}
.schedule-list{
  display:grid;
  gap:12px;
}
.schedule-item{
  display:grid;
  grid-template-columns:150px 1fr;
  gap:20px;
  align-items:center;
  padding:22px;
  border-radius:28px;
  background:rgba(255,255,255,.72);
  border:1px solid var(--line-dark);
  box-shadow:0 16px 40px rgba(17,24,39,.06);
}
.schedule-item time{
  color:var(--pink);
  font-weight:950;
  letter-spacing:-.04em;
  font-size:26px;
}
.schedule-item h3{margin:0;font-size:22px;letter-spacing:-.04em}
.schedule-item p{margin:6px 0 0;color:var(--soft-ink);line-height:1.45}

.about-band{
  max-width:1180px;
  margin:86px auto 44px;
  padding:34px;
  border-radius:38px;
  color:white;
  background:
    linear-gradient(135deg, rgba(17,24,39,.92), rgba(73,33,110,.88)),
    url('https://www.maupitistudios.com/images/radio800.jpg') center/cover no-repeat;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
  box-shadow:0 22px 60px rgba(17,24,39,.18);
}
.about-band div{max-width:760px}
.about-band h2{
  margin:18px 0 0;
  font-size:clamp(36px, 5vw, 64px);
  line-height:.92;
  letter-spacing:-.075em;
}
.about-band p{
  margin:16px 0 0;
  color:rgba(255,255,255,.75);
  line-height:1.55;
  font-size:17px;
}

@media (max-width:980px){
  .hero-grid{grid-template-columns:1fr}
  .hero-copy{min-height:auto;padding:36px}
  .radio-player{max-width:520px;margin:0 auto;width:100%}
  .mood-grid{grid-template-columns:1fr}
  .nav-links{display:none}
}

@media (max-width:620px){
  .hero-section{padding:14px}
  .top-navigation{border-radius:28px}
  .hero-copy{padding:26px;border-radius:30px}
  .hero-lead{font-size:17px}
  .hero-stats{grid-template-columns:1fr}
  .radio-player{padding:14px;border-radius:30px}
  .player-topline{display:block}
  .status-pill{margin-top:12px}
  .cover-disc{width:186px;height:186px;border-radius:50%}
  .visualizer-tabs{grid-template-columns:repeat(5,1fr);gap:5px}
  .visual-tab{font-size:9px;min-height:32px}
  .content-section{padding:62px 16px 0}
  .schedule-item{grid-template-columns:1fr;gap:10px}
  .about-band{margin:66px 14px 28px;padding:26px;display:block}
  .about-band .primary-action{margin-top:20px}
}


/* --- Maupiti Radio responsive & legal footer patch --- */
.player-info-grid.single-info{
  grid-template-columns:1fr;
}
.site-footer{
  max-width:1180px;
  margin:0 auto 34px;
  padding:20px 24px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  border-radius:28px;
  background:rgba(17,24,39,.06);
  border:1px solid rgba(17,24,39,.08);
  color:var(--soft-ink);
}
.site-footer strong{
  display:block;
  color:var(--ink);
  font-size:14px;
  letter-spacing:.02em;
}
.site-footer span{
  display:block;
  margin-top:3px;
  font-size:13px;
}
.site-footer nav{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-end;
  gap:10px;
}
.site-footer a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  padding:0 14px;
  border-radius:999px;
  background:#fff;
  border:1px solid rgba(17,24,39,.08);
  color:var(--ink);
  font-size:13px;
  font-weight:800;
}
.cookie-page{
  min-height:100vh;
  padding:28px 18px;
  background:#f7f4ef;
  color:var(--ink);
}
.cookie-shell{
  max-width:920px;
  margin:0 auto;
  padding:38px;
  border-radius:34px;
  background:#fff;
  box-shadow:0 24px 70px rgba(17,24,39,.08);
  border:1px solid rgba(17,24,39,.08);
}
.cookie-shell h1{
  margin:16px 0 0;
  font-size:clamp(34px, 6vw, 64px);
  line-height:.96;
  letter-spacing:-.055em;
}
.cookie-shell h2{
  margin:30px 0 8px;
  font-size:22px;
  letter-spacing:-.02em;
}
.cookie-shell p,
.cookie-shell li{
  color:var(--soft-ink);
  line-height:1.72;
  font-size:16px;
}
.cookie-shell a{
  color:#4338ca;
  font-weight:800;
}
.cookie-back{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:0 16px;
  border-radius:999px;
  background:var(--ink);
  color:#fff !important;
  margin-top:22px;
}

@media (max-width: 1440px){
  .hero-grid{
    grid-template-columns:minmax(0,1fr);
    max-width:960px;
  }
  .hero-copy{
    min-height:auto;
    padding:32px;
  }
  .hero-copy h1{
    font-size:clamp(42px, 6vw, 72px) !important;
    line-height:.94 !important;
    max-width:100% !important;
  }
  .hero-lead{
    font-size:18px;
    max-width:100%;
  }
  .radio-player{
    max-width:960px;
  }
}

@media (max-width: 1024px){
  .hero-copy h1{
    font-size:clamp(38px, 5.2vw, 60px) !important;
    line-height:.96 !important;
    letter-spacing:-.05em !important;
  }
  .hero-lead{
    font-size:17px !important;
  }
}

@media (max-width: 860px){
  .top-navigation{
    flex-direction:column;
    align-items:stretch;
    border-radius:26px;
  }
  .nav-links{
    flex-wrap:wrap;
    justify-content:flex-start;
  }
  .hero-stats{
    grid-template-columns:1fr;
  }
  .mood-grid{
    grid-template-columns:1fr;
  }
  .schedule-item{
    grid-template-columns:1fr;
  }
  .about-band,
  .site-footer{
    flex-direction:column;
    align-items:flex-start;
  }
  .site-footer nav{
    justify-content:flex-start;
  }
}

@media (max-width: 768px){
  .hero-copy h1{
    font-size:clamp(34px, 11vw, 52px) !important;
    line-height:1 !important;
  }
}

@media (max-width: 640px){
  .hero-section{padding:12px}
  .hero-copy,
  .radio-player{
    padding:20px;
    border-radius:24px;
  }
  .hero-copy h1{
    font-size:clamp(34px, 13vw, 50px) !important;
  }
  .visualizer-tabs{
    grid-template-columns:repeat(2, minmax(0,1fr));
  }
  .cookie-shell{
    padding:24px;
    border-radius:26px;
  }
}

/* SEO content blocks */
.seo-text-section{
  padding-top:82px;
}
.seo-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:18px;
}
.seo-grid article{
  padding:26px;
  border-radius:28px;
  background:#ffffff;
  border:1px solid rgba(17,24,39,.08);
  box-shadow:0 18px 42px rgba(17,24,39,.05);
}
.seo-grid h3{
  margin:0;
  font-size:22px;
  letter-spacing:-.03em;
  line-height:1.08;
}
.seo-grid p{
  margin:12px 0 0;
  color:var(--soft-ink);
  line-height:1.7;
  font-size:16px;
}
@media (max-width: 860px){
  .seo-grid{grid-template-columns:1fr;}
}


/* --- Mobile language submenu patch --- */
.mobile-language-switcher{
  display:none;
  position:relative;
  z-index:3;
  max-width:1180px;
  margin:-20px auto 28px;
  padding:8px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.16);
  background:rgba(255,255,255,.10);
  backdrop-filter:blur(18px);
  box-shadow:0 14px 34px rgba(0,0,0,.16);
}
.mobile-language-switcher span{
  display:inline-flex;
  align-items:center;
  padding:0 10px 0 12px;
  color:rgba(255,255,255,.72);
  font-size:11px;
  font-weight:850;
  letter-spacing:.10em;
  text-transform:uppercase;
}
.mobile-language-switcher a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:44px;
  min-height:36px;
  padding:0 12px;
  border-radius:999px;
  color:rgba(255,255,255,.82);
  font-size:12px;
  font-weight:900;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.06);
}
.mobile-language-switcher a.active{
  background:#fff;
  color:var(--ink);
  border-color:#fff;
  box-shadow:0 10px 24px rgba(0,0,0,.18);
}
.mobile-language-switcher a:hover{
  background:rgba(255,255,255,.18);
  color:#fff;
}
.mobile-language-switcher a.active:hover{
  background:#fff;
  color:var(--ink);
}

@media (max-width:980px){
  .mobile-language-switcher{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:6px;
  }
}

@media (max-width:640px){
  .top-navigation{
    margin-bottom:12px !important;
  }
  .brand-lockup{
    width:100%;
    padding-right:0;
  }
  .brand-lockup small{
    font-size:11px;
    line-height:1.25;
  }
  .mobile-language-switcher{
    margin:0 auto 18px;
    width:100%;
    border-radius:22px;
    justify-content:space-between;
    gap:5px;
    padding:7px;
  }
  .mobile-language-switcher span{
    display:none;
  }
  .mobile-language-switcher a{
    flex:1;
    min-width:0;
    min-height:38px;
    padding:0 8px;
    font-size:12px;
  }
  .site-footer{
    margin:42px 12px 28px !important;
    padding:20px !important;
    border-radius:24px !important;
    align-items:center !important;
    text-align:center;
    gap:16px;
    background:#ffffff;
    box-shadow:0 18px 42px rgba(17,24,39,.08);
  }
  .site-footer div{
    width:100%;
  }
  .site-footer strong{
    font-size:16px;
  }
  .site-footer span{
    font-size:13px;
    line-height:1.4;
  }
  .site-footer nav{
    width:100%;
    display:grid !important;
    grid-template-columns:1fr;
    gap:8px;
    justify-content:stretch !important;
  }
  .site-footer a{
    width:100%;
    min-height:42px;
    padding:0 12px;
    border-radius:16px;
    background:#f8fafc;
    font-size:13px;
  }
}


/* --- Desktop language switcher patch --- */
.desktop-language-switcher{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:5px;
  padding:5px;
  border-radius:999px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.13);
  backdrop-filter:blur(14px);
  flex:0 0 auto;
}
.desktop-language-switcher a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:38px;
  min-height:34px;
  padding:0 10px;
  border-radius:999px;
  color:rgba(255,255,255,.78);
  font-size:11px;
  font-weight:950;
  letter-spacing:.04em;
  border:1px solid transparent;
  background:rgba(255,255,255,.05);
  transition:all .2s ease;
}
.desktop-language-switcher a:hover{
  background:rgba(255,255,255,.18);
  color:#fff;
}
.desktop-language-switcher a.active{
  background:#ffffff;
  color:var(--ink);
  border-color:#ffffff;
  box-shadow:0 10px 24px rgba(0,0,0,.18);
}

@media (max-width:1180px){
  .top-navigation{
    gap:10px;
  }
  .nav-links a{
    padding:10px 10px;
    font-size:12px;
  }
  .desktop-language-switcher a{
    min-width:34px;
    padding:0 8px;
  }
}

@media (max-width:980px){
  .desktop-language-switcher{
    display:none;
  }
}


.visualizer-header-actions{
  display:flex;
  align-items:center;
  gap:10px;
}
.visualizer-fullscreen-btn{
  min-width:40px;
  height:34px;
  padding:0 12px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.10);
  color:#fff;
  cursor:pointer;
  font-size:11px;
  font-weight:850;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.visualizer-fullscreen-btn:hover{background:rgba(255,255,255,.18)}
.visualizer-stage{
  position:relative;
}
.visualizer-fullscreen-footer{
  display:none;
}
.visualizer-card:fullscreen,
.visualizer-card.is-fullscreen{
  width:100%;
  height:100%;
  padding:24px;
  border-radius:0;
  background:radial-gradient(circle at center, rgba(255,46,166,.10), transparent 30%), linear-gradient(180deg, #090d16 0%, #0b1020 100%);
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  box-sizing:border-box;
}
.visualizer-card:fullscreen .visualizer-header,
.visualizer-card.is-fullscreen .visualizer-header{
  max-width:1500px;
  width:100%;
  margin:0 auto 12px;
  font-size:12px;
}
.visualizer-card:fullscreen .visualizer-stage,
.visualizer-card.is-fullscreen .visualizer-stage{
  flex:1;
  width:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:20px 20px 70px;
}
.visualizer-card:fullscreen #mrVisualizer,
.visualizer-card.is-fullscreen #mrVisualizer{
  width:min(94vw, 1700px);
  height:min(72vh, 900px);
  border-radius:28px;
  box-shadow:0 28px 70px rgba(0,0,0,.35);
}
.visualizer-card:fullscreen .visualizer-tabs,
.visualizer-card.is-fullscreen .visualizer-tabs{
  max-width:980px;
  width:100%;
  margin:0 auto;
}
.visualizer-card:fullscreen .visualizer-fullscreen-footer,
.visualizer-card.is-fullscreen .visualizer-fullscreen-footer{
  display:block;
  position:absolute;
  left:50%;
  bottom:18px;
  transform:translateX(-50%);
  z-index:3;
  padding:10px 18px;
  border-radius:999px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
  color:rgba(255,255,255,.92);
  text-align:center;
  font-size:16px;
  line-height:1.2;
  letter-spacing:.02em;
  white-space:nowrap;
  backdrop-filter:blur(8px);
}
.visualizer-card:fullscreen .visualizer-fullscreen-btn,
.visualizer-card.is-fullscreen .visualizer-fullscreen-btn{
  background:#fff;
  color:#111827;
}
@media (max-width:620px){
  .visualizer-header-actions{gap:8px}
  .visualizer-fullscreen-btn{padding:0 10px;font-size:10px}
  .visualizer-card:fullscreen .visualizer-fullscreen-footer,
  .visualizer-card.is-fullscreen .visualizer-fullscreen-footer{
    width:calc(100% - 24px);
    max-width:520px;
    white-space:normal;
    font-size:14px;
    bottom:14px;
  }
}


/* Maupiti Radio Business SEO Pages */
.business-page{background:#f7f4ef;color:var(--ink);min-height:100vh;}
.business-hero-section{position:relative;padding:24px;color:var(--text);background:linear-gradient(120deg, rgba(9,13,28,.92), rgba(38,27,76,.88)), url('/assets/mradio800.jpg') center/cover no-repeat;overflow:hidden;}
.business-hero-section::after{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);background-size:44px 44px;pointer-events:none;}
.business-hero-section > *{position:relative;z-index:1;}
.business-hero{max-width:1180px;margin:34px auto 20px;border-radius:38px;padding:54px;}
.business-hero h1{margin:24px 0 0;font-size:clamp(46px,7vw,96px);line-height:.9;letter-spacing:-.07em;}
.business-hero p{max-width:780px;margin:24px 0 0;color:rgba(255,255,255,.78);font-size:20px;line-height:1.55;}
.business-content{padding-top:64px;}
.business-channel-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;margin:26px 0 42px;}
.business-channel-card{background:white;border-radius:24px;overflow:hidden;border:1px solid rgba(17,24,39,.08);box-shadow:0 18px 42px rgba(17,24,39,.06);}
.business-channel-card a{display:block;height:100%;}
.business-channel-card img{display:block;width:100%;aspect-ratio:9/16;object-fit:cover;background:#111827;}
.business-channel-card div{padding:16px;}
.business-channel-card h3{margin:0;font-size:20px;letter-spacing:-.03em;}
.business-channel-card p{margin:8px 0 0;color:var(--soft-ink);font-size:13px;line-height:1.45;}
.business-feature-card{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,360px);gap:28px;align-items:center;padding:30px;border-radius:32px;background:#fff;border:1px solid rgba(17,24,39,.08);box-shadow:0 18px 42px rgba(17,24,39,.05);margin-bottom:42px;}
.business-feature-card h2{font-size:clamp(30px,4vw,56px);line-height:.98;letter-spacing:-.04em;margin:14px 0 0;}
.business-feature-card p{color:var(--soft-ink);line-height:1.65;font-size:17px;}
.business-feature-card img{width:100%;border-radius:26px;box-shadow:0 18px 42px rgba(17,24,39,.12);}
.business-info-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin:20px 0 42px;}
.business-info-grid article{padding:26px;border-radius:26px;background:#fff;border:1px solid rgba(17,24,39,.08);box-shadow:0 18px 42px rgba(17,24,39,.05);}
.business-info-grid h2,.business-steps-pricing h2{margin:0;font-size:26px;line-height:1.05;letter-spacing:-.03em;}
.business-info-grid p,.business-steps-pricing p,.business-steps-pricing li{color:var(--soft-ink);line-height:1.65;}
.business-steps-pricing{display:grid;grid-template-columns:.85fr 1.15fr;gap:18px;margin:20px 0 52px;}
.business-steps-pricing > div{padding:28px;border-radius:28px;background:#fff;border:1px solid rgba(17,24,39,.08);box-shadow:0 18px 42px rgba(17,24,39,.05);}
.business-steps-pricing ol{padding-left:22px;margin:18px 0 0;}
.business-pricing-table{overflow:auto;margin-top:18px;border-radius:18px;border:1px solid rgba(17,24,39,.08);}
.business-pricing-table table{width:100%;border-collapse:collapse;background:#fff;min-width:620px;}
.business-pricing-table th,.business-pricing-table td{padding:16px;text-align:left;border-bottom:1px solid rgba(17,24,39,.08);vertical-align:top;}
.business-pricing-table th{font-size:12px;text-transform:uppercase;letter-spacing:.10em;color:#6b7280;background:#f9fafb;}
.business-pricing-table td span{display:block;color:#6b7280;font-size:13px;line-height:1.45;margin-top:5px;}
.business-contact-band{display:flex;align-items:center;justify-content:space-between;gap:22px;padding:30px;border-radius:32px;background:linear-gradient(135deg,#111827,#2b1f57);color:white;margin-bottom:60px;}
.business-contact-band h2{margin:0;font-size:clamp(28px,4vw,48px);letter-spacing:-.04em;}
.business-contact-band p{margin:8px 0 0;color:rgba(255,255,255,.76);}
.business-contact-band a{color:inherit;}
@media (max-width:1040px){.business-channel-grid{grid-template-columns:repeat(3,minmax(0,1fr));}.business-info-grid,.business-steps-pricing,.business-feature-card{grid-template-columns:1fr;}.business-feature-card img{max-width:420px;margin:0 auto;}.business-contact-band{flex-direction:column;align-items:flex-start;}}
@media (max-width:680px){.business-hero-section{padding:14px}.business-hero{padding:28px;border-radius:28px;margin-top:20px}.business-hero h1{font-size:clamp(38px,12vw,58px);}.business-hero p{font-size:16px}.business-channel-grid{grid-template-columns:1fr 1fr;gap:12px}.business-channel-card div{padding:13px}.business-info-grid article,.business-steps-pricing > div{padding:22px}.business-contact-band{padding:24px;border-radius:26px}.business-contact-band .primary-action{width:100%;}}

/* Business mobile overflow fix */
.business-page,
.business-page *{
  max-width:100%;
}
.business-page{
  overflow-x:hidden;
}
.business-content,
.business-steps-pricing,
.business-steps-pricing > div,
.business-pricing-table,
.business-pricing-table table,
.business-pricing-table th,
.business-pricing-table td{
  min-width:0;
  box-sizing:border-box;
}
.business-steps-pricing > div{
  overflow:hidden;
}
.business-steps-pricing ol,
.business-steps-pricing li,
.business-steps-pricing p,
.business-pricing-table td,
.business-pricing-table th{
  overflow-wrap:anywhere;
  word-break:normal;
}

@media (max-width:680px){
  .business-content{
    width:100%;
    padding-left:14px;
    padding-right:14px;
  }
  .business-steps-pricing{
    width:100%;
    display:block;
    margin-left:0;
    margin-right:0;
  }
  .business-steps-pricing > div{
    width:100%;
    margin:0 0 18px;
    padding:22px 18px;
    border-radius:24px;
  }
  .business-steps-pricing h2{
    font-size:clamp(30px,9vw,42px);
    line-height:1;
  }
  .business-steps-pricing ol{
    padding-left:20px;
    margin:16px 0 0;
  }
  .business-steps-pricing li{
    font-size:16px;
    line-height:1.55;
    margin-bottom:8px;
    padding-right:0;
  }
  .business-pricing-table{
    overflow:visible;
    border:none;
    border-radius:0;
    margin-top:18px;
  }
  .business-pricing-table table,
  .business-pricing-table thead,
  .business-pricing-table tbody,
  .business-pricing-table tr,
  .business-pricing-table th,
  .business-pricing-table td{
    display:block;
    width:100%;
    min-width:0;
  }
  .business-pricing-table table{
    background:transparent;
  }
  .business-pricing-table thead{
    display:none;
  }
  .business-pricing-table tr{
    margin:0 0 14px;
    padding:16px;
    border:1px solid rgba(17,24,39,.08);
    border-radius:20px;
    background:#fff;
    box-shadow:0 12px 28px rgba(17,24,39,.05);
  }
  .business-pricing-table td{
    padding:7px 0;
    border-bottom:none;
    font-size:15px;
    line-height:1.45;
  }
  .business-pricing-table td:nth-child(2)::before{
    content:"Channels: ";
    display:block;
    margin-bottom:2px;
    color:#6b7280;
    font-size:11px;
    font-weight:850;
    letter-spacing:.08em;
    text-transform:uppercase;
  }
  .business-pricing-table td:nth-child(3)::before{
    content:"Price: ";
    display:block;
    margin-bottom:2px;
    color:#6b7280;
    font-size:11px;
    font-weight:850;
    letter-spacing:.08em;
    text-transform:uppercase;
  }
  .business-pricing-table td:nth-child(3){
    font-size:20px;
    font-weight:900;
    color:#111827;
  }
}

@media (max-width:420px){
  .business-content{
    padding-left:12px;
    padding-right:12px;
  }
  .business-steps-pricing > div{
    padding:20px 16px;
  }
  .business-steps-pricing li,
  .business-steps-pricing p{
    font-size:15px;
  }
}
