@import "style.css";

/* Services hero: column layout - copy + CTAs, luxury feature bar at bottom (matches home) */
.page-banner.services-hero {
  display: flex;
  flex-direction: column;
  min-height: min(56vh, 520px);
  padding: 18px 0 0;
  overflow: hidden;
}

.services-hero-main {
  position: relative;
  z-index: 2;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 6px 0 18px;
}

.page-banner.services-hero::before {
  transform: none;
  background-image:
    linear-gradient(105deg, rgba(8, 3, 2, 0.92) 0%, rgba(12, 6, 4, 0.55) 45%, rgba(20, 10, 6, 0.35) 100%),
    url("assets/Service BG.webp");
  background-size: auto, cover;
  background-position: center, center 28%;
  background-repeat: no-repeat;
}

.page-banner.services-hero .eyebrow {
  padding: 7px 14px;
  border-width: 2px;
  border-color: rgba(246, 234, 216, 0.52);
  border-radius: 5px;
}

.page-banner.services-hero .hero-title {
  max-width: min(30ch, 100%);
  line-height: var(--leading-hero);
  font-size: var(--text-hero);
}

.services-title-line {
  white-space: nowrap;
}

@media (max-width: 768px) {
  .services-title-line {
    white-space: normal;
  }

  .page-banner.services-hero .hero-title {
    max-width: 100%;
    text-wrap: balance;
    overflow-wrap: anywhere;
  }
}

.page-banner.services-hero .hero-text {
  max-width: min(68ch, 100%);
}

.services-hero-actions {
  margin-top: 0;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  align-items: center;
}

.services-hero-btn {
  min-height: 50px;
  padding: 0 22px;
  border-radius: 14px;
  letter-spacing: 0.02em;
}

.services-hero-btn--book.btn-primary {
  background: linear-gradient(165deg, #c69a5b 0%, #a67c3d 55%, #8b6630 100%);
  color: #1b120c;
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow:
    0 0 32px rgba(230, 194, 142, 0.22),
    0 6px 28px rgba(0, 0, 0, 0.35),
    0 1px 0 rgba(255, 255, 255, 0.35) inset;
}

.services-hero-btn--book.btn-primary:hover {
  box-shadow:
    0 0 42px rgba(230, 194, 142, 0.32),
    0 10px 36px rgba(0, 0, 0, 0.4),
    0 1px 0 rgba(255, 255, 255, 0.45) inset;
}

.services-hero-btn--book:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.5);
  outline-offset: 3px;
}

.services-hero-btn--programs {
  gap: 14px;
  min-height: 52px;
  padding-inline: 18px 28px;
  font-weight: 600;
  color: var(--text);
  background: linear-gradient(155deg, rgba(22, 12, 8, 0.78) 0%, rgba(8, 4, 3, 0.52) 100%);
  border: 1px solid rgba(230, 194, 142, 0.45);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.07) inset,
    0 4px 28px rgba(0, 0, 0, 0.38),
    0 0 36px rgba(198, 154, 91, 0.1);
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease,
    background 0.28s ease;
}

.services-hero-btn--programs:hover {
  transform: translateY(-2px);
  border-color: rgba(230, 194, 142, 0.62);
  background: linear-gradient(155deg, rgba(32, 18, 12, 0.88) 0%, rgba(12, 6, 4, 0.62) 100%);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.1) inset,
    0 10px 40px rgba(0, 0, 0, 0.42),
    0 0 48px rgba(230, 194, 142, 0.16);
}

.services-hero-btn--programs:focus-visible {
  outline: 2px solid rgba(230, 194, 142, 0.55);
  outline-offset: 3px;
}

.services-hero-programs__mark {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  background: linear-gradient(165deg, rgba(230, 194, 142, 0.2) 0%, rgba(139, 102, 48, 0.12) 100%);
  border: 1px solid rgba(230, 194, 142, 0.38);
  color: var(--gold-2);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 2px 10px rgba(0, 0, 0, 0.2);
}

.services-hero-programs__mark svg {
  display: block;
}

.services-hero-programs__label {
  flex: 1 1 auto;
  min-width: 0;
  text-align: left;
  letter-spacing: 0.03em;
}

/* Same luxury stats bar as home (hero-feature-bar) */
.hero-feature-bar {
  position: relative;
  z-index: 2;
  flex-shrink: 0;
  width: 100%;
  margin-top: auto;
  padding: 0;
  overflow: hidden;
  border: none;
  border-top: 1px solid rgba(198, 154, 91, 0.35);
  background:
    linear-gradient(90deg, rgba(6, 3, 2, 0.92) 0%, rgba(10, 5, 4, 0.88) 32%, rgba(12, 7, 5, 0.9) 100%),
    radial-gradient(ellipse 85% 120% at 12% 50%, rgba(40, 22, 14, 0.55) 0%, transparent 55%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

/* Services hero: full-width photo under the stats strip */
.page-banner.services-hero .hero-feature-bar {
  background:
    linear-gradient(90deg, rgba(6, 3, 2, 0.92) 0%, rgba(10, 5, 4, 0.88) 32%, rgba(12, 7, 5, 0.9) 100%),
    radial-gradient(ellipse 85% 120% at 12% 50%, rgba(40, 22, 14, 0.55) 0%, transparent 55%),
    url("assets/Professional.png") center center / cover no-repeat;
}

.hero-feature-bar::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("assets/Hero background.png") left 8% center / min(42%, 520px) auto no-repeat;
  opacity: 0.22;
  mix-blend-mode: luminosity;
  pointer-events: none;
}

/* Services page: background is on .hero-feature-bar itself - hide duplicate pseudo */
.page-banner.services-hero .hero-feature-bar::before {
  display: none;
}

.hero-feature-bar-inner {
  position: relative;
  z-index: 1;
  max-width: 100%;
  padding: 14px 0 18px;
}

.metrics--hero-bar {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  width: 100%;
  max-width: 100%;
  margin: 0;
  align-items: stretch;
}

.hero-feature-bar .metric {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 11px;
  min-width: 0;
  box-sizing: border-box;
  padding: 10px 13px 10px 14px;
  margin: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  border-left: 1px solid rgba(198, 154, 91, 0.28);
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  transition: none;
}

.hero-feature-bar .metric:first-child {
  border-left: none;
  padding-left: 2px;
}

.hero-feature-bar .metric-icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  flex-shrink: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
}

.hero-feature-bar .metric-icon {
  width: 21px;
  height: 21px;
}

.hero-feature-bar .metric-text {
  display: flex;
  flex-direction: column;
  gap: 3px;
  text-align: left;
  min-width: 0;
}

.hero-feature-bar .metric-line--title .metric-line__paint {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(0.98rem, 1.75vw, 1.22rem);
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.12;
  color: var(--gold-2);
  overflow-wrap: anywhere;
}

.hero-feature-bar .metric-line--sub .metric-line__paint {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 0.56rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  line-height: 1.35;
  color: rgba(214, 190, 150, 0.82);
}

.hero-feature-bar .metric--stat strong.metric-line--title .metric-line__paint {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.12rem, 2.15vw, 1.42rem);
  font-weight: 600;
  color: var(--gold-2);
  line-height: 1;
}

.hero-feature-bar .metric--stat .metric-line--sub .metric-line__paint {
  font-size: 0.56rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(214, 190, 150, 0.82);
}

.hero-feature-bar .metric-text .metric-line {
  text-transform: none;
}

/* Scroll reveal (same as home) */
.hero-feature-bar .metric-line {
  display: block;
  overflow: hidden;
}

.hero-feature-bar .metric-line__paint {
  display: inline-block;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 1.15s cubic-bezier(0.76, 0, 0.215, 1);
}

.hero-feature-bar .metric strong.metric-line .metric-line__paint {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  text-transform: none;
  color: inherit;
  line-height: inherit;
}

.hero-feature-bar.visible .metric-line__paint {
  clip-path: inset(0 0 0 0);
}

.hero-feature-bar.visible .metrics .metric:nth-child(1) .metric-line:nth-child(1) .metric-line__paint {
  transition-delay: 0.1s;
}

.hero-feature-bar.visible .metrics .metric:nth-child(1) .metric-line:nth-child(2) .metric-line__paint {
  transition-delay: 0.18s;
}

.hero-feature-bar.visible .metrics .metric:nth-child(2) .metric-line:nth-child(1) .metric-line__paint {
  transition-delay: 0.26s;
}

.hero-feature-bar.visible .metrics .metric:nth-child(2) .metric-line:nth-child(2) .metric-line__paint {
  transition-delay: 0.34s;
}

.hero-feature-bar.visible .metrics .metric:nth-child(3) .metric-line:nth-child(1) .metric-line__paint {
  transition-delay: 0.42s;
}

.hero-feature-bar.visible .metrics .metric:nth-child(3) .metric-line:nth-child(2) .metric-line__paint {
  transition-delay: 0.5s;
}

.hero-feature-bar.visible .metrics .metric:nth-child(4) .metric-line:nth-child(1) .metric-line__paint {
  transition-delay: 0.58s;
}

.hero-feature-bar.visible .metrics .metric:nth-child(4) .metric-line:nth-child(2) .metric-line__paint {
  transition-delay: 0.66s;
}

/* Unified vertical rhythm for Services content sections (replaces ad‑hoc per-block padding) */
.section.services-programs-block,
.section.services-why,
.section.services-testimonials {
  padding-top: clamp(2rem, 3.5vw + 1rem, 3.25rem);
  padding-bottom: clamp(2rem, 3.5vw + 1rem, 3.25rem);
}

/* Programs → Why: slightly tighter gap between these two bands */
#programs.services-programs-block {
  padding-bottom: clamp(1.75rem, 2.5vw + 1rem, 2.5rem);
}

/* -- Programs: path header + card grid -- */
.services-programs-head {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  gap: clamp(28px, 4vw, 48px);
  align-items: end;
  margin-bottom: clamp(24px, 3vw, 32px);
}

/* Gold underline under section headings (same as Product page titles) */
.services-programs-head__copy .section-title,
.services-why-head .section-title,
.services-testimonials-head .section-title {
  position: relative;
  padding-bottom: 14px;
  margin-bottom: 0;
}

.services-programs-head__copy .section-title::after,
.services-why-head .section-title::after,
.services-testimonials-head .section-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: min(100px, 32vw);
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, rgba(198, 154, 91, 0.95), rgba(198, 154, 91, 0.2));
}

.services-programs-head__copy .section-copy,
.services-why-head .section-copy,
.services-testimonials-head .section-copy {
  margin-top: 14px;
}

/* Same heading + description scale on phone, tablet, and desktop (overrides global fluid --text-section / --fluid-lead) */
.services-programs-head__copy .eyebrow,
.services-why-head .eyebrow,
.services-testimonials-head .eyebrow {
  font-size: 0.75rem;
  letter-spacing: 0.24em;
  margin-bottom: 12px;
}

.services-programs-head__copy .section-title,
.services-why-head .section-title,
.services-testimonials-head .section-title {
  font-size: 1.95rem;
  line-height: 1.12;
  letter-spacing: -0.01em;
}

.services-programs-head__copy .section-copy,
.services-why-head .section-copy,
.services-testimonials-head .section-copy {
  font-size: 1rem;
  line-height: 1.65;
  max-width: min(62ch, var(--prose-max));
}

.services-path-steps {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 0;
  align-items: stretch;
  padding: 18px 20px;
  border-radius: 20px;
  background:
    linear-gradient(145deg, rgba(20, 8, 6, 0.92), rgba(8, 3, 2, 0.88)),
    radial-gradient(ellipse 120% 80% at 100% 0%, rgba(198, 154, 91, 0.12), transparent 55%);
  border: 1px solid rgba(198, 154, 91, 0.22);
  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.services-path-steps__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 6px;
  padding: 4px 8px;
  min-width: 0;
}

.services-path-steps__badge {
  width: 36px;
  height: 36px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.15rem;
  font-weight: 600;
  color: #1b120c;
  background: linear-gradient(165deg, var(--gold-2) 0%, var(--gold) 100%);
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
}

.services-path-steps__label {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  font-weight: 600;
  color: var(--gold-2);
  letter-spacing: 0.02em;
  line-height: 1.2;
}

.services-path-steps__hint {
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(214, 190, 150, 0.72);
  line-height: 1.35;
  max-width: 22ch;
}

.services-path-steps__connector {
  position: relative;
  align-self: center;
  width: 100%;
  min-height: 2px;
  margin: 0 4px;
  background: linear-gradient(
    90deg,
    rgba(198, 154, 91, 0.15),
    rgba(230, 194, 142, 0.55) 50%,
    rgba(198, 154, 91, 0.15)
  );
  border-radius: 999px;
}

.services-path-steps__connector::after {
  content: "";
  position: absolute;
  right: -4px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid rgba(230, 194, 142, 0.45);
}

.services-program-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 8px;
}

/* Match .card on Product page (style.css) */
.services-program-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 24px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  position: relative;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.015));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow);
  transition:
    transform 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease,
    background 0.28s ease;
}

.services-program-card::after {
  content: "";
  position: absolute;
  right: -20px;
  bottom: -50px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(198, 154, 91, 0.14), transparent 68%);
  pointer-events: none;
}

.services-program-card:hover {
  transform: translateY(-6px);
  border-color: rgba(198, 154, 91, 0.25);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.55);
}

.services-program-card__media {
  position: relative;
  z-index: 1;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.24);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.services-program-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}

.services-program-card:hover .services-program-card__media img {
  transform: scale(1.04);
}

.services-program-card__pill {
  position: absolute;
  left: 12px;
  bottom: 12px;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #1b120c;
  background: rgba(246, 234, 216, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.35);
}

/* Program track pills: distinct but on-brand */
.services-program-card__pill--barista-1 {
  color: #2a1f15;
  background: linear-gradient(
    145deg,
    rgba(255, 250, 242, 0.96),
    rgba(236, 214, 176, 0.92)
  );
  border-color: rgba(198, 154, 91, 0.42);
  box-shadow:
    0 4px 16px rgba(0, 0, 0, 0.32),
    0 0 0 1px rgba(255, 255, 255, 0.35) inset;
}

.services-program-card__pill--barista-2 {
  color: #1b1009;
  background: linear-gradient(145deg, #e4c49a, #c69a5b);
  border-color: rgba(140, 98, 48, 0.45);
  box-shadow:
    0 4px 18px rgba(0, 0, 0, 0.38),
    0 0 24px rgba(198, 154, 91, 0.22);
}

.services-program-card__pill--bakery {
  color: #2a1810;
  background: linear-gradient(
    145deg,
    rgba(248, 228, 210, 0.95),
    rgba(212, 168, 130, 0.9)
  );
  border-color: rgba(160, 110, 72, 0.4);
  box-shadow:
    0 4px 16px rgba(0, 0, 0, 0.33),
    0 0 0 1px rgba(255, 255, 255, 0.25) inset;
}

.services-program-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  position: relative;
  z-index: 1;
  padding: 20px 20px 24px;
  gap: 8px;
}

.services-program-card__body h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.35rem, 2.2vw, 1.55rem);
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
}

.services-program-card__body p {
  margin: 0;
  flex: 1;
  color: rgba(246, 234, 216, 0.78);
  font-size: 0.95rem;
  line-height: 1.6;
}

.services-program-card__meta {
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold-2);
  margin-top: 4px;
}

.services-program-card__cta {
  margin-top: 10px;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.services-program-card__cta::after {
  content: "→";
  transition: transform 0.25s ease;
}

.services-program-card:hover .services-program-card__cta::after {
  transform: translateX(4px);
}

/* -- Why choose us -- */
.services-why {
  background: transparent;
}

.services-why-head {
  max-width: 62ch;
  margin-bottom: clamp(24px, 3vw, 32px);
}

.services-why-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-inline-start: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.services-why-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  padding: 20px 20px 24px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.015));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow);
  transition:
    transform 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease,
    background 0.28s ease;
}

.services-why-card::after {
  content: "";
  position: absolute;
  right: -20px;
  bottom: -50px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(198, 154, 91, 0.14), transparent 68%);
  pointer-events: none;
}

.services-why-card__icon,
.services-why-card__body {
  position: relative;
  z-index: 1;
}

.services-why-card__body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.services-why-card:hover {
  transform: translateY(-6px);
  border-color: rgba(198, 154, 91, 0.25);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.55);
}

.services-why-card__icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  margin: 0;
  color: var(--gold-2);
  background: rgba(198, 154, 91, 0.12);
  border: 1px solid rgba(198, 154, 91, 0.22);
}

.services-why-card__icon svg {
  width: 24px;
  height: 24px;
}

.services-why-card__body h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.45rem;
  margin: 0;
  line-height: 1.25;
  color: var(--text);
}

.services-why-card__body p {
  margin: 0;
  color: rgba(246, 234, 216, 0.76);
  font-size: 0.96rem;
  line-height: 1.62;
}

/* -- Testimonials -- */
.services-testimonials-head {
  max-width: 58ch;
  margin-bottom: clamp(24px, 3vw, 32px);
}

.services-testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.services-testimonial {
  margin: 0;
  position: relative;
  overflow: hidden;
  padding: 20px 20px 24px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.015));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow);
  transition:
    transform 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease,
    background 0.28s ease;
}

.services-testimonial::after {
  content: "";
  position: absolute;
  right: -20px;
  bottom: -50px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(198, 154, 91, 0.14), transparent 68%);
  pointer-events: none;
}

.services-testimonial > * {
  position: relative;
  z-index: 1;
}

.services-testimonial:hover {
  transform: translateY(-6px);
  border-color: rgba(198, 154, 91, 0.25);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.55);
}

.services-testimonial__quote {
  margin: 0 0 18px;
}

.services-testimonial__quote p {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.15rem, 1.8vw, 1.35rem);
  font-style: italic;
  line-height: 1.45;
  color: rgba(246, 234, 216, 0.92);
}

.services-testimonial__cite {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.services-testimonial__name {
  font-weight: 600;
  font-size: 0.92rem;
  letter-spacing: 0.06em;
  color: var(--gold-2);
}

.services-testimonial__role {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(214, 190, 150, 0.65);
}

/* Tablet: keep programs / why / testimonials same grid as desktop - stack only on phones (see max-width: 640px); path stays horizontal on all sizes */
/* Tablet + small laptop: hero metrics 4-across get cramped - use 2×2 grid */
@media (max-width: 1024px) {
  .metrics--hero-bar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-feature-bar .metric {
    border-left: 1px solid rgba(198, 154, 91, 0.28);
    border-bottom: 1px solid rgba(198, 154, 91, 0.22);
    padding: 12px 12px;
  }

  .hero-feature-bar .metric:first-child,
  .hero-feature-bar .metric:nth-child(3) {
    border-left: none;
  }

  .hero-feature-bar .metric:nth-child(3),
  .hero-feature-bar .metric:nth-child(4) {
    border-bottom: none;
  }
}

@media (max-width: 767px) {
  .page-banner.services-hero {
    min-height: 0;
    padding-top: max(20px, env(safe-area-inset-top, 0px));
  }

  .page-banner.services-hero::before {
    background-size: auto, cover;
    background-position: center, center;
  }

  .services-hero-main {
    padding: 8px 0 20px;
    padding-inline: max(0px, env(safe-area-inset-left, 0px)) max(0px, env(safe-area-inset-right, 0px));
  }

  .page-banner.services-hero .hero-text {
    max-width: 100%;
  }

  .hero-feature-bar-inner {
    padding: 12px 0 16px;
    padding-bottom: max(16px, env(safe-area-inset-bottom, 0px));
  }

}

@media (max-width: 640px) {
  /* Keep both CTAs on one row (overrides global .btn { width:100% }) — Services + Product hero */
  .page-banner.services-hero .services-hero-actions,
  .page-banner.products-hero .services-hero-actions {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 12px;
    width: 100%;
  }

  .page-banner.services-hero .eyebrow,
  .page-banner.products-hero .eyebrow {
    font-size: 0.65rem;
    letter-spacing: 0.22em;
    padding: 6px 11px;
  }

  .page-banner.services-hero .services-hero-actions .services-hero-btn,
  .page-banner.products-hero .services-hero-actions .services-hero-btn {
    width: auto;
    min-height: 48px;
    padding-block: 0;
    padding-inline: 14px 16px;
    font-size: 0.88rem;
    line-height: 1.2;
    letter-spacing: 0.02em;
    border-radius: 12px;
    align-items: center;
    justify-content: center;
  }

  /* Primary CTA: natural width; programs button keeps the rest (icon + label stay readable) */
  .page-banner.services-hero .services-hero-actions .services-hero-btn--book,
  .page-banner.products-hero .services-hero-actions .services-hero-btn--book {
    flex: 0 1 auto;
    white-space: nowrap;
  }

  .page-banner.services-hero .services-hero-actions .services-hero-btn--programs,
  .page-banner.products-hero .services-hero-actions .services-hero-btn--programs {
    flex: 1 1 min(0, 100%);
    min-width: 0;
    gap: 10px;
    padding-inline: 12px 18px;
    font-weight: 600;
  }

  .page-banner.services-hero .services-hero-actions .services-hero-programs__mark,
  .page-banner.products-hero .services-hero-actions .services-hero-programs__mark {
    width: 32px;
    height: 32px;
    border-radius: 10px;
    flex-shrink: 0;
  }

  .page-banner.services-hero .services-hero-actions .services-hero-programs__mark svg,
  .page-banner.products-hero .services-hero-actions .services-hero-programs__mark svg {
    width: 16px;
    height: 16px;
  }

  .page-banner.services-hero .services-hero-actions .services-hero-programs__label,
  .page-banner.products-hero .services-hero-actions .services-hero-programs__label {
    text-align: center;
    flex: 1 1 auto;
    min-width: 0;
    letter-spacing: 0.03em;
    white-space: nowrap;
  }

  /* Hero metrics: same 2×2 grid + dividers as tablet (inherits max-width: 1024px rules) */

  /* Phone-only: stack sections that stay desktop/tablet layout above this width */
  .services-programs-head {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  /* Path stays one horizontal row (same as desktop); compact type to save vertical space */
  .services-path-steps {
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    padding: 10px 8px;
    gap: 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
  }

  .services-path-steps__item {
    gap: 4px;
    padding: 2px 2px;
  }

  .services-path-steps__badge {
    width: 28px;
    height: 28px;
    font-size: 0.92rem;
    border-radius: 9px;
  }

  .services-path-steps__label {
    font-size: clamp(0.72rem, 2.8vw, 0.95rem);
    line-height: 1.15;
  }

  .services-path-steps__hint {
    font-size: 0.48rem;
    letter-spacing: 0.06em;
    line-height: 1.2;
    max-width: 14ch;
  }

  .services-path-steps__connector {
    width: 100%;
    min-width: 4px;
    min-height: 2px;
    margin: 0 1px;
    align-self: center;
  }

  .services-path-steps__connector::after {
    right: -3px;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid rgba(230, 194, 142, 0.45);
    border-right: none;
  }

  .services-program-grid {
    grid-template-columns: 1fr;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }

  .services-why-grid {
    grid-template-columns: 1fr;
  }

  .services-testimonial-grid {
    grid-template-columns: 1fr;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .services-hero-btn--book.btn-primary:hover,
  .services-hero-btn--programs:hover {
    transform: none;
  }

  .hero-feature-bar .metric-line__paint {
    clip-path: inset(0 0 0 0);
    transition: none;
  }

  .services-program-card:hover,
  .services-why-card:hover,
  .services-testimonial:hover {
    transform: none;
  }

  .services-program-card:hover .services-program-card__media img {
    transform: none;
  }
}
