/* =========================
CUSTOM PICNICS PAGE ONLY
Add this after styles.css
========================= */

.custom-hero .package-hero-overlay {
  background:
    linear-gradient(90deg, rgba(48, 42, 38, 0.60), rgba(48, 42, 38, 0.22)),
    linear-gradient(180deg, rgba(48, 42, 38, 0.12), rgba(48, 42, 38, 0.48));
}

/* =========================
CARE / INTRO SECTION
========================= */

.custom-care-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 14%, rgba(199, 158, 127, 0.18), transparent 32%),
    radial-gradient(circle at 88% 26%, rgba(126, 146, 135, 0.12), transparent 30%),
    linear-gradient(180deg, rgba(244, 241, 236, 0.98), rgba(214, 194, 180, 0.22));
}

.custom-care-section::before,
.custom-care-section::after,
.custom-events-section::before,
.process-section::before {
  content: "";
  position: absolute;
  width: clamp(260px, 34vw, 520px);
  height: clamp(260px, 34vw, 520px);
  border: 1px solid rgba(199, 158, 127, 0.26);
  border-radius: 50% 50% 0 0;
  pointer-events: none;
  opacity: 0.42;
}

.custom-care-section::before {
  left: -170px;
  top: 90px;
  transform: rotate(90deg);
}

.custom-care-section::after {
  right: -180px;
  bottom: 80px;
  transform: rotate(-90deg);
}

.custom-care-intro {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: stretch;
  margin-bottom: clamp(34px, 5vw, 60px);
}

.custom-care-copy {
  padding: clamp(30px, 5vw, 58px);
  border-radius: 34px;
  background: rgba(244, 241, 236, 0.74);
  border: 1px solid rgba(199, 158, 127, 0.30);
  box-shadow: 0 20px 60px rgba(48, 42, 38, 0.08);
  backdrop-filter: blur(16px);
}

.custom-care-copy h2 {
  font-family: var(--serif);
  font-size: clamp(2.15rem, 4.4vw, 4.35rem);
  line-height: 1.02;
  margin: 12px 0 24px;
}

.custom-care-copy p {
  max-width: 760px;
}

.custom-care-feature {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 420px;
  padding: clamp(28px, 4vw, 44px);
  border-radius: 34px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(48, 42, 38, 0.10), rgba(48, 42, 38, 0.58)),
    url("assets/custom-feature.png") center/cover no-repeat;
  border: 1px solid rgba(199, 158, 127, 0.30);
  box-shadow: 0 20px 60px rgba(48, 42, 38, 0.08);
  color: #fffdf7;
}

.custom-care-feature h3,
.custom-care-feature p {
  position: relative;
  z-index: 1;
  color: #fffdf7;
}

.custom-care-feature h3 {
  font-family: var(--serif);
  font-size: clamp(1.75rem, 3vw, 2.7rem);
  line-height: 1.04;
  margin: 0 0 14px;
}

.custom-care-feature p {
  margin-bottom: 0;
}

.custom-care-feature-icon,
.custom-benefit-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
}

.custom-care-feature-icon {
  position: relative;
  z-index: 1;
  width: 72px;
  height: 72px;
  margin-bottom: 24px;
  background: rgba(244, 241, 236, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.58);
  color: var(--sage);
  box-shadow: 0 16px 36px rgba(48, 42, 38, 0.10);
}

.custom-care-feature-icon svg,
.custom-benefit-icon svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
}

/* =========================
BENEFITS
========================= */

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

.custom-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;
}

.custom-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);
}

.custom-benefit-icon {
  width: 54px;
  height: 54px;
  margin-bottom: 20px;
  background: rgba(126, 146, 135, 0.14);
  color: var(--sage);
  border: 1px solid rgba(126, 146, 135, 0.18);
}

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

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

/* =========================
EVENT IDEAS
========================= */

.custom-events-section {
  position: relative;
  overflow: hidden;
  background: var(--off-white);
}

.custom-events-section::before {
  right: -160px;
  top: 70px;
  transform: rotate(-90deg);
}

/* =========================
CUSTOM EVENT CAROUSEL
========================= */

.custom-event-carousel {
  position: relative;
  z-index: 1;
  margin-top: 44px;
  overflow: hidden;
}

.custom-event-track {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  padding: 4px 2px 14px;
}

.custom-event-track::-webkit-scrollbar {
  display: none;
}

.custom-event-card {
  flex: 0 0 calc((100% - 24px) / 2);
  scroll-snap-align: start;
  display: grid;
  grid-template-columns: 0.95fr 1fr;
  gap: 26px;
  align-items: center;
  padding: 18px;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.38);
  border: 1px solid rgba(199, 158, 127, 0.28);
  box-shadow: 0 18px 48px rgba(48, 42, 38, 0.09);
}

.custom-event-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 26px 26px 4px 4px;
}

.custom-event-card span {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 8px 12px;
  border-radius: 999px;
  color: var(--sage);
  background: rgba(126, 146, 135, 0.13);
  border: 1px solid rgba(126, 146, 135, 0.18);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

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

.custom-event-card p {
  margin-bottom: 0;
}

.custom-event-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 24px;
}

.custom-event-arrow {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(199, 158, 127, 0.34);
  background: rgba(244, 241, 236, 0.78);
  color: var(--text);
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(48, 42, 38, 0.08);
  transition:
    transform 220ms ease,
    background 220ms ease,
    border-color 220ms ease;
}

.custom-event-arrow:hover {
  transform: translateY(-2px);
  background: rgba(214, 194, 180, 0.72);
  border-color: rgba(48, 42, 38, 0.24);
}

.custom-event-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
}

.custom-event-dot {
  width: 9px;
  height: 9px;
  border: 0;
  border-radius: 999px;
  background: rgba(48, 42, 38, 0.22);
  cursor: pointer;
  transition:
    width 220ms ease,
    background 220ms ease;
}

.custom-event-dot.is-active {
  width: 28px;
  background: var(--sage);
}

@media (max-width: 720px) {
  .custom-event-card {
    flex: 0 0 100%;
    grid-template-columns: 1fr;
    border-radius: 26px;
  }

  .custom-event-arrow {
    width: 40px;
    height: 40px;
    font-size: 1.8rem;
  }
}

/* =========================
DETAILS SECTION
========================= */

.custom-details-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.94), rgba(214, 194, 180, 0.20));
}

.custom-details-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(36px, 6vw, 84px);
  align-items: center;
}

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

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

.custom-details-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);
}

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

.custom-included-card {
  margin: 24px 0;
  padding: 24px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.42);
  border: 1px solid rgba(199, 158, 127, 0.26);
}

.custom-included-card ul {
  margin: 16px 0 0;
  padding-left: 20px;
}

.custom-included-card li {
  margin: 8px 0;
}

.custom-note {
  margin-bottom: 0;
  font-size: 0.95rem;
}

/* =========================
PROCESS
========================= */

.process-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 90% 10%, rgba(126, 146, 135, 0.12), transparent 30%),
    var(--off-white);
}

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

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

.process-card {
  min-height: 260px;
  padding: 28px;
  border-radius: 30px;
  background: rgba(244, 241, 236, 0.74);
  border: 1px solid rgba(199, 158, 127, 0.30);
  box-shadow: 0 18px 50px rgba(48, 42, 38, 0.08);
}

.process-card span {
  display: inline-flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(126, 146, 135, 0.16);
  color: var(--sage);
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 18px;
}

/* =========================
FORM CUSTOM STYLES
========================= */

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

.custom-quote-card span {
  display: block;
  margin: 0 0 8px;
  color: var(--sage);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.custom-quote-card strong {
  display: block;
  font-family: var(--serif);
  font-size: 1.5rem;
  line-height: 1.12;
  margin-bottom: 8px;
}

.custom-quote-card p,
.custom-policy-note p {
  margin-bottom: 0;
}

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

.custom-theme-choice label:has(input:checked) {
  border-color: rgba(48, 42, 38, 0.58);
  background: rgba(244, 241, 236, 0.72);
}

.ivory-dot {
  background: linear-gradient(135deg, #fffdf7, #e8ddcf);
  border: 1px solid rgba(48, 42, 38, 0.16);
}

.pastel-dot {
  background: linear-gradient(135deg, #f4c9d8 0 32%, #d9c7f1 34% 66%, #f7e2b8 68% 100%);
  border: 1px solid rgba(48, 42, 38, 0.16);
}

.sage-dot {
  background: linear-gradient(135deg, #7e9287 0 50%, #e8ddcf 52% 100%);
  border: 1px solid rgba(48, 42, 38, 0.16);
}

.blush-gold-dot {
  background: linear-gradient(135deg, #e7b7ad 0 52%, #c59a52 54% 100%);
  border: 1px solid rgba(48, 42, 38, 0.16);
}

.red-gold-dot {
  background: linear-gradient(135deg, #8f2d2d 0 48%, #c59a52 50% 100%);
  border: 1px solid rgba(48, 42, 38, 0.16);
}

.custom-dot {
  background:
    conic-gradient(from 0deg, #e8ddcf, #7e9287, #c79e7f, #8f2d2d, #e8ddcf);
  border: 1px solid rgba(48, 42, 38, 0.16);
}

.custom-location-wrap,
.custom-theme-wrap {
  margin-top: -4px;
}

/* =========================
RESPONSIVE
========================= */

@media (max-width: 980px) {
  .custom-care-intro,
  .custom-details-grid {
    grid-template-columns: 1fr;
  }

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

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

  .custom-details-image,
  .custom-details-image img {
    min-height: 420px;
  }
}

@media (max-width: 720px) {
  .custom-event-card {
    grid-template-columns: 1fr;
  }

  .custom-benefits-grid,
  .process-grid {
    grid-template-columns: 1fr;
  }

  .custom-details-image,
  .custom-details-image img {
    min-height: 360px;
  }

  .process-card,
  .custom-benefit-card {
    min-height: auto;
  }

  .custom-care-copy,
  .custom-care-feature,
  .custom-benefit-card,
  .custom-event-card,
  .custom-details-copy {
    border-radius: 26px;
  }
}

/* =========================
CUSTOM PICNICS REQUESTED UPDATES
========================= */

.custom-event-card-vision .custom-event-card-btn {
  width: fit-content;
  margin-top: 18px;
}

.custom-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);
}

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

.custom-included-card ul {
  display: grid;
  gap: 14px;
  margin: 0;
  padding-left: 0;
  list-style: none;
}

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

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

.custom-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);
  box-shadow:
    0 20px 54px rgba(48, 42, 38, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.42);
  overflow: hidden;
  cursor: default;
}

.custom-selected-package::before {
  display: none;
  content: none;
}

.custom-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;
}

.custom-selected-package input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

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

.custom-selected-package .selected-package__content small,
.custom-selected-package .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;
}

.custom-selected-package .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;
}

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

.custom-quote-helper {
  margin-top: -10px;
  margin-bottom: 0;
}

.booking-mini-card {
  display: flex;
  align-items: center;
  gap: 16px;
}

.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;
}

@media (max-width: 520px) {
  .custom-selected-package {
    padding: 62px 22px 22px !important;
    border-radius: 26px;
  }

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

  .custom-selected-package::after {
    left: 22px;
    right: auto;
  }

  .custom-included-card {
    border-radius: 30px;
  }
}

@media (min-width: 769px) {
  .custom-hero .package-hero-actions {
    margin-bottom: 64px;
  }
}

.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;
}