/* =========================
DATE PICNICS PACKAGE PAGE
========================= */

.package-hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  color: var(--off-white);
}

.package-hero-bg,
.package-hero-bg img,
.package-hero-overlay {
  position: absolute;
  inset: 0;
}

.package-hero-bg {
  z-index: -3;
}

.package-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(0.7) saturate(0.9) contrast(0.96);
  animation: aboutHeroZoom 7s linear forwards;
}

.package-hero-overlay {
  z-index: -2;
  background:
    linear-gradient(
      90deg,
      rgba(20, 18, 16, 0.72) 0%,
      rgba(20, 18, 16, 0.48) 36%,
      rgba(20, 18, 16, 0.16) 70%,
      rgba(20, 18, 16, 0.04) 100%
    ),
    linear-gradient(
      180deg,
      rgba(20, 18, 16, 0.62) 0%,
      rgba(20, 18, 16, 0.08) 45%,
      rgba(20, 18, 16, 0.34) 100%
    );
}

.package-hero-inner {
  position: relative;
  z-index: 2;
  padding-top: 92px;
}

.package-hero h1 {
  max-width: 760px;
  margin-top: 18px;
  color: var(--off-white);
  font-size: clamp(2.45rem, 5.4vw, 5.4rem);
  text-shadow: 0 6px 34px rgba(0, 0, 0, 0.42);
}

.package-hero-copy {
  max-width: 560px;
  margin-top: 28px;
  color: rgba(244, 241, 236, 0.86);
  font-size: clamp(1rem, 1.2vw, 1.12rem);
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.34);
}

.package-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.package-header.has-bg .logo-text,
body.menu-open .package-header .logo-text {
  content: url("assets/brand2.png");
}

.package-intro-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: clamp(34px, 7vw, 90px);
  align-items: center;
}

.package-intro-copy p {
  margin-top: 18px;
  max-width: 620px;
}

.price-card {
  margin-top: 34px;
  padding: 26px;
  border: 1px solid rgba(214, 194, 180, 0.58);
  border-radius: 30px;
  background: rgba(244, 241, 236, 0.76);
  box-shadow: var(--shadow);
}

.price-label {
  display: block;
  color: var(--caramel);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.price-row {
  display: flex;
  align-items: end;
  gap: 16px;
  margin-top: 10px;
}

.price-row strong {
  color: var(--sage);
  font-family: var(--serif);
  font-size: clamp(3.2rem, 6vw, 5.4rem);
  line-height: 1;
}

.price-row s {
  color: rgba(48, 42, 38, 0.44);
  font-size: 1.4rem;
}

.package-included-card {
  padding: clamp(30px, 4vw, 48px);
  border: 1px solid rgba(214, 194, 180, 0.54);
  border-radius: 40px;
  background:
    radial-gradient(circle at 100% 0%, rgba(199, 158, 127, 0.2), transparent 34%),
    rgba(244, 241, 236, 0.82);
  box-shadow: var(--shadow);
}

.package-included-card h3 {
  color: var(--sage);
  margin-bottom: 24px;
}

.package-included-card ul {
  display: grid;
  gap: 14px;
  list-style: none;
}

.package-included-card li {
  position: relative;
  padding-left: 30px;
  color: var(--soft-ink);
}

.package-included-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--sage);
  font-weight: 700;
}

.small-note {
  margin-top: 26px;
  font-size: 0.92rem;
}

.theme-section {
  background: linear-gradient(180deg, var(--off-white), rgba(214, 194, 180, 0.24));
}

.theme-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.theme-card {
  overflow: hidden;
  min-height: 420px;
  border-radius: 36px;
  border: 1px solid rgba(214, 194, 180, 0.54);
  background: rgba(244, 241, 236, 0.78);
  box-shadow: 0 18px 56px rgba(48, 42, 38, 0.07);
}

.theme-card:hover {
  transform: none;
}

.theme-card img {
  width: 100%;
  height: 285px;
  object-fit: cover;
}

.theme-card div {
  padding: 28px;
}

.theme-card h3 {
  margin-bottom: 12px;
}

.theme-sage h3 {
  color: #7E9287;
}

.theme-lilac h3 {
  color: #B9A7C9;
}

.theme-blue h3 {
  color: #8FA5B8;
}

.booking-layout {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: clamp(34px, 7vw, 90px);
  align-items: start;
}

.booking-copy {
  position: sticky;
  top: 120px;
}

.booking-copy p {
  margin-top: 20px;
}

.booking-mini-card {
  margin-top: 30px;
  padding: 22px;
  border-radius: 26px;
  border: 1px solid rgba(214, 194, 180, 0.54);
  background: rgba(244, 241, 236, 0.74);
}

.booking-mini-card strong,
.booking-mini-card span {
  display: block;
}

.booking-mini-card strong {
  color: var(--sage);
  font-family: var(--serif);
  font-size: 1.35rem;
}

.booking-mini-card span {
  margin-top: 6px;
  color: var(--soft-ink);
}

.booking-form {
  position: relative;
  padding: clamp(26px, 4vw, 44px);
  border: 1px solid rgba(214, 194, 180, 0.58);
  border-radius: 42px;
  background:
    radial-gradient(circle at 0% 0%, rgba(199, 158, 127, 0.18), transparent 36%),
    rgba(244, 241, 236, 0.86);
  box-shadow: var(--shadow);
}

.hidden-field {
  display: none;
}

.form-progress {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 34px;
}

.progress-step {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid rgba(126, 146, 135, 0.38);
  color: var(--sage);
  font-size: 0.78rem;
  font-weight: 700;
}

.progress-step.is-active {
  background: var(--sage);
  color: var(--off-white);
}

.progress-line {
  height: 1px;
  flex: 1;
  background: rgba(199, 158, 127, 0.34);
}

.form-step {
  display: none;
}

.form-step.is-active {
  display: grid;
  gap: 20px;
  animation: formFade 0.55s var(--ease) both;
}

@keyframes formFade {
  from {
    opacity: 0;
    filter: blur(10px);
    transform: translateY(16px);
  }

  to {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
  }
}

.booking-form h3 {
  color: var(--sage);
  margin-bottom: 4px;
}

.booking-form label,
.theme-choice legend {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-size: 0.86rem;
  font-weight: 600;
}

.booking-form input,
.booking-form select,
.booking-form textarea {
  width: 100%;
  padding: 15px 16px;
  border: 1px solid rgba(214, 194, 180, 0.72);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.42);
  color: var(--ink);
  font: inherit;
  outline: none;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

.booking-form input:focus,
.booking-form select:focus,
.booking-form textarea:focus {
  border-color: rgba(126, 146, 135, 0.72);
  box-shadow: 0 0 0 4px rgba(126, 146, 135, 0.12);
  background: rgba(255, 255, 255, 0.7);
}

.addon-card label {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(126, 146, 135, 0.34);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.34);
}

.addon-card input {
  width: auto;
}

.addon-card strong,
.addon-card small {
  display: block;
}

.addon-card small {
  margin-top: 3px;
  color: var(--soft-ink);
  font-weight: 400;
}

.theme-choice {
  display: grid;
  gap: 12px;
  padding: 0;
  border: 0;
}

.theme-choice label {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  border: 1px solid rgba(214, 194, 180, 0.58);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.32);
  cursor: pointer;
}

.theme-choice input {
  width: auto;
}

.colour-dot {
  width: 18px;
  height: 18px;
  border-radius: 999px;
  border: 3px solid rgba(255, 255, 255, 0.76);
  box-shadow: 0 4px 12px rgba(48, 42, 38, 0.12);
}

.sage-dot {
  background: #7E9287;
}

.lilac-dot {
  background: #B9A7C9;
}

.blue-dot {
  background: #8FA5B8;
}

.enquiry-summary {
  padding: 18px;
  border-radius: 24px;
  background: rgba(214, 194, 180, 0.26);
}

.enquiry-summary strong {
  display: block;
  margin-bottom: 8px;
  color: var(--sage);
}

.enquiry-summary p {
  margin: 4px 0;
  font-size: 0.92rem;
}

.form-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 8px;
}

.form-back {
  color: var(--ink);
  border-color: rgba(214, 194, 180, 0.72);
  background: rgba(255, 255, 255, 0.24);
}

.form-success {
  display: none;
  padding: 28px;
  border-radius: 30px;
  background: rgba(126, 146, 135, 0.12);
  border: 1px solid rgba(126, 146, 135, 0.34);
}

.form-success.is-visible {
  display: block;
}

.form-success h3 {
  color: var(--sage);
  margin-bottom: 10px;
}

.booking-form.is-submitted .form-progress,
.booking-form.is-submitted .form-step {
  display: none;
}

@media (max-width: 900px) {
  .package-intro-grid,
  .booking-layout {
    grid-template-columns: 1fr;
  }

  .booking-copy {
    position: relative;
    top: auto;
  }

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

@media (max-width: 820px) {
  .package-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 22px;
    width: 100%;
  }

  .package-header .brand {
    flex: 1 1 auto;
    min-width: 0;
  }

  .package-header .menu-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    margin-left: auto;
    opacity: 1;
    visibility: visible;
    z-index: 999;
  }

  .package-hero {
    min-height: 86vh;
    align-items: flex-end;
  }

  .package-hero-bg img {
    object-position: center;
    filter: brightness(0.58) saturate(0.86) contrast(0.95);
  }

  .package-hero-overlay {
    background:
      linear-gradient(
        180deg,
        rgba(20, 18, 16, 0.72) 0%,
        rgba(20, 18, 16, 0.34) 34%,
        rgba(20, 18, 16, 0.86) 100%
      );
  }

  .package-hero-inner {
    padding-top: 0;
    padding-bottom: 70px;
  }

  .package-hero h1 {
    font-size: clamp(2.4rem, 11vw, 4rem);
  }

  .package-hero-actions,
  .package-hero-actions .btn,
  .form-buttons,
  .form-buttons .btn {
    width: 100%;
  }
}

@media (max-width: 520px) {
  .booking-form {
    border-radius: 32px;
  }

  .price-card,
  .package-included-card,
  .theme-card {
    border-radius: 30px;
  }

  .price-row strong {
    font-size: 3.5rem;
  }
}

.form-helper {
  margin-top: -8px;
  font-size: 0.82rem;
  color: rgba(48, 42, 38, 0.62);
}

.theme-heading {
  max-width: 760px;
  margin: 0 auto 54px;
  text-align: center;
}

.theme-heading h2 {
  margin-top: 16px;
}

.theme-heading p:last-child {
  max-width: 620px;
  margin: 22px auto 0;
}

.selected-package {
  position: relative;
  display: flex !important;
  align-items: center;
  gap: 18px;

  padding: 26px 28px !important;

  border: 1px solid rgba(199, 158, 127, 0.48);
  border-radius: 30px;

  background: rgba(244, 241, 236, 0.96); /* one solid soft off-white/beige colour */

  box-shadow:
    0 20px 54px rgba(48, 42, 38, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.42);

  overflow: hidden;
}

/* Remove the tick circle */
.selected-package::before {
  display: none;
  content: none;
}
.selected-package input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}



.selected-package::after {
  content: "Selected package";
  position: absolute;
  top: 18px;
  right: 18px;

  padding: 8px 12px;
  border-radius: 999px;

  background: rgba(126, 146, 135, 0.13);
  color: var(--sage);

  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.selected-package__content {
  display: grid;
  gap: 3px;
  padding-right: 140px;
}

.selected-package__content small,
.selected-package__content em {
  color: rgba(48, 42, 38, 0.62);
  font-family: var(--sans);
  font-size: 0.76rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.selected-package__content strong {
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(1.7rem, 3vw, 2.55rem);
  line-height: 1;
  letter-spacing: -0.035em;
}

.selected-package__content em {
  color: var(--caramel);
}

.addons-preview-section {
  background: var(--off-white);
}

.addons-preview-section .section-heading p:last-child {
  max-width: 680px;
  margin-top: 18px;
}

.addons-preview-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.addon-preview-card {
  overflow: hidden;
  border-radius: 36px;
  border: 1px solid rgba(214, 194, 180, 0.54);
  background: rgba(244, 241, 236, 0.82);
  box-shadow: 0 18px 56px rgba(48, 42, 38, 0.07);
}

.addon-preview-card img {
  width: 100%;
  height: 270px;
  object-fit: cover;
}

.addon-preview-card div {
  padding: 28px;
}

.addon-price {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(126, 146, 135, 0.13);
  color: var(--sage);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.addon-preview-card h3 {
  color: var(--sage);
  margin-bottom: 14px;
}

.addon-preview-card ul {
  display: grid;
  gap: 9px;
  margin-top: 18px;
  list-style: none;
}

.addon-preview-card li {
  position: relative;
  padding-left: 24px;
  color: var(--soft-ink);
  font-size: 0.92rem;
}

.addon-preview-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--sage);
  font-weight: 700;
}

@media (max-width: 900px) {
  .addons-preview-grid {
    grid-template-columns: 1fr;
  }

  .addon-preview-card img {
    height: 300px;
  }
}

@media (max-width: 520px) {
  .addon-preview-card {
    border-radius: 30px;
  }

  .addon-preview-card img {
    height: 235px;
  }
}


.name-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.enquiry-consent-card {
  display: grid;
  gap: 16px;
  padding: 18px;
  border: 1px solid rgba(199, 158, 127, 0.34);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.28);
}

.enquiry-consent-card p {
  margin: 0;
  font-size: 0.88rem;
  color: rgba(48, 42, 38, 0.72);
}

.enquiry-consent-card a {
  color: var(--sage);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.enquiry-consent-check {
  display: flex !important;
  align-items: flex-start;
  gap: 12px !important;
  cursor: pointer;
}

.enquiry-consent-check input {
  width: auto;
  margin-top: 4px;
  flex: 0 0 auto;
}

.enquiry-consent-check span {
  color: var(--ink);
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.5;
}

.booking-form button[disabled] {
  opacity: 0.46;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.booking-form button[disabled]:hover {
  transform: none;
}

@media (max-width: 620px) {
  .name-fields {
    grid-template-columns: 1fr;
  }
}



/* =========================
DATE PICNICS PAGE UPDATES
========================= */

.date-hero .package-hero-actions {
  margin-bottom: clamp(34px, 5vw, 72px);
}

.date-moment-section,
.date-benefits-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 20%, rgba(199, 158, 127, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(244, 241, 236, 0.96), rgba(214, 194, 180, 0.20));
}

.date-moment-section::before,
.date-benefits-section::before {
  content: "";
  position: absolute;
  width: clamp(260px, 34vw, 520px);
  height: clamp(260px, 34vw, 520px);
  border: 1px solid rgba(199, 158, 127, 0.28);
  border-radius: 50% 50% 0 0;
  pointer-events: none;
  opacity: 0.45;
}

.date-moment-section::before {
  left: -170px;
  bottom: 40px;
  transform: rotate(90deg);
}

.date-benefits-section::before {
  right: -170px;
  top: 70px;
  transform: rotate(-90deg);
}

.date-moment-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(36px, 6vw, 84px);
  align-items: center;
}

.date-image-card {
  border-radius: 36px 36px 6px 6px;
  overflow: hidden;
  min-height: 520px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(255, 255, 255, 0.58);
}

.date-image-card img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
}

.date-moment-copy {
  padding: clamp(28px, 4vw, 52px);
  border-radius: 34px;
  background: rgba(244, 241, 236, 0.76);
  border: 1px solid rgba(199, 158, 127, 0.32);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
}

.date-moment-copy h2 {
  font-family: var(--serif);
  font-size: clamp(2.1rem, 4vw, 4.1rem);
  line-height: 1.02;
  margin: 12px 0 22px;
}

.date-benefits-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.date-benefit-card {
  min-height: 270px;
  padding: 28px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.36);
  border: 1px solid rgba(199, 158, 127, 0.28);
  box-shadow: 0 18px 50px rgba(48, 42, 38, 0.08);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease, background 220ms ease;
}

.date-benefit-card:hover {
  transform: translateY(-4px);
  border-color: rgba(48, 42, 38, 0.28);
  background: rgba(244, 241, 236, 0.72);
  box-shadow: 0 24px 60px rgba(48, 42, 38, 0.11);
}

.date-benefit-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin-bottom: 20px;
  border-radius: 999px;
  background: rgba(126, 146, 135, 0.14);
  color: var(--sage);
  border: 1px solid rgba(126, 146, 135, 0.18);
}

.date-benefit-icon svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
}

.date-benefit-card h3 {
  font-family: var(--serif);
  font-size: 1.35rem;
  line-height: 1.12;
  margin: 0 0 10px;
}

.date-benefit-card p {
  margin: 0;
}

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

.food-allergies-wrap,
.custom-styling-wrap,
.date-policy-note {
  margin: -4px 0 18px;
  padding: 18px;
  border-radius: 22px;
  background: rgba(214, 194, 180, 0.22);
  border: 1px solid rgba(199, 158, 127, 0.28);
}

.custom-styling-wrap[hidden],
.food-allergies-wrap[hidden],
.custom-location-wrap[hidden] {
  display: none !important;
}

.date-policy-note strong {
  display: block;
  font-family: var(--serif);
  font-size: 1.2rem;
  margin-bottom: 8px;
}

.date-policy-note p {
  margin: 0;
}

@media (max-width: 900px) {
  .date-moment-grid,
  .date-benefits-grid,
  .addons-preview-grid {
    grid-template-columns: 1fr;
  }

  .date-image-card,
  .date-image-card img {
    min-height: 420px;
  }
}

@media (max-width: 520px) {
  .date-image-card,
  .date-moment-copy,
  .date-benefit-card {
    border-radius: 30px;
  }

  .date-image-card,
  .date-image-card img {
    min-height: 340px;
  }
}

.booking-mini-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 20px;
  border-radius: 22px;
  background: rgba(244, 241, 236, 0.72);
  border: 1px solid rgba(199, 158, 127, 0.32);
  box-shadow: 0 14px 36px rgba(48, 42, 38, 0.07);
}

.booking-mini-icon {
  flex: 0 0 auto;
  width: 54px;
  height: 54px;
  position: relative;
  display: inline-block;
  border-radius: 999px;
  background: rgba(126, 146, 135, 0.14);
  color: var(--sage);
  border: 1px solid rgba(126, 146, 135, 0.20);
}

.booking-mini-icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  fill: currentColor;
  transform: translate(-50%, -50%);
}

.booking-mini-card div {
  display: grid;
  gap: 2px;
}

.booking-mini-card strong {
  font-family: var(--serif);
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--sage);
  line-height: 1.1;
}

.booking-mini-card span {
  font-size: 0.92rem;
  color: var(--soft-ink);
}

.benefit-disclaimer {
  margin-top: 12px;
  font-size: 0.82rem;
  line-height: 1.5;
  color: rgba(48, 42, 38, 0.58);
}

.benefit-disclaimer a {
  color: var(--sage);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.benefit-disclaimer a:hover {
  color: var(--ink);
}
/* =========================
MOBILE OVERFLOW FIX
Date Picnics
========================= */

/* Prevent accidental horizontal scrolling */
html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

/* Allow grid/flex children to shrink inside mobile width */
.package-intro-grid,
.package-intro-copy,
.package-included-card,
.price-card,
.booking-layout,
.booking-copy,
.booking-form,
.date-moment-grid,
.date-moment-copy,
.date-benefit-card,
.addon-preview-card,
.selected-package,
.selected-package__content {
  min-width: 0;
  max-width: 100%;
}

/* Make long text wrap instead of forcing page width */
.package-intro-copy,
.package-included-card,
.price-card,
.booking-form,
.selected-package,
.selected-package__content,
.addon-preview-card,
.date-benefit-card {
  overflow-wrap: anywhere;
  word-break: normal;
}

/* Fix founding offer price row on mobile */
.price-row {
  flex-wrap: wrap;
  align-items: baseline;
  max-width: 100%;
}

.price-row strong,
.price-row s {
  max-width: 100%;
  white-space: normal;
}

/* Fix selected package card badge causing mobile overflow */
@media (max-width: 620px) {
  .selected-package {
    display: grid !important;
    gap: 14px;
    padding: 22px !important;
  }

  .selected-package::after {
    position: static;
    justify-self: start;
    order: -1;
    margin-bottom: 2px;
  }

  .selected-package__content {
    padding-right: 0;
  }

  .selected-package__content strong {
    font-size: clamp(1.55rem, 8vw, 2.15rem);
    line-height: 1.05;
  }
}

/* Extra small phone polish */
@media (max-width: 520px) {
  .price-card {
    padding: 22px;
  }

  .price-row {
    gap: 8px 12px;
  }

  .price-row strong {
    font-size: clamp(2.75rem, 15vw, 3.35rem);
  }

  .price-row s {
    font-size: 1.15rem;
  }

  .package-included-card,
  .booking-form,
  .date-moment-copy,
  .date-benefit-card,
  .addon-preview-card div {
    padding-left: 22px;
    padding-right: 22px;
  }

  .booking-mini-card {
    align-items: flex-start;
  }
}

/* Very narrow phones */
@media (max-width: 380px) {
  .price-row strong {
    font-size: 2.55rem;
  }

  .price-row s {
    font-size: 1rem;
  }

  .price-card,
  .package-included-card,
  .booking-form,
  .date-moment-copy,
  .date-benefit-card {
    padding-left: 18px;
    padding-right: 18px;
  }
}

.booking-copy .booking-mini-card + .booking-mini-card {
  margin-top: 16px;
}

.booking-limited-card {
  background:
    radial-gradient(circle at 100% 0%, rgba(126, 146, 135, 0.14), transparent 34%),
    rgba(244, 241, 236, 0.78);
  border-color: rgba(126, 146, 135, 0.26);
}

.booking-limited-card .booking-mini-icon {
  background: rgba(199, 158, 127, 0.16);
  color: var(--caramel);
  border-color: rgba(199, 158, 127, 0.24);
}

.booking-limited-card span {
  line-height: 1.55;
}

.sage-dot {
  background: #A9B7A2;
}

.lilac-dot {
  background: #C8B8D8;
}

.ivory-dot {
  background: #F6F2EA;
  border: 1px solid rgba(0,0,0,.12);
}