/* ===== 婚礼请柬样式 ===== */
:root {
  --red: #b3352c;
  --red-deep: #8c1f1f;
  --gold: #d4af6a;
  --gold-light: #eed9a8;
  --cream: #faf6ef;
  --ink: #4a3a32;
  --paper: #fffdf8;
  --blue: #7c93a6;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html, body { height: 100%; overflow: hidden; background: #1a1210; }
body {
  font-family: "Noto Serif SC", "Songti SC", "STSong", "SimSun", serif;
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
  user-select: none;
}
img { display: block; max-width: 100%; }
figure img { width: 100%; height: 100%; object-fit: cover; }

/* ===== 翻页结构 ===== */
.deck { position: relative; width: 100%; height: 100dvh; perspective: 1200px; }
.page {
  position: absolute; inset: 0;
  overflow: hidden;
  padding: max(20px, env(safe-area-inset-top)) 22px max(18px, env(safe-area-inset-bottom));
  display: flex; flex-direction: column; justify-content: center; align-items: center;
  opacity: 0; visibility: hidden; z-index: 0;
  transform: translateY(6%) scale(.985);
  transition: opacity .9s cubic-bezier(.22,.61,.36,1), transform .9s cubic-bezier(.22,.61,.36,1), visibility 0s .9s;
}
.page.active { opacity: 1; visibility: visible; z-index: 2; transform: none; transition-delay: 0s; }
.page.leaving-up   { transform: translateY(-6%) scale(.985); }
.page.leaving-down { transform: translateY(6%) scale(.985); }
.page.active.leaving-up, .page.active.leaving-down { opacity: 0; }

/* ===== 通用元素 ===== */
.kicker {
  letter-spacing: .35em; font-size: 13px; color: var(--red);
  margin-bottom: 14px; text-indent: .35em;
}
.kicker.light { color: var(--gold-light); text-shadow: 0 1px 6px rgba(0,0,0,.55); }
.kicker.red-gold { color: var(--gold); }

/* 入场动效：逐项浮现 */
.reveal { opacity: 0; transform: translateY(26px); }
.page.active .reveal { animation: riseIn .95s cubic-bezier(.22,.61,.36,1) forwards; }
.rv-1 { animation-delay: .15s !important; }
.rv-2 { animation-delay: .35s !important; }
.rv-3 { animation-delay: .55s !important; }
.rv-4 { animation-delay: .75s !important; }
.rv-5 { animation-delay: .95s !important; }
.rv-6 { animation-delay: 1.15s !important; }
@keyframes riseIn { to { opacity: 1; transform: translateY(0); } }

/* ===== 第1页 封面（大红吉祥） ===== */
.page-cover { background: radial-gradient(120% 90% at 50% 0%, #d24437 0%, var(--red) 42%, var(--red-deep) 100%); }
.cover-bg, .time-bg, .end-bg {
  position: absolute; inset: 0; background-size: cover;
  filter: saturate(.92);
}
/* 封面保留原顶部聚焦；其余带虚化背景的页面默认聚焦图像中间 */
.cover-bg { background-position: center 20%; }
.time-bg, .end-bg { background-position: center center; }
.cover-bg { mix-blend-mode: luminosity; opacity: .22; transform: scale(1.06); animation: kenburns 26s ease-in-out infinite alternate; }
@keyframes kenburns { from { transform: scale(1.06) translateY(0); } to { transform: scale(1.16) translateY(-2.5%); } }
.cover-veil {
  position: absolute; inset: 0;
  background:
    radial-gradient(90% 60% at 50% 34%, rgba(255, 210, 160, .12), transparent 70%),
    linear-gradient(180deg, rgba(90,10,10,.15), rgba(70,8,8,.5));
}
.cover-frame {
  position: relative; z-index: 2;
  width: min(86vw, 420px);
  padding: 44px 26px 38px;
  text-align: center; color: var(--gold-light);
  border: 1px solid rgba(238, 217, 168, .55);
  outline: 1px solid rgba(238, 217, 168, .25);
  outline-offset: 6px;
  border-radius: 4px;
  background: linear-gradient(160deg, rgba(120, 18, 18, .38), rgba(80, 10, 10, .30));
  backdrop-filter: blur(2px);
  box-shadow: 0 22px 60px rgba(60, 5, 5, .45);
}
.cover-eyebrow { font-size: 10px; letter-spacing: .5em; text-indent: .5em; opacity: .85; margin-bottom: 18px; }
.cover-double-happiness {
  width: 64px; height: 64px; line-height: 64px; margin: 0 auto 18px;
  font-size: 34px; color: #ffe9c2;
  border: 1px solid rgba(255, 224, 170, .7); border-radius: 50%;
  background: radial-gradient(circle at 50% 35%, rgba(255, 190, 120, .30), rgba(160, 30, 30, .15));
  box-shadow: 0 0 0 5px rgba(255, 224, 170, .12), 0 6px 18px rgba(50, 5, 5, .5);
  animation: glowPulse 3.2s ease-in-out infinite;
}
@keyframes glowPulse {
  0%, 100% { box-shadow: 0 0 0 5px rgba(255,224,170,.12), 0 6px 18px rgba(50,5,5,.5); }
  50% { box-shadow: 0 0 0 9px rgba(255,224,170,.20), 0 6px 26px rgba(120,20,10,.65); }
}
.cover-names {
  display: flex; flex-wrap: nowrap; align-items: center; justify-content: center; gap: 12px;
  font-size: clamp(20px, 7vw, 42px); font-weight: 700; color: #fff3dd;
  letter-spacing: .1em; margin-bottom: 16px;
  text-shadow: 0 2px 12px rgba(60, 5, 5, .6);
  white-space: nowrap;
}
.cover-names span { white-space: nowrap; flex: none; min-width: 0; }
.heart {
  width: 20px; height: 20px; flex: none; position: relative; transform: rotate(-45deg);
  background: var(--gold-light); border-radius: 0 0 2px 0;
}
.heart::before, .heart::after { content: ""; position: absolute; width: 20px; height: 20px; border-radius: 50%; background: var(--gold-light); }
.heart::before { left: -10px; } .heart::after { top: -10px; }
.heart { animation: heartbeat 1.6s ease-in-out infinite; }
@keyframes heartbeat { 0%, 100% { transform: rotate(-45deg) scale(1); } 12% { transform: rotate(-45deg) scale(1.18); } 24% { transform: rotate(-45deg) scale(1); } 36% { transform: rotate(-45deg) scale(1.12); } }
.cover-date { font-size: 15px; letter-spacing: .3em; text-indent: .3em; color: #ffe9c2; margin-bottom: 10px; }
.cover-sub { font-size: 12px; letter-spacing: .2em; opacity: .8; }
/* 滑动提示 */
.scroll-hint {
  position: absolute; bottom: 22px; left: 50%; transform: translateX(-50%);
  z-index: 3; text-align: center; color: #ffe9c2;
  display: flex; flex-direction: column; align-items: center; gap: 8px;
}
.scroll-hint em { font-style: normal; font-size: 11px; letter-spacing: .3em; text-indent: .3em; opacity: .85; }
.mouse { width: 22px; height: 34px; border: 1px solid rgba(255,233,194,.7); border-radius: 12px; display: block; }
.wheel { display: block; width: 3px; height: 7px; margin: 6px auto 0; border-radius: 3px; background: #ffe9c2; animation: wheelDrop 1.6s ease-in-out infinite; }
@keyframes wheelDrop { 0% { transform: translateY(0); opacity: 1; } 70% { transform: translateY(10px); opacity: 0; } 100% { transform: translateY(0); opacity: 0; } }

/* 花瓣飘落 */
.petals { position: absolute; inset: 0; z-index: 2; pointer-events: none; overflow: hidden; }
.petal {
  position: absolute; top: -6%; width: 12px; height: 12px;
  background: radial-gradient(circle at 30% 30%, #f7c8d0, #e79fb0);
  border-radius: 80% 0 80% 0; opacity: 0;
  animation: petalFall linear infinite;
}
.page-cover .petal, .page-end .petal { background: radial-gradient(circle at 30% 30%, #f2b25c, #d98f3a); }
.petals.light .petal { background: radial-gradient(circle at 30% 30%, #f3d9c2, #e2bfa4); opacity: .7; }
@keyframes petalFall {
  0% { transform: translate3d(0, -8%, 0) rotate(0deg); opacity: 0; }
  8% { opacity: .9; }
  90% { opacity: .8; }
  100% { transform: translate3d(6vw, 106vh, 0) rotate(560deg); opacity: 0; }
}

/* ===== 第2/5页 左右排版 ===== */
.split { position: relative; z-index: 2; display: flex; gap: 20px; align-items: stretch; width: min(100%, 560px); height: min(74vh, 640px); }
.split.reverse { flex-direction: row-reverse; }
.split-photo {
  flex: 1 1 52%; position: relative; overflow: hidden; border-radius: 6px;
  box-shadow: 14px 14px 0 rgba(212, 175, 106, .35), 0 18px 40px rgba(40, 25, 15, .25);
}
.split.reverse .split-photo { box-shadow: -14px 14px 0 rgba(212, 175, 106, .35), 0 18px 40px rgba(40, 25, 15, .25); }
.split-photo img { transition: transform 6s ease; }
.page.active .split-photo img { animation: photoZoomIn 7s ease forwards; }
@keyframes photoZoomIn { from { transform: scale(1.12); } to { transform: scale(1); } }
.split-photo figcaption {
  position: absolute; left: 12px; bottom: 10px; z-index: 2;
  font-size: 10px; letter-spacing: .4em; color: #fff;
  text-shadow: 0 1px 8px rgba(0,0,0,.6); opacity: .85;
}
.split-text { flex: 1 1 48%; display: flex; flex-direction: column; justify-content: center; gap: 12px; }
.page-invite { background: linear-gradient(150deg, var(--paper) 0%, #f3ecdd 100%); }
.page-location { background: linear-gradient(150deg, #eef2f4 0%, #dfe8ec 100%); }
.split-text h2 { font-size: clamp(24px, 6vw, 34px); line-height: 1.4; color: var(--ink); }
.split-text h2 b { color: var(--red); }
.lead { font-size: 13px; line-height: 2.1; color: #7a6a5d; }
.sign { margin-top: 8px; font-size: 15px; color: var(--red); letter-spacing: .12em; }
.sign i { font-style: normal; color: var(--gold); }
.venue-name { font-size: clamp(20px, 5vw, 28px); color: var(--red-deep); line-height: 1.5; }
.venue-addr { font-size: 13px; line-height: 1.9; color: #5c6a72; }
.venue-actions { display: flex; gap: 10px; margin-top: 6px; }
.btn-nav {
  display: inline-block; padding: 11px 22px; border-radius: 24px; text-decoration: none;
  background: linear-gradient(135deg, #cf5147, var(--red-deep)); color: #fff8ec;
  font-size: 14px; letter-spacing: .1em; box-shadow: 0 8px 20px rgba(140, 31, 31, .35);
  transition: transform .3s ease, box-shadow .3s ease;
}
.btn-nav:hover { transform: translateY(-2px); box-shadow: 0 12px 26px rgba(140, 31, 31, .45); }
.btn-plain {
  display: inline-block; padding: 11px 18px; border-radius: 24px; text-decoration: none;
  border: 1px solid var(--blue); color: var(--blue); font-size: 13px; letter-spacing: .08em;
  transition: background .3s ease, color .3s ease;
}
.btn-plain:hover { background: var(--blue); color: #fff; }
.venue-tip { font-size: 11px; color: #8a9aa3; letter-spacing: .06em; }
/* ===== 第3页 新人介绍 ===== */
.page-couple { background: linear-gradient(160deg, #fdf9f2 0%, #f1e9dc 100%); }
.couple-head { text-align: center; margin-bottom: 14px; }
.couple-head h2 { font-size: clamp(22px, 5.6vw, 30px); color: var(--ink); }
.couple-head p { font-size: 12px; color: #a08c74; margin-top: 6px; letter-spacing: .15em; }
.couple-body { display: flex; gap: 16px; width: min(100%, 560px); align-items: center; }
.couple-main {
  flex: 1 1 46%; height: min(38vh, 320px); overflow: hidden; border-radius: 6px;
  box-shadow: 0 16px 34px rgba(40, 25, 15, .18); transform: rotate(-1.5deg);
}
.couple-main img { width: 100%; height: 100%; object-fit: cover;}
.couple-cards { flex: 1 1 54%; display: flex; flex-direction: column; gap: 12px; }
.couple-card {
  position: relative; background: rgba(255, 255, 255, .8); border-radius: 8px;
  padding: 14px 16px 12px; box-shadow: 0 8px 20px rgba(40, 25, 15, .1);
  border-left: 3px solid var(--gold);
}
.couple-card b { display: block; font-size: 19px; color: var(--ink); margin-bottom: 4px; }
.couple-card p { font-size: 11.5px; line-height: 1.8; color: #8b7a68; }
.tag {
  position: absolute; top: -9px; right: 12px; font-size: 10px; color: #fff;
  padding: 3px 10px; border-radius: 10px; letter-spacing: .2em; text-indent: .2em;
}
.groom-tag { background: var(--blue); }
.bride-tag { background: #d17a86; }
.couple-row { display: flex; gap: 14px; width: min(100%, 560px); margin-top: 16px; }
.couple-row figure {
  flex: 1; position: relative; height: min(20vh, 170px); overflow: hidden; border-radius: 6px;
  box-shadow: 0 10px 24px rgba(40, 25, 15, .15);
}
.couple-row figure img { width: 100%; height: 100%; object-fit: cover; }
.couple-row figure span {
  position: absolute; right: 10px; bottom: 8px; font-size: 16px; color: #e56a76;
  text-shadow: 0 1px 6px rgba(255,255,255,.8); animation: heartbeat 1.6s ease-in-out infinite;
}

/* ===== 第4页 婚礼时间 ===== */
.page-time { color: #fff7e8; }
.time-bg { filter: brightness(.75); }
.time-veil {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(30, 20, 12, .55) 0%, rgba(30, 20, 12, .68) 100%);
}
.time-inner { position: relative; z-index: 2; text-align: center; width: min(100%, 480px); }
.date-block { margin-bottom: 22px; }
.date-solar { font-size: clamp(22px, 6vw, 30px); letter-spacing: .08em; }
.date-solar b { font-size: 1.25em; color: var(--gold-light); padding: 0 2px; }
.date-solar span { font-size: .6em; border: 1px solid rgba(238, 217, 168, .6); border-radius: 4px; padding: 2px 8px; margin-left: 8px; vertical-align: 4px; }
.date-lunar { font-size: 14px; color: #e8d5ae; margin-top: 10px; letter-spacing: .15em; }
.date-clock { font-size: 13px; margin-top: 8px; color: rgba(255, 247, 232, .85); }
.date-clock b { font-size: 1.4em; color: #fff; }
.countdown { display: flex; justify-content: center; gap: 12px; }
.cd-cell {
  min-width: 64px; padding: 12px 6px 8px; border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 240, 210, .16), rgba(255, 240, 210, .07));
  border: 1px solid rgba(238, 217, 168, .4);
  box-shadow: 0 10px 24px rgba(0, 0, 0, .35);
  backdrop-filter: blur(3px);
}
.cd-cell i {
  display: block; font-style: normal; font-size: 26px; font-weight: 700; color: #ffe9c2;
  font-variant-numeric: tabular-nums; transition: transform .25s ease;
}
.cd-cell i.tick { animation: flipTick .45s ease; }
@keyframes flipTick { 0% { transform: rotateX(0); } 50% { transform: rotateX(88deg); opacity: .3; } 100% { transform: rotateX(0); opacity: 1; } }
.cd-cell em { display: block; font-style: normal; font-size: 11px; margin-top: 4px; color: rgba(255, 247, 232, .75); letter-spacing: .2em; }
.cd-tip { margin-top: 16px; font-size: 12px; letter-spacing: .12em; color: rgba(255, 247, 232, .8); }
/* ===== 第6页 中式仪式 ===== */
.page-cn { color: #ffe9c2; background: radial-gradient(120% 100% at 50% 0%, #cc3333 30%, #b32f28 58%, #7d1a16 100%); }
.cn-inner { position: relative; z-index: 2; text-align: center; width: min(100%, 520px); }
.cn-hero {
  width: min(78%, 320px); margin: 0 auto 16px; overflow: hidden; border-radius: 6px;
  border: 2px solid rgba(255, 215, 150, .6); outline: 1px solid rgba(255, 215, 150, .25); outline-offset: 5px;
  box-shadow: 0 18px 44px rgba(40, 4, 4, .5);
}
.cn-hero img { width: 100%; height: auto; aspect-ratio: 3 / 4; object-fit: cover; }
.cn-text { font-size: 13px; line-height: 2.1; color: #ffe9c2; letter-spacing: .12em; margin-bottom: 16px; text-shadow: 0 1px 6px rgba(0,0,0,.4); }
.cn-sub {
  width: min(70%, 260px); margin: 0 auto; overflow: hidden; border-radius: 6px;
  border: 1px solid rgba(255, 215, 150, .5); box-shadow: 0 14px 36px rgba(40, 4, 4, .5);
}
.cn-sub img { width: 100%; height: auto; aspect-ratio: 16 / 10; object-fit: cover; }
/* 灯笼 */
.lanterns { position: absolute; top: 0; inset-inline: 0; height: 30vh; z-index: 1; pointer-events: none; }
.lanterns span {
  position: absolute; width: 30px; height: 42px; top: -6px;
  background: radial-gradient(circle at 50% 40%, #ff5a4a, #c22d22 70%);
  border-radius: 50% 50% 46% 46%; box-shadow: 0 0 18px rgba(255, 110, 90, .7);
}
.lanterns span::before { content: ""; position: absolute; left: 0; right: 0; top: -9px; height: 9px; background: #c22d22; border-radius: 4px 4px 2px 2px; }
.lanterns span::after { content: ""; position: absolute; left: 50%; width: 2px; height: 13px; top: 9px; background: rgba(255, 220, 170, .8); box-shadow: 0 0 6px rgba(255, 180, 90, .8); transform: translateX(-50%); }
.lanterns span:nth-child(1) { left: 6%; animation: lanternSway 3.4s ease-in-out infinite; transform-origin: top center; }
.lanterns span:nth-child(2) { left: 50%; transform: translateX(-50%); animation: lanternSway 4s ease-in-out .6s infinite; transform-origin: top center; }
.lanterns span:nth-child(3) { right: 6%; animation: lanternSway 3.7s ease-in-out .3s infinite; transform-origin: top center; }
@keyframes lanternSway { 0%, 100% { transform: rotate(4deg); } 50% { transform: rotate(-4deg); } }

/* ===== 第7页 幸福相册 ===== */
.page-gallery { background: linear-gradient(160deg, #faf5ec 0%, #efe6d8 100%); justify-content: center; }
.gal-head { text-align: center; margin-bottom: 16px; }
.gal-head h2 { font-size: clamp(22px, 5.6vw, 30px); color: var(--ink); }
.gal-head p { font-size: 12px; color: #a08c74; margin-top: 6px; letter-spacing: .15em; }
.gal-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 12px; width: min(100%, 560px);
  grid-template-areas: "g1 g1" "g2 g3" "g4 g5";
  height: min(64vh, 560px);
}
.gal-grid figure { position: relative; overflow: hidden; border-radius: 6px; box-shadow: 0 10px 26px rgba(40, 25, 15, .16); cursor: zoom-in; }
.gal-grid figure img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s ease; }
.gal-grid figure:hover img { transform: scale(1.08); }
.gal-grid figure span {
  position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; padding: 20px 10px 8px;
  font-size: 12px; letter-spacing: .2em; color: #fff; text-align: center;
  background: linear-gradient(180deg, transparent, rgba(60, 40, 25, .55));
}
.g1 { grid-area: g1; } .g2 { grid-area: g2; } .g3 { grid-area: g3; } .g4 { grid-area: g4; } .g5 { grid-area: g5; }
/* ===== 第8页 结尾致谢 ===== */
.page-end { background: #1c1510; color: #f8eede; text-align: center; }
.end-bg { opacity: .4; filter: grayscale(.35) brightness(.8); }
.end-veil { position: absolute; inset: 0; background: radial-gradient(80% 70% at 50% 45%, rgba(20, 12, 8, .15), rgba(20, 12, 8, .8)); }
.end-inner { position: relative; z-index: 2; }
.end-eyebrow { font-size: 11px; letter-spacing: .5em; text-indent: .5em; color: var(--gold); margin-bottom: 20px; }
.end-inner h2 { font-size: clamp(26px, 7vw, 38px); letter-spacing: .2em; text-indent: .2em; color: #fff3dd; margin-bottom: 18px; }
.end-text { font-size: 14px; line-height: 2.2; color: #e6d8c2; }
.end-sign { margin: 22px 0 8px; font-size: 18px; letter-spacing: .12em; color: var(--gold-light); }
.end-sign i { font-style: normal; color: var(--gold); }
.end-date { font-size: 12px; letter-spacing: .3em; color: #c9b79e; }

/* ===== 导航组件 ===== */
.dots { position: fixed; right: 12px; top: 50%; transform: translateY(-50%); z-index: 60; display: flex; flex-direction: column; gap: 10px; }
.dots button {
  width: 9px; height: 9px; border-radius: 50%; border: 1px solid rgba(255, 255, 255, .7);
  background: transparent; cursor: pointer; padding: 0; transition: all .35s ease;
}
.dots button.active { background: var(--gold); border-color: var(--gold); transform: scale(1.4); box-shadow: 0 0 10px rgba(212, 175, 106, .8); }
.arrow {
  position: fixed; left: 50%; transform: translateX(-50%); z-index: 60;
  width: 44px; height: 44px; border-radius: 50%; border: 1px solid rgba(212, 175, 106, .6);
  background: rgba(20, 15, 12, .35); color: #ffe9c2; font-size: 26px; line-height: 1;
  cursor: pointer; backdrop-filter: blur(3px); transition: background .3s ease, opacity .3s ease;
}
.arrow:hover { background: rgba(140, 31, 31, .6); }
.arrow.up { top: 14px; transform: translateX(-50%) rotate(90deg); }
.arrow.down { bottom: 14px; transform: translateX(-50%) rotate(90deg); }
.arrow.hidden { opacity: 0; pointer-events: none; }

/* ===== 图片放大 ===== */
.lightbox {
  position: fixed; inset: 0; z-index: 200; background: rgba(10, 8, 6, .9);
  display: none; align-items: center; justify-content: center; cursor: zoom-out;
  backdrop-filter: blur(4px);
}
.lightbox.show { display: flex; animation: fadeIn .3s ease; }
.lightbox img { max-width: 92vw; max-height: 84vh; object-fit: contain; border-radius: 4px; box-shadow: 0 20px 60px rgba(0,0,0,.6); animation: zoomPop .4s cubic-bezier(.22,.61,.36,1); }
.lb-tip { position: absolute; bottom: 30px; color: rgba(255,255,255,.6); font-size: 12px; letter-spacing: .15em; }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes zoomPop { from { transform: scale(.8); opacity: 0; } to { transform: scale(1); opacity: 1; } }

/* ===== 响应式微调 ===== */

/* 竖屏 / 窄屏（手机）：第3页内容改为纵向自然流、可滚动，避免图片被上下裁切 */
@media (max-width: 600px) {
  .page-couple {
    justify-content: flex-start;
    align-items: center;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    scroll-padding: 12px;
  }
  /* 第2/5页：竖屏下拉大图片与文字卡之间的间距 */
  .split { gap: clamp(24px, 8vw, 40px); }
  .couple-head { margin-bottom: 8px; }
  .couple-body { flex-direction: column; align-items: stretch; gap: 10px; }
  .couple-main { flex: none; width: 100%; height: min(28vh, 200px); object-position: top center;}
  .couple-cards { flex: none; gap: 8px; }
  .couple-card { padding: 10px 14px 9px; }
  .couple-card b { font-size: 17px; margin-bottom: 2px; }
  .couple-card p { font-size: 10.5px; line-height: 1.7; }
  .couple-row { margin-top: 8px; }
  .couple-body { margin-bottom: 2px; }
  .couple-row figure { flex: 1 1 50%; height: min(28vh, 150px); }
  /* 给底部留出安全空间，避免内容被下导航箭头盖住 */
  .couple-row { scroll-margin-bottom: 20px; }
}

@media (max-width: 380px) {
  .cd-cell { min-width: 56px; }
  .couple-body { flex-direction: column; align-items: stretch; gap: 8px; }
  .couple-main { height: min(26vh, 180px); object-position: top center;}
  .couple-row figure { height: min(26vh, 140px); }
}
