/* ============================================================
   Watamu home page — section layouts for welcome/home blade
   ============================================================ */

.w-home-section-head {
  max-width: 46rem;
  margin-bottom: 2rem;
}

.w-home-section-head h2 {
  font-size: clamp(1.55rem, 2.6vw, 2.05rem);
  font-weight: 300;
  color: var(--k-ink);
  margin: 0 0 0.75rem;
  letter-spacing: -0.01em;
}

.w-home-section-head p {
  color: var(--k-muted);
  font-size: 1.05rem;
  line-height: 1.65;
  margin: 0;
}

.w-home-empty {
  grid-column: 1 / -1;
  color: var(--k-muted);
}

/* ---------- Hero ---------- */

.w-home-hero {
  position: relative;
  min-height: min(92vh, 760px);
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--k-primary-dark);
  color: #fff;
}

.w-home-hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 45%;
  display: block;
  transform: scale(1.02);
  animation: w-home-hero-pan 18s ease-in-out infinite alternate;
}

.w-home-hero__wash {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(
      105deg,
      rgba(8, 42, 38, 0.92) 0%,
      rgba(10, 79, 68, 0.86) 34%,
      rgba(15, 107, 92, 0.45) 58%,
      rgba(15, 107, 92, 0.12) 78%,
      rgba(15, 107, 92, 0) 100%
    );
}

.w-home-hero .container {
  position: relative;
  z-index: 2;
  padding-block: clamp(3.5rem, 8vw, 5.5rem);
}

.w-home-hero__copy {
  max-width: 40rem;
  text-align: left;
  animation: w-home-fade-up 0.85s ease both;
}

.w-home-hero__title {
  color: #fff;
  font-size: clamp(1.45rem, 2.8vw, 2.15rem);
  font-weight: 300;
  line-height: 1.28;
  letter-spacing: -0.015em;
  text-transform: none;
  margin: 0 0 1rem;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.35);
}

.w-home-hero__lead {
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.05rem;
  line-height: 1.65;
  margin: 0 0 1.35rem;
  max-width: 36rem;
}

.w-home-hero__trust {
  list-style: none;
  margin: 0 0 1.5rem;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}

.w-home-hero__trust li {
  position: relative;
  padding-left: 1.55rem;
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #fff;
}

.w-home-hero__trust li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #ffd4b8;
  font-weight: 700;
}

.w-home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.w-home-hero__cta {
  max-width: 28rem;
  white-space: normal;
  text-align: left;
  line-height: 1.35;
  padding: 0.95rem 1.25rem;
  animation: w-home-fade-up 1s ease 0.15s both;
}

/* ---------- How it works (3 steps) ---------- */

.w-home-steps {
  background: #fff;
  padding: clamp(2rem, 4.5vw, 3rem) 0;
  border-bottom: 1px solid var(--k-line);
}

.w-home-steps__title {
  margin: 0 0 1.75rem;
  font-family: var(--font-heading, 'Lato', sans-serif);
  font-size: clamp(1.45rem, 2.5vw, 1.95rem);
  font-weight: 300;
  line-height: 1.25;
  color: var(--k-ink);
  letter-spacing: -0.01em;
}

.w-home-steps__card {
  height: 100%;
  padding: 0;
  background: transparent;
  border: 0;
}

.w-home-steps__head {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 0.85rem;
}

.w-home-steps__num {
  flex: 0 0 auto;
  display: inline-grid;
  place-items: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0;
  background: color-mix(in srgb, var(--k-primary) 10%, #ffffff 90%);
  color: var(--k-primary-dark);
  font-family: var(--font-heading, 'Lato', sans-serif);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
}

.w-home-steps__head .header {
  margin: 0;
  font-family: var(--font-heading, 'Lato', sans-serif);
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.25;
  color: var(--k-ink);
}

.w-home-steps__text {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.55;
  color: var(--k-muted);
}

.w-home-steps__cta {
  margin-top: 2rem;
  display: flex;
  justify-content: flex-start;
}

@media (max-width: 767.98px) {
  .w-home-steps__cta {
    justify-content: stretch;
  }

  .w-home-steps__cta .k-btn {
    width: 100%;
    justify-content: center;
  }
}

/* ---------- Packages ---------- */

.w-home-packages__title {
  margin: 0 0 0.85rem;
  font-family: var(--font-heading, 'Lato', sans-serif);
  font-size: clamp(1.45rem, 2.5vw, 1.95rem);
  font-weight: 300;
  line-height: 1.25;
  color: var(--k-ink);
  letter-spacing: -0.01em;
}

.w-home-packages__intro {
  margin: 0 0 1.75rem;
  max-width: 46rem;
  color: var(--k-muted);
  font-size: 1.05rem;
  line-height: 1.65;
}

.w-home-pkg {
  background: #fff;
  border: 1px solid var(--k-line);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  height: 100%;
  overflow: hidden;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.w-home-pkg:hover {
  border-color: color-mix(in srgb, var(--k-primary) 35%, var(--k-line));
  box-shadow: 0 10px 28px rgba(15, 50, 44, 0.06);
}

.w-home-pkg__media {
  position: relative;
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--k-surface);
}

.w-home-pkg__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}

.w-home-pkg:hover .w-home-pkg__media img {
  transform: scale(1.04);
}

.w-home-pkg__badge {
  position: absolute;
  left: 0.85rem;
  top: 0.85rem;
  background: color-mix(in srgb, var(--k-primary) 10%, #ffffff 90%);
  color: var(--k-primary-dark);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 0.4rem 0.65rem;
}

.w-home-pkg__body {
  padding: 1.25rem 1.3rem 1.4rem;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  flex: 1;
}

.w-home-pkg__rating {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem 0.65rem;
  font-size: 0.88rem;
  color: var(--k-muted);
}

.w-home-pkg__stars {
  display: inline-flex;
  gap: 0.12rem;
  color: #d4a017;
}

.w-home-pkg__score strong {
  color: var(--k-ink);
  font-weight: 700;
}

.w-home-pkg__reviews {
  color: var(--k-muted);
}

.w-home-pkg__title {
  margin: 0;
  font-size: clamp(1.2rem, 2vw, 1.4rem);
  font-weight: 300;
  line-height: 1.3;
}

.w-home-pkg__title a {
  color: inherit;
  text-decoration: none;
}

.w-home-pkg__title a:hover {
  color: var(--k-primary);
}

.w-home-pkg__text {
  margin: 0;
  color: var(--k-muted);
  font-size: 0.98rem;
  line-height: 1.55;
  flex: 1;
}

.w-home-pkg__footer {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 0.5rem;
  padding-top: 1rem;
  border-top: 1px solid var(--k-line);
}

.w-home-pkg__price-block {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}

.w-home-pkg__price-label,
.w-home-pkg__price-note {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--k-muted);
}

.w-home-pkg__price {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.45rem;
  line-height: 1.1;
}

.w-home-pkg__price strong {
  font-size: 1.65rem;
  font-weight: 700;
  color: var(--k-primary);
}

.w-home-pkg__price-kes {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--k-ink);
}

.w-home-packages__more {
  display: flex;
  justify-content: flex-start;
}

.w-home-blog__more,
.w-home-timing__cta {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
}

.w-home-section-head--center {
  margin-inline: auto;
  text-align: center;
}

.w-home-empty {
  margin: 0;
  color: var(--k-muted);
}

/* ---------- Month-by-month guide ---------- */

.w-month-guide {
  margin-top: 0.5rem;
}

.w-month-guide__tabs {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.45rem;
  overflow-x: auto;
  padding: 0.15rem 0.1rem 0.85rem;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}

.w-month-guide__tab {
  flex: 1 0 auto;
  min-width: 3.35rem;
  border: 0;
  border-radius: 0.55rem;
  background: #e8eeec;
  color: #243834;
  font-family: var(--font-heading, 'Lato', sans-serif);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 0.7rem 0.55rem;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.w-month-guide__tab:hover {
  background: #dce6e2;
}

.w-month-guide__tab.is-active {
  background: #fff;
  color: var(--k-ink);
  box-shadow: 0 1px 0 rgba(15, 107, 92, 0.08), 0 8px 18px rgba(15, 50, 44, 0.08);
  transform: translateY(-1px);
}

.w-month-guide__panel {
  display: none;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 0;
  background: #fff;
  border: 1px solid var(--k-line);
  overflow: hidden;
  min-height: 320px;
}

.w-month-guide__panel.is-active {
  display: grid;
  animation: w-home-fade-up 0.35s ease both;
}

.w-month-guide__copy {
  padding: clamp(1.25rem, 3vw, 2rem);
}

.w-month-guide__rating {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0 0 0.7rem;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--k-primary);
}

.w-month-guide__rating.is-fair { color: var(--k-accent); }
.w-month-guide__rating.is-good { color: #2f7d5c; }

.w-month-guide__title {
  margin: 0 0 0.85rem;
  font-size: clamp(1.35rem, 2.2vw, 1.75rem);
  font-weight: 300;
  color: var(--k-ink);
  line-height: 1.25;
}

.w-month-guide__summary {
  margin: 0 0 1.1rem;
  color: var(--k-muted);
  line-height: 1.65;
  font-size: 1rem;
}

.w-month-guide__stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.55rem;
  margin-bottom: 1.25rem;
}

.w-month-guide__stats div {
  background: var(--k-surface);
  border: 1px solid var(--k-line);
  padding: 0.65rem 0.55rem;
  text-align: center;
}

.w-month-guide__stats span {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--k-muted);
  margin-bottom: 0.2rem;
}

.w-month-guide__stats strong {
  font-size: 1.05rem;
  color: var(--k-ink);
  font-weight: 700;
}

.w-month-guide__highlights-title {
  margin: 0 0 0.55rem;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--k-ink);
}

.w-month-guide__highlights {
  margin: 0;
  padding-left: 1.15rem;
  color: var(--k-ink);
  line-height: 1.55;
}

.w-month-guide__highlights li {
  margin-bottom: 0.35rem;
}

.w-month-guide__visual {
  min-height: 100%;
  background: var(--k-surface);
}

.w-month-guide__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  min-height: 280px;
}

/* ---------- Climate table ---------- */

.w-home-climate {
  background: #fff;
}

.w-climate-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--k-line);
  -webkit-overflow-scrolling: touch;
}

.w-climate-table {
  width: 100%;
  min-width: 920px;
  border-collapse: collapse;
  background: #fff;
}

.w-climate-table thead th {
  background: #1f3d38;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.85rem 0.45rem;
  text-align: center;
  white-space: nowrap;
}

.w-climate-table thead th:first-child {
  text-align: left;
  padding-left: 1rem;
  min-width: 8.5rem;
}

.w-climate-table tbody th {
  text-align: left;
  padding: 0.85rem 1rem;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--k-ink);
  background: #fff;
  border-top: 1px solid #edf2f0;
  white-space: nowrap;
}

.w-climate-table tbody td {
  text-align: center;
  padding: 0.7rem 0.35rem;
  border-top: 1px solid #edf2f0;
  vertical-align: middle;
}

.w-climate-table tbody tr:nth-child(even) th,
.w-climate-table tbody tr:nth-child(even) td {
  background: #f7faf9;
}

.w-climate-cell {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.15rem;
  line-height: 1.2;
}

.w-climate-cell__icon {
  font-size: 1rem;
  margin-bottom: 0.1rem;
}

.w-climate-cell__icon.is-sun { color: #d4a017; }
.w-climate-cell__icon.is-cloud-sun { color: #5b8f7b; }
.w-climate-cell__icon.is-cloud-rain { color: #3d7ea6; }

.w-climate-cell strong {
  font-size: 0.92rem;
  color: var(--k-ink);
}

.w-climate-cell span {
  font-size: 0.75rem;
  color: var(--k-muted);
}

.w-climate-cell--simple {
  gap: 0.35rem;
}

.w-climate-bar {
  display: block;
  width: 2.4rem;
  height: 0.28rem;
  border-radius: 999px;
  background: color-mix(in srgb, var(--k-primary) 18%, #e7eeeb);
  position: relative;
  overflow: hidden;
}

.w-climate-bar::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--w-climate-level, 50%);
  background: var(--k-primary);
}

.w-climate-pill {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  padding: 0.28rem 0.45rem;
  border-radius: 999px;
  background: #e7f5ee;
  color: #1f8a58;
}

.w-climate-pill.is-good {
  background: #eef6f1;
  color: #2f7d5c;
}

.w-climate-pill.is-fair {
  background: #fff1e8;
  color: #c45f28;
}

.w-climate-note {
  margin: 0.85rem 0 0;
  font-size: 0.88rem;
  color: var(--k-muted);
  text-align: center;
}

/* ---------- Location ---------- */

.w-home-location__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1.5rem, 4vw, 2.75rem);
  align-items: center;
}

.w-home-location__copy h2 {
  font-size: clamp(1.45rem, 2.5vw, 1.95rem);
  font-weight: 300;
  margin: 0 0 1rem;
}

.w-home-location__copy p {
  color: var(--k-ink);
  line-height: 1.7;
  margin-bottom: 1rem;
}

.w-home-location__map {
  background: var(--k-surface);
  border: 1px solid var(--k-line);
  overflow: hidden;
}

.w-home-location__map iframe {
  width: 100%;
  height: min(420px, 58vw);
  border: 0;
  display: block;
  filter: saturate(0.92) contrast(1.02);
}

.w-home-location__map-caption {
  margin: 0;
  padding: 0.7rem 0.9rem;
  font-size: 0.88rem;
  color: var(--k-muted);
  background: #fff;
  border-top: 1px solid var(--k-line);
}

.w-home-location__map-caption a {
  color: var(--k-accent);
}

/* ---------- Proof / testimonials ---------- */

.w-home-proof__list {
  display: grid;
  gap: 1.15rem;
}

.w-home-proof__item {
  margin: 0;
  display: flex;
  align-items: flex-start;
  gap: 1.15rem;
  padding: 1.15rem 1.25rem;
  background: #fff;
  border: 1px solid var(--k-line);
}

.w-home-proof__avatar {
  flex: 0 0 auto;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  padding: 3px;
  background:
    radial-gradient(circle at 30% 25%, rgba(255, 255, 255, 0.55), transparent 45%),
    repeating-radial-gradient(circle at 50% 50%, rgba(15, 107, 92, 0.18) 0 1px, transparent 1px 3px),
    color-mix(in srgb, var(--k-primary) 18%, #ffffff 82%);
  border: 1px solid color-mix(in srgb, var(--k-primary) 28%, #ffffff 72%);
  overflow: hidden;
}

.w-home-proof__avatar img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  background: var(--k-surface);
}

.w-home-proof__quote {
  margin: 0;
  flex: 1;
  min-width: 0;
}

.w-home-proof__quote p {
  margin: 0 0 0.7rem;
  font-size: 1.02rem;
  line-height: 1.65;
  color: var(--k-ink);
}

.w-home-proof__byline {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.75rem;
  align-items: baseline;
}

.w-home-proof__byline strong {
  font-size: 0.95rem;
  color: var(--k-ink);
}

.w-home-proof__byline span {
  font-size: 0.88rem;
  color: var(--k-primary);
}

@media (max-width: 575.98px) {
  .w-home-proof__item {
    gap: 0.9rem;
    padding: 1rem;
  }

  .w-home-proof__avatar {
    width: 60px;
    height: 60px;
  }

  .w-home-proof__quote p {
    font-size: 0.98rem;
  }
}

/* ---------- Blog ---------- */

.w-home-blog__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.w-home-blog__card {
  border: 1px solid var(--k-line);
  background: #fff;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  transition: transform 0.25s ease;
}

.w-home-blog__card:hover {
  transform: translateY(-3px);
}

.w-home-blog__media {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--k-surface);
}

.w-home-blog__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.w-home-blog__body {
  padding: 1.1rem 1.15rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  flex: 1;
}

.w-home-blog__meta {
  margin: 0;
  font-size: 0.82rem;
  color: var(--k-muted);
  font-weight: 700;
}

.w-home-blog__title {
  margin: 0;
  font-size: 1.12rem;
  font-weight: 300;
  line-height: 1.35;
}

.w-home-blog__title a {
  color: inherit;
  text-decoration: none;
}

.w-home-blog__title a:hover {
  color: var(--k-primary);
}

.w-home-blog__excerpt {
  margin: 0;
  color: var(--k-muted);
  font-size: 0.95rem;
  line-height: 1.55;
  flex: 1;
}

.w-home-blog__link {
  font-weight: 700;
  color: var(--k-accent);
  text-decoration: none;
  letter-spacing: 0.02em;
}

.w-home-blog__link:hover {
  color: var(--k-accent-dark);
}

.w-home-seo__content {
  max-width: none;
  width: 100%;
  margin: 0;
  font-size: 1.03rem;
  line-height: 1.75;
  color: var(--k-ink);
}

.w-home-seo__content h2 {
  margin: 2.4rem 0 0.9rem;
  font-family: var(--font-heading, 'Lato', sans-serif);
  font-size: clamp(1.35rem, 2.2vw, 1.65rem);
  font-weight: 700;
  line-height: 1.3;
  color: var(--k-primary);
}

.w-home-seo__content h2:first-child {
  margin-top: 0;
}

.w-home-seo__content h3 {
  margin: 1.5rem 0 0.65rem;
  font-family: var(--font-heading, 'Lato', sans-serif);
  font-size: 1.12rem;
  font-weight: 700;
  color: var(--k-ink);
}

.w-home-seo__content p {
  margin: 0 0 1rem;
}

.w-home-seo__content a {
  color: var(--k-accent);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.w-home-seo__content a:hover {
  color: var(--k-accent-dark);
}

.w-home-seo__table-wrap {
  margin: 1.25rem 0 1.75rem;
  overflow-x: auto;
  border: 1px solid var(--k-line);
  background: #fff;
  -webkit-overflow-scrolling: touch;
}

.w-home-seo__table {
  width: 100%;
  min-width: 520px;
  border-collapse: collapse;
  margin: 0;
}

.w-home-seo__table thead th {
  background: #1f3d38;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-align: left;
  padding: 0.85rem 1rem;
}

.w-home-seo__table tbody th,
.w-home-seo__table tbody td {
  padding: 0.8rem 1rem;
  border-top: 1px solid #edf2f0;
  font-size: 0.95rem;
  vertical-align: top;
}

.w-home-seo__table tbody th {
  font-weight: 700;
  color: var(--k-ink);
  text-align: left;
  white-space: nowrap;
}

.w-home-seo__table tbody td {
  color: var(--k-muted);
}

.w-home-seo__table tbody tr:nth-child(even) th,
.w-home-seo__table tbody tr:nth-child(even) td {
  background: #f7faf9;
}

.w-home-seo__cta {
  margin-top: 1.75rem;
  display: flex;
  justify-content: flex-start;
}

.w-home-seo-cta {
  margin-top: 2.5rem;
  padding: clamp(1.75rem, 4vw, 2.5rem);
  background: color-mix(in srgb, var(--k-primary) 8%, #ffffff 92%);
  border: 1px solid var(--k-line);
}

.w-home-seo-cta__title {
  margin: 0 0 0.85rem;
  font-family: var(--font-heading, 'Lato', sans-serif);
  font-size: clamp(1.4rem, 2.4vw, 1.85rem);
  font-weight: 300;
  line-height: 1.25;
  color: var(--k-ink);
  letter-spacing: -0.01em;
}

.w-home-seo-cta__text {
  margin: 0 0 1.35rem;
  max-width: 46rem;
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--k-muted);
}

.w-home-seo-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.85rem 1.4rem;
  background: var(--k-primary);
  border: 2px solid var(--k-primary);
  color: #fff;
  font-family: var(--font-heading, 'Lato', sans-serif);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.w-home-seo-cta--accent {
  background: var(--k-accent, #e07a3d);
  border-color: var(--k-accent, #e07a3d);
}

.w-home-seo-cta--accent .w-home-seo-cta__title,
.w-home-seo-cta--accent .w-home-seo-cta__text {
  color: #fff;
}

.w-home-seo-cta--accent .w-home-seo-cta__btn {
  background: #fff;
  border-color: #fff;
  color: var(--k-accent, #e07a3d);
}

.w-home-seo-cta--accent .w-home-seo-cta__btn:hover,
.w-home-seo-cta--accent .w-home-seo-cta__btn:focus {
  background: color-mix(in srgb, #ffffff 90%, var(--k-accent, #e07a3d) 10%);
  border-color: #fff;
  color: var(--k-accent-dark, #c45f28);
}

.k-btn--primary,
a.k-btn--primary {
  color: #fff !important;
}

.k-btn--primary:hover,
.k-btn--primary:focus,
a.k-btn--primary:hover,
a.k-btn--primary:focus {
  color: #fff !important;
}

@media (max-width: 575.98px) {
  .w-home-seo-cta__btn {
    width: 100%;
  }
}

/* ---------- Motion ---------- */

@keyframes w-home-fade-up {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes w-home-hero-pan {
  from { transform: scale(1.02) translate3d(0, 0, 0); }
  to { transform: scale(1.06) translate3d(-1.2%, -0.6%, 0); }
}

@keyframes w-home-pulse {
  0%, 100% { box-shadow: 0 0 0 4px rgba(47, 158, 108, 0.22); }
  50% { box-shadow: 0 0 0 7px rgba(47, 158, 108, 0.08); }
}

@media (prefers-reduced-motion: reduce) {
  .w-home-hero__bg,
  .w-home-hero__copy,
  .w-home-hero__cta,
  .w-month-guide__panel.is-active,
  .w-home-pkg,
  .w-home-blog__card,
  .w-home-pkg__media img {
    animation: none !important;
    transition: none !important;
  }
}

/* ---------- Responsive ---------- */

@media (max-width: 991.98px) {
  .w-home-blog__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .w-month-guide__panel.is-active {
    grid-template-columns: 1fr;
  }

  .w-month-guide__visual {
    order: -1;
    max-height: 240px;
  }

  .w-month-guide__visual img {
    min-height: 220px;
  }

  .w-home-location__grid {
    grid-template-columns: 1fr;
  }

  .w-home-hero {
    min-height: 640px;
  }
}

@media (max-width: 767.98px) {
  .w-home-blog__grid {
    grid-template-columns: 1fr;
  }

  .w-month-guide__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .w-home-hero {
    min-height: 580px;
  }

  .w-home-hero__wash {
    background:
      linear-gradient(
        180deg,
        rgba(8, 42, 38, 0.88) 0%,
        rgba(10, 79, 68, 0.82) 48%,
        rgba(10, 79, 68, 0.7) 100%
      );
  }
}
