:root {
  --launch-paper: oklch(0.982 0.012 83);
  --launch-surface: oklch(0.997 0.003 83);
  --launch-ink: oklch(0.225 0.016 72);
  --launch-muted: oklch(0.48 0.025 72);
  --launch-line: oklch(0.87 0.03 81);
  --launch-action: oklch(0.67 0.15 64);
  --launch-action-deep: oklch(0.52 0.14 58);
  --launch-teal: oklch(0.42 0.065 195);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--launch-surface);
  color: var(--launch-ink);
  font-family: "Manrope", Arial, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }

.launch-header {
  width: min(100% - 36px, 1240px);
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-inline: auto;
  border-bottom: 1px solid var(--launch-line);
}

.launch-brand {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.launch-brand img {
  width: auto;
  height: 56px;
  flex: 0 0 auto;
  object-fit: contain;
}
.launch-brand span { min-width: 0; display: grid; }
.launch-brand strong { font-family: "Montserrat", Arial, sans-serif; font-size: 0.94rem; }
.launch-brand small { color: var(--launch-muted); font-size: 0.72rem; }

.launch-account-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: var(--launch-teal);
  font-weight: 700;
  text-decoration: none;
}

.launch-account-link:hover { color: var(--launch-action-deep); }

.launch-account-link:focus-visible,
.launch-choice:focus-visible,
.launch-footer a:focus-visible,
.launch-photo-link:focus-visible,
.public-blog-card__link:focus-visible,
.public-blog-card__media:focus-visible,
.public-blog-pagination a:focus-visible,
.launch-trip-announcement__button:focus-visible,
.launch-trip-announcement__media:focus-visible,
.launch-brand:focus-visible {
  outline: 3px solid color-mix(in oklch, var(--launch-action) 55%, var(--launch-paper));
  outline-offset: 3px;
}

.launch-article {
  width: min(100% - 36px, 1320px);
  margin-inline: auto;
}

.launch-next,
.launch-footer {
  width: min(100% - 36px, 1120px);
  margin-inline: auto;
}

.launch-heading {
  max-width: 980px;
  padding: clamp(54px, 8vw, 96px) 0 34px;
}

.launch-kicker {
  margin: 0 0 12px;
  color: var(--launch-action-deep);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0;
}

.launch-heading h1,
.launch-next h2 {
  margin: 0;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.1;
  text-wrap: balance;
}

.launch-heading h1 { max-width: 24ch; font-size: clamp(3rem, 6.2vw, 5.6rem); }
.launch-lead { max-width: 76ch; margin: 22px 0 0; color: var(--launch-muted); font-size: 1.13rem; }

.launch-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.launch-tags--hero {
  margin-top: 22px;
}

.launch-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 4px 11px;
  border: 1px solid color-mix(in oklch, var(--launch-teal) 34%, var(--launch-line));
  border-radius: 999px;
  background: color-mix(in oklch, var(--launch-teal) 7%, var(--launch-surface));
  color: var(--launch-teal);
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.2;
}

.launch-video {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid var(--launch-line);
  border-radius: 8px;
  background: oklch(0.19 0.012 72);
  box-shadow: 0 18px 44px oklch(0.2 0.02 72 / 0.12);
}

.launch-video :is(video, iframe) { width: 100%; height: 100%; display: block; border: 0; }

.launch-cover {
  width: 100%;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--launch-line);
  border-radius: 8px;
  background: var(--launch-paper);
  box-shadow: 0 18px 44px oklch(0.2 0.02 72 / 0.10);
}

.launch-photo-link {
  display: block;
  color: inherit;
  text-decoration: none;
  cursor: zoom-in;
}

.launch-cover img {
  width: 100%;
  max-height: min(72vh, 780px);
  display: block;
  object-fit: cover;
}

.launch-body {
  max-width: none;
  margin: 42px auto 0;
  font-size: clamp(1.05rem, 0.35vw + 1rem, 1.17rem);
  line-height: 1.75;
}

.launch-body > p {
  width: min(100%, 76ch);
  margin: 0 auto 1.35em;
}

.launch-inline-images {
  width: min(100%, 1100px);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 36px auto 44px;
}

.launch-inline-images figure {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--launch-line);
  border-radius: 8px;
  background: var(--launch-paper);
}

.launch-inline-images--count-1 {
  width: min(100%, 920px);
  grid-template-columns: minmax(0, 1fr);
}

.launch-inline-images--count-1 img {
  aspect-ratio: 16 / 10;
}

.launch-inline-images img {
  width: 100%;
  aspect-ratio: 4 / 3;
  display: block;
  object-fit: cover;
}

.launch-inline-images figcaption {
  padding: 10px 12px 12px;
  color: var(--launch-muted);
  font-size: 0.78rem;
}

.launch-gallery {
  margin: clamp(58px, 8vw, 104px) auto 0;
  padding-top: clamp(34px, 5vw, 58px);
  border-top: 1px solid var(--launch-line);
}

.launch-gallery-copy {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(320px, 0.48fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: end;
  margin-bottom: 24px;
}

.launch-gallery-copy h2 {
  max-width: 16ch;
  margin: 0;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(2rem, 4.6vw, 3.9rem);
  font-weight: 400;
  line-height: 1.06;
  letter-spacing: 0;
  text-wrap: balance;
}

.launch-gallery-copy > p:last-child {
  margin: 0;
  color: var(--launch-muted);
  font-size: 1rem;
}

.launch-gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: 10px;
  align-items: stretch;
}

.launch-gallery-item {
  position: relative;
  grid-column: span 3;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--launch-line);
  border-radius: 8px;
  background: var(--launch-paper);
}

.launch-gallery-item--feature,
.launch-gallery-item:nth-child(9n + 5) {
  grid-column: span 6;
}

.launch-gallery-item:nth-child(11n + 8) {
  grid-column: span 4;
}

.launch-gallery-item .launch-photo-link {
  height: 100%;
}

.launch-gallery-item img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 3;
  display: block;
  object-fit: cover;
}

.launch-gallery-item:not(.launch-gallery-item--feature) img {
  aspect-ratio: 1 / 1;
}

.launch-gallery-item figcaption {
  position: absolute;
  inset: auto 0 0;
  padding: 34px 12px 12px;
  color: oklch(0.98 0.004 83);
  font-size: 0.78rem;
  line-height: 1.35;
  background: linear-gradient(
    to top,
    oklch(0.18 0.018 72 / 0.76),
    oklch(0.18 0.018 72 / 0)
  );
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 180ms ease, transform 180ms ease;
  pointer-events: none;
}

.launch-gallery-item:hover figcaption,
.launch-gallery-item:focus-within figcaption {
  opacity: 1;
  transform: translateY(0);
}

.launch-trip-announcement {
  width: min(100%, 1120px);
  scroll-margin-top: 32px;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.78fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: center;
  margin: clamp(62px, 9vw, 108px) auto 0;
  padding: clamp(30px, 5vw, 58px) 0;
  border-top: 1px solid var(--launch-line);
  border-bottom: 1px solid var(--launch-line);
}

.launch-trip-announcement__media {
  min-height: 100%;
  overflow: hidden;
  border-radius: 8px;
  background: var(--launch-paper);
  color: inherit;
  text-decoration: none;
}

.launch-trip-announcement__media img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  display: block;
  object-fit: cover;
}

.launch-trip-announcement__copy h2 {
  max-width: 12ch;
  margin: 0;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(2rem, 4.2vw, 3.5rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.06;
  text-wrap: balance;
}

.launch-trip-announcement__copy > p:not(.launch-kicker) {
  max-width: 50ch;
  margin: 20px 0 0;
  color: var(--launch-muted);
  font-size: 1rem;
}

.launch-trip-announcement__facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 26px 0 0;
}

.launch-trip-announcement__facts div {
  min-width: 0;
  padding-top: 14px;
  border-top: 1px solid var(--launch-line);
}

.launch-trip-announcement__facts dt {
  margin: 0 0 4px;
  color: var(--launch-action-deep);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
}

.launch-trip-announcement__facts dd {
  margin: 0;
  color: var(--launch-ink);
  font-size: 0.92rem;
  line-height: 1.42;
}

.launch-trip-announcement__button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 28px;
  padding-inline: 24px;
  border: 1px solid var(--launch-action-deep);
  border-radius: 999px;
  background: var(--launch-action-deep);
  color: oklch(0.98 0.006 82);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0;
  text-decoration: none;
  transition: translate 180ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 180ms cubic-bezier(0.16, 1, 0.3, 1), background-color 180ms ease;
}

.launch-trip-announcement__button:hover {
  translate: 0 -2px;
  background: color-mix(in oklch, var(--launch-action-deep) 86%, var(--launch-ink));
  box-shadow: 0 10px 26px color-mix(in oklch, var(--launch-action) 34%, transparent);
}

@media (hover: hover) {
  .launch-photo-link img {
    transition: transform 260ms cubic-bezier(0.16, 1, 0.3, 1);
  }

  .launch-photo-link:hover img {
    transform: scale(1.018);
  }
}

.launch-next {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(420px, 1fr);
  gap: clamp(42px, 8vw, 92px);
  align-items: start;
  margin-top: clamp(64px, 10vw, 118px);
  padding: clamp(38px, 6vw, 68px);
  border-radius: 8px;
  background: var(--launch-paper);
}

.launch-next h2 { max-width: 14ch; font-size: 2.7rem; }
.launch-next-copy > p:last-child { max-width: 52ch; margin: 20px 0 0; color: var(--launch-muted); }
.launch-choices { display: grid; gap: 10px; }
.launch-choices form { margin: 0; }

.launch-choice {
  width: 100%;
  min-height: 76px;
  display: grid;
  gap: 3px;
  padding: 15px 18px;
  border: 1px solid var(--launch-line);
  border-radius: 8px;
  background: var(--launch-surface);
  color: var(--launch-ink);
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: translate 180ms cubic-bezier(0.16, 1, 0.3, 1), border-color 180ms ease, background-color 180ms ease;
}

.launch-choice strong { font-family: "Montserrat", Arial, sans-serif; font-size: 0.98rem; font-weight: 600; }
.launch-choice span { color: var(--launch-muted); font-size: 0.82rem; }
.launch-choice:hover { translate: 3px 0; border-color: var(--launch-action); }
.launch-choice--primary { border-color: var(--launch-action-deep); background: var(--launch-action-deep); color: oklch(0.985 0.005 82); }
.launch-choice--primary span { color: oklch(0.93 0.025 77); }
.launch-choice--featured {
  border-color: var(--launch-teal);
  background: color-mix(in oklch, var(--launch-teal) 7%, var(--launch-surface));
}
.launch-choice--conversation {
  border-color: color-mix(in oklch, var(--launch-action) 58%, var(--launch-line));
  background: color-mix(in oklch, var(--launch-action) 9%, var(--launch-surface));
}

.launch-footer {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  margin-top: 72px;
  padding: 30px 0 42px;
  border-top: 1px solid var(--launch-line);
  color: var(--launch-muted);
  font-size: 0.78rem;
}

.launch-footer p { margin: 0; }
.launch-footer nav { display: flex; flex-wrap: wrap; gap: 20px; }
.launch-footer a { min-height: 32px; display: inline-flex; align-items: center; color: var(--launch-teal); font-weight: 700; }

.public-blog-page {
  width: min(100% - 36px, 1240px);
  margin-inline: auto;
}

.public-blog-hero {
  max-width: 960px;
  padding: clamp(54px, 8vw, 96px) 0 34px;
}

.public-blog-hero h1 {
  max-width: 18ch;
  margin: 0;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(2.8rem, 6vw, 5.3rem);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: 0;
  text-wrap: balance;
}

.public-blog-hero > p:last-child {
  max-width: 70ch;
  margin: 20px 0 0;
  color: var(--launch-muted);
  font-size: 1.08rem;
}

.public-blog-grid {
  display: grid;
  gap: 22px;
  padding: 10px 0 clamp(58px, 8vw, 94px);
}

.public-blog-card {
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1fr);
  gap: clamp(18px, 4vw, 34px);
  align-items: stretch;
  padding: 18px 0;
  border-top: 1px solid var(--launch-line);
}

.public-blog-card--featured {
  grid-template-columns: minmax(360px, 0.76fr) minmax(0, 0.88fr);
  min-height: 360px;
  padding-top: 0;
  border-top: 0;
}

.public-blog-card__media {
  min-height: 220px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--launch-line);
  border-radius: 8px;
  background: var(--launch-paper);
  color: var(--launch-action-deep);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.74rem;
  font-weight: 700;
  text-decoration: none;
}

.public-blog-card--featured .public-blog-card__media {
  min-height: 360px;
}

.public-blog-card__media--image {
  display: block;
}

.public-blog-card__media img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  display: block;
  object-fit: cover;
}

.public-blog-card__copy {
  min-width: 0;
  align-self: center;
}

.public-blog-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 12px;
  color: var(--launch-muted);
  font-size: 0.78rem;
  font-weight: 700;
}

.public-blog-card h2 {
  max-width: 20ch;
  margin: 0;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(1.7rem, 3.2vw, 3.2rem);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: 0;
  text-wrap: balance;
}

.public-blog-card h2 a,
.public-blog-card__link,
.public-blog-pagination a {
  color: inherit;
  text-decoration: none;
}

.public-blog-card h2 a:hover,
.public-blog-card__link:hover,
.public-blog-pagination a:hover {
  color: var(--launch-action-deep);
}

.public-blog-card__copy > p {
  max-width: 68ch;
  margin: 16px 0 0;
  color: var(--launch-muted);
}

.public-blog-card .launch-tags {
  margin-top: 18px;
}

.public-blog-card__link {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  margin-top: 22px;
  color: var(--launch-teal);
  font-weight: 800;
}

.public-blog-empty {
  padding: 42px 0;
  border-top: 1px solid var(--launch-line);
}

.public-blog-empty h2 {
  margin: 0;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 400;
}

.public-blog-empty p {
  margin: 12px 0 0;
  color: var(--launch-muted);
}

.public-blog-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 0 0 72px;
  color: var(--launch-muted);
  font-weight: 700;
}

.public-blog-pagination a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  color: var(--launch-teal);
}

.launch-lightbox-open {
  overflow: hidden;
}

.launch-lightbox[hidden] {
  display: none;
}

.launch-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 14px;
  padding: clamp(14px, 3vw, 28px);
  background: oklch(0.18 0.018 72 / 0.92);
  color: oklch(0.98 0.004 83);
}

.launch-lightbox__stage {
  min-height: 0;
  display: grid;
  place-items: center;
}

.launch-lightbox__image {
  max-width: min(100%, 1280px);
  max-height: 82vh;
  display: block;
  border-radius: 8px;
  object-fit: contain;
  box-shadow: 0 18px 60px oklch(0.08 0.012 72 / 0.42);
}

.launch-lightbox__meta {
  width: min(100%, 1280px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  margin-inline: auto;
}

.launch-lightbox__caption {
  min-height: 1.45em;
  margin: 0;
  color: oklch(0.92 0.014 83);
  font-size: 0.95rem;
  line-height: 1.45;
}

.launch-lightbox__counter {
  color: oklch(0.78 0.02 83);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.82rem;
}

.launch-lightbox__button {
  width: 48px;
  height: 48px;
  display: inline-grid;
  place-items: center;
  border: 1px solid oklch(0.86 0.02 83 / 0.34);
  border-radius: 9999px;
  background: oklch(0.23 0.018 72 / 0.82);
  color: oklch(0.98 0.004 83);
  font: 1.8rem/1 "Montserrat", Arial, sans-serif;
  cursor: pointer;
}

.launch-lightbox__button:hover {
  background: oklch(0.28 0.025 72 / 0.9);
}

.launch-lightbox__button:focus-visible {
  outline: 3px solid color-mix(in oklch, var(--launch-action) 70%, oklch(0.98 0.004 83));
  outline-offset: 3px;
}

.launch-lightbox__close {
  position: fixed;
  top: clamp(14px, 3vw, 28px);
  right: clamp(14px, 3vw, 28px);
}

.launch-lightbox__prev,
.launch-lightbox__next {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
}

.launch-lightbox__prev { left: clamp(14px, 3vw, 28px); }
.launch-lightbox__next { right: clamp(14px, 3vw, 28px); }

@media (max-width: 1040px) {
  .launch-next h2 { font-size: 2.3rem; }
  .launch-gallery-grid { grid-template-columns: repeat(8, minmax(0, 1fr)); }
  .launch-gallery-item { grid-column: span 2; }
  .launch-gallery-item--feature,
  .launch-gallery-item:nth-child(9n + 5) { grid-column: span 4; }
  .launch-trip-announcement { grid-template-columns: 1fr; }
  .launch-trip-announcement__media img { min-height: 320px; }
  .public-blog-card,
  .public-blog-card--featured {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .public-blog-card__media,
  .public-blog-card--featured .public-blog-card__media {
    min-height: 300px;
  }
}

@media (max-width: 760px) {
  .launch-header { min-height: 68px; }
  .launch-brand small { display: none; }
  .launch-brand img { width: auto; height: 48px; }
  .launch-account-link { font-size: 0.82rem; }
  .launch-heading { padding-top: 46px; }
  .launch-heading h1 { font-size: 2.25rem; overflow-wrap: normal; word-break: normal; }
  .launch-tags span { max-width: 100%; overflow-wrap: anywhere; }
  .launch-inline-images,
  .launch-gallery-copy { grid-template-columns: 1fr; gap: 16px; }
  .launch-inline-images { grid-template-columns: 1fr; gap: 14px; }
  .launch-gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .launch-gallery-item,
  .launch-gallery-item:nth-child(11n + 8) { grid-column: span 1; }
  .launch-gallery-item--feature,
  .launch-gallery-item:nth-child(9n + 5) { grid-column: span 2; }
  .launch-gallery-item figcaption { opacity: 1; transform: none; }
  .launch-lightbox { grid-template-rows: minmax(0, 1fr) auto; padding-bottom: 18px; }
  .launch-lightbox__image { max-height: 74vh; }
  .launch-lightbox__meta { grid-template-columns: 1fr; gap: 6px; padding-inline: 56px; }
  .launch-lightbox__counter { justify-self: start; }
  .launch-lightbox__button { width: 44px; height: 44px; font-size: 1.55rem; }
  .launch-lightbox__prev,
  .launch-lightbox__next { top: auto; bottom: 18px; transform: none; }
  .launch-trip-announcement {
    gap: 22px;
    padding-block: 30px;
  }
  .launch-trip-announcement__media img { min-height: 230px; }
  .launch-trip-announcement__facts { grid-template-columns: 1fr; }
  .launch-next h2 { font-size: 2rem; }
  .launch-next { grid-template-columns: 1fr; gap: 30px; padding: 28px 18px; }
  .launch-next h2 { max-width: 18ch; }
  .public-blog-hero { padding-top: 46px; }
  .public-blog-hero h1 { font-size: 2.25rem; }
  .public-blog-card__media,
  .public-blog-card--featured .public-blog-card__media {
    min-height: 220px;
  }
  .public-blog-card h2 { font-size: 1.85rem; }
  .launch-footer { display: grid; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .launch-choice { transition: none; }
  .launch-choice:hover { translate: none; }
  .launch-trip-announcement__button { transition: none; }
  .launch-trip-announcement__button:hover { translate: none; }
}
