:root {
  --orange: #f47d32;
  --orange-deep: #dd5b1c;
  --line: #eee5df;
  --canvas: #fffaf6;
  --mint: #fff0e4;
  --shadow: 0 18px 48px rgba(84, 54, 34, 0.1);
}

.hero {
  background: #fff5ed;
}

.hero:before {
  background: #ffe9d7;
}

.hero:after {
  border-color: #f5dccb;
  box-shadow: 0 0 0 35px #fff0e5, 0 0 0 70px #fff7f1;
}

.benefit-section {
  background: #fff0e4;
}

.field-icon.green,
.mint-icon {
  background: #fff0e4;
  color: #e88a4f;
}

.search-meta span:first-child,
.section-label,
.eyebrow,
.more-link span,
.destination-card small b,
.pick-price b,
.banner-button span {
  color: var(--orange);
}

.brand-symbol {
  border-color: var(--orange);
}

.brand-symbol i {
  background: var(--orange);
}

.orange-chip,
.pick-badge,
.primary-search,
.direct-toggle.on .toggle-track {
  background: var(--orange);
}

.primary-search:hover {
  background: var(--orange-deep);
}

.service-tab.active:after,
.trip-type.active:after,
.desktop-nav a.active:after {
  background: var(--orange);
}

.service-tab:focus {
  outline: none;
}

.service-tab:focus-visible {
  box-shadow: inset 0 0 0 2px rgba(244, 125, 50, 0.22);
}

/* Keep the landing header intentionally quiet: the product switch lives in the search card. */
.desktop-nav {
  display: none !important;
}

.site-header {
  box-shadow: 0 1px 0 rgba(100, 67, 45, 0.04);
}

/* Reserve one stable content frame for every product type so the page does not jump. */
.search-card {
  min-height: 304px;
  border: 1px solid rgba(238, 229, 223, 0.72);
}

.search-card-content {
  min-height: 241px;
  display: flex;
  flex-direction: column;
}

.flight-controls {
  height: 24px;
  flex: none;
}

.flight-controls.placeholder {
  visibility: hidden;
  pointer-events: none;
}

.flight-grid,
.hotel-fields,
.car-fields,
.activity-fields {
  flex: none;
  min-height: 88px;
}

.primary-search {
  margin-top: auto;
}

.search-meta {
  flex: none;
}

/* Seasonal editorial feed behind the landing search. */
.hero:before,
.hero:after {
  display: none;
}

.hero-feed {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background: #e7cdbb;
}

.hero-feed-slide {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  opacity: 0;
  transform: scale(1.03);
  transition: opacity 1.2s ease, transform 7s ease;
}

.hero-feed-slide.is-active {
  opacity: 1;
  transform: scale(1);
}

.hero-feed-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 248, 242, 0.98) 0%, rgba(255, 248, 242, 0.94) 29%, rgba(255, 248, 242, 0.72) 51%, rgba(46, 37, 31, 0.18) 100%);
}

.hero-feed-meta {
  position: absolute;
  top: 27px;
  right: max(28px, calc((100vw - 1180px) / 2 + 28px));
  z-index: 1;
  color: #fff;
  text-align: right;
  text-shadow: 0 1px 10px rgba(34, 26, 20, 0.2);
}

.hero-feed-meta > span {
  display: block;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.18em;
  opacity: 0.84;
}

.hero-feed-meta strong {
  display: block;
  margin-top: 7px;
  font-size: 18px;
  letter-spacing: -0.07em;
}

.hero-feed-meta small {
  display: block;
  margin-top: 4px;
  font-size: 10px;
  opacity: 0.82;
}

.hero-feed-dots {
  display: flex;
  justify-content: flex-end;
  gap: 5px;
  margin-top: 11px;
}

.hero-feed-dots i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.55);
  transition: width 0.25s ease, background 0.25s ease;
}

.hero-feed-dots i.is-active {
  width: 20px;
  border-radius: 10px;
  background: #fff;
}

/* The editorial image has its own frame; product forms may grow below it. */
.hero {
  min-height: 470px;
}

.hero-feed {
  inset: 0 0 auto;
  height: 470px;
}

/* Non-flight products do not need the flight-only controls spacer. */
.flight-controls.placeholder {
  height: 0;
  margin-bottom: 0;
}

/* Slide-out navigation inspired by the category-first structure of travel OTAs. */
.menu-backdrop {
  position: fixed;
  inset: 0;
  z-index: 29;
  background: rgba(32, 27, 23, 0.38);
  opacity: 0;
  transition: opacity 0.28s ease;
}

.menu-backdrop.is-open {
  opacity: 1;
}

.menu-drawer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 30;
  width: min(430px, 91vw);
  height: 100dvh;
  padding: 31px 30px 24px;
  overflow-y: auto;
  background: #fffaf6;
  box-shadow: -18px 0 50px rgba(57, 37, 23, 0.16);
  transform: translateX(102%);
  transition: transform 0.38s cubic-bezier(0.22, 0.78, 0.26, 1);
}

.menu-drawer.is-open {
  transform: translateX(0);
}

.menu-drawer-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.menu-drawer-head p,
.menu-section-label {
  margin: 0 0 8px;
  color: var(--orange);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.15em;
}

.menu-drawer-head h2 {
  margin: 0;
  color: #363b39;
  font-size: 25px;
  letter-spacing: -0.1em;
}

.menu-close {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #fff;
  color: #5b625f;
  font-size: 25px;
  line-height: 1;
}

.menu-member-card {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 30px 0 34px;
  padding: 17px 15px;
  border-radius: 12px;
  background: #fff0e4;
}

.menu-member-icon {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  flex: none;
  border-radius: 50%;
  background: var(--orange);
  color: #fff;
  font-size: 17px;
}

.menu-member-card strong,
.menu-primary a strong {
  display: block;
  color: #3d4541;
  font-size: 14px;
  letter-spacing: -0.06em;
}

.menu-member-card p,
.menu-primary a small {
  display: block;
  margin: 4px 0 0;
  color: #9b918a;
  font-size: 9px;
}

.menu-arrow {
  margin-left: auto;
  color: var(--orange);
  font-size: 19px;
}

.menu-primary .menu-section-label,
.menu-quick-links .menu-section-label {
  margin-bottom: 12px;
}

.menu-primary a {
  display: grid;
  grid-template-columns: 32px 1fr auto;
  align-items: center;
  gap: 10px;
  padding: 15px 0;
  border-bottom: 1px solid #f0e6df;
}

.menu-index {
  color: #c9b9ae;
  font-size: 9px;
  letter-spacing: 0.08em;
}

.menu-primary a b {
  color: #b4a49b;
  font-size: 16px;
  font-weight: 500;
}

.menu-quick-links {
  margin-top: 31px;
}

.menu-quick-links > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 18px;
}

.menu-quick-links a {
  color: #6f7772;
  font-size: 11px;
  font-weight: 700;
}

.menu-drawer-foot {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 36px;
  padding-top: 18px;
  border-top: 1px solid #eee4dc;
  color: #a39a94;
  font-size: 9px;
}

.menu-drawer-foot button {
  margin-right: 9px;
  padding: 0;
  background: transparent;
  color: #5f6763;
  font-size: 10px;
}

.menu-drawer-foot button b {
  margin-left: 4px;
  color: #aaa09a;
}

body.menu-open {
  overflow: hidden;
}

.announcement {
  background: #fff1e5;
  color: #a65d30;
}

.announcement-close {
  color: #c17446;
}

.bottom-nav a.active {
  color: var(--orange);
}

.activity-fields {
  display: grid;
  grid-template-columns: 1.6fr 1.1fr 1.1fr;
  gap: 7px;
}

.activity-fields.is-hidden {
  display: none;
}

.activity-fields .hotel-destination {
  min-height: 88px;
}

@media (max-width: 640px) {
  .login-button {
    display: block;
  }

  .hero-feed-shade {
    background: linear-gradient(180deg, rgba(255, 248, 242, 0.88) 0%, rgba(255, 248, 242, 0.92) 45%, rgba(255, 248, 242, 0.75) 100%);
  }

  .hero-feed-meta {
    top: 18px;
    right: 20px;
  }

  .hero-feed-meta strong {
    font-size: 14px;
  }

  .hero-feed-meta small {
    font-size: 8px;
  }

  .menu-drawer {
    width: 100%;
    padding: 25px 21px 22px;
  }

  .hero {
    min-height: 560px;
  }

  .hero-feed {
    height: 560px;
  }

  .search-card {
    min-height: 430px;
  }

  .search-card-content {
    min-height: 367px;
  }

  .service-tabs {
    gap: 12px;
  }

  .activity-fields {
    grid-template-columns: 1fr 1fr;
    gap: 6px;
  }

  .activity-fields .hotel-destination {
    grid-column: 1 / 3;
    min-height: 74px;
  }

  .activity-fields .compact-field {
    min-height: 62px;
  }
}

/* Product tabs grow to the amount of input they actually need. */
.search-card {
  min-height: 0;
  height: auto;
  transition: height 0.44s cubic-bezier(0.22, 0.78, 0.26, 1), box-shadow 0.3s ease;
}

.search-card.is-resizing {
  overflow: hidden;
}

.search-card-content {
  min-height: 0;
  display: block;
}

.flight-controls {
  height: auto;
}

.flight-controls.placeholder {
  display: none;
  height: auto;
}

.flight-grid,
.hotel-fields,
.car-fields,
.activity-fields {
  min-height: 0;
}

.primary-search {
  margin-top: 12px;
}

.results-section,
.detail-section,
.checkout-section {
  scroll-margin-top: 84px;
}

.results-section {
  padding-top: 72px;
  padding-bottom: 86px;
}

.results-topline {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 24px;
}

.results-topline h2,
.detail-content h2,
.checkout-layout h2 {
  margin: 0;
  color: #37413e;
  font-size: 28px;
  letter-spacing: -0.09em;
}

.results-topline h2 span {
  color: var(--orange);
}

.results-reset,
.detail-back {
  padding: 8px 0;
  background: transparent;
  color: #8a9690;
  font-size: 11px;
  font-weight: 700;
}

.results-body {
  display: grid;
  grid-template-columns: 175px 1fr;
  gap: 22px;
  align-items: start;
}

.results-filters {
  position: sticky;
  top: 92px;
  padding: 20px 17px;
  border: 1px solid #eee6df;
  border-radius: 10px;
  background: #fff;
}

.results-filters > strong {
  display: block;
  margin-bottom: 17px;
  color: #3b4541;
  font-size: 13px;
}

.results-filters label {
  display: flex;
  justify-content: space-between;
  margin: 13px 0;
  color: #7f8984;
  font-size: 10px;
}

.results-filters input {
  accent-color: var(--orange);
}

.filter-divider {
  height: 1px;
  margin: 19px 0;
  background: #f0e9e3;
}

.results-filters small,
.results-filters b {
  display: block;
}

.results-filters small {
  color: #a39b95;
  font-size: 9px;
}

.results-filters b {
  margin-top: 8px;
  color: #5d6762;
  font-size: 10px;
}

.results-list {
  display: grid;
  gap: 12px;
}

.result-card,
.simple-result-card {
  overflow: hidden;
  border: 1px solid #eee7e0;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(67, 46, 32, 0.05);
  animation: result-rise 0.38s both;
}

.result-card:nth-child(2) { animation-delay: 0.05s; }
.result-card:nth-child(3) { animation-delay: 0.1s; }
.result-card:nth-child(4) { animation-delay: 0.15s; }

@keyframes result-rise {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

.result-image {
  position: relative;
  height: 190px;
  background-position: center;
  background-size: cover;
}

.result-image > span {
  position: absolute;
  top: 14px;
  left: 14px;
  padding: 6px 9px;
  border-radius: 99px;
  background: var(--orange);
  color: #fff;
  font-size: 9px;
  font-weight: 800;
}

.result-heart {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: #7f8a84;
  font-size: 20px;
}

.result-heart.active {
  color: var(--orange);
}

.result-card-info {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 19px 20px 20px;
}

.result-card-info p,
.detail-summary p {
  margin: 0 0 7px;
  color: var(--orange);
  font-size: 10px;
  font-weight: 700;
}

.result-card-info h3 {
  margin: 0;
  color: #35413d;
  font-size: 17px;
  letter-spacing: -0.07em;
}

.result-card-info small {
  display: block;
  margin-top: 7px;
  color: #9aa39e;
  font-size: 10px;
}

.result-rating {
  display: flex;
  gap: 9px;
  margin-top: 16px;
  font-size: 10px;
}

.result-rating b {
  color: #d87935;
}

.result-rating span {
  color: #a0aaa5;
}

.result-price {
  min-width: 145px;
  align-self: end;
  text-align: right;
}

.result-price small {
  display: block;
  margin-bottom: 5px;
  color: #a1aaa5;
  font-size: 9px;
}

.result-price strong {
  display: block;
  color: var(--orange);
  font-size: 18px;
}

.result-action {
  margin-top: 13px;
  padding: 8px 0;
  background: transparent;
  color: #5b6861;
  font-size: 10px;
  font-weight: 800;
}

.result-action span {
  margin-left: 5px;
  color: var(--orange);
  font-size: 15px;
}

.simple-result-card {
  display: grid;
  grid-template-columns: 58px 1fr auto;
  align-items: center;
  gap: 17px;
  padding: 18px 20px;
}

.simple-result-mark {
  display: flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff0e4;
  color: var(--orange);
  font-size: 20px;
}

.simple-result-copy > span {
  color: var(--orange);
  font-size: 9px;
  font-weight: 800;
}

.simple-result-copy h3 {
  margin: 6px 0 4px;
  color: #36413d;
  font-size: 15px;
  letter-spacing: -0.06em;
}

.simple-result-copy p {
  margin: 0;
  color: #9da7a2;
  font-size: 10px;
}

.detail-section,
.checkout-section {
  padding-top: 47px;
  padding-bottom: 84px;
}

.detail-back {
  margin-bottom: 15px;
}

.detail-hero {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  overflow: hidden;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(67, 46, 32, 0.07);
}

.detail-hero-image {
  display: flex;
  min-height: 350px;
  flex-direction: column;
  justify-content: end;
  padding: 28px 30px;
  background-position: center;
  background-size: cover;
  color: #fff;
}

.detail-hero-image span,
.room-chip {
  display: inline-flex;
  width: fit-content;
  padding: 6px 9px;
  border-radius: 99px;
  background: var(--orange);
  color: #fff;
  font-size: 9px;
  font-weight: 800;
}

.detail-hero-image h2 {
  margin: 15px 0 0;
  font-size: 31px;
  letter-spacing: -0.09em;
}

.detail-summary {
  padding: 33px 31px;
}

.detail-rating {
  display: flex;
  gap: 10px;
  margin: 17px 0 25px;
  font-size: 11px;
}

.detail-rating b {
  color: #d87935;
}

.detail-rating span,
.detail-summary small,
.detail-note {
  color: #9ba49f;
  font-size: 10px;
}

.detail-summary h3 {
  margin: 0 0 17px;
  color: #3f4844;
  font-size: 17px;
  line-height: 1.55;
  letter-spacing: -0.07em;
}

.detail-content {
  padding-top: 52px;
}

.detail-content h2,
.checkout-layout h2 {
  margin-bottom: 9px;
}

.detail-note {
  margin: 0;
}

.room-list {
  display: grid;
  gap: 10px;
  margin-top: 21px;
}

.room-card {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 23px;
  border: 1px solid #eee6df;
  border-radius: 10px;
  background: #fff;
}

.room-card h3 {
  margin: 11px 0 5px;
  color: #3b4541;
  font-size: 15px;
  letter-spacing: -0.06em;
}

.room-card p,
.room-card small {
  margin: 0;
  color: #929d97;
  font-size: 10px;
}

.room-card small {
  display: block;
  margin-top: 10px;
}

.room-price {
  min-width: 155px;
  align-self: end;
  text-align: right;
}

.room-price small {
  margin: 0 0 5px;
}

.room-price strong {
  display: block;
  color: var(--orange);
  font-size: 17px;
}

.book-room {
  margin-top: 11px;
  padding: 9px 13px;
  border-radius: 5px;
  background: var(--orange);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
}

.checkout-layout {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 28px;
  align-items: start;
}

.booking-form {
  display: grid;
  gap: 15px;
  margin-top: 28px;
  padding: 24px;
  border: 1px solid #eee6df;
  border-radius: 10px;
  background: #fff;
}

.booking-form label:not(.check-line) {
  color: #6e7973;
  font-size: 10px;
  font-weight: 700;
}

.booking-form input:not([type="checkbox"]) {
  display: block;
  width: 100%;
  height: 46px;
  margin-top: 7px;
  padding: 0 12px;
  border: 1px solid #e5ebe7;
  border-radius: 6px;
  color: #36423e;
  font-size: 12px;
  outline: none;
}

.booking-form input:focus {
  border-color: var(--orange);
  box-shadow: 0 0 0 3px rgba(244, 125, 50, 0.12);
}

.check-line {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #929d97;
  font-size: 9px;
}

.check-line input {
  accent-color: var(--orange);
}

.booking-summary {
  padding: 26px 23px;
  border-radius: 10px;
  background: #fff0e4;
}

.summary-label {
  color: var(--orange);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.15em;
}

.booking-summary h3 {
  margin: 18px 0 4px;
  color: #3f4844;
  font-size: 16px;
  letter-spacing: -0.06em;
}

.booking-summary > p {
  margin: 0 0 25px;
  color: #8f9993;
  font-size: 10px;
}

.summary-line,
.summary-total {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  color: #828d87;
  font-size: 10px;
}

.summary-line b {
  color: #515d57;
}

.summary-total {
  margin-top: 11px;
  padding-top: 17px;
  border-top: 1px solid rgba(182, 119, 75, 0.2);
  color: #525d57;
  font-weight: 700;
}

.summary-total strong {
  color: var(--orange);
  font-size: 16px;
}

.booking-summary > small {
  display: block;
  margin-top: 24px;
  color: #b18c73;
  font-size: 9px;
  line-height: 1.6;
}

.booking-complete {
  max-width: 540px;
  margin: 35px auto 0;
  padding: 54px 30px;
  border-radius: 14px;
  background: #fff;
  text-align: center;
  box-shadow: 0 12px 30px rgba(67, 46, 32, 0.07);
}

.booking-complete > span {
  display: inline-flex;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--orange);
  color: #fff;
  font-size: 25px;
}

.booking-complete .section-label {
  margin-top: 26px;
}

.booking-complete h2 {
  margin: 0;
  color: #3b4541;
  font-size: 27px;
  letter-spacing: -0.09em;
}

.booking-complete p:not(.section-label) {
  margin: 16px 0 0;
  color: #929c97;
  font-size: 11px;
  line-height: 1.8;
}

.booking-complete .primary-search {
  margin-top: 27px;
}

@media (max-width: 640px) {
  .results-section,
  .detail-section,
  .checkout-section {
    padding-top: 52px;
    padding-bottom: 65px;
  }

  .results-topline {
    align-items: start;
    gap: 12px;
  }

  .results-topline h2,
  .detail-content h2,
  .checkout-layout h2 {
    font-size: 23px;
  }

  .results-body,
  .checkout-layout,
  .detail-hero {
    display: block;
  }

  .results-filters {
    position: static;
    display: flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 13px;
    padding: 12px;
  }

  .results-filters > strong,
  .results-filters .filter-divider,
  .results-filters small,
  .results-filters b {
    display: none;
  }

  .results-filters label {
    margin: 0;
    gap: 5px;
    font-size: 9px;
  }

  .result-image {
    height: 164px;
  }

  .result-card-info {
    display: block;
    padding: 15px;
  }

  .result-price {
    margin-top: 15px;
    text-align: left;
  }

  .result-price strong {
    font-size: 16px;
  }

  .simple-result-card {
    grid-template-columns: 40px 1fr;
    gap: 12px;
    padding: 15px;
  }

  .simple-result-mark {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }

  .simple-result-card .result-price {
    grid-column: 2;
    margin-top: 0;
  }

  .detail-hero-image {
    min-height: 250px;
    padding: 22px;
  }

  .detail-hero-image h2 {
    font-size: 25px;
  }

  .detail-summary {
    padding: 22px;
  }

  .detail-content {
    padding-top: 38px;
  }

  .room-card {
    display: block;
    padding: 18px;
  }

  .room-price {
    margin-top: 17px;
    text-align: left;
  }

  .checkout-layout > div {
    margin-bottom: 22px;
  }

  .booking-form {
    padding: 18px;
  }
}
