@font-face {
  font-family: "Minion Pro";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./assets/fonts/minion-pro-regular.woff") format("woff");
}

@font-face {
  font-family: "Minion Pro";
  font-style: normal;
  font-weight: 600 700;
  font-display: swap;
  src: url("./assets/fonts/minion-pro-semibold.woff") format("woff");
}

:root {
  --kraft: #a28b69;
  --muskat: #a99270;
  --muskat-dark: #8f7a5a;
  --kraft-ink: #76624a;
  --paper: #f8f6f0;
  --white: #fffdf9;
  --ink: #44382f;
  --muted: #74685f;
  --line: rgba(112, 86, 64, 0.23);
  --serif: "Minion Pro", "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  --shadow: 0 24px 70px rgba(71, 49, 33, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper) url("./assets/papier-weiss.webp") repeat;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 1rem;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
}

/* ---------- Eingang: Couvert öffnen (Ablauf in intro.js) ---------- */

.couvert-intro {
  position: fixed;
  z-index: 1000;
  inset: 0;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2.4rem;
  overflow: hidden;
  background: #886952 url("./assets/couvert-hintergrund.webp") center / cover no-repeat;
  -webkit-tap-highlight-color: transparent;
}

.js-intro .couvert-intro {
  display: flex;
}

.js-intro body {
  overflow: hidden;
}

.couvert-intro::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 50%, transparent 55%, rgba(40, 24, 12, 0.28) 100%),
    linear-gradient(to bottom, transparent 70%, rgba(40, 24, 12, 0.3));
}

.couvert-seal:focus-visible {
  outline: 2px solid var(--white);
  outline-offset: 4px;
}

/* ---------- Umschlag ---------- */

.couvert {
  --paper-bg: #f5f2ec url("./assets/papier-weiss.webp") center / 520px repeat;
  position: relative;
  width: min(76vw, 21rem);
  aspect-ratio: 1 / 1;
  perspective: 1600px;
  animation: couvert-in 1s cubic-bezier(0.22, 1, 0.36, 1) 0.15s both;
}

.couvert-pocket {
  position: absolute;
  z-index: 3;
  inset: 0;
  background: var(--paper-bg);
  box-shadow: 0 34px 60px -24px rgba(38, 25, 14, 0.7), 0 3px 8px rgba(38, 25, 14, 0.22);
}

/* feine Klebe-/Faltkanten wie beim echten Couvert */
.couvert-pocket::before,
.couvert-pocket::after {
  content: "";
  position: absolute;
  top: 47%;
  bottom: 0;
  width: 1px;
  background: linear-gradient(rgba(110, 88, 64, 0), rgba(110, 88, 64, 0.16) 40%);
}

.couvert-pocket::before {
  left: 3.5%;
  transform: skewX(-2deg);
}

.couvert-pocket::after {
  right: 3.5%;
  transform: skewX(2deg);
}

.couvert-signature {
  position: absolute;
  right: 12%;
  bottom: 12%;
  width: 46%;
  aspect-ratio: 256 / 55;
  background: #8f7a5a;
  -webkit-mask: url("./assets/unterschrift.svg") center / contain no-repeat;
  mask: url("./assets/unterschrift.svg") center / contain no-repeat;
  opacity: 0.85;
  transform: rotate(-3deg);
}

.couvert-flap-shadow {
  position: absolute;
  z-index: 3;
  top: 48%;
  right: 1.5%;
  left: 1.5%;
  height: 1.1rem;
  background: linear-gradient(rgba(70, 50, 30, 0.2), rgba(70, 50, 30, 0));
  pointer-events: none;
}

.couvert-flap {
  position: absolute;
  z-index: 4;
  top: 0;
  right: 0;
  left: 0;
  height: 48%;
  transform-origin: 50% 0;
  transform-style: preserve-3d;
}

.couvert-flap span {
  position: absolute;
  inset: 0;
  clip-path: polygon(0 0, 100% 0, 98.5% 100%, 2% 100%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.couvert-flap .flap-outer {
  background: var(--paper-bg);
  background-color: #f8f6f1;
}

.couvert-flap .flap-inner {
  background: var(--paper-bg);
  filter: brightness(0.93);
  transform: rotateX(180deg);
}

/* ---------- Karte im Umschlag ---------- */

.couvert-card {
  position: absolute;
  z-index: 2;
  top: 4%;
  right: 7%;
  left: 7%;
  height: 93%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 13%;
  background-color: var(--kraft);
  background-image: linear-gradient(rgba(136, 98, 67, 0.08), rgba(136, 98, 67, 0.08)),
    url("./assets/muskat-muster-textur.webp");
  background-size: auto, auto;
  box-shadow: 0 1px 3px rgba(40, 28, 18, 0.25);
  color: var(--white);
}

.couvert-card img {
  width: 13%;
  height: auto;
  filter: invert(1);
}

.couvert-card p {
  margin: 0.9rem 0 0;
  font-size: clamp(0.62rem, 2.6vw, 0.78rem);
  letter-spacing: 0.26em;
  text-transform: uppercase;
}

/* ---------- Siegel ---------- */

.couvert-seal {
  position: absolute;
  z-index: 5;
  top: 48%;
  left: 50%;
  display: grid;
  width: 23%;
  aspect-ratio: 1;
  padding: 0;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: var(--kraft) url("./assets/muskat-muster-textur.webp") center / auto repeat;
  box-shadow: inset 0 0 0 3px rgba(255, 253, 249, 0.28), 0 4px 10px rgba(40, 28, 18, 0.35);
  cursor: pointer;
  transform: translate(-50%, -50%);
  transition: transform 220ms ease, box-shadow 220ms ease;
  -webkit-tap-highlight-color: transparent;
}

.couvert-seal:hover {
  box-shadow: inset 0 0 0 3px rgba(255, 253, 249, 0.4), 0 6px 16px rgba(40, 28, 18, 0.4);
  transform: translate(-50%, -50%) scale(1.06);
}

/* sanfter Ring lädt zum Antippen ein */
.couvert-seal::after {
  content: "";
  position: absolute;
  inset: -1px;
  border: 1px solid rgba(255, 253, 249, 0.75);
  border-radius: 50%;
  pointer-events: none;
  animation: couvert-seal-pulse 2.6s ease-out 1.2s infinite both;
}

.couvert-seal img {
  width: 60%;
  height: auto;
  filter: invert(1);
  pointer-events: none;
}

.couvert-hint {
  position: relative;
  margin: 0;
  color: rgba(255, 253, 249, 0.92);
  font-size: 0.72rem;
  letter-spacing: 0.28em;
  text-shadow: 0 1px 6px rgba(40, 24, 12, 0.55);
  text-transform: uppercase;
  animation: couvert-hint 2.6s ease-in-out 1.2s infinite both;
}

/* ab dem 2. Besuch: dezente Option unten */
.couvert-skip {
  position: absolute;
  bottom: calc(1.4rem + env(safe-area-inset-bottom, 0px));
  left: 50%;
  display: none;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0.75rem;
  color: rgba(255, 253, 249, 0.72);
  font-size: 0.78rem;
  letter-spacing: 0.03em;
  text-shadow: 0 1px 4px rgba(40, 24, 12, 0.6);
  white-space: nowrap;
  cursor: pointer;
  transform: translateX(-50%);
  transition: color 180ms ease;
  animation: couvert-skip-in 0.8s ease 1.4s backwards;
}

.couvert-returning .couvert-skip {
  display: inline-flex;
}

.couvert-skip:hover,
.couvert-skip:has(input:checked) {
  color: rgba(255, 253, 249, 0.9);
}

.couvert-skip input {
  display: grid;
  width: 0.85rem;
  height: 0.85rem;
  margin: 0;
  place-content: center;
  border: 1px solid currentColor;
  border-radius: 2px;
  background: transparent;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}

.couvert-skip input::before {
  content: "";
  width: 0.45rem;
  height: 0.25rem;
  margin-top: -0.1rem;
  border-bottom: 1.5px solid currentColor;
  border-left: 1.5px solid currentColor;
  opacity: 0;
  transform: rotate(-45deg);
}

.couvert-skip input:checked::before {
  opacity: 1;
}

.couvert-skip input:focus-visible {
  outline: 2px solid var(--white);
  outline-offset: 2px;
}

/* ---------- Übergang zur Seite ---------- */

.couvert-expand {
  position: fixed;
  z-index: 10;
  inset: 0;
  background-color: var(--kraft);
  background-image: linear-gradient(rgba(136, 98, 67, 0.08), rgba(136, 98, 67, 0.08)),
    url("./assets/muskat-muster-textur.webp");
  background-size: auto, auto;
  pointer-events: none;
}

.couvert-heart {
  position: fixed;
  z-index: 11;
  height: auto;
  filter: invert(1);
  transform-origin: 0 0;
  pointer-events: none;
}

/* Seite blendet nach dem Öffnen gestaffelt ein */
.js-intro .hero-copy > *,
.js-intro .site-header > *,
.js-intro .hero-mountains {
  opacity: 0;
}

.intro-done .hero-copy > :not(.heart),
.intro-done .site-header > * {
  animation: couvert-rise 1s cubic-bezier(0.22, 1, 0.36, 1) backwards;
}

.intro-done .hero .eyebrow {
  animation-delay: 0.05s;
}

.intro-done .hero h1 {
  animation-delay: 0.18s;
}

.intro-done .hero-intro {
  animation-delay: 0.38s;
}

.intro-done .hero .text-link {
  animation-delay: 0.55s;
}

.intro-done .site-header > * {
  animation-delay: 0.75s;
}

.intro-done .hero-mountains {
  animation: couvert-mountains 1.8s cubic-bezier(0.16, 1, 0.3, 1) backwards;
}

@keyframes couvert-in {
  from {
    opacity: 0;
    transform: translateY(1.5rem) rotate(-2deg);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes couvert-hint {
  0%,
  100% {
    opacity: 0.45;
  }
  50% {
    opacity: 1;
  }
}

@keyframes couvert-seal-pulse {
  0% {
    opacity: 0.8;
    transform: scale(1);
  }
  70%,
  100% {
    opacity: 0;
    transform: scale(1.55);
  }
}

@keyframes couvert-skip-in {
  from {
    opacity: 0;
  }
}

@keyframes couvert-rise {
  from {
    opacity: 0;
    transform: translateY(0.9rem);
  }
}

@keyframes couvert-mountains {
  from {
    opacity: 0;
    transform: translateY(8%);
  }
}

a {
  color: inherit;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.75rem 1rem;
  border-radius: 0.25rem;
  background: var(--white);
  color: var(--ink);
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: absolute;
  z-index: 20;
  inset: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 5.25rem;
  padding: 1rem clamp(1.25rem, 3vw, 3.5rem);
  pointer-events: none;
}

.site-header a {
  pointer-events: auto;
}

.monogram {
  display: grid;
  width: 3.3rem;
  height: 3.3rem;
  place-items: center;
  text-decoration: none;
}

.monogram img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: invert(1);
}

.button svg {
  width: 1.1rem;
  height: 1.1rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.invitation {
  min-height: 100svh;
}

.hero {
  position: relative;
  isolation: isolate;
  display: grid;
  min-height: 94svh;
  overflow: hidden;
  background-color: var(--kraft);
  background-image: linear-gradient(rgba(136, 98, 67, 0.08), rgba(136, 98, 67, 0.08)), url("./assets/muskat-muster-textur.webp");
  background-repeat: no-repeat, repeat;
  background-position: center, left top;
  background-size: auto, auto;
  color: var(--white);
}

.hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: radial-gradient(circle at 50% 30%, rgba(255, 255, 255, 0.12), transparent 43%), linear-gradient(to bottom, transparent 65%, rgba(80, 54, 36, 0.1));
  mix-blend-mode: soft-light;
}

.hero-copy {
  z-index: 2;
  align-self: center;
  width: min(100%, 54rem);
  margin: -2rem auto 0;
  padding: 8rem clamp(2rem, 6vw, 6rem) 17rem;
  text-align: center;
}

.heart {
  margin-bottom: 1.1rem;
}

.heart img {
  width: clamp(1.9rem, 3vw, 2.6rem);
  height: auto;
  filter: invert(1);
}

.eyebrow {
  margin: 0;
  font-size: clamp(0.82rem, 1.15vw, 1rem);
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.hero h1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 1.35rem 0 1.6rem;
  font-size: clamp(4rem, 8vw, 7.5rem);
  font-weight: 400;
  letter-spacing: 0.065em;
  line-height: 0.78;
  text-transform: uppercase;
}

.hero h1 i {
  margin: 0.3em 0 0.21em;
  font-size: 0.48em;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.55;
}

.hero-intro {
  margin: 0;
  font-size: clamp(1.15rem, 1.8vw, 1.5rem);
  line-height: 1.38;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 2rem;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.55);
  font-size: 0.77rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-decoration: none;
  text-transform: uppercase;
}

.text-link svg {
  width: 1.1rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.hero-mountains {
  position: absolute;
  z-index: 1;
  right: -5%;
  bottom: -30%;
  width: 110%;
  max-width: none;
  height: auto;
  opacity: 0.92;
  pointer-events: none;
}

.dates {
  display: grid;
  align-items: center;
  min-width: 0;
  padding: clamp(5rem, 9vw, 8rem) clamp(2rem, 8vw, 8rem);
  background-color: var(--paper);
  background-image: linear-gradient(rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0.35)), url("./assets/papier-weiss.webp");
  background-repeat: repeat;
  background-size: auto, 700px;
}

.dates-inner {
  width: min(100%, 64rem);
  margin-inline: auto;
}

.dates-heading {
  max-width: 52rem;
  margin-bottom: clamp(2rem, 4vh, 3.75rem);
}

.dates-heading .eyebrow {
  margin-bottom: 0.8rem;
  color: var(--kraft-ink);
}

.dates-heading h2 {
  margin: 0;
  font-size: clamp(1.9rem, 3vw, 3.35rem);
  font-weight: 400;
  letter-spacing: -0.015em;
  line-height: 1.12;
}

.date-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

.date-card {
  position: relative;
  display: grid;
  grid-template-columns: 6.6rem minmax(0, 1fr);
  gap: clamp(1.5rem, 3vw, 2.5rem);
  min-width: 0;
  padding: clamp(1.5rem, 3vw, 2.2rem);
  border: 1px solid var(--line);
  background: rgba(255, 253, 249, 0.7);
  box-shadow: 0 0 0 rgba(71, 49, 33, 0);
  transition: transform 200ms ease, box-shadow 200ms ease, background 200ms ease;
}

.date-card:hover {
  background: rgba(255, 253, 249, 0.95);
  box-shadow: var(--shadow);
  transform: translateY(-3px);
}

.calendar-page {
  align-self: start;
  overflow: hidden;
  border: 1px solid rgba(112, 86, 64, 0.3);
  background: var(--white);
  text-align: center;
}

.calendar-page span {
  display: block;
  padding: 0.35rem 0.25rem 0.28rem;
  background: var(--kraft) url("./assets/muskat-muster-textur.webp") left top / auto repeat;
  color: var(--white);
  font-size: 0.69rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.calendar-page strong {
  display: block;
  padding-top: 0.2rem;
  font-size: 2.65rem;
  font-weight: 400;
  line-height: 1.08;
}

.calendar-page small {
  display: block;
  padding: 0 0.2rem 0.45rem;
  color: var(--muted);
  font-size: 0.66rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.date-card-copy {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(15.5rem, 0.62fr);
  align-items: center;
  gap: clamp(1.5rem, 4vw, 3.75rem);
  min-width: 0;
}

.event-type {
  margin: 0 0 0.25rem;
  color: var(--kraft-ink);
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.date-card h3 {
  margin: 0;
  font-size: clamp(1.45rem, 2vw, 2rem);
  font-weight: 400;
  line-height: 1.08;
}

.event-detail {
  min-height: 0;
  margin: 0.6rem 0 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.4;
}

.calendar-actions {
  display: grid;
  gap: 0.55rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 2.75rem;
  padding: 0.65rem 0.75rem;
  border: 1px solid var(--muskat);
  font-family: Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  background: var(--muskat);
  color: var(--white);
}

.button-primary:hover {
  border-color: var(--muskat-dark);
  background: var(--muskat-dark);
}

.button-secondary {
  background: transparent;
  color: var(--kraft-ink);
}

.button-secondary:hover {
  background: rgba(169, 146, 112, 0.12);
}

.all-dates {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.9rem;
  margin-top: 1.1rem;
  padding: 1rem 1.2rem;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  text-decoration: none;
  transition: padding 180ms ease, background 180ms ease;
}

.all-dates:hover {
  padding-inline: 1.5rem 0.9rem;
  background: rgba(169, 146, 112, 0.08);
}

.all-dates-icon {
  display: grid;
  width: 2.25rem;
  height: 2.25rem;
  place-items: center;
  background: var(--kraft) url("./assets/muskat-muster-textur.webp") center / auto repeat;
  color: var(--white);
}

.all-dates-icon svg {
  width: 1rem;
  height: 1rem;
  fill: currentColor;
}

.all-dates-icon img {
  width: 1.05rem;
  height: auto;
  filter: invert(1);
}

.all-dates strong,
.all-dates small {
  display: block;
}

.all-dates strong {
  font-size: 0.98rem;
}

.all-dates small {
  margin-top: 0.1rem;
  color: var(--muted);
  font-family: Arial, sans-serif;
  font-size: 0.72rem;
}

.all-dates-arrow {
  width: 1.35rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.4;
}

.calendar-note {
  max-width: 44rem;
  margin: 1.15rem 0 0;
  color: var(--muted);
  font-family: Arial, sans-serif;
  font-size: 0.72rem;
  line-height: 1.55;
}

.closing {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 3rem;
  min-height: 28rem;
  overflow: hidden;
  padding: clamp(8rem, 15vw, 13rem) clamp(1.5rem, 8vw, 9rem) clamp(4rem, 7vw, 6rem);
  background: var(--kraft) url("./assets/muskat-muster-textur.webp") left top / auto repeat;
  color: var(--white);
}

.closing::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -22rem;
  left: -8%;
  width: 116%;
  aspect-ratio: 3 / 2;
  background: url("./assets/berge-weiss.webp") bottom center / 100% auto no-repeat;
  transform: rotate(180deg);
  opacity: 0.16;
}

.closing-copy {
  max-width: 50rem;
}

.closing-copy > p:first-child {
  margin: 0 0 0.6rem;
  font-size: 1.15rem;
}

.closing h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 4.15rem);
  font-weight: 400;
  line-height: 1.08;
}

.signature {
  display: block;
  width: clamp(13rem, 25vw, 20rem);
  height: auto;
  margin: 2.25rem 0 0;
  filter: invert(1);
  transform: rotate(-2deg);
}

.closing-heart {
  width: clamp(2.5rem, 5vw, 4rem);
  height: auto;
  padding-bottom: 0.6rem;
  filter: invert(1);
}

footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem;
  padding: 1.5rem;
  background: var(--white);
  color: var(--muted);
  font-size: 0.73rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

/* nur sichtbar, wenn "Couvert nicht erneut öffnen" gewählt wurde */
.couvert-reset {
  display: none;
  flex-basis: 100%;
  padding: 0;
  border: 0;
  background: none;
  color: var(--muted);
  font: inherit;
  font-size: 0.68rem;
  letter-spacing: 0.04em;
  text-transform: none;
  text-decoration: underline;
  text-decoration-color: rgba(116, 104, 95, 0.35);
  text-underline-offset: 0.2em;
  opacity: 0.75;
  cursor: pointer;
}

.couvert-skipped .couvert-reset {
  display: block;
}

.couvert-reset:hover {
  opacity: 1;
}

:focus-visible {
  outline: 3px solid #2e66b8;
  outline-offset: 3px;
}

@media (max-width: 1180px) {
  .hero-mountains {
    right: -10%;
    width: 120%;
  }
}

@media (max-width: 860px) {
  .site-header {
    position: absolute;
  }

  /* Karte füllt auf Tablet/Handy den ganzen Bildschirm */
  .hero {
    min-height: 100vh;
    min-height: 100svh;
  }

  .hero-copy {
    margin-top: 0;
    padding-top: 8.5rem;
  }

  .hero-mountains {
    right: -22%;
    bottom: -27%;
    width: 145%;
  }

  .dates {
    min-height: auto;
    padding-block: clamp(4.5rem, 12vw, 7rem);
  }

  .dates-heading {
    margin-bottom: 2.5rem;
  }

  .date-card-copy {
    grid-template-columns: minmax(0, 1fr) minmax(14rem, 0.7fr);
    gap: 1.5rem;
  }
}

@media (max-width: 560px) {
  .site-header {
    min-height: 4.6rem;
    padding: 0.85rem 1rem;
  }

  .hero {
    min-height: 100vh;
    min-height: 100svh;
  }

  .hero-copy {
    padding: 7rem 1.3rem 13rem;
  }

  .hero h1 {
    font-size: clamp(3.2rem, 17vw, 5rem);
  }

  .hero-mountains {
    right: -42%;
    bottom: -18%;
    width: 190%;
  }

  .dates {
    padding-inline: 1rem;
  }

  .dates-heading h2 {
    font-size: 2rem;
  }

  .date-card {
    grid-template-columns: 4.9rem minmax(0, 1fr);
    gap: 0.9rem;
    padding: 1rem;
  }

  .date-card-copy {
    display: block;
  }

  .calendar-page strong {
    font-size: 2.25rem;
  }

  .calendar-actions {
    grid-template-columns: 1fr;
    margin-top: 1.35rem;
  }

  .button {
    justify-content: flex-start;
    padding-inline: 0.85rem;
  }

  .all-dates {
    align-items: start;
    padding-inline: 0.75rem;
  }

  .all-dates:hover {
    padding-inline: 0.9rem 0.6rem;
  }

  .all-dates-icon {
    width: 2rem;
    height: 2rem;
  }

  .all-dates-arrow {
    margin-top: 0.25rem;
  }

  .closing {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding-inline: 1.25rem;
  }

  .closing-heart {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .couvert-intro {
    display: none !important;
  }
}
