/* Music Coast Links Launch v3.1.2 — campaign-specific additions only. */
.launch-page { --page-max: 1120px; }
.launch-wrap {
  width: min(calc(100% - 28px), var(--page-max));
  margin-inline: auto;
  padding: 24px 0 max(56px, env(safe-area-inset-bottom));
}
.launch-page .links-topbar-inner { width: min(calc(100% - 28px), var(--page-max)); }

.launch-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .94fr) minmax(360px, 1.06fr);
  align-items: center;
  gap: clamp(28px, 5vw, 64px);
  overflow: hidden;
  min-height: 560px;
  padding: clamp(30px, 5.5vw, 64px);
  border: 1px solid rgba(var(--accent-rgb), .52);
  border-radius: var(--radius-xl);
  background: var(--dark-panel);
  color: var(--dark-panel-text);
  box-shadow: var(--shadow-md);
}
.launch-hero::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 6px;
  background: var(--accent);
}
.launch-hero-copy { position: relative; z-index: 2; min-width: 0; }
.launch-hero-copy .eyebrow { color: var(--accent); }
.launch-status {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  gap: 8px;
  margin: 4px 0 18px;
  padding: 7px 11px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: var(--radius-xs);
  background: rgba(255,255,255,.06);
  color: #f5f5f2;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.launch-status span { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 4px rgba(var(--accent-rgb), .16); }
.launch-hero h1 {
  max-width: 780px;
  margin: 0;
  color: var(--dark-panel-text);
  font-family: var(--font-display);
  font-size: clamp(48px, 6.2vw, 84px);
  font-weight: 950;
  line-height: .92;
  letter-spacing: -.066em;
}
.launch-hero-copy > p {
  max-width: 60ch;
  margin: 20px 0 0;
  color: var(--dark-panel-muted);
  font-size: clamp(16px, 1.7vw, 19px);
  line-height: 1.62;
}
.launch-store-buttons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 28px;
}
.launch-store-buttons .store-button { min-width: 0; }
.launch-hero-links { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 18px; }
.launch-hero-links a { color: #f2f2ef; font-size: 13px; font-weight: 850; text-decoration-color: var(--accent); text-underline-offset: 4px; }
.launch-hero-links a:hover { color: var(--accent); }
.launch-hero-media { position: relative; z-index: 2; min-width: 0; }
.launch-video-shell {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: var(--radius-lg);
  background: #050608;
  box-shadow: 0 24px 72px rgba(0,0,0,.32);
}
.launch-commercial { display: block; width: 100%; height: 100%; background: #050608; object-fit: contain; }
.launch-app-art {
  position: relative;
  display: grid;
  overflow: hidden;
  min-height: 420px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: var(--radius-lg);
  background: #0b0c0e;
  box-shadow: 0 24px 72px rgba(0,0,0,.30);
}
.launch-app-art img { width: 100%; height: 100%; min-height: 420px; object-fit: cover; opacity: .88; }
.launch-app-art::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(7,8,10,.94)); pointer-events: none; }
.launch-app-art > div { position: absolute; z-index: 2; right: 24px; bottom: 24px; left: 24px; }
.launch-app-art .eyebrow { color: var(--accent); }
.launch-app-art strong { display: block; max-width: 32ch; color: #f8f8f5; font-size: clamp(20px, 2.6vw, 30px); line-height: 1.1; letter-spacing: -.035em; }
.launch-hero.is-media-fallback { grid-template-columns: minmax(0, 1fr) minmax(330px, .78fr); }

.founding-notice {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  margin-top: 18px;
  padding: clamp(20px, 3vw, 28px);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: var(--surface);
  box-shadow: var(--shadow-sm);
}
.founding-icon { display: grid; width: 52px; height: 52px; place-items: center; border: 1px solid var(--border); border-radius: var(--radius-sm); background: var(--accent-soft); color: var(--accent); }
.founding-icon svg { width: 24px; height: 24px; }
.founding-notice h2 { margin: 0; font-size: clamp(24px, 3.2vw, 34px); line-height: 1.05; letter-spacing: -.045em; }
.founding-notice p { max-width: 82ch; margin: 10px 0 0; color: var(--text-2); line-height: 1.62; }

.launch-section { scroll-margin-top: calc(var(--topbar-h) + 20px); }
.launch-path-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 18px; }
.launch-path-card {
  display: flex;
  min-width: 0;
  min-height: 330px;
  flex-direction: column;
  padding: clamp(20px, 3vw, 26px);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: var(--surface);
  box-shadow: var(--shadow-sm);
}
.launch-path-icon { display: grid; width: 48px; height: 48px; place-items: center; margin-bottom: 18px; border-radius: var(--radius-sm); background: var(--accent-soft); color: var(--accent); }
.launch-path-icon svg { width: 23px; height: 23px; }
.launch-path-card h3 { margin: 0; font-size: 24px; line-height: 1.05; letter-spacing: -.04em; }
.launch-path-card p { margin: 12px 0 22px; color: var(--text-2); font-size: 14px; line-height: 1.58; }
.launch-card-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: auto; }
.launch-card-actions .button { flex: 1 1 120px; }

.form-section {
  padding: clamp(22px, 4vw, 38px);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  background: var(--surface);
  box-shadow: var(--shadow-sm);
}
.artist-application-section { border-color: rgba(var(--accent-rgb), .42); }
.launch-form-heading { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 22px; align-items: start; padding-bottom: 22px; border-bottom: 1px solid var(--border); }
.launch-form-heading h2 { margin: 0; font-size: clamp(32px, 5.4vw, 54px); line-height: .98; letter-spacing: -.058em; }
.launch-form-heading p { max-width: 72ch; margin: 12px 0 0; color: var(--text-2); line-height: 1.6; }
.form-number { color: var(--surface-3); font-size: clamp(54px, 9vw, 94px); font-weight: 950; line-height: .8; letter-spacing: -.08em; user-select: none; }
.launch-form { display: grid; gap: 18px; margin-top: 24px; }
.form-grid { display: grid; gap: 16px; }
.form-grid.two-columns { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.form-grid-span { grid-column: 1 / -1; }
.launch-form .form-field { align-content: start; }
.launch-form .form-field > span { font-size: 13px; }
.launch-form .form-field > span em { color: var(--accent); font-size: 10px; font-style: normal; font-weight: 850; letter-spacing: .055em; text-transform: uppercase; }
.launch-form input:not([type="checkbox"]),
.launch-form select,
.launch-form textarea {
  width: 100%;
  min-height: 50px;
  padding: 12px 13px;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  background: var(--input-bg);
  color: var(--text);
  outline: 0;
  transition: border-color 140ms var(--ease), box-shadow 140ms var(--ease), background-color 140ms var(--ease);
}
.launch-form textarea { min-height: 126px; resize: vertical; line-height: 1.55; }
.launch-form select { cursor: pointer; }
.launch-form input::placeholder, .launch-form textarea::placeholder { color: var(--text-3); }
.launch-form input:focus, .launch-form select:focus, .launch-form textarea:focus { border-color: var(--accent); box-shadow: var(--focus); }
.launch-form :is(input, select, textarea).is-invalid { border-color: var(--danger); box-shadow: 0 0 0 3px color-mix(in srgb, var(--danger) 18%, transparent); }
.field-error { min-height: 16px; margin: 0; color: var(--danger) !important; font-size: 11px !important; font-weight: 750 !important; line-height: 1.35; }
.form-group { display: grid; gap: 16px; margin: 0; padding: 20px; border: 1px solid var(--border); border-radius: var(--radius-lg); background: var(--surface-2); }
.form-group legend { padding: 0 8px; color: var(--text); font-size: 14px; font-weight: 900; }
.application-disclaimer { margin-top: 20px; padding: 17px 19px; border-left: 4px solid var(--accent); border-radius: 0 var(--radius-sm) var(--radius-sm) 0; background: var(--accent-soft); }
.application-disclaimer strong { font-size: 14px; }
.application-disclaimer p { margin: 6px 0 0; color: var(--text-2); font-size: 13px; line-height: 1.55; }
.confirmation-list { display: grid; gap: 6px; }
.confirmation-option { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 11px; align-items: start; padding: 15px; border: 1px solid var(--border); border-radius: var(--radius-md); background: var(--surface-2); cursor: pointer; }
.confirmation-option input { width: 20px; height: 20px; margin: 1px 0 0; accent-color: var(--accent); }
.confirmation-option span { color: var(--text-2); font-size: 13px; line-height: 1.5; }
.confirmation-option a { color: var(--text); font-weight: 800; text-underline-offset: 3px; }
.launch-verification { margin-top: 2px; }
.launch-submit { width: 100%; min-height: 54px; font-size: 15px; }
.form-privacy { margin: -6px 0 0; color: var(--text-3); font-size: 11px; line-height: 1.55; }
.form-privacy a { color: var(--text); font-weight: 800; text-underline-offset: 3px; }
.form-response { padding: 15px 17px; border: 1px solid var(--border); border-radius: var(--radius-md); font-size: 13px; font-weight: 750; line-height: 1.55; }
.form-response.is-success { border-color: color-mix(in srgb, var(--success) 58%, var(--border)); background: color-mix(in srgb, var(--success) 10%, var(--surface)); color: var(--success); }
.form-response.is-error { border-color: color-mix(in srgb, var(--danger) 58%, var(--border)); background: color-mix(in srgb, var(--danger) 8%, var(--surface)); color: var(--danger); }
.launch-form.is-submitting { opacity: .78; }

.value-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; margin-top: 18px; }
.value-grid article { min-width: 0; padding: 20px; border-top: 4px solid var(--accent); border-radius: 0 0 var(--radius-md) var(--radius-md); background: var(--surface); box-shadow: var(--shadow-sm); }
.value-grid article > span { color: var(--accent); font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.value-grid h3 { margin: 9px 0 0; font-size: 19px; line-height: 1.08; letter-spacing: -.03em; }
.value-grid p { margin: 10px 0 0; color: var(--text-2); font-size: 13px; line-height: 1.55; }

.benefits-panel { padding: clamp(22px, 4vw, 36px); border: 1px solid var(--border); border-radius: var(--radius-xl); background: var(--surface-2); }
.benefit-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin: 22px 0 0; padding: 0; list-style: none; }
.benefit-list li { display: flex; min-width: 0; align-items: flex-start; gap: 10px; padding: 13px 14px; border: 1px solid var(--border); border-radius: var(--radius-sm); background: var(--surface); color: var(--text); font-size: 13px; font-weight: 750; line-height: 1.4; }
.benefit-list svg { width: 18px; height: 18px; flex: 0 0 18px; margin-top: 1px; color: var(--accent); }
.benefit-note { max-width: 84ch; margin: 18px 0 0; color: var(--text-2); font-size: 13px; line-height: 1.6; }
.full-story-button { margin-top: 20px; }

.faq-list { display: grid; gap: 9px; margin-top: 18px; }
.faq-list details { overflow: clip; border: 1px solid var(--border); border-radius: var(--radius-md); background: var(--surface); }
.faq-list summary { display: flex; min-height: 58px; align-items: center; justify-content: space-between; gap: 14px; padding: 16px 18px; color: var(--text); font-size: 14px; font-weight: 850; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; display: grid; width: 28px; height: 28px; flex: 0 0 28px; place-items: center; border-radius: 50%; background: var(--surface-2); color: var(--text-2); font-size: 20px; font-weight: 500; }
.faq-list details[open] summary::after { content: "–"; }
.faq-list details[open] summary { border-bottom: 1px solid var(--border); }
.faq-list details p { margin: 0; padding: 16px 18px 18px; color: var(--text-2); font-size: 14px; line-height: 1.62; }

.launch-share-strip { margin-top: 52px; }
.full-story-modal-card { width: min(920px, 100%); }
.full-story-modal-card .launch-video-shell { width: 100%; }

@media (max-width: 960px) {
  .launch-hero, .launch-hero.is-media-fallback { grid-template-columns: 1fr; min-height: 0; }
  .launch-hero-copy > p { max-width: 72ch; }
  .launch-hero-media { width: 100%; max-width: 820px; }
  .launch-app-art { min-height: 360px; }
  .launch-app-art img { min-height: 360px; }
  .launch-path-grid { grid-template-columns: 1fr 1fr; }
  .launch-path-card:last-child { grid-column: 1 / -1; min-height: 260px; }
  .value-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 700px) {
  .launch-wrap { width: calc(100% - 20px); padding-top: 16px; }
  .launch-hero { gap: 26px; padding: 30px 22px; border-radius: 20px; }
  .launch-hero::before { width: 5px; }
  .launch-hero h1 { font-size: clamp(43px, 14vw, 64px); }
  .launch-store-buttons { grid-template-columns: 1fr; }
  .launch-hero-links { display: grid; gap: 10px; }
  .launch-video-shell { border-radius: 16px; }
  .launch-app-art { min-height: 310px; border-radius: 16px; }
  .launch-app-art img { min-height: 310px; }
  .founding-notice { grid-template-columns: 44px minmax(0, 1fr); gap: 14px; border-radius: 18px; }
  .founding-icon { width: 44px; height: 44px; }
  .launch-path-grid { grid-template-columns: 1fr; }
  .launch-path-card, .launch-path-card:last-child { grid-column: auto; min-height: 0; }
  .form-section, .benefits-panel { padding: 22px 18px; border-radius: 20px; }
  .launch-form-heading { grid-template-columns: 1fr; }
  .form-number { display: none; }
  .form-grid.two-columns { grid-template-columns: 1fr; }
  .form-grid-span { grid-column: auto; }
  .form-group { padding: 17px 14px; }
  .value-grid { grid-template-columns: 1fr; }
  .benefit-list { grid-template-columns: 1fr; }
}

@media (max-width: 520px) {
  .launch-page .links-topbar-inner { width: calc(100% - 18px); }
  .launch-page .links-actions { gap: 4px; }
  .launch-page .utility-button { width: 42px; min-width: 42px; height: 42px; min-height: 42px; }
  .launch-hero { padding: 27px 19px 22px; }
  .launch-hero h1 { font-size: clamp(41px, 13.5vw, 58px); }
  .launch-hero-copy > p { font-size: 15px; }
  .launch-status { font-size: 10px; }
  .launch-app-art { min-height: 260px; }
  .launch-app-art img { min-height: 260px; }
  .launch-app-art > div { right: 18px; bottom: 18px; left: 18px; }
  .founding-notice { grid-template-columns: 1fr; }
  .founding-icon { width: 42px; height: 42px; }
  .launch-form input:not([type="checkbox"]), .launch-form select, .launch-form textarea { font-size: 16px; }
  .confirmation-option { padding: 13px; }
  .share-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .full-story-modal-card { padding: 18px 14px; }
  .mc-consent-banner { right: 10px; left: 10px; width: auto; max-height: calc(100svh - 20px); overflow-y: auto; border-radius: 18px; }
  .mc-consent-actions { display: grid; grid-template-columns: 1fr 1fr; width: 100%; }
  .mc-consent-actions a { grid-column: 1 / -1; justify-content: center; }
}

@media (max-width: 350px) {
  .launch-page .links-name { display: none; }
  .launch-hero { padding-inline: 17px; }
  .launch-hero h1 { font-size: 39px; }
  .launch-card-actions { display: grid; }
  .launch-card-actions .button { width: 100%; }
  .mc-consent-actions { grid-template-columns: 1fr; }
  .mc-consent-actions a { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  .launch-commercial { scroll-behavior: auto; }
}

@media (forced-colors: active) {
  .launch-hero::before, .launch-status span { background: CanvasText; }
  .launch-path-card, .form-section, .benefits-panel, .faq-list details { border: 1px solid CanvasText; }
}

@media print {
  .launch-page .links-topbar, .launch-page .theme-panel, .launch-page .modal, .launch-page .toast, .launch-page .mc-consent-banner, .launch-page form, .launch-share-strip { display: none !important; }
  .launch-hero { min-height: 0; background: #fff !important; color: #000 !important; box-shadow: none; }
  .launch-hero h1, .launch-hero-copy > p, .launch-hero-links a { color: #000 !important; }
}

/* v3.1.2 temporary email-app form delivery */
.mailto-mode-notice a {
  color: inherit;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.mailto-form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.mailto-form-actions .button {
  min-height: 48px;
}

@media (max-width: 520px) {
  .mailto-form-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .mailto-form-actions .button {
    width: 100%;
  }
}
