/* ===== Sunny Weekend / Warm Destinations — Programmatic SEO Pages ===== */
/* Mobile-first. Breakpoints: 360px / 768px / 1280px                      */
/* All colours via CSS vars — brand theme files own the palette.           */

:root{

  --label: #ad4d50;
}

/* ---- Page shell ---- */
.sunny-weekend-page {
  display: block;
  padding-top: 0;
  background-color: var(--content-bg);
}

.sunny-weekend-page main {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.action-bar,
.sidebar-aligned {
  display: none !important;
}

/* ---- Hero ---- */
.swf-hero {
  background: var(--banner-bg);
  color: var(--banner-text);
  width: 100vw;
  padding: 1rem 1.25rem 1.75rem;
  text-align: center;
background: var(--actionBarBackgorund);
color: var(--sidebarHeaders);
}

.swf-hero h1 {
font-family: var(--HWFont);
  font-size: 1.4rem;
  line-height: 1.3;
  margin: 0 0 0.6rem;
}

.swf-hero__from {
  display: block;
}

.swf-hero__year {
  font-family: "Dosis", sans-serif;
  font-size: 1rem;
  opacity: 0.55;
  font-weight: 400;
  margin-left: 0.35em;
  display: none;
}

.swf-hero__sub {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 0.9rem;
  max-width: 36rem;
  margin: 0 auto;
  opacity: 0.9;
  line-height: 1.5;
}

.swf-hero__fallback-link {
  color: var(--colourA);
  font-weight: 700;
}

/* ---- Top picks label ---- */
.swf-top-picks-wrap {
  width: 100%;
  max-width: 1200px;
  padding: 1.1rem 1rem 0;
  box-sizing: border-box;
}

.swf-top-picks-label {
  font-weight: 800;
  text-transform: uppercase;
  color: var(--label);
  margin: 0 0 0.6rem;
font-family: var(--HWFont);
  margin: 0;
  font-size: 1.7em;
  color: #ad4d50;
}

/* ---- Highlight cards (where-is-hot style, with images) ---- */
.swf-highlights {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
  width: 100%;
  padding: 0;
  box-sizing: border-box;
}

.swf-highlight-card {
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
}

.swf-highlight-card:hover {
  opacity: 0.92;
}

.swf-highlight-img {
  width: 100%;
  height: 100px;
  object-fit: cover;
  display: block;
  flex-shrink: 0;
}

.swf-highlight-body {
  padding: 0.6rem 0.75rem 0.65rem;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.swf-highlight-label {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: var(--label);
  font-weight: 700;
  opacity: 0.6;
}

.swf-highlight-city {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--label);
  display: flex;
  align-items: center;
  gap: 0.3rem;
  line-height: 1.25;
}

.swf-flag-icon {
  width: 1.1rem;
  height: 0.8rem;
  flex-shrink: 0;
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(0,0,0,0.12);
}

.swf-highlight-stat {
  font-family: "Dosis", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--label);
  line-height: 1.1;
}

.swf-highlight-stat--icon {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 1rem;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 600;
}

.swf-highlight-sub {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 0.78rem;
  color: var(--label);
  opacity: 0.65;
  margin-top: 0.05rem;
}

.swf-highlight-sub--icon {
  display: flex;
  align-items: center;
  gap: 0.3rem;
}

/* ---- Sky condition dot ---- */
.swf-sci-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex-shrink: 0;
}
.sci-dot--orange { background: #f97316; }
.sci-dot--yellow { background: #eab308; }
.sci-dot--blue   { background: #60a5fa; }
.sci-dot--grey   { background: #9ca3af; }

/* ---- CTA ---- */
.swf-cta-wrap {
  text-align: center;
  padding: 1.25rem 1rem 0.5rem;
  width: 100%;
  box-sizing: border-box;
}

.swf-cta {
  display: inline-block;
  padding: 0.75rem 1.75rem;
  background: var(--banner-bg);
  color: var(--banner-text);
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  border-radius: 6px;
  text-decoration: none;
  box-shadow: 3px 3px var(--colourA);
  transition: box-shadow 0.1s, transform 0.1s;
/* box-shadow: 3px 3px #ad4d50; */
box-shadow: 3px 3px var(--backgroundPrimary);
}

.swf-cta:active {
  transform: translate(2px, 2px);
  box-shadow: 1px 1px var(--backgroundPrimary);
}

/* ---- Data note ---- */
.swf-data-note {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.3rem 0;
  padding: 0.75rem 1rem 0.5rem;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 0.76rem;
  color: var(--colourText);
  opacity: 0.7;
  width: 100%;
  max-width: 1200px;
  box-sizing: border-box;
margin: 0;
color: #ad4d50;
}

.swf-data-note span:not(:last-child)::after {
  content: "·";
  margin: 0 0.55rem;
  opacity: 0.3;
}

.swf-data-note__updated {
  font-weight: 700;
  color: var(--label);
  opacity: 1;
font-family: var(--HWFont);
color: #ad4d50;
}

/* ---- Section ---- */
.swf-section {
  width: 100%;
  max-width: 1200px;
  padding: 0.75rem 1rem 2rem;
  box-sizing: border-box;
}

.swf-section h2 {
  font-family: "Playfair Display", serif;
  color: var(--label);
  font-size: 1.2rem;
  margin: 0 0 1rem;
font-size: 0.7rem;
font-family: var(--HWFont);
margin: 0;
font-size: 1.7em;
color: #ad4d50;
}

/* ---- Destination grid ---- */
.swf-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

/* ---- Destination card ---- */
.swf-card {
  background: var(--content-bg);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
  border: 2px solid var(--colourA);
  display: flex;
  flex-direction: column;
}

.swf-card__image-wrap {
  position: relative;
}

.swf-card__img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  display: block;
}

/* Day range badge */
.swf-card__day-badge {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  background: var(--banner-bg);
  color: var(--banner-text);
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 0.67rem;
  font-weight: 700;
  padding: 0.2rem 0.55rem;
  border-radius: 4px;
}

.swf-card__body {
  padding: 0.85rem 1rem 0;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  flex: 1;
  background: white;
}

.swf-card__rank {
  display: inline-block;
  background: var(--banner-bg);
  color: var(--banner-text);
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  padding: 0.15rem 0.5rem;
  border-radius: 4px;
  width: fit-content;
}

.swf-card__title {
  font-family: "Playfair Display", serif;
  color: var(--label);
  font-size: 1rem;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.swf-card__title .flag-icon {
  width: 1.25rem;
  height: 0.9rem;
  flex-shrink: 0;
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15);
}

.swf-card__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.3rem 0.6rem;
}

.swf-card__temp {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--label);
}

.swf-card__sky {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 0.82rem;
  color: var(--colourText);
  opacity: 0.8;
}

.swf-card__price {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--label);
  margin-left: auto;
}

.swf-card__dates {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 0.75rem;
  color: var(--colourText);
  opacity: 0.6;
  margin: 0;
}

/* ---- Forecast strip ---- */
.swf-card__forecast {
  display: flex;
  gap: 0.5rem;
  overflow-x: auto;
  padding: 0.5rem 0 0.25rem;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swf-card__forecast::-webkit-scrollbar {
  display: none;
}

.swf-card__forecast-day {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
  flex-shrink: 0;
  min-width: 36px;
}

.swf-card__forecast-dow {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 0.65rem;
  font-weight: 600;
  color: var(--label);
  opacity: 0.55;
  text-transform: uppercase;
}

.swf-card__forecast-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.swf-card__forecast-temp {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--label);
}

/* ---- Book button ---- */
.swf-card__book-btn {
  display: inline-block;
  align-self: flex-start;
  padding: 0.45rem 1rem;
  background: var(--banner-bg);
  color: var(--banner-text);
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  border-radius: 4px;
  text-decoration: none;
  box-shadow: 2px 2px var(--colourA);
  transition: box-shadow 0.1s, transform 0.1s;
}

.swf-card__book-btn:active {
  transform: translate(1px, 1px);
  box-shadow: 1px 1px var(--backgroundPrimary);
}

/* ---- Variant tab strip ---- */
.swf-card__tab-strip {
  display: flex;
  gap: 0.4rem;
  overflow-x: auto;
  padding: 0.5rem 0 0.4rem;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  margin-top: 0.1rem;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swf-card__tab-strip::-webkit-scrollbar {
  display: none;
}

.swf-card__tab {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  padding: 0.3rem 0.65rem;
  border-radius: 20px;
  border: 1.5px solid var(--colourA);
  background: none;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--label);
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.1s, color 0.1s;
  opacity: 0.7;
}

.swf-card__tab:hover {
  opacity: 1;
}

.swf-card__tab--active {
  background: var(--banner-bg);
  color: var(--banner-text);
  border-color: var(--banner-bg);
  opacity: 1;
}

/* ---- Explore links ---- */
.swf-card__explore {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  padding: 0.65rem 0 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  margin-top: 0.15rem;
}

.swf-card__explore a {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 0.78rem;
  color: var(--label);
  text-decoration: none;
  opacity: 0.8;
}

.swf-card__explore a:hover {
  opacity: 1;
}

.swf-card__explore svg {
  width: 14px;
  height: 14px;
  fill: var(--svgPrimary);
  flex-shrink: 0;
}

/* ---- Inline CTA ---- */
.swf-inline-cta {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  padding: 0.25rem 0;
}

/* ---- FAQ ---- */
.swf-faq {
  width: 100%;
  max-width: 760px;
  padding: 1.5rem 1rem 2.5rem;
  box-sizing: border-box;
}

.swf-faq h2 {
  font-family: "Playfair Display", serif;
  color: var(--label);
  font-size: 1.15rem;
  margin: 0 0 1rem;
}

.swf-faq__item {
  margin-bottom: 1rem;
}

.swf-faq__item h3 {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--label);
  margin: 0 0 0.3rem;
}

.swf-faq__item p {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 0.87rem;
  color: var(--colourText);
  line-height: 1.55;
  margin: 0;
}

/* ---- Price filter ---- */
.swf-price-filter {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.4rem 0.5rem;
  padding: 0 0 0.85rem;
}

.swf-price-filter__label {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--label);
  opacity: 0.6;
  flex-shrink: 0;
  margin-right: 0.15rem;
  display:none;
}

.swf-price-filter__btn {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  padding: 0.3rem 0.7rem;
  border-radius: 20px;
  border: 1.5px solid var(--colourA);
  background: none;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--label);
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.1s, color 0.1s, border-color 0.1s;
  opacity: 0.7;
box-shadow: 3px 3px var(--backgroundPrimary);
background: white;
}

.swf-price-filter__btn:hover {
  opacity: 1;
}

.swf-price-filter__btn--active {
  background: var(--banner-bg);
  color: var(--banner-text);
  border-color: var(--banner-bg);
  opacity: 1;
}

/* ============================================================
   Breakpoint: 360px — mobile perfect
   ============================================================ */
@media (min-width: 360px) {
  .swf-hero h1 {
    font-size: 1.55rem;
  }
}

/* ============================================================
   Breakpoint: 768px — tablet
   ============================================================ */
@media (min-width: 768px) {
  .swf-hero {
    padding: 1.5rem 2rem 2rem;
  }

  .swf-hero h1 {
    font-size: 2rem;
  }

  .swf-hero__from {
    display: inline;
  }

  .swf-top-picks-wrap {
    padding: 1.25rem 1.5rem 0;
  }

  .swf-highlights {
    grid-template-columns: repeat(4, 1fr);
    gap: 0.6rem;
    padding: 0;
  }

  .swf-highlight-img {
    height: 130px;
  }

  .swf-highlight-body {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.1rem 0.5rem;
  }

  .swf-highlight-label {
    width: 100%;
    flex-shrink: 0;
  }

  .swf-highlight-city {
    flex: 1;
    min-width: 0;
  }

  .swf-highlight-stat {
    flex-shrink: 0;
    text-align: right;
  }

  .swf-highlight-sub {
    width: 100%;
    text-align: right;
  }

  .swf-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }

  .swf-card__img {
    height: 200px;
  }

  .swf-data-note {
    padding: 0.75rem 1.5rem 0.5rem;
  }

  .swf-section {
    padding: 0.75rem 1.5rem 2rem;
  }
}

/* ============================================================
   Breakpoint: 1280px — desktop
   ============================================================ */
@media (min-width: 1280px) {
  .swf-hero h1 {
    font-size: 2.6rem;
  }

  .swf-top-picks-wrap {
    padding: 1.5rem 0 0;
  }

  .swf-highlights {
    padding: 0;
  }

  .swf-highlight-img {
    height: 140px;
  }

  .swf-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .swf-section {
    padding: 1rem 0 2.5rem;
  }

  .swf-data-note {
    padding: 0.75rem 0 0.5rem;
  }
}


/* HERO OPTION 10 — PALE LEMON */

.swf-hero {
  background: #fff7d9;
}

.swf-hero h1 {
  color: #ad4d50;
}

.swf-hero__sub {
  color: #bb625a;
}

.swf-hero__fallback-link {
  color: #ad4d50;
}

/* ---- GYG activity link (in-country cards) ---- */
.swf-card__gyg-link {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  align-self: flex-start;
  padding: 0.45rem 1rem;
  background: var(--banner-bg);
  color: var(--banner-text);
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  border-radius: 4px;
  text-decoration: none;
  box-shadow: 2px 2px var(--colourA);
  transition: box-shadow 0.1s, transform 0.1s;
  margin: 5px 0;
}

.swf-card__gyg-link:active {
  transform: translate(1px, 1px);
  box-shadow: 1px 1px var(--backgroundPrimary);
}

.swf-card__gyg-link svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
  flex-shrink: 0;
}
