.season-strip {
  background: #17181A;
  border-top: 0.5px solid rgba(184,151,90,0.18);
  border-bottom: 0.5px solid rgba(184,151,90,0.18);
  padding: 2.5rem 0 2.8rem;
}
.season-strip-inner {
  max-width: 1240px; margin: 0 auto; padding: 0 2.5rem;
}
.season-strip-header {
  display: flex; align-items: baseline; justify-content: space-between;
  gap: 1.5rem; margin-bottom: 1.4rem; flex-wrap: wrap;
}
.season-strip-title {
  font-family: var(--serif); font-weight: 400;
  font-size: 1.35rem; color: var(--white); line-height: 1.2;
}
.season-strip-title em { font-style: italic; color: var(--gold-lt); }
.season-strip-legend {
  display: flex; gap: 1.2rem; flex-wrap: wrap;
  font-size: 0.68rem; color: rgba(255,255,255,0.5);
  letter-spacing: 0.03em;
}
.season-strip-legend span { display: inline-flex; align-items: center; gap: 0.4rem; }
.season-strip-legend .mark { font-family: var(--serif); font-size: 0.95rem; }
.season-strip-legend .mark.peak { color: var(--gold-lt); }
.season-strip-legend .mark.good { color: var(--gold-dk); }
.season-strip-legend .mark.off  { color: rgba(255,255,255,0.35); }

.season-strip-matrix {
  display: grid; grid-template-columns: repeat(12, 1fr);
  gap: 1px; background: rgba(184,151,90,0.18);
  border: 0.5px solid rgba(184,151,90,0.18);
}
.season-cell {
  background: #1c1d1f;
  padding: 0.9rem 0.3rem 0.85rem;
  text-align: center;
  display: flex; flex-direction: column; gap: 0.25rem;
  transition: background 0.2s;
}
.season-cell:hover { background: #24261f; }
.season-cell .m-name {
  font-family: var(--sans); font-size: 0.56rem;
  letter-spacing: 0.15em; text-transform: uppercase;
  color: rgba(255,255,255,0.45);
}
.season-cell .m-mark {
  font-family: var(--serif); font-size: 1.15rem; font-weight: 400;
}
.season-cell.peak .m-mark { color: var(--gold-lt); }
.season-cell.good .m-mark { color: var(--gold-dk); }
.season-cell.off  .m-mark { color: rgba(255,255,255,0.3); }

.season-strip-cta {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1.5rem; margin-top: 1.5rem; flex-wrap: wrap;
}
.season-strip-cta-text {
  font-size: 0.9rem; color: rgba(255,255,255,0.55);
  font-style: italic; font-family: var(--serif);
}
.season-strip-cta .btn { margin: 0 !important; }

.mid-cta-actions {
  display: flex; flex-direction: column; align-items: center;
  gap: 1.4rem; margin-top: 1.8rem;
}
.mid-cta-actions .btn { margin-top: 0 !important; }
.mid-cta:has(.mid-cta-actions) p { margin-bottom: 0; }
.mid-cta-strip {
  display: flex; align-items: center; gap: 0;
  width: 100%; max-width: 760px;
  background: rgba(15,15,15,0.5);
  border: 0.5px solid rgba(184,151,90,0.35);
}
.mid-cta-strip-label {
  padding: 0.9rem 1.2rem;
  font-family: var(--sans); font-size: 0.6rem;
  letter-spacing: 0.24em; text-transform: uppercase;
  color: rgba(184,151,90,0.75);
  white-space: nowrap;
  border-right: 0.5px solid rgba(184,151,90,0.18);
}
.mid-cta-strip-buttons {
  display: grid; grid-template-columns: 1fr 1fr 1fr 1fr;
  flex: 1;
}
.mid-cta-msg2 {
  display: flex; align-items: center; justify-content: center;
  gap: 0.5rem; padding: 0.9rem 0.6rem;
  color: var(--white); text-decoration: none;
  font-family: var(--sans); font-size: 0.7rem;
  letter-spacing: 0.1em;
  border-left: 0.5px solid rgba(184,151,90,0.15);
  transition: all 0.2s;
}
.mid-cta-msg2:first-child { border-left: none; }
.mid-cta-msg2 svg {
  width: 18px; height: 18px; color: var(--gold);
  flex-shrink: 0;
}
.mid-cta-msg2:hover {
  background: var(--gold); color: var(--black);
}
.mid-cta-msg2:hover svg { color: var(--black); }

@media (max-width: 900px) {
  .season-strip-matrix { grid-template-columns: repeat(6, 1fr); }
}
@media (max-width: 768px) {
  .mid-cta-msg2 span { display: none !important; }
  .mid-cta-msg2 { gap: 0; padding: 1rem 0.4rem; }
}
@media (max-width: 520px) {
  .season-strip { padding: 2rem 0 2.2rem; }
  .season-strip-matrix { grid-template-columns: repeat(4, 1fr); }
  .season-strip-header { flex-direction: column; gap: 0.7rem; align-items: flex-start; }
  .season-strip-cta { flex-direction: column; align-items: flex-start; }
  .mid-cta-strip { flex-direction: column; align-items: stretch; }
  .mid-cta-strip-label { border-right: none; border-bottom: 0.5px solid rgba(184,151,90,0.18); text-align: center; }
  .mid-cta-msg2 { padding: 1rem 0.4rem; }
}

.t-recommendations {
  background: var(--dark, #151515);
  padding: 5rem 0 4rem;
  border-top: 0.5px solid rgba(184,151,90,0.12);
  border-bottom: 0.5px solid rgba(184,151,90,0.12);
}
.t-rec-header { max-width: 820px; margin-bottom: 2.5rem; }
.t-rec-header .eyebrow { margin-bottom: 1rem; }
.t-rec-header h2 { font-weight: 300; line-height: 1.15; margin-bottom: 1rem; }
.t-rec-header h2 em { font-style: italic; color: var(--gold-lt, #D4B07A); }
.t-rec-header p { font-size: 0.92rem; color: rgba(255,255,255,0.6); line-height: 1.7; max-width: 620px; }
.t-rec-viewport { overflow: hidden; touch-action: pan-y; }
.t-rec-track { display: flex; gap: 1.2rem; align-items: stretch; transition: transform .45s cubic-bezier(.4,0,.2,1); will-change: transform; }
.t-rec-card {
  flex: 0 0 calc((100% - 1.2rem) / 2);
  min-width: 0;
  border: 0.5px solid rgba(184,151,90,0.2);
  background: rgba(255,255,255,0.02);
  overflow: hidden;
  transition: border-color 0.3s;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
}
.t-rec-card:hover { border-color: rgba(184,151,90,0.5); }
.t-rec-photo {
  aspect-ratio: 16/10;
  min-height: 280px;
  background-size: cover;
  background-position: center;
  background-color: #1a1a1a;
  position: relative;
  overflow: hidden;
}
.t-rec-photo::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 45%, rgba(0,0,0,0.75) 100%);
  pointer-events: none;
}
.t-rec-badge {
  position: absolute;
  top: 0.9rem;
  left: 0.9rem;
  padding: 0.35rem 0.75rem;
  background: rgba(0,0,0,0.65);
  backdrop-filter: blur(6px);
  color: var(--gold-lt, #D4B07A);
  font-family: var(--sans, Inter, sans-serif);
  font-size: 0.58rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  line-height: 1;
  z-index: 1;
  border: 0.5px solid rgba(184,151,90,0.5);
}
.t-rec-body { padding: 1.4rem 1.5rem 1.6rem; display: flex; flex-direction: column; gap: 0.4rem; flex: 1; min-height: 0; }
.t-rec-name { font-family: var(--serif, 'Cormorant Garamond', Georgia, serif); font-size: 1.55rem; color: var(--white, #fff); line-height: 1.2; text-transform: uppercase; min-height: calc(1.55rem * 1.2 * 2); }
.t-rec-loc {
  font-family: var(--sans, Inter, sans-serif);
  font-size: 0.66rem;
  color: rgba(255,255,255,0.5);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 1.3;
}
.t-rec-price {
  font-family: var(--serif, 'Cormorant Garamond', Georgia, serif);
  font-size: 1.3rem;
  color: var(--gold-lt, #D4B07A);
  font-style: italic;
  line-height: 1.2;
  margin-top: auto;
  padding-top: 0.7rem;
}
.t-rec-price em {
  font-family: var(--sans, Inter, sans-serif);
  font-style: normal;
  font-size: 0.66rem;
  color: rgba(255,255,255,0.4);
  margin-left: 0.3rem;
  letter-spacing: 0.08em;
  text-transform: lowercase;
}
.t-rec-note {
  font-family: var(--sans, Inter, sans-serif);
  font-size: 0.76rem;
  color: rgba(255,255,255,0.62);
  line-height: 1.6;
  font-style: italic;
  padding-top: 0.7rem;
  border-top: 0.5px solid rgba(184,151,90,0.15);
  margin-top: auto;
}
.t-rec-controls { display: flex; align-items: center; gap: 0.8rem; margin-top: 1.2rem; }
.t-rec-btn {
  width: 2.2rem; height: 2.2rem;
  border: 0.5px solid rgba(184,151,90,0.3);
  background: transparent;
  color: var(--gold, #B8975A);
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.9rem; flex-shrink: 0;
}
.t-rec-btn:hover { background: var(--gold, #B8975A); color: var(--black, #0F0F0F); border-color: var(--gold, #B8975A); }
.t-rec-dots { display: flex; gap: 0.4rem; align-items: center; flex: 1; flex-wrap: wrap; }
.t-rec-dot { width: 18px; height: 1.5px; background: rgba(184,151,90,0.22); cursor: pointer; border: none; padding: 0; }
.t-rec-dot.is-on { background: var(--gold, #B8975A); width: 32px; }
.t-rec-counter {
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  color: var(--gray, #7A7A7A);
  min-width: 2.8rem;
  text-align: right;
  font-family: var(--serif, 'Cormorant Garamond', Georgia, serif);
}
@media (max-width: 900px) {
  .t-rec-card { flex-basis: 100%; }
  .t-rec-photo { min-height: 220px; }
  .t-rec-name { font-size: 1.3rem; min-height: calc(1.3rem * 1.2 * 2); }
}
