:root {
  --ink: #16221e;
  --ink-soft: rgba(22, 34, 30, 0.72);
  --forest: #2d5748;
  --forest-deep: #15241f;
  --sage: #778971;
  --clay: #b66852;
  --gold: #b69a60;
  --cream: #fffaf1;
  --paper: #f5efe2;
  --linen: #e7ddcc;
  --line: rgba(22, 34, 30, 0.14);
  --line-dark: rgba(255, 250, 241, 0.22);
  --shadow: 0 24px 70px rgba(22, 34, 30, 0.16);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", "Helvetica Neue", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: var(--sans);
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

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

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 80;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  min-height: 72px;
  padding: 16px clamp(18px, 4vw, 56px);
  color: var(--cream);
  transition: background-color 220ms ease, color 220ms ease, border-color 220ms ease;
}

.site-header.is-scrolled {
  color: var(--ink);
  background: rgba(255, 250, 241, 0.94);
  border-bottom: 1px solid var(--line);
}

.brand,
.nav,
.language-select,
.header-cta {
  font-family: var(--sans);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  justify-self: start;
}

.brand-mark {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-family: var(--serif);
  font-size: 0.95rem;
  letter-spacing: 0;
}

.nav {
  display: flex;
  gap: clamp(18px, 3vw, 38px);
  justify-content: center;
}

.header-actions {
  display: flex;
  align-items: center;
  justify-self: end;
  gap: clamp(12px, 1.8vw, 22px);
}

.language-select {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.language-select select {
  min-width: 112px;
  appearance: none;
  color: inherit;
  background:
    linear-gradient(45deg, transparent 50%, currentColor 50%) calc(100% - 15px) 50% / 5px 5px no-repeat,
    linear-gradient(135deg, currentColor 50%, transparent 50%) calc(100% - 10px) 50% / 5px 5px no-repeat,
    rgba(255, 250, 241, 0.1);
  border: 1px solid currentColor;
  border-radius: 999px;
  padding: 8px 28px 8px 12px;
  font: inherit;
  letter-spacing: 0.04em;
  text-transform: none;
  cursor: pointer;
}

.language-select option {
  color: var(--ink);
  background: var(--cream);
}

.nav a,
.section-rail a,
.header-cta {
  transition: opacity 160ms ease, color 160ms ease;
}

.nav a:hover,
.section-rail a:hover,
.header-cta:hover {
  opacity: 0.68;
}

.header-cta {
  border-bottom: 1px solid currentColor;
  padding-bottom: 4px;
}

.hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: var(--cream);
  padding: 128px clamp(20px, 6vw, 88px) clamp(34px, 5vw, 72px);
}

.hero-media,
.hero-shade {
  position: absolute;
  inset: 0;
  height: 100%;
}

.hero-media {
  object-fit: cover;
  object-position: center center;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(6, 16, 12, 0.78), rgba(6, 16, 12, 0.34) 48%, rgba(6, 16, 12, 0.08)),
    linear-gradient(180deg, rgba(6, 16, 12, 0.28), transparent 36%, rgba(6, 16, 12, 0.38));
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(850px, 100%);
  min-width: 0;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--forest);
  font-family: var(--sans);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero .eyebrow,
.detail-dark .eyebrow,
.contact .eyebrow {
  color: #dce6d4;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: 0;
}

h1 {
  max-width: 820px;
  font-size: clamp(4.3rem, 9vw, 10rem);
  line-height: 0.86;
}

html[lang="zh"] h1 {
  max-width: 900px;
  font-size: clamp(4rem, 7.8vw, 8.4rem);
  line-height: 0.96;
  letter-spacing: -0.06em;
}

h2 {
  font-size: clamp(2.7rem, 5.9vw, 6.3rem);
  line-height: 0.92;
}

h3 {
  font-size: clamp(1.72rem, 2.35vw, 2.46rem);
  line-height: 1;
}

p {
  color: var(--ink-soft);
  font-size: clamp(1rem, 1.22vw, 1.15rem);
  line-height: 1.68;
}

.hero-copy {
  max-width: 660px;
  margin: 24px 0 0;
  color: rgba(255, 250, 241, 0.9);
  font-size: clamp(1.16rem, 1.7vw, 1.48rem);
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 14px 22px;
  border: 1px solid currentColor;
  border-radius: 3px;
  font-family: var(--sans);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.button:hover {
  box-shadow: 0 14px 28px rgba(22, 34, 30, 0.16);
  transform: translateY(-1px);
}

.button-light {
  color: var(--ink);
  background: var(--cream);
  border-color: var(--cream);
}

.button-ghost {
  color: var(--cream);
}

.button-dark {
  color: var(--cream);
  background: var(--forest);
  border-color: var(--forest);
}

.hero-card {
  position: absolute;
  right: clamp(20px, 5vw, 76px);
  bottom: clamp(22px, 5vw, 72px);
  z-index: 3;
  width: min(318px, calc(100% - 40px));
  padding: 22px;
  border: 1px solid rgba(255, 250, 241, 0.28);
  background: rgba(255, 250, 241, 0.11);
}

.hero-card span,
.product-body span,
.route-card span,
.ritual-grid span {
  display: block;
  margin-bottom: 12px;
  font-family: var(--sans);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-card strong {
  display: block;
  font-family: var(--serif);
  font-size: 1.72rem;
  font-weight: 500;
  line-height: 1;
}

.hero-card p {
  margin: 12px 0 0;
  color: rgba(255, 250, 241, 0.78);
  font-size: 0.95rem;
}

.section-rail {
  position: sticky;
  top: 72px;
  z-index: 60;
  display: flex;
  justify-content: center;
  gap: clamp(14px, 3vw, 34px);
  overflow-x: auto;
  padding: 13px 18px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 250, 241, 0.94);
}

.section-rail a {
  flex: 0 0 auto;
  color: var(--ink);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.band {
  background:
    radial-gradient(circle at 8% 8%, rgba(119, 137, 113, 0.16), transparent 28%),
    var(--paper);
}

.wrap {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

section:not(.hero) {
  padding: clamp(72px, 9vw, 138px) 0;
}

.split-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 440px);
  gap: 28px;
  align-items: end;
  margin-bottom: 44px;
}

.split-head p:last-child {
  margin: 0 0 8px;
}

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

.route-card {
  min-height: 245px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 22px;
  border: 1px solid var(--line);
  background: rgba(255, 250, 241, 0.72);
  transition: background-color 180ms ease, transform 180ms ease;
}

.route-card:hover {
  background: var(--cream);
  transform: translateY(-3px);
}

.route-card span {
  color: var(--forest);
}

.route-card strong {
  font-family: var(--serif);
  font-size: 2rem;
  font-weight: 500;
  line-height: 0.98;
}

.route-card p {
  margin: 12px 0 0;
  font-size: 0.98rem;
}

.story-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(34px, 6vw, 86px);
  align-items: center;
}

.story-copy p {
  max-width: 585px;
  margin-top: 24px;
}

.story-media {
  position: relative;
}

.story-media img {
  border-radius: 6px;
  box-shadow: var(--shadow);
}

.story-note {
  position: absolute;
  left: -34px;
  bottom: -30px;
  width: min(310px, 80%);
  padding: 22px;
  border: 1px solid var(--line);
  background: var(--cream);
  box-shadow: 0 18px 50px rgba(22, 34, 30, 0.13);
}

.story-note span {
  display: block;
  margin-bottom: 8px;
  color: var(--forest);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.story-note strong {
  font-family: var(--serif);
  font-size: 1.78rem;
  font-weight: 500;
  line-height: 1;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
}

.product-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fffdf7;
}

.product-card-tall {
  margin-top: 54px;
}

.product-card img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
  transition: transform 520ms ease;
}

.focus-center {
  object-position: center;
}

.focus-face {
  object-position: center 42%;
}

.focus-product {
  object-position: center 55%;
}

.product-card:hover img,
.variant:hover img,
.proof-grid img:hover,
.mosaic img:hover {
  transform: scale(1.028);
}

.product-body {
  padding: 24px;
}

.product-body span {
  color: var(--forest);
}

.product-body p {
  margin: 14px 0 18px;
}

.product-body a {
  display: inline-block;
  border-bottom: 1px solid currentColor;
  color: var(--forest);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.detail {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
  gap: clamp(30px, 6vw, 86px);
  align-items: center;
  padding-left: clamp(20px, 5vw, 72px) !important;
  padding-right: clamp(20px, 5vw, 72px) !important;
}

.detail-dark {
  background: var(--forest-deep);
  color: var(--cream);
}

.detail-light {
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  background: #fbf7ee;
}

.detail h2,
.detail p,
.detail dd {
  color: inherit;
}

.detail-copy {
  max-width: 620px;
}

.detail-copy p {
  margin-top: 24px;
  font-size: clamp(1.08rem, 1.4vw, 1.28rem);
}

.detail-copy .button {
  margin-top: 32px;
}

.detail-media {
  display: grid;
  grid-template-columns: 0.82fr 1fr;
  gap: 14px;
}

.detail-media img {
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  border-radius: 6px;
}

.detail-media img:first-child {
  margin-top: 44px;
}

.spec-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 34px;
}

.evidence {
  background:
    linear-gradient(180deg, rgba(245, 239, 226, 0.42), rgba(255, 250, 241, 0)),
    var(--cream);
}

.evidence-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(34px, 6vw, 84px);
  align-items: center;
}

.evidence-copy p {
  max-width: 490px;
  margin-top: 24px;
}

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

.info-image {
  margin: 0;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fffdf7;
}

.info-image img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  object-fit: contain;
}

.carry-note {
  background: var(--forest-deep);
  color: var(--cream);
}

.carry-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(34px, 6vw, 84px);
  align-items: center;
}

.carry-grid h2,
.carry-grid p {
  color: inherit;
}

.carry-grid > div:first-child p:last-child {
  max-width: 520px;
  margin-top: 24px;
  color: rgba(255, 250, 241, 0.78);
}

.carry-images {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 14px;
}

.carry-images img {
  height: 500px;
  object-fit: cover;
  border-radius: 6px;
}

.carry-images img:first-child {
  margin-top: 54px;
  object-fit: contain;
  padding: 12px;
  border: 1px solid var(--line-dark);
  background: rgba(255, 250, 241, 0.08);
}

.spec-grid div {
  border: 1px solid var(--line-dark);
  padding: 18px;
}

.spec-grid span {
  display: block;
  margin-bottom: 8px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.spec-grid strong {
  display: block;
  font-family: var(--serif);
  font-size: 1.65rem;
  font-weight: 500;
  line-height: 1;
}

.section-head.compact {
  max-width: 760px;
}

.section-head.compact p {
  max-width: 620px;
  margin-top: 18px;
}

.variant-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 38px;
}

.variant {
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--cream);
}

.variant img {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 4px;
  transition: transform 520ms ease;
}

.variant h3 {
  margin: 20px 10px 0;
}

.variant p {
  margin: 12px 10px 14px;
}

.wear-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.wear-grid img {
  aspect-ratio: 4 / 3;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}

.wear-grid img:nth-child(2) {
  object-fit: contain;
  padding: 10px;
  border: 1px solid var(--line);
  background: var(--cream);
}

.pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.pill-list span {
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--forest);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.sachet-gallery {
  background: #fffdf7;
}

.gallery-story {
  display: grid;
  gap: 30px;
}

.gallery-story h2 {
  max-width: 760px;
}

.gallery-strip {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 0.8fr;
  gap: 10px;
}

.gallery-strip img {
  height: 420px;
  object-fit: cover;
  border-radius: 6px;
}

.gallery-strip img:nth-child(3) {
  object-fit: contain;
  padding: 12px;
  border: 1px solid var(--line);
  background: var(--cream);
}

.ritual-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.ritual-grid article {
  min-height: 280px;
  padding: 26px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 250, 241, 0.5);
}

.ritual-grid span {
  color: var(--forest);
}

.ritual-grid p {
  margin-top: 14px;
}

.gift-grid,
.atelier-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: clamp(34px, 6vw, 84px);
  align-items: center;
}

.gift-image-stack {
  display: grid;
  grid-template-columns: 1fr 0.78fr;
  grid-template-rows: 260px 260px;
  gap: 12px;
}

.gift-image-stack img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
  box-shadow: var(--shadow);
}

.gift-image-stack img:first-child {
  grid-row: 1 / span 2;
  object-fit: contain;
  padding: 12px;
  border: 1px solid var(--line);
  background: var(--cream);
}

.gift-image-stack img:nth-child(2) {
  object-fit: contain;
  padding: 12px;
  border: 1px solid var(--line);
  background: var(--cream);
}

.gift-copy p,
.atelier-copy p {
  max-width: 520px;
  margin: 24px 0 30px;
}

.gift-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: -8px 0 30px;
}

.gift-points span {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 9px 12px;
  color: var(--forest);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.atelier {
  background: #fffdf7;
}

.mosaic {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  grid-auto-rows: 220px;
  gap: 12px;
}

.mosaic img {
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
  transition: transform 520ms ease;
}

.mosaic img:first-child {
  grid-row: span 2;
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 34px;
}

.proof-grid img {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 4px;
  transition: transform 520ms ease;
}

.contact {
  position: relative;
  min-height: 680px;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding-left: 20px !important;
  padding-right: 20px !important;
  color: var(--cream);
}

.contact-media {
  position: absolute;
  inset: 0;
  height: 100%;
  object-fit: cover;
}

.contact::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(11, 22, 18, 0.58);
}

.contact-panel {
  position: relative;
  z-index: 2;
  width: min(760px, 100%);
  text-align: center;
}

.contact-panel h2,
.contact-panel p {
  color: inherit;
}

.contact-panel p {
  max-width: 620px;
  margin: 22px auto 0;
  color: rgba(255, 250, 241, 0.86);
}

.contact-actions {
  justify-content: center;
}

.text-link {
  border-bottom: 1px solid currentColor;
  color: var(--cream);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 24px clamp(20px, 5vw, 70px);
  border-top: 1px solid var(--line);
  background: var(--cream);
  color: var(--ink-soft);
  font-size: 0.88rem;
}

.footer a {
  border-bottom: 1px solid currentColor;
}

.section-inview {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.section-inview.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1080px) {
  .route-grid,
  .ritual-grid,
  .proof-grid,
  .wear-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gallery-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .nav {
    display: none;
  }

  .hero-card {
    display: none;
  }

  .split-head,
  .story-grid,
  .detail,
  .detail-light,
  .evidence-grid,
  .carry-grid,
  .gift-grid,
  .atelier-grid {
    grid-template-columns: 1fr;
  }

  .product-grid,
  .variant-row {
    grid-template-columns: 1fr;
  }

  .product-card-tall {
    margin-top: 0;
  }

  .detail-media img:first-child {
    margin-top: 0;
  }
}

@media (max-width: 640px) {
  .site-header {
    display: flex;
    justify-content: space-between;
    min-height: 64px;
    padding: 14px 18px;
    gap: 12px;
  }

  .brand,
  .header-actions {
    min-width: 0;
  }

  .brand span:last-child {
    display: none;
  }

  .header-actions {
    flex: 0 0 auto;
    gap: 10px;
  }

  .language-select span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
  }

  .language-select select {
    width: 96px;
    min-width: 0;
    padding: 7px 24px 7px 10px;
    font-size: 0.7rem;
  }

  .header-cta {
    display: none;
  }

  .section-rail {
    top: 64px;
    justify-content: flex-start;
  }

  .hero {
    min-height: 760px;
    padding: 112px 20px 46px;
  }

  .hero-media {
    object-position: 72% center;
  }

  .hero-content {
    width: 100%;
  }

  h1 {
    max-width: 340px;
    font-size: clamp(3.35rem, 16vw, 4.5rem);
    line-height: 0.9;
  }

  html[lang="zh"] h1 {
    max-width: 460px;
    font-size: clamp(3rem, 11vw, 3.45rem);
    line-height: 1.02;
  }

  .hero-copy {
    max-width: 340px;
    font-size: 1rem;
    line-height: 1.55;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: min(100%, 340px);
  }

  .hero-actions .button {
    width: 100%;
  }

  .button {
    min-height: 48px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 0.7rem;
  }

  h2 {
    font-size: clamp(2.25rem, 10.5vw, 3.3rem);
    overflow-wrap: break-word;
    hyphens: auto;
  }

  section:not(.hero) {
    padding: 72px 0;
  }

  .wrap {
    width: calc(100% - 32px);
  }

  .split-head > *,
  section p {
    min-width: 0;
    overflow-wrap: break-word;
  }

  .route-grid,
  .ritual-grid,
  .proof-grid,
  .wear-grid,
  .evidence-panels,
  .detail-media,
  .carry-images,
  .gallery-strip,
  .mosaic {
    grid-template-columns: 1fr;
  }

  .story-note {
    position: static;
    width: 100%;
    margin-top: 12px;
  }

  .detail {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .detail-media img {
    min-height: 0;
  }

  .carry-images img {
    height: auto;
    aspect-ratio: 4 / 5;
  }

  .carry-images img:first-child {
    margin-top: 0;
  }

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

  .gift-image-stack {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .gift-image-stack img,
  .gift-image-stack img:first-child {
    grid-row: auto;
  }

  .gallery-strip img,
  .gift-image-stack img {
    height: auto;
    aspect-ratio: 4 / 5;
  }

  .gallery-strip img:nth-child(3),
  .gift-image-stack img:nth-child(2) {
    aspect-ratio: auto;
  }

  .mosaic {
    grid-auto-rows: auto;
  }

  .mosaic img:first-child {
    grid-row: auto;
  }

  .footer {
    display: block;
  }

  .footer span,
  .footer a {
    display: block;
  }

  .footer span + span,
  .footer span + a {
    margin-top: 8px;
  }
}
