/* Homepage composition based on the supplied travel reference. */
.home-page { --hero-ink: #0b2931; --hero-teal: var(--accent); --home-gutter: clamp(24px, 5.2vw, 100px); background: #faf9f7; }
.home-icon-defs { position: absolute; width: 0; height: 0; overflow: hidden; }
.plan-icon { width: 19px; height: 19px; flex-shrink: 0; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.escape-hero { position: relative; height: clamp(445px, 43.3vw, 700px); min-height: 445px; color: var(--hero-ink); isolation: isolate; }
.escape-photo, .escape-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.escape-photo { z-index: -2; object-fit: cover; object-position: center; }
.escape-shade { z-index: -1; background: linear-gradient(90deg, rgba(251,249,245,.9) 0%, rgba(251,249,245,.73) 25%, rgba(251,249,245,.18) 50%, transparent 68%); }
.escape-copy { position: absolute; top: 25.3%; left: var(--home-gutter); }
.escape-eyebrow { color: #365057; font-size: 9px; line-height: 1; font-weight: 500; text-transform: uppercase; letter-spacing: 2.5px; margin-bottom: 18px; }
.escape-copy h1 { font: 400 clamp(52px, 5.45vw, 86px)/.99 var(--font-head); letter-spacing: -2.2px; color: var(--hero-ink); }
.escape-description { margin-top: 20px; color: var(--hero-ink); font-size: clamp(14px, 1.35vw, 19px); line-height: 1.65; }
.escape-actions { display: flex; gap: 14px; margin-top: 23px; }
.escape-button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; border-radius: 28px; padding: 12px 23px; font: 500 12px/1.2 var(--font-body); white-space: nowrap; transition: background .2s, box-shadow .2s; }
.escape-primary, .find-trip { color: white; background: var(--hero-teal); }
.escape-primary:hover, .find-trip:hover { background: #103b3e; box-shadow: 0 4px 16px #194e5125; }
.escape-secondary { border: 1px solid #a6b4b6; background: #ffffff65; color: var(--hero-ink); }
.escape-secondary:hover { background: #ffffffe0; }
.escape-button .plan-icon { width: 16px; height: 16px; }
.escape-location { position: absolute; right: var(--home-gutter); bottom: 38px; display: flex; gap: 10px; align-items: center; color: white; text-shadow: 0 1px 5px #092f37; }
.escape-location span { display: block; font-size: 11px; }
.escape-location small { display: block; font-size: 9px; margin-top: 6px; }
.trip-planner { position: relative; z-index: 3; margin: -18px var(--home-gutter) 0; padding: 23px 25px 27px; background: rgba(255,255,255,.98); border-radius: 13px; box-shadow: 0 6px 20px #203a4210; color: var(--hero-ink); scroll-margin-top: 24px; }
.trip-planner h2 { font: 400 24px/1.2 var(--font-head); letter-spacing: -.6px; margin-bottom: 12px; }
#trip-planner-form { display: flex; gap: 17px; align-items: center; }
.planner-fields { display: grid; grid-template-columns: 1.15fr 1.15fr 1fr 1fr; flex: 1; min-width: 0; border: 1px solid #eef0ef; border-radius: 5px; }
.planner-field { display: grid; position: relative; grid-template-columns: 19px minmax(0, 1fr); grid-template-rows: 20px 21px; gap: 4px 10px; padding: 12px 15px; min-width: 0; align-items: center; }
.planner-field + .planner-field { border-left: 1px solid #eef0ef; }
.planner-field > span:first-of-type { font-size: 10px; color: #33494d; }
.planner-field select, .planner-field input { grid-column: 2; width: 100%; min-width: 0; border: none; border-radius: 0; font: 400 10px/1.5 var(--font-body); color: var(--hero-ink); background-color: transparent; cursor: pointer; padding: 0 15px 0 0; height: 22px; }
.planner-field select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='m2 1 3 3 3-3' fill='none' stroke='%231c383c'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right center; }
.planner-field select:invalid { color: #7d8588; }
.planner-date input:invalid { color: transparent; }
.date-placeholder { position: absolute; bottom: 15px; left: 44px; font-size: 10px; color: #7d8588; pointer-events: none; }
.planner-date input:valid ~ .date-placeholder, .planner-date:focus-within .date-placeholder { display: none; }
.planner-date:focus-within input { color: var(--hero-ink); }
.find-trip { border-radius: 8px; padding: 13px 17px; font-size: 11px; }
.home-page :is(a, button, select, input):focus-visible { outline: 2px solid #2b777a; outline-offset: 5px; }
.planner-result { margin-top: 24px; padding-top: 22px; border-top: 1px solid #e2e8e6; }
.planner-result h3 { font: 400 24px var(--font-head); margin-bottom: 8px; }
.planner-result p { font-size: 14px; }
.planner-result .escape-button { margin-top: 16px; }
.planner-browse { display: inline-block; margin: 16px; font-size: 13px; text-decoration: underline; }
.home-page .discover { margin-top: 30px; }
.home-page .wa-float { opacity: 0; visibility: hidden; }
.home-page.past-hero .wa-float { opacity: 1; visibility: visible; }
@media (min-width: 1500px) { .trip-planner { padding: 30px; } .planner-field { padding: 17px 22px; } .date-placeholder { left: 51px; bottom: 20px; } }
@media (max-width: 1150px) {
  .trip-planner { padding: 20px 22px 23px; }
  .trip-planner h2 { font-size: 22px; margin-bottom: 9px; }
  .planner-field { padding: 10px 12px; gap: 2px 8px; }
  .planner-field select, .planner-field input, .date-placeholder { font-size: 9px; }
  .date-placeholder { left: 39px; bottom: 13px; }
}
@media (max-width: 900px) {
  .home-page .nav-hamburger { display: flex; }
  .escape-hero { height: 530px; }
  .escape-copy { top: 125px; }
  .escape-copy h1 { font-size: 58px; }
  .escape-location { bottom: 48px; }
  #trip-planner-form { align-items: stretch; flex-direction: column; }
  .planner-fields { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .planner-field { padding: 14px; }
  .planner-field:nth-child(3) { border-left: 0; }
  .planner-field:nth-child(n+3) { border-top: 1px solid #eef0ef; }
  .planner-field select, .planner-field input, .date-placeholder { font-size: 12px; }
  .planner-field > span:first-of-type { font-size: 11px; }
  .date-placeholder { bottom: 17px; left: 41px; }
  .find-trip { align-self: flex-end; }
}
@media (max-width: 540px) {
  .home-page { --home-gutter: 22px; }
  .escape-hero { height: 575px; }
  .escape-photo { object-position: 60% center; }
  .escape-shade { background: linear-gradient(90deg, #faf8f1e8, #faf8f178 70%, #faf8f11a); }
  .escape-copy { top: 120px; right: var(--home-gutter); }
  .escape-eyebrow { font-size: 8px; letter-spacing: 2px; }
  .escape-copy h1 { font-size: clamp(43px, 11.5vw, 58px); letter-spacing: -1.8px; }
  .escape-description { font-size: 14px; max-width: 300px; }
  .desktop-break { display: none; }
  .escape-actions { gap: 8px; flex-wrap: wrap; }
  .escape-button { padding: 12px 17px; font-size: 11px; }
  .escape-location { bottom: 51px; right: 22px; background: #123c4366; padding: 9px 12px; border-radius: 7px; }
  .trip-planner { margin-top: -26px; padding: 21px 18px; }
  .trip-planner h2 { font-size: 23px; margin-bottom: 16px; }
  .planner-fields { grid-template-columns: 1fr; }
  .planner-field + .planner-field { border-left: 0; border-top: 1px solid #eef0ef; }
  .planner-field { grid-template-rows: 22px 26px; }
  .date-placeholder { bottom: 18px; }
  .planner-field select, .planner-field input { font-size: 13px; }
  .find-trip { width: 100%; font-size: 13px; }
}
@media (prefers-reduced-motion: reduce) { .home-page { scroll-behavior: auto; } .escape-button { transition: none; } }
