/** Shopify CDN: Minification failed

Line 1380:0 All "@import" rules must come first

**/
/* ============================================================
   GLOBAL BRAND OVERRIDES — Tiny Pawss Brand Palette
   Applied site-wide. Colors match settings_data.json color schemes.
   ============================================================ */

/* --- Primary buttons: Warm Amber everywhere --- */
.button--primary,
.shopify-payment-button__button--unbranded,
[data-testid="Checkout-button"],
.cart__cta .button {
  background-color: #B8922A !important;
  color: #ffffff !important;
  border: 2px solid #9E7A22 !important;
  box-shadow: 0 2px 14px rgba(196,132,58,0.25) !important;
  transition: background 0.18s ease, box-shadow 0.18s ease !important;
  font-weight: 700 !important;
}
.button--primary:hover,
.shopify-payment-button__button--unbranded:hover {
  background-color: #A07D24 !important;
  box-shadow: 0 4px 20px rgba(196,132,58,0.35) !important;
}

/* --- Secondary buttons: Deep Slate --- */
.button:not(.button--primary) {
  color: #1A1A1E !important;
  border-color: #1A1A1E !important;
}
.button:not(.button--primary):hover {
  background-color: #1A1A1E !important;
  color: #F6F3EE !important;
}

/* --- Links: amber on hover --- */
a:hover { color: #B8922A; }

/* --- Headings: Deep Slate (reinforces the color scheme) --- */
h1, h2, h3, h4, h5, h6 { color: #1A1A1E; }

/* ================================================================
   HEADER EXPLICIT COLOR OVERRIDES
   Scoped entirely to .header-wrapper.color-scheme-3.
   Uses direct hex values — no reliance on CSS custom property
   inheritance chains that global overrides can break.
   ================================================================ */

/* Background */
.header-wrapper.color-scheme-3 {
  background-color: #1A1A1E !important;
  color: #F6F3EE !important;
}

/* Logo heading (h1 only on home page; a tag always) */
.header-wrapper.color-scheme-3 h1,
.header-wrapper.color-scheme-3 h2,
.header-wrapper.color-scheme-3 .header__heading,
.header-wrapper.color-scheme-3 .header__heading-link,
.header-wrapper.color-scheme-3 .header__heading-link span,
.header-wrapper.color-scheme-3 .header__heading-link:hover {
  color: #F6F3EE !important;
}

/* Top-bar nav links */
.header-wrapper.color-scheme-3 .header__menu-item,
.header-wrapper.color-scheme-3 .header__active-menu-item {
  color: rgba(248,245,240,0.9) !important;
}
.header-wrapper.color-scheme-3 .header__menu-item:hover {
  color: #F6F3EE !important;
}

/* Cart / account / search / hamburger icons */
.header-wrapper.color-scheme-3 .header__icon,
.header-wrapper.color-scheme-3 .header__icon:hover {
  color: #F6F3EE !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

/* Dropdown submenu (uses color-scheme-1 = white bg): restore dark text
   Higher specificity (3 classes) wins over the 2-class top-bar rule. */
.header-wrapper.color-scheme-3 .header__submenu .header__menu-item {
  color: rgba(44,50,53,0.75) !important;
}
.header-wrapper.color-scheme-3 .header__submenu .header__menu-item:hover {
  color: #1A1A1E !important;
}

/* --- Price: Deep Slate --- */
.price__regular .price-item,
.price__sale .price-item--sale { color: #1A1A1E; }

/* --- Product card: cleaner hover --- */
.card-wrapper { transition: transform 0.2s ease; }
.card-wrapper:hover { transform: translateY(-2px); }

/* --- Global body background warmth --- */
body { background-color: #F6F3EE; }

/* --- Input / form field focus: amber ring --- */
.field__input:focus,
.select__select:focus,
textarea:focus {
  border-color: #B8922A !important;
  box-shadow: 0 0 0 2px rgba(196,132,58,0.18) !important;
  outline: none !important;
}

/* --- Add to Cart pulse on hover --- */
.product-form__submit:not([disabled]):hover {
  background-color: #A07D24 !important;
}

/* --- Header: warm white background if using scheme-1 --- */
.header-wrapper { background-color: #F6F3EE; }

/* --- Footer: Deep Slate or Cream depending on scheme --- */

/* --- Announcement bar: Warm Amber on Deep Slate --- */
.announcement-bar { font-weight: 600; }

/* ============================================================
   END GLOBAL BRAND OVERRIDES
   ============================================================ */

/* ============================================================
   PRODUCT PAGE — Brand Styling
   ============================================================ */

/* Product title */
.template-product .product__title {
  color: #1A1A1E;
  font-weight: 800;
  line-height: 1.2;
}

/* Variant picker pills — selected = navy, hover = navy border */
.template-product .variant-radios label,
.template-product .variant-pills label {
  border-radius: 50px;
  font-weight: 600;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
.template-product .variant-radios label:hover,
.template-product .variant-pills label:hover {
  border-color: #1A1A1E;
}
.template-product .variant-radios input:checked + label,
.template-product .variant-pills input:checked + label {
  background-color: #1A1A1E !important;
  color: #F6F3EE !important;
  border-color: #1A1A1E !important;
}

/* Quantity stepper — amber focus ring already handled globally */
.template-product .quantity__button:hover {
  color: #B8922A;
}

/* ATC button — use navy instead of global amber for stronger purchase intent */
.template-product .product-form__submit {
  background-color: #1A1A1E !important;
  border-color: #1A1A1E !important;
  color: #F6F3EE !important;
}
.template-product .product-form__submit:not([disabled]):hover {
  background-color: #111116 !important;
  border-color: #111116 !important;
}

/* ============================================================
   END PRODUCT PAGE BRAND STYLING
   ============================================================ */

/* Custom Announcement */
.custom-ann-wrapper{
  
}
.custom-ann{
  margin: 0;
  text-align: center;
}
.custom-ann a{
  font-weight: 700;
}
.custom-ann *{
  color: inherit;
}

@media screen and (max-width: 749px){
  .custom-ann {
    font-size: 14px !important;
    padding: 8px 0 !important;
  }
}

/* Custom Benefits */
.custom-benefits{
  padding: 50px 0;
}
.custom-benefits-wrapper{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 90%;
  margin: 0 auto;
}
.custom-benefits-item-text{
  width: 50%;
}
.custom-benefits-item-img{
  width: 50%;
  padding: 0 40px;
}
.custom-benefits-item{

}
.custom-benefits-heading{
  font-size: 42px;
  font-weight: 700;
  line-height: 55px;
  margin: 0;
}
.custom-benefits-text{
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  margin-top: 10px;
  letter-spacing: 0;
}
.custom-benefits-link{
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  margin: 0;
  min-height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  text-decoration: none;
  border-radius: 8px;
  width: 100%;
  text-transform: uppercase;
}
.custom-benefits-link-wrapper-desktop{
  margin-top: 30px;
  width: 100%;
  max-width: 404px;
}
.custom-benefits-link-wrapper-mobile{
  display: none;
}
.custom-benefits-badge-wrapper{
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 8px;
  justify-content:center;
}
.custom-benefits-badge{
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 4px 6px;
  border-radius: 2px;
}
.custom-benefits-badge-img{
    width: 14px;
    height: auto;
    aspect-ratio: 1/1;
    display: block;
}
.custom-benefits-badge-title{
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  margin: 0;
  letter-spacing: 0;
}
.custom-benefits-img{
    width: 100%;
    height: auto;
    max-width: 100%;
    display: block;
}
.custom-benefits-card-wrapper{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 25px;
}
.custom-benefits-card{
  width: calc(33.33% - 8px);
  display: flex;
  align-items: flex-start;
  border-radius: 12px;
  gap: 15px;
  padding: 20px;
  border: 1px solid #0000001F;
}
.custom-benefits-card-img{
  width: 45px;
  height: auto;
  display: block;
  max-width: 100%;
  aspect-ratio: 1/1;
}
.custom-benefits-card-content{
  
}
.custom-benefits-card-title{
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  margin: 0;
  letter-spacing: 0;
}
.custom-benefits-card-text{
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin: 0;
  letter-spacing: 0;
  margin-top: 6px;
}

@media screen and (max-width: 989px){
  .custom-benefits-card{
    width: calc(50% - 6px);
  }
  .custom-benefits-wrapper{
    width: 100%;
  }
  .custom-benefits-heading{
    font-size: 28px;
    line-height: 35px;
    margin-top:2rem;
  }
}

@media screen and (max-width: 749px){
  .custom-benefits-card{
    width: 100%;
  }
  .custom-benefits-wrapper{
    flex-direction: column-reverse !important;
  }
  .custom-benefits-heading{
    font-size: 28px;
    line-height: 35px;
  }
  .custom-benefits-item-text{
    width: 100%;
    text-align: center;
  }
  .custom-benefits-item-img{
    width: 100%;
    padding: 0;
  }
  .custom-benefits-link-wrapper-desktop{
    display: none;
  }
  .custom-benefits-link-wrapper-mobile{
    display: block;
    margin-top: 12px;
  }
  .custom-benefits-badge{
    width: calc(33.33% - 4px);
    justify-content: center;
  }
  .custom-benefits-text{
    font-size: 14px;
    line-height: 20px;
    margin-top: 8px;
  }
}

@media screen and (max-width: 500px){
  .custom-benefits-badge-title{
    font-size: 10px;
  }
}

@media screen and (max-width: 410px){
  .custom-benefits-badge-title{
    font-size: 9px;
  }
  .custom-benefits-badge-wrapper{
    gap: 3px;
  }
  .custom-benefits-badge{
    padding: 4px;
  }
  .custom-benefits-badge{
    gap: 3px;
  }
}

@media screen and (max-width: 360px){
  .custom-benefits-badge-img {
    width: 10px;
  }
  .custom-benefits-badge-title{
    font-size: 8px;
  }
}

/* Custom Ingredients */
.custom-ing{
  padding: 50px 0;
}
.custom-ing-wrapper{
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  align-items: center;
}
.custom-ing-item{
  
}
.custom-ing-item-img{
  width: calc(45% - 25px);
}
.custom-ing-item-text{
  width: calc(55% - 25px);
}
.custom-ing-img{
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
}
.custom-ing-heading{
  font-size: 42px;
  font-weight: 700;
  line-height: 55px;
  margin: 0;
}
.custom-ing-text{
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  margin-top: 10px;
  letter-spacing: 0;
}
.custom-ing-tabs-wrapper{
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 25px;
}
.custom-ing-tabs{
  border: 1.5px solid #162C5D14;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border-radius: 8px;
  flex: 0 0 auto;
  gap: 4px;
  cursor: pointer;
}
.custom-ing-tabs-img{
  width: 24px;
  height: 24px;
  object-fit: contain;
  display: block;
}
.custom-ing-tabs-title{
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  letter-spacing: 0;
}
.custom-ing-tabs-content{
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  margin-top: 12px;
  letter-spacing: 0;
  display: none;
  border: 1.5px solid #162C5D14;
  padding: 20px 24px;
  border-radius: 8px;
}
.custom-ing-tabs-content > *{
  margin: 0;
  margin-top: 8px;
}
.custom-ing-tabs-content > *:first-child{
  margin-top: 0;
}

@media screen and (max-width: 989px){
  .custom-ing-heading{
    font-size: 28px;
    line-height: 35px;
  }
  .custom-ing-tabs-content {
    font-size: 14px;
    line-height: 20px;
  }
}

@media screen and (max-width: 749px){
  .custom-ing-wrapper{
    flex-direction: column !important;
    /* gap: 0; */
    gap: 25px;
  }
  .custom-ing-item-img{
    width: 100%;
  }
  .custom-ing-item-text{
    width: 100%;
  }
  .custom-ing-heading{
    text-align: center;
  }
  .custom-ing-text {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    margin-top: 8px;
  }
  .custom-ing-tabs-wrapper{
    justify-content: center;
    margin-top: 18px;
  }
  .custom-ing{
    padding-top: 0;
  }
}

/* Custom Badge */
.custom-badge{
  padding: 24px 0;
}
.custom-badge-wrapper{
  display: flex;
  width: 100%;
  max-width: 648px;
  margin: 0 auto;
  border: 1px solid #0000003D;
  background: #FFFFFF24;
  border-radius: 16px;
  gap: 24px;
  padding: 24px;
  align-items: center;
}
.custom-badge-img{
  display: block;
  width: 108px;
  height: auto;
  aspect-ratio: 1/1;
}
.custom-badge-content{
  
}
.custom-badge-heading{
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
  letter-spacing: 0;
}
.custom-badge-text{
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
  letter-spacing: 0;
  margin-top: 8px;
}

@media screen and (max-width: 749px){
  .custom-badge-wrapper{
    flex-direction: column;
    text-align: center;
    padding: 24px 16px;
    gap: 12px;
  }
  .custom-badge-img{
    margin: 0 auto;
  }
  .custom-badge-content{
    width: 100%;
  }
  .custom-badge-text {
    line-height: 19px;
    margin: 5px 0 0;
  }
}

/* Custom Testimonial */
.custom-testimonial{
  width: 100%;
  max-width: calc(var(--page-width) - 10rem);
  margin: 0 auto;
}
.custom-testimonial-wrapper{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.custom-testimonial-image-wrapper{
  width: 30%;
  align-self: stretch;
}
.custom-testimonial-img{
  width: 100%;
  height: auto;
  display: block;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}
.custom-testimonial-text-wrapper{
  width: 70%;
  padding: 30px 72px;
}
.custom-testimonial-heading{
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
  margin: 0;
  letter-spacing: 0;
}
.custom-testimonial-heading-mobile{
  display: none;
}
.custom-testimonial-heading-desktop{
  
}
.custom-testimonial-text{
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
  margin-top: 12px;
  letter-spacing: 0;
}
.custom-testimonial-name{
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
  margin-top: 12px;
  letter-spacing: 0;
  font-style: italic;
}

@media screen and (max-width: 989px){
  .custom-testimonial-heading{
    font-size: 24px;
    line-height: 26px;
  }
  .custom-testimonial-text-wrapper {
      padding: 30px 40px;
  }
}
@media screen and (max-width: 749px){
  .custom-testimonial-wrapper{
    flex-direction: column !important;
  }
  .custom-testimonial-image-wrapper{
    width: 100%;
  }
  .custom-testimonial-text-wrapper{
    width: calc(100% - 3rem);
    margin: 0 auto;
    padding: 20px 16px;
    border-radius: 16px;
    border: 1px solid #0000001F;
    text-align: center;
  }
  .custom-testimonial-heading-desktop{
    display: none;
  }
  .custom-testimonial-heading-mobile{
    display: block;
    text-align: center;
    padding: 30px 1.5rem 0 1.5rem;
    max-width: 300px;
    margin: 0 auto;
  }
  .custom-testimonial{
    padding-bottom: 15px;
  }
  .custom-testimonial-text{
    margin-top: 0;
  }
  .custom-testimonial-heading{
    font-size: 28px;
    line-height: 34px;
  }
}

/* Custom Faq */
.custom-faq{
  padding: 70px 0;
}
.custom-faq-wrapper{
  display: flex;
  align-items: center;
}
.custom-faq-heading{
  width: 20%;
  color: inherit;
  font-size: 42px;
  font-weight: 700;
  line-height: 55px;
  margin: 0;
  padding-right: 24px;
}
.custom-faq-block-wrapper{
  width: 80%;
}
.custom-faq-block{
  border-top: 1px solid;
}
.custom-faq-title{
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  margin: 0;
  color: inherit;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 20px 0;
  cursor: pointer;
}
.custom-faq-title svg{
  transition: all 0.3s ease;
  display: block;
  width: 14px;
}
.custom-faq-title.active svg{
  transform: rotate(180deg);
}
.custom-faq-content{
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
  letter-spacing: 0;
  color: inherit;
  display: none;
  padding-bottom: 20px;
}
.custom-faq-content > *{
  margin: 0;
  margin-top: 8px;
}
.custom-faq-content > *:first-child{
  margin-top: 0;
}

@media screen and (max-width: 989px){
  .custom-faq-heading{
    font-size: 28px;
    line-height: 35px;
  }
}
@media screen and (max-width: 749px){
  .custom-faq-wrapper{
    flex-direction: column;
  }
  .custom-faq-heading{
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
  }
  .custom-faq-block-wrapper{
    width: 100%;
  }
  .custom-faq{
    padding: 40px 0;
  }
  .custom-faq-title{
    font-size: 14px;
    padding: 12px 0;
  }
  .custom-faq-content{
    padding-bottom: 12px;
  }
  .custom-faq-content {
    font-size: 13px;
  }
}

/* Custom Image With Text */
.custom-iwt{
  padding: 50px 0;
}
.custom-iwt-wrapper{
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  align-items: center;
}
.custom-iwt-item{
  width: calc(50% - 25px);
}
.custom-iwt-img{
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}
.custom-iwt-heading{
  font-size: 42px;
  font-weight: 700;
  line-height: 55px;
  margin: 0;
}
.custom-iwt-icon-wrapper{
  margin-top: 20px;
}
.custom-iwt-icon{
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 5px;
}
.custom-iwt-icon-img{
  display: block;
  width: 32px;
  height: 32px;
  object-fit: contain;
}
.custom-iwt-icon-title{
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  letter-spacing: 0;
  display: block;
}
.custom-iwt-link-wrapper{
  width: 100%;
  max-width: 404px;
  margin-top: 30px;
}

@media screen and (max-width: 989px){
  .custom-iwt-heading {
    font-size: 28px;
    line-height: 35px;
  }
  .custom-iwt-icon-title{
    font-size: 14px;
    line-height: 20px;
  }
  .custom-iwt-icon-img{
    height: 28px;
    width: 28px;
  }
}
@media screen and (max-width: 749px){
  .custom-iwt-wrapper{
    flex-direction: column !important;
    gap: 20px;
  }
  .custom-iwt-item{
    width: 100%;
  }
  .custom-iwt-link-wrapper{
    max-width: 100%;
    margin-top: 12px;
  }
  .custom-iwt-icon{
    justify-content: center;
    margin-top: 2px;
  }
  .custom-iwt-icon-wrapper {
    margin-top: 12px;
  }
  .custom-iwt-heading{
    text-align: center;
  }
}

/* Custom Customer Testimonial */
.custom-customer-testimonial{
  padding: 50px 0;
}
.custom-customer-testimonial-inner{
    width: 100%;
    max-width: calc(var(--page-width) - 10rem);
    margin: 0 auto;
}
.custom-customer-testimonial-heading{
  font-size: 42px;
  font-weight: 700;
  line-height: 55px;
  margin: 0;
  text-align: center;
  margin-bottom: 25px;
  padding: 0 5rem;
}
.custom-customer-testimonial-wrapper{
  
}
.custom-customer-testimonial-content{
  display: flex;
  border: 1.5px solid #162C5D14;
  padding: 20px;
  border-radius: 16px;
  gap: 20px;
  min-height: 270px;
}
.custom-customer-testimonial-img{
  width: 40%;
  flex: 0 0 40%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}
.custom-customer-testimonial-content-text{
  width: 60%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.custom-customer-testimonial-text{
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
  letter-spacing: 0;
  flex: 1 1 auto;
}
.custom-customer-testimonial-name-rating{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.custom-customer-testimonial-name{
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  margin: 0;
  letter-spacing: 0;
}
.custom-customer-testimonial-stars{
  display: flex;
  align-items: center;
  gap: 3px;
}
.custom-customer-testimonial-stars svg{
  width: 16px;
  display: block;
}
.custom-customer-testimonial-bottom-wrapper{
  
}
.custom-customer-testimonial-bottom-wrapper{
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 25px;
}
.custom-customer-testimonial-bottom-wrapper .swiper-button-prev{
  position: static;
  transform: none;
  margin: 0;
  width: 42px;
  height: 42px;
}
.custom-customer-testimonial-bottom-wrapper .swiper-button-next{
  position: static;
  transform: none;
  margin: 0;
  width: 42px;
  height: 42px;
}
.custom-customer-testimonial-bottom-wrapper .swiper-button-prev::after,
.custom-customer-testimonial-bottom-wrapper .swiper-button-next::after{
  display: none;
}
.custom-customer-testimonial-bottom-wrapper .swiper-pagination{
  position: static;
  transform: none;
  min-width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto !important;
}
@media screen and (max-width: 989px){
  .custom-customer-testimonial-heading {
    font-size: 28px;
    line-height: 35px;
    padding: 0 1.5rem;
  }
}

@media screen and (max-width: 749px){
  .custom-customer-testimonial-bottom-wrapper .swiper-pagination{
    min-width: auto;
    flex: 1 1 auto;
  }
  .custom-customer-testimonial-bottom-wrapper{
    padding-left: 40px;
    padding-right: 40px;
  }
  .custom-customer-testimonial-content{
    flex-direction: column;
  }
  .custom-customer-testimonial-img{
    width: 100%;
    flex: 0 0 100%;
  }
  .custom-customer-testimonial-content-text{
    width: 100%;
  }
  .custom-customer-testimonial-wrapper{
    padding-left: 1.2rem !important;
  }
}

/* Custom Comparison */
.custom-comnparison{
  padding: 160px 0 100px 0;
  position: relative;
}
.custom-comparison-img{
  width: 100%;
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.custom-comparison-img-desk{
  display: block;
}
.custom-comparison-img-mob{
  display: none;
}
.custom-comparison-wrapper{
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}
.custom-comparison-heading{
  width: 40%;
  padding-right: 50px;
  font-size: 42px;
  font-weight: 700;
  line-height: 55px;
  margin: 0;
}
.custom-comparison-table-wrapper{
  width: 60%;
}
.custom-comparison-table{
  width: 100%;
  border-radius: 16px;
  border-collapse: collapse;
  text-align: center;
}
.custom-comparison-table th{
  font-size: 16px;
  font-weight: 700;
}
.custom-comparison-table th:first-child{
  text-align: left;
}
.custom-comparison-table th:nth-child(2),
.custom-comparison-table th:nth-child(3){
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
}
.custom-comparison-table th:nth-child(2) span,
.custom-comparison-table th:nth-child(3) span{
  position: absolute;
  bottom: 100%;
  width: 100%;
  left: 0;
  padding-bottom: 8px;
  white-space: nowrap;
}
.custom-comparison-table th:nth-child(2) span{
  bottom: calc(100% + 25px);
}
.custom-comparison-table th:nth-child(2)::after{
  content: '';
  position: absolute;
  width: 100%;
  height: 25px;
  bottom: 100%;
  border-radius: 12px 12px 0 0;
  left: 50%;
  transform: translateX(-50%);
}
.custom-comparison-table th:nth-child(2) img{
    position: relative;
    top: -15px;
    z-index: 2;
}
.custom-comparison-table tbody tr:last-child td:nth-child(2){
  position: relative;
}
.custom-comparison-table tbody tr:last-child td:nth-child(2)::after{
  content: '';
  position: absolute;
  width: 100%;
  height: 16px;
  top: 100%;
  border-radius: 0 0 12px 12px;
  left: 50%;
  transform: translateX(-50%);
}
.custom-comparison-table td{
  font-size: 16px;
}
.custom-comparison-table svg{
  display: block;
  margin: 0 auto;
}
.custom-comparison-table td:first-child{
  text-align: left;
}
.custom-comparison-table th,
.custom-comparison-table td{
  border-bottom: 1px solid;
  padding: 12px 10px;
}
.custom-comparison-table thead img{
    display: block;
    margin: 0 auto;
    width: auto;
    height: 55px;
    object-fit: contain;
    max-width: 40px;
}
.custom-comparison-table th:nth-child(2),
.custom-comparison-table th:nth-child(3){
  min-width: 100px;
}
.custom-comparison-table tbody tr td:nth-child(2),
.custom-comparison-table tbody tr td:nth-child(3){
  min-width: 100px;
}

@media screen and (max-width: 989px){
  .custom-comparison-heading{
    font-size: 28px;
    line-height: 35px;
  }
}

@media screen and (max-width: 749px){
  .custom-comparison-img-desk{
    display: none;
  }
  .custom-comparison-img-mob{
    display: block;
    top: auto;
    bottom: 0;
    height: auto;
  }
  .custom-comparison-wrapper{
    flex-direction: column;
  }
  .custom-comparison-heading{
    width: 100%;
    text-align: center;
    margin-bottom: 80px;
    padding: 0;
  }
  .custom-comparison-table-wrapper{
    width: 100%;
  }
  .custom-comnparison{
    /* padding: 80px 0 100px 0; */
    padding: 0 0 150px 0;
  }
}

@media screen and (max-width: 400px){
  .custom-comparison-table th:nth-child(1), .custom-comparison-table tbody tr td:nth-child(1){
    padding: 5px 10px;
  }
  .custom-comparison-table th, .custom-comparison-table td{
    padding: 5px 0;
  }
  .custom-comparison-table th:nth-child(2),
  .custom-comparison-table th:nth-child(3){
    min-width: 60px;
  }
  .custom-comparison-table tbody tr td:nth-child(2),
  .custom-comparison-table tbody tr td:nth-child(3){
    min-width: 60px;
  }
  .custom-comparison-table th{
    font-size: 13px;
    font-weight: 700;
  }
  .custom-comparison-table td{
    font-size: 13px;
  }
  .custom-comparison-table tbody tr td:nth-child(2) svg{
    width: 25px;
  }
}

/* Custom Sticky CTA */
.custom-sticky-cta-wrapper{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  padding: 10px 0;
}
.custom-sticky-cta-text{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
  margin: 0;
  text-align: center;
    margin-bottom: 8px;
}
.custom-sticky-cta-text a{
  font-weight: 600;
  color: inherit;
}
.custom-sticky-cta-text img{
    height: 20px;
    width: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px;
    object-fit: contain;
}
.custom-sticky-cta-wrapper .custom-benefits-badge-wrapper{
  justify-content: center !important;
}
@media screen and (max-width: 749px){
  .custom-sticky-cta-text{
    font-size: 14px;
  }
}

/* Custom Point */
.custom-point{
  padding: 50px 0;
}
.custom-point-wrapper{
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    align-items: center;
}
.custom-point-item{
  width: calc(50% - 25px);
}
.custom-point-img{
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block; 
}
.custom-point-heading{
    font-size: 42px;
    font-weight: 700;
    line-height: 50px;
    margin: 0;
}
.custom-point-text{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 8px 0 0;
    letter-spacing: 0;
}
.custom-point-icon-wrapper{
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-top: 20px;
}
.custom-point-icon{
  border: 1px solid #0000001F;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px;
  border-radius: 12px;
}
.custom-point-icon-img{
  width: 24px;
  height: 24px;
  object-fit: contain;
  display: block;
  flex: 0 0 24px;
}
.custom-point-icon-title{
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin: 0;
    letter-spacing: 0;
}

@media screen and (max-width: 989px){
  .custom-point-heading{
    font-size: 28px;
    line-height: 35px;
  }
  .custom-point-text{
    font-size: 14px;
    line-height: 20px;
  }
}

@media screen and (max-width: 749px){
  .custom-point-heading{
    text-align: center;
  }
  .custom-point-text{
    text-align: center;
  }
  .custom-point-wrapper{
    flex-direction: column !important;
    gap: 20px;
  }
  .custom-point-item{
    width: 100%;
  }
  .custom-point{
    padding: 0;
    padding-bottom: 40px;
  }
  .custom-point .page-width{
    padding: 0;
  }
  .custom-point-wrapper .custom-point-item:last-child{
    padding: 0 1.5rem;
  }
}


/* ============================================================
   FOUNTAIN PAGE — Tiny Pawss Stainless Steel Water Filter Fountain
   All styles prefixed .fountain- | Scoped to this product page only.
   Do not reuse these classes on other product pages.
   ============================================================ */

/* --- Google Fonts: Playfair Display (headlines) + DM Sans (body/UI) --- */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700;800&family=DM+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap');

/* --- Color tokens (Tiny Pawss Brand Palette) --- */
:root {
  --fountain-navy: #1A1A1E;        /* Deep Slate — headlines, dark sections */
  --fountain-navy-light: #3c4348;  /* Deep Slate hover */
  --fountain-white: #F6F3EE;       /* Warm White — page backgrounds */
  --fountain-gold: #B8922A;        /* Warm Amber — CTA buttons, accents */
  --fountain-cream: #ECE7DD;       /* Cream — alternating section backgrounds */
  --fountain-text: #1A1A1E;        /* Deep Slate — primary text */
  --fountain-text-secondary: #9EAD98; /* Muted slate — body copy */
  --fountain-border: #D4CEC6;      /* Warm border */
  --fountain-green: #A8B5A2;       /* Soft Sage — health/trust callouts */
  --fountain-red: #b03a2e;         /* Error/cross */
  --fountain-steel: #9EAD98;       /* Brushed Steel — accents, icons */
}

/* --- Fountain page font assignments --- */
.fountain-hero,
.fountain-section,
.fountain-problem,
.fountain-dog,
.fountain-objections,
.fountain-faq,
.fountain-specs { font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif; }

.fountain-hero-headline,
.fountain-h1,
.fountain-h2,
.fountain-h3,
.fountain-hero-sub { font-family: 'Playfair Display', Georgia, 'Times New Roman', serif; }

.fountain-btn,
.fountain-accordion-trigger,
.fountain-trust-line,
.fountain-eyebrow { font-family: 'DM Sans', -apple-system, sans-serif; }

/* --- Shared section wrappers --- */
.fountain-section { padding: 80px 0; }
.fountain-section-navy { background: var(--fountain-navy); color: var(--fountain-white); }
.fountain-section-cream { background: var(--fountain-cream); }
.fountain-section-white { background: var(--fountain-white); }

/* --- Typography --- */
.fountain-eyebrow {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--fountain-gold);
  margin: 0 0 16px;
}
.fountain-h1 {
  font-size: 52px;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.02em;
  margin: 0 0 20px;
}
.fountain-h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin: 0 0 20px;
}
.fountain-h3 {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 12px;
}
.fountain-body {
  font-size: 16px;
  line-height: 1.78;
  color: var(--fountain-text-secondary);
  margin: 0 0 18px;
}
.fountain-section-navy .fountain-h2,
.fountain-section-navy .fountain-h3 { color: var(--fountain-white); }
.fountain-section-navy .fountain-body { color: rgba(255,255,255,0.75); }

/* --- CTA Buttons --- */
.fountain-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--fountain-gold);
  color: #fff !important;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 17px 34px;
  border-radius: 6px;
  text-decoration: none !important;
  border: none;
  cursor: pointer;
  transition: background 0.18s ease, transform 0.1s ease, box-shadow 0.18s ease;
  min-height: 56px;
  line-height: 1;
  box-shadow: 0 2px 12px rgba(196,132,58,0.28);
}
.fountain-btn:hover { background: #A07D24; box-shadow: 0 4px 18px rgba(196,132,58,0.38); }
.fountain-btn:active { transform: scale(0.99); }
.fountain-btn-lg { font-size: 18px; padding: 20px 44px; min-height: 62px; border-radius: 8px; }
.fountain-btn-gold { background: var(--fountain-gold); color: #fff !important; box-shadow: 0 2px 12px rgba(196,132,58,0.28); }
.fountain-btn-gold:hover { background: #A07D24; }

/* --- Trust line (under hero CTA) --- */
.fountain-trust-line {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 20px;
  font-size: 13px;
  color: var(--fountain-text-secondary);
}
.fountain-stars { color: var(--fountain-gold); font-size: 17px; letter-spacing: 2px; }
.fountain-trust-reviews { font-size: 12px; color: #888; margin-left: 4px; }
.fountain-trust-sep { color: #ccc; }

/* --- Asset Placeholder --- */
.fountain-placeholder {
  background: #eeecea;
  border: 2px dashed #bbb;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 28px 20px;
  color: #777;
  font-size: 13px;
  line-height: 1.5;
  box-sizing: border-box;
}
.fountain-placeholder-icon { font-size: 30px; margin-bottom: 8px; opacity: 0.5; }
.fountain-placeholder-label {
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #555;
  margin-bottom: 4px;
}

/* ==============================
   HERO
   ============================== */
.fountain-hero {
  background: var(--fountain-cream);
  padding: 64px 0 72px;
  overflow: hidden;
}
.fountain-hero-inner {
  display: grid;
  grid-template-columns: 54% 46%;
  gap: 48px;
  align-items: center;
}
.fountain-hero-headline {
  font-size: 54px;
  font-weight: 800;
  line-height: 1.07;
  letter-spacing: -0.025em;
  margin: 0 0 18px;
  color: var(--fountain-text);
}
.fountain-hero-headline em {
  font-style: normal;
  color: var(--fountain-navy);
}
.fountain-hero-sub {
  font-size: 18px;
  line-height: 1.65;
  color: var(--fountain-text-secondary);
  margin: 0 0 18px;
  font-weight: 500;
}
.fountain-hero-body {
  font-size: 16px;
  line-height: 1.78;
  color: var(--fountain-text-secondary);
  margin: 0 0 28px;
}
.fountain-hero-body p { margin: 0 0 14px; }
.fountain-hero-body p:last-child { margin-bottom: 0; }
.fountain-hero-cta-wrapper { margin-bottom: 18px; }
.fountain-hero-image-placeholder {
  border-radius: 12px;
  min-height: 480px;
}
.fountain-hero-image-placeholder img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}

/* ==============================
   PROBLEM SECTION
   ============================== */
.fountain-problem-intro { max-width: 680px; margin: 0 auto 50px; text-align: center; }
.fountain-problem-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.fountain-problem-card {
  background: var(--fountain-white);
  border-radius: 12px;
  padding: 32px 26px;
  border: 1px solid var(--fountain-border);
  border-top: 4px solid var(--fountain-navy);
}
.fountain-problem-card-icon-placeholder {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  margin-bottom: 18px;
  min-height: unset;
  padding: 0;
}
.fountain-problem-card h3 {
  font-size: 19px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 14px;
  color: var(--fountain-text);
}
.fountain-problem-card p {
  font-size: 15px;
  line-height: 1.75;
  color: var(--fountain-text-secondary);
  margin: 0 0 12px;
}
.fountain-problem-card p:last-child { margin-bottom: 0; }
.fountain-problem-callout {
  font-weight: 700;
  color: var(--fountain-navy);
  font-style: italic;
}

/* ==============================
   SOLUTION SECTION
   ============================== */
.fountain-solution-intro { max-width: 720px; margin: 0 auto 44px; text-align: center; }
.fountain-solution-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  margin-bottom: 48px;
}
.fountain-solution-feature {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  background: var(--fountain-cream);
  padding: 26px;
  border-radius: 10px;
  border: 1px solid var(--fountain-border);
}
.fountain-solution-feature-icon {
  width: 50px;
  height: 50px;
  min-width: 50px;
  border-radius: 50%;
  background: var(--fountain-steel);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--fountain-white);
}
.fountain-solution-feature-title {
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 8px;
  color: var(--fountain-text);
}
.fountain-solution-feature-body {
  font-size: 15px;
  line-height: 1.72;
  color: var(--fountain-text-secondary);
  margin: 0;
}
.fountain-solution-mid-cta {
  text-align: center;
  padding: 44px 0 0;
  border-top: 1px solid var(--fountain-border);
}
.fountain-solution-mid-cta p { font-size: 16px; color: var(--fountain-text-secondary); margin-bottom: 20px; }

/* ==============================
   BENEFITS SECTION
   ============================== */
.fountain-benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 44px;
}
.fountain-benefit-card {
  background: var(--fountain-white);
  border-radius: 12px;
  padding: 30px;
  border: 1px solid var(--fountain-border);
}
.fountain-benefit-card-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}
.fountain-benefit-card-icon {
  width: 44px;
  height: 44px;
  min-width: 44px;
  border-radius: 10px;
  background: #edf2ee;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}
.fountain-benefit-card-label {
  font-size: 16px;
  font-weight: 700;
  color: var(--fountain-navy);
  margin: 0;
}
.fountain-benefit-card-body {
  font-size: 15px;
  line-height: 1.75;
  color: var(--fountain-text-secondary);
  margin: 0;
}
/* "For You" card — full width, dark navy */
.fountain-benefit-card-you {
  background: var(--fountain-navy);
  grid-column: 1 / -1;
}
.fountain-benefit-card-you .fountain-benefit-card-body,
.fountain-benefit-card-you p { color: rgba(255,255,255,0.85); }
.fountain-benefit-card-you .fountain-benefit-card-label { color: var(--fountain-gold); }
.fountain-benefit-card-you .fountain-benefit-card-icon { color: #fff; }

/* ==============================
   COMPARISON TABLE
   ============================== */
.fountain-comparison-narrative { max-width: 800px; margin: 0 auto 48px; }
.fountain-comparison-material { margin-bottom: 28px; }
.fountain-comparison-material h3 { font-size: 19px; font-weight: 700; margin: 0 0 10px; }
.fountain-comparison-material p {
  font-size: 15px;
  line-height: 1.75;
  color: var(--fountain-text-secondary);
  margin: 0 0 12px;
}
.fountain-comparison-material p:last-child { margin-bottom: 0; }
.fountain-comparison-table-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 12px;
  border: 1px solid var(--fountain-border);
}
.fountain-comparison-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  min-width: 520px;
}
.fountain-comparison-table th {
  padding: 15px 18px;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  border-bottom: 2px solid var(--fountain-border);
  background: var(--fountain-cream);
}
.fountain-comparison-table th:first-child { text-align: left; }
.fountain-comparison-table th.fountain-col-ours {
  background: var(--fountain-navy);
  color: var(--fountain-white);
}
.fountain-comparison-table td {
  padding: 13px 18px;
  border-bottom: 1px solid var(--fountain-border);
  color: var(--fountain-text-secondary);
  vertical-align: middle;
  text-align: center;
}
.fountain-comparison-table td:first-child {
  text-align: left;
  font-weight: 500;
  color: var(--fountain-text);
}
.fountain-comparison-table tr:last-child td { border-bottom: none; }
.fountain-col-ours-data {
  background: var(--fountain-navy);
  color: var(--fountain-white) !important;
  font-weight: 700;
}
.fountain-comparison-table tr:nth-child(even) .fountain-col-ours-data { background: #1a3d56; }
.fountain-check { color: var(--fountain-green); font-weight: 700; font-size: 17px; }
.fountain-cross { color: var(--fountain-red); font-size: 17px; }
.fountain-partial { color: #7a5c00; font-size: 13px; font-weight: 600; }

/* ==============================
   CAT HEALTH SECTION
   ============================== */
.fountain-cat-health-grid {
  display: grid;
  grid-template-columns: 55% 45%;
  gap: 56px;
  align-items: start;
}
.fountain-cat-health-signals {
  margin: 18px 0 26px;
  padding: 0;
  list-style: none;
}
.fountain-cat-health-signals li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 15px;
  line-height: 1.65;
  color: rgba(255,255,255,0.82);
  margin-bottom: 10px;
}
.fountain-cat-health-signals li::before {
  content: "\2192";
  color: var(--fountain-gold);
  font-weight: 700;
  margin-top: 2px;
  flex-shrink: 0;
}
.fountain-cat-callout {
  font-style: italic;
  font-size: 18px;
  font-weight: 700;
  color: var(--fountain-white);
  border-left: 4px solid var(--fountain-gold);
  padding-left: 20px;
  margin: 28px 0 0;
  line-height: 1.55;
}
.fountain-cat-health-image {
  border-radius: 12px;
  overflow: hidden;
  min-height: 380px;
}

/* ==============================
   DOG & MULTI-PET SECTION
   ============================== */
.fountain-dog-intro { max-width: 760px; margin: 0 auto 40px; text-align: center; }
.fountain-dog-highlight {
  background: var(--fountain-navy);
  border-radius: 12px;
  padding: 34px 38px;
  margin-bottom: 30px;
}
.fountain-dog-highlight h3 {
  color: var(--fountain-gold);
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.fountain-dog-highlight p {
  color: rgba(255,255,255,0.84);
  font-size: 16px;
  line-height: 1.75;
  margin: 0;
}
.fountain-dog-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.fountain-dog-card {
  background: var(--fountain-white);
  border-radius: 10px;
  padding: 24px;
  border: 1px solid var(--fountain-border);
}
.fountain-dog-card h4 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 10px;
  color: var(--fountain-navy);
}
.fountain-dog-card p {
  font-size: 14px;
  line-height: 1.72;
  color: var(--fountain-text-secondary);
  margin: 0;
}

/* ==============================
   OBJECTIONS (ACCORDION)
   ============================== */
.fountain-objections-intro { max-width: 640px; margin: 0 auto 44px; text-align: center; }
.fountain-accordion { max-width: 840px; margin: 0 auto; }
.fountain-accordion-item { border-bottom: 1px solid var(--fountain-border); }
.fountain-accordion-item:first-child { border-top: 1px solid var(--fountain-border); }
.fountain-accordion-trigger {
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  padding: 22px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  color: var(--fountain-text);
  line-height: 1.4;
  font-family: inherit;
  transition: color 0.18s;
}
.fountain-accordion-trigger:hover,
.fountain-accordion-trigger.active { color: var(--fountain-navy); }
.fountain-accordion-icon {
  width: 26px;
  height: 26px;
  min-width: 26px;
  border-radius: 50%;
  border: 2px solid currentColor;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  transition: transform 0.22s ease;
  flex-shrink: 0;
}
.fountain-accordion-trigger.active .fountain-accordion-icon { transform: rotate(45deg); }
.fountain-accordion-content {
  display: none;
  padding: 0 0 24px;
  font-size: 15px;
  line-height: 1.78;
  color: var(--fountain-text-secondary);
}
.fountain-accordion-content.open { display: block; }
.fountain-accordion-content p { margin: 0 0 14px; }
.fountain-accordion-content p:last-child { margin-bottom: 0; }

/* ==============================
   GUARANTEE SECTION
   ============================== */
.fountain-guarantee-inner {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 48px;
  align-items: start;
  max-width: 900px;
  margin: 0 auto;
}
.fountain-guarantee-badge {
  text-align: center;
  padding: 36px 24px;
  background: rgba(255,255,255,0.07);
  border-radius: 16px;
  border: 2px solid var(--fountain-gold);
}
.fountain-guarantee-badge-number {
  font-size: 72px;
  font-weight: 800;
  color: var(--fountain-gold);
  line-height: 1;
  display: block;
}
.fountain-guarantee-badge-label {
  font-size: 14px;
  font-weight: 700;
  color: var(--fountain-white);
  margin-top: 6px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.fountain-guarantee-badge-sublabel {
  font-size: 12px;
  color: rgba(255,255,255,0.5);
  margin-top: 8px;
  display: block;
}
.fountain-guarantee-list,
.fountain-guarantee-not-list {
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}
.fountain-guarantee-list li {
  display: flex;
  gap: 12px;
  font-size: 15px;
  color: rgba(255,255,255,0.84);
  line-height: 1.6;
  margin-bottom: 10px;
}
.fountain-guarantee-list li::before { content: "\2713"; color: var(--fountain-gold); font-weight: 700; flex-shrink: 0; }
.fountain-guarantee-not-list li {
  display: flex;
  gap: 12px;
  font-size: 15px;
  color: rgba(255,255,255,0.5);
  line-height: 1.6;
  margin-bottom: 10px;
  text-decoration: line-through;
  text-decoration-color: rgba(255,255,255,0.25);
}

/* ==============================
   FAQ SECTION
   ============================== */
.fountain-faq-header { text-align: center; margin-bottom: 44px; }

/* ==============================
   CLOSING CTA
   ============================== */
.fountain-closing-cta-inner { max-width: 660px; margin: 0 auto; text-align: center; }
.fountain-closing-cta-inner .fountain-h2 { font-size: 40px; }
.fountain-closing-cta-body { font-size: 16px; line-height: 1.78; color: rgba(255,255,255,0.78); margin-bottom: 16px; }
.fountain-closing-cta-nudge { font-size: 14px; color: rgba(255,255,255,0.52); margin: 22px 0 0; font-style: italic; }
.fountain-closing-perks {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 26px;
  font-size: 13px;
  color: rgba(255,255,255,0.6);
}
.fountain-closing-perks span { display: flex; align-items: center; gap: 6px; }

/* Trust badges (CSS-based, shown when no image uploaded) */
.fountain-trust-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 28px;
  margin-top: 32px;
  padding: 18px 24px;
  border-radius: 10px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
}
.fountain-trust-badge {
  display: flex;
  align-items: center;
  gap: 7px;
  color: rgba(248,245,240,0.8);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.fountain-trust-badge svg { color: #f4bb4c; flex-shrink: 0; }

/* ==============================
   SPECS TABLE
   ============================== */
.fountain-specs-table-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 12px;
  border: 1px solid var(--fountain-border);
  max-width: 700px;
  margin: 0 auto;
}
.fountain-specs-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  min-width: 380px;
}
.fountain-specs-table th {
  background: var(--fountain-navy);
  color: var(--fountain-white);
  padding: 13px 20px;
  text-align: left;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}
.fountain-specs-table td {
  padding: 13px 20px;
  border-bottom: 1px solid var(--fountain-border);
  color: var(--fountain-text-secondary);
  vertical-align: top;
  font-size: 15px;
}
.fountain-specs-table tr:last-child td { border-bottom: none; }
.fountain-specs-table td:first-child { font-weight: 600; color: var(--fountain-text); width: 42%; }
.fountain-specs-table tr:nth-child(even) td { background: var(--fountain-cream); }

/* ==============================
   RESPONSIVE — FOUNTAIN PAGE
   ============================== */
@media screen and (max-width: 989px) {
  .fountain-hero-inner { grid-template-columns: 1fr; }
  .fountain-hero-image-col { order: -1; }
  .fountain-hero-headline { font-size: 40px; }
  .fountain-h2 { font-size: 30px; }
  .fountain-problem-cards { grid-template-columns: 1fr; }
  .fountain-solution-features { grid-template-columns: 1fr; }
  .fountain-benefits-grid { grid-template-columns: 1fr; }
  .fountain-benefit-card-you { grid-column: 1; }
  .fountain-cat-health-grid { grid-template-columns: 1fr; }
  .fountain-cat-health-image { order: -1; min-height: 280px; }
  .fountain-dog-cards { grid-template-columns: 1fr 1fr; }
  .fountain-guarantee-inner { grid-template-columns: 1fr; }
  .fountain-guarantee-badge { max-width: 240px; margin: 0 auto; }
  .fountain-closing-cta-inner .fountain-h2 { font-size: 32px; }
}

@media screen and (max-width: 749px) {
  .fountain-section { padding: 44px 0; }
  .fountain-hero { padding: 36px 0 48px; }
  .fountain-hero-headline { font-size: 30px; }
  .fountain-hero-sub { font-size: 16px; }
  .fountain-hero-image-placeholder { min-height: 240px; }
  .fountain-h2 { font-size: 24px; }
  .fountain-h3 { font-size: 18px; }
  .fountain-body { font-size: 15px; }
  .fountain-btn { font-size: 15px; padding: 15px 22px; min-height: 50px; width: 100%; max-width: 100%; justify-content: center; }
  .fountain-btn-lg { font-size: 16px; padding: 17px 28px; min-height: 54px; }
  .fountain-trust-line { gap: 8px; font-size: 12px; }
  .fountain-trust-sep { display: none; }
  .fountain-dog-cards { grid-template-columns: 1fr; }
  .fountain-dog-highlight { padding: 24px 20px; }
  .fountain-closing-cta-inner .fountain-h2 { font-size: 24px; }
  .fountain-guarantee-badge-number { font-size: 56px; }
  .fountain-closing-perks { gap: 10px; flex-direction: column; align-items: center; }
  .fountain-accordion-trigger { font-size: 15px; padding: 18px 0; }
  .fountain-hero-cta-wrapper .fountain-btn { display: flex; }
  .fountain-solution-mid-cta .fountain-btn { display: flex; width: 100%; max-width: 100%; }
  .fountain-closing-cta-inner .fountain-btn { display: flex; width: 100%; max-width: 360px; margin: 0 auto; }
  .fountain-problem-card { padding: 24px 20px; }
  .fountain-benefit-card { padding: 22px; }
  .fountain-comparison-narrative { padding: 0 4px; }
}

/* ==============================
   BEFORE / AFTER SLIDER
   ============================== */
.fountain-ba { }
.fountain-ba-header {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 40px;
}
.fountain-ba-slider-outer { max-width: 900px; margin: 0 auto; width: 100%; box-sizing: border-box; }
.fountain-ba-slider {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  background: var(--fountain-cream);
  cursor: col-resize;
  user-select: none;
  -webkit-user-select: none;
  box-shadow: 0 8px 32px rgba(44,50,53,0.14);
  aspect-ratio: 4 / 3;
  min-height: 300px;
}
/* Before layer — sits behind, fills container */
.fountain-ba-before-layer {
  position: absolute;
  inset: 0;
}
.fountain-ba-before-layer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/* After layer — clips from left */
.fountain-ba-after-layer {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.fountain-ba-after-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  clip-path: inset(0 0 0 50%); /* initial: handle at 50%, clip left 50% → after shows right half */
  transition: clip-path 0s;
}
.fountain-ba-after-placeholder {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0 0 0 50%); /* matches above */
  border-radius: 0;
  border: none;
  background: #d4e8e0;
  min-height: unset;
}
.fountain-ba-placeholder {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  border: none;
  min-height: unset;
}
/* Vertical divider line */
.fountain-ba-divider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 3px;
  background: rgba(255,255,255,0.9);
  pointer-events: none;
  transition: left 0s;
  z-index: 5;
}
/* Circular drag handle centered on divider */
.fountain-ba-handle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 12px rgba(44,50,53,0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  color: var(--fountain-navy);
}
.fountain-ba-handle svg { flex-shrink: 0; }
/* Labels */
.fountain-ba-label {
  position: absolute;
  top: 16px;
  padding: 5px 12px;
  background: rgba(44,50,53,0.72);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-radius: 4px;
  pointer-events: none;
  backdrop-filter: blur(4px);
  z-index: 4;
  transition: opacity 0.25s ease;
}
.fountain-ba-label-before { left: 16px; }
.fountain-ba-label-after { right: 16px; }
/* Invisible range input — covers everything for drag/click */
.fountain-ba-input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: col-resize;
  z-index: 10;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
}
/* Hint text below slider */
.fountain-ba-hint {
  text-align: center;
  font-size: 13px;
  color: var(--fountain-text-secondary);
  margin-top: 14px;
  transition: opacity 0.4s ease;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 749px) {
  .fountain-ba-slider-outer { padding: 0 4px; }
  .fountain-ba-slider { min-height: 200px; border-radius: 10px; }
  .fountain-ba-handle { width: 40px; height: 40px; }
  .fountain-ba-label { font-size: 11px; padding: 4px 10px; }
}

/* ============================================================
   UGC VIDEO CAROUSEL
   ============================================================ */
.fountain-ugc-header {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 36px;
}

.fountain-ugc-carousel {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 8px;
  scrollbar-width: none;
  cursor: grab;
}
.fountain-ugc-carousel::-webkit-scrollbar { display: none; }
.fountain-ugc-carousel:active { cursor: grabbing; }

.fountain-ugc-card {
  flex-shrink: 0;
  width: 180px;
  cursor: pointer;
}

.fountain-ugc-thumb {
  position: relative;
  aspect-ratio: 9 / 16;
  border-radius: 14px;
  overflow: hidden;
  background: var(--fountain-cream);
  box-shadow: 0 4px 20px rgba(44,50,53,0.12);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.fountain-ugc-card:hover .fountain-ugc-thumb {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(44,50,53,0.2);
}

.fountain-ugc-thumb img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.fountain-ugc-play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0.18);
  transition: background 0.2s ease;
}
.fountain-ugc-card:hover .fountain-ugc-play { background: rgba(0,0,0,0.32); }

.fountain-ugc-caption {
  font-size: 12px;
  color: var(--fountain-text-secondary);
  margin: 10px 0 0;
  text-align: center;
  line-height: 1.45;
  padding: 0 4px;
}

.fountain-ugc-scroll-hint {
  text-align: center;
  font-size: 13px;
  color: var(--fountain-text-secondary);
  margin-top: 18px;
  letter-spacing: 0.04em;
  transition: opacity 0.4s ease;
}

/* Modal */
.fountain-ugc-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
}
.fountain-ugc-modal.is-open { display: flex; }

.fountain-ugc-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.88);
  cursor: pointer;
}

.fountain-ugc-modal-inner {
  position: relative;
  z-index: 1;
  width: min(340px, 88vw);
  aspect-ratio: 9 / 16;
}

.fountain-ugc-modal-player {
  width: 100%;
  height: 100%;
  border-radius: 14px;
  overflow: hidden;
  background: #000;
}
.fountain-ugc-modal-player iframe,
.fountain-ugc-modal-player video {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

.fountain-ugc-modal-close {
  position: absolute;
  top: -44px;
  right: 0;
  background: rgba(255,255,255,0.15);
  border: none;
  color: #fff;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  font-size: 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s ease;
  line-height: 1;
}
.fountain-ugc-modal-close:hover { background: rgba(255,255,255,0.28); }

@media screen and (max-width: 749px) {
  .fountain-ugc-card { width: 150px; }
  .fountain-ugc-modal-inner { width: min(290px, 85vw); }
}

/* ============================================================
   TINY PAWSS — HOMEPAGE SECTIONS  v2
   All 9 sections: hero, problem, system, featured-products,
   bundles, why, social-proof, email, final-cta
   Includes: image placeholder system, no-image states,
   background image overlays, responsive breakpoints
   ============================================================ */

/* ----------------------------------------------------------------
   SHARED TOKENS
   ---------------------------------------------------------------- */
.tp-section         { padding: 88px 0; }
.tp-section-white   { background: #ffffff; }
.tp-section-cream   { background: #ECE7DD; }
.tp-section-navy    { background: #1A1A1E; }

.tp-section-intro   { margin-bottom: 60px; }
.tp-centered        { text-align: center; }

.tp-h2 {
  font-size: clamp(26px, 3.6vw, 42px);
  font-weight: 700;
  color: #1A1A1E;
  line-height: 1.18;
  margin: 0 0 14px;
  letter-spacing: -0.3px;
}
.tp-h2-light { color: #ffffff; }

.tp-body {
  font-size: 17px;
  line-height: 1.72;
  color: #3d3d3d;
  margin: 0 0 16px;
}
.tp-body:last-child  { margin-bottom: 0; }
.tp-body-light       { color: rgba(255,255,255,0.82); }
.tp-bold-navy        { font-weight: 700; color: #1A1A1E; }

.tp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: opacity 0.15s ease, transform 0.15s ease, background 0.15s ease;
  cursor: pointer;
  border: 2px solid transparent;
  line-height: 1;
  white-space: nowrap;
}
.tp-btn:hover           { opacity: 0.88; transform: translateY(-1px); }
.tp-btn-navy            { background: #1A1A1E; color: #ffffff; }
.tp-btn-gold            { background: #c9a84c; color: #ffffff; border-color: #c9a84c; }
.tp-btn-white-outline   { background: transparent; color: #ffffff; border-color: rgba(255,255,255,0.7); }
.tp-btn-white-outline:hover { background: rgba(255,255,255,0.12); opacity: 1; transform: translateY(-1px); }

/* ----------------------------------------------------------------
   IMAGE PLACEHOLDER SYSTEM
   Spec: #ECE7DD background, #9EAD98 camera icon, muted label text
   ---------------------------------------------------------------- */
.tp-img-ph {
  background: #ECE7DD;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.tp-img-ph--square    { aspect-ratio: 1 / 1; }
.tp-img-ph--landscape { aspect-ratio: 3 / 2; }
.tp-img-ph--wide      { aspect-ratio: 16 / 9; border-radius: 16px; }

.tp-img-ph-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 24px 16px;
  text-align: center;
}
.tp-img-ph-label {
  font-size: 12px;
  color: #9EAD98;
  margin: 0;
  line-height: 1.45;
  font-weight: 500;
}
.tp-img-ph-label small {
  display: block;
  font-size: 11px;
  opacity: 0.75;
  margin-top: 3px;
  font-weight: 400;
}

/* Small icon placeholder — for problem cards and why section */
.tp-icon-ph {
  width: 52px;
  height: 52px;
  background: #ECE7DD;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
/* On navy background, slightly lighter so it reads as intentional */
.tp-icon-ph--navy {
  background: rgba(237,232,223,0.18);
}

/* ----------------------------------------------------------------
   HERO — Split layout: navy text LEFT | image RIGHT
   Text is never overlaid on the image — always readable.
   ---------------------------------------------------------------- */
.tp-hero {
  display: flex;
  min-height: 620px;
  overflow: hidden;
}

/* LEFT: solid navy text panel */
.tp-hero-left {
  flex: 0 0 52%;
  background: #1A1A1E;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 80px 0;
}
.tp-hero-left-inner {
  width: 100%;
  max-width: 580px;
  padding: 0 56px 0 clamp(20px, 4vw, 72px);
}
.tp-hero-h1 {
  font-size: clamp(28px, 3.8vw, 48px);
  font-weight: 800;
  color: #ffffff;
  line-height: 1.13;
  margin: 0 0 22px;
  letter-spacing: -0.4px;
}
.tp-hero-sub {
  font-size: 16px;
  line-height: 1.74;
  color: rgba(255,255,255,0.80);
  margin: 0 0 36px;
}
.tp-hero-btns {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

/* RIGHT: image panel */
.tp-hero-right {
  flex: 1;
  position: relative;
  overflow: hidden;
  min-height: 400px;
}
.tp-hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Placeholder — shown when no image uploaded */
.tp-hero-img-placeholder {
  position: absolute;
  inset: 0;
  background: #ECE7DD;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tp-hero-ph-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
  padding: 24px;
}
.tp-hero-ph-label {
  font-size: 13px;
  color: #9EAD98;
  margin: 0;
  line-height: 1.5;
  font-weight: 500;
  max-width: 260px;
}
.tp-hero-ph-label small {
  display: block;
  font-size: 12px;
  opacity: 0.75;
  margin-top: 4px;
  font-weight: 400;
}

/* Mobile: stack — image on top, text below */
@media screen and (max-width: 749px) {
  .tp-hero            { flex-direction: column; min-height: unset; }
  .tp-hero-right      { flex: none; min-height: unset; aspect-ratio: 4 / 3; position: relative; }
  .tp-hero-left       { flex: none; justify-content: center; padding: 52px 0; }
  .tp-hero-left-inner { padding: 0 24px; max-width: 100%; }
  .tp-hero-btns       { flex-direction: column; align-items: flex-start; }
}
@media screen and (max-width: 989px) and (min-width: 750px) {
  .tp-hero-left       { flex: 0 0 55%; }
  .tp-hero-h1         { font-size: clamp(26px, 3.2vw, 38px); }
  .tp-hero-left-inner { padding: 0 36px 0 28px; }
}

/* ----------------------------------------------------------------
   PROBLEM
   ---------------------------------------------------------------- */
.tp-problem .tp-section-intro { margin-bottom: 44px; }
.tp-problem-body               { max-width: 740px; margin: 0 auto; }
.tp-problem-body p             { margin-bottom: 18px; }
.tp-problem-body p:last-child  { margin-bottom: 0; }

.tp-problem-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 52px;
}
.tp-problem-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 36px 28px 32px;
  box-shadow: 0 1px 0 rgba(16,37,50,0.06), 0 4px 20px rgba(16,37,50,0.06);
  border: 1px solid rgba(16,37,50,0.05);
}
.tp-problem-card-icon  { margin-bottom: 24px; }

/* Problem card icon placeholder — larger than the shared tp-icon-ph */
.tp-problem-icon-ph {
  width: 96px;
  height: 96px;
  background: #ECE7DD;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tp-problem-card-title {
  font-size: 17px;
  font-weight: 700;
  color: #1A1A1E;
  margin: 0 0 10px;
  line-height: 1.3;
}
.tp-problem-card-body {
  font-size: 15px;
  line-height: 1.68;
  color: #555;
  margin: 0;
}

@media screen and (max-width: 989px) {
  .tp-problem-cards { grid-template-columns: 1fr; gap: 18px; max-width: 520px; margin-left: auto; margin-right: auto; }
}

/* ----------------------------------------------------------------
   SYSTEM — CLEAN. HYDRATE. THRIVE.
   ---------------------------------------------------------------- */
.tp-system-eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #c9a84c;
  margin-bottom: 10px;
}
.tp-system-heading-sub {
  font-size: 19px;
  color: #666;
  margin: 0 0 22px;
  font-style: italic;
}
.tp-system-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.tp-system-step {
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 0 rgba(16,37,50,0.05), 0 6px 24px rgba(16,37,50,0.08);
  background: #ffffff;
  border: 1px solid rgba(16,37,50,0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.tp-system-step:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 36px rgba(16,37,50,0.12);
}
.tp-system-step-img-wrap {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  flex-shrink: 0;
}
.tp-system-step-body {
  padding: 28px 24px 32px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.tp-system-step-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}
.tp-system-step-number {
  font-size: 40px;
  font-weight: 900;
  color: #1A1A1E;
  line-height: 1;
  opacity: 0.12;
}
.tp-system-step-tag {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #c9a84c;
  background: rgba(201,168,76,0.12);
  padding: 5px 12px;
  border-radius: 4px;
}
.tp-system-step-header {
  font-size: 19px;
  font-weight: 700;
  color: #1A1A1E;
  margin: 0 0 12px;
  line-height: 1.3;
}
.tp-system-step-copy {
  font-size: 14px;
  line-height: 1.72;
  color: #555;
  margin: 0 0 22px;
  flex: 1;
}
.tp-system-step-products {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}
.tp-system-product-pill {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  color: #1A1A1E;
  background: #ECE7DD;
  border: 1px solid #d5cdc3;
  border-radius: 20px;
  padding: 5px 13px;
  text-decoration: none;
  transition: background 0.15s ease;
}
.tp-system-product-pill:hover { background: #ddd8cf; }

@media screen and (max-width: 989px) {
  .tp-system-steps { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; }
}

/* ----------------------------------------------------------------
   FEATURED PRODUCTS
   ---------------------------------------------------------------- */
.tp-featured-intro p {
  font-size: 17px;
  line-height: 1.7;
  color: #555;
  max-width: 680px;
  margin: 0 auto;
}

/* Flexbox so 5 cards: row of 3, row of 2 centred */
.tp-featured-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}
.tp-featured-card {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 1px 0 rgba(16,37,50,0.05), 0 4px 20px rgba(16,37,50,0.07);
  background: #ffffff;
  border: 1px solid rgba(16,37,50,0.05);
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  flex: 0 1 calc(33.333% - 16px);
  min-width: 240px;
}
.tp-featured-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(16,37,50,0.13);
}
.tp-featured-card-img-wrap {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  flex-shrink: 0;
}
.tp-featured-card-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}
.tp-featured-card:hover .tp-featured-card-img-wrap img { transform: scale(1.03); }
.tp-featured-card-body {
  padding: 20px 20px 26px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.tp-featured-card-tag {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #c9a84c;
  margin-bottom: 7px;
}
.tp-featured-card-title {
  font-size: 15px;
  font-weight: 700;
  color: #1A1A1E;
  margin: 0 0 9px;
  line-height: 1.3;
}
.tp-featured-card-copy {
  font-size: 13px;
  line-height: 1.68;
  color: #666;
  margin: 0 0 14px;
}

/* Feature bullet list — checkmarks, shown when features field is filled */
.tp-featured-card-features {
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex: 1;
}
.tp-featured-card-features li {
  font-size: 12px;
  font-weight: 500;
  color: #3d3d3d;
  padding-left: 18px;
  position: relative;
  line-height: 1.5;
}
.tp-featured-card-features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #c9a84c;
  font-weight: 800;
  font-size: 11px;
  top: 1px;
}

@media screen and (max-width: 989px) {
  .tp-featured-card { flex: 0 1 calc(50% - 12px); }
}
@media screen and (max-width: 599px) {
  .tp-featured-card { flex: 0 1 100%; }
}

/* ----------------------------------------------------------------
   BUNDLES
   ---------------------------------------------------------------- */
.tp-bundles-heading-sub {
  font-size: 19px;
  color: #666;
  margin: 0 0 18px;
  font-style: italic;
}
.tp-bundles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: start;
}
.tp-bundle-card {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 1px 0 rgba(16,37,50,0.06), 0 4px 20px rgba(16,37,50,0.07);
  border: 1px solid rgba(16,37,50,0.06);
  position: relative;
  display: flex;
  flex-direction: column;
}
.tp-bundle-card--featured {
  border: 2px solid #c9a84c;
  box-shadow: 0 4px 32px rgba(201,168,76,0.18);
}
.tp-bundle-badge {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #c9a84c;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 6px 18px;
  border-radius: 0 0 10px 10px;
  white-space: nowrap;
  z-index: 1;
}
.tp-bundle-img-wrap {
  width: 100%;
  overflow: hidden;
  flex-shrink: 0;
}
.tp-bundle-img-wrap img { display: block; }
.tp-bundle-card-inner {
  padding: 24px 24px 28px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.tp-bundle-card--featured .tp-bundle-card-inner { padding-top: 36px; }
.tp-bundle-card-subtitle {
  font-size: 12px;
  color: #888;
  margin-bottom: 5px;
  font-style: italic;
}
.tp-bundle-card-title {
  font-size: 19px;
  font-weight: 700;
  color: #1A1A1E;
  margin: 0 0 20px;
  line-height: 1.25;
}
.tp-bundle-includes-label {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #999;
  margin: 0 0 8px;
}
.tp-bundle-items {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}
.tp-bundle-items li {
  font-size: 14px;
  color: #3d3d3d;
  padding: 7px 0;
  border-bottom: 1px solid rgba(16,37,50,0.06);
  display: flex;
  align-items: center;
  gap: 10px;
}
.tp-bundle-items li:last-child { border-bottom: none; }
.tp-bundle-items li::before {
  content: "✓";
  color: #c9a84c;
  font-weight: 800;
  font-size: 12px;
  flex-shrink: 0;
}
.tp-bundle-copy {
  font-size: 14px;
  line-height: 1.68;
  color: #555;
  margin: 0 0 20px;
  flex: 1;
}
.tp-bundle-pricing {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 18px;
}
.tp-bundle-price {
  font-size: 28px;
  font-weight: 800;
  color: #1A1A1E;
  letter-spacing: -0.5px;
}
.tp-bundle-savings {
  font-size: 13px;
  color: #c9a84c;
  font-weight: 600;
}
.tp-bundle-cta { width: 100%; justify-content: center; }

@media screen and (max-width: 989px) {
  .tp-bundles-grid { grid-template-columns: 1fr; max-width: 440px; margin: 0 auto; }
}

/* ----------------------------------------------------------------
   WHY TINY PAWSS
   ---------------------------------------------------------------- */
.tp-why .tp-section-intro { margin-bottom: 56px; }

/* Featured image zone — above heading and differentiator grid */
.tp-why-section-img {
  max-width: 900px;
  margin: 0 auto 56px;
  border-radius: 16px;
  overflow: hidden;
}
.tp-why-section-img-el {
  width: 100%;
  display: block;
}
.tp-why-section-img .tp-img-ph { border-radius: 0; }

.tp-why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 48px;
}
.tp-why-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.tp-why-icon {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tp-why-heading {
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 8px;
  line-height: 1.3;
}
.tp-why-body {
  font-size: 14px;
  line-height: 1.72;
  color: rgba(255,255,255,0.68);
  margin: 0;
}

@media screen and (max-width: 989px) {
  .tp-why-grid { grid-template-columns: 1fr 1fr; gap: 32px 36px; }
}
@media screen and (max-width: 599px) {
  .tp-why-grid { grid-template-columns: 1fr; gap: 28px; }
}

/* ----------------------------------------------------------------
   SOCIAL PROOF
   ---------------------------------------------------------------- */
/* Media gallery — photos and videos above reviews */
.tp-proof-media-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-bottom: 60px;
}
.tp-proof-media-item {
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  position: relative;
  background: #ECE7DD;
}
.tp-proof-media-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.tp-proof-media-item:hover .tp-proof-media-img { transform: scale(1.04); }
.tp-proof-media-video {
  position: absolute;
  inset: 0;
}
.tp-proof-media-video iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}
.tp-proof-media-ph {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tp-proof-media-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(16,37,50,0.65));
  color: rgba(255,255,255,0.92);
  font-size: 12px;
  font-weight: 500;
  padding: 20px 12px 10px;
  margin: 0;
  text-align: center;
}
/* Empty state shown before any blocks are added */
.tp-proof-media-empty {
  background: #ECE7DD;
  border-radius: 16px;
  padding: 48px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
  text-align: center;
}

@media screen and (max-width: 989px) {
  .tp-proof-media-grid { grid-template-columns: repeat(3, 1fr); }
}
@media screen and (max-width: 599px) {
  .tp-proof-media-grid { grid-template-columns: repeat(2, 1fr); gap: 8px; margin-bottom: 40px; }
}

.tp-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.tp-proof-card {
  background: #F6F3EE;
  border-radius: 14px;
  padding: 28px 26px 30px;
  border: 1px solid rgba(16,37,50,0.05);
  display: flex;
  flex-direction: column;
}
.tp-proof-stars {
  display: flex;
  gap: 2px;
  margin-bottom: 16px;
}
.tp-proof-star         { font-size: 17px; color: #d0c8be; }
.tp-proof-star--filled { color: #c9a84c; }
.tp-proof-quote {
  margin: 0 0 20px;
  padding: 0;
  border: none;
  flex: 1;
}
.tp-proof-quote p {
  font-size: 15px;
  line-height: 1.72;
  color: #3d3d3d;
  margin: 0;
  font-style: italic;
}
.tp-proof-attribution {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding-top: 16px;
  border-top: 1px solid rgba(16,37,50,0.07);
}
.tp-proof-name   { font-size: 13px; font-weight: 700; color: #1A1A1E; }
.tp-proof-detail { font-size: 12px; color: #999; }
.tp-proof-product {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  color: #c9a84c;
  background: rgba(201,168,76,0.1);
  border-radius: 4px;
  padding: 3px 8px;
  margin-top: 5px;
  width: fit-content;
}

@media screen and (max-width: 989px) {
  .tp-proof-grid { grid-template-columns: 1fr 1fr; }
}
@media screen and (max-width: 599px) {
  .tp-proof-grid { grid-template-columns: 1fr; }
}

/* ----------------------------------------------------------------
   EMAIL SIGNUP — Two-column card layout
   Left: lifestyle image  |  Right: heading + stacked form
   ---------------------------------------------------------------- */
.tp-email-card {
  display: flex;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 40px rgba(16,37,50,0.10);
  min-height: 540px;
}

/* LEFT column — image fills the full panel height */
.tp-email-img-col {
  flex: 0 0 44%;
  position: relative;
  overflow: hidden;
}
.tp-email-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/* Placeholder fills the column */
.tp-email-img-ph {
  width: 100%;
  height: 100%;
  min-height: 320px;
  background: #ECE7DD;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* RIGHT column — white card with form */
.tp-email-form-col {
  flex: 1;
  background: #ffffff;
  padding: 52px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.tp-email-form-col .tp-h2 { margin-bottom: 14px; }
.tp-email-sub {
  font-size: 16px;
  line-height: 1.72;
  color: #555;
  margin: 0 0 30px;
}

/* Stacked form fields */
.tp-email-fields-stack {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 14px;
}
.tp-email-input {
  width: 100%;
  height: 50px;
  padding: 0 18px;
  border: 1.5px solid #c8bfb5;
  border-radius: 6px;
  font-size: 15px;
  color: #1A1A1E;
  background: #ffffff;
  outline: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
  box-sizing: border-box;
}
.tp-email-input:focus {
  border-color: #1A1A1E;
  box-shadow: 0 0 0 3px rgba(16,37,50,0.07);
}
.tp-email-input::placeholder { color: #b0a89e; }
.tp-email-btn { width: 100%; justify-content: center; }
.tp-email-fine-print {
  font-size: 12px;
  color: #aaa;
  margin: 0;
}
.tp-email-success p {
  font-size: 17px;
  font-weight: 700;
  color: #1A1A1E;
  padding: 22px;
  background: rgba(16,37,50,0.06);
  border-radius: 10px;
}
.tp-email-error { color: #c0392b; font-size: 14px; margin-bottom: 10px; }

@media screen and (max-width: 989px) {
  .tp-email-card { flex-direction: column; min-height: unset; }
  .tp-email-img-col { flex: none; aspect-ratio: 3 / 2; }
  .tp-email-img { position: static; width: 100%; height: 100%; }
  .tp-email-img-ph { min-height: unset; aspect-ratio: 3 / 2; }
  .tp-email-form-col { padding: 40px 36px; }
}
@media screen and (max-width: 599px) {
  .tp-email-form-col { padding: 32px 24px; }
}

/* ----------------------------------------------------------------
   FINAL CTA
   ---------------------------------------------------------------- */
.tp-final-cta         { padding: 108px 0; }
.tp-final-cta-inner   { max-width: 720px; margin: 0 auto; }

.tp-final-cta--has-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.tp-final-cta--has-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(16,37,50,0.84);
  z-index: 0;
}
.tp-final-cta--has-bg .page-width { position: relative; z-index: 1; }

.tp-final-cta-body           { margin-bottom: 40px; }
.tp-final-cta-body p {
  font-size: 17px;
  line-height: 1.72;
  color: rgba(255,255,255,0.82);
  margin-bottom: 16px;
}
.tp-final-cta-body p:last-child { margin-bottom: 0; }
.tp-final-cta-btns {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 32px;
}
.tp-final-cta-trust {
  font-size: 13px;
  color: rgba(255,255,255,0.45);
  margin: 0;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 599px) {
  .tp-final-cta-btns { flex-direction: column; align-items: center; }
}

/* ----------------------------------------------------------------
   GLOBAL RESPONSIVE — all tp sections
   ---------------------------------------------------------------- */
@media screen and (max-width: 749px) {
  .tp-section       { padding: 60px 0; }
  .tp-final-cta     { padding: 76px 0; }
}

/* ----------------------------------------------------------------
   SCREENSHOT / PRINT COMPATIBILITY
   Dawn hides off-screen elements at opacity: 0.01 and reveals
   them via JavaScript (IntersectionObserver). Screenshot apps
   often capture the page before JS fires, so anything below the
   fold appears blank — including the footer.
   This override makes every animated element fully visible in
   print/screenshot mode regardless of scroll position.
   ---------------------------------------------------------------- */
@media print {
  /* Zero out animation durations so all elements snap to their
     final (visible) state immediately */
  :root {
    --duration-extra-long: 0ms !important;
    --duration-long:       0ms !important;
    --duration-default:    0ms !important;
    --duration-fast:       0ms !important;
    --duration-short:      0ms !important;
  }

  /* Force all Dawn scroll-animated elements visible */
  .scroll-trigger.animate--fade-in,
  .scroll-trigger.animate--slide-in {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
    transition: none !important;
    visibility: visible !important;
  }

  /* Explicitly force footer visible */
  .footer,
  .footer__content-top,
  .footer__content-bottom,
  .footer-block,
  .footer-block--newsletter {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
    visibility: visible !important;
  }
}
