/* ============================================
   PETSKY.SK - Custom Stylesheet
   Replaces previous css-petsky.css
   ============================================ */

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

/* --- CSS Variables + Type Scale --- */
/*
   Type scale: Major Third (1.25 ratio)
   Base: 18px

   --ts-sm:    14px  - captions, small labels
   --ts-base:  18px  - body text
   --ts-md:    22px  - lead text, large body, accent
   --ts-lg:    28px  - h4, benefit headings
   --ts-xl:    36px  - h3, section subtitles
   --ts-2xl:   44px  - h2, section titles
   --ts-3xl:   56px  - h1, hero display
   Using px instead of rem because Shoptet sets html { font-size: 10px } (62.5% reset)
*/
:root {
  --petsky-navy: #1C2E4A;
  --petsky-beige: #EEC7A0;
  --petsky-orange: #F49D5C;
  --petsky-coral: #FA7A67;
  --petsky-pink: #FAD8DD;
  --petsky-yellow: #FFE073;
  --petsky-cream: #FFF2BF;
  --petsky-white: #FFFFFF;
  --petsky-black: #1a1a1a;

  --font-heading: 'Playfair Display', Georgia, serif;
  --font-body: 'Work Sans', 'Open Sans', sans-serif;
  --font-accent: 'Playfair Display', Georgia, serif;       /* italic weight used as accent */
  --font-script: 'Caveat', cursive;                        /* playful handwritten accent */

  --ts-sm: 14px;
  --ts-base: 18px;
  --ts-md: 22px;
  --ts-lg: 28px;
  --ts-xl: 36px;
  --ts-2xl: 44px;
  --ts-3xl: 56px;
}

/* --- Global Resets --- */
body {
  font-family: var(--font-body) !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  color: var(--petsky-black);
  line-height: 1.65;
  overflow-x: hidden !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: var(--font-heading) !important;
  font-weight: 600 !important;
  color: var(--petsky-navy);
  line-height: 1.2;
}

p {
  font-family: var(--font-body) !important;
  font-size: var(--ts-base);
  line-height: 1.7;
}

/* --- Overall Layout --- */
.overall-wrapper {
  padding-top: 0px !important;
}

html, body {
  overflow-x: hidden !important;
}

/* ============================================
   HEADER
   ============================================ */
#header {
  z-index: 1000;
  position: relative;
  background-color: transparent;
}

#header > div.header-top > div > div.site-name > a > img {
  max-height: 100px !important;
}

@media (max-width: 767.98px) {
  #header > div.header-top > div > div.site-name > a > img {
    max-height: 50px !important;
  }
}

/* Transparent nav background */
#navigation > div,
#header > div.header-top > div > div.navigation-buttons > a {
  background-color: transparent;
}

.navigation-buttons a[data-target=login],
.navigation-buttons a[data-target=login]:hover,
.navigation-buttons a[data-target=navigation],
.navigation-buttons a[data-target=navigation]:hover,
.navigation-buttons a[data-target=search],
.navigation-buttons a[data-target=search]:hover {
  background-color: transparent;
  color: var(--_color-header-text);
}

/* Nav font */
.navigation-in {
  font-family: var(--font-body) !important;
  font-size: var(--ts-base);
}

#navigation > div > ul.menu-level-1 > li > a > b {
  font-weight: 600;
}

#navigation > div > ul.menu-level-1 > li > a {
  display: inline-block;
  position: relative;
  color: #000;
  text-decoration: none;
  font-family: var(--font-body) !important;
}

/* Nav hover underline animation */
#navigation > div > ul.menu-level-1 > li > a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  height: 2px;
  width: 100%;
  background: var(--petsky-navy);
  transition: transform 600ms cubic-bezier(.2,.9,.2,1);
  border-radius: 2px;
  opacity: 1;
}

#navigation > div > ul.menu-level-1 > li > a:hover::after,
#navigation > div > ul.menu-level-1 > li > a:focus-visible::after {
  transform: translateX(-50%) scaleX(1);
}

/* Remove icon after pseudo-elements */
[class*=" icon-"]:after, [class^=icon-]:after {
  opacity: 0;
}

.navigation-in > ul > li.exp > a,
.navigation-in > ul > li > a:hover {
  background-color: transparent !important;
}

.navigation-close {
  display: block;
}

header {
  margin-bottom: 0px;
}

.search-window-visible:before {
  background-color: rgb(238 238 238 / 0%);
}

/* Mobile header */
@media (max-width: 767px) {
  #navigation {
    background-color: white;
  }
}

/* ============================================
   HERO / CAROUSEL
   ============================================ */
body.id-1 > div > #content-wrapper {
  margin-top: -90px !important;
}

@media (max-width: 576px) {
  body.id-1 > div > #content-wrapper {
    margin-top: -50px !important;
  }
}

/* ============================================
   BENEFIT BANNER (3 columns) - Dark premium style
   ============================================ */
.container--bannersBenefit {
  padding: 96px 20px;
  background-color: transparent;
}

.benefitBanner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 0;
}

.benefitBanner__content {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.benefitBanner__item {
  text-align: center;
  flex: 1;
  padding: 20px;
}

.benefitBanner .benefitBanner__item,
.benefitBanner .benefitBanner__link {
  justify-content: flex-start !important;
}

/* Benefit headings - first line (script/handwritten style) */
.benefit__heading-script {
  font-family: var(--font-script) !important;
  font-weight: 500 !important;
  font-style: normal;
  text-transform: none;
  margin-bottom: 2px;
  font-size: 30px;
  color: var(--petsky-navy);
}

/* Benefit headings - second line (bold uppercase) */
.benefit__heading-bold {
  font-family: var(--font-heading) !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 8px;
  font-size: var(--ts-xl);
  letter-spacing: 2px;
  color: var(--petsky-navy);
}

/* Benefit divider bar */
.benefit__divider {
  display: none !important;
}

/* Benefit description text */
.benefit__desc {
  margin-top: 8px;
  font-family: var(--font-body) !important;
  font-size: var(--ts-base);
  line-height: 1.7;
  color: #4a4a4a;
}

/* ============================================
   PRODUCTS SECTION
   ============================================ */

/* Hide the "Akcny tovar" heading above products */
#content > div.homepage-group-title.homepage-products-heading-1.h4 {
  display: none;
}

/* Hide the tabs navigation row */
#content > div.index-content-wrapper > div.shp-tabs-wrapper.homepage-tabs-wrapper > div.shp-tabs-row.responsive-nav {
  display: none !important;
}

/* Product grid container */
.shp-tabs-wrapper {
  padding: 152px 20px;
}

/* Products section heading */
.petsky-products-heading {
  text-align: center;
  margin-bottom: 40px;
}

.petsky-products-heading h2 {
  font-family: var(--font-heading) !important;
  font-size: var(--ts-2xl);
  font-weight: 700 !important;
  color: var(--petsky-navy);
  margin: 0 0 12px 0;
}

.petsky-products-heading p {
  font-family: var(--font-body) !important;
  font-size: var(--ts-base);
  color: #4a4a4a;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.7;
}

/* Force 4-column grid */
.products-block {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 24px !important;
}

/* Product cards */
.product {
  border: none !important;
  border-radius: 0 !important;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background: var(--petsky-white);
  box-shadow: none !important;
  width: 100% !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.product .p {
  border: none !important;
}

.product:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(0,0,0,0.08) !important;
}

/* Product image */
.product .image {
  width: 100% !important;
}

/* Image wrapper: relative for hover overlay positioning */
.product a.image {
  position: relative;
  overflow: hidden;
  display: block;
}

.product .image img {
  width: 100% !important;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 0;
  display: block;
  pointer-events: none;
}

/* No zoom on hover */
.product:hover .image img {
  transform: none !important;
}

/* Hover image: slide reveal via clip-path (lives in .p, not inside <a>) */
.product .p > .petsky-hover-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  z-index: 10;
  pointer-events: none;
  clip-path: inset(100% 0 0 0);
  transition: clip-path 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.product:hover .p > .petsky-hover-img {
  clip-path: inset(0 0 0 0);
}

/* Product info area */
.product .p-in {
  padding: 24px 0 0 0 !important;
  text-align: left;
}

/* Reset inner padding so everything aligns to .p-in's padding */
.product .p-in .name { padding: 0 !important; }
.product .p-in .p-in-in { padding: 0 !important; }
.product .p-bottom { padding: 0 !important; }

/* Product name */
.product .p-in .name {
  font-family: var(--font-heading) !important;
  font-size: var(--ts-md);
  font-weight: 500 !important;
  color: var(--petsky-navy);
  line-height: 1.3;
  text-transform: none !important;
  text-decoration: none !important;
  display: block;
  margin-bottom: 8px;
}

/* Product price */
.product .p-in .price {
  font-family: var(--font-body) !important;
  font-size: var(--ts-base);
  font-weight: 500 !important;
  color: #4a4a4a;
  text-align: left;
}

/* Product availability */
.product .availability {
  font-size: 13px !important;
  color: #888 !important;
  margin-bottom: 12px !important;
}

.product .availability .availability-amount {
  color: #888 !important;
}

/* Add to cart button */
.btn, a.btn {
  border-radius: 0 !important;
  font-family: var(--font-body) !important;
  font-weight: 500 !important;
  font-size: var(--ts-sm);
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}

.product .p-tools {
  text-align: left;
}

.product .btn-cart,
.product .add-to-cart-btn {
  background-color: transparent !important;
  border: 1.5px solid var(--petsky-navy) !important;
  color: var(--petsky-navy) !important;
  border-radius: 0 !important;
  padding: 12px 32px;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  font-size: var(--ts-sm);
  font-weight: 500 !important;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Remove card lift/shadow on hover */
.products-block .product:hover,
.product.product:hover {
  transform: none !important;
  box-shadow: none !important;
}

/* Button hover (direct) */
.product .btn-cart:hover,
.product .add-to-cart-btn:hover {
  background-color: var(--petsky-navy) !important;
  color: var(--petsky-white) !important;
  border-color: var(--petsky-navy) !important;
}

/* Fill button on card hover */
.product:hover .btn-cart,
.product:hover .add-to-cart-btn {
  background-color: var(--petsky-navy) !important;
  color: var(--petsky-white) !important;
}

/* Responsive: 2 columns on tablet */
@media (max-width: 992px) {
  .products-block {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

/* Responsive: single column on mobile */
@media (max-width: 576px) {
  .products-block {
    grid-template-columns: 1fr !important;
  }
}

/* ============================================
   WELCOME / HOMEPAGE TEXTS AREA
   ============================================ */

/* Hide the "Vitajte v nasom obchode" heading */
#content > div.index-content-wrapper > div.homepage-texts-wrapper > div.welcome-wrapper > div > h1 {
  display: none !important;
}

/* Make welcome wrapper full width (remove sidebar layout) */
#content > div.index-content-wrapper > div.homepage-texts-wrapper > div.welcome-wrapper {
  max-width: 100% !important;
  width: 100% !important;
}

#content > div.index-content-wrapper > div.homepage-texts-wrapper {
  display: none !important;
  margin: 0 !important;
}

/* Hide empty body-banners div that creates unwanted 19px gap */
#content > div.index-content-wrapper > div.banners-content.body-banners {
  display: none !important;
  margin: 0 !important;
}

/* Hide the Top 10 sidebar */
#content > div.index-content-wrapper > div.homepage-texts-wrapper > div.top-products-wrapper.js-top10 {
  display: none !important;
}

/* ============================================
   IMAGE + TEXT SECTIONS (.containerhs) - existing Shoptet ones
   ============================================ */
.containerhs {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 80px auto;
  max-width: 1200px;
  padding: 0 20px;
  gap: 60px;
}

.image-sidehs,
.text-sidehs {
  flex: 1;
}

.image-sidehs img {
  width: 100%;
  border-radius: 12px;
}

.text-sidehs h1 {
  font-family: var(--font-heading) !important;
  font-size: var(--ts-2xl);
  font-weight: 700 !important;
  line-height: 1.2;
  color: var(--petsky-navy);
  margin: 0 0 24px 0;
  max-width: 450px;
}

.text-sidehs p {
  font-family: var(--font-body) !important;
  font-size: var(--ts-base);
  line-height: 1.7;
  color: #4a4a4a;
  max-width: 450px;
  margin: 0 0 40px 0;
}

/* Responsive: stack vertically on mobile */
@media (max-width: 768px) {
  .containerhs {
    flex-direction: column;
    text-align: center;
    margin: 40px auto;
    gap: 30px;
  }

  .containerhs.reversed {
    flex-direction: column-reverse;
  }

  .image-sidehs img {
    max-width: 100%;
  }

  .text-sidehs h1 {
    margin-top: 20px;
    font-size: var(--ts-xl);
    max-width: 100%;
  }

  .text-sidehs p {
    max-width: 100%;
  }
}

/* ============================================
   NEWSLETTER (Emailkampane widget in welcome)
   ============================================ */
#ec_form_2-2bb287d15897fe2f9d89c882af9a3a8b > div {
  margin: 0px !important;
  width: 100% !important;
}

/* ============================================
   HIDE ELEMENTS WE DON'T NEED
   ============================================ */

/* Hide Shoptet's built-in footer newsletter (we use Emailkampane instead) */
.footer-newsletter {
  display: none !important;
}

/* Hide the homepage products heading if duplicated */
#content > div.homepage-group-title.homepage-products-heading-3.h4 {
  display: none !important;
}

/* Hide breadcrumbs on category pages */
#category-header > div > ul {
  display: none !important;
}

/* ============================================
   FOOTER
   ============================================ */
#footer {
  background-color: #F8F6ED !important;
  padding-bottom: 0px !important;
  margin-top: 0 !important;
}

/* Hide redundant footer newsletter */
#footer .footer-newsletter {
  display: none !important;
}

#footer > div.container.footer-rows {
  padding: 64px 5% 48px;
}

#footer > div.container.footer-rows > div {
  justify-content: center;
  gap: 40px;
}

/* Footer headings */
#footer > div > div > div > h4 {
  margin-bottom: 20px;
}

#footer > div > div > div > h4 > span {
  font-family: var(--font-heading) !important;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700 !important;
  letter-spacing: 1.5px;
  color: var(--petsky-navy);
}

#footer > div > div > div > h4 > span::after {
  display: none;
}

/* Footer body text */
#footer > div.container.footer-rows > div > div.col-sm-4 > ul > li {
  font-family: var(--font-body) !important;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 8px;
  color: var(--petsky-navy);
}

/* Footer links */
#footer a {
  color: var(--petsky-navy) !important;
  text-decoration: none !important;
  transition: color 0.2s ease;
  font-size: 18px;
}

#footer a:hover {
  color: var(--petsky-orange) !important;
}

/* Footer list styling */
#footer > div.container.footer-rows > div > div.custom-footer__articles.col-sm-4 > ul > li:before {
  display: none !important;
}

#footer > div.container.footer-rows > div > div.col-sm-4 > ul {
  padding-left: 0px !important;
  list-style: none;
  margin: 0;
}

/* Contact column icon styling */
#footer .custom-footer__contact li {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* Hide Shoptet default icons, we rely on text labels */
#footer .custom-footer__contact li [class*="icon-"]::after,
#footer .custom-footer__contact li [class*="icon-"]::before {
  display: none !important;
}

/* Payment images */
#footer .custom-footer__onlinePayments .text-center {
  text-align: left !important;
}

#footer .custom-footer__onlinePayments img {
  max-height: 32px;
  width: auto;
}

/* Hide original Shoptet footer-bottom (content moved by JS) */
#footer > div.container.footer-bottom {
  display: none !important;
}

/* Divider line inside footer-rows */
.petsky-footer-divider {
  width: 100%;
  height: 1px;
  background-color: rgba(28, 46, 74, 0.1);
  margin-top: 48px;
}

/* Bottom row (copyright + signature) inside footer-rows */
.petsky-footer-bottom-row {
  display: flex;
  justify-content: space-between !important;
  align-items: center;
  padding: 16px 0;
  width: 100%;
}

.petsky-footer-bottom-row .copyright,
.petsky-footer-bottom-row .copyright *,
.petsky-footer-bottom-row .copyright a,
.petsky-footer-bottom-row #signature,
.petsky-footer-bottom-row #signature * {
  color: var(--petsky-navy) !important;
  font-size: 13px !important;
  font-family: var(--font-body) !important;
}

@media (max-width: 576px) {
  #footer > div.container.footer-rows {
    padding: 40px 20px 32px;
  }

  #footer > div.container.footer-rows > div {
    flex-direction: column;
    gap: 32px;
  }
}

/* Remove transparent background from blog content */
#newsWrapper > div > div > div.text > div * {
  background-color: transparent !important;
}

/* ============================================
   JS-INJECTED SECTIONS
   ============================================ */

/* Generic section wrapper for injected content - full bleed */
.petsky-section {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
  padding: 0;
  overflow: hidden;
}

/* ============================================
   NEWSLETTER SECTION (custom Ecomail integration)
   ============================================ */
#petsky-newsletter {
  background-color: #EE709B;
  padding: 152px 20px;
  text-align: center;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  box-sizing: border-box;
}

.petsky-nl__inner {
  max-width: 560px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* Decorative images */
.petsky-nl__deco {
  position: absolute;
  pointer-events: none;
  z-index: 1;
}

.petsky-nl__deco--left {
  left: -80px;
  top: 50%;
  transform: translateY(-50%);
  height: 90%;
  width: auto;
  object-fit: contain;
}

.petsky-nl__deco--right {
  right: 0;
  bottom: 0;
  height: 85%;
  width: auto;
  object-fit: contain;
}

.petsky-nl__accent {
  font-family: var(--font-script);
  font-size: 28px;
  font-weight: 500;
  color: rgba(255,255,255,0.85);
  display: block;
  margin-bottom: 16px;
}

.petsky-nl__heading {
  font-family: var(--font-heading) !important;
  font-size: 42px;
  font-weight: 700 !important;
  color: var(--petsky-white);
  margin: 0 0 16px 0;
  line-height: 1.2;
}

.petsky-nl__sub {
  font-family: var(--font-body) !important;
  font-size: 18px;
  font-weight: 400;
  color: rgba(255,255,255,0.9);
  margin: 0 0 32px 0;
  line-height: 1.5;
}

.petsky-nl__form {
  display: flex;
  gap: 0;
  max-width: 480px;
  margin: 0 auto 20px auto;
}

.petsky-nl__input {
  flex: 1;
  padding: 16px 20px;
  border: 2px solid rgba(255,255,255,0.4);
  border-right: none;
  border-radius: 6px 0 0 6px;
  background: rgba(255,255,255,0.15);
  color: var(--petsky-white);
  font-family: var(--font-body);
  font-size: 16px;
  outline: none;
  transition: border-color 300ms ease, background 300ms ease;
}

.petsky-nl__input::placeholder {
  color: rgba(255,255,255,0.6);
}

.petsky-nl__input:focus {
  border-color: rgba(255,255,255,0.8);
  background: rgba(255,255,255,0.25);
}

.petsky-nl__btn {
  padding: 16px 28px;
  border: none;
  border-radius: 0 6px 6px 0;
  background: var(--petsky-navy);
  color: var(--petsky-white);
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  transition: background 300ms ease, transform 100ms ease;
}

.petsky-nl__btn:hover {
  background: #1a2744;
}

.petsky-nl__btn:active {
  transform: scale(0.97);
}

.petsky-nl__btn:disabled {
  opacity: 0.7;
  cursor: default;
}

.petsky-nl__privacy {
  font-family: var(--font-body) !important;
  font-size: 13px;
  font-weight: 400;
  color: rgba(255,255,255,0.6);
  margin: 0;
}

/* Hide the original Ecomail widget visuals */
.petsky-nl__ecomail-hidden {
  position: absolute;
  left: -9999px;
  top: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 576px) {
  #petsky-newsletter {
    padding: 64px 20px;
  }

  .petsky-nl__heading {
    font-size: 30px;
  }

  .petsky-nl__form {
    flex-direction: column;
    gap: 12px;
  }

  .petsky-nl__input {
    border-right: 2px solid rgba(255,255,255,0.4);
    border-radius: 6px;
  }

  .petsky-nl__btn {
    border-radius: 6px;
  }

  .petsky-nl__deco {
    display: none;
  }
}

@media (max-width: 1024px) and (min-width: 577px) {
  .petsky-nl__deco--left {
    height: 70%;
    left: -100px;
  }

  .petsky-nl__deco--right {
    height: 65%;
  }
}

.petsky-section__inner {
  max-width: 1200px;
  margin: 0 auto;
}

/* ============================================
   FULL-BLEED 50/50 SPLIT SECTIONS
   Image takes 50% viewport, text takes 50% with bg color
   ============================================ */
.petsky-split {
  display: flex;
  align-items: stretch;
  width: 100%;
}

.petsky-split--reverse {
  flex-direction: row-reverse;
}

/* --- Image side: 50% of viewport --- */
.petsky-split__image {
  flex: 0 0 50%;
  width: 50%;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.petsky-split__image img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  display: block;
}

/* Image container background colors (match the image's own background) */
.petsky-split__image--bg-cream {
  background-color: #E5CA80;
}

.petsky-split__image--bg-light {
  background-color: #EDE8D7;
}

/* Placeholder when image is missing */
.petsky-split__image--placeholder {
  background-color: var(--petsky-beige);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--petsky-navy);
  font-family: var(--font-accent);
  font-style: italic;
  font-size: var(--ts-md);
  opacity: 0.5;
}

/* --- Text side: 50% with background color --- */
.petsky-split__text {
  flex: 0 0 50%;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 80px;
  box-sizing: border-box;
}


/* Background color variants for text side */
.petsky-split__text--cream {
  background-color: var(--petsky-cream);
}

.petsky-split__text--beige {
  background-color: var(--petsky-beige);
}

.petsky-split__text--pink {
  background-color: var(--petsky-pink);
}

.petsky-split__text--warm {
  background-color: #F2E5D5;
}

.petsky-split__text--white {
  background-color: #f9f9f7;
}

.petsky-split__text .petsky-accent {
  font-family: var(--font-accent) !important;
  font-style: italic;
  font-weight: 500;
  font-size: var(--ts-md);
  color: var(--petsky-orange);
  margin-bottom: 12px;
  display: block;
}

/* Script accent variant (Caveat - playful handwritten) */
.petsky-split__text .petsky-accent--script {
  font-family: var(--font-script) !important;
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  color: var(--petsky-orange);
  margin-bottom: 12px;
  display: block;
}

.petsky-split__text h2 {
  font-family: var(--font-heading) !important;
  font-size: var(--ts-2xl);
  font-weight: 700 !important;
  line-height: 1.15;
  color: var(--petsky-navy);
  margin: 0 0 28px 0;
}

.petsky-split__text p {
  font-family: var(--font-body) !important;
  font-size: var(--ts-base);
  line-height: 1.75;
  color: #4a4a4a;
  margin: 0 0 18px 0;
  max-width: 65ch;
}

.petsky-split__text p:last-child {
  margin-bottom: 0;
}

/* --- Responsive: stack on mobile --- */
@media (max-width: 768px) {
  .petsky-split {
    flex-direction: column;
  }

  .petsky-split--reverse {
    flex-direction: column;
  }

  .petsky-split__image {
    flex: none;
    width: 100%;
  }

  .petsky-split__text {
    flex: none;
    width: 100%;
    padding: 48px 24px;
    text-align: center;
  }

  .petsky-split__text h2 {
    font-size: var(--ts-xl);
  }

  .petsky-split__text .petsky-accent {
    text-align: center;
  }

  .petsky-split__text p {
    text-align: center;
  }
}

/* ============================================
   BRAND MOMENT (Founder Quote Strip)
   ============================================ */
#petsky-brand-moment {
  background-color: #EE709B;
  padding: 96px 20px;
  text-align: center;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 0;
  box-sizing: border-box;
}

.petsky-brand-moment__inner {
  max-width: 700px;
  margin: 0 auto;
}

.petsky-brand-moment__accent {
  font-family: var(--font-script);
  font-size: 28px;
  font-weight: 500;
  color: rgba(255,255,255,0.85);
  display: block;
  margin-bottom: 16px;
}

.petsky-brand-moment__quote {
  font-family: var(--font-heading);
  font-size: 50px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.3;
  color: var(--petsky-white);
  margin: 0 0 36px 0;
  padding: 0;
  border: none;
}

.petsky-brand-moment__author {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.petsky-brand-moment__avatar {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid rgba(255,255,255,0.6);
}

.petsky-brand-moment__name {
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 600;
  color: var(--petsky-white);
  letter-spacing: 0.5px;
}

.petsky-brand-moment__role {
  font-family: var(--font-body);
  font-size: var(--ts-sm);
  font-weight: 400;
  color: rgba(255,255,255,0.8);
}

@media (max-width: 576px) {
  #petsky-brand-moment {
    padding: 64px 20px;
  }

  .petsky-brand-moment__quote {
    font-size: 34px;
  }
}
