/* =========================================================
   HOME PAGE ONLY (home.css)
   - Hero section background + overlay + typography
   - Hero band
   - About section
   - Testimonials + Modal
   ========================================================= */


/* =========================================================
   HERO (Figma-inspired)
   ========================================================= */

.hero {
  position: relative;
  min-height: 27.5rem; /* 440px */
  background-image: url("../images/ss.webp");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding-bottom: 4rem; /* band reserve */
  overflow: hidden;
}

/* Dark overlay for contrast */
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.18);
  z-index: 1;
}

/* Inner layout */
.hero-inner {
  position: relative;
  z-index: 2;
  padding-top: 6.7rem; /* you tuned */
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

/* Hero type treatment */
.hero-title,
.hero-sub {
  color: #fff;
  text-shadow: 0 0.1875rem 0.75rem rgba(0, 0, 0, 0.60);
}

.hero-title {
  font-weight: 700;
  letter-spacing: -0.02em;
  font-size: clamp(1.9rem, 3.6vw, 2.6rem);
  line-height: 1.15;
}

.hero-sub {
  max-width: 43.75rem; /* 700px */
  margin: 0 auto;
  opacity: 0.9;
}

/* Centered hero content */
.hero-content {
  margin-top: 1.25rem;
  color: #fff;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-badge {
  width: 3.25rem; /* 52px */
  height: 3.25rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255,255,255,0.15);
  backdrop-filter: blur(4px);
}

.hero-badge img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 50%;
}


/* =========================================================
   HERO BOTTOM BAND
   ========================================================= */

.hero-band {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--bs-primary);
  color: var(--bs-dark);
  z-index: 3;
}

.hero-band p {
  opacity: 1;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.01em;
  color: rgba(18, 22, 20, 0.95);
  margin-bottom: 0;
}

.hero-band .site-frame {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}


/* =========================================================
   ACUITY EMBED WRAPPER (if used on home)
   ========================================================= */

.acuity-embed {
  background: rgba(255, 255, 255, 0.55);
  border: 0.0625rem solid rgba(0, 0, 0, 0.08);
  border-radius: 1rem;
  overflow: hidden;
}


/* =========================================================
   ABOUT — FULL BLEED SPLIT (no card, flows with the page)
   Left: clinic photo. Right: dark green panel with Shane + text.
   ========================================================= */

.about-clean {
  /* no padding — we go full bleed */
  padding: 0 !important;
  margin: 0;
  overflow: hidden;
}

.about-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 26rem;
}

/* Left: clinic room photo fills the panel */
.about-split__photo {
  position: relative;
  overflow: hidden;
  min-height: 26rem;
}

.about-split__photo iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150%;
  height: 150%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.about-video {
  position: relative;
  overflow: hidden;
  background: #000;
}

/* Use YouTube thumbnail as “poster” */
.about-video::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--yt-thumb);
  background-size: cover;
  background-position: center;
  filter: saturate(1.05) contrast(1.02);
  transform: scale(1.02);
}

/* dark overlay for readability */
.about-video::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,.25), rgba(0,0,0,.05));
}

.about-video__btn {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: transparent;
  border: 0;
  cursor: pointer;
  z-index: 2;
}

.about-video__play {
  width: 72px;
  height: 72px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,.85);
  box-shadow: 0 12px 30px rgba(0,0,0,.25);
  font-size: 26px;
}

/* Soft right-edge fade so it bleeds into the text panel */
.about-split__photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, transparent 60%, rgba(48, 61, 55, 0.45) 100%);
  pointer-events: none;
}

/* Right: rich dark green panel */
.about-split__content {
  background: #f8f6f2;
  padding: clamp(2.5rem, 5vw, 4rem) clamp(1.75rem, 4vw, 3.5rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0;
}

/* Small portrait of Shane inside the text panel */
.about-split__portrait {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid var(--bs-dark);;
  box-shadow: 0 8px 24px rgba(0,0,0,0.30);
  flex-shrink: 0;
  margin-bottom: 1.25rem;
}

.about-split__portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.about-split__kicker {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--bs-dark);
  margin-bottom: 0.6rem;
}

.about-split__title {
  font-size: clamp(1.75rem, 2.8vw, 2.3rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.1;
  color: var(--bs-dark);
  margin: 0 0 1.1rem 0;
}

.about-split__text {
  color: var(--bs-dark);
  font-size: 0.95rem;
  line-height: 1.7;
  margin: 0 0 0.75rem 0;
  max-width: 42ch;
}

.about-split__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1.25rem;
  padding: 0.6rem 1.35rem;
  border-radius: 999px;
  background: var(--bs-primary);
  color: var(--bs-dark);
  font-weight: 700;
  font-size: 0.9rem;
  text-decoration: none;
  border: none;
  box-shadow: 0 8px 22px rgba(0,0,0,0.22);
  transition: transform 180ms ease, filter 180ms ease;
  align-self: flex-start;
}

.about-split__btn:hover {
  transform: translateY(-1px);
  filter: brightness(1.1);
  color: var(--bs-dark);
}

/* Mobile: stack vertically */
@media (max-width: 767.98px) {
  .about-split {
    grid-template-columns: 1fr;
  }
  .about-split__photo {
    min-height: 18rem;
  }
  .about-split__photo::after {
    background: linear-gradient(to bottom, transparent 60%, rgba(38, 50, 44, 0.5) 100%);
  }
  .about-split__content {
    padding: 2rem 1.5rem;
  }
}

/* ================================
   HOME — TESTIMONIALS SECTION
================================ */

/* Green spacer above testimonials (full-width bar) */
.t-spacer {
  height: 42px;
  background: #6e8374;
}

/* Main testimonials section */
.testimonials {
  background: var(--ss-paper, #f7f2ea);
}

/* Background image layer with overlay */
.testimonials-bg {
  position: relative;
  padding: clamp(2rem, 3.5vw, 2.75rem) 0
           clamp(2.25rem, 3.5vw, 3.25rem);
  overflow: hidden;
  background: var(--ss-paper, #f7f2ea);
  transform: translateZ(0);
}

/* Image layer */
.testimonials-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(0,0,0,0.22), rgba(0,0,0,0.22)),
    url("../images/budha.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

/* Paper “curve” overlay (smooth mask) */
.testimonials-bg::after {
  content: "";
  position: absolute;
  left: -3px;
  right: -3px;
  bottom: -3px;
  height: 170px;
  background: var(--ss-paper, #f7f2ea);
  z-index: 2;
  pointer-events: none;

  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 260' preserveAspectRatio='none'%3E%3Cpath d='M0 140 C 180 210, 380 255, 520 235 C 670 210, 820 165, 1000 120 L1000 260 L0 260 Z' fill='black'/%3E%3C/svg%3E");
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: bottom;

  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 260' preserveAspectRatio='none'%3E%3Cpath d='M0 140 C 180 210, 380 255, 520 235 C 670 210, 820 165, 1000 120 L1000 260 L0 260 Z' fill='black'/%3E%3C/svg%3E");
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  mask-position: bottom;
}

/* Fallback for browsers that don't support mask-image */
@supports not (mask-image: url("")) {
  .testimonials-bg::after {
    clip-path: polygon(
      0% 58%,
      22% 78%,
      50% 92%,
      78% 74%,
      100% 52%,
      100% 100%,
      0% 100%
    );
  }
}

/* Ensure your content stays above everything */
.testimonials-bg .site-frame {
  position: relative;
  z-index: 3;
}

/* Pull next section up slightly */
.testimonials + section {
  margin-top: -50px;
}

/* Header */
.testimonials-header h2 {
  color: #fff;
  font-weight: 760;
  letter-spacing: -0.01em;
  font-size: clamp(1.9rem, 3vw, 2.35rem); /* was ~2.05rem */
  margin: 0;
}

.t-stars {
  color: #ffd24d;
  letter-spacing: 0.18em;
  font-size: 1.47rem;
  user-select: none;
}

.t-stars.small {
  font-size: 0.95rem;
  letter-spacing: 0.12em;
}

/* Cards grid positioning */
.testimonials-cards {
  margin-top: clamp(1.75rem, 3vw, 2.75rem);
}

/* ================================
   TESTIMONIAL CARDS — premium + consistent height
================================ */

/* IMPORTANT: lock card height so text never changes the grid */
.t-card {
  position: relative;
  border-radius: 1.5rem;
  padding: 1.15rem 1.25rem 1rem;

  /* keep sizing premium + readable */
  background: rgba(148, 170, 148, 0.70);
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 16px 40px rgba(0,0,0,0.18);
  color: rgba(18, 22, 20, 0.82);

  display: flex;
  flex-direction: column;

  /* This is the key to consistent size */
  height: 230px;

  transition: transform 220ms ease, box-shadow 220ms ease;
}

/* Desktop-only hover lift */
@media (hover: hover) and (pointer: fine) {
  .t-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 22px 55px rgba(0,0,0,0.22);
  }
}

/* Subtle inner wash behind content */
.t-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: rgba(255,255,255,0.10);
  pointer-events: none;
  z-index: 1;
}

/* Stars like figma */
.t-card::before {
  content: "★★★★★";
  position: absolute;
  top: 1.02rem;
  left: calc(56px + 2.10rem);
  font-size: 1.55rem;
  letter-spacing: 0.11em;
  color: #ffd400;
  z-index: 3;
  pointer-events: none;
}

/* Keep content above wash */
.t-card > * { position: relative; z-index: 2; }

/* Top row */
.t-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1rem;
  margin-bottom: 0.75rem;
  flex: 0 0 auto;
}

.t-card-top .t-stars.small { display: none; }

/* Avatar */
.t-avatar {
  width: 56px;
  height: 56px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(255,255,255,0.30);
  border: 2px solid rgba(255,255,255,0.35);
  box-shadow: 0 10px 24px rgba(0,0,0,0.18);
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}

.t-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.t-avatar--letter {
  font-weight: 800;
  font-size: 1.5rem;
  color: #fff;
  background: #ea4c89;
}

/* Text clamp (no bars, no glow) */
.t-text {
  color: rgba(10, 14, 12, 0.78);
  line-height: 1.62;
  margin: 0 0 0.9rem 0;
  max-width: 60ch;
  flex: 1 1 auto;

  overflow: hidden;
  max-height: 5.2em;

  -webkit-mask-image: linear-gradient(#000 74%, transparent);
  mask-image: linear-gradient(#000 74%, transparent);
}

/* Button pinned bottom-right */
.t-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;

  background: rgba(231, 127, 103, 0.92);
  color: rgba(255,255,255,0.94);
  font-weight: 700;
  text-decoration: none;

  box-shadow: 0 8px 18px rgba(0,0,0,0.14);
  transition: transform 180ms ease, filter 180ms ease, box-shadow 180ms ease;

  margin-top: auto;
  align-self: flex-end;

  border: none;
  outline: none;
}

.t-link:hover {
  transform: translateY(-1px);
  filter: brightness(1.03);
  box-shadow: 0 12px 24px rgba(0,0,0,0.18);
}

.t-link:focus,
.t-link:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(231, 127, 103, 0.35);
}

.t-link::-moz-focus-inner { border: 0; }


/* ================================
   TESTIMONIAL MODAL — ON THEME
================================ */

.t-modal {
  border-radius: 1.5rem;
  border: 1px solid rgba(255,255,255,0.22);
  background: rgba(247, 242, 234, 0.92);
  backdrop-filter: blur(10px);
  box-shadow: 0 24px 70px rgba(0,0,0,0.25);
  overflow: hidden;
}

.t-modal__header {
  border-bottom: 1px solid rgba(20, 25, 30, 0.08);
  background: rgba(148, 170, 148, 0.22);
  padding: 1.15rem 1.25rem;
}

.t-modal__close { opacity: 0.75; }
.t-modal__close:hover { opacity: 1; }

.t-modal__avatar {
  width: 56px;
  height: 56px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 1.35rem;
  border: 2px solid rgba(255,255,255,0.35);
  box-shadow: 0 10px 24px rgba(0,0,0,0.12);
  color: #fff;
  background: #ea4c89;
}

.t-modal__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.t-modal__name {
  font-weight: 800;
  letter-spacing: -0.01em;
  color: rgba(18, 22, 20, 0.88);
  line-height: 1.1;
}

.t-modal__meta {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-top: 0.25rem;
}

.t-modal__stars {
  color: #ffd400;
  letter-spacing: 0.12em;
  font-size: 1.15rem;
  line-height: 1;
}

.t-modal__date {
  color: rgba(18, 22, 20, 0.55);
  font-size: 0.92rem;
}

.t-modal__body { padding: 1.2rem 1.25rem 1.15rem; }

.t-modal__text {
  margin: 0;
  color: rgba(14, 18, 16, 0.74);
  line-height: 1.75;
  max-width: 70ch;
}

.t-modal__footer {
  border-top: 1px solid rgba(20, 25, 30, 0.08);
  padding: 0.95rem 1.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
}

.t-modal__source {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  text-decoration: none;
  color: rgba(18, 22, 20, 0.70);
  font-weight: 700;
}

.t-modal__source:hover { color: rgba(18, 22, 20, 0.88); }

.t-modal__btn {
  border-radius: 999px;
  padding: 0.5rem 0.95rem;
  font-weight: 800;
  background: rgba(231, 127, 103, 0.95);
  color: rgba(255,255,255,0.94);
  border: none;
  box-shadow: 0 10px 20px rgba(0,0,0,0.12);
}

.t-modal__btn:hover { filter: brightness(1.03); }

/* ================================
   HOME — BENEFITS + CTA + QUOTE
================================ */

/* ================================
   HOME — BENEFITS (compact + clearer)
================================ */

/* ================================
   HOME — BENEFITS + CTA + QUOTE
================================ */

.home-benefits {
  background: var(--ss-paper, #f7f2ea);
  padding: clamp(1.6rem, 3vw, 2.4rem) 0;
}

.benefits-head {
  margin-bottom: clamp(.85rem, 1.8vw, 1.35rem);
}

.benefits-kicker {
  font-weight: 750;
  letter-spacing: 0.12em;
  color: rgba(18, 22, 20, 0.60);
  margin-bottom: 0.25rem;
  font-size: 0.78rem;
  opacity: 0.85;
  text-transform: uppercase;
}

.benefits-title {
  font-weight: 850;
  letter-spacing: -0.02em;
  color: rgba(18, 22, 20, 0.90);
  font-size: clamp(1.55rem, 2.8vw, 2.15rem);
  margin: 0;
}

/* 2 cols on phones, 3 cols on desktop */
.benefits-grid {
  display: grid;
  gap: clamp(0.85rem, 1.6vw, 1.25rem);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
}

@media (min-width: 992px) {
  .benefits-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.benefit-card {
  text-align: center;
  padding: 0.25rem 0.25rem;
}

.benefit-icon {
  width: 48px;
  height: 48px;
  border-radius: 999px;
  margin: 0 auto 0.5rem;
  background: rgba(120, 145, 130, 0.92);
  box-shadow: 0 10px 22px rgba(0,0,0,0.10);
  display: grid;
  place-items: center;
}

.benefit-icon svg {
  width: 22px;
  height: 22px;
  color: rgba(255,255,255,0.92);
}

.benefit-text {
  margin: 0 auto;
  max-width: 34ch;
  color: rgba(18, 22, 20, 0.68);
  line-height: 1.42;
  font-weight: 600;
  font-size: 0.92rem;
}

/* ✅ Centered last row wrapper */
.benefits-row-center {
  grid-column: 1 / -1; /* span full grid width */
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(0.85rem, 1.6vw, 1.25rem);
  justify-content: center;
  max-width: 58%;
  margin: 0 auto;
}

.benefit-card {
  transition: transform 200ms ease, opacity 200ms ease;
}

@media (hover: hover) and (pointer: fine) {
  .benefit-card:hover {
    transform: translateY(-2px);
  }
}

/* ================================
   HOME - SHOP PREVIEW
================================ */

.home-shop-preview {
  position: relative;
  z-index: 4;
  background:
    radial-gradient(circle at top left, rgba(125, 155, 135, 0.1), transparent 30%),
    linear-gradient(180deg, var(--ss-paper, #f7f2ea) 0%, var(--ss-paper, #f7f2ea) 100%);
  padding: clamp(2.4rem, 4vw, 3.6rem) 0;
}

.home-shop-preview::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(32, 44, 38, 0.16), transparent);
  pointer-events: none;
}

.home-shop-preview__shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(18rem, 0.78fr);
  align-items: start;
  gap: clamp(1.4rem, 4vw, 3.4rem);
  padding: 0;
  border-radius: 0;
  overflow: visible;
  background: transparent;
}

.home-shop-preview__shell::after {
  content: none;
}

.home-shop-preview__intro {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 43rem;
  padding: clamp(1.5rem, 3vw, 2.2rem) 0;
}

.home-shop-preview__kicker {
  font-size: 0.75rem;
  font-weight: 750;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(63, 84, 74, 0.7);
  margin-bottom: 0.65rem;
}

.home-shop-preview__eyebrow {
  max-width: 28rem;
  color: rgba(53, 68, 61, 0.76);
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.55;
}

.home-shop-preview__title {
  margin: 0.8rem 0 0;
  max-width: 40rem;
  font-size: clamp(2rem, 3.4vw, 3.15rem);
  line-height: 1.03;
  letter-spacing: -0.03em;
  color: #23302a;
}

.home-shop-preview__text {
  margin: 1rem 0 0;
  max-width: 41rem;
  color: rgba(38, 50, 44, 0.8);
  line-height: 1.72;
  font-size: 1rem;
}

.home-shop-preview__list {
  display: grid;
  gap: 0.6rem;
  margin: 1.1rem 0 0;
  padding: 0;
  list-style: none;
  max-width: 38rem;
}

.home-shop-preview__list li {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  color: rgba(35, 48, 42, 0.92);
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.45;
}

.home-shop-preview__list li::before {
  content: "✓";
  color: #a8c3b0;
  font-weight: 800;
}

.home-shop-preview__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.15rem;
}

.home-shop-preview__trust span {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.45rem 0.72rem;
  border-radius: 999px;
  border: 1px solid rgba(42, 58, 51, 0.1);
  background: rgba(255, 255, 255, 0.7);
  color: rgba(41, 58, 51, 0.86);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.home-shop-preview__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.25rem;
}

.home-shop-preview__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.9rem;
  padding: 0.72rem 1.18rem;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(111, 141, 120, 0.98), rgba(140, 168, 150, 0.98));
  color: rgba(255, 255, 255, 0.98);
  text-decoration: none;
  font-weight: 800;
  box-shadow: 0 1rem 2rem rgba(8, 13, 11, 0.24);
  transition: transform 180ms ease, filter 180ms ease, box-shadow 180ms ease;
}

.home-shop-preview__btn:hover {
  transform: translateY(-1px);
  filter: brightness(1.04);
  box-shadow: 0 1.2rem 2.4rem rgba(8, 13, 11, 0.28);
  color: rgba(255, 255, 255, 0.98);
}

.home-shop-preview__link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: rgba(244, 239, 231, 0.82);
  text-decoration: none;
  font-weight: 750;
}

.home-shop-preview__link:hover {
  color: rgba(255, 255, 255, 0.98);
}

.home-shop-preview__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1rem;
  align-content: start;
  justify-items: end;
}

.home-shop-card {
  position: relative;
  overflow: hidden;
  border-radius: 1.5rem;
  border: 1px solid rgba(35, 48, 42, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(243, 237, 228, 0.92));
  box-shadow: 0 1.15rem 2.65rem rgba(20, 28, 24, 0.12);
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
  width: 100%;
  max-width: 21.5rem;
  justify-self: center;
}

.home-shop-card:hover {
  transform: translateY(-0.25rem);
  box-shadow: 0 1.7rem 3.4rem rgba(10, 16, 13, 0.24);
  border-color: rgba(255, 255, 255, 0.2);
  color: inherit;
}

.home-shop-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.16), transparent 45%);
  pointer-events: none;
}

.home-shop-card__media {
  min-height: 13.5rem;
  background: #fff;
}

.home-shop-card__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  padding: 0.85rem;
  background: #fff;
  display: block;
}

.home-shop-card__body {
  position: relative;
  z-index: 1;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 1.15rem 1.1rem 1.2rem;
}

.home-shop-card__topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.home-shop-card__eyebrow {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(59, 78, 68, 0.7);
}

.home-shop-card__price {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 1.9rem;
  padding: 0.34rem 0.65rem;
  border-radius: 999px;
  background: rgba(111, 141, 120, 0.12);
  color: rgba(31, 57, 45, 0.92);
  font-size: 0.78rem;
  font-weight: 800;
}

.home-shop-card h3 {
  margin: 0.7rem 0 0;
  font-size: clamp(1.26rem, 2vw, 1.75rem);
  line-height: 1.04;
  color: rgba(20, 28, 25, 0.96);
}

.home-shop-card p {
  margin: 0.7rem 0 0;
  color: rgba(18, 22, 20, 0.74);
  line-height: 1.62;
  font-size: 0.92rem;
}

.home-shop-card__trust {
  margin: 0.72rem 0 0;
  color: rgba(33, 49, 42, 0.86);
  font-weight: 600;
}

.home-shop-card__list {
  display: grid;
  gap: 0.45rem;
  margin: 0.85rem 0 0;
  padding: 0;
  list-style: none;
}

.home-shop-card__list li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: rgba(36, 52, 45, 0.88);
  font-size: 0.87rem;
  font-weight: 600;
  line-height: 1.45;
}

.home-shop-card__list li::before {
  content: "✓";
  color: #6e8b77;
  font-weight: 800;
}

.home-shop-card__cta {
  margin-top: auto;
  padding-top: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: rgba(38, 56, 48, 0.96);
  font-size: 0.83rem;
  font-weight: 800;
}

.home-shop-card--featured {
  transform-origin: center top;
}

.home-shop-card--featured .home-shop-card__media {
  min-height: 11.25rem;
}

.home-shop-card--featured .home-shop-card__body {
  padding: 0.95rem 0.95rem 1rem;
}

.home-shop-card--featured h3 {
  font-size: clamp(1.2rem, 1.8vw, 1.55rem);
}

@media (max-width: 991.98px) {
  .home-shop-preview__shell {
    grid-template-columns: 1fr;
    padding: 0;
  }

  .home-shop-preview__intro {
    max-width: none;
    padding: 1.2rem 0 0;
  }

  .home-shop-preview__grid {
    grid-template-columns: 1fr;
    justify-items: stretch;
  }

  .home-shop-card--featured {
    grid-row: auto;
  }

  .home-shop-card__media,
  .home-shop-card--featured .home-shop-card__media {
    min-height: 12.5rem;
  }

  .home-shop-card {
    max-width: none;
  }
}

@media (max-width: 575.98px) {
  .home-shop-preview {
    padding: 2rem 0;
  }

  .home-shop-preview__shell {
    padding: 0;
    border-radius: 0;
  }

  .home-shop-preview__title {
    font-size: 1.9rem;
  }

  .home-shop-preview__text {
    font-size: 0.93rem;
    line-height: 1.6;
  }

  .home-shop-preview__list li {
    font-size: 0.86rem;
  }

  .home-shop-preview__trust {
    gap: 0.45rem;
  }

  .home-shop-preview__trust span {
    font-size: 0.72rem;
  }

  .home-shop-preview__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .home-shop-preview__btn,
  .home-shop-preview__link {
    justify-content: center;
  }

  .home-shop-card {
    border-radius: 1.2rem;
  }

  .home-shop-card__body,
  .home-shop-card--featured .home-shop-card__body {
    padding: 0.95rem 0.95rem 1rem;
  }

  .home-shop-card__media,
  .home-shop-card--featured .home-shop-card__media {
    min-height: 10.75rem;
  }

  .home-shop-card__topline {
    flex-wrap: wrap;
  }

  .home-shop-card__list li {
    font-size: 0.84rem;
  }
}

/* CTA band */
.home-cta {
  background: var(--bs-primary);
  padding: 1.5rem 0 1.6rem;
  border-top: none;
  position: relative;
}

.home-cta__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  text-align: center;
}

.home-cta__text {
  color: rgba(18, 22, 20, 0.95);
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: 0.01em;
  max-width: 52ch;
}

.home-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.6rem 1.15rem;
  border-radius: 999px;
  text-decoration: none;

  background: rgba(231, 127, 103, 0.95);
  color: rgba(255,255,255,0.95);
  font-weight: 850;

  box-shadow: 0 10px 24px rgba(0,0,0,0.14);
  transition: transform 180ms ease, filter 180ms ease, box-shadow 180ms ease;
}

.home-cta__btn:hover {
  transform: translateY(-1px);
  filter: brightness(1.03);
  box-shadow: 0 14px 30px rgba(0,0,0,0.18);
}

/* Quote strip */
.home-quote {
  background: var(--ss-paper, #f7f2ea);
  padding: clamp(1.75rem, 3.5vw, 2.5rem) 0;
}

.home-quote__title {
  margin: 0 0 0.5rem 0;
  font-weight: 850;
  letter-spacing: -0.01em;
  color: rgba(18, 22, 20, 0.90);
}

.home-quote__text {
  margin: 0;
  color: rgba(18, 22, 20, 0.70);
  font-weight: 650;
  max-width: 62ch;
  margin-left: auto;
  margin-right: auto;
}

.home-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    to right,
    transparent,
    rgba(18, 22, 20, 0.12),
    transparent
  );
}

