/* One Day Wine — premium one-page refinements */

.btn {
  min-height: 44px;
  padding: 0 21px;
  overflow: visible;
  background: transparent;
  border-color: rgba(203, 169, 95, .62);
  font-size: .6rem;
  letter-spacing: .17em;
  transition:
    color .28s ease,
    border-color .28s ease,
    background-color .28s ease,
    transform .28s ease;
}

.btn::before {
  display: none;
}

.btn:hover,
.btn:focus-visible {
  color: var(--gold-hi);
  border-color: var(--gold-hi);
  background: rgba(203, 169, 95, .055);
  transform: translateY(-1px);
}

.btn.primary {
  background: rgba(203, 169, 95, .92);
  color: var(--navy);
  border-color: rgba(203, 169, 95, .92);
}

.btn.primary:hover,
.btn.primary:focus-visible {
  background: var(--gold-hi);
  color: var(--navy);
  border-color: var(--gold-hi);
  box-shadow: 0 9px 28px rgba(3, 13, 28, .14);
}

.nav-cta {
  min-height: 40px;
  padding-inline: 18px;
}

.hero {
  padding-bottom: 64px;
}

.hero-copy {
  max-width: 960px;
}

.hero-paths {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 680px;
  margin: 0;
  border-top: 1px solid rgba(203, 169, 95, .32);
  border-bottom: 1px solid rgba(203, 169, 95, .32);
}

.hero-path {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 12px;
  align-items: center;
  min-height: 76px;
  padding: 11px 18px 11px 0;
  transition: background-color .25s ease, color .25s ease;
}

.hero-path + .hero-path {
  padding-left: 18px;
  border-left: 1px solid rgba(203, 169, 95, .22);
}

.hero-path:hover,
.hero-path:focus-visible {
  background: rgba(203, 169, 95, .055);
  outline: none;
}

.hero-path-icon {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  color: var(--gold);
}

.hero-path-icon svg {
  width: 29px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-path small,
.hero-path strong {
  display: block;
}

.hero-path small {
  margin-bottom: 2px;
  color: var(--gold);
  font-size: .52rem;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.hero-path strong {
  font-family: var(--serif);
  font-size: 1.42rem;
  font-weight: 400;
  line-height: 1;
}

.hero-action {
  width: min(680px, 100%);
  justify-content: flex-start;
  margin: 0 0 24px;
}

.hero-action .btn {
  width: calc(100% / 3);
  min-width: 210px;
}

.section-flow {
  isolation: isolate;
}

.section-flow::after {
  content: "";
  position: absolute;
  z-index: 5;
  left: 50%;
  bottom: -31px;
  width: 1px;
  height: 62px;
  background: linear-gradient(to bottom, transparent, var(--gold) 38%, var(--gold) 62%, transparent);
  transform: translateX(-50%);
  pointer-events: none;
}

.experience .btn,
.package .btn {
  align-self: flex-start;
}

.photo-sail {
  --photo: url("assets/photos/sail-catamaran-v3.jpg");
}

.experience.sail .photo-sail {
  --photo: url("assets/photos/sail-catamaran-v3.jpg");
  background-position: 58% center !important;
}

.photo-cellar {
  --photo: url("assets/photos/wine-guests-real.jpg");
  background-position: center 62% !important;
}

.photo-hunt {
  --photo: url("assets/photos/hunt-stag.jpg");
}

.experience.hunt .photo-hunt {
  --photo: url("assets/photos/hunt-stag.jpg");
  background-position: center 44% !important;
}

.photo-forest {
  --photo: url("assets/photos/hunt-lodge-alt.jpg");
}

.experience .eyebrow {
  width: max-content;
  padding: 6px 9px;
  background: rgba(5, 16, 30, .66);
  backdrop-filter: blur(8px);
}

.experience-spec-panel {
  position: relative;
  min-height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: clamp(32px, 4.4vw, 54px);
  overflow: hidden;
  border: 1px solid rgba(203, 169, 95, .4);
  background:
    radial-gradient(circle at 100% 0, rgba(71, 115, 138, .42), transparent 39%),
    linear-gradient(145deg, #102641 0%, var(--navy-2) 52%, #061326 100%);
  box-shadow: 0 28px 80px rgba(2, 10, 22, .22);
}

.experience-spec-panel::before {
  content: "";
  position: absolute;
  width: 330px;
  height: 330px;
  top: -190px;
  right: -105px;
  border-radius: 50%;
  border: 1px solid rgba(203, 169, 95, .18);
  pointer-events: none;
}

.experience-spec-panel::after {
  content: "";
  position: absolute;
  width: 210px;
  height: 210px;
  top: -125px;
  right: -45px;
  border-radius: 50%;
  border: 1px solid rgba(251, 250, 246, .09);
  pointer-events: none;
}

.experience-spec-panel > * {
  position: relative;
  z-index: 1;
}

.spec-kicker {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.spec-private {
  padding: 6px 11px;
  border: 1px solid rgba(203, 169, 95, .34);
  border-radius: 999px;
  color: rgba(251, 250, 246, .7);
  font-size: .56rem;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.spec-lead {
  max-width: 600px;
  margin: 17px 0 29px;
  color: var(--white);
  font-family: var(--serif);
  font-size: clamp(1.95rem, 3vw, 2.75rem);
  line-height: 1.06;
}

.spec-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-bottom: 22px;
  border-top: 1px solid rgba(203, 169, 95, .28);
  border-bottom: 1px solid rgba(203, 169, 95, .28);
}

.spec-list div {
  min-height: 102px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  padding: 17px 15px;
  border-left: 1px solid rgba(203, 169, 95, .17);
}

.spec-list div:first-child {
  border-left: 0;
}

.spec-list strong {
  color: var(--gold);
  font-family: var(--sans);
  font-size: clamp(1.9rem, 3vw, 2.65rem);
  font-weight: 300;
  letter-spacing: -.07em;
  line-height: .82;
}

.spec-list span {
  color: rgba(251, 250, 246, .72);
  font-size: .52rem;
  font-weight: 600;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.spec-amenities {
  margin-top: 2px;
  padding: 17px 0 0 20px;
  border-left: 1px solid var(--gold);
  background: transparent;
}

.spec-amenities > span {
  display: block;
  margin-bottom: 5px;
  color: var(--gold);
  font-size: .56rem;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.spec-amenities p {
  margin: 0;
  color: rgba(251, 250, 246, .72);
  font-size: .82rem;
  line-height: 1.65;
}

.wine-price-card {
  max-width: 560px;
  margin-top: 32px;
  padding: 27px 30px 29px;
  border: 1px solid rgba(203, 169, 95, .52);
  background:
    radial-gradient(circle at 100% 0, rgba(71, 115, 138, .28), transparent 43%),
    linear-gradient(145deg, #102641, #07162b);
  color: var(--white);
  box-shadow: 0 22px 55px rgba(7, 22, 43, .15);
}

.wine-price-card span,
.wine-price-card small {
  display: block;
  font-size: .58rem;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.wine-price-card span {
  color: var(--gold);
}

.wine-price-card strong {
  display: block;
  margin: 8px 0 12px;
  color: var(--white);
  font-family: var(--serif);
  font-size: clamp(2.8rem, 4.5vw, 4.2rem);
  font-weight: 400;
  line-height: 1;
}

.wine-price-card small {
  color: rgba(251, 250, 246, .62);
  letter-spacing: .08em;
  text-transform: none;
}

.spec-amenities strong {
  color: var(--white);
  font-weight: 500;
}

.hunt-price {
  margin: 29px 0;
  padding: 26px 28px 28px;
  border: 1px solid rgba(223, 193, 122, .52);
  background:
    linear-gradient(135deg, rgba(203, 169, 95, .16), rgba(203, 169, 95, .045));
}

.hunt-price small,
.field-help {
  display: block;
  color: #6e737b;
  font-size: .6rem;
  font-weight: 600;
  letter-spacing: .13em;
  line-height: 1.5;
  text-transform: uppercase;
}

.hunt-price strong {
  display: block;
  margin: 8px 0 14px;
  color: var(--gold-hi);
  font-family: var(--serif);
  font-size: clamp(3rem, 4.8vw, 4.3rem);
  font-weight: 400;
  letter-spacing: -.025em;
  line-height: 1;
}

.hunt-price p {
  margin: 0;
  color: rgba(251, 250, 246, .72);
  font-size: .8rem;
  line-height: 1.65;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(203, 169, 95, .32);
  border-bottom: 1px solid rgba(203, 169, 95, .32);
}

.process-card {
  position: relative;
  padding: 42px 30px 34px;
  border-right: 1px solid rgba(203, 169, 95, .22);
}

.process-card:last-child {
  border-right: 0;
}

.process-card .number {
  margin-bottom: 24px;
  font-size: 4rem;
  opacity: .65;
}

.process-card h3 {
  margin-bottom: 16px;
  font-size: clamp(2rem, 3vw, 2.65rem);
}

.process-card p {
  margin: 0;
  font-size: .9rem;
  line-height: 1.7;
}

.experience-divider {
  position: relative;
  min-height: 72svh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding: 120px 0 80px;
  background-position: center;
  background-size: cover;
  isolation: isolate;
}

.experience-divider::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(to top, rgba(5, 16, 30, .95) 4%, rgba(5, 16, 30, .34) 70%),
    linear-gradient(90deg, rgba(5, 16, 30, .7), rgba(5, 16, 30, .08));
}

.sail-divider {
  background-image: url("assets/photos/sail-catamaran-v3.jpg");
  background-position: center 54%;
}

.sail-divider::before {
  background:
    linear-gradient(to top, rgba(5, 16, 30, .84) 2%, rgba(5, 16, 30, .08) 72%),
    linear-gradient(90deg, rgba(5, 16, 30, .68), rgba(5, 16, 30, .04) 68%);
}

.hunt-divider {
  min-height: 56svh;
  padding: 96px 0 58px;
  background-image: url("assets/photos/hunt-lodge.jpg");
  background-position: center 44%;
}

.experience-divider h2 {
  margin: 10px 0 13px;
  color: var(--white);
  font-size: clamp(5.5rem, 13vw, 12rem);
}

.hunt-divider h2 {
  font-size: clamp(5rem, 10vw, 8.7rem);
}

.experience-divider p {
  max-width: 610px;
  margin: 0;
  color: rgba(251, 250, 246, .78);
  font-family: var(--serif);
  font-size: clamp(1.3rem, 2.1vw, 1.8rem);
  line-height: 1.4;
}

.hunt-content-grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  gap: clamp(58px, 8vw, 112px);
  align-items: start;
}

.hunt-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 10%, rgba(68, 89, 62, .3), transparent 30%),
    radial-gradient(circle at 12% 82%, rgba(203, 169, 95, .09), transparent 25%),
    linear-gradient(145deg, #0b2021 0%, #0a1b2d 52%, #07162b 100%);
  color: var(--white);
}

.hunt-section::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  right: -330px;
  bottom: -310px;
  border: 1px solid rgba(203, 169, 95, .12);
  border-radius: 50%;
  pointer-events: none;
}

.hunt-section .container {
  position: relative;
  z-index: 1;
}

.hunt-copy h2 {
  margin: 18px 0 30px;
  font-size: clamp(3.8rem, 6.3vw, 6.3rem);
}

.hunt-section .hunt-copy p {
  color: rgba(251, 250, 246, .72);
}

.hunt-details {
  padding: clamp(30px, 4vw, 48px);
  border: 1px solid rgba(203, 169, 95, .4);
  background:
    linear-gradient(145deg, rgba(203, 169, 95, .1), transparent 52%),
    rgba(4, 16, 29, .42);
  box-shadow: 0 32px 80px rgba(1, 8, 16, .28);
}

.hunt-details .compact-list {
  margin-top: 20px;
}

.hunt-section .hunt-details .rule-list li {
  color: rgba(251, 250, 246, .84);
  border-color: rgba(203, 169, 95, .24);
}

.hunt-section .hunt-price small {
  color: rgba(251, 250, 246, .64);
}

.compact-list {
  margin: 28px 0 30px;
}

.compact-list li {
  padding-block: 10px;
  font-size: .9rem;
}

.price-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 30px 0 18px;
  border-top: 1px solid rgba(203, 169, 95, .35);
  border-bottom: 1px solid rgba(203, 169, 95, .35);
}

.price-pair > div {
  padding: 20px 20px 20px 0;
}

.price-pair > div + div {
  padding-left: 20px;
  border-left: 1px solid rgba(203, 169, 95, .25);
}

.price-pair small {
  display: block;
  margin-bottom: 5px;
  color: var(--muted);
  font-size: .6rem;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.price-pair strong,
.custom-price {
  color: var(--gold);
  font-family: var(--serif);
  font-size: clamp(1.7rem, 2.8vw, 2.45rem);
  font-weight: 400;
  line-height: 1.1;
}

.service-note {
  margin: 0 0 28px;
  color: var(--muted);
  font-size: .76rem;
  line-height: 1.65;
}

.light .service-note {
  color: #5f6770;
}

.custom-price {
  max-width: 580px;
  margin: 28px 0;
}

.host-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 28%, rgba(203, 169, 95, .11), transparent 25%),
    linear-gradient(135deg, #061326, #0a1c33);
}

.host-section::after {
  content: "HOST";
  position: absolute;
  right: -2vw;
  bottom: -10vw;
  color: rgba(203, 169, 95, .035);
  font-family: var(--serif);
  font-size: min(36vw, 520px);
  line-height: .8;
  pointer-events: none;
}

.host-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr);
  gap: clamp(60px, 9vw, 130px);
  align-items: center;
}

.host-copy {
  order: 1;
}

.host-placeholder {
  order: 2;
}

.host-portrait {
  position: relative;
  order: 2;
  min-height: 660px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(203, 169, 95, .4);
  background: #0c2139;
  box-shadow: 0 28px 80px rgba(2, 10, 22, .28);
}

.host-portrait::after {
  content: "";
  position: absolute;
  inset: 21px;
  border: 1px solid rgba(203, 169, 95, .2);
  pointer-events: none;
}

.host-portrait img {
  width: 100%;
  height: 100%;
  min-height: 660px;
  display: block;
  object-fit: cover;
  object-position: center 36%;
  filter: saturate(.86) contrast(1.04);
}

.host-placeholder {
  position: relative;
  min-height: 660px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 38px;
  overflow: hidden;
  border: 1px solid rgba(203, 169, 95, .36);
  background:
    linear-gradient(to top, rgba(4, 13, 26, .96), rgba(9, 29, 50, .15)),
    radial-gradient(circle at 52% 35%, rgba(203, 169, 95, .17), transparent 23%),
    #0c2139;
}

.host-placeholder::before,
.host-placeholder::after {
  content: "";
  position: absolute;
  inset: 22px;
  border: 1px solid rgba(203, 169, 95, .18);
}

.host-placeholder::after {
  width: 46%;
  height: 64%;
  inset: 13% auto auto 27%;
  border-radius: 50% 50% 42% 42%;
  background: linear-gradient(180deg, rgba(203, 169, 95, .06), rgba(203, 169, 95, .015));
  filter: blur(1px);
}

.host-placeholder > * {
  position: relative;
  z-index: 2;
}

.host-placeholder span,
.host-placeholder small {
  color: var(--gold);
  font-size: .58rem;
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.host-placeholder strong {
  margin: 6px 0 10px;
  font-family: var(--serif);
  font-size: clamp(4rem, 8vw, 7rem);
  font-weight: 400;
  line-height: .8;
}

.host-placeholder small {
  color: rgba(251, 250, 246, .55);
  letter-spacing: .12em;
}

.host-copy h2 {
  margin: 14px 0 25px;
  font-size: clamp(4.6rem, 8.2vw, 8.6rem);
}

.host-manifesto {
  max-width: 720px;
  color: var(--gold);
  font-family: var(--serif);
  font-size: clamp(2rem, 3.3vw, 3.4rem);
  line-height: 1.12;
}

.host-copy > p:not(.host-manifesto):not(.host-closing) {
  max-width: 680px;
  color: rgba(251, 250, 246, .72);
}

.host-closing {
  max-width: 680px;
  margin-top: 28px;
  padding-top: 25px;
  border-top: 1px solid rgba(203, 169, 95, .3);
  color: var(--white);
  font-family: var(--serif);
  font-size: 1.55rem;
  line-height: 1.4;
}

.timeline-item {
  grid-template-columns: 92px .78fr 1.22fr;
}

.timeline-item h3 {
  line-height: 1.5;
}

.faq-grid {
  align-items: stretch;
}

.contact-panel {
  overflow: visible;
  background: rgba(255, 255, 255, .018);
}

.contact-panel input,
.contact-panel textarea {
  color: var(--ivory);
  caret-color: var(--gold);
}

.contact-panel input::placeholder,
.contact-panel textarea::placeholder {
  color: rgba(244, 239, 230, .42);
}

.contact-details .contact-row a[href^="mailto:"] {
  color: var(--gold);
  font-weight: 500;
  transition: color .2s ease;
}

.contact-details .contact-row a[href^="mailto:"]:hover,
.contact-details .contact-row a[href^="mailto:"]:focus-visible {
  color: var(--ivory);
}

.field-help {
  margin-top: 2px;
  color: rgba(244, 239, 230, .48);
  letter-spacing: .08em;
  text-transform: none;
}

.footer-contact {
  display: grid;
  gap: 2px;
  width: max-content;
  margin-top: 12px;
}

.footer-contact a {
  transition: color .2s ease;
}

.footer-contact .footer-email {
  color: var(--gold);
  font-weight: 500;
}

.footer-contact a:hover,
.footer-contact a:focus-visible {
  color: var(--ivory);
}

.conditional-field[hidden] {
  display: none !important;
}

.custom-select {
  position: relative;
  width: 100%;
}

.native-select {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  opacity: 0;
  pointer-events: none;
}

.select-trigger {
  width: 100%;
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0;
  border: 0;
  border-bottom: 1px solid rgba(203, 169, 95, .42);
  border-radius: 0;
  background: transparent;
  color: var(--ivory);
  font: 300 1rem/1.3 var(--sans);
  text-align: left;
  cursor: pointer;
}

.select-trigger svg {
  width: 14px;
  fill: none;
  stroke: var(--gold);
  stroke-width: 1.2;
  transition: transform .28s ease;
}

.custom-select.open .select-trigger svg {
  transform: rotate(180deg);
}

.select-trigger:focus-visible {
  outline: 1px solid var(--gold);
  outline-offset: 5px;
}

.select-menu {
  position: absolute;
  z-index: 80;
  top: calc(100% + 9px);
  left: 0;
  right: 0;
  display: grid;
  padding: 7px;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-5px);
  border: 1px solid rgba(203, 169, 95, .42);
  background: #0a1b31;
  box-shadow: 0 24px 60px rgba(1, 8, 17, .42);
  transition: opacity .22s ease, transform .22s ease, visibility .22s;
}

.custom-select.open .select-menu {
  visibility: visible;
  opacity: 1;
  transform: none;
}

.select-option {
  position: relative;
  min-height: 47px;
  padding: 0 38px 0 14px;
  border: 0;
  border-bottom: 1px solid rgba(203, 169, 95, .12);
  background: transparent;
  color: rgba(244, 239, 230, .72);
  font: 300 .86rem/1.35 var(--sans);
  text-align: left;
  cursor: pointer;
  transition: color .2s ease, background-color .2s ease;
}

.select-option:last-child {
  border-bottom: 0;
}

.select-option:hover,
.select-option:focus-visible,
.select-option[aria-selected="true"] {
  outline: none;
  background: rgba(203, 169, 95, .08);
  color: var(--ivory);
}

.select-option[aria-selected="true"]::after {
  content: "—";
  position: absolute;
  right: 14px;
  color: var(--gold);
}

.select-option[hidden] {
  display: none;
}

.custom-select[data-select-id="guests"] .select-menu {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 7px;
  padding: 12px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .025), transparent 42%),
    #0a1b31;
}

.custom-select[data-select-id="guests"] .select-option {
  min-height: 50px;
  padding: 0;
  border: 1px solid rgba(203, 169, 95, .18);
  color: rgba(244, 239, 230, .68);
  font-family: var(--serif);
  font-size: 1.04rem;
  text-align: center;
}

.custom-select[data-select-id="guests"] .select-option:hover,
.custom-select[data-select-id="guests"] .select-option:focus-visible {
  border-color: rgba(203, 169, 95, .68);
  background: rgba(203, 169, 95, .08);
}

.custom-select[data-select-id="guests"] .select-option[aria-selected="true"] {
  border-color: var(--gold);
  background: var(--gold);
  color: var(--navy);
}

.custom-select[data-select-id="guests"] .select-option[aria-selected="true"]::after {
  display: none;
}

.date-picker {
  position: relative;
  width: 100%;
}

.date-trigger {
  width: 100%;
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0;
  border: 0;
  border-bottom: 1px solid rgba(203, 169, 95, .42);
  background: transparent;
  color: var(--ivory);
  font: 300 1rem/1.3 var(--sans);
  text-align: left;
  cursor: pointer;
}

.date-trigger:focus-visible {
  outline: 1px solid var(--gold);
  outline-offset: 5px;
}

.date-calendar-icon {
  position: relative;
  width: 16px;
  height: 15px;
  flex: 0 0 auto;
  border: 1px solid var(--gold);
  border-radius: 2px;
}

.date-calendar-icon::before,
.date-calendar-icon::after {
  content: "";
  position: absolute;
}

.date-calendar-icon::before {
  left: -1px;
  right: -1px;
  top: 3px;
  height: 1px;
  background: var(--gold);
}

.date-calendar-icon::after {
  left: 3px;
  top: -3px;
  width: 8px;
  height: 4px;
  border-left: 1px solid var(--gold);
  border-right: 1px solid var(--gold);
}

.date-popover {
  position: absolute;
  z-index: 90;
  top: calc(100% + 10px);
  right: 0;
  width: min(372px, calc(100vw - 48px));
  padding: 24px 24px 20px;
  border: 1px solid rgba(203, 169, 95, .76);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .9), rgba(255, 255, 255, 0) 42%),
    #f0e9dd;
  box-shadow: 0 28px 70px rgba(1, 8, 17, .34);
}

.date-popover[hidden] {
  display: none;
}

.date-header {
  display: grid;
  grid-template-columns: 38px 1fr 38px;
  gap: 12px;
  align-items: center;
  margin-bottom: 22px;
}

.date-header strong {
  color: var(--navy);
  font-family: var(--serif);
  font-size: 1.42rem;
  font-weight: 400;
  letter-spacing: -.01em;
  text-align: center;
}

.date-nav {
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid rgba(9, 28, 50, .16);
  background: transparent;
  color: var(--navy);
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
  transition: border-color .2s ease, background-color .2s ease, color .2s ease;
}

.date-nav:hover,
.date-nav:focus-visible {
  outline: none;
  border-color: var(--navy);
  background: var(--navy);
  color: var(--ivory);
}

.date-nav:disabled {
  opacity: .25;
  cursor: default;
}

.date-weekdays,
.date-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 3px;
}

.date-weekdays {
  margin-bottom: 9px;
}

.date-weekdays span {
  color: rgba(9, 28, 50, .46);
  font-size: .55rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-align: center;
  text-transform: uppercase;
}

.date-spacer,
.date-day {
  aspect-ratio: 1;
}

.date-day {
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid transparent;
  border-radius: 0;
  background: transparent;
  color: rgba(9, 28, 50, .74);
  font-size: .78rem;
  cursor: pointer;
  transition: border-color .18s ease, background-color .18s ease, color .18s ease;
}

.date-day:hover,
.date-day:focus-visible {
  outline: none;
  border-color: rgba(9, 28, 50, .34);
  background: rgba(255, 255, 255, .48);
  color: var(--navy);
}

.date-day.today {
  border-color: var(--gold);
}

.date-day.selected {
  border-color: var(--navy);
  background: var(--navy);
  color: var(--ivory);
  font-weight: 600;
}

.date-day:disabled {
  opacity: .2;
  cursor: default;
}

.date-footer {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: baseline;
  margin-top: 18px;
  padding-top: 15px;
  border-top: 1px solid rgba(9, 28, 50, .14);
  color: var(--navy);
}

.date-footer span {
  color: #967436;
  font-size: .58rem;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.date-footer small {
  color: rgba(9, 28, 50, .55);
  font-size: .62rem;
  line-height: 1.45;
  text-align: right;
}

.checkbox-field label {
  color: rgba(244, 239, 230, .65);
}

.checkbox-field a {
  color: var(--ivory);
  text-decoration: underline;
  text-decoration-color: rgba(203, 169, 95, .55);
  text-underline-offset: 3px;
}

@media (max-width: 1100px) {
  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-card:nth-child(2) {
    border-right: 0;
  }

  .process-card:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(203, 169, 95, .22);
  }
}

@media (max-width: 980px) {
  .host-grid {
    grid-template-columns: 1.08fr .92fr;
    gap: 52px;
  }

  .host-placeholder {
    min-height: 540px;
  }

  .host-portrait,
  .host-portrait img {
    min-height: 540px;
  }
}

@media (max-width: 760px) {
  .host-grid {
    grid-template-columns: 1fr;
  }

  .hunt-content-grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .host-placeholder {
    min-height: 500px;
  }

  .host-portrait,
  .host-portrait img {
    min-height: 0;
  }

  .host-portrait {
    aspect-ratio: 4 / 5;
  }

  .experience-divider {
    min-height: 62svh;
  }

  .hunt-divider {
    min-height: 52svh;
  }

  .hero-paths {
    max-width: none;
  }
}

@media (max-width: 620px) {
  .button-row {
    align-items: flex-start;
  }

  .button-row .btn {
    width: auto;
  }

  .btn {
    min-height: 43px;
    padding-inline: 18px;
    font-size: .57rem;
  }

  .hero {
    padding-top: 105px;
    padding-bottom: 52px;
  }

  .hero h1 {
    margin-bottom: 20px;
  }

  .hero-note {
    margin: 12px 0 21px;
  }

  .hero-paths {
    grid-template-columns: 1fr;
    margin-bottom: 22px;
  }

  .hero-path {
    min-height: 56px;
    grid-template-columns: 31px 1fr;
    padding: 7px 8px 7px 0;
  }

  .hero-path + .hero-path {
    padding-left: 0;
    border-top: 1px solid rgba(203, 169, 95, .2);
    border-left: 0;
  }

  .hero-path-icon {
    width: 29px;
    height: 29px;
  }

  .hero-path-icon svg {
    width: 23px;
  }

  .hero-path strong {
    font-size: 1.15rem;
  }

  .experience-spec-panel {
    min-height: auto;
    padding: 38px 24px 28px;
  }

  .spec-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .spec-list div {
    min-height: 108px;
    padding: 16px;
  }

  .spec-list div:nth-child(odd) {
    border-left: 0;
  }

  .spec-list div:nth-child(n + 3) {
    border-top: 1px solid rgba(203, 169, 95, .17);
  }

  .spec-amenities {
    padding: 18px;
  }

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

  .process-card,
  .process-card:nth-child(2) {
    padding: 29px 8px;
    border-right: 0;
    border-bottom: 1px solid rgba(203, 169, 95, .22);
  }

  .process-card:last-child {
    border-bottom: 0;
  }

  .experience-divider {
    min-height: 58svh;
    padding: 92px 0 55px;
  }

  .hunt-divider {
    min-height: 48svh;
    padding: 82px 0 46px;
  }

  .experience-divider h2 {
    font-size: clamp(4.5rem, 23vw, 7rem);
  }

  .hunt-divider h2 {
    font-size: clamp(4.2rem, 20vw, 6.2rem);
  }

  .experience-divider p {
    font-size: 1.2rem;
  }

  .hunt-details {
    padding: 28px 22px;
  }

  .price-pair {
    grid-template-columns: 1fr;
  }

  .price-pair > div {
    padding: 18px 0;
  }

  .price-pair > div + div {
    padding-left: 0;
    border-top: 1px solid rgba(203, 169, 95, .25);
    border-left: 0;
  }

  .host-placeholder {
    min-height: 430px;
    padding: 30px;
  }

  .host-copy h2 {
    font-size: clamp(4.2rem, 22vw, 6rem);
  }

  .timeline-item {
    grid-template-columns: 1fr;
  }

  #contact.section {
    padding-top: 74px;
    padding-bottom: 74px;
  }

  #contact .split {
    gap: 34px;
  }

  #contact h2 {
    margin-bottom: 20px;
    font-size: clamp(3.6rem, 18vw, 5rem);
  }

  .contact-details {
    margin-bottom: 0;
  }

  .contact-panel {
    padding: 27px 20px;
  }

  form {
    gap: 19px;
  }

  .select-menu {
    position: fixed;
    z-index: 100;
    inset: auto 18px 18px;
    max-height: min(60vh, 460px);
    overflow-y: auto;
    padding: 10px;
    background: #08182d;
    box-shadow: 0 0 0 100vmax rgba(1, 7, 15, .68), 0 24px 60px rgba(1, 8, 17, .65);
  }

  .select-option {
    min-height: 52px;
  }
}

/* Unified experience chapters */
.experience-story {
  position: relative;
  color: var(--white);
  border-top: 1px solid rgba(203, 169, 95, .18);
}

.wine-story {
  background:
    radial-gradient(circle at 8% 66%, rgba(121, 78, 42, .18), transparent 28%),
    linear-gradient(145deg, #0a1a2e, #07162b 62%);
}

.sail-story {
  background:
    radial-gradient(circle at 92% 68%, rgba(71, 115, 138, .28), transparent 30%),
    linear-gradient(145deg, #071a31, #07162b 64%);
}

.hunt-story {
  background:
    radial-gradient(circle at 10% 72%, rgba(75, 97, 61, .28), transparent 30%),
    linear-gradient(145deg, #0a2020, #07162b 64%);
}

.experience-cover {
  position: relative;
  min-height: 68svh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding: 112px 0 72px;
  isolation: isolate;
  background-position: center;
  background-size: cover;
}

.experience-cover::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(to top, rgba(5, 16, 30, .98) 1%, rgba(5, 16, 30, .18) 68%),
    linear-gradient(90deg, rgba(5, 16, 30, .72), rgba(5, 16, 30, .04) 72%);
}

.wine-story .experience-cover {
  background-image: url("assets/photos/vineyard.jpg");
  background-position: center 54%;
}

.sail-story .experience-cover {
  background-image: url("assets/photos/sail-catamaran-v3.jpg");
  background-position: center 53%;
}

.hunt-story .experience-cover {
  background-image: url("assets/photos/hunt-lodge.jpg");
  background-position: center 44%;
}

.experience-cover h2 {
  max-width: 920px;
  margin: 10px 0 14px;
  color: var(--white);
  font-size: clamp(6rem, 13vw, 12rem);
}

.experience-cover p {
  max-width: 670px;
  margin: 0;
  color: rgba(251, 250, 246, .8);
  font-family: var(--serif);
  font-size: clamp(1.25rem, 2.1vw, 1.85rem);
  line-height: 1.42;
}

.experience-content {
  padding-top: clamp(72px, 6vw, 104px);
  padding-bottom: clamp(86px, 10vw, 142px);
}

.experience-main-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  gap: clamp(64px, 8vw, 112px);
  align-items: start;
}

.experience-copy h3 {
  max-width: 780px;
  margin: 14px 0 30px;
  font-size: clamp(3.25rem, 5.4vw, 5.8rem);
}

.experience-copy > p {
  max-width: 700px;
  color: rgba(251, 250, 246, .72);
}

.experience-includes {
  list-style: none;
  max-width: 720px;
  margin: 36px 0 0;
  padding: 0;
  border-top: 1px solid rgba(203, 169, 95, .3);
}

.experience-includes li {
  position: relative;
  padding: 16px 0 16px 25px;
  border-bottom: 1px solid rgba(203, 169, 95, .18);
  color: rgba(251, 250, 246, .82);
}

.experience-includes li::before {
  content: "—";
  position: absolute;
  left: 0;
  color: var(--gold);
}

.experience-offer {
  padding: clamp(28px, 3.5vw, 44px);
  border: 1px solid rgba(203, 169, 95, .42);
  background:
    radial-gradient(circle at 100% 0, rgba(71, 115, 138, .2), transparent 38%),
    rgba(5, 16, 30, .5);
  box-shadow: 0 28px 74px rgba(1, 8, 17, .24);
}

.offer-label {
  display: block;
  margin-bottom: 22px;
  color: var(--gold);
  font-size: .6rem;
  font-weight: 600;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.experience-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(203, 169, 95, .25);
  border-left: 1px solid rgba(203, 169, 95, .25);
}

.experience-facts div {
  min-height: 112px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 7px;
  padding: 17px 19px;
  border-right: 1px solid rgba(203, 169, 95, .25);
  border-bottom: 1px solid rgba(203, 169, 95, .25);
}

.experience-facts strong {
  color: var(--gold);
  font-family: var(--serif);
  font-size: clamp(2.15rem, 3.5vw, 3.2rem);
  font-weight: 400;
  line-height: .9;
}

.hunt-story .experience-facts strong {
  font-size: clamp(1.85rem, 2.8vw, 2.6rem);
}

.experience-facts span {
  color: rgba(251, 250, 246, .62);
  font-size: .54rem;
  font-weight: 600;
  letter-spacing: .14em;
  line-height: 1.45;
  text-transform: uppercase;
}

.offer-price,
.offer-price-grid {
  margin-top: 26px;
  padding: 25px 0;
  border-top: 1px solid rgba(203, 169, 95, .3);
  border-bottom: 1px solid rgba(203, 169, 95, .3);
}

.offer-price small,
.offer-price-grid small {
  display: block;
  margin-bottom: 7px;
  color: rgba(251, 250, 246, .55);
  font-size: .55rem;
  font-weight: 600;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.offer-price strong,
.offer-price-grid strong {
  display: block;
  color: var(--white);
  font-family: var(--serif);
  font-size: clamp(2.45rem, 4vw, 3.8rem);
  font-weight: 400;
  line-height: 1;
}

.offer-price-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
}

.offer-price-grid > div {
  padding-right: 20px;
}

.offer-price-grid > div + div {
  padding-right: 0;
  padding-left: 20px;
  border-left: 1px solid rgba(203, 169, 95, .25);
}

.offer-price-grid strong {
  font-size: clamp(1.9rem, 3vw, 2.75rem);
}

.offer-note {
  margin: 20px 0 25px;
  color: rgba(251, 250, 246, .58);
  font-size: .75rem;
  line-height: 1.65;
}

.experience-moments {
  display: grid;
  grid-template-columns: minmax(230px, 1.15fr) repeat(3, minmax(0, 1fr));
  margin-top: clamp(70px, 8vw, 112px);
  border-top: 1px solid rgba(203, 169, 95, .3);
  border-bottom: 1px solid rgba(203, 169, 95, .3);
}

.experience-moments > * {
  min-height: 220px;
  padding: 30px 28px;
  border-right: 1px solid rgba(203, 169, 95, .2);
}

.experience-moments > *:last-child {
  border-right: 0;
}

.moments-intro {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.moments-intro p,
.experience-moments article p {
  margin: 0;
  color: rgba(251, 250, 246, .6);
  font-size: .82rem;
  line-height: 1.65;
}

.experience-moments article > span {
  display: block;
  margin-bottom: 31px;
  color: var(--gold);
  font-family: var(--serif);
  font-size: 1.35rem;
}

.experience-moments h4 {
  margin: 0 0 13px;
  color: var(--white);
  font-family: var(--sans);
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .16em;
  line-height: 1.5;
  text-transform: uppercase;
}

.planning-head {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
  gap: clamp(50px, 8vw, 105px);
  align-items: end;
  padding-bottom: 65px;
  border-bottom: 1px solid rgba(20, 37, 54, .18);
}

.planning-head h2 {
  max-width: 850px;
  margin: 13px 0 0;
  font-size: clamp(3.4rem, 6vw, 6rem);
}

.planning-head p {
  margin: 0;
  color: #606973;
}

.faq-heading {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 40px;
  align-items: baseline;
  margin: 70px 0 34px;
}

.faq-heading h3 {
  margin: 0;
  font-size: clamp(2.2rem, 3.8vw, 3.8rem);
}

@media (max-width: 980px) {
  .experience-cover {
    min-height: 58svh;
  }

  .planning-head {
    grid-template-columns: 1fr;
  }

  .experience-main-grid {
    grid-template-columns: minmax(0, 1fr) minmax(300px, .76fr);
    gap: 42px;
  }

  .experience-offer {
    max-width: none;
    padding: 30px 26px;
  }

  .experience-moments {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .moments-intro {
    grid-column: 1 / -1;
    min-height: auto;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 35px;
  }
}

@media (max-width: 820px) {
  .experience-main-grid {
    grid-template-columns: 1fr;
  }

  .experience-offer {
    width: 100%;
    max-width: none;
  }
}

@media (max-width: 700px) {
  .experience-cover {
    min-height: 54svh;
    padding: 100px 0 52px;
  }

  .experience-cover h2 {
    font-size: clamp(5.2rem, 24vw, 7.2rem);
  }

  .experience-cover p {
    font-size: 1.15rem;
  }

  .experience-content {
    padding-top: 70px;
    padding-bottom: 84px;
  }

  .experience-main-grid {
    gap: 48px;
  }

  .experience-copy h3 {
    font-size: clamp(2.9rem, 14vw, 4.4rem);
  }

  .experience-offer {
    padding: 28px 22px;
  }

  .experience-facts div {
    min-height: 96px;
    padding: 15px;
  }

  .offer-price-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .offer-price-grid > div + div {
    padding: 22px 0 0;
    border-top: 1px solid rgba(203, 169, 95, .25);
    border-left: 0;
  }

  .experience-moments {
    grid-template-columns: 1fr;
    margin-top: 66px;
  }

  .experience-moments > *,
  .moments-intro {
    min-height: auto;
    display: block;
    grid-column: auto;
    padding: 25px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(203, 169, 95, .18);
  }

  .experience-moments > *:last-child {
    border-bottom: 0;
  }

  .moments-intro p {
    margin-top: 14px;
  }

  .experience-moments article > span {
    margin-bottom: 17px;
  }

  .planning-head {
    gap: 24px;
    padding-bottom: 45px;
  }

  .faq-heading {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 52px;
  }
}
