:root {
  --sunset-orange: #f04c2f;
  --sunset-coral: #ef5237;
  --sunset-moss: #657448;
  --sunset-lake: #225a7b;
  --sunset-clay: #bd806f;
  --sunset-gold: #e5a733;
  --sunset-ink: #101818;
  --sunset-cream: #fbf8f0;
  --sunset-line: rgba(16, 24, 24, 0.13);
}

body.sunset-page {
  background: var(--sunset-cream);
  color: var(--sunset-ink);
}

.sunset-page > div:nth-of-type(2) .announcement,
.sunset-page main + div .service-strip {
  display: none;
}

.sunset-promo {
  min-height: 40px;
  background: var(--sunset-orange);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  font-size: 15px;
  font-weight: 760;
}

.promo-icon,
.sun-icon,
.line-icon,
.catch-icon {
  position: relative;
  display: inline-block;
}

.promo-icon {
  width: 18px;
  height: 18px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.promo-icon::before,
.promo-icon::after,
.sun-icon::before,
.sun-icon::after,
.line-icon::before,
.line-icon::after,
.catch-icon::before,
.catch-icon::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
}

.promo-icon::before {
  left: 7px;
  top: -5px;
  width: 2px;
  height: 5px;
  background: currentColor;
}

.sunset-shell,
.sunset-hero__inner {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.sunset-hero {
  position: relative;
  height: 690px;
  overflow: hidden;
  background:
    radial-gradient(circle at 44% 45%, rgba(250, 181, 80, 0.95), transparent 11%),
    linear-gradient(150deg, #65381e 0%, #d26b40 37%, #395542 62%, #151514 100%);
}

.sunset-hero__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 43% 42%, rgba(255, 177, 78, 0.8), transparent 13%),
    linear-gradient(90deg, rgba(17, 13, 11, 0.2), rgba(17, 13, 11, 0.02) 58%),
    url("../pawtrail-home/assets/images/ugc-hills.webp") right center / cover no-repeat;
  filter: saturate(1.02) contrast(1.03);
}

.sunset-hero__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../pawtrail-home/assets/images/product-coral.webp") right 10% bottom -18px / auto 70% no-repeat;
  opacity: 0.62;
  mix-blend-mode: multiply;
}

.sunset-hero__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.58) 0%, rgba(0, 0, 0, 0.28) 34%, rgba(0, 0, 0, 0.04) 70%),
    linear-gradient(0deg, rgba(16, 24, 24, 0.24), transparent 48%);
}

.sunset-hero__inner {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 18px;
}

.sunset-hero__copy {
  width: 560px;
  color: #fff;
}

.limited-pill {
  min-height: 36px;
  padding: 0 18px;
  border-radius: 3px;
  background: var(--sunset-orange);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.sunset-hero h1 {
  margin: 22px 0 18px;
  font-size: 116px;
  line-height: 0.96;
  font-weight: 950;
  letter-spacing: 0;
}

.sunset-hero p {
  margin: 0 0 30px;
  font-size: 31px;
  line-height: 1.12;
}

.sunset-hero a,
.catch-copy a {
  min-height: 58px;
  padding: 0 36px;
  border-radius: 5px;
  background: var(--sunset-orange);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  font-weight: 800;
}

.sunset-colors {
  margin-top: 34px;
  display: flex;
  gap: 26px;
}

.sunset-colors figure {
  margin: 0;
  text-align: center;
}

.sunset-colors span {
  width: 48px;
  height: 48px;
  border: 2px solid rgba(255, 255, 255, 0.88);
  border-radius: 50%;
  display: block;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.2);
}

.sunset-colors figcaption {
  margin-top: 8px;
  font-size: 13px;
}

.coral { background: var(--sunset-coral); }
.moss { background: var(--sunset-moss); }
.lake { background: var(--sunset-lake); }
.clay { background: var(--sunset-clay); }
.golden { background: var(--sunset-gold); }

.story-panel {
  margin-top: 28px;
  min-height: 448px;
  display: grid;
  grid-template-columns: 0.33fr 0.67fr;
  gap: 26px;
}

.story-copy {
  padding: 44px 28px 24px 18px;
}

.story-copy h2,
.mix-copy h2,
.species-card h2,
.catch-copy h2 {
  margin: 0;
  font-size: 42px;
  line-height: 1.03;
  font-weight: 900;
}

.story-copy p,
.mix-copy p,
.species-card p,
.catch-copy p {
  margin: 24px 0 0;
  color: #29332f;
  font-size: 17px;
  line-height: 1.5;
}

.story-icons {
  margin-top: 54px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  text-align: center;
}

.story-icons article {
  display: grid;
  justify-items: center;
  gap: 10px;
}

.story-icons strong {
  font-size: 13px;
  line-height: 1.2;
}

.line-icon {
  width: 48px;
  height: 42px;
  color: #3e482d;
}

.line-icon.mountain::before {
  left: 9px;
  top: 15px;
  width: 24px;
  height: 24px;
  border-left: 2px solid currentColor;
  border-top: 2px solid currentColor;
  transform: rotate(45deg);
}

.line-icon.mountain::after {
  left: 24px;
  top: 18px;
  width: 16px;
  height: 16px;
  border-left: 2px solid currentColor;
  border-top: 2px solid currentColor;
  transform: rotate(45deg);
}

.line-icon.shield::before {
  inset: 8px 12px 5px;
  border: 2px solid currentColor;
  border-radius: 7px 7px 13px 13px;
  transform: rotate(45deg);
}

.line-icon.clock::before {
  left: 10px;
  top: 5px;
  width: 30px;
  height: 30px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.line-icon.clock::after {
  left: 25px;
  top: 12px;
  width: 9px;
  height: 13px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
}

.story-flatlay {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  background:
    radial-gradient(circle at 84% 14%, rgba(239, 82, 55, 0.28), transparent 18%),
    linear-gradient(135deg, #d7b584, #7d704a 56%, #a66847);
}

.story-flatlay::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../pawtrail-home/assets/images/activity-camping.webp");
  background-size: cover;
  background-position: center;
  opacity: 0.42;
  mix-blend-mode: multiply;
}

.story-flatlay img {
  position: absolute;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.story-flatlay img:first-child {
  left: 6%;
  top: 6%;
  width: 58%;
  height: 84%;
}

.story-flatlay img:last-child {
  right: 2%;
  bottom: 4%;
  width: 54%;
  height: 74%;
}

.gear-section {
  margin-top: 28px;
}

.compact-top {
  margin-top: 24px;
}

.section-title {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.section-title h2 {
  margin: 0;
  font-size: 25px;
}

.section-title a {
  color: var(--sunset-orange);
  font-size: 15px;
  font-weight: 760;
}

.sunset-product-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
}

.sunset-page .sunset-product {
  min-height: 310px;
  padding-bottom: 16px;
  border: 1px solid var(--sunset-line);
  background: rgba(255, 255, 255, 0.64);
  box-shadow: none;
}

.sunset-page .sunset-product .product-image {
  height: 196px;
  aspect-ratio: auto;
  background: #f8f1e8;
}

.sunset-page .sunset-product .product-image img {
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.sunset-page .sunset-product h3 {
  margin: 16px 14px 4px;
  font-size: 15px;
}

.sunset-page .sunset-product strong {
  margin: 0 14px;
  font-size: 14px;
}

.sunset-page .sunset-product .compact-swatches {
  padding: 10px 14px 0;
  gap: 8px;
}

.sunset-page .sunset-product .compact-swatches span {
  width: 12px;
  height: 12px;
}

.mix-band {
  margin-top: 36px;
  background: #f3eee5;
  border-top: 1px solid var(--sunset-line);
  border-bottom: 1px solid var(--sunset-line);
}

.mix-inner {
  min-height: 306px;
  display: grid;
  grid-template-columns: 580px repeat(5, 1fr);
}

.mix-copy {
  padding: 38px 0 30px 14px;
}

.kit-row {
  margin-top: 34px;
  max-width: 560px;
  border: 1px solid var(--sunset-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.62);
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  overflow: hidden;
}

.kit-row figure {
  min-height: 118px;
  margin: 0;
  padding: 12px 8px;
  border-right: 1px solid var(--sunset-line);
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 8px;
  text-align: center;
}

.kit-row figure:last-child {
  border-right: 0;
}

.kit-row img {
  height: 58px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.kit-row figcaption {
  font-size: 13px;
}

.color-panel {
  position: relative;
  min-height: 306px;
  overflow: hidden;
  color: #fff;
}

.color-panel span {
  position: absolute;
  top: 22px;
  left: 22px;
  z-index: 2;
  font-size: 16px;
  font-weight: 850;
}

.color-panel img {
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  mix-blend-mode: multiply;
  opacity: 0.88;
}

.color-panel.coral { background: var(--sunset-coral); }
.color-panel.moss { background: var(--sunset-moss); }
.color-panel.lake { background: var(--sunset-lake); }
.color-panel.clay { background: var(--sunset-clay); }
.color-panel.golden { background: var(--sunset-gold); }

.species-cards {
  margin-top: 34px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.species-card {
  position: relative;
  min-height: 250px;
  border-radius: 8px;
  overflow: hidden;
  color: #fff;
  background: #333;
}

.species-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(10, 12, 10, 0.72), rgba(10, 12, 10, 0.08));
}

.species-card img {
  position: absolute;
  inset: 0;
  height: 100%;
  object-fit: cover;
}

.species-card div {
  position: absolute;
  z-index: 2;
  inset: 34px auto auto 34px;
}

.species-card h2 {
  font-size: 42px;
}

.species-card p {
  color: #fff;
  margin-top: 8px;
}

.species-card a {
  min-height: 44px;
  margin-top: 28px;
  padding: 0 24px;
  border-radius: 4px;
  background: #fff;
  color: var(--sunset-orange);
  display: inline-flex;
  align-items: center;
  font-weight: 800;
}

.dog-card {
  background: var(--sunset-coral);
}

.cat-card {
  background: var(--sunset-moss);
}

.social-section {
  margin-top: 28px;
}

.social-section h2 {
  margin: 0 0 14px;
  font-size: 24px;
}

.social-section h2 span {
  color: var(--sunset-orange);
  margin-left: 10px;
}

.social-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
}

.social-grid figure {
  position: relative;
  height: 165px;
  margin: 0;
  border-radius: 7px;
  overflow: hidden;
  color: #fff;
}

.social-grid figure::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 62%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.68), transparent);
}

.social-grid img {
  height: 100%;
  object-fit: cover;
}

.social-grid figcaption {
  position: absolute;
  left: 12px;
  bottom: 10px;
  z-index: 2;
  font-size: 13px;
  font-weight: 780;
}

.sunset-catch {
  margin-top: 28px;
  background: var(--sunset-orange);
  color: #fff;
}

.catch-inner {
  min-height: 132px;
  display: grid;
  grid-template-columns: 420px 1fr;
  align-items: center;
}

.catch-copy {
  display: grid;
  grid-template-columns: 78px 1fr;
  align-items: center;
  column-gap: 22px;
}

.sun-icon {
  grid-row: span 3;
  width: 70px;
  height: 70px;
  color: #fff;
}

.sun-icon::before {
  inset: 18px;
  border: 3px solid currentColor;
  border-radius: 50%;
}

.sun-icon::after {
  left: 7px;
  right: 7px;
  top: 52px;
  height: 3px;
  background: currentColor;
  box-shadow: 0 -42px 0 currentColor;
}

.catch-copy h2 {
  font-size: 34px;
}

.catch-copy p {
  color: #fff;
  margin-top: 3px;
}

.catch-copy a {
  width: max-content;
  min-height: 34px;
  margin-top: 8px;
  padding: 0 16px;
  background: #fff;
  color: var(--sunset-orange);
  font-size: 13px;
}

.catch-benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.catch-benefits article {
  min-height: 82px;
  padding: 0 26px;
  display: grid;
  grid-template-columns: 38px 1fr;
  align-content: center;
  column-gap: 14px;
}

.catch-benefits strong {
  font-size: 15px;
}

.catch-benefits small {
  grid-column: 2;
  font-size: 12px;
  opacity: 0.92;
}

.catch-icon {
  width: 36px;
  height: 36px;
  grid-row: span 2;
}

.catch-icon::before {
  inset: 7px;
  border: 2px solid currentColor;
}

.catch-icon.sparkle::before { border-radius: 50%; transform: rotate(45deg); }
.catch-icon.truck::before { border-radius: 3px; }
.catch-icon.return::before { border-radius: 50%; border-left-color: transparent; }
.catch-icon.trail::before { border-radius: 4px 4px 12px 12px; transform: rotate(45deg); }

.sunset-page .site-footer {
  margin-top: 0;
}

@media (max-width: 1180px) {
  .sunset-shell,
  .sunset-hero__inner {
    width: calc(100% - 48px);
  }

  .story-panel,
  .species-cards,
  .catch-inner {
    grid-template-columns: 1fr;
  }

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

  .mix-inner {
    grid-template-columns: repeat(5, 1fr);
  }

  .mix-copy {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .sunset-shell,
  .sunset-hero__inner {
    width: calc(100% - 28px);
  }

  .sunset-promo {
    flex-wrap: wrap;
    padding: 8px 14px;
  }

  .sunset-hero {
    height: 640px;
  }

  .sunset-hero h1 {
    font-size: 66px;
  }

  .sunset-hero p {
    font-size: 22px;
  }

  .sunset-colors {
    gap: 14px;
    flex-wrap: wrap;
  }

  .sunset-product-grid,
  .social-grid,
  .catch-benefits,
  .kit-row,
  .mix-inner {
    grid-template-columns: 1fr 1fr;
  }

  .story-icons {
    grid-template-columns: 1fr;
  }

  .story-flatlay {
    min-height: 330px;
  }

  .mix-copy {
    grid-column: 1 / -1;
  }

  .species-cards,
  .catch-inner {
    grid-template-columns: 1fr;
  }
}
