:root {
  --launch-ink: #10233f;
  --launch-ink-soft: #40526b;
  --launch-paper: #f7f5ef;
  --launch-card: #ffffff;
  --launch-line: #dce5e8;
  --launch-teal: #087f76;
  --launch-teal-dark: #075f59;
  --launch-orange: #ed6b2d;
  --launch-sand: #f4e5cb;
  --launch-sky: #dceef0;
  --launch-shadow: 0 24px 70px rgba(16, 35, 63, .13);
}

.launch-shell {
  color: var(--launch-ink);
  margin: 0 auto;
  max-width: 1220px;
  padding: 24px 20px 72px;
}

.launch-breadcrumbs {
  align-items: center;
  color: #617188;
  display: flex;
  flex-wrap: wrap;
  font-size: .86rem;
  gap: 8px;
  margin-bottom: 18px;
}

.launch-breadcrumbs a { color: var(--launch-teal-dark); font-weight: 750; }
.launch-breadcrumbs span { color: #9aa7b7; }

.launch-hero {
  background:
    radial-gradient(circle at 8% 8%, rgba(237, 107, 45, .24), transparent 29%),
    radial-gradient(circle at 88% 82%, rgba(8, 127, 118, .34), transparent 36%),
    linear-gradient(128deg, #0c2038 0%, #153855 54%, #0c5d5b 100%);
  border-radius: 30px;
  box-shadow: var(--launch-shadow);
  color: #fff;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(340px, .96fr);
  min-height: 520px;
  overflow: hidden;
  position: relative;
}

.launch-hero::after {
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 50%;
  content: "";
  height: 430px;
  position: absolute;
  right: -170px;
  top: -210px;
  width: 430px;
}

.launch-hero-copy {
  align-self: center;
  padding: clamp(36px, 6vw, 76px);
  position: relative;
  z-index: 2;
}

.launch-kicker {
  align-items: center;
  color: #aee5df;
  display: flex;
  font-size: .76rem;
  font-weight: 850;
  gap: 9px;
  letter-spacing: .14em;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.launch-kicker::before {
  background: var(--launch-orange);
  border-radius: 99px;
  content: "";
  height: 8px;
  width: 8px;
}

.launch-title {
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.5rem, 5.4vw, 5.25rem);
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: .96;
  margin: 0;
  max-width: 780px;
}

.launch-title em { color: #ffd0a8; font-style: normal; }

.launch-intro {
  color: #dbe8ef;
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  line-height: 1.72;
  margin: 24px 0 0;
  max-width: 660px;
}

.launch-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.launch-button {
  align-items: center;
  background: var(--launch-orange);
  border: 1px solid var(--launch-orange);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: .9rem;
  font-weight: 850;
  gap: 9px;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  text-decoration: none;
}
.launch-button:hover { background: #d95519; color: #fff; transform: translateY(-1px); }
.launch-button.secondary { background: rgba(255, 255, 255, .08); border-color: rgba(255, 255, 255, .35); }
.launch-button.secondary:hover { background: rgba(255, 255, 255, .16); }

.launch-hero-media { margin: 0; min-height: 420px; overflow: hidden; position: relative; }
.launch-hero-media::after {
  background: linear-gradient(90deg, rgba(12, 32, 56, .58), transparent 42%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}
.launch-hero-media img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.launch-hero-media.is-logo {
  align-items: center;
  background: linear-gradient(145deg, rgba(255,255,255,.06), rgba(255,255,255,.15));
  display: flex;
  justify-content: center;
  padding: 72px;
}
.launch-hero-media.is-logo img { filter: drop-shadow(0 20px 35px rgba(0,0,0,.2)); height: auto; max-height: 190px; object-fit: contain; }
.launch-hero-caption {
  backdrop-filter: blur(12px);
  background: rgba(7, 24, 43, .77);
  border: 1px solid rgba(255,255,255,.17);
  border-radius: 14px;
  bottom: 22px;
  color: #eef7fa;
  font-size: .8rem;
  left: 22px;
  max-width: calc(100% - 44px);
  padding: 10px 13px;
  position: absolute;
  z-index: 2;
}

.launch-trust-strip {
  background: var(--launch-card);
  border: 1px solid var(--launch-line);
  border-radius: 18px;
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(4, 1fr);
  margin: 22px 0 0;
  overflow: hidden;
}
.launch-trust-item { background: #fff; padding: 20px; }
.launch-trust-item strong { display: block; font-size: 1.25rem; letter-spacing: -.025em; }
.launch-trust-item span { color: var(--launch-ink-soft); display: block; font-size: .79rem; line-height: 1.4; margin-top: 4px; }

.launch-section { margin-top: 54px; }
.launch-section-head { align-items: end; display: flex; gap: 24px; justify-content: space-between; margin-bottom: 20px; }
.launch-section-head h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.75rem, 3vw, 2.8rem);
  font-weight: 500;
  letter-spacing: -.035em;
  line-height: 1.08;
  margin: 0;
}
.launch-section-head p { color: var(--launch-ink-soft); line-height: 1.6; margin: 0; max-width: 570px; }

.launch-filter-row { display: flex; flex-wrap: wrap; gap: 9px; margin: 20px 0 24px; }
.launch-filter {
  background: #fff;
  border: 1px solid #ccd9de;
  border-radius: 999px;
  color: var(--launch-ink);
  font-size: .82rem;
  font-weight: 800;
  padding: 9px 14px;
}
.launch-filter.is-active { background: var(--launch-ink); border-color: var(--launch-ink); color: #fff; }

.launch-brand-grid { display: grid; gap: 16px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.launch-brand-card {
  background: var(--launch-card);
  border: 1px solid var(--launch-line);
  border-radius: 22px;
  color: var(--launch-ink);
  display: flex;
  flex-direction: column;
  min-height: 250px;
  overflow: hidden;
  padding: 24px;
  position: relative;
  text-decoration: none;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.launch-brand-card:hover { border-color: #91c6c1; box-shadow: 0 18px 44px rgba(16,35,63,.11); color: var(--launch-ink); transform: translateY(-4px); }
.launch-brand-logo { align-items: center; display: flex; height: 56px; justify-content: flex-start; margin-bottom: 26px; }
.launch-brand-logo img { height: 46px; max-width: 145px; object-fit: contain; object-position: left center; width: auto; }
.launch-brand-card h3 { font-size: 1.25rem; letter-spacing: -.02em; margin: 0; }
.launch-brand-card h3 a { color: var(--launch-ink); text-decoration: none; }
.launch-brand-card h3 a:hover { color: var(--launch-teal-dark); }
.launch-brand-card p { color: var(--launch-ink-soft); font-size: .86rem; line-height: 1.55; margin: 9px 0 22px; }
.launch-card-meta { display: flex; flex-wrap: wrap; gap: 7px; margin-top: auto; }
.launch-pill { background: #eff5f4; border-radius: 999px; color: #315052; font-size: .7rem; font-weight: 850; padding: 7px 10px; }
.launch-pill.confirmed { background: #dff4ec; color: #08634e; }
.launch-pill.monitor { background: #fff0db; color: #85430f; }
.launch-pill.quiet { background: #edf0f4; color: #5b6674; }
.launch-arrow { color: var(--launch-orange); font-size: 1.2rem; font-weight: 900; position: absolute; right: 22px; top: 22px; }
.launch-brand-actions { border-top: 1px solid #e7edef; display: flex; gap: 16px; margin-top: 16px; padding-top: 15px; }
.launch-brand-actions a { color: var(--launch-teal-dark); font-size: .76rem; font-weight: 850; text-decoration: none; }
.launch-brand-actions a:hover { text-decoration: underline; }

.upcoming-filter-panel {
  background: linear-gradient(130deg, #10233f, #174557);
  border-radius: 22px;
  box-shadow: 0 18px 50px rgba(16, 35, 63, .15);
  display: grid;
  gap: 14px;
  grid-template-columns: 1.25fr .85fr .75fr;
  padding: 22px;
}
.upcoming-control { color: #fff; display: flex; flex-direction: column; font-size: .72rem; font-weight: 850; gap: 8px; letter-spacing: .04em; text-transform: uppercase; }
.upcoming-control input,
.upcoming-control select {
  appearance: none;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 13px;
  color: var(--launch-ink);
  font: inherit;
  font-size: .88rem;
  font-weight: 700;
  height: 50px;
  letter-spacing: 0;
  outline: none;
  padding: 0 42px 0 14px;
  text-transform: none;
  width: 100%;
}
.upcoming-control select { background-image: linear-gradient(45deg, transparent 50%, #5f7085 50%), linear-gradient(135deg, #5f7085 50%, transparent 50%); background-position: calc(100% - 19px) 22px, calc(100% - 14px) 22px; background-repeat: no-repeat; background-size: 5px 5px, 5px 5px; }
.upcoming-control input:focus,
.upcoming-control select:focus { box-shadow: 0 0 0 3px rgba(174, 229, 223, .38); }
.upcoming-input-wrap { position: relative; }
.upcoming-input-wrap > span { color: #65758a; font-size: 1.35rem; left: 15px; position: absolute; top: 11px; z-index: 1; }
.upcoming-input-wrap input { padding-left: 44px; }
.upcoming-body-nav { display: flex; gap: 10px; margin: 18px 0 0; overflow-x: auto; padding: 2px 1px 10px; scrollbar-width: thin; }
.upcoming-body-chip { align-items: center; background: #fff; border: 1px solid #cbd8dc; border-radius: 999px; color: var(--launch-ink); cursor: pointer; display: inline-flex; flex: 0 0 auto; font-weight: 800; gap: 9px; min-height: 42px; padding: 0 9px 0 15px; }
.upcoming-body-chip strong { align-items: center; background: #edf3f3; border-radius: 999px; display: inline-flex; font-size: .7rem; height: 27px; justify-content: center; min-width: 27px; padding: 0 7px; }
.upcoming-body-chip.is-active { background: var(--launch-teal); border-color: var(--launch-teal); color: #fff; }
.upcoming-body-chip.is-active strong { background: rgba(255, 255, 255, .19); }
.upcoming-result-bar { align-items: center; display: flex; justify-content: space-between; margin: 13px 2px 17px; }
.upcoming-result-bar p { color: var(--launch-ink-soft); margin: 0; }
.upcoming-result-bar strong { color: var(--launch-ink); }
.upcoming-result-bar a { color: var(--launch-teal-dark); font-size: .8rem; font-weight: 850; }
.upcoming-model-grid { display: grid; gap: 18px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.upcoming-model-card { background: #fff; border: 1px solid var(--launch-line); border-radius: 22px; box-shadow: 0 8px 28px rgba(16, 35, 63, .05); overflow: hidden; transition: box-shadow .2s ease, transform .2s ease; }
.upcoming-model-card:hover { box-shadow: 0 20px 46px rgba(16, 35, 63, .13); transform: translateY(-4px); }
.upcoming-model-card[hidden] { display: none; }
.upcoming-model-image { aspect-ratio: 3 / 2; background: #e9eff0; display: block; overflow: hidden; position: relative; }
.upcoming-model-image::after { background: linear-gradient(180deg, rgba(7, 24, 43, .06), transparent 48%, rgba(7, 24, 43, .18)); content: ""; inset: 0; pointer-events: none; position: absolute; }
.upcoming-model-image img { height: 100%; object-fit: cover; transition: transform .38s ease; width: 100%; }
.upcoming-model-card:hover .upcoming-model-image img { transform: scale(1.025); }
.upcoming-status,
.upcoming-launch-badge { border-radius: 999px; font-size: .66rem; font-weight: 900; position: absolute; top: 14px; z-index: 1; }
.upcoming-status { background: var(--launch-orange); color: #fff; left: 14px; letter-spacing: .07em; padding: 8px 10px; text-transform: uppercase; }
.upcoming-launch-badge { backdrop-filter: blur(9px); background: rgba(255, 255, 255, .9); color: var(--launch-ink); padding: 8px 10px; right: 14px; }
.upcoming-model-content { padding: 19px; }
.upcoming-brand-link { color: var(--launch-teal-dark); display: inline-block; font-size: .69rem; font-weight: 900; letter-spacing: .055em; margin-bottom: 8px; text-decoration: none; text-transform: uppercase; }
.upcoming-brand-link:hover { text-decoration: underline; }
.upcoming-model-content h3 { font-size: 1.22rem; letter-spacing: -.025em; line-height: 1.2; margin: 0; }
.upcoming-model-content h3 a { color: var(--launch-ink); text-decoration: none; }
.upcoming-model-content h3 a:hover { color: var(--launch-teal-dark); }
.upcoming-spec-line { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 12px; }
.upcoming-spec-line span { background: #eff4f4; border-radius: 999px; color: #405664; font-size: .68rem; font-weight: 800; padding: 6px 9px; }
.upcoming-model-content > p { color: var(--launch-ink-soft); display: -webkit-box; font-size: .8rem; line-height: 1.55; margin: 13px 0 0; min-height: 3.1em; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.upcoming-model-price { align-items: end; border-top: 1px solid #e7edef; display: flex; gap: 12px; justify-content: space-between; margin-top: 17px; padding-top: 15px; }
.upcoming-model-price small { color: #69798d; display: block; font-size: .65rem; margin-bottom: 3px; }
.upcoming-model-price strong { display: block; font-size: .86rem; }
.upcoming-model-price > a { color: var(--launch-teal-dark); flex: 0 0 auto; font-size: .74rem; font-weight: 900; text-decoration: none; }
.upcoming-filter-empty { margin-top: 18px; text-align: center; }
.upcoming-filter-empty button { background: var(--launch-ink); border: 0; border-radius: 999px; color: #fff; cursor: pointer; font-weight: 850; margin-top: 8px; padding: 12px 18px; }
.upcoming-brand-shortcuts { background: linear-gradient(145deg, #f4e5cb, #dceef0); border-radius: 24px; padding: clamp(24px, 4vw, 42px); }
.upcoming-brand-shortcuts h2 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.75rem, 3vw, 2.55rem); font-weight: 500; letter-spacing: -.035em; margin: 0; }
.upcoming-brand-link-grid { display: grid; gap: 9px; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 24px; }
.upcoming-brand-link-grid a { align-items: center; background: rgba(255, 255, 255, .86); border: 1px solid rgba(16, 35, 63, .1); border-radius: 14px; color: var(--launch-ink); display: flex; justify-content: space-between; padding: 14px; text-decoration: none; }
.upcoming-brand-link-grid a:hover { background: #fff; border-color: #76aaa5; }
.upcoming-brand-link-grid span { font-weight: 850; }
.upcoming-brand-link-grid strong { color: var(--launch-teal-dark); font-size: .68rem; }

.launch-model-grid { display: grid; gap: 18px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.launch-model-card { background: #fff; border: 1px solid var(--launch-line); border-radius: 22px; overflow: hidden; }
.launch-model-photo { aspect-ratio: 3 / 2; background: #edf2f3; display: block; overflow: hidden; }
.launch-model-photo img { height: 100%; object-fit: cover; transition: transform .35s ease; width: 100%; }
.launch-model-card:hover .launch-model-photo img { transform: scale(1.025); }
.launch-model-body { padding: 19px; }
.launch-model-body h3 { font-size: 1.08rem; line-height: 1.3; margin: 0 0 8px; }
.launch-model-body h3 a { color: var(--launch-ink); text-decoration: none; }
.launch-model-body h3 a:hover { color: var(--launch-teal-dark); }
.launch-model-body p { color: var(--launch-ink-soft); font-size: .84rem; line-height: 1.55; margin: 0; }
.launch-model-foot { align-items: center; border-top: 1px solid #e7edef; display: flex; gap: 10px; justify-content: space-between; margin-top: 16px; padding-top: 14px; }
.launch-model-foot strong { color: var(--launch-teal-dark); font-size: .83rem; }

.launch-research-grid { display: grid; gap: 14px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.launch-research-card {
  background: linear-gradient(145deg, #fff, #f5f8f7);
  border: 1px solid var(--launch-line);
  border-radius: 20px;
  padding: 22px;
  position: relative;
}
.launch-research-card::before { background: var(--launch-orange); border-radius: 99px; content: ""; height: 34px; left: 0; position: absolute; top: 22px; width: 4px; }
.launch-research-card h3 { font-size: 1.08rem; margin: 0 0 10px; }
.launch-research-card p { color: var(--launch-ink-soft); font-size: .85rem; line-height: 1.55; margin: 6px 0 0; }
.launch-research-label { color: var(--launch-teal-dark); font-size: .69rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }

.launch-note {
  background: #fff7eb;
  border: 1px solid #f2d5aa;
  border-left: 5px solid var(--launch-orange);
  border-radius: 16px;
  color: #5e4125;
  line-height: 1.65;
  margin-top: 20px;
  padding: 19px 20px;
}
.launch-note strong { color: #4b2d13; }

.launch-method {
  background: linear-gradient(140deg, #e5f1ef, #f6eee1);
  border-radius: 24px;
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1fr;
  padding: clamp(24px, 5vw, 50px);
}
.launch-method h2 { font-family: Georgia, "Times New Roman", serif; font-size: 2rem; font-weight: 500; margin: 0 0 13px; }
.launch-method p, .launch-method li { color: #36505a; line-height: 1.7; }
.launch-method ul { margin: 0; padding-left: 20px; }

.launch-faq { border-top: 1px solid var(--launch-line); }
.launch-faq details { border-bottom: 1px solid var(--launch-line); padding: 19px 0; }
.launch-faq summary { cursor: pointer; font-weight: 850; list-style: none; padding-right: 38px; position: relative; }
.launch-faq summary::after { color: var(--launch-orange); content: "+"; font-size: 1.5rem; position: absolute; right: 7px; top: -5px; }
.launch-faq details[open] summary::after { content: "-"; }
.launch-faq p { color: var(--launch-ink-soft); line-height: 1.7; margin: 13px 0 0; max-width: 820px; }

.launch-empty { background: #fff; border: 1px dashed #bccbd0; border-radius: 20px; padding: 28px; }
.launch-empty h3 { margin-top: 0; }
.launch-empty p { color: var(--launch-ink-soft); line-height: 1.65; }

.launch-shell > * { animation: launch-rise .55s ease both; }
.launch-shell > *:nth-child(2) { animation-delay: .04s; }
.launch-shell > *:nth-child(3) { animation-delay: .08s; }
.launch-shell > *:nth-child(4) { animation-delay: .12s; }
@keyframes launch-rise { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }

@media (max-width: 980px) {
  .launch-hero { grid-template-columns: 1fr; }
  .launch-hero-copy { padding-bottom: 38px; }
  .launch-hero-media { min-height: 360px; }
  .launch-brand-grid, .launch-model-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .upcoming-filter-panel { grid-template-columns: 1fr 1fr; }
  .upcoming-search-control { grid-column: 1 / -1; }
  .upcoming-model-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .upcoming-brand-link-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .launch-trust-strip { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  .launch-shell { padding: 16px 12px 54px; }
  .launch-hero { border-radius: 22px; min-height: 0; }
  .launch-hero-copy { padding: 32px 22px 28px; }
  .launch-title { font-size: clamp(2.25rem, 12vw, 3.35rem); }
  .launch-intro { font-size: .96rem; line-height: 1.62; }
  .launch-actions { align-items: stretch; flex-direction: column; }
  .launch-button { width: 100%; }
  .launch-hero-media { min-height: 260px; }
  .launch-hero-media.is-logo { min-height: 230px; padding: 48px; }
  .launch-trust-strip { grid-template-columns: 1fr 1fr; }
  .launch-trust-item { padding: 15px; }
  .launch-section { margin-top: 40px; }
  .launch-section-head { align-items: flex-start; flex-direction: column; gap: 9px; }
  .launch-brand-grid, .launch-model-grid, .launch-research-grid, .launch-method { grid-template-columns: 1fr; }
  .upcoming-filter-panel, .upcoming-model-grid, .upcoming-brand-link-grid { grid-template-columns: 1fr; }
  .upcoming-search-control { grid-column: auto; }
  .upcoming-result-bar { align-items: flex-start; flex-direction: column; gap: 6px; }
  .upcoming-model-price { align-items: flex-start; flex-direction: column; }
  .launch-brand-card { min-height: 220px; }
}

@media (prefers-reduced-motion: reduce) {
  .launch-shell > *, .launch-brand-card, .launch-model-photo img { animation: none; transition: none; }
}

.launch-organic-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
}
.launch-organic-copy,
.launch-buyer-panel,
.launch-editorial-desk {
  background: #fff;
  border: 1px solid var(--launch-line);
  border-radius: 22px;
  padding: clamp(22px, 4vw, 36px);
}
.launch-organic-copy h2,
.launch-buyer-panel h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 3vw, 2.45rem);
  font-weight: 500;
  letter-spacing: -.03em;
  line-height: 1.12;
  margin: 0 0 16px;
}
.launch-organic-copy p,
.launch-buyer-panel li,
.launch-editorial-desk p { color: var(--launch-ink-soft); line-height: 1.75; }
.launch-buyer-panel { background: var(--launch-ink); border-color: var(--launch-ink); color: #fff; }
.launch-buyer-panel h2 { color: #fff; }
.launch-buyer-panel li { color: #dce8ed; margin-bottom: 12px; }
.launch-buyer-panel ul { margin: 0; padding-left: 20px; }
.launch-topic-cloud { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 22px; }
.launch-topic {
  background: var(--launch-sky);
  border-radius: 999px;
  color: #174b53;
  font-size: .77rem;
  font-weight: 800;
  padding: 9px 13px;
}
.launch-editorial-desk { align-items: center; display: flex; gap: 18px; margin-top: 22px; }
.launch-editorial-mark {
  align-items: center;
  background: var(--launch-teal);
  border-radius: 16px;
  color: #fff;
  display: flex;
  flex: 0 0 54px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.3rem;
  height: 54px;
  justify-content: center;
}
.launch-editorial-desk strong { display: block; margin-bottom: 3px; }
.launch-editorial-desk p { font-size: .83rem; margin: 0; }
.launch-seo-links { display: grid; gap: 12px; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 20px; }
.launch-seo-link { background: #fff; border: 1px solid var(--launch-line); border-radius: 16px; color: var(--launch-ink); font-weight: 800; padding: 17px; text-decoration: none; }
.launch-seo-link:hover { border-color: #8ec4bf; color: var(--launch-teal-dark); }
@media (max-width: 780px) {
  .launch-organic-grid, .launch-seo-links { grid-template-columns: 1fr; }
  .launch-editorial-desk { align-items: flex-start; }
}
