:root {
  --hm-ink: #142126;
  --hm-ink-deep: #0e181c;
  --hm-ivory: #f7f2e9;
  --hm-paper: #f1eee7;
  --hm-rose: #d9a5a5;
  --hm-copper: #a8643a;
  --hm-line-dark: rgba(247, 242, 233, 0.18);
  --hm-line-light: rgba(20, 33, 38, 0.16);
  --hm-display: "Italiana", "Times New Roman", serif;
  --hm-body: "Manrope", Arial, sans-serif;
  --hm-radius: 1.5rem;
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body.hymne-package-page {
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  background: var(--hm-ink-deep);
  color: var(--hm-ivory);
  font-family: var(--hm-body);
}

body.menu-open { overflow: hidden; }

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }

.skip-link {
  position: fixed;
  top: 0.5rem;
  left: 1rem;
  z-index: 2000;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  background: var(--hm-ivory);
  color: var(--hm-ink);
  transform: translateY(-160%);
}

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

.hymne-package-page :is(a, button, input, textarea):focus-visible {
  outline: 3px solid var(--hm-rose);
  outline-offset: 3px;
}

.package-stage {
  position: relative;
  isolation: isolate;
  min-height: 100vh;
  padding: clamp(8.5rem, 13vw, 11.5rem) max(1.25rem, calc((100vw - 1420px) / 2)) clamp(4rem, 7vw, 7rem);
  background:
    radial-gradient(circle at 82% 12%, rgba(217, 165, 165, 0.11), transparent 26rem),
    var(--hm-ink);
}

.package-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: linear-gradient(90deg, rgba(247, 242, 233, 0.055) 1px, transparent 1px);
  background-size: min(12vw, 160px) 100%;
  pointer-events: none;
}

.package-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(18rem, 0.45fr);
  align-items: end;
  column-gap: clamp(2rem, 7vw, 8rem);
  margin-bottom: clamp(2rem, 4vw, 3.5rem);
}

.back-link {
  grid-column: 1 / -1;
  width: fit-content;
  margin-bottom: clamp(2.2rem, 4vw, 3.5rem);
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  color: rgba(247, 242, 233, 0.7);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.back-link span { font-size: 1.1rem; transition: transform 180ms ease; }
.back-link:hover span { transform: translateX(-0.25rem); }

.eyebrow {
  margin: 0 0 1rem;
  color: var(--hm-rose);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.package-intro .eyebrow { grid-column: 1; }

.package-intro h1 {
  grid-column: 1;
  max-width: 13ch;
  margin: 0;
  font-family: var(--hm-display);
  font-size: clamp(3.2rem, 6.2vw, 6.8rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.025em;
}

.package-lead {
  grid-column: 2;
  grid-row: 3;
  max-width: 31rem;
  margin: 0 0 0.6rem;
  color: rgba(247, 242, 233, 0.76);
  font-size: clamp(0.88rem, 1.1vw, 1.02rem);
  line-height: 1.75;
}

.package-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(20rem, 0.72fr);
  gap: clamp(1.5rem, 3vw, 3rem);
  align-items: start;
}

.package-gallery,
.package-summary {
  min-width: 0;
}

/* Keep the Diamond/Platinum selector directly above the selected package card. */
.package-layout .package-gallery {
  grid-column: 1;
  grid-row: 1 / span 2;
}

.package-switcher--above-summary {
  grid-column: 2;
  grid-row: 1;
  width: 100%;
  margin: 0 0 1rem;
  padding-top: 0;
  border-top: 0;
}

.package-layout .package-summary {
  grid-column: 2;
  grid-row: 2;
}

.gallery-main {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: var(--hm-radius);
  background: #26373d;
}

.gallery-main::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  background: linear-gradient(transparent, rgba(10, 18, 21, 0.42));
  pointer-events: none;
}

.gallery-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 38%;
  animation: gallery-reveal 360ms ease both;
}

.gallery-image[hidden] { display: none; }

@keyframes gallery-reveal {
  from { opacity: 0; transform: scale(1.015); }
  to { opacity: 1; transform: scale(1); }
}

.gallery-counter {
  position: absolute;
  right: 1.1rem;
  bottom: 1rem;
  z-index: 2;
  padding: 0.5rem 0.7rem;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 999px;
  background: rgba(14, 24, 28, 0.62);
  backdrop-filter: blur(10px);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.gallery-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 3rem;
  height: 3rem;
  display: grid;
  place-items: center;
  border: 1px solid rgba(247, 242, 233, 0.42);
  border-radius: 50%;
  background: rgba(247, 242, 233, 0.92);
  color: var(--hm-ink);
  cursor: pointer;
  transform: translateY(-50%);
  transition: transform 180ms ease, background 180ms ease;
}

.gallery-arrow:hover { background: #fff; transform: translateY(-50%) scale(1.06); }
.gallery-arrow.is-prev { left: 1rem; }
.gallery-arrow.is-next { right: 1rem; }

.gallery-thumbnails {
  margin-top: 0.8rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.7rem;
}

.gallery-thumbnail {
  position: relative;
  aspect-ratio: 4 / 2.4;
  overflow: hidden;
  padding: 0;
  border: 1px solid transparent;
  border-radius: 0.75rem;
  background: #24343a;
  cursor: pointer;
  opacity: 0.58;
  transition: opacity 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.gallery-thumbnail img { width: 100%; height: 100%; object-fit: cover; }
.gallery-thumbnail:hover { opacity: 0.9; transform: translateY(-2px); }
.gallery-thumbnail.is-active { border-color: var(--hm-rose); opacity: 1; }

.package-summary {
  position: sticky;
  top: 7.5rem;
  padding: clamp(1.35rem, 2.4vw, 2.2rem);
  border: 1px solid var(--hm-line-dark);
  border-radius: var(--hm-radius);
  background: rgba(247, 242, 233, 0.065);
  box-shadow: 0 28px 70px rgba(0,0,0,.14);
  backdrop-filter: blur(8px);
}

.summary-kicker {
  margin: 0 0 0.5rem;
  color: var(--hm-rose);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.summary-price {
  font-family: var(--hm-body);
  font-size: clamp(2.1rem, 3.2vw, 3.3rem);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.018em;
}

.summary-caption {
  margin: 0.8rem 0 1.5rem;
  color: rgba(247, 242, 233, 0.63);
  font-size: 0.74rem;
  line-height: 1.6;
}

.summary-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--hm-line-dark);
  border-left: 1px solid var(--hm-line-dark);
}

.summary-facts > div {
  min-width: 0;
  padding: 1rem;
  border-right: 1px solid var(--hm-line-dark);
  border-bottom: 1px solid var(--hm-line-dark);
}

.fact-icon { display: block; margin-bottom: 0.7rem; color: var(--hm-rose); font-size: 1rem; }
.summary-facts small { display: block; margin-bottom: 0.22rem; color: rgba(247, 242, 233, 0.52); font-size: 0.62rem; }
.summary-facts strong { display: block; font-size: 0.72rem; line-height: 1.45; }

.package-includes { margin-top: 1.6rem; }
.package-includes h2 { margin: 0 0 1rem; font-family: var(--hm-body); font-size: 1.15rem; font-weight: 700; line-height: 1.35; letter-spacing: 0; }
.package-includes ul { margin: 0; padding: 0; display: grid; gap: 0.6rem; list-style: none; }
.package-includes li { display: grid; grid-template-columns: 1rem 1fr; gap: 0.55rem; color: rgba(247,242,233,.8); font-size: 0.75rem; line-height: 1.5; }
.package-includes li span { color: var(--hm-rose); font-weight: 800; }

.package-switcher {
  margin-top: clamp(2rem, 4vw, 3.5rem);
  padding-top: 1.2rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--hm-line-dark);
}

.package-switch {
  min-width: 0;
  padding: 1.1rem clamp(0.75rem, 2vw, 1.5rem);
  display: grid;
  gap: 0.35rem;
  border-right: 1px solid var(--hm-line-dark);
  color: rgba(247, 242, 233, 0.52);
  transition: background 180ms ease, color 180ms ease;
}

.package-switch:first-child { border-left: 1px solid var(--hm-line-dark); }
.package-switch span { font-family: var(--hm-body); font-size: clamp(.9rem, 1.5vw, 1.15rem); font-weight: 600; line-height: 1.35; letter-spacing: 0; }
.package-switch small { font-size: 0.62rem; font-weight: 700; }
.package-switch:hover { background: rgba(247,242,233,.06); color: var(--hm-ivory); }
.package-switch.is-active { background: var(--hm-ivory); color: var(--hm-ink); }

.reservation-section {
  padding: clamp(4rem, 8vw, 8rem) max(1.25rem, calc((100vw - 1180px) / 2));
  background:
    linear-gradient(180deg, rgba(255,255,255,.34), transparent 24%),
    var(--hm-paper);
  color: var(--hm-ink);
}

.reservation-heading {
  max-width: 42rem;
  margin-bottom: clamp(2rem, 4vw, 3.5rem);
}

.reservation-heading .eyebrow { color: var(--hm-copper); }
.reservation-heading h2 { margin: 0; font-family: var(--hm-display); font-size: clamp(1.7rem, 3.5vw, 2.8rem); font-weight: 400; line-height: 1.16; letter-spacing: -0.022em; }
.reservation-heading > p:last-child { max-width: 32rem; margin: 1rem 0 0; color: rgba(20,33,38,.66); font-size: .9rem; line-height: 1.7; }

.form-error {
  margin-bottom: 2rem;
  padding: 1rem 1.2rem;
  border-left: 4px solid #a23e31;
  background: #f8dfda;
  color: #75291f;
  font-size: 0.82rem;
}
.form-error ul { margin: 0.55rem 0 0; padding-left: 1.2rem; }

.login-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2rem;
  align-items: end;
  padding: clamp(1.5rem, 4vw, 3.5rem);
  border: 1px solid var(--hm-line-light);
  border-radius: var(--hm-radius);
  background: rgba(255,255,255,.38);
}
.login-index { color: var(--hm-copper); font-family: var(--hm-body); font-size: 1rem; font-weight: 700; }
.login-panel h3 { max-width: 22ch; margin: 1.7rem 0 1rem; font-family: var(--hm-body); font-size: clamp(1.4rem, 3vw, 2.2rem); font-weight: 600; line-height: 1.3; letter-spacing: -0.01em; }
.login-panel p { max-width: 40rem; margin: 0; color: rgba(20,33,38,.66); font-size: .85rem; line-height: 1.7; }

.actions { display: flex; flex-direction: column; align-items: flex-start; gap: 1rem; }
.button {
  min-height: 3.3rem;
  padding: 0.85rem 1.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  border: 1px solid var(--hm-ink);
  border-radius: 999px;
  background: var(--hm-ink);
  color: var(--hm-ivory);
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.035em;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease;
}
.button:hover { background: #26383e; transform: translateY(-2px); }
.button:disabled { cursor: wait; opacity: .65; transform: none; }
.text-action { border-bottom: 1px solid currentColor; color: rgba(20,33,38,.68); font-size: .72rem; font-weight: 700; }

.reservation-form {
  overflow: hidden;
  border: 1px solid var(--hm-line-light);
  border-radius: var(--hm-radius);
  background: rgba(255,255,255,.44);
}

.form-grid { padding: clamp(1.3rem, 3vw, 2.7rem); display: grid; gap: 2.4rem; }
.field label,
.addons-fieldset legend { font-family: var(--hm-body); font-size: 1.05rem; font-weight: 700; line-height: 1.4; letter-spacing: 0; }
.field-copy { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; }
.field-copy small,
.field-limit,
.addons-fieldset > p { color: rgba(20,33,38,.58); font-size: .7rem; line-height: 1.5; }

.field-people { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: .75rem 1.25rem; align-items: center; }
.field-people .field-copy { grid-column: 1; }
.field-people > .people-control { grid-column: 2; grid-row: 1; justify-self: end; }
.field-limit { grid-column: 1 / -1; }
.people-price-note { grid-column: 1 / -1; display: inline-flex; width: fit-content; max-width: 100%; align-items: center; justify-self: start; margin-top: .05rem; padding: .38rem .62rem; border: 1px solid rgba(168,100,58,.28); border-radius: 999px; background: rgba(168,100,58,.08); color: rgba(20,33,38,.72); font-size: .6rem; font-weight: 650; line-height: 1.35; }
.people-price-note[hidden] { display: none; }
.people-control { align-self: center; }
.people-control output { font-weight: 800; }

.field input,
.field textarea {
  width: 100%;
  border: 1px solid rgba(20,33,38,.22);
  border-radius: 0.8rem;
  background: rgba(255,255,255,.72);
  color: var(--hm-ink);
}
.field input { min-height: 3.2rem; padding: .75rem 1rem; }
.field textarea { min-height: 8.5rem; margin-top: 0.8rem; padding: 1rem; resize: vertical; line-height: 1.6; }
.field-notes label { display: flex; align-items: center; gap: .7rem; }
.field-notes label span { padding: .35rem .55rem; border: 1px solid rgba(20,33,38,.18); border-radius: 999px; font-family: var(--hm-body); font-size: .58rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.addons-fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
.addons-fieldset > p { margin: .45rem 0 1.1rem; }
.addons-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .8rem; }
.addon-option { min-width: 0; min-height: 7rem; padding: 1.1rem; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 1rem; align-items: center; border: 1px solid rgba(20,33,38,.18); border-radius: 1rem; background: rgba(255,255,255,.58); }
.addon-option label { font-size: .82rem; font-weight: 800; }
.addon-option small { display: block; margin-top: .28rem; color: rgba(20,33,38,.58); font-size: .65rem; line-height: 1.5; }
.quantity-control { width: 7.5rem; display: grid; grid-template-columns: 2.35rem minmax(2.8rem, 1fr) 2.35rem; overflow: hidden; min-height: 2.55rem; border: 1px solid rgba(20,33,38,.25); border-radius: 999px; background: #fff; }
.quantity-control button,
.quantity-control output { width: 100%; min-width: 0; min-height: 2.55rem; padding: 0; border: 0; background: transparent; color: var(--hm-ink); text-align: center; line-height: 1; }
.quantity-control output { display: grid; place-items: center; font-size: .7rem; font-weight: 800; }
.quantity-control button { display: grid; place-items: center; cursor: pointer; font-size: .95rem; font-weight: 700; line-height: 1; }
.quantity-control button:first-child { border-right: 1px solid rgba(20,33,38,.12); }
.quantity-control button:last-child { border-left: 1px solid rgba(20,33,38,.12); }
.quantity-control button:hover { background: var(--hm-paper); }
.quantity-control input[hidden] { display: none; }
.addon-check-control { position: relative; width: 2.8rem; height: 2.8rem; display: grid; flex: 0 0 2.8rem; place-items: center; overflow: hidden; border: 1px solid rgba(20,33,38,.25); border-radius: .85rem; background: #fff; color: transparent; cursor: pointer; transition: border-color 160ms ease, background 160ms ease, color 160ms ease, transform 160ms ease; }
.addon-check-control:hover { border-color: rgba(20,33,38,.5); transform: translateY(-1px); }
.addon-check-control input { position: absolute; width: 1px; height: 1px; margin: 0; opacity: 0; pointer-events: none; }
.addon-check-control span { font-size: 1rem; font-weight: 900; line-height: 1; }
.addon-check-control:has(input:checked) { border-color: var(--hm-ink); background: var(--hm-ink); color: var(--hm-ivory); }
.addon-check-control:has(input:focus-visible) { outline: 3px solid var(--hm-rose); outline-offset: 3px; }

.checkout-bar {
  padding: 1.25rem clamp(1.3rem, 3vw, 2.7rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  border-top: 1px solid var(--hm-line-light);
  background: var(--hm-ink);
  color: var(--hm-ivory);
}
.checkout-bar > div { display: grid; grid-template-columns: auto auto; gap: .18rem 1rem; align-items: baseline; }
.checkout-bar span { color: rgba(247,242,233,.62); font-size: .68rem; }
.checkout-bar strong { font-family: var(--hm-body); font-size: clamp(1.15rem, 2.4vw, 1.7rem); font-weight: 700; }
.checkout-bar small { grid-column: 1 / -1; color: rgba(247,242,233,.48); font-size: .6rem; }
.checkout-bar .button { border-color: var(--hm-ivory); background: var(--hm-ivory); color: var(--hm-ink); }
.checkout-bar .button:hover { background: #fff; }

.package-footer {
  min-height: 13rem;
  padding: 3rem max(1.25rem, calc((100vw - 1420px) / 2));
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  background: var(--hm-ink-deep);
  color: rgba(247,242,233,.58);
}
.package-footer img { width: 8rem; height: 4rem; border-radius: .25rem; object-fit: contain; }
.package-footer p { margin: 0; font-family: var(--hm-body); font-size: .8rem; font-weight: 500; line-height: 1.6; }

@media (max-width: 980px) {
  .package-intro { grid-template-columns: 1fr; }
  .package-intro .eyebrow,
  .package-intro h1,
  .package-lead { grid-column: 1; }
  .package-lead { grid-row: auto; margin-top: 1.25rem; }
  .package-layout { grid-template-columns: 1fr; }
  .package-layout .package-gallery,
  .package-switcher--above-summary,
  .package-layout .package-summary { grid-column: 1; grid-row: auto; }
  .package-summary { position: static; }
  .package-switcher { overflow-x: auto; grid-template-columns: repeat(3, minmax(13rem, 1fr)); scrollbar-width: thin; }
}

@media (max-width: 700px) {
  .package-stage { padding: 7.6rem 1rem 3.5rem; }
  .back-link { margin-bottom: .85rem; font-size: .55rem; }
  .back-link span { font-size: .8rem; }
  .package-intro { margin-bottom: .8rem; }
  .package-intro .eyebrow,
  .package-lead { display: none; }
  .package-intro h1 {
    max-width: none;
    overflow: hidden;
    font-family: var(--hm-body);
    font-size: clamp(.72rem, 2.9vw, .88rem);
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: .015em;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .gallery-main { aspect-ratio: 4 / 4.45; border-radius: 1rem; }
  .gallery-image { object-position: center; }
  .gallery-arrow { width: 2.65rem; height: 2.65rem; }
  .gallery-arrow.is-prev { left: .7rem; }
  .gallery-arrow.is-next { right: .7rem; }
  .gallery-thumbnails { gap: .4rem; }
  .gallery-thumbnail { border-radius: .5rem; aspect-ratio: 1.2 / 1; }
  .package-summary { padding: .9rem; border-radius: .85rem; }
  .summary-kicker { margin-bottom: .3rem; font-size: .58rem; }
  .summary-price { font-size: 1.75rem; }
  .summary-caption { margin: .45rem 0 .8rem; font-size: .62rem; line-height: 1.4; }
  .summary-facts > div { padding: .62rem; }
  .fact-icon { margin-bottom: .35rem; font-size: .8rem; }
  .summary-facts small { margin-bottom: .12rem; font-size: .53rem; }
  .summary-facts strong { font-size: .62rem; line-height: 1.3; }
  .package-includes { margin-top: .9rem; }
  .package-includes h2 { margin-bottom: .55rem; font-size: .95rem; }
  .package-includes ul { gap: .35rem; }
  .package-includes li { font-size: .63rem; line-height: 1.3; }
  .package-switcher { margin-inline: -1rem; padding-left: 1rem; }
  .package-switch { min-width: 10rem; padding: .9rem; }

  .reservation-section { padding: 1.5rem 1rem 2.5rem; }
  .reservation-heading { margin-bottom: .75rem; }
  .reservation-heading .eyebrow,
  .reservation-heading > p:last-child { display: none; }
  .reservation-heading h2 {
    font-family: var(--hm-body);
    font-size: .92rem;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: 0;
  }
  .login-panel { grid-template-columns: 1fr; padding: 1.3rem; }
  .login-panel .actions,
  .login-panel .button { width: 100%; }
  .reservation-form { border-radius: .9rem; }
  .form-grid { padding: .9rem; gap: 1.15rem; }
  .field label,
  .addons-fieldset legend { font-size: .78rem; }
  .field-people { grid-template-columns: minmax(0, 1fr) auto; }
  .field-people .field-copy { grid-column: 1; grid-row: 1; }
  .field-people > .people-control { grid-column: 2; grid-row: 1; justify-self: end; }
  .field-limit,
  .people-price-note { grid-column: 1 / -1; grid-row: auto; }
  .field-limit { font-size: .57rem; line-height: 1.4; }
  .field-copy { display: grid; }
  .addons-list { grid-template-columns: 1fr; }
  .addon-option { min-height: 4.5rem; padding: .7rem .75rem; gap: .65rem; border-radius: .75rem; }
  .addon-option label { font-size: .7rem; }
  .addon-option small { margin-top: .16rem; font-size: .55rem; line-height: 1.35; }
  .addon-check-control { width: 2.45rem; height: 2.45rem; flex-basis: 2.45rem; border-radius: .7rem; }
  .quantity-control { width: 6.4rem; min-height: 2.35rem; grid-template-columns: 2rem minmax(2.4rem, 1fr) 2rem; }
  .quantity-control button,
  .quantity-control output { min-height: 2.35rem; }
  .field textarea { min-height: 5rem; margin-top: .5rem; padding: .75rem; font-size: .72rem; line-height: 1.45; }
  .field-notes label span { padding: .2rem .38rem; font-size: .48rem; }
  .checkout-bar { position: sticky; bottom: 0; z-index: 5; padding: .72rem .9rem; gap: .6rem; }
  .checkout-bar > div { grid-template-columns: 1fr; gap: 0; }
  .checkout-bar > div > span { display: none; }
  .checkout-bar strong { font-size: 1rem; white-space: nowrap; }
  .checkout-bar small { display: none; }
  .checkout-bar .button { min-height: 2.65rem; padding: .65rem .8rem; gap: .45rem; font-size: .58rem; white-space: nowrap; }
  .package-footer { min-height: 10rem; padding: 2rem 1rem; }
}

@media (max-width: 420px) {
  .summary-facts { grid-template-columns: 1fr 1fr; }
  .checkout-bar { align-items: center; flex-direction: row; }
  .checkout-bar > div { display: grid; }
  .checkout-bar .button { width: auto; margin-left: auto; }
  .package-footer p { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

@media (max-width: 700px) {
  .hymne-package-page .summary-price { font-size: 2rem; }
  .hymne-package-page .summary-caption { font-size: .78rem; }
  .hymne-package-page .summary-facts small { font-size: .65rem; }
  .hymne-package-page .summary-facts strong { font-size: .75rem; }
  .hymne-package-page .package-includes h2 { font-size: 1.1rem; }
  .hymne-package-page .package-includes li { font-size: .78rem; }
  .hymne-package-page .field label, .hymne-package-page .addons-fieldset legend { font-size: .9rem; }
  .hymne-package-page .addon-option label { font-size: .84rem; }
  .hymne-package-page .addon-option small, .hymne-package-page .field-limit { font-size: .68rem; }
  .hymne-package-page .field textarea { font-size: .82rem; }
  .hymne-package-page .checkout-bar strong { font-size: 1.15rem; }
  .hymne-package-page .checkout-bar .button { font-size: .7rem; }
}
