/* =========================================================
   SERVICES PAGE (services.css)
   Premium, warm, “flow” like home page
   ========================================================= */


/* ---------- Base section colors ---------- */
.services-hero,
.services-rows {
  background: var(--ss-paper, #f7f2ea);
}


/* ================================
   HERO
================================ */
.services-hero {
  padding-top: clamp(5rem, 7vw, 6.5rem);
}

.services-kicker {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.78rem;
  font-weight: 800;
  color: rgba(18, 22, 20, 0.62);
}

.services-title {
  margin: 0.45rem 0 0.6rem;
  font-weight: 900;
  letter-spacing: -0.02em;
  color: rgba(18, 22, 20, 0.92);
  font-size: clamp(1.85rem, 3.5vw, 2.75rem);
}

.services-sub {
  margin: 0 auto;
  max-width: 64ch;
  color: rgba(18, 22, 20, 0.70);
  font-weight: 650;
}

/* Help choose CTA */
.services-hero__cta {
  margin-top: 1.1rem;
  display: grid;
  gap: 0.45rem;
  justify-content: center;
}

.help-choose-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1.25rem;
  border-radius: 999px;
  border: none;
  cursor: pointer;

  background: rgba(231, 127, 103, 0.95);
  color: rgba(255, 255, 255, 0.96);
  font-weight: 900;

  box-shadow: 0 14px 32px rgba(0,0,0,0.14);
  transition: transform 160ms ease, filter 160ms ease, box-shadow 160ms ease;
}

.help-choose-btn:hover {
  transform: translateY(-1px);
  filter: brightness(1.03);
  box-shadow: 0 18px 40px rgba(0,0,0,0.16);
}

.help-choose-note {
  font-size: 0.9rem;
  color: rgba(18, 22, 20, 0.58);
  font-weight: 650;
}


/* ================================
   ROWS WRAPPER
================================ */
.services-rows {
  padding: 0.25rem 0 2.6rem;
}

.services-row {
  margin-top: 1.35rem;
}

.services-row__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.85rem;
}

.services-row__title {
  margin: 0;
  font-weight: 900;
  letter-spacing: -0.01em;
  color: rgba(18, 22, 20, 0.88);
  font-size: 1.35rem;
}

.services-row__intro {
  margin: 0.35rem 0 0;
  max-width: 62ch;
  color: rgba(18, 22, 20, 0.64);
  font-weight: 650;
  line-height: 1.5;
}

.services-row__all {
  font-weight: 750;
  font-size: 0.95rem;
  color: rgba(18, 22, 20, 0.55);
  text-decoration: none;
  white-space: nowrap;
}

.services-row__all:hover {
  color: rgba(18, 22, 20, 0.86);
}


/* ================================
   SHANE ROW — IMAGE WASH + ROUNDED SECTION
================================ */
.services-row--shane {
  position: relative;
  border-radius: 2rem;
  overflow: hidden;
  padding: 1.25rem 0 1.75rem;
  background: rgba(247, 242, 234, 0.95);
  box-shadow: 0 18px 50px rgba(0,0,0,0.08);
}

.services-row--shane .services-row__bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(247,242,234,0.92), rgba(247,242,234,0.92)),
    url("https://images.unsplash.com/photo-1515377905703-c4788e51af15?auto=format&fit=crop&w=1600&q=70");
  background-size: cover;
  background-position: center;
  filter: saturate(0.85);
  z-index: 0;
}

.services-row--shane .site-frame {
  position: relative;
  z-index: 1;
}


/* ================================
   GEM ROW — CLEAN PAPER
================================ */
.services-row--gem {
  padding: 0.25rem 0 0.2rem;
}


/* ================================
   MEMBERSHIPS — GREEN BAND (PREMIUM)
================================ */
.services-row--memberships {
  margin-top: 1.75rem;
  border-radius: 2rem;
  padding: 1.75rem 0 2rem;
  background: rgba(120, 145, 130, 0.88);
  box-shadow: 0 22px 65px rgba(0,0,0,0.10);
}

.services-row__head--on-green {
  margin-bottom: 1.05rem;
}

.services-row__title--on-green {
  color: rgba(255,255,255,0.96);
}

.services-row__intro--on-green {
  color: rgba(255,255,255,0.78);
}

.services-row__all--on-green {
  color: rgba(255,255,255,0.78);
}

.services-row__all--on-green:hover {
  color: rgba(255,255,255,0.96);
}


/* ================================
   VOUCHERS — HIGHLIGHT INSET CARD
================================ */
.services-row--vouchers {
  margin-top: 1.85rem;
  padding-bottom: 0.25rem;
}

.vouchers-card {
  border-radius: 2rem;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  background: rgba(255,255,255,0.55);
  border: 1px solid rgba(0,0,0,0.06);
  box-shadow: 0 18px 55px rgba(0,0,0,0.08);
}

.vouchers-left {
  padding: clamp(1.2rem, 2.2vw, 1.85rem);
}

.vouchers-kicker {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 900;
  font-size: 0.78rem;
  color: rgba(18, 22, 20, 0.55);
}

.vouchers-title {
  margin: 0.5rem 0 0.6rem;
  font-weight: 900;
  letter-spacing: -0.02em;
  color: rgba(18, 22, 20, 0.90);
}

.vouchers-text {
  margin: 0 0 1.05rem;
  color: rgba(18, 22, 20, 0.68);
  font-weight: 650;
  max-width: 58ch;
}

.vouchers-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1.25rem;
  border-radius: 999px;
  text-decoration: none;

  background: rgba(231, 127, 103, 0.95);
  color: rgba(255,255,255,0.96);
  font-weight: 900;

  box-shadow: 0 14px 32px rgba(0,0,0,0.14);
  transition: transform 160ms ease, filter 160ms ease, box-shadow 160ms ease;
}

.vouchers-btn:hover {
  transform: translateY(-1px);
  filter: brightness(1.03);
  box-shadow: 0 18px 40px rgba(0,0,0,0.16);
}

.vouchers-right {
  background-image: url('../images/person.jpg');
  background-size: cover;
  background-position: center;
}


/* =========================================================
   NETFLIX-STYLE RAIL (NON-INFINITE)
========================================================= */

.rail {
  position: relative;
}

.rail::before {
  left: 0;
  background: linear-gradient(
    to right,
    var(--ss-paper, #f7f2ea),
    rgba(247, 242, 234, 0)
  );
}

.rail::after {
  right: 0;
  background: linear-gradient(
    to left,
    var(--ss-paper, #f7f2ea),
    rgba(247, 242, 234, 0)
  );
}

/* Different fades on green band */
.rail--on-green::before {
  background: linear-gradient(to right, rgba(120,145,130,0.88), rgba(120,145,130,0));
}
.rail--on-green::after {
  background: linear-gradient(to left, rgba(120,145,130,0.88), rgba(120,145,130,0));
}

.rail-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(270px, 1fr);
  gap: 1rem;

  overflow-x: auto;
  padding: 0.25rem 0.25rem 0.85rem;

  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;

  scroll-behavior: auto;
  position: relative;
  z-index: 1;
}

.rail-track > * { scroll-snap-align: start; }

.rail {
  overflow: hidden;
}


/* Arrows */
.rail-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: none;

  background: rgba(18, 22, 20, 0.25);
  color: rgba(255,255,255,0.95);
  font-weight: 900;
  font-size: 1.5rem;

  display: grid;
  place-items: center;
  cursor: pointer;
  z-index: 3;
  backdrop-filter: blur(6px);

  opacity: 0;
  transition: opacity 160ms ease, transform 160ms ease;
}

@media (hover: hover) and (pointer: fine) {
  .rail:hover .rail-btn { opacity: 1; }
  .rail-btn:hover { transform: translateY(-50%) scale(1.04); }
}

.rail-btn--left { left: -10px; }
.rail-btn--right { right: -10px; }

/* ================================
   SERVICE CARDS
================================ */
.service-card {
  position: relative;
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 1.5rem;

  box-shadow:
    0 12px 30px rgba(0,0,0,0.10),
    inset 0 1px 0 rgba(255,255,255,0.55);

  padding: 0.95rem 1rem 0.9rem;
  padding-top: 1.25rem;
  min-height: 210px;

  display: flex;
  flex-direction: column;
  gap: 0.55rem;

  transition: transform 220ms ease, box-shadow 220ms ease;
}

.service-card:hover {
  transform: translateY(-2px);
  box-shadow:
    0 18px 46px rgba(0,0,0,0.14),
    inset 0 1px 0 rgba(255,255,255,0.55);
}

/* Subtle top glow */
.service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(to bottom, rgba(255,255,255,0.32), transparent 42%);
  pointer-events: none;
}

/* Featured card = slightly more premium */
.service-card.is-featured {
  border-color: rgba(231, 127, 103, 0.22);
  box-shadow:
    0 18px 52px rgba(0,0,0,0.12),
    inset 0 1px 0 rgba(255,255,255,0.55);
}

.service-tag {
  position: absolute;
  top: 2.75rem;
  right: 0.75rem;
  background: rgba(120, 145, 130, 0.92);
  color: rgba(255,255,255,0.95);
  font-weight: 900;
  padding: 0.32rem 0.6rem;
  border-radius: 999px;
  font-size: 0.7rem;
  z-index: 2;
}

/* Membership tags */
.service-tag--membership {
  background: rgba(18, 22, 20, 0.55);
}

.service-top {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  align-items: flex-start;
  padding-right: 6.25rem;
  z-index: 2;
}

.service-title {
  margin: 0;
  font-weight: 900;
  letter-spacing: -0.01em;
  color: rgba(18, 22, 20, 0.88);
  font-size: 1.06rem;
  z-index: 2;
}

.service-price {
  color: rgba(18, 22, 20, 0.62);
  font-weight: 900;
  white-space: nowrap;
  z-index: 2;
  position: absolute;
  top: .85rem;
  right: 1rem;
}

.service-meta {
  font-weight: 800;
  color: rgba(18, 22, 20, 0.52);
  font-size: 0.92rem;
  z-index: 2;
}

.service-desc {
  margin: 0;
  color: rgba(18, 22, 20, 0.68);
  line-height: 1.46;
  font-weight: 650;
  flex: 1 1 auto;
  font-size: 0.94rem;
  z-index: 2;
}

.service-btn {
  margin-top: 0.35rem;
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 0.55rem 0.95rem;
  border-radius: 999px;
  text-decoration: none;

  background: rgba(231, 127, 103, 0.95);
  color: rgba(255,255,255,0.96);
  font-weight: 900;

  box-shadow: 0 10px 24px rgba(0,0,0,0.12);
  transition: transform 180ms ease, filter 180ms ease, box-shadow 180ms ease;
  z-index: 2;
}

.service-btn:hover {
  transform: translateY(-1px);
  filter: brightness(1.03);
  box-shadow: 0 14px 30px rgba(0,0,0,0.16);
}

/* Membership cards: darker, richer, more premium */
.service-card--membership {
  background: rgba(255,255,255,0.86);
}

.service-btn--membership {
  background: rgba(18, 22, 20, 0.78);
}

.service-btn--membership:hover {
  filter: brightness(1.05);
}
