.fre-expeditions,
.fre-interest,
.fre-home-departures,
.fre-home-day-treks {
  --fre-ink: #17211d;
  --fre-ink-soft: #2e3a34;
  --fre-muted: #68716c;
  --fre-paper: #f4f1e9;
  --fre-paper-deep: #e9e4d8;
  --fre-white: #fffdf8;
  --fre-line: rgba(23, 33, 29, 0.13);
  --fre-terracotta: #a8654d;
  --fre-terracotta-soft: #ead8cd;
  --fre-sage: #647d70;
  --fre-sage-soft: #dce6df;
  --fre-gold: #aa8658;
  --fre-success: #426b59;
  --fre-warning: #8b6b44;
  --fre-error: #95524d;
  --fre-radius-lg: 30px;
  --fre-radius-md: 20px;
  color: var(--fre-ink);
  font-family: inherit;
}

.fre-expeditions *,
.fre-interest *,
.fre-home-departures *,
.fre-home-day-treks * {
  box-sizing: border-box;
}

.fre-expeditions {
  position: relative;
}

.fre-board-header {
  align-items: end;
  background:
    radial-gradient(circle at 88% 16%, rgba(100, 125, 112, 0.15), transparent 34%),
    linear-gradient(135deg, #f8f6f0, #efebe2);
  border: 1px solid var(--fre-line);
  border-radius: var(--fre-radius-lg);
  display: grid;
  gap: 32px;
  grid-template-columns: minmax(0, 1fr) auto;
  margin-bottom: 20px;
  overflow: hidden;
  padding: clamp(30px, 5vw, 58px);
  position: relative;
}

.fre-board-header::after {
  border: 1px solid rgba(168, 101, 77, 0.14);
  border-radius: 50%;
  content: "";
  height: 180px;
  pointer-events: none;
  position: absolute;
  right: -65px;
  top: -85px;
  width: 180px;
}

.fre-eyebrow {
  align-items: center;
  color: var(--fre-terracotta);
  display: flex;
  font-size: 11px;
  font-weight: 720;
  gap: 9px;
  letter-spacing: 0.12em;
  line-height: 1.4;
  margin: 0 0 16px;
}

.fre-live-dot {
  background: var(--fre-success);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(66, 107, 89, 0.1);
  display: inline-block;
  height: 7px;
  width: 7px;
}

.fre-board-header h2 {
  color: var(--fre-ink);
  font-size: clamp(35px, 4.6vw, 62px);
  font-weight: 350;
  letter-spacing: -0.045em;
  line-height: 0.98;
  margin: 0 0 18px;
  max-width: 720px;
}

.fre-board-header > div > p:last-child {
  color: var(--fre-muted);
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
  max-width: 650px;
}

.fre-board-header__stats {
  display: flex;
  gap: 8px;
}

.fre-board-header__stats > div {
  background: rgba(255, 253, 248, 0.62);
  border: 1px solid rgba(23, 33, 29, 0.1);
  border-radius: 18px;
  min-width: 96px;
  padding: 17px 15px;
}

.fre-board-header__stats strong,
.fre-board-header__stats span {
  display: block;
}

.fre-board-header__stats strong {
  font-size: 26px;
  font-weight: 520;
  letter-spacing: -0.03em;
  line-height: 1;
  margin-bottom: 7px;
}

.fre-board-header__stats span {
  color: var(--fre-muted);
  font-size: 9px;
  font-weight: 650;
  letter-spacing: 0.075em;
  line-height: 1.3;
  text-transform: uppercase;
}

.fre-schedule-toolbar {
  align-items: end;
  background: rgba(255, 253, 248, 0.88);
  border: 1px solid var(--fre-line);
  border-radius: 22px;
  display: grid;
  gap: 18px 24px;
  grid-template-columns: auto minmax(320px, 1fr) auto;
  margin: 0 0 30px;
  padding: 15px 18px;
  position: relative;
  z-index: 2;
}

.fre-filters {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.fre-filter {
  appearance: none;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 999px;
  color: var(--fre-muted);
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1;
  padding: 12px 16px;
  transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease, transform 180ms ease;
}

.fre-filter:hover,
.fre-filter:focus-visible {
  border-color: var(--fre-line);
  color: var(--fre-ink);
}

.fre-filter.is-active {
  background: var(--fre-ink);
  border-color: var(--fre-ink);
  box-shadow: 0 8px 20px rgba(23, 33, 29, 0.13);
  color: var(--fre-white);
}

.fre-schedule-toolbar__selects {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  justify-self: end;
  max-width: 470px;
  width: 100%;
}

.fre-control {
  display: block;
  min-width: 0;
}

.fre-control > span {
  color: var(--fre-muted);
  display: block;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.09em;
  margin: 0 0 5px 13px;
  text-transform: uppercase;
}

.fre-control select {
  appearance: none;
  background: var(--fre-paper) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8'%3E%3Cpath fill='none' stroke='%2368716c' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m1 1 6 6 6-6'/%3E%3C/svg%3E") no-repeat right 14px center / 11px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: var(--fre-ink);
  font: inherit;
  font-size: 12px;
  min-height: 40px;
  padding: 8px 37px 8px 15px;
  width: 100%;
}

.fre-control select:focus {
  border-color: var(--fre-sage);
  box-shadow: 0 0 0 3px rgba(100, 125, 112, 0.12);
  outline: none;
}

.fre-results-count {
  color: var(--fre-muted);
  font-size: 11px;
  margin: 0 4px 10px 0;
  white-space: nowrap;
}

.fre-departure-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fre-expeditions--compact .fre-departure-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fre-expeditions--list .fre-departure-grid {
  gap: 18px;
  grid-template-columns: 1fr;
}

.fre-expeditions--list .fre-departure-card--has-image {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
}

.fre-expeditions--list .fre-departure-card__image {
  aspect-ratio: auto;
  border-bottom: 0;
  border-right: 1px solid rgba(23, 33, 29, 0.08);
  min-height: 100%;
}

.fre-expeditions--list .fre-departure-card__body {
  padding: clamp(27px, 4vw, 44px);
}

.fre-expeditions--list .fre-departure-card h3 {
  font-size: clamp(32px, 3.5vw, 49px);
  max-width: 780px;
}

.fre-expeditions--list .fre-departure-card__facts {
  max-width: 760px;
}

.fre-expeditions--list .fre-departure-card__actions {
  align-items: center;
  display: flex;
  justify-content: flex-start;
}

.fre-departure-card {
  background:
    radial-gradient(circle at 100% 0, rgba(168, 101, 77, 0.08), transparent 31%),
    linear-gradient(150deg, #fbfaf6 0%, var(--fre-paper) 100%);
  border: 1px solid var(--fre-line);
  border-radius: var(--fre-radius-lg);
  box-shadow: 0 13px 34px rgba(23, 33, 29, 0.07);
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  position: relative;
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.fre-departure-card::before {
  background: var(--fre-terracotta);
  border-radius: 0 0 999px 999px;
  content: "";
  height: 5px;
  left: 30px;
  position: absolute;
  top: 0;
  width: 58px;
  z-index: 2;
}

.fre-departure-card[data-fre-status="confirmed"]::before {
  background: var(--fre-success);
}

.fre-departure-card:hover {
  border-color: rgba(23, 33, 29, 0.2);
  box-shadow: 0 24px 52px rgba(23, 33, 29, 0.12);
  transform: translateY(-5px);
}

.fre-departure-card[hidden] {
  display: none !important;
}

.fre-departure-card__image {
  aspect-ratio: 16 / 9;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 1px solid rgba(23, 33, 29, 0.08);
  filter: saturate(0.82) contrast(1.02);
  position: relative;
}

.fre-departure-card__image::after {
  background: linear-gradient(to top, rgba(23, 33, 29, 0.17), transparent 45%);
  content: "";
  inset: 0;
  position: absolute;
}

.fre-expeditions--compact .fre-departure-card__image {
  aspect-ratio: 4 / 3;
}

.fre-departure-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 28px;
}

.fre-expeditions--compact .fre-departure-card__body {
  padding: 24px;
}

.fre-departure-card__topline {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  justify-content: space-between;
  margin-bottom: 20px;
}

.fre-status {
  background: rgba(255, 253, 248, 0.7);
  border: 1px solid currentColor;
  border-radius: 999px;
  display: inline-block;
  font-size: 9px;
  font-style: normal;
  font-weight: 740;
  letter-spacing: 0.08em;
  line-height: 1.25;
  padding: 8px 11px 7px;
  text-transform: uppercase;
}

.fre-status--forming,
.fre-status--deposits_pending,
.fre-status--fully_held {
  background: rgba(139, 107, 68, 0.08);
  color: var(--fre-warning);
}

.fre-status--confirmed,
.fre-status--confirmed_full {
  background: rgba(66, 107, 89, 0.09);
  color: var(--fre-success);
}

.fre-status--sold_out,
.fre-status--closed,
.fre-status--cancelled {
  color: var(--fre-muted);
}

.fre-departure-card__location {
  color: var(--fre-muted);
  font-size: 10px;
  line-height: 1.4;
  padding: 8px 0;
}

.fre-departure-card__kicker {
  color: var(--fre-sage);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.11em;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.fre-departure-card h3 {
  color: var(--fre-ink);
  font-size: clamp(27px, 2.4vw, 38px);
  font-weight: 360;
  letter-spacing: -0.035em;
  line-height: 1.03;
  margin: 0 0 10px;
}

.fre-expeditions--compact .fre-departure-card h3 {
  font-size: 27px;
}

.fre-departure-card__date {
  color: var(--fre-terracotta);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.045em;
  margin: 0 0 17px;
  text-transform: uppercase;
}

.fre-departure-card__excerpt {
  color: var(--fre-muted);
  font-size: 14px;
  line-height: 1.65;
  margin: 0 0 22px;
}

.fre-departure-card__facts {
  border-bottom: 1px solid var(--fre-line);
  border-top: 1px solid var(--fre-line);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 0 22px;
  padding: 15px 0;
}

.fre-departure-card__facts > div {
  min-width: 0;
  padding: 0 12px;
}

.fre-departure-card__facts > div:first-child {
  padding-left: 0;
}

.fre-departure-card__facts > div:last-child {
  padding-right: 0;
}

.fre-departure-card__facts > div + div {
  border-left: 1px solid var(--fre-line);
}

.fre-departure-card__facts span,
.fre-departure-card__facts small {
  color: var(--fre-muted);
  display: block;
  font-size: 8px;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.fre-departure-card__facts strong {
  display: block;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.35;
  margin: 4px 0 2px;
  white-space: nowrap;
}

.fre-capacity {
  margin: 0 0 18px;
}

.fre-seats {
  display: flex;
  gap: 7px;
  margin-bottom: 10px;
}

.fre-seat {
  background: transparent;
  border: 1px solid rgba(23, 33, 29, 0.25);
  border-radius: 50%;
  display: inline-block;
  height: 13px;
  width: 13px;
}

.fre-seat--confirmed {
  background: var(--fre-success);
  border-color: var(--fre-success);
  box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.22);
}

.fre-seat--held {
  background: var(--fre-terracotta-soft);
  border-color: var(--fre-terracotta);
}

.fre-seat--open {
  background: rgba(255, 253, 248, 0.75);
}

.fre-capacity__legend {
  color: var(--fre-muted);
  display: flex;
  flex-wrap: wrap;
  font-size: 9px;
  gap: 7px 13px;
  line-height: 1.45;
  text-transform: uppercase;
}

.fre-capacity__legend span {
  align-items: center;
  display: inline-flex;
  gap: 5px;
}

.fre-capacity__legend .fre-seat {
  height: 7px;
  width: 7px;
}

.fre-progress {
  margin: 0 0 17px;
}

.fre-progress__bar {
  background: rgba(23, 33, 29, 0.09);
  border-radius: 999px;
  height: 5px;
  overflow: hidden;
}

.fre-progress__bar span {
  background: var(--fre-terracotta);
  border-radius: inherit;
  display: block;
  height: 100%;
  min-width: 2px;
  transition: width 300ms ease;
}

.fre-departure-card[data-fre-status="confirmed"] .fre-progress__bar span {
  background: var(--fre-success);
}

.fre-progress__labels {
  color: var(--fre-muted);
  display: flex;
  flex-wrap: wrap;
  font-size: 9px;
  gap: 6px 12px;
  justify-content: space-between;
  line-height: 1.45;
  margin-top: 8px;
}

.fre-progress__labels strong {
  color: var(--fre-ink);
  font-weight: 620;
}

.fre-departure-card__terms {
  color: var(--fre-muted);
  font-size: 10px;
  line-height: 1.55;
  margin: 0 0 19px;
}

.fre-departure-card__actions {
  margin-top: auto;
}

.fre-button {
  align-items: center;
  appearance: none;
  border: 1px solid transparent;
  border-radius: 999px;
  display: inline-flex;
  font-size: 10px;
  font-weight: 720;
  justify-content: center;
  letter-spacing: 0.085em;
  line-height: 1.2;
  min-height: 50px;
  padding: 14px 23px;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease, transform 180ms ease;
}

.fre-button--primary {
  background: var(--fre-ink);
  border-color: var(--fre-ink);
  box-shadow: 0 10px 23px rgba(23, 33, 29, 0.14);
  color: var(--fre-white) !important;
  cursor: pointer;
}

.fre-departure-card__actions .fre-button--primary::after {
  content: "\2192";
  font-size: 15px;
  line-height: 1;
  margin-left: 12px;
  transition: transform 180ms ease;
}

.fre-button--primary:hover,
.fre-button--primary:focus-visible {
  background: var(--fre-sage);
  border-color: var(--fre-sage);
  box-shadow: 0 14px 28px rgba(23, 33, 29, 0.2);
  color: var(--fre-white) !important;
  transform: translateY(-1px);
}

.fre-departure-card__actions .fre-button--primary:hover::after,
.fre-departure-card__actions .fre-button--primary:focus-visible::after {
  transform: translateX(3px);
}

.fre-button--disabled {
  background: rgba(255, 253, 248, 0.6);
  border-color: var(--fre-line);
  color: var(--fre-muted) !important;
}

.fre-empty-state,
.fre-no-results {
  background: linear-gradient(145deg, #fbfaf6, var(--fre-paper));
  border: 1px solid var(--fre-line);
  border-radius: var(--fre-radius-lg);
  grid-column: 1 / -1;
  padding: clamp(30px, 5vw, 55px);
  text-align: center;
}

.fre-no-results[hidden] {
  display: none !important;
}

.fre-empty-state h3,
.fre-no-results h3 {
  font-size: 27px;
  font-weight: 400;
  margin: 0 0 9px;
}

.fre-empty-state p,
.fre-no-results p {
  color: var(--fre-muted);
  margin: 0;
}

/* Signature Home module: editorial route feature + synchronized live departures. */
.fre-home-departures {
  background:
    radial-gradient(circle at 88% 5%, rgba(168, 101, 77, 0.18), transparent 31%),
    radial-gradient(circle at 12% 100%, rgba(100, 125, 112, 0.2), transparent 38%),
    var(--fre-ink);
  border: 1px solid rgba(255, 253, 248, 0.1);
  border-radius: 36px;
  box-shadow: 0 30px 80px rgba(23, 33, 29, 0.2);
  color: var(--fre-white);
  overflow: hidden;
  padding: clamp(34px, 5.5vw, 74px);
  position: relative;
}

.fre-home-departures::before {
  border: 1px solid rgba(255, 253, 248, 0.08);
  border-radius: 50%;
  content: "";
  height: 360px;
  pointer-events: none;
  position: absolute;
  right: -210px;
  top: -220px;
  width: 360px;
}

.fre-home-departures__header {
  align-items: end;
  display: grid;
  gap: 28px clamp(32px, 6vw, 92px);
  grid-template-columns: minmax(0, 1.22fr) minmax(260px, 0.78fr);
  margin-bottom: clamp(34px, 4.5vw, 62px);
  position: relative;
  z-index: 1;
}

.fre-home-departures__eyebrow {
  align-items: center;
  color: rgba(255, 253, 248, 0.68);
  display: flex;
  font-size: 10px;
  font-weight: 700;
  gap: 11px;
  letter-spacing: 0.15em;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.fre-home-departures__eyebrow span {
  background: var(--fre-terracotta);
  border-radius: 999px;
  height: 7px;
  width: 7px;
}

.fre-home-departures__header h2 {
  color: var(--fre-white);
  font-size: clamp(40px, 5.2vw, 70px);
  font-weight: 330;
  letter-spacing: -0.052em;
  line-height: 0.98;
  margin: 0;
  max-width: 900px;
}

.fre-home-departures__header > p {
  color: rgba(255, 253, 248, 0.65);
  font-size: 14px;
  line-height: 1.75;
  margin: 0;
  max-width: 470px;
}

.fre-home-departures__layout {
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(330px, 0.88fr) minmax(0, 1.12fr);
  position: relative;
  z-index: 1;
}

.fre-home-departures__feature {
  background:
    linear-gradient(155deg, rgba(100, 125, 112, 0.42), transparent 48%),
    linear-gradient(20deg, #101814, #27362f);
  border: 1px solid rgba(255, 253, 248, 0.15);
  border-radius: 28px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 500px;
  overflow: hidden;
  padding: clamp(24px, 3.5vw, 40px);
  position: relative;
}

.fre-home-departures--has-image .fre-home-departures__feature {
  background-image: linear-gradient(to top, rgba(10, 16, 13, 0.96) 0%, rgba(10, 16, 13, 0.34) 60%, rgba(10, 16, 13, 0.12) 100%), var(--fre-home-image);
  background-position: center;
  background-size: cover;
}

.fre-home-departures__feature::before,
.fre-home-departures__feature::after {
  border: 1px solid rgba(255, 253, 248, 0.12);
  border-radius: 50%;
  content: "";
  pointer-events: none;
  position: absolute;
}

.fre-home-departures__feature::before {
  height: 300px;
  right: -150px;
  top: 55px;
  width: 300px;
}

.fre-home-departures__feature::after {
  height: 90px;
  right: 34px;
  top: 160px;
  width: 90px;
}

.fre-home-departures--has-image .fre-home-departures__feature::before,
.fre-home-departures--has-image .fre-home-departures__feature::after {
  opacity: 0.55;
}

.fre-home-departures__feature-shade {
  background: linear-gradient(115deg, rgba(168, 101, 77, 0.17), transparent 42%);
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.fre-home-departures__feature-top,
.fre-home-departures__feature-copy {
  position: relative;
  z-index: 1;
}

.fre-home-departures__feature-top {
  color: rgba(255, 253, 248, 0.67);
  display: flex;
  font-size: 9px;
  font-weight: 650;
  justify-content: space-between;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.fre-home-departures__feature-copy > p {
  color: rgba(255, 253, 248, 0.7);
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 0.13em;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.fre-home-departures__feature-copy h3 {
  color: var(--fre-white);
  font-size: clamp(34px, 4vw, 56px);
  font-weight: 340;
  letter-spacing: -0.045em;
  line-height: 0.98;
  margin: 0 0 14px;
}

.fre-home-departures__feature-copy > span {
  color: rgba(255, 253, 248, 0.62);
  font-size: 12px;
}

.fre-home-departures__dates {
  background: #f6f2e9;
  border: 1px solid rgba(255, 253, 248, 0.22);
  border-radius: 28px;
  color: var(--fre-ink);
  padding: clamp(22px, 3.2vw, 38px);
}

.fre-home-departures__dates-head {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  min-height: 36px;
}

.fre-home-departures__dates-head > div {
  align-items: center;
  display: flex;
  gap: 9px;
}

.fre-home-departures__dates-head > div > span,
.fre-home-departures__live {
  color: var(--fre-muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.fre-home-departures__dates-head > div > strong {
  align-items: center;
  background: var(--fre-ink);
  border-radius: 999px;
  color: var(--fre-white);
  display: inline-flex;
  font-size: 10px;
  height: 25px;
  justify-content: center;
  width: 25px;
}

.fre-home-departures__live {
  align-items: center;
  display: inline-flex;
  gap: 8px;
}

.fre-home-departures__live i {
  background: var(--fre-success);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(66, 107, 89, 0.1);
  height: 7px;
  width: 7px;
}

.fre-home-departures__date-list {
  border-bottom: 1px solid var(--fre-line);
}

.fre-home-departure {
  align-items: center;
  border-top: 1px solid var(--fre-line);
  color: var(--fre-ink) !important;
  display: grid;
  gap: 15px;
  grid-template-columns: 62px minmax(0, 1fr) auto;
  padding: 18px 7px;
  text-decoration: none !important;
  transition: background-color 180ms ease, padding 180ms ease, transform 180ms ease;
}

.fre-home-departure:hover,
.fre-home-departure:focus-visible {
  background: rgba(255, 253, 248, 0.72);
  border-radius: 18px;
  outline: none;
  padding-left: 14px;
  padding-right: 14px;
  transform: translateY(-1px);
}

.fre-home-departure--disabled {
  opacity: 0.68;
}

.fre-home-departure__calendar {
  align-items: center;
  background: var(--fre-white);
  border: 1px solid var(--fre-line);
  border-radius: 17px;
  display: flex;
  flex-direction: column;
  height: 62px;
  justify-content: center;
  width: 62px;
}

.fre-home-departure__calendar small {
  color: var(--fre-terracotta);
  font-size: 8px;
  font-weight: 750;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

.fre-home-departure__calendar strong {
  font-size: 25px;
  font-weight: 430;
  letter-spacing: -0.03em;
  line-height: 1.05;
  margin-top: 5px;
}

.fre-home-departure__main,
.fre-home-departure__price {
  display: block;
  min-width: 0;
}

.fre-home-departure__topline {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 7px 10px;
  margin-bottom: 6px;
}

.fre-home-departure__topline .fre-status {
  font-size: 7px;
  padding: 5px 8px 4px;
}

.fre-home-departure__topline > small {
  color: var(--fre-muted);
  font-size: 9px;
}

.fre-home-departure__main > strong {
  display: block;
  font-size: 17px;
  font-weight: 560;
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin-bottom: 3px;
}

.fre-home-departure__main > small {
  color: var(--fre-muted);
  display: block;
  font-size: 10px;
  line-height: 1.4;
}

.fre-home-departure__seats {
  display: flex;
  gap: 4px;
  margin-top: 9px;
}

.fre-home-departure__seats .fre-seat {
  height: 7px;
  width: 7px;
}

.fre-home-departure__price {
  min-width: 116px;
  padding-left: 12px;
  text-align: right;
}

.fre-home-departure__price small,
.fre-home-departure__price strong {
  display: block;
}

.fre-home-departure__price small {
  color: var(--fre-muted);
  font-size: 8px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.fre-home-departure__price strong {
  font-size: 13px;
  font-weight: 670;
  margin-top: 2px;
}

.fre-home-departure__price i {
  align-items: center;
  background: var(--fre-ink);
  border-radius: 50%;
  color: var(--fre-white);
  display: inline-flex;
  font-size: 13px;
  font-style: normal;
  height: 31px;
  justify-content: center;
  margin-top: 9px;
  transition: background-color 180ms ease, transform 180ms ease;
  width: 31px;
}

.fre-home-departure:hover .fre-home-departure__price i,
.fre-home-departure:focus-visible .fre-home-departure__price i {
  background: var(--fre-terracotta);
  transform: translateX(3px);
}

.fre-home-departures__all {
  align-items: center;
  color: var(--fre-ink) !important;
  display: flex;
  font-size: 10px;
  font-weight: 720;
  justify-content: space-between;
  letter-spacing: 0.085em;
  padding: 24px 7px 0;
  text-decoration: none !important;
  text-transform: uppercase;
}

.fre-home-departures__all i {
  align-items: center;
  border: 1px solid var(--fre-line);
  border-radius: 50%;
  display: inline-flex;
  font-size: 16px;
  font-style: normal;
  height: 40px;
  justify-content: center;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
  width: 40px;
}

.fre-home-departures__all:hover i,
.fre-home-departures__all:focus-visible i {
  background: var(--fre-terracotta);
  border-color: var(--fre-terracotta);
  color: var(--fre-white);
  transform: rotate(8deg);
}

.fre-home-departures__empty {
  background: rgba(255, 253, 248, 0.08);
  border: 1px solid rgba(255, 253, 248, 0.13);
  border-radius: 26px;
  padding: clamp(30px, 5vw, 60px);
  position: relative;
  z-index: 1;
}

.fre-home-departures__empty h3 {
  color: var(--fre-white);
  font-size: clamp(30px, 4vw, 50px);
  font-weight: 350;
  margin: 0 0 12px;
}

.fre-home-departures__empty p {
  color: rgba(255, 253, 248, 0.65);
  margin: 0 0 22px;
}

.fre-interest {
  background:
    radial-gradient(circle at 2% 2%, rgba(168, 101, 77, 0.09), transparent 32%),
    linear-gradient(135deg, #f8f5ed 0%, #eae7dc 100%);
  border: 1px solid var(--fre-line);
  border-radius: 34px;
  box-shadow: 0 22px 60px rgba(23, 33, 29, 0.1);
  display: grid;
  gap: clamp(32px, 6vw, 78px);
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  overflow: hidden;
  padding: clamp(30px, 6vw, 72px);
  position: relative;
  scroll-margin-top: 110px;
}

.fre-interest[hidden] {
  display: none !important;
}

.fre-interest__close {
  align-items: center;
  appearance: none;
  background: rgba(255, 253, 248, 0.76);
  border: 1px solid var(--fre-line);
  border-radius: 999px;
  color: var(--fre-muted);
  cursor: pointer;
  display: none;
  font: inherit;
  font-size: 10px;
  gap: 6px;
  letter-spacing: 0.05em;
  padding: 9px 13px;
  position: absolute;
  right: 16px;
  text-transform: uppercase;
  top: 16px;
  z-index: 2;
}

.fre-interest__close span[aria-hidden="true"] {
  font-size: 20px;
  line-height: 0.75;
}

.fre-interest--collapsible .fre-interest__close {
  display: flex;
}

.fre-interest__close:hover,
.fre-interest__close:focus-visible {
  background: var(--fre-white);
  color: var(--fre-ink);
}

.fre-interest__intro {
  align-self: start;
  position: sticky;
  top: 120px;
}

.fre-interest h2 {
  color: var(--fre-ink);
  font-size: clamp(38px, 5vw, 62px);
  font-weight: 340;
  letter-spacing: -0.045em;
  line-height: 0.96;
  margin: 0 0 22px;
}

.fre-interest__intro > p:not(.fre-eyebrow),
.fre-interest__intro li {
  color: var(--fre-muted);
  font-size: 14px;
  line-height: 1.7;
}

.fre-interest__intro ul {
  margin: 24px 0 0;
  padding-left: 19px;
}

.fre-interest__intro li + li {
  margin-top: 9px;
}

.fre-interest__form-wrap {
  min-width: 0;
}

.fre-selection {
  background: var(--fre-ink);
  border-radius: 22px;
  box-shadow: 0 14px 28px rgba(23, 33, 29, 0.15);
  color: var(--fre-white);
  margin: 0 0 22px;
  overflow: hidden;
  padding: 22px;
}

.fre-selection[hidden] {
  display: none !important;
}

.fre-selection__heading {
  align-items: start;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  display: flex;
  gap: 16px;
  justify-content: space-between;
  margin-bottom: 17px;
  padding-bottom: 17px;
}

.fre-selection__heading span:first-child,
.fre-selection__details span {
  color: rgba(255, 253, 248, 0.6);
  display: block;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.fre-selection__heading strong {
  display: block;
  font-size: 24px;
  font-weight: 430;
  letter-spacing: -0.025em;
  line-height: 1.1;
}

.fre-selection__status {
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  color: var(--fre-white) !important;
  flex: 0 0 auto;
  font-size: 8px !important;
  margin: 0 !important;
  padding: 7px 10px;
}

.fre-selection__details {
  display: grid;
  gap: 13px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fre-selection__details > div + div {
  border-left: 1px solid rgba(255, 255, 255, 0.14);
  padding-left: 14px;
}

.fre-selection__details strong {
  display: block;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.45;
}

.fre-interest-form {
  display: grid;
  gap: 19px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.fre-field {
  min-width: 0;
}

.fre-field--full {
  grid-column: 1 / -1;
}

.fre-field > label,
.fre-check label {
  color: var(--fre-ink);
  display: block;
  font-size: 11px;
  font-weight: 670;
  letter-spacing: 0.035em;
  line-height: 1.45;
  margin: 0 0 7px;
}

.fre-field input[type="text"],
.fre-field input[type="email"],
.fre-field input[type="tel"],
.fre-field input[type="number"],
.fre-field select,
.fre-field textarea {
  appearance: none;
  background: var(--fre-white);
  border: 1px solid var(--fre-line);
  border-radius: 14px;
  color: var(--fre-ink);
  font: inherit;
  font-size: 14px;
  line-height: 1.4;
  min-height: 52px;
  outline: none;
  padding: 12px 14px;
  transition: border-color 160ms ease, box-shadow 160ms ease;
  width: 100%;
}

.fre-field select {
  background: var(--fre-white) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8'%3E%3Cpath fill='none' stroke='%2368716c' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m1 1 6 6 6-6'/%3E%3C/svg%3E") no-repeat right 16px center / 11px;
  padding-right: 42px;
}

.fre-field textarea {
  min-height: 125px;
  resize: vertical;
}

.fre-field input:focus,
.fre-field select:focus,
.fre-field textarea:focus {
  border-color: var(--fre-sage);
  box-shadow: 0 0 0 4px rgba(100, 125, 112, 0.12);
}

.fre-check label {
  align-items: flex-start;
  display: flex;
  font-weight: 450;
  gap: 10px;
  letter-spacing: 0;
}

.fre-check input[type="checkbox"] {
  accent-color: var(--fre-sage);
  flex: 0 0 auto;
  height: 18px;
  margin: 2px 0 0;
  width: 18px;
}

.fre-check a {
  color: inherit;
  text-decoration: underline;
}

.fre-form-footnote {
  color: var(--fre-muted);
  display: inline-block;
  font-size: 10px;
  margin: 0 0 0 12px;
}

.fre-honeypot {
  height: 0;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 0;
}

.fre-notice {
  background: rgba(255, 253, 248, 0.7);
  border-left: 3px solid var(--fre-muted);
  border-radius: 0 13px 13px 0;
  margin: 0 0 22px;
  padding: 13px 16px;
}

.fre-notice p {
  font-size: 13px;
  line-height: 1.55;
  margin: 0;
}

.fre-notice--success {
  background: rgba(66, 107, 89, 0.08);
  border-color: var(--fre-success);
}

.fre-notice--error {
  background: rgba(149, 82, 77, 0.08);
  border-color: var(--fre-error);
}

.fre-notice--neutral {
  background: rgba(23, 33, 29, 0.06);
}

/*
 * Scheduled day treks: a full-bleed visual bridge from the Home Hero into
 * FRE's vintage graphite-and-paper language. Spiffy Calendar owns the event
 * data; every rule below is intentionally scoped to this module.
 */
.fre-home-day-treks {
  --fre-ink: #2b2e2c;
  --fre-ink-soft: #444845;
  --fre-muted: #727570;
  --fre-paper: #efede6;
  --fre-paper-deep: #dedbd2;
  --fre-white: #f4f1ea;
  --fre-line: rgba(43, 46, 44, 0.15);
  --fre-terracotta: #986653;
  --fre-terracotta-soft: #dfcfc6;
  --fre-success: #727b77;
  background:
    radial-gradient(circle at 9% 44%, rgba(205, 209, 206, 0.13), transparent 32%),
    radial-gradient(circle at 92% 74%, rgba(152, 102, 83, 0.1), transparent 28%),
    linear-gradient(180deg, rgba(78, 84, 81, 0) 0%, rgba(78, 84, 81, 0.7) 12%, rgba(74, 79, 76, 0.97) 29%, #4b504d 62%, #373b39 100%);
  color: var(--fre-white);
  margin-left: calc(50% - 50vw);
  margin-top: clamp(-102px, -6vw, -68px);
  overflow: hidden;
  padding: clamp(132px, 11vw, 184px) clamp(20px, 5vw, 82px) clamp(62px, 7vw, 94px);
  position: relative;
  width: 100vw;
  z-index: 1;
}

.fre-home-day-treks::before,
.fre-home-day-treks::after,
.fre-home-day-treks__veil::before {
  border: 1px solid rgba(255, 253, 248, 0.09);
  border-radius: 50%;
  content: "";
  pointer-events: none;
  position: absolute;
}

.fre-home-day-treks::before {
  height: 410px;
  right: -220px;
  top: 17%;
  width: 410px;
}

.fre-home-day-treks::after {
  height: 118px;
  right: 72px;
  top: 31%;
  width: 118px;
}

.fre-home-day-treks__veil {
  background: linear-gradient(90deg, transparent, rgba(244, 241, 234, 0.025), transparent);
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.fre-home-day-treks__veil::before {
  bottom: -330px;
  height: 620px;
  left: -260px;
  width: 620px;
}

.fre-home-day-treks__inner {
  margin: 0 auto;
  max-width: 1740px;
  position: relative;
  z-index: 1;
}

.fre-home-day-treks__header {
  align-items: end;
  display: grid;
  gap: 34px clamp(40px, 7vw, 120px);
  grid-template-columns: minmax(0, 1.22fr) minmax(290px, 0.78fr);
  margin: 0 auto clamp(34px, 4vw, 54px);
}

.fre-home-day-treks__eyebrow {
  align-items: center;
  color: rgba(255, 253, 248, 0.68);
  display: flex;
  font-size: 10px;
  font-weight: 720;
  gap: 11px;
  letter-spacing: 0.16em;
  margin: 0 0 19px;
  text-transform: uppercase;
}

.fre-home-day-treks__eyebrow span {
  background: var(--fre-terracotta);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(168, 101, 77, 0.1);
  height: 7px;
  width: 7px;
}

.fre-home-day-treks__header h2 {
  color: var(--fre-white);
  font-size: clamp(42px, 5vw, 68px);
  font-weight: 320;
  letter-spacing: -0.058em;
  line-height: 0.96;
  margin: 0;
  max-width: 1030px;
}

.fre-home-day-treks__intro p {
  color: rgba(255, 253, 248, 0.67);
  font-size: 14px;
  line-height: 1.78;
  margin: 0 0 20px;
  max-width: 520px;
}

.fre-home-day-treks__intro > span {
  align-items: center;
  border: 1px solid rgba(255, 253, 248, 0.16);
  border-radius: 999px;
  color: rgba(255, 253, 248, 0.82);
  display: inline-flex;
  font-size: 9px;
  font-weight: 720;
  letter-spacing: 0.12em;
  min-height: 34px;
  padding: 8px 14px;
  text-transform: uppercase;
}

.fre-home-day-treks__layout {
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(320px, 0.84fr) minmax(0, 1.16fr);
}

.fre-home-day-treks__story,
.fre-home-day-treks__schedule {
  border-radius: 30px;
  min-width: 0;
  overflow: hidden;
  position: relative;
}

.fre-home-day-treks__story {
  background:
    linear-gradient(140deg, rgba(244, 241, 234, 0.09), rgba(244, 241, 234, 0.025)),
    radial-gradient(circle at 80% 18%, rgba(202, 205, 201, 0.12), transparent 38%);
  border: 1px solid rgba(255, 253, 248, 0.14);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 444px;
  padding: clamp(27px, 3vw, 40px);
}

.fre-home-day-treks__story::before,
.fre-home-day-treks__story::after {
  border: 1px solid rgba(255, 253, 248, 0.1);
  border-radius: 50%;
  content: "";
  pointer-events: none;
  position: absolute;
}

.fre-home-day-treks__story::before {
  height: 310px;
  right: -128px;
  top: 70px;
  width: 310px;
}

.fre-home-day-treks__story::after {
  height: 88px;
  right: 44px;
  top: 180px;
  width: 88px;
}

.fre-home-day-treks__story-top,
.fre-home-day-treks__assurances {
  color: rgba(255, 253, 248, 0.62);
  display: flex;
  flex-wrap: wrap;
  font-size: 9px;
  font-weight: 700;
  gap: 14px 26px;
  justify-content: space-between;
  letter-spacing: 0.12em;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}

.fre-home-day-treks__story-copy {
  max-width: 620px;
  padding: 38px 0;
  position: relative;
  z-index: 1;
}

.fre-home-day-treks__story-copy > p {
  color: #c5aaa0;
  font-size: 10px;
  font-weight: 720;
  letter-spacing: 0.14em;
  margin: 0 0 15px;
  text-transform: uppercase;
}

.fre-home-day-treks__story-copy h3 {
  color: var(--fre-white);
  font-size: clamp(34px, 3.5vw, 49px);
  font-weight: 320;
  letter-spacing: -0.052em;
  line-height: 1.01;
  margin: 0 0 24px;
}

.fre-home-day-treks__routes {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.fre-home-day-treks__routes span {
  background: rgba(255, 253, 248, 0.055);
  border: 1px solid rgba(255, 253, 248, 0.14);
  border-radius: 999px;
  color: rgba(255, 253, 248, 0.8);
  font-size: 10px;
  line-height: 1.25;
  padding: 10px 14px;
}

.fre-home-day-treks__assurances {
  border-top: 1px solid rgba(255, 253, 248, 0.13);
  justify-content: flex-start;
  padding-top: 20px;
}

.fre-home-day-treks__assurances span {
  align-items: center;
  display: inline-flex;
  gap: 8px;
}

.fre-home-day-treks__assurances span::before {
  background: var(--fre-terracotta);
  border-radius: 50%;
  content: "";
  height: 4px;
  opacity: 0.8;
  width: 4px;
}

.fre-home-day-treks__schedule {
  background:
    radial-gradient(circle at 100% 0%, rgba(152, 102, 83, 0.09), transparent 28%),
    var(--fre-paper);
  border: 1px solid rgba(255, 253, 248, 0.25);
  box-shadow: 0 24px 70px rgba(24, 27, 25, 0.2);
  color: var(--fre-ink);
  padding: clamp(24px, 3.4vw, 43px);
}

.fre-home-day-treks__schedule-head {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
  min-height: 34px;
}

.fre-home-day-treks__schedule-head > div {
  align-items: center;
  display: flex;
  gap: 10px;
}

.fre-home-day-treks__schedule-head > div > span,
.fre-home-day-treks__live {
  color: var(--fre-muted);
  font-size: 9px;
  font-weight: 740;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.fre-home-day-treks__schedule-head strong {
  align-items: center;
  background: var(--fre-ink);
  border-radius: 50%;
  color: var(--fre-white);
  display: inline-flex;
  font-size: 10px;
  height: 27px;
  justify-content: center;
  width: 27px;
}

.fre-home-day-treks__live {
  align-items: center;
  display: inline-flex;
  gap: 8px;
}

.fre-home-day-treks__live i {
  background: var(--fre-success);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(114, 123, 119, 0.11);
  height: 7px;
  width: 7px;
}

/* Normalize Spiffy's Columns view without touching the calendar elsewhere. */
.fre-home-day-treks__feed .spiffy.page-upcoming-events,
.fre-home-day-treks__feed .spiffy.upcoming-events-list,
.fre-home-day-treks__feed ul.spiffy,
.fre-home-day-treks__feed ul {
  background: transparent !important;
  border: 0 !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

.fre-home-day-treks__feed li.spiffy-event-details,
.fre-home-day-treks__feed .spiffy-event-details {
  background: transparent !important;
  border: 0 !important;
  border-top: 1px solid var(--fre-line) !important;
  box-shadow: none !important;
  color: var(--fre-ink) !important;
  float: none !important;
  margin: 0 !important;
  min-height: 80px;
  padding: 13px 6px !important;
  position: relative;
  width: 100% !important;
}

.fre-home-day-treks__feed .spiffy-column-event {
  align-items: center;
  display: grid !important;
  gap: 7px 18px;
  grid-template-columns: 66px minmax(0, 1fr) auto;
  margin: 0 !important;
  min-height: 60px;
  padding: 0 !important;
  width: 100% !important;
}

.fre-home-day-treks__feed .spiffy-column-date {
  align-items: center;
  align-self: stretch;
  background: var(--fre-white) !important;
  border: 1px solid var(--fre-line) !important;
  border-radius: 17px;
  color: var(--fre-ink) !important;
  display: flex !important;
  flex-direction: column;
  grid-column: 1;
  grid-row: 1 / span 5;
  justify-content: center;
  min-height: 62px;
  padding: 8px !important;
  text-align: center;
  width: 66px !important;
}

.fre-home-day-treks__feed .spiffy-column-day-begin,
.fre-home-day-treks__feed .spiffy-column-day,
.fre-home-day-treks__feed .spiffy-day {
  color: var(--fre-ink) !important;
  display: block !important;
  font-size: 25px !important;
  font-weight: 430 !important;
  letter-spacing: -0.035em;
  line-height: 1 !important;
  order: 2;
}

.fre-home-day-treks__feed .spiffy-column-month-begin,
.fre-home-day-treks__feed .spiffy-column-month,
.fre-home-day-treks__feed .spiffy-month {
  color: var(--fre-terracotta) !important;
  display: block !important;
  font-size: 8px !important;
  font-weight: 760 !important;
  letter-spacing: 0.13em;
  line-height: 1 !important;
  margin-bottom: 6px;
  order: 1;
  text-transform: uppercase;
}

.fre-home-day-treks__feed .spiffy-title {
  color: var(--fre-ink) !important;
  font-size: clamp(16px, 1.2vw, 19px) !important;
  font-weight: 580 !important;
  grid-column: 2;
  line-height: 1.25 !important;
  margin: 0 !important;
  min-width: 0;
  padding: 0 !important;
  text-transform: none !important;
}

.fre-home-day-treks__feed .spiffy-title a,
.fre-home-day-treks__feed a {
  color: var(--fre-ink) !important;
  text-decoration: none !important;
}

.fre-home-day-treks__feed .spiffy-title a:hover,
.fre-home-day-treks__feed .spiffy-title a:focus-visible {
  color: var(--fre-terracotta) !important;
  outline: none;
}

.fre-home-day-treks__feed .spiffy-desc,
.fre-home-day-treks__feed .spiffy-location,
.fre-home-day-treks__feed .spiffy-time {
  display: none !important;
}

.fre-home-day-treks__feed .spiffy-meta {
  align-items: center;
  display: flex !important;
  font-size: 0 !important;
  grid-column: 3;
  grid-row: 1 / span 5;
  justify-content: center;
  margin: 0 !important;
  padding: 0 !important;
}

.fre-home-day-treks__feed .spiffy-link,
.fre-home-day-treks__feed a.spiffy-link {
  align-items: center;
  align-self: center;
  background: var(--fre-ink) !important;
  border: 1px solid var(--fre-ink) !important;
  border-radius: 999px !important;
  color: var(--fre-white) !important;
  display: inline-flex !important;
  font-size: 0 !important;
  grid-column: 3;
  grid-row: 1 / span 5;
  height: 39px;
  justify-content: center;
  margin: 0 !important;
  min-width: 39px;
  padding: 0 !important;
  text-decoration: none !important;
  transition: background-color 180ms ease, transform 180ms ease;
  width: 39px;
}

.fre-home-day-treks__feed .spiffy-meta .spiffy-link {
  grid-column: auto;
  grid-row: auto;
}

.fre-home-day-treks__feed .spiffy-link::after,
.fre-home-day-treks__feed a.spiffy-link::after {
  content: "→";
  font-size: 15px;
  line-height: 1;
}

.fre-home-day-treks__feed .spiffy-link:hover,
.fre-home-day-treks__feed .spiffy-link:focus-visible,
.fre-home-day-treks__feed a.spiffy-link:hover,
.fre-home-day-treks__feed a.spiffy-link:focus-visible {
  background: var(--fre-terracotta) !important;
  border-color: var(--fre-terracotta) !important;
  outline: none;
  transform: translateX(2px);
}

.fre-home-day-treks__feed .spiffy-category,
.fre-home-day-treks__feed .spiffy-column-category {
  color: var(--fre-terracotta) !important;
  font-size: 9px !important;
  font-weight: 720 !important;
  grid-column: 2;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

/* Spiffy can print the category color as an inline divider. Neutralize it
 * only inside this Home module so the full calendar keeps its own legend. */
.fre-home-day-treks__feed .spiffy-column-event,
.fre-home-day-treks__feed .spiffy-title,
.fre-home-day-treks__feed [style*="border-color"],
.fre-home-day-treks__feed [style*="border-bottom"] {
  border-color: var(--fre-line) !important;
}

.fre-day-event__meta {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
  margin-top: 7px;
}

.fre-day-event__price {
  color: var(--fre-ink-soft);
  font-size: 9px;
  font-weight: 740;
  letter-spacing: 0.08em;
  line-height: 1.2;
}

.fre-day-event__status {
  border: 1px solid rgba(152, 102, 83, 0.28);
  border-radius: 999px;
  color: var(--fre-terracotta);
  font-size: 8px;
  font-weight: 740;
  letter-spacing: 0.08em;
  line-height: 1;
  padding: 4px 8px;
  text-transform: uppercase;
}

.fre-home-day-treks__empty {
  border-top: 1px solid var(--fre-line);
  color: var(--fre-muted);
  min-height: 210px;
  padding: 48px 6px;
}

.fre-home-day-treks__empty strong {
  color: var(--fre-ink);
  display: block;
  font-size: 22px;
  font-weight: 450;
  margin-bottom: 9px;
}

.fre-home-day-treks__empty p {
  line-height: 1.65;
  margin: 0;
  max-width: 520px;
}

.fre-home-day-treks__all {
  align-items: center;
  border-top: 1px solid var(--fre-line);
  color: var(--fre-ink) !important;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-top: 3px;
  padding: 24px 5px 0;
  text-decoration: none !important;
}

.fre-home-day-treks__all > span {
  display: flex;
  flex-direction: column;
  font-size: 11px;
  font-weight: 760;
  gap: 4px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.fre-home-day-treks__all small {
  color: var(--fre-muted);
  font-size: 8px;
  font-weight: 650;
  letter-spacing: 0.11em;
}

.fre-home-day-treks__all i {
  align-items: center;
  border: 1px solid var(--fre-line);
  border-radius: 50%;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 17px;
  font-style: normal;
  height: 48px;
  justify-content: center;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
  width: 48px;
}

.fre-home-day-treks__all:hover i,
.fre-home-day-treks__all:focus-visible i {
  background: var(--fre-ink);
  color: var(--fre-white);
  transform: translate(2px, -2px);
}

@media (max-width: 1180px) {
  .fre-departure-grid,
  .fre-expeditions--compact .fre-departure-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fre-schedule-toolbar {
    grid-template-columns: 1fr auto;
  }

  .fre-results-count {
    grid-column: 1 / -1;
    margin: -7px 0 0;
  }

  .fre-home-day-treks__layout {
    grid-template-columns: minmax(290px, 0.72fr) minmax(0, 1.28fr);
  }

  .fre-home-day-treks__story {
    padding: 30px;
  }
}

@media (max-width: 920px) {
  .fre-board-header {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .fre-board-header__stats {
    width: 100%;
  }

  .fre-board-header__stats > div {
    flex: 1;
  }

  .fre-schedule-toolbar {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .fre-schedule-toolbar__selects {
    justify-self: stretch;
    max-width: none;
  }

  .fre-results-count {
    grid-column: auto;
  }

  .fre-interest {
    grid-template-columns: 1fr;
  }

  .fre-interest__intro {
    position: static;
  }

  .fre-home-departures__header,
  .fre-home-departures__layout {
    grid-template-columns: 1fr;
  }

  .fre-home-departures__header > p {
    max-width: 680px;
  }

  .fre-home-departures__feature {
    min-height: 390px;
  }

  .fre-home-day-treks {
    margin-top: -72px;
    padding-top: 136px;
  }

  .fre-home-day-treks__header,
  .fre-home-day-treks__layout {
    grid-template-columns: 1fr;
  }

  .fre-home-day-treks__intro p {
    max-width: 720px;
  }

  .fre-home-day-treks__story {
    min-height: 390px;
  }
}

@media (max-width: 680px) {
	.fre-home-day-treks {
		margin-top: -38px;
		padding: 94px 14px 52px;
	}

	.fre-home-day-treks::before {
		right: -300px;
	}

	.fre-home-day-treks::after {
		display: none;
	}

	.fre-home-day-treks__header {
		gap: 23px;
		margin-bottom: 30px;
		padding: 0 5px;
	}

	.fre-home-day-treks__header h2 {
		font-size: clamp(42px, 12.5vw, 58px);
	}

	.fre-home-day-treks__story,
	.fre-home-day-treks__schedule {
		border-radius: 23px;
	}

	.fre-home-day-treks__story {
		min-height: 372px;
		padding: 24px 20px;
	}

	.fre-home-day-treks__story-copy {
		padding: 34px 0;
	}

	.fre-home-day-treks__story-copy h3 {
		font-size: clamp(34px, 10vw, 46px);
	}

	.fre-home-day-treks__story-top {
		gap: 8px;
	}

	.fre-home-day-treks__assurances {
		gap: 10px 16px;
	}

	.fre-home-day-treks__schedule {
		padding: 21px 15px;
	}

	.fre-home-day-treks__schedule-head {
		padding: 0 4px;
	}

	.fre-home-day-treks__live {
		letter-spacing: 0.07em;
	}

	.fre-home-day-treks__feed li.spiffy-event-details,
	.fre-home-day-treks__feed .spiffy-event-details {
		padding: 13px 3px !important;
	}

	.fre-home-day-treks__feed .spiffy-column-event {
		gap: 7px 12px;
		grid-template-columns: 56px minmax(0, 1fr) auto;
	}

	.fre-home-day-treks__feed .spiffy-column-date {
		border-radius: 15px;
		min-height: 56px;
		width: 56px !important;
	}

	.fre-home-day-treks__feed .spiffy-column-day-begin,
	.fre-home-day-treks__feed .spiffy-column-day,
	.fre-home-day-treks__feed .spiffy-day {
		font-size: 22px !important;
	}

	.fre-home-day-treks__feed .spiffy-title {
		font-size: 15px !important;
	}

	.fre-day-event__meta {
		gap: 5px 7px;
		margin-top: 6px;
	}

	.fre-day-event__status {
		font-size: 7px;
		padding: 4px 7px;
	}

	.fre-home-day-treks__feed .spiffy-link,
	.fre-home-day-treks__feed a.spiffy-link {
		height: 34px;
		min-width: 34px;
		width: 34px;
	}

	.fre-home-day-treks__all {
		padding-top: 20px;
	}

	.fre-home-day-treks__all i {
		height: 42px;
		width: 42px;
	}

  .fre-board-header {
    border-radius: 24px;
    padding: 28px 22px;
  }

  .fre-board-header__stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .fre-board-header__stats > div {
    min-width: 0;
    padding: 13px 10px;
  }

  .fre-board-header__stats strong {
    font-size: 21px;
  }

  .fre-schedule-toolbar__selects,
  .fre-departure-grid,
  .fre-expeditions--compact .fre-departure-grid {
    grid-template-columns: 1fr;
  }

  .fre-expeditions--list .fre-departure-card--has-image {
    display: flex;
  }

  .fre-expeditions--list .fre-departure-card__image {
    aspect-ratio: 16 / 10;
    border-bottom: 1px solid rgba(23, 33, 29, 0.08);
    border-right: 0;
    min-height: 0;
  }

  .fre-departure-card__body,
  .fre-expeditions--compact .fre-departure-card__body {
    padding: 24px 20px;
  }

  .fre-departure-card__facts strong {
    font-size: 12px;
  }

  .fre-departure-card__facts > div {
    padding: 0 8px;
  }

  .fre-progress__labels {
    display: block;
  }

  .fre-progress__labels strong {
    display: block;
    margin-top: 4px;
  }

  .fre-interest {
    border-radius: 24px;
    padding: 34px 19px 28px;
  }

  .fre-interest-form,
  .fre-selection__details {
    grid-template-columns: 1fr;
  }

  .fre-field--full {
    grid-column: auto;
  }

  .fre-selection__heading {
    display: block;
  }

  .fre-selection__status {
    display: inline-block !important;
    margin-top: 12px !important;
  }

  .fre-selection__details > div + div {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    padding: 11px 0 0;
  }

  .fre-interest .fre-button {
    width: 100%;
  }

  .fre-form-footnote {
    display: block;
    margin: 9px 0 0;
    text-align: center;
  }

  .fre-home-departures {
    border-radius: 25px;
    padding: 30px 18px 18px;
  }

  .fre-home-departures__header {
    gap: 18px;
    margin-bottom: 28px;
  }

  .fre-home-departures__header h2 {
    font-size: clamp(38px, 11vw, 52px);
  }

  .fre-home-departures__feature,
  .fre-home-departures__dates {
    border-radius: 22px;
  }

  .fre-home-departures__feature {
    min-height: 350px;
    padding: 24px;
  }

  .fre-home-departures__dates {
    padding: 20px 14px;
  }

  .fre-home-departures__dates-head {
    padding: 0 5px;
  }

  .fre-home-departures__live {
    letter-spacing: 0.07em;
  }

  .fre-home-departure {
    gap: 12px;
    grid-template-columns: 56px minmax(0, 1fr);
    padding: 17px 5px;
  }

  .fre-home-departure:hover,
  .fre-home-departure:focus-visible {
    padding-left: 8px;
    padding-right: 8px;
  }

  .fre-home-departure__calendar {
    border-radius: 15px;
    height: 56px;
    width: 56px;
  }

  .fre-home-departure__price {
    align-items: center;
    display: flex;
    grid-column: 2;
    justify-content: space-between;
    min-width: 0;
    padding: 2px 0 0;
    text-align: left;
  }

  .fre-home-departure__price small {
    display: none;
  }

  .fre-home-departure__price i {
    height: 29px;
    margin-top: 0;
    width: 29px;
  }

  .fre-home-departures__all {
    padding: 20px 5px 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fre-departure-card,
  .fre-filter,
  .fre-button,
  .fre-progress__bar span,
  .fre-home-departure,
  .fre-home-departure__price i,
  .fre-home-departures__all i,
  .fre-home-day-treks__feed .spiffy-link,
  .fre-home-day-treks__all i {
    transition: none;
  }
}
