.lps-loader {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: grid;
  place-items: center;
  gap: 18px;
  background: #f7fbf6;
  color: #123d33;
  transition: opacity 500ms ease, visibility 500ms ease;
}

.lps-loader.is-hidden {
  opacity: 0;
  visibility: hidden;
}

.lps-loader__mark {
  position: relative;
  width: 86px;
  height: 86px;
}

.lps-loader__mark span {
  position: absolute;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #216b57;
  animation: lps-paw 1.2s ease-in-out infinite;
}

.lps-loader__mark span:nth-child(1) { top: 32px; left: 28px; width: 34px; height: 34px; background: #f28c28; }
.lps-loader__mark span:nth-child(2) { top: 6px; left: 8px; animation-delay: 80ms; }
.lps-loader__mark span:nth-child(3) { top: 0; left: 44px; animation-delay: 160ms; }
.lps-loader__mark span:nth-child(4) { top: 34px; left: 58px; animation-delay: 240ms; }

@keyframes lps-paw {
  0%, 100% { transform: translateY(0) scale(1); }
  45% { transform: translateY(-8px) scale(1.04); }
}

.lps-page {
  --ink: #12201d;
  --muted: #5e6c67;
  --green: #216b57;
  --dark: #123d33;
  --mint: #e9f5ef;
  --cream: #fff8ea;
  --orange: #f28c28;
  --line: #dde9e2;
  --shadow: 0 22px 60px rgba(23, 75, 61, 0.14);
  color: var(--ink);
  background: #fbfdf9;
  overflow: hidden;
}

.lps-page * {
  box-sizing: border-box;
}

.lps-hero,
.lps-section,
.lps-trust-row {
  width: min(1290px, calc(100% - 48px));
  margin-inline: auto;
}

.lps-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
  align-items: center;
  min-height: 620px;
  gap: 48px;
  padding: 52px 0 72px;
}

.lps-hero--compact {
  min-height: 560px;
}

.lps-hero--commerce {
  grid-template-columns: minmax(0, 0.9fr) minmax(460px, 1.1fr);
}

.lps-kicker {
  margin: 0 0 14px;
  color: var(--orange);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.lps-hero h1,
.lps-section h1,
.lps-section h2 {
  max-width: 780px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(42px, 4.7vw, 64px);
  line-height: 1.04;
  letter-spacing: 0;
}

.lps-section h1,
.lps-section h2 {
  font-size: clamp(34px, 4vw, 56px);
}

.lps-hero p,
.lps-section p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

.lps-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.lps-btn,
.lps-booking button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.lps-btn:hover,
.lps-booking button:hover {
  transform: translateY(-2px);
}

.lps-btn--primary,
.lps-booking button {
  background: var(--green);
  color: #fff;
  box-shadow: 0 14px 28px rgba(33, 107, 87, 0.22);
}

.lps-btn--light {
  background: #fff;
  color: var(--green);
  box-shadow: inset 0 0 0 1px var(--line);
}

.lps-store-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 3vw, 44px);
  width: 100%;
  min-height: 52px;
  padding: 0 24px;
  background: #eaf2ff;
  box-shadow: inset 0 -1px 0 rgba(14, 42, 76, 0.12);
  overflow-x: auto;
}

.lps-store-tabs a {
  flex: 0 0 auto;
  color: #11243a;
  font-size: 21px;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

.lps-store-tabs a::after {
  display: inline-block;
  margin-left: 10px;
  color: #11243a;
  font-size: 18px;
  content: "⌄";
}

.lps-campaign-hero {
  position: relative;
  min-height: 420px;
  padding: 72px min(6vw, 96px);
  background:
    linear-gradient(90deg, rgba(191, 223, 255, 0.98) 0%, rgba(191, 223, 255, 0.86) 32%, rgba(191, 223, 255, 0.22) 68%),
    url("/wp-content/uploads/2025/11/Gemini_Generated_Image_p7cwddp7cwddp7cw.png") center 48% / cover no-repeat,
    linear-gradient(135deg, #d9ecff, #f4fbff);
  overflow: hidden;
}

.lps-campaign-hero::before {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 26%, rgba(255, 255, 255, 0.65), transparent 18%),
    radial-gradient(circle at 72% 18%, rgba(255, 255, 255, 0.45), transparent 20%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.22), transparent 62%);
  content: "";
}

.lps-campaign-hero__copy {
  position: relative;
  z-index: 2;
  max-width: 640px;
}

.lps-campaign-hero h1 {
  margin: 0;
  color: #083d72;
  font-size: clamp(42px, 5.3vw, 72px);
  line-height: 1.02;
  letter-spacing: 0;
}

.lps-campaign-hero p:not(.lps-kicker) {
  margin: 10px 0 24px;
  color: #083d72;
  font-size: clamp(24px, 3vw, 40px);
  line-height: 1.12;
}

.lps-campaign-hero__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 230px;
  min-height: 66px;
  padding: 0 34px;
  border: 2px solid rgba(7, 45, 82, 0.24);
  border-radius: 8px;
  background: #ffd21f;
  color: #102232;
  font-size: 26px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 12px 24px rgba(7, 45, 82, 0.14);
}

.lps-campaign-hero__pet {
  display: none;
}

.lps-campaign-hero__food {
  position: absolute;
  right: 5%;
  bottom: 34px;
  z-index: 2;
  width: min(18vw, 230px);
  display: none;
  border: 10px solid rgba(255, 255, 255, 0.9);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(7, 45, 82, 0.2);
}

.lps-campaign-hero__badge {
  position: absolute;
  top: 48px;
  right: 4vw;
  z-index: 3;
  color: #5f6b23;
  font-size: clamp(34px, 4vw, 58px);
  font-weight: 900;
  line-height: 0.9;
  transform: rotate(-4deg);
}

.lps-campaign-strip {
  position: relative;
  z-index: 4;
  margin-top: -54px;
  padding: 0 42px 36px;
  background: linear-gradient(180deg, transparent 0 54px, #fbfdf9 54px);
}

.lps-campaign-strip__inner {
  display: grid;
  grid-template-columns: repeat(8, minmax(132px, 1fr));
  gap: clamp(12px, 2vw, 28px);
  max-width: 1840px;
  margin: 0 auto;
}

.lps-campaign-card {
  display: grid;
  grid-template-rows: 118px 52px;
  border: 1px solid #a43c45;
  border-radius: 8px;
  background: #fff;
  color: #111;
  text-decoration: none;
  overflow: hidden;
  box-shadow: 0 12px 24px rgba(17, 36, 58, 0.12);
}

.lps-campaign-card img {
  width: 100%;
  height: 118px;
  object-fit: cover;
  background: #ffdce2;
}

.lps-campaign-card span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  border-top: 1px solid #a43c45;
  font-size: clamp(18px, 1.7vw, 28px);
  font-weight: 900;
  line-height: 1;
  text-align: center;
}

.lps-shop-visual {
  position: relative;
  min-height: 560px;
  border-radius: 8px;
  background:
    radial-gradient(circle at 18% 18%, rgba(242, 140, 40, 0.18), transparent 30%),
    linear-gradient(135deg, #fff8ea, #e9f5ef);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.lps-shop-visual img {
  display: block;
  object-fit: cover;
  box-shadow: 0 20px 48px rgba(18, 61, 51, 0.16);
}

.lps-shop-visual__main {
  position: absolute;
  right: 8%;
  bottom: 54px;
  width: min(62%, 430px);
  aspect-ratio: 1 / 1;
  border: 14px solid #fff;
  border-radius: 8px;
  background: #fff;
}

.lps-shop-visual__small {
  position: absolute;
  width: min(32%, 210px);
  aspect-ratio: 1 / 1;
  border: 10px solid #fff;
  border-radius: 8px;
  background: #fff;
}

.lps-shop-visual__small--top {
  top: 54px;
  left: 42px;
}

.lps-shop-visual__small--bottom {
  right: 42px;
  top: 64px;
}

.lps-shop-visual__panel {
  position: absolute;
  left: 42px;
  bottom: 44px;
  max-width: 300px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 14px 32px rgba(18, 61, 51, 0.12);
  backdrop-filter: blur(14px);
}

.lps-shop-visual__panel span {
  display: block;
  margin-bottom: 6px;
  color: var(--orange);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.lps-shop-visual__panel strong {
  display: block;
  color: var(--dark);
  font-size: 20px;
  line-height: 1.25;
}

.lps-visual {
  position: relative;
  min-height: 520px;
  border-radius: 8px;
  background:
    radial-gradient(circle at 18% 18%, rgba(242, 140, 40, 0.18), transparent 28%),
    radial-gradient(circle at 80% 28%, rgba(33, 107, 87, 0.2), transparent 30%),
    linear-gradient(135deg, #fff8ea, #eef7f1 56%, #ffffff);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.lps-visual::before,
.lps-visual::after {
  position: absolute;
  content: "";
  border-radius: 999px;
}

.lps-visual::before {
  right: -80px;
  bottom: -130px;
  width: 520px;
  height: 360px;
  background: rgba(242, 140, 40, 0.18);
}

.lps-visual::after {
  top: 58px;
  left: 52px;
  width: 120px;
  height: 120px;
  border: 18px solid rgba(33, 107, 87, 0.12);
}

.lps-visual__pet {
  position: absolute;
  right: 11%;
  bottom: 70px;
  width: min(48%, 320px);
  aspect-ratio: 0.9;
  border-radius: 44% 44% 30% 30%;
  background:
    radial-gradient(circle at 36% 28%, #fff 0 7%, transparent 8%),
    radial-gradient(circle at 63% 28%, #fff 0 7%, transparent 8%),
    radial-gradient(circle at 50% 43%, #15211d 0 4.5%, transparent 5.5%),
    linear-gradient(145deg, #1f6d59 0%, #7f8f50 54%, #f28c28 100%);
  box-shadow: 0 26px 48px rgba(18, 61, 51, 0.22);
  animation: lps-float 5s ease-in-out infinite;
}

.lps-visual__pet::before,
.lps-visual__pet::after {
  position: absolute;
  top: -50px;
  width: 38%;
  height: 34%;
  border-radius: 56% 56% 22% 22%;
  background: #216b57;
  content: "";
}

.lps-visual__pet::before {
  left: 4%;
  transform: rotate(-24deg);
}

.lps-visual__pet::after {
  right: 4%;
  transform: rotate(24deg);
}

.lps-visual__tag {
  position: absolute;
  left: 42px;
  bottom: 42px;
  max-width: 260px;
  padding: 16px 18px;
  border: 1px solid rgba(255,255,255,0.74);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--dark);
  font-weight: 900;
  box-shadow: 0 14px 32px rgba(18, 61, 51, 0.12);
  backdrop-filter: blur(14px);
}

.lps-visual__tag::before {
  display: block;
  margin-bottom: 4px;
  color: var(--orange);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  content: "Featured care";
}

.lps-visual--boarding .lps-visual__pet {
  background: linear-gradient(145deg, #174b3d, #c9a26a);
}

.lps-visual--vet .lps-visual__pet {
  background: linear-gradient(145deg, #2c7665, #86c5b8);
}

@keyframes lps-float {
  0%, 100% { transform: translateY(0) rotate(-1deg); }
  50% { transform: translateY(-14px) rotate(1deg); }
}

.lps-trust-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-bottom: 84px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
  overflow: hidden;
}

.lps-trust-row span {
  padding: 24px;
  background: #fff;
  color: var(--muted);
}

.lps-trust-row strong {
  display: block;
  color: var(--ink);
  font-size: 18px;
}

.lps-section {
  padding: 78px 0;
}

.lps-section__head {
  display: block;
  max-width: 820px;
  margin-bottom: 34px;
}

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

.lps-card-grid--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.lps-category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.lps-category-card {
  position: relative;
  display: block;
  min-height: 280px;
  border-radius: 8px;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 16px 38px rgba(18, 61, 51, 0.12);
}

.lps-category-card::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(18, 32, 29, 0.78));
  content: "";
}

.lps-category-card img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 240ms ease;
}

.lps-category-card:hover img {
  transform: scale(1.07);
}

.lps-category-card span {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  z-index: 1;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.1;
}

.lps-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.lps-product-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(18, 61, 51, 0.08);
  overflow: hidden;
}

.lps-product-card__image {
  display: grid;
  place-items: center;
  aspect-ratio: 1 / 1;
  background: #f7fbf6;
}

.lps-product-card__image img {
  width: 100%;
  height: 100%;
  padding: 14px;
  object-fit: contain;
}

.lps-product-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 10px;
  padding: 16px;
}

.lps-product-card__price {
  min-height: 28px;
  color: var(--green);
  font-size: 20px;
  font-weight: 900;
}

.lps-product-card__price del {
  margin-right: 6px;
  color: #8b9994;
  font-size: 14px;
}

.lps-product-card__price ins {
  text-decoration: none;
}

.lps-product-card h3 {
  min-height: 48px;
  margin: 0;
  font-size: 16px;
  line-height: 1.35;
}

.lps-product-card h3 a {
  color: var(--ink);
  text-decoration: none;
}

.lps-product-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin-top: auto;
  border-radius: 999px;
  background: var(--green);
  color: #fff;
  font-weight: 900;
  text-decoration: none;
}

.lps-empty {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.lps-price-row,
.lps-concern-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
}

.lps-price-chip {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 96px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--green);
  font-size: 22px;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(18, 61, 51, 0.07);
}

.lps-concern-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.lps-concern-card {
  display: block;
  min-height: 330px;
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  text-decoration: none;
  box-shadow: 0 16px 36px rgba(18, 61, 51, 0.1);
  overflow: hidden;
}

.lps-concern-card img {
  width: 100%;
  height: 190px;
  object-fit: cover;
}

.lps-concern-card span {
  display: block;
  padding: 20px 20px 6px;
  font-size: 24px;
  font-weight: 900;
}

.lps-concern-card p {
  margin: 0;
  padding: 0 20px 20px;
  font-size: 15px;
}

.lps-service-card,
.lps-feature,
.lps-faq details {
  display: block;
  min-height: 260px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(18, 61, 51, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.lps-service-card:hover,
.lps-feature:hover {
  border-color: rgba(33, 107, 87, 0.35);
  box-shadow: var(--shadow);
  transform: translateY(-6px);
}

.lps-service-card span {
  color: var(--orange);
  font-weight: 900;
}

.lps-service-card h3,
.lps-feature h3 {
  margin: 18px 0 12px;
  font-size: 28px;
}

.lps-service-card p,
.lps-feature p {
  margin: 0;
  font-size: 16px;
}

.lps-split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  align-items: center;
  gap: 44px;
}

.lps-booking {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.lps-booking label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.lps-booking input,
.lps-booking select,
.lps-booking textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfdf9;
  color: var(--ink);
  font-size: 15px;
  text-transform: none;
}

.lps-booking__wide,
.lps-booking button,
.lps-booking__status {
  grid-column: 1 / -1;
}

.lps-booking__status {
  margin: 0;
  color: var(--green);
  font-size: 15px;
}

.lps-faq {
  display: grid;
  gap: 16px;
}

.lps-faq details {
  min-height: 0;
}

.lps-faq summary {
  cursor: pointer;
  font-size: 20px;
  font-weight: 900;
}

.lps-reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 650ms ease, transform 650ms ease;
}

.lps-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.lps-float-actions {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 120;
  display: grid;
  gap: 10px;
}

.lps-float-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 54px;
  min-height: 54px;
  padding: 0 18px;
  border-radius: 999px;
  background: #216b57;
  color: #fff;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 18px 36px rgba(18, 61, 51, 0.22);
}

@media (max-width: 1024px) {
  .lps-hero,
  .lps-split,
  .lps-trust-row,
  .lps-card-grid,
  .lps-card-grid--four,
  .lps-category-grid {
    grid-template-columns: 1fr;
  }

  .lps-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lps-price-row,
  .lps-concern-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lps-store-tabs {
    justify-content: flex-start;
  }

  .lps-campaign-hero {
    min-height: 520px;
    padding: 48px 28px 210px;
    background:
      linear-gradient(180deg, rgba(191, 223, 255, 0.98) 0%, rgba(191, 223, 255, 0.82) 48%, rgba(191, 223, 255, 0.2) 100%),
      url("/wp-content/uploads/2025/11/Gemini_Generated_Image_p7cwddp7cwddp7cw.png") 58% bottom / cover no-repeat,
      linear-gradient(135deg, #d9ecff, #f4fbff);
  }

  .lps-campaign-hero__pet {
    right: 4%;
    height: 54%;
    max-width: 70%;
  }

  .lps-campaign-hero__food,
  .lps-campaign-hero__badge {
    display: none;
  }

  .lps-campaign-strip {
    margin-top: -34px;
    padding-inline: 18px;
    overflow-x: auto;
  }

  .lps-campaign-strip__inner {
    grid-template-columns: repeat(8, 154px);
    width: max-content;
  }

  .lps-hero {
    min-height: 0;
    padding-top: 36px;
  }
}

@media (max-width: 767px) {
  .lps-hero,
  .lps-section,
  .lps-trust-row {
    width: min(100% - 28px, 1290px);
  }

  .lps-hero h1,
  .lps-section h1,
  .lps-section h2 {
    font-size: 40px;
  }

  .lps-campaign-hero h1 {
    font-size: 44px;
  }

  .lps-campaign-hero p:not(.lps-kicker) {
    font-size: 24px;
  }

  .lps-campaign-hero__button {
    min-width: 180px;
    min-height: 56px;
    font-size: 21px;
  }

  .lps-visual {
    min-height: 420px;
  }

  .lps-shop-visual {
    min-height: 480px;
  }

  .lps-shop-visual__main {
    right: 18px;
    bottom: 34px;
    width: 70%;
  }

  .lps-shop-visual__small {
    width: 38%;
  }

  .lps-shop-visual__small--top {
    top: 28px;
    left: 18px;
  }

  .lps-shop-visual__small--bottom {
    top: 68px;
    right: 18px;
  }

  .lps-shop-visual__panel {
    right: 18px;
    bottom: 18px;
    left: 18px;
  }

  .lps-product-grid,
  .lps-price-row,
  .lps-concern-grid {
    grid-template-columns: 1fr;
  }

  .lps-booking {
    grid-template-columns: 1fr;
    padding: 18px;
  }
}
