:root {
  --ink: #241822;
  --muted: #6e6269;
  --paper: #fff8f2;
  --ivory: #fffdf9;
  --blush: #f8e4df;
  --rose-soft: #f2c5bc;
  --rose: #bb5267;
  --berry: #8d2946;
  --plum: #421d32;
  --apricot: #eba97e;
  --champagne: #cda45f;
  --moss: #778260;
  --white: #ffffff;
  --line: rgba(66, 29, 50, 0.14);
  --shadow: 0 22px 60px rgba(66, 29, 50, 0.14);
  --font-sans: "HarmonyOS Sans SC", "MiSans", "OPPO Sans", "Alibaba PuHuiTi", "Source Han Sans SC", "Noto Sans CJK SC", "Microsoft YaHei UI", "Microsoft YaHei", "Segoe UI", Arial, sans-serif;
  --font-display: "HarmonyOS Sans SC", "MiSans", "Alibaba PuHuiTi", "Source Han Sans SC", "Noto Sans CJK SC", "Microsoft YaHei UI", "Microsoft YaHei", "Segoe UI", Arial, sans-serif;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(187, 82, 103, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(205, 164, 95, 0.05) 1px, transparent 1px),
    var(--paper);
  background-size: 54px 54px;
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0;
}

body.nav-open {
  overflow: hidden;
}

body.welcome-active {
  overflow: hidden;
}

body.intro-active {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
select,
textarea {
  font: inherit;
}

.intro-video-screen {
  position: fixed;
  z-index: 120;
  inset: 0;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(135deg, #1b1321 0%, #421d32 48%, #8d2946 100%);
  transition:
    opacity 1.1s ease,
    visibility 1.1s ease;
}

.intro-video-screen.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.intro-video-grid {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(115deg, rgba(235, 169, 126, 0.2), transparent 42%);
  background-size: 82px 82px, 82px 82px, cover;
  opacity: 0.56;
  animation: introGridDrift 12s linear forwards;
}

.intro-video-stage {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
}

.intro-orbit {
  position: absolute;
  left: 50%;
  top: 50%;
  border: 1px solid rgba(255, 228, 210, 0.2);
  border-radius: 50%;
  transform: translate(-50%, -50%) rotate(-18deg);
  animation: introOrbit 12s ease-in-out forwards;
}

.orbit-one {
  width: min(62vw, 780px);
  aspect-ratio: 1;
}

.orbit-two {
  width: min(46vw, 560px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%) rotate(26deg);
  animation-direction: reverse;
}

.egg-cell {
  position: absolute;
  left: 50%;
  top: 50%;
  display: grid;
  place-items: center;
  width: 184px;
  height: 184px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 50%;
  background:
    radial-gradient(circle at 42% 38%, rgba(255, 255, 255, 0.96), rgba(248, 228, 223, 0.65) 30%, rgba(187, 82, 103, 0.14) 72%);
  box-shadow:
    0 0 34px rgba(255, 220, 205, 0.42),
    inset 0 0 34px rgba(255, 255, 255, 0.48);
  transform: translate(-50%, -50%);
  animation: eggCycle 12s ease-in-out forwards;
}

.egg-cell span {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 38% 34%, rgba(255, 255, 255, 0.95), rgba(205, 164, 95, 0.42), rgba(141, 41, 70, 0.34));
  box-shadow: 0 0 22px rgba(235, 169, 126, 0.54);
}

.sperm {
  position: absolute;
  left: 12%;
  top: 50%;
  width: 42px;
  height: 23px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 68% 42%, rgba(255, 255, 255, 0.95), rgba(242, 197, 188, 0.72) 48%, rgba(205, 164, 95, 0.42));
  box-shadow: 0 0 20px rgba(255, 230, 218, 0.56);
  opacity: 0;
  transform-origin: center;
}

.sperm i {
  position: absolute;
  right: 34px;
  top: 9px;
  width: 120px;
  height: 14px;
  border-top: 3px solid rgba(255, 232, 218, 0.82);
  border-radius: 50%;
  transform-origin: right center;
  animation: tailWave 0.72s ease-in-out infinite alternate;
}

.sperm-one {
  animation: spermSwimOne 12s cubic-bezier(0.33, 0.02, 0.21, 1) forwards;
}

.sperm-two {
  top: 62%;
  transform: scale(0.78);
  animation: spermSwimTwo 12s cubic-bezier(0.33, 0.02, 0.21, 1) forwards;
}

.sperm-three {
  top: 38%;
  transform: scale(0.64);
  animation: spermSwimThree 12s cubic-bezier(0.33, 0.02, 0.21, 1) forwards;
}

.fusion-ring {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 190px;
  height: 190px;
  border: 2px solid rgba(255, 232, 218, 0.86);
  border-radius: 50%;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.6);
  animation: fusionPulse 12s ease-out forwards;
}

.embryo-cluster {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 245px;
  height: 245px;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.6);
  animation: embryoReveal 12s ease-in-out forwards;
}

.embryo-cluster span {
  position: absolute;
  width: 82px;
  height: 82px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 50%;
  background:
    radial-gradient(circle at 36% 30%, rgba(255, 255, 255, 0.96), rgba(242, 197, 188, 0.62) 42%, rgba(187, 82, 103, 0.32));
  box-shadow:
    0 0 24px rgba(255, 218, 204, 0.38),
    inset 0 0 20px rgba(255, 255, 255, 0.44);
}

.embryo-cluster span:nth-child(1) { left: 82px; top: 2px; }
.embryo-cluster span:nth-child(2) { left: 30px; top: 54px; }
.embryo-cluster span:nth-child(3) { left: 134px; top: 54px; }
.embryo-cluster span:nth-child(4) { left: 82px; top: 104px; }
.embryo-cluster span:nth-child(5) { left: 4px; top: 120px; }
.embryo-cluster span:nth-child(6) { left: 158px; top: 120px; }
.embryo-cluster span:nth-child(7) { left: 46px; top: 164px; }
.embryo-cluster span:nth-child(8) { left: 120px; top: 164px; }

.baby-form {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 210px;
  height: 260px;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.84);
  animation: babyReveal 12s ease-in-out forwards;
}

.baby-head,
.baby-body,
.baby-glow {
  position: absolute;
  display: block;
}

.baby-glow {
  inset: 22px 0 0;
  border-radius: 46% 54% 48% 52%;
  background:
    radial-gradient(circle at 48% 30%, rgba(255, 255, 255, 0.42), rgba(242, 197, 188, 0.18), transparent 64%);
  filter: blur(10px);
}

.baby-head {
  left: 62px;
  top: 14px;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 38% 32%, rgba(255, 255, 255, 0.98), rgba(248, 228, 223, 0.85) 46%, rgba(205, 164, 95, 0.42));
  box-shadow: 0 0 30px rgba(255, 220, 205, 0.45);
}

.baby-body {
  left: 28px;
  top: 88px;
  width: 152px;
  height: 144px;
  border-radius: 60% 42% 58% 42%;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(242, 197, 188, 0.62), rgba(205, 164, 95, 0.28));
  box-shadow: 0 0 42px rgba(255, 222, 210, 0.38);
  transform: rotate(-16deg);
}

.intro-video-copy {
  position: absolute;
  left: clamp(24px, 8vw, 128px);
  bottom: clamp(72px, 10vh, 116px);
  z-index: 1;
  max-width: 480px;
}

.intro-video-copy p {
  margin: 0 0 8px;
  color: rgba(255, 220, 205, 0.9);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.intro-video-copy h2 {
  margin: 0;
  color: var(--white);
  font-size: clamp(34px, 4.2vw, 62px);
  line-height: 1.06;
}

.intro-video-copy span {
  display: inline-block;
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 800;
}

.intro-progress {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  background: rgba(255, 255, 255, 0.1);
}

.intro-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--rose-soft), var(--champagne));
  animation: introProgress 12s linear forwards;
}

.intro-skip {
  position: absolute;
  z-index: 2;
  top: 24px;
  right: 24px;
  min-width: 92px;
  min-height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
  backdrop-filter: blur(14px);
}

.intro-skip:hover,
.intro-skip:focus-visible {
  border-color: rgba(255, 226, 192, 0.78);
  outline: none;
}

.welcome-screen {
  position: fixed;
  z-index: 80;
  inset: 0;
  display: grid;
  align-items: center;
  min-height: 100vh;
  padding: 40px 20px;
  color: var(--white);
  background: #241822;
  transition:
    opacity 0.85s ease,
    visibility 0.85s ease;
}

.welcome-screen.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.welcome-bg,
.welcome-shade {
  position: absolute;
  inset: 0;
}

.welcome-bg {
  background-image: url("assets/welcome-gene-baby.png");
  background-position: center center;
  background-size: cover;
  transform: scale(1.02);
}

.welcome-shade {
  background:
    radial-gradient(circle at 72% 42%, rgba(255, 228, 210, 0.12), transparent 34%),
    linear-gradient(90deg, rgba(36, 24, 34, 0.88) 0%, rgba(66, 29, 50, 0.62) 38%, rgba(66, 29, 50, 0.18) 74%),
    linear-gradient(180deg, rgba(36, 24, 34, 0.2), rgba(36, 24, 34, 0.5));
}

.welcome-content {
  position: relative;
  z-index: 1;
  width: min(100%, var(--max));
  margin: 0 auto;
  padding-top: 28px;
}

.welcome-content .eyebrow {
  color: rgba(255, 220, 205, 0.9);
}

.welcome-content h1 {
  width: min(760px, 100%);
  margin: 12px 0 18px;
  color: var(--white);
  font-size: clamp(42px, 5vw, 74px);
  line-height: 1.08;
  letter-spacing: 0;
}

.welcome-content p:not(.eyebrow) {
  width: min(610px, 100%);
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
}

.language-choices {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.language-choices button {
  min-width: 142px;
  min-height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 8px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.18);
  cursor: pointer;
  backdrop-filter: blur(16px);
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease;
}

.language-choices button:hover,
.language-choices button:focus-visible {
  border-color: rgba(255, 226, 192, 0.86);
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
  outline: none;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(100% - 40px, var(--max));
  margin: 18px auto 0;
  padding: 12px 14px 12px 18px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  background: rgba(255, 248, 242, 0.88);
  box-shadow: 0 14px 36px rgba(66, 29, 50, 0.11);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  color: var(--plum);
  font-family: var(--font-display);
  font-weight: 900;
}

.brand-mark {
  display: inline-grid;
  flex: 0 0 auto;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: linear-gradient(135deg, #ffe3d5, #f6c0bf 55%, #e1bd73);
}

.brand-mark svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: var(--plum);
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 8px;
}

.nav-links a {
  padding: 9px 11px;
  border-radius: 8px;
  color: #55464d;
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 700;
  transition: background 180ms ease, color 180ms ease;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: var(--berry);
  background: rgba(187, 82, 103, 0.1);
  outline: none;
}

.mobile-bottom-bar,
.mobile-guide {
  display: none;
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--plum);
}

.hero {
  position: relative;
  display: grid;
  min-height: 92vh;
  align-items: center;
  overflow: hidden;
  padding: 132px 20px 86px;
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media {
  background-image: url("assets/hero-newborn-art.jpg");
  background-position: center center;
  background-size: cover;
  transform: scale(1.02);
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(255, 248, 242, 0.98) 0%, rgba(255, 248, 242, 0.9) 39%, rgba(255, 248, 242, 0.46) 72%, rgba(255, 248, 242, 0.18) 100%),
    linear-gradient(180deg, rgba(66, 29, 50, 0.04) 0%, rgba(255, 248, 242, 0.78) 100%);
}

.hero-content,
.section-inner {
  width: min(100%, var(--max));
  margin: 0 auto;
}

.hero-content {
  position: relative;
  z-index: 1;
}

.eyebrow {
  margin: 0 0 13px;
  color: var(--berry);
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 900;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 22px;
  color: var(--plum);
  font-family: var(--font-display);
  font-size: 55px;
  line-height: 1.12;
  font-weight: 900;
}

h2 {
  margin-bottom: 16px;
  color: var(--plum);
  font-family: var(--font-display);
  font-size: 38px;
  line-height: 1.22;
  font-weight: 900;
}

.hero-title-line {
  display: inline;
}

h3 {
  margin-bottom: 10px;
  font-family: var(--font-display);
  font-size: 20px;
  line-height: 1.35;
  font-weight: 900;
}

.hero-lead {
  max-width: 720px;
  margin-bottom: 30px;
  color: #5f4b55;
  font-size: 19px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 38px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  font-family: var(--font-display);
  font-weight: 900;
  text-align: center;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  outline: none;
}

.button.primary {
  color: var(--white);
  background: linear-gradient(135deg, var(--plum), var(--berry));
  box-shadow: 0 16px 34px rgba(141, 41, 70, 0.28);
}

.button.secondary {
  color: var(--plum);
  border-color: rgba(66, 29, 50, 0.2);
  background: rgba(255, 255, 255, 0.78);
}

.button.full {
  width: 100%;
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(138px, 190px));
  gap: 12px;
  margin: 0;
}

.hero-metrics div {
  min-height: 92px;
  padding: 15px 16px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 12px 26px rgba(66, 29, 50, 0.08);
}

.hero-metrics dt {
  color: var(--berry);
  font-family: var(--font-display);
  font-size: 23px;
  font-weight: 900;
}

.hero-metrics dd {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.section {
  padding: 88px 20px;
}

section[id] {
  scroll-margin-top: 112px;
}

.intro-band {
  padding: 30px 20px;
  color: var(--white);
  background: linear-gradient(90deg, var(--plum), var(--berry) 52%, var(--champagne));
}

.intro-grid {
  display: grid;
  grid-template-columns: 1.04fr 0.96fr;
  gap: 42px;
}

.intro-grid p {
  margin: 0;
  font-size: 19px;
}

.mobile-card-detail {
  display: contents;
}

.mobile-detail-toggle {
  display: none;
}

.section-heading {
  max-width: 840px;
  margin-bottom: 34px;
}

.section-heading.compact {
  margin-bottom: 0;
}

.section-heading p:not(.eyebrow) {
  color: var(--muted);
  font-size: 17px;
}

.service-section {
  background:
    linear-gradient(135deg, rgba(248, 228, 223, 0.92), rgba(255, 248, 242, 0.96)),
    repeating-linear-gradient(90deg, rgba(141, 41, 70, 0.07) 0 1px, transparent 1px 34px);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.info-card,
.expert-points article,
.tech-grid article,
.check-cards article,
.destination-card,
.package-card,
.risk-list article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 18px 45px rgba(66, 29, 50, 0.08);
}

.info-card {
  min-height: 300px;
  padding: 26px 22px 24px;
}

.card-icon {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 22px;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(235, 169, 126, 0.28), rgba(187, 82, 103, 0.18));
}

.card-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: var(--berry);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.info-card p,
.expert-copy p,
.expert-points p,
.tech-grid p,
.check-cards p,
.destination-card p,
.package-card p,
.risk-list p,
.moments-copy p {
  color: var(--muted);
}

.moments-section {
  background: var(--ivory);
}

.moments-layout {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 42px;
  align-items: start;
}

.moments-copy p {
  font-size: 17px;
}

.moments-list {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}

.moments-list article {
  display: grid;
  grid-template-columns: 58px 1fr;
  column-gap: 16px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 248, 242, 0.78);
}

.moments-list span {
  grid-row: span 2;
  color: var(--champagne);
  font-size: 26px;
  line-height: 1.1;
  font-weight: 900;
}

.moments-list h3 {
  margin-bottom: 4px;
}

.moments-list p {
  margin-bottom: 0;
  font-size: 15px;
}

.moments-showcase {
  display: grid;
  gap: 14px;
}

.featured-moment,
.moment-gallery figure,
.doctor-card {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #2b1724;
  box-shadow: var(--shadow);
}

.featured-moment img {
  display: block;
  width: 100%;
  aspect-ratio: 1.52 / 1;
  object-fit: cover;
  object-position: center 38%;
}

.featured-moment figcaption,
.doctor-card figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  display: grid;
  gap: 4px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  color: var(--white);
  background: rgba(66, 29, 50, 0.86);
  backdrop-filter: blur(12px);
}

.featured-moment span,
.doctor-card figcaption span {
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
}

.moment-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.moment-gallery img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1.08;
  object-fit: cover;
}

.moment-gallery figcaption {
  position: absolute;
  left: 10px;
  bottom: 10px;
  padding: 5px 9px;
  border-radius: 8px;
  color: var(--white);
  background: rgba(36, 24, 34, 0.72);
  font-size: 13px;
  font-weight: 900;
}

.expert-section {
  background: var(--paper);
}

.expert-layout {
  display: grid;
  grid-template-columns: 410px 1fr;
  gap: 54px;
  align-items: center;
}

.doctor-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.98) contrast(1.02);
}

.expert-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 26px;
}

.expert-points article {
  min-height: 190px;
  padding: 22px;
}

.destinations-section {
  background: linear-gradient(180deg, #fffdf9 0%, #f7e5dc 100%);
}

.destination-grid {
  display: grid;
  grid-template-columns: 1.16fr 0.92fr 0.92fr;
  gap: 18px;
  align-items: stretch;
}

.destination-card {
  min-height: 720px;
  padding: 28px;
}

.destination-card.primary-route {
  color: var(--white);
  background: linear-gradient(145deg, var(--plum), var(--berry));
}

.destination-card.primary-route p,
.destination-card.primary-route li,
.destination-card.primary-route h4 {
  color: rgba(255, 255, 255, 0.86);
}

.destination-card.primary-route .package-tag {
  color: #573520;
  background: #ffe1c9;
}

.destination-card h4 {
  margin: 22px 0 8px;
  color: var(--berry);
  font-size: 16px;
}

.destination-card ul {
  display: grid;
  gap: 9px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

.destination-card li {
  position: relative;
  padding-left: 22px;
  color: #66545c;
}

.destination-card li::before,
.check-cards li::before,
.package-card li::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--rose);
}

.destination-card.primary-route li::before {
  background: var(--champagne);
}

.route-summary {
  margin-bottom: 0;
  font-weight: 900;
}

.donors-section {
  background:
    linear-gradient(135deg, rgba(255, 248, 242, 0.95), rgba(248, 228, 223, 0.78)),
    var(--ivory);
}

.donors-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 28px;
  align-items: end;
  margin-bottom: 28px;
}

.donor-note {
  display: grid;
  gap: 6px;
  padding: 18px;
  border: 1px solid rgba(141, 41, 70, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 14px 34px rgba(66, 29, 50, 0.08);
}

.donor-note strong {
  color: var(--plum);
  font-family: var(--font-display);
  font-size: 18px;
}

.donor-note span {
  color: var(--muted);
  font-size: 14px;
}

.donor-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(220px, 1fr));
  gap: 16px;
  margin-bottom: 24px;
}

.donor-tab {
  display: grid;
  grid-template-columns: 54px 1fr;
  grid-template-rows: auto auto;
  gap: 0 14px;
  align-items: center;
  min-height: 92px;
  padding: 18px 20px;
  border: 1px solid rgba(141, 41, 70, 0.16);
  border-radius: 8px;
  color: var(--plum);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 45px rgba(66, 29, 50, 0.08);
  cursor: pointer;
  text-align: left;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}

.donor-tab:hover,
.donor-tab:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(141, 41, 70, 0.34);
  outline: none;
}

.donor-tab.is-active {
  color: var(--white);
  border-color: transparent;
  background: linear-gradient(135deg, var(--plum), var(--berry));
  box-shadow: 0 18px 44px rgba(141, 41, 70, 0.22);
}

.donor-tab span {
  display: inline-grid;
  grid-row: span 2;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 8px;
  color: var(--berry);
  background: linear-gradient(135deg, #ffe4d1, #f4c2be);
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 900;
}

.donor-tab strong {
  font-family: var(--font-display);
  font-size: 22px;
  line-height: 1.2;
}

.donor-tab small {
  color: var(--muted);
  font-weight: 800;
}

.donor-tab.is-active small {
  color: rgba(255, 255, 255, 0.75);
}

.donor-panels {
  min-height: 620px;
}

.donor-panel {
  display: grid;
  grid-template-columns: 0.35fr 0.65fr;
  gap: 24px;
  align-items: stretch;
  padding: 22px;
  border: 1px solid rgba(141, 41, 70, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(255, 248, 242, 0.78)),
    rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow);
}

.donor-panel[hidden] {
  display: none;
}

.donor-panel-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px;
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(66, 29, 50, 0.94), rgba(141, 41, 70, 0.9));
  color: var(--white);
}

.donor-panel-copy .package-tag {
  color: #573520;
  background: #ffe1c9;
}

.donor-panel-copy h3 {
  margin-bottom: 12px;
  color: var(--white);
  font-size: 28px;
}

.donor-panel-copy p:not(.package-tag) {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.78);
}

.donor-carousel {
  position: relative;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) 52px;
  gap: 14px;
  align-items: center;
}

.carousel-window {
  overflow: hidden;
  border-radius: 8px;
}

.carousel-track {
  display: flex;
  transform: translateX(0);
  transition: transform 280ms ease;
}

.donor-slide {
  display: grid;
  grid-template-columns: minmax(260px, 420px) minmax(220px, 1fr);
  gap: 24px;
  align-items: center;
  min-width: 100%;
  padding: 18px;
  border: 1px solid rgba(66, 29, 50, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
}

.donor-slide img {
  display: block;
  width: 100%;
  max-height: 520px;
  aspect-ratio: 4 / 5;
  border-radius: 8px;
  object-fit: cover;
  object-position: center top;
  box-shadow: 0 18px 42px rgba(66, 29, 50, 0.13);
}

.donor-slide h4 {
  margin: 0 0 12px;
  color: var(--berry);
  font-family: var(--font-display);
  font-size: 34px;
  line-height: 1.1;
}

.donor-slide p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
}

.carousel-arrow {
  display: inline-grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(141, 41, 70, 0.18);
  border-radius: 8px;
  color: var(--berry);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 12px 28px rgba(66, 29, 50, 0.08);
  cursor: pointer;
  font-size: 34px;
  line-height: 1;
  transition: transform 180ms ease, background 180ms ease;
}

.carousel-arrow:hover,
.carousel-arrow:focus-visible {
  transform: translateY(-2px);
  outline: none;
  background: var(--white);
}

.carousel-dots {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  gap: 8px;
  min-height: 14px;
}

.carousel-dots button {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(141, 41, 70, 0.24);
  cursor: pointer;
}

.carousel-dots button.is-active {
  width: 24px;
  background: var(--berry);
}

.medical-layout,
.checks-layout {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 44px;
  align-items: start;
}

.tech-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.tech-grid article {
  min-height: 210px;
  padding: 26px;
}

.tech-grid h3 {
  color: var(--berry);
}

.checks-section {
  background: var(--ivory);
}

.check-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.check-cards article {
  min-height: 330px;
  padding: 28px;
}

.check-cards ul,
.package-card ul {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.check-cards li,
.package-card li {
  position: relative;
  padding-left: 22px;
  color: #66545c;
}

.check-cards p {
  margin-top: 18px;
  color: var(--berry);
  font-weight: 900;
}

.packages-section {
  background: linear-gradient(180deg, #f7e5dc 0%, #fff8f2 100%);
}

.package-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.package-card {
  display: flex;
  min-height: 430px;
  flex-direction: column;
  padding: 26px;
}

.package-card.featured {
  color: var(--white);
  background: linear-gradient(145deg, var(--berry), #a94855);
}

.package-card.featured p,
.package-card.featured li {
  color: rgba(255, 255, 255, 0.86);
}

.package-card.featured li::before {
  background: var(--champagne);
}

.package-card.wide {
  grid-column: span 4;
  min-height: 0;
}

.package-tag {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 14px;
  padding: 5px 10px;
  border-radius: 8px;
  color: var(--plum);
  background: rgba(242, 197, 188, 0.72);
  font-size: 13px;
  font-weight: 900;
}

.package-card.featured .package-tag {
  color: #573520;
  background: #ffe1c9;
}

.price {
  margin: 12px 0 18px;
  color: var(--berry);
  font-size: 32px;
  line-height: 1.2;
  font-weight: 900;
}

.package-card.featured .price {
  color: #ffe1c9;
}

.package-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 18px;
  padding: 20px;
  border: 1px solid rgba(141, 41, 70, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
}

.package-note p {
  margin: 0;
  color: var(--muted);
}

.text-link {
  flex: 0 0 auto;
  color: var(--berry);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.risk-section {
  color: var(--white);
  background:
    linear-gradient(120deg, rgba(66, 29, 50, 0.97), rgba(141, 41, 70, 0.94)),
    repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 20px);
}

.risk-section .eyebrow,
.risk-section h2 {
  color: var(--white);
}

.risk-layout {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 48px;
  align-items: start;
}

.risk-layout > div > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
}

.risk-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.risk-list article {
  min-height: 220px;
  padding: 24px;
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: none;
}

.risk-list p {
  color: rgba(255, 255, 255, 0.78);
}

.consult-section {
  background:
    linear-gradient(135deg, rgba(235, 169, 126, 0.2), rgba(248, 228, 223, 0.86)),
    var(--ivory);
}

.consult-layout {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 46px;
  align-items: start;
}

.consult-copy p {
  color: var(--muted);
  font-size: 17px;
}

.notice {
  margin-top: 28px;
  padding: 18px;
  border-left: 4px solid var(--rose);
  border-radius: 8px;
  color: #65545c;
  background: rgba(255, 255, 255, 0.72);
}

.consult-form {
  display: grid;
  gap: 18px;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--shadow);
}

.consult-form label {
  display: grid;
  gap: 8px;
  color: var(--plum);
  font-weight: 900;
}

.consult-form select,
.consult-form textarea {
  width: 100%;
  border: 1px solid rgba(66, 29, 50, 0.18);
  border-radius: 8px;
  color: var(--ink);
  background: var(--white);
}

.consult-form select {
  min-height: 48px;
  padding: 0 14px;
}

.consult-form textarea {
  min-height: 118px;
  padding: 13px 14px;
  resize: vertical;
}

.consult-form select:focus,
.consult-form textarea:focus {
  border-color: var(--berry);
  outline: 3px solid rgba(187, 82, 103, 0.16);
}

.form-output {
  display: block;
  min-height: 78px;
  padding: 16px;
  border: 1px solid rgba(187, 82, 103, 0.16);
  border-radius: 8px;
  color: #5f4b55;
  background: rgba(248, 228, 223, 0.62);
}

.contact-strip {
  padding: 72px 20px;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(66, 29, 50, 0.98), rgba(141, 41, 70, 0.92)),
    #2b1724;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 34px;
  align-items: center;
}

.contact-layout .eyebrow {
  color: rgba(255, 220, 205, 0.85);
}

.contact-layout h2 {
  margin: 6px 0 10px;
  color: var(--white);
  font-size: clamp(30px, 3vw, 44px);
}

.contact-layout p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
}

.contact-methods {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.contact-methods a,
.contact-methods div {
  display: grid;
  gap: 6px;
  min-height: 106px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.09);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.12);
}

.contact-methods span {
  color: rgba(255, 220, 205, 0.8);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.contact-methods strong {
  overflow-wrap: anywhere;
  color: var(--white);
  font-size: 20px;
  line-height: 1.35;
}

.site-footer {
  padding: 34px 20px;
  color: rgba(255, 255, 255, 0.78);
  background: #2b1724;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(100%, var(--max));
  margin: 0 auto;
  gap: 18px;
}

.site-footer .brand {
  color: var(--white);
}

.site-footer p {
  margin: 0;
}

@keyframes introGridDrift {
  from {
    background-position: 0 0, 0 0, center;
  }
  to {
    background-position: 82px 82px, -82px 82px, center;
  }
}

@keyframes introOrbit {
  0% {
    opacity: 0.3;
    transform: translate(-50%, -50%) rotate(-18deg) scale(0.92);
  }
  42% {
    opacity: 0.76;
  }
  100% {
    opacity: 0.18;
    transform: translate(-50%, -50%) rotate(42deg) scale(1.08);
  }
}

@keyframes tailWave {
  from {
    transform: rotate(-8deg);
  }
  to {
    transform: rotate(8deg);
  }
}

@keyframes spermSwimOne {
  0% {
    opacity: 0;
    transform: translate(-14vw, 8vh) rotate(-8deg) scale(0.86);
  }
  8% {
    opacity: 0.95;
  }
  29% {
    opacity: 1;
    transform: translate(38vw, -1vh) rotate(2deg) scale(1);
  }
  34% {
    opacity: 0;
    transform: translate(41vw, 0) rotate(0deg) scale(0.24);
  }
  100% {
    opacity: 0;
    transform: translate(41vw, 0) rotate(0deg) scale(0.24);
  }
}

@keyframes spermSwimTwo {
  0% {
    opacity: 0;
    transform: translate(-16vw, 5vh) rotate(-18deg) scale(0.72);
  }
  10% {
    opacity: 0.72;
  }
  31% {
    opacity: 0.82;
    transform: translate(36vw, -11vh) rotate(-4deg) scale(0.84);
  }
  35% {
    opacity: 0;
    transform: translate(39vw, -12vh) rotate(0deg) scale(0.22);
  }
  100% {
    opacity: 0;
    transform: translate(39vw, -12vh) rotate(0deg) scale(0.22);
  }
}

@keyframes spermSwimThree {
  0% {
    opacity: 0;
    transform: translate(-14vw, -6vh) rotate(12deg) scale(0.66);
  }
  12% {
    opacity: 0.64;
  }
  30% {
    opacity: 0.72;
    transform: translate(37vw, 12vh) rotate(5deg) scale(0.76);
  }
  35% {
    opacity: 0;
    transform: translate(40vw, 12vh) rotate(0deg) scale(0.2);
  }
  100% {
    opacity: 0;
    transform: translate(40vw, 12vh) rotate(0deg) scale(0.2);
  }
}

@keyframes eggCycle {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(0.94);
  }
  28% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  38% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.46);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.46);
  }
}

@keyframes fusionPulse {
  0%,
  28% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.58);
  }
  34% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  47% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(2.5);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(2.5);
  }
}

@keyframes embryoReveal {
  0%,
  36% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.55) rotate(-10deg);
  }
  46%,
  64% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(0.98) rotate(0deg);
  }
  75% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.72) rotate(8deg);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.72) rotate(8deg);
  }
}

@keyframes babyReveal {
  0%,
  66% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.78);
  }
  80% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.04);
  }
}

@keyframes introProgress {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@media (max-width: 1120px) {
  .service-grid,
  .package-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .destination-grid {
    grid-template-columns: 1fr;
  }

  .destination-card {
    min-height: 0;
  }

  .package-card.wide {
    grid-column: span 2;
  }

  .expert-points,
  .risk-list {
    grid-template-columns: 1fr;
  }

  .donor-panel {
    grid-template-columns: 1fr;
  }

  .donor-panel-copy {
    min-height: 180px;
  }

  .contact-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 960px) {
  .moment-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 900px) {
  .expert-layout,
  .moments-layout,
  .medical-layout,
  .donors-header,
  .checks-layout,
  .risk-layout,
  .consult-layout {
    grid-template-columns: 1fr;
  }

  .doctor-card {
    max-width: 460px;
  }
}

@media (max-width: 780px) {
  body {
    font-size: 14px;
    line-height: 1.62;
    padding-bottom: 74px;
  }

  .eyebrow {
    margin-bottom: 9px;
    font-size: 12px;
  }

  .intro-video-stage {
    transform: translateY(-7vh) scale(0.82);
  }

  .intro-video-copy {
    right: 18px;
    bottom: 58px;
    left: 18px;
    max-width: none;
  }

  .intro-video-copy p {
    font-size: 11px;
  }

  .intro-video-copy h2 {
    font-size: 34px;
  }

  .intro-skip {
    top: 16px;
    right: 16px;
  }

  .welcome-screen {
    padding: 26px 18px;
  }

  .welcome-bg {
    background-position: 67% center;
  }

  .welcome-shade {
    background:
      linear-gradient(90deg, rgba(36, 24, 34, 0.9), rgba(66, 29, 50, 0.5)),
      linear-gradient(180deg, rgba(36, 24, 34, 0.15), rgba(36, 24, 34, 0.62));
  }

  .welcome-content {
    padding-top: 0;
  }

  .welcome-content h1 {
    font-size: 38px;
  }

  .welcome-content p:not(.eyebrow) {
    font-size: 16px;
  }

  .language-choices button {
    min-width: 0;
    flex: 1 1 132px;
  }

  .site-header {
    width: calc(100% - 24px);
    margin-top: 12px;
    background:
      linear-gradient(135deg, rgba(255, 253, 249, 0.94), rgba(255, 242, 235, 0.86));
    box-shadow: 0 18px 46px rgba(66, 29, 50, 0.16);
  }

  .mobile-bottom-bar {
    position: fixed;
    z-index: 18;
    right: 12px;
    bottom: 10px;
    left: 12px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 6px;
    padding: 8px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 8px;
    background: rgba(255, 248, 242, 0.94);
    box-shadow: 0 14px 38px rgba(66, 29, 50, 0.18);
    backdrop-filter: blur(18px);
  }

  .mobile-bottom-bar a {
    display: grid;
    place-items: center;
    min-height: 42px;
    border-radius: 8px;
    color: var(--plum);
    font-size: 12px;
    font-weight: 900;
  }

  .mobile-bottom-bar a:focus-visible,
  .mobile-bottom-bar a:hover {
    color: var(--white);
    background: linear-gradient(135deg, var(--berry), var(--plum));
    outline: none;
  }

  .brand span:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
  }

  .nav-toggle {
    display: block;
    flex: 0 0 auto;
  }

  .nav-links {
    position: fixed;
    top: 76px;
    right: 12px;
    left: 12px;
    display: none;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(255, 248, 242, 0.97);
    box-shadow: var(--shadow);
  }

  .nav-links.open {
    display: grid;
  }

  .nav-links a {
    padding: 12px;
  }

  .hero {
    min-height: 92vh;
    align-items: start;
    padding: 116px 18px 54px;
  }

  .hero-media {
    background-image: url("assets/hero-newborn-art.jpg");
    background-position: 50% top;
    background-size: auto 100%;
    opacity: 0.98;
    filter: saturate(1.04) contrast(1.02);
    transform: scale(1.05);
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(255, 248, 242, 0.18) 0%, rgba(255, 248, 242, 0.38) 42%, rgba(255, 248, 242, 0.86) 78%, var(--paper) 100%),
      linear-gradient(90deg, rgba(255, 248, 242, 0.84) 0%, rgba(255, 248, 242, 0.48) 56%, rgba(255, 248, 242, 0.22) 100%);
  }

  .hero-content {
    padding-top: 6px;
  }

  .hero .eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 3px 9px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 8px;
    background: rgba(255, 253, 249, 0.68);
    box-shadow: 0 12px 32px rgba(66, 29, 50, 0.08);
    backdrop-filter: blur(10px);
  }

  h1 {
    font-size: 31px;
    line-height: 1.12;
  }

  .hero-title-line {
    display: block;
  }

  h2 {
    font-size: 23px;
    line-height: 1.2;
  }

  .hero-lead {
    max-width: 332px;
    color: #4f3b47;
    font-size: 14.5px;
    line-height: 1.72;
    text-shadow: 0 1px 14px rgba(255, 253, 249, 0.72);
  }

  .hero-actions {
    gap: 10px;
    margin-bottom: 24px;
  }

  .hero-actions .button {
    min-height: 44px;
    font-size: 14px;
    border-color: rgba(66, 29, 50, 0.16);
    box-shadow: 0 16px 36px rgba(66, 29, 50, 0.12);
  }

  .hero-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    overflow: visible;
    gap: 8px;
    margin-right: 0;
    padding: 0;
    scroll-snap-type: none;
  }

  .hero-metrics div {
    flex: initial;
    min-height: 0;
    padding: 10px 8px;
    border-color: rgba(255, 255, 255, 0.82);
    background: rgba(255, 253, 249, 0.82);
    box-shadow: 0 12px 24px rgba(66, 29, 50, 0.09);
    backdrop-filter: blur(12px);
    scroll-snap-align: none;
  }

  .hero-metrics dt {
    font-size: 15px;
    line-height: 1.18;
  }

  .hero-metrics dd {
    margin-top: 4px;
    font-size: 11px;
    line-height: 1.38;
  }

  .intro-band {
    padding: 9px 18px;
  }

  .mobile-guide {
    display: block;
    padding: 36px 18px 46px;
    background:
      linear-gradient(180deg, rgba(255, 253, 249, 0.96), rgba(248, 228, 223, 0.72)),
      var(--ivory);
  }

  .mobile-guide .section-inner {
    display: grid;
    gap: 14px;
  }

  .mobile-guide h2 {
    margin: -6px 0 4px;
    font-size: 21px;
  }

  .mobile-guide-grid {
    display: grid;
    gap: 10px;
  }

  .mobile-guide-grid a {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 4px 12px;
    align-items: center;
    min-height: 78px;
    padding: 13px;
    border: 1px solid rgba(66, 29, 50, 0.13);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 12px 30px rgba(66, 29, 50, 0.08);
  }

  .mobile-guide-grid span {
    display: grid;
    grid-row: span 2;
    place-items: center;
    width: 38px;
    height: 38px;
    font-size: 13px;
    border-radius: 50%;
    color: var(--white);
    background: linear-gradient(135deg, var(--berry), var(--plum));
    font-weight: 900;
  }

  .mobile-guide-grid strong {
    color: var(--plum);
    font-size: 15px;
    line-height: 1.25;
  }

  .mobile-guide-grid em {
    color: var(--muted);
    font-size: 12px;
    font-style: normal;
    line-height: 1.45;
  }

  .intro-grid,
  .donor-tabs,
  .tech-grid,
  .check-cards,
  .package-grid {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 54px 18px;
  }

  .section-heading {
    margin-bottom: 18px;
  }

  .section-heading p:not(.eyebrow) {
    font-size: 13.5px;
    line-height: 1.68;
  }

  .service-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: visible;
    gap: 6px;
    padding: 0;
    scroll-snap-type: none;
  }

  .service-grid .info-card {
    flex: initial;
    min-height: 0;
    padding: 10px 7px;
    scroll-snap-align: none;
  }

  .service-grid .card-icon {
    width: 30px;
    height: 30px;
    margin-bottom: 8px;
  }

  .service-grid .card-icon svg {
    width: 16px;
    height: 16px;
  }

  .info-card h3,
  .expert-points h3,
  .check-cards h3,
  .destination-card h3,
  .package-card h3,
  .risk-list h3,
  .moments-list h3 {
    font-size: 17px;
    line-height: 1.25;
  }

  .service-grid .info-card h3 {
    margin-bottom: 5px;
    font-size: 11.5px;
    line-height: 1.2;
  }

  .info-card p,
  .expert-copy p,
  .expert-points p,
  .tech-grid p,
  .check-cards p,
  .destination-card p,
  .package-card p,
  .risk-list p,
  .moments-copy p {
    font-size: 13.5px;
    line-height: 1.66;
  }

  .service-grid .info-card p {
    display: -webkit-box;
    overflow: hidden;
    font-size: 10.5px;
    line-height: 1.35;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }

  .moments-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    margin-top: 14px;
  }

  .moments-list article {
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 10px 8px;
  }

  .moments-list span {
    grid-row: auto;
    font-size: 15px;
  }

  .moments-list p {
    display: -webkit-box;
    overflow: hidden;
    font-size: 10.5px;
    line-height: 1.36;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .moments-showcase {
    gap: 10px;
  }

  .featured-moment {
    display: none;
  }

  .moment-gallery {
    position: relative;
    display: grid;
    min-height: 226px;
    overflow: hidden;
    gap: 0;
    padding: 18px 0 24px;
    perspective: 900px;
    scroll-snap-type: none;
  }

  .moment-gallery figure {
    width: 68%;
    grid-area: 1 / 1;
    align-self: center;
    justify-self: center;
    opacity: 0;
    pointer-events: none;
    z-index: 0;
    transform: translateX(0) scale(0.7);
    transition: opacity 520ms ease, transform 520ms ease;
    scroll-snap-align: none;
  }

  .moment-gallery figure.is-active {
    opacity: 1;
    pointer-events: auto;
    z-index: 4;
    transform: translateX(0) scale(1);
  }

  .moment-gallery figure.is-prev {
    opacity: 0.62;
    z-index: 3;
    transform: translateX(-38%) scale(0.78);
  }

  .moment-gallery figure.is-next {
    opacity: 0.62;
    z-index: 3;
    transform: translateX(38%) scale(0.78);
  }

  .moment-gallery figure.is-far-prev {
    opacity: 0.26;
    z-index: 2;
    transform: translateX(-68%) scale(0.62);
  }

  .moment-gallery figure.is-far-next {
    opacity: 0.26;
    z-index: 2;
    transform: translateX(68%) scale(0.62);
  }

  .moment-gallery:not(.is-rotating) figure:first-child {
    opacity: 1;
    pointer-events: auto;
    z-index: 4;
    transform: translateX(0) scale(1);
  }

  .moment-gallery img {
    aspect-ratio: 1.28 / 1;
  }

  .moment-gallery figcaption {
    font-size: 12px;
  }

  .doctor-card {
    max-width: none;
  }

  .expert-points {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    margin-top: 14px;
  }

  .expert-points article {
    min-height: 0;
    padding: 10px 8px;
  }

  .destination-grid,
  .package-grid,
  .check-cards,
  .risk-list {
    gap: 8px;
  }

  .destination-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .check-cards,
  .risk-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .destination-card,
  .package-card,
  .check-cards article,
  .risk-list article {
    min-height: 0;
    padding: 12px 10px;
  }

  .destination-card.is-open,
  .check-cards article.is-open,
  .risk-list article.is-open {
    grid-column: 1 / -1;
  }

  .expert-points h3,
  .destination-card h3,
  .check-cards h3,
  .risk-list h3 {
    font-size: 13px;
    line-height: 1.22;
  }

  .expert-points p,
  .destination-card p,
  .check-cards p,
  .risk-list p {
    font-size: 11.5px;
    line-height: 1.48;
  }

  .destination-card h4 {
    margin-top: 16px;
    font-size: 14px;
  }

  .route-summary {
    display: -webkit-box;
    overflow: hidden;
    font-size: 11.5px;
    line-height: 1.42;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }

  .destination-card li,
  .check-cards li,
  .package-card li {
    font-size: 11.5px;
    line-height: 1.5;
  }

  .mobile-detail-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 44px;
    margin-top: 14px;
    padding: 0 13px;
    border: 1px solid rgba(141, 41, 70, 0.18);
    border-radius: 8px;
    color: var(--berry);
    background: rgba(255, 255, 255, 0.82);
    font-size: 12px;
    font-weight: 900;
    cursor: pointer;
  }

  .destination-card .mobile-detail-toggle,
  .check-cards .mobile-detail-toggle,
  .risk-list .mobile-detail-toggle {
    min-height: 36px;
    gap: 4px;
    padding: 0 8px;
    font-size: 11.5px;
    line-height: 1;
    white-space: nowrap;
  }

  .mobile-detail-toggle::after {
    content: "+";
    display: grid;
    place-items: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    color: var(--white);
    background: var(--berry);
    font-size: 17px;
    line-height: 1;
  }

  .destination-card .mobile-detail-toggle::after,
  .check-cards .mobile-detail-toggle::after,
  .risk-list .mobile-detail-toggle::after {
    width: 20px;
    height: 20px;
    font-size: 14px;
  }

  .mobile-detail-card.is-open > .mobile-detail-toggle::after {
    content: "-";
  }

  .mobile-card-detail {
    display: none;
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid rgba(66, 29, 50, 0.12);
  }

  .mobile-detail-card.is-open > .mobile-card-detail {
    display: block;
  }

  .destination-card.primary-route .mobile-detail-toggle,
  .package-card.featured .mobile-detail-toggle {
    border-color: rgba(255, 255, 255, 0.28);
    color: var(--plum);
    background: rgba(255, 225, 201, 0.92);
  }

  .destination-card.primary-route .mobile-card-detail,
  .package-card.featured .mobile-card-detail,
  .risk-list .mobile-card-detail {
    border-top-color: rgba(255, 255, 255, 0.2);
  }

  .package-card {
    gap: 0;
  }

  .package-card .price {
    margin: 8px 0 0;
    font-size: 25px;
  }

  .package-note {
    padding: 16px;
    font-size: 13px;
    line-height: 1.62;
  }

  .donor-panel {
    padding: 16px;
  }

  .donor-carousel {
    grid-template-columns: 44px minmax(0, 1fr) 44px;
    gap: 8px;
  }

  .donor-slide {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .donor-slide img {
    max-height: none;
    aspect-ratio: 4 / 5;
  }

  .carousel-arrow {
    width: 44px;
    height: 44px;
    font-size: 28px;
  }

  .package-card.wide {
    grid-column: span 1;
  }

  .package-note {
    display: grid;
  }

  .contact-methods {
    grid-template-columns: 1fr;
  }

  .intro-grid {
    gap: 6px;
  }

  .intro-grid p {
    font-size: 10.5px;
    line-height: 1.45;
    opacity: 0.84;
  }

  .footer-inner {
    display: grid;
  }
}

@media (max-width: 520px) {
  .moment-gallery {
    grid-template-columns: 1fr;
  }

  .donor-carousel {
    grid-template-columns: 1fr 1fr;
  }

  .carousel-window {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .carousel-arrow {
    grid-row: 2;
    width: 100%;
  }

  .carousel-arrow.prev {
    grid-column: 1;
  }

  .carousel-arrow.next {
    grid-column: 2;
  }

  .carousel-dots {
    grid-row: 3;
  }
}

@media (max-width: 430px) {
  .welcome-content h1 {
    font-size: 32px;
  }

  .language-choices {
    gap: 10px;
  }

  .language-choices button {
    flex-basis: 100%;
  }

  h1 {
    font-size: 31px;
  }

  .hero-actions {
    display: grid;
  }

  .button,
  .text-link {
    width: 100%;
  }

  .featured-moment figcaption,
  .doctor-card figcaption {
    position: static;
    border: 0;
    border-radius: 0;
  }

  .price {
    font-size: 28px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
