.page-memory {
  --memory-night: #080a0e;
  --memory-deep: #0d1118;
  --memory-pearl: #eeece7;
  --memory-silver: #b8c0cc;
  --memory-blue: #71809a;
  color: rgba(255, 255, 255, 0.86);
  background: var(--memory-night);
}

.page-memory .site-header.is-scrolled,
.page-memory .site-header[data-scrolled="true"] {
  background: rgba(8, 10, 14, 0.9);
}

.memory-rail {
  position: fixed;
  z-index: 50;
  top: 50%;
  right: 18px;
  display: grid;
  width: 34px;
  justify-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.68);
  transform: translateY(-50%);
}

.memory-rail > span {
  font-size: 10px;
  letter-spacing: 0.16em;
}

.memory-rail > i {
  position: relative;
  display: block;
  width: 1px;
  height: 90px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.2);
}

.memory-rail > i b {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #fff;
}

.memory-rail > em {
  writing-mode: vertical-rl;
  font-style: normal;
  font-size: 8px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.memory-hero {
  position: relative;
  display: grid;
  min-height: min(940px, 100svh);
  grid-template-columns: minmax(0, 0.92fr) minmax(520px, 1.08fr);
  align-items: center;
  gap: clamp(36px, 5vw, 90px);
  padding: calc(var(--header-h) + 62px) clamp(42px, 6.4vw, 122px) 70px;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 35%, rgba(113, 128, 154, 0.13), transparent 34%),
    linear-gradient(135deg, #080a0e 0%, #0b0f16 58%, #07090d 100%);
}

.memory-hero::after {
  position: absolute;
  right: 8%;
  bottom: 7%;
  width: 38vw;
  height: 38vw;
  border: 1px solid rgba(184, 192, 204, 0.1);
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 0 70px rgba(184, 192, 204, 0.025), 0 0 0 140px rgba(184, 192, 204, 0.015);
}

.memory-hero-copy {
  position: relative;
  z-index: 3;
  max-width: 690px;
}

.memory-hero h1 {
  max-width: 680px;
  margin: 20px 0 26px;
  color: #f5f3ef;
  font-family: var(--sans);
  font-size: clamp(45px, 4.35vw, 78px);
  font-weight: 500;
  line-height: 0.99;
  letter-spacing: -0.05em;
}

.memory-hero h1 em {
  display: inline-block;
  margin-top: 10px;
  color: var(--memory-silver);
  font-family: var(--serif);
  font-weight: 300;
  letter-spacing: -0.035em;
}

.memory-hero-copy > p:not(.section-label) {
  max-width: 600px;
  margin: 0 0 13px;
  color: rgba(255, 255, 255, 0.7);
  font-size: clamp(15px, 1.05vw, 18px);
  line-height: 1.7;
}

.memory-hero .hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 26px;
  margin-top: 30px;
}

.memory-hero .hero-trust {
  display: block;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.memory-film {
  position: relative;
  z-index: 2;
  display: grid;
  height: min(700px, 72vh);
  min-height: 560px;
  grid-template-columns: 1.05fr 0.78fr;
  grid-template-rows: 0.92fr 1.08fr;
  gap: 10px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.035);
  box-shadow: 0 40px 90px rgba(0, 0, 0, 0.42);
  transform: rotate(0.4deg);
}

.film-frame {
  position: relative;
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: #15191f;
}

.film-vernon {
  grid-row: 1 / 3;
}

.film-frame picture,
.film-frame img {
  width: 100%;
  height: 100%;
}

.film-frame img {
  object-fit: cover;
  filter: saturate(0.64) contrast(1.04) brightness(0.84);
  transition: transform 1.2s var(--ease), filter 0.8s ease;
}

.film-frame:hover img {
  filter: saturate(0.82) contrast(1.04) brightness(0.94);
  transform: scale(1.035);
}

.film-frame::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 52%, rgba(4, 6, 9, 0.78));
  content: "";
}

.film-frame figcaption {
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: 15px;
  left: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 9px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.film-frame figcaption span {
  color: #fff;
}

.memory-stars {
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  background-image:
    radial-gradient(circle at 12% 20%, rgba(255, 255, 255, 0.9) 0 1px, transparent 1.5px),
    radial-gradient(circle at 31% 12%, rgba(255, 255, 255, 0.5) 0 0.8px, transparent 1.4px),
    radial-gradient(circle at 54% 27%, rgba(255, 255, 255, 0.65) 0 1px, transparent 1.6px),
    radial-gradient(circle at 75% 16%, rgba(255, 255, 255, 0.75) 0 0.8px, transparent 1.5px),
    radial-gradient(circle at 91% 34%, rgba(255, 255, 255, 0.5) 0 1px, transparent 1.5px);
}

.memory-stars i {
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 12px #fff;
  animation: memoryTwinkle 3.8s ease-in-out infinite alternate;
}

.memory-stars i:nth-child(1) { top: 18%; left: 8%; }
.memory-stars i:nth-child(2) { top: 13%; left: 47%; animation-delay: -1.7s; }
.memory-stars i:nth-child(3) { top: 30%; right: 8%; animation-delay: -2.4s; }

.memory-stars b {
  position: absolute;
  top: 18%;
  right: 26%;
  width: 140px;
  height: 1px;
  opacity: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8));
  transform: rotate(-24deg) translateX(-160px);
  animation: memoryShooting 9s ease-in infinite;
}

.memory-stars b:last-child {
  top: 41%;
  right: 7%;
  width: 90px;
  animation-delay: 4.2s;
}

@keyframes memoryTwinkle {
  from { opacity: 0.25; transform: scale(0.7); }
  to { opacity: 1; transform: scale(1.25); }
}

@keyframes memoryShooting {
  0%, 72% { opacity: 0; transform: rotate(-24deg) translateX(-160px); }
  75% { opacity: 0.9; }
  84% { opacity: 0; transform: rotate(-24deg) translateX(190px); }
  100% { opacity: 0; }
}

.memory-proof {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  background: #0c0f14;
}

.memory-proof article {
  display: flex;
  min-height: 98px;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 22px 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.13);
}

.memory-proof article:last-child { border-right: 0; }
.memory-proof span { color: var(--memory-silver); font-family: var(--serif); font-size: 26px; }
.memory-proof strong { color: rgba(255, 255, 255, 0.78); font-size: 11px; font-weight: 500; letter-spacing: 0.13em; text-transform: uppercase; }

.memory-intro,
.memory-balance,
.memory-suite,
.memory-faq {
  color: var(--ink);
  background: var(--memory-pearl);
}

.memory-intro,
.memory-balance,
.memory-faq {
  padding-right: max(var(--page-x), 7vw);
  padding-left: max(var(--page-x), 7vw);
}

.compact-heading {
  max-width: 1040px;
  margin: 0 auto 48px;
  text-align: center;
}

.compact-heading h2,
.faq-heading h2 {
  margin: 14px 0 18px;
  color: #11141a;
  font-family: var(--sans);
  font-size: clamp(38px, 4vw, 68px);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.compact-heading h2 em,
.faq-heading h2 em {
  color: #657185;
  font-family: var(--serif);
  font-weight: 300;
}

.compact-heading > p:last-child,
.faq-heading > p:last-child {
  max-width: 690px;
  margin: 0 auto;
  color: #5f6269;
}

.intro-grid {
  display: grid;
  max-width: 1040px;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  margin: 0 auto;
  border: 1px solid rgba(17, 20, 26, 0.18);
}

.intro-grid p {
  margin: 0;
  padding: clamp(30px, 4vw, 58px);
  color: #484c53;
  font-size: clamp(16px, 1.22vw, 20px);
  line-height: 1.75;
}

.intro-grid p + p { border-left: 1px solid rgba(17, 20, 26, 0.18); }

.memory-test {
  position: relative;
  padding-right: max(var(--page-x), 7vw);
  padding-left: max(var(--page-x), 7vw);
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 54%, rgba(113, 128, 154, 0.14), transparent 34%),
    #090c11;
}

.compact-heading-light h2,
.faq-heading-light h2 { color: #f2f0ec; }
.compact-heading-light h2 em { color: var(--memory-silver); }
.compact-heading-light > p:last-child { color: rgba(255, 255, 255, 0.58); }

.memory-picker {
  display: grid;
  max-width: 1180px;
  grid-template-columns: 0.92fr 1.08fr;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.17);
  background: rgba(255, 255, 255, 0.025);
}

.memory-picker-tabs {
  display: grid;
}

.memory-picker-tabs button {
  position: relative;
  display: grid;
  min-height: 108px;
  grid-template-columns: 52px 1fr;
  align-items: center;
  gap: 20px;
  padding: 20px 34px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.45);
  background: transparent;
  text-align: left;
  cursor: pointer;
  transition: color 0.3s ease, background 0.3s ease;
}

.memory-picker-tabs button:last-child { border-bottom: 0; }
.memory-picker-tabs button:hover,
.memory-picker-tabs button.is-active { color: #fff; background: rgba(255, 255, 255, 0.055); }
.memory-picker-tabs button::after { position: absolute; top: 0; right: -1px; width: 2px; height: 0; background: #dbe1ea; content: ""; transition: height 0.35s var(--ease); }
.memory-picker-tabs button.is-active::after { height: 100%; }
.memory-picker-tabs small { color: var(--memory-silver); font-size: 10px; letter-spacing: 0.16em; }
.memory-picker-tabs span { font-family: var(--serif); font-size: clamp(24px, 2vw, 34px); line-height: 1.08; }

.memory-picker-scene {
  position: relative;
  display: grid;
  min-height: 324px;
  place-items: center;
  overflow: hidden;
  border-left: 1px solid rgba(255, 255, 255, 0.17);
  background: radial-gradient(circle, rgba(128, 146, 176, 0.16), transparent 58%);
}

.memory-ring {
  position: absolute;
  border: 1px solid rgba(184, 192, 204, 0.32);
  border-radius: 50%;
  transition: border-radius 0.8s var(--ease), transform 0.8s var(--ease), width 0.8s var(--ease), height 0.8s var(--ease);
}

.ring-one { width: 110px; height: 110px; }
.ring-two { width: 200px; height: 200px; }
.ring-three { width: 290px; height: 290px; }
.memory-picker-scene[data-memory-scene="morning"] .memory-ring { border-radius: 2px; transform: rotate(45deg); }
.memory-picker-scene[data-memory-scene="morning"] .ring-one { width: 80px; height: 80px; }
.memory-picker-scene[data-memory-scene="morning"] .ring-two { width: 150px; height: 150px; }
.memory-picker-scene[data-memory-scene="morning"] .ring-three { width: 220px; height: 220px; }
.memory-picker-scene[data-memory-scene="walk"] .memory-ring { border-radius: 50% 18% 50% 18%; transform: rotate(28deg); }
.memory-picker-scene[data-memory-scene="walk"] .ring-two { transform: rotate(62deg); }

.memory-picker-scene p {
  position: relative;
  z-index: 2;
  max-width: 390px;
  margin: 0;
  padding: 42px;
  text-align: center;
}

.memory-picker-scene p small { display: block; margin-bottom: 13px; color: var(--memory-silver); font-size: 9px; letter-spacing: 0.18em; text-transform: uppercase; }
.memory-picker-scene p strong { color: #f3f1ed; font-family: var(--serif); font-size: clamp(31px, 3vw, 48px); font-weight: 300; line-height: 1.06; }
.test-conclusion { max-width: 760px; margin: 38px auto 0; color: rgba(255, 255, 255, 0.62); text-align: center; }

.balance-grid {
  display: grid;
  max-width: 1120px;
  grid-template-columns: repeat(2, 1fr);
  margin: 0 auto;
  border: 1px solid rgba(17, 20, 26, 0.18);
}

.balance-grid article { padding: clamp(34px, 5vw, 70px); }
.balance-grid article + article { border-left: 1px solid rgba(17, 20, 26, 0.18); }
.balance-grid small { display: block; margin-bottom: 26px; color: #747982; font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; }
.balance-grid ul { padding: 0; margin: 0; list-style: none; }
.balance-grid li { position: relative; padding: 15px 0 15px 26px; border-bottom: 1px solid rgba(17, 20, 26, 0.12); color: #353940; font-family: var(--serif); font-size: clamp(23px, 2.2vw, 34px); line-height: 1.1; }
.balance-grid li::before { position: absolute; top: 22px; left: 2px; color: #9097a3; font-family: var(--sans); font-size: 10px; content: "○"; }
.balance-fades { opacity: 0.52; }
.balance-remains { background: rgba(113, 128, 154, 0.08); }
.balance-remains li::before { content: "●"; }

.normandy-memory {
  display: grid;
  min-height: 680px;
  grid-template-columns: 1.08fr 0.92fr;
  background: #0a0d12;
}

.normandy-memory-media { position: relative; min-height: 600px; overflow: hidden; }
.normandy-memory-media::after { position: absolute; inset: 0; background: linear-gradient(90deg, transparent 60%, rgba(10, 13, 18, 0.45)); content: ""; }
.normandy-memory-media picture,
.normandy-memory-media img { width: 100%; height: 100%; }
.normandy-memory-media img { object-fit: cover; filter: saturate(0.62) contrast(1.05) brightness(0.82); }
.normandy-memory-media > span { position: absolute; z-index: 2; bottom: 30px; left: 34px; color: rgba(255, 255, 255, 0.65); font-size: 9px; letter-spacing: 0.17em; text-transform: uppercase; }
.normandy-memory-copy { align-self: center; max-width: 720px; padding: clamp(58px, 7vw, 118px); }
.normandy-memory-copy h2 { margin: 15px 0 26px; color: #f3f1ed; font-family: var(--sans); font-size: clamp(39px, 4vw, 67px); font-weight: 500; line-height: 1.02; letter-spacing: -0.045em; }
.normandy-memory-copy h2 em { color: var(--memory-silver); font-family: var(--serif); font-weight: 300; }
.normandy-memory-copy p { color: rgba(255, 255, 255, 0.62); }
.normandy-memory-copy .text-link { display: inline-flex; margin-top: 16px; }

.memory-suite {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: clamp(44px, 6vw, 104px);
  align-items: center;
  padding-right: max(var(--page-x), 6vw);
  padding-left: max(var(--page-x), 6vw);
}

.suite-memory-copy { max-width: 760px; }
.suite-memory-copy h2 { margin: 15px 0 26px; color: #11141a; font-family: var(--sans); font-size: clamp(39px, 4vw, 67px); font-weight: 500; line-height: 1.02; letter-spacing: -0.045em; }
.suite-memory-copy h2 em { color: #657185; font-family: var(--serif); font-weight: 300; }
.suite-memory-copy > p { max-width: 690px; color: #555961; }
.suite-memory-facts { display: grid; grid-template-columns: repeat(3, 1fr); margin: 38px 0 34px; border-top: 1px solid rgba(17, 20, 26, 0.16); border-bottom: 1px solid rgba(17, 20, 26, 0.16); }
.suite-memory-facts span { padding: 22px 15px 22px 0; border-right: 1px solid rgba(17, 20, 26, 0.16); }
.suite-memory-facts span:not(:first-child) { padding-left: 20px; }
.suite-memory-facts span:last-child { border-right: 0; }
.suite-memory-facts strong,
.suite-memory-facts small { display: block; }
.suite-memory-facts strong { color: #20242b; font-family: var(--serif); font-size: 27px; font-weight: 400; }
.suite-memory-facts small { color: #6d7179; font-size: 9px; letter-spacing: 0.08em; text-transform: uppercase; }
.suite-memory-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 26px; }
.suite-memory-media { position: relative; min-height: 570px; overflow: hidden; background: #11151c; }
.suite-memory-media picture,
.suite-memory-media img { width: 100%; height: 100%; }
.suite-memory-media img { object-fit: cover; filter: saturate(0.72) brightness(0.78); }
.memory-caption { position: absolute; right: 24px; bottom: 24px; left: 24px; padding: 22px 25px; border: 1px solid rgba(255, 255, 255, 0.2); background: rgba(7, 9, 13, 0.68); backdrop-filter: blur(10px); }
.memory-caption small { display: block; color: var(--memory-silver); font-size: 9px; letter-spacing: 0.16em; text-transform: uppercase; }
.memory-caption strong { color: #fff; font-family: var(--serif); font-size: 34px; font-weight: 300; line-height: 1.05; }

.memory-occasions { padding-right: max(var(--page-x), 7vw); padding-left: max(var(--page-x), 7vw); background: #090c11; }
.occasion-links { display: grid; max-width: 1180px; grid-template-columns: repeat(3, 1fr); margin: 0 auto; border: 1px solid rgba(255, 255, 255, 0.16); }
.occasion-links a { position: relative; display: flex; min-height: 230px; flex-direction: column; justify-content: space-between; padding: 34px; border-right: 1px solid rgba(255, 255, 255, 0.16); background: rgba(255, 255, 255, 0.015); transition: background 0.35s ease, transform 0.35s var(--ease); }
.occasion-links a:last-child { border-right: 0; }
.occasion-links a:hover { z-index: 2; background: rgba(184, 192, 204, 0.1); transform: translateY(-7px); }
.occasion-links small { color: var(--memory-silver); font-size: 9px; letter-spacing: 0.15em; text-transform: uppercase; }
.occasion-links strong { max-width: 250px; color: #f0eeea; font-family: var(--serif); font-size: clamp(28px, 2.2vw, 38px); font-weight: 300; line-height: 1.04; }
.occasion-links span { position: absolute; right: 28px; bottom: 28px; color: rgba(255, 255, 255, 0.7); }

.memory-faq { display: grid; grid-template-columns: minmax(280px, 0.76fr) minmax(0, 1.24fr); gap: clamp(44px, 7vw, 120px); align-items: start; }
.faq-heading { position: sticky; top: calc(var(--header-h) + 45px); max-width: 560px; }
.faq-heading h2 { font-size: clamp(38px, 3.6vw, 62px); }
.faq-list details { border-bottom: 1px solid rgba(17, 20, 26, 0.18); }
.faq-list details:first-child { border-top: 1px solid rgba(17, 20, 26, 0.18); }
.faq-list summary { position: relative; padding: 25px 42px 25px 0; color: #23272d; font-family: var(--serif); font-size: clamp(21px, 1.7vw, 29px); line-height: 1.15; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { position: absolute; top: 24px; right: 4px; color: #697386; font-family: var(--sans); font-size: 19px; content: "+"; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 760px; padding: 0 42px 25px 0; margin: 0; color: #5c6067; }
.faq-list details a { color: #354866; text-decoration: underline; text-decoration-color: rgba(53, 72, 102, 0.35); text-underline-offset: 3px; }

.memory-final {
  position: relative;
  display: grid;
  min-height: 620px;
  place-items: center;
  padding: 110px var(--page-x);
  overflow: hidden;
  background:
    linear-gradient(rgba(6, 8, 12, 0.62), rgba(6, 8, 12, 0.87)),
    url("../images/selected/jacuzzi-bleu-deux-verres-1200.webp") center 62% / cover;
}

.memory-final::before { position: absolute; inset: 32px; border: 1px solid rgba(255, 255, 255, 0.16); content: ""; }
.memory-final-copy { position: relative; z-index: 2; max-width: 930px; text-align: center; }
.memory-final h2 { margin: 15px 0 25px; color: #f4f2ee; font-family: var(--sans); font-size: clamp(45px, 5.5vw, 86px); font-weight: 500; line-height: 0.98; letter-spacing: -0.05em; }
.memory-final h2 em { color: #c6ccd6; font-family: var(--serif); font-weight: 300; }
.memory-final-copy > p { max-width: 730px; margin: 0 auto 30px; color: rgba(255, 255, 255, 0.7); font-size: 17px; }
.memory-final-copy > div { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; }
.memory-final-copy > small { display: block; margin-top: 24px; color: rgba(255, 255, 255, 0.54); font-size: 9px; letter-spacing: 0.13em; text-transform: uppercase; }
.memory-stars-final { opacity: 0.85; }

@media (max-width: 1120px) {
  .memory-hero { grid-template-columns: 0.92fr 1.08fr; padding-right: 54px; padding-left: 54px; }
  .memory-film { height: 610px; min-height: 500px; }
  .normandy-memory-copy { padding: 64px 52px; }
  .memory-suite { grid-template-columns: 1fr 0.82fr; }
}

@media (max-width: 920px) {
  .memory-rail { display: none; }
  .memory-hero { min-height: auto; grid-template-columns: 1fr; padding: calc(var(--header-h) + 60px) var(--page-x) 70px; }
  .memory-hero-copy { max-width: 760px; }
  .memory-film { width: 100%; height: 570px; min-height: 0; }
  .memory-proof { grid-template-columns: 1fr; }
  .memory-proof article { min-height: 70px; justify-content: flex-start; border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, 0.13); padding-left: var(--page-x); }
  .memory-proof article:last-child { border-bottom: 0; }
  .memory-picker,
  .normandy-memory,
  .memory-suite,
  .memory-faq { grid-template-columns: 1fr; }
  .memory-picker-scene { border-top: 1px solid rgba(255, 255, 255, 0.17); border-left: 0; }
  .normandy-memory-media { min-height: 520px; }
  .memory-suite { gap: 46px; }
  .suite-memory-media { min-height: 500px; }
  .occasion-links { grid-template-columns: 1fr; }
  .occasion-links a { min-height: 180px; border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, 0.16); }
  .occasion-links a:last-child { border-bottom: 0; }
  .faq-heading { position: static; }
}

@media (max-width: 680px) {
  .memory-hero { padding-right: 20px; padding-left: 20px; }
  .memory-hero h1 { font-size: clamp(40px, 12.2vw, 58px); }
  .page-memory .header-cta { white-space: nowrap; }
  .memory-hero .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .memory-film { height: 440px; grid-template-columns: 1.08fr 0.92fr; padding: 6px; gap: 6px; }
  .film-frame figcaption { right: 10px; bottom: 9px; left: 10px; font-size: 7px; }
  .film-frame figcaption span { display: none; }
  .compact-heading { margin-bottom: 32px; text-align: left; }
  .compact-heading h2,
  .faq-heading h2 { font-size: clamp(35px, 10.5vw, 48px); }
  .compact-heading > p:last-child,
  .faq-heading > p:last-child { margin-left: 0; }
  .intro-grid,
  .balance-grid { grid-template-columns: 1fr; }
  .intro-grid p + p,
  .balance-grid article + article { border-top: 1px solid rgba(17, 20, 26, 0.18); border-left: 0; }
  .memory-picker-tabs button { min-height: 92px; grid-template-columns: 36px 1fr; padding: 16px 20px; }
  .memory-picker-tabs span { font-size: 24px; }
  .memory-picker-scene { min-height: 290px; }
  .ring-three { width: 240px; height: 240px; }
  .memory-picker-scene p { padding: 28px; }
  .memory-picker-scene p strong { font-size: 34px; }
  .normandy-memory-media { min-height: 390px; }
  .normandy-memory-copy { padding: 58px 24px 66px; }
  .normandy-memory-copy h2,
  .suite-memory-copy h2 { font-size: 43px; }
  .memory-suite { padding-right: 20px; padding-left: 20px; }
  .suite-memory-facts { grid-template-columns: 1fr; }
  .suite-memory-facts span,
  .suite-memory-facts span:not(:first-child) { padding: 15px 0; border-right: 0; border-bottom: 1px solid rgba(17, 20, 26, 0.16); }
  .suite-memory-facts span:last-child { border-bottom: 0; }
  .suite-memory-media { min-height: 420px; }
  .suite-memory-actions { align-items: flex-start; flex-direction: column; }
  .occasion-links a { min-height: 165px; padding: 28px; }
  .memory-faq { gap: 30px; }
  .faq-list summary { padding-top: 21px; padding-bottom: 21px; font-size: 23px; }
  .memory-final { min-height: 560px; padding: 90px 24px; }
  .memory-final::before { inset: 14px; }
  .memory-final h2 { font-size: clamp(42px, 12vw, 61px); }
  .memory-final-copy > div { align-items: stretch; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  .memory-stars i,
  .memory-stars b { animation: none; }
  .film-frame img,
  .memory-ring,
  .occasion-links a { transition: none; }
}
