/* ============================================
   EAR WAX REMOVAL — SHEPPERTON LOCATION PAGE
   Shepperton-only sections. Shared sections reuse the .earwax-*
   classes from ear-wax-removal.css (loaded alongside this file),
   so the original /ear-wax-removal/ page is never modified.
   Prefix: .earwax-shep-
   ============================================ */

/* Hero trust — allow 4 badges to wrap neatly */
.earwax-shep-hero-trust {
  gap: 1rem 1.5rem;
}

/* ============================================
   SECTION 2: OPENING STATEMENT (dark purple band)
   ============================================ */
.earwax-shep-statement {
  position: relative;
  background: linear-gradient(135deg, #6B4FA0, #8B6BBF);
  padding: 5rem 0;
  overflow: hidden;
}

.earwax-shep-statement-glow-1,
.earwax-shep-statement-glow-2 {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
}

.earwax-shep-statement-glow-1 {
  top: -10%;
  right: -5%;
  width: 460px;
  height: 460px;
  background: rgba(255, 255, 255, 0.1);
}

.earwax-shep-statement-glow-2 {
  bottom: -15%;
  left: -8%;
  width: 380px;
  height: 380px;
  background: rgba(255, 255, 255, 0.08);
}

.earwax-shep-statement-dots {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
  background-size: 30px 30px;
  pointer-events: none;
}

.earwax-shep-statement-inner {
  position: relative;
  z-index: 10;
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
}

.earwax-shep-statement-title {
  font-family: var(--font-heading);
  color: var(--white);
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.15;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .earwax-shep-statement-title {
    font-size: 2.75rem;
  }
}

.earwax-shep-statement-body {
  text-align: left;
}

.earwax-shep-statement-body p {
  color: rgba(255, 255, 255, 0.95);
  font-size: 1.125rem;
  line-height: 1.9;
  margin-bottom: 1.75rem;
}

@media (min-width: 768px) {
  .earwax-shep-statement-body p {
    font-size: 1.1875rem;
  }
}

.earwax-shep-statement-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-top: 3rem;
}

@media (min-width: 768px) {
  .earwax-shep-statement-stats {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
  }
}

.earwax-shep-statement-stat {
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 1.25rem;
  padding: 1.5rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.earwax-shep-statement-stat-number {
  font-family: var(--font-heading);
  color: var(--white);
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 1;
}

@media (min-width: 768px) {
  .earwax-shep-statement-stat-number {
    font-size: 2.125rem;
  }
}

.earwax-shep-statement-stat-label {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.9375rem;
  font-weight: 600;
}

/* ============================================
   SECTION 3: DISTANCE / JOURNEY
   ============================================ */
.earwax-shep-distance {
  padding: 5rem 0;
  background: var(--white);
}

@media (min-width: 768px) {
  .earwax-shep-distance {
    padding: 7rem 0;
  }
}

.earwax-shep-distance-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 3rem;
}

.earwax-shep-distance-title {
  font-family: var(--font-heading);
  font-size: 2rem;
  font-weight: 800;
  color: #0f172a;
  margin: 1rem 0;
  line-height: 1.15;
}

@media (min-width: 768px) {
  .earwax-shep-distance-title {
    font-size: 2.75rem;
  }
}

.earwax-shep-distance-subtitle {
  font-size: 1.0625rem;
  color: var(--text-gray);
  line-height: 1.7;
}

.earwax-shep-distance-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}

@media (min-width: 640px) {
  .earwax-shep-distance-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .earwax-shep-distance-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.earwax-shep-distance-card {
  background: var(--brand-light);
  border: 1px solid rgba(196, 122, 101, 0.12);
  border-radius: 1.5rem;
  padding: 2rem 1.5rem;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.earwax-shep-distance-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(196, 122, 101, 0.15);
}

.earwax-shep-distance-card-icon {
  width: 3.5rem;
  height: 3.5rem;
  margin: 0 auto 1rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #C47A65, #B8694F);
  color: var(--white);
  font-size: 1.375rem;
}

.earwax-shep-distance-card-location {
  font-family: var(--font-heading);
  font-size: 1.25rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 0.75rem;
}

.earwax-shep-distance-card-journey {
  font-size: 1rem;
  font-weight: 700;
  color: #6B4FA0;
  margin-bottom: 0.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.earwax-shep-distance-card-route {
  font-size: 0.9375rem;
  color: var(--text-slate);
}

.earwax-shep-distance-parking {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  flex-wrap: wrap;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  color: var(--text-gray);
  margin-bottom: 2.5rem;
}

.earwax-shep-distance-parking i {
  color: #7A9E7E;
  font-size: 1.25rem;
}

.earwax-shep-distance-map {
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(196, 122, 101, 0.12);
  border: 6px solid var(--white);
  line-height: 0;
}

.earwax-shep-distance-map iframe {
  display: block;
  width: 100%;
}

/* ============================================
   SECTION 4: TIKTOK EMBED
   ============================================ */
.earwax-shep-tiktok {
  padding: 5rem 0;
  background: var(--brand-light);
}

@media (min-width: 768px) {
  .earwax-shep-tiktok {
    padding: 7rem 0;
  }
}

.earwax-shep-tiktok-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 3rem;
}

.earwax-shep-tiktok-title {
  font-family: var(--font-heading);
  font-size: 2rem;
  font-weight: 800;
  color: #0f172a;
  margin: 1rem 0;
  line-height: 1.15;
}

@media (min-width: 768px) {
  .earwax-shep-tiktok-title {
    font-size: 2.5rem;
  }
}

.earwax-shep-tiktok-subtitle {
  font-size: 1.0625rem;
  color: var(--text-gray);
  line-height: 1.7;
}

.earwax-shep-tiktok-embed {
  max-width: 400px;
  margin: 0 auto;
  min-height: 580px; /* reserve space to prevent layout shift while embed.js loads */
  display: flex;
  align-items: center;
  justify-content: center;
}

.earwax-shep-tiktok-embed .tiktok-embed {
  margin: 0 auto !important;
}

.earwax-shep-tiktok-follow {
  text-align: center;
  margin-top: 2rem;
  font-size: 1rem;
  color: var(--text-gray);
}

.earwax-shep-tiktok-follow a {
  color: #6B4FA0;
  font-weight: 700;
  text-decoration: none;
}

.earwax-shep-tiktok-follow a:hover {
  text-decoration: underline;
}

/* ============================================
   SECTION 6: CLINICAL CREDENTIALS
   ============================================ */
.earwax-shep-credentials {
  padding: 5rem 0;
  background: var(--white);
}

@media (min-width: 768px) {
  .earwax-shep-credentials {
    padding: 7rem 0;
  }
}

.earwax-shep-credentials-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 3rem;
}

.earwax-shep-credentials-title {
  font-family: var(--font-heading);
  font-size: 1.875rem;
  font-weight: 800;
  color: #0f172a;
  margin-top: 1rem;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .earwax-shep-credentials-title {
    font-size: 2.5rem;
  }
}

.earwax-shep-credentials-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .earwax-shep-credentials-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.earwax-shep-credentials-card {
  background: var(--brand-light);
  border: 1px solid rgba(196, 122, 101, 0.12);
  border-radius: 1.5rem;
  padding: 2.5rem 2rem;
  text-align: center;
}

.earwax-shep-credentials-icon {
  width: 4rem;
  height: 4rem;
  margin: 0 auto 1.5rem;
  border-radius: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #6B4FA0, #8B6BBF);
  color: var(--white);
  font-size: 1.625rem;
}

.earwax-shep-credentials-card-title {
  font-family: var(--font-heading);
  font-size: 1.375rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 1rem;
}

.earwax-shep-credentials-card-body {
  font-size: 1rem;
  color: var(--text-gray);
  line-height: 1.7;
}

/* ============================================
   SECTION 7: COMPARISON NOTE
   ============================================ */
.earwax-shep-comparison-note {
  max-width: 820px;
  margin: 2.5rem auto 0;
  text-align: center;
  font-size: 1.0625rem;
  color: var(--text-gray);
  line-height: 1.8;
}

/* ============================================
   SECTION 10: PRICING
   ============================================ */
.earwax-shep-pricing {
  padding: 5rem 0;
  background: var(--brand-light);
}

@media (min-width: 768px) {
  .earwax-shep-pricing {
    padding: 7rem 0;
  }
}

.earwax-shep-pricing-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 3rem;
}

.earwax-shep-pricing-title {
  font-family: var(--font-heading);
  font-size: 2rem;
  font-weight: 800;
  color: #0f172a;
  margin-top: 1rem;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .earwax-shep-pricing-title {
    font-size: 2.5rem;
  }
}

.earwax-shep-pricing-card {
  max-width: 640px;
  margin: 0 auto;
  background: var(--white);
  border: 1px solid rgba(196, 122, 101, 0.12);
  border-radius: 1.75rem;
  padding: 2.5rem;
  box-shadow: 0 18px 50px rgba(196, 122, 101, 0.1);
}

.earwax-shep-pricing-list {
  list-style: none;
  margin: 0 0 2rem;
  padding: 0;
}

.earwax-shep-pricing-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem 0;
  border-bottom: 1px solid rgba(196, 122, 101, 0.12);
  flex-wrap: wrap;
}

.earwax-shep-pricing-row:last-child {
  border-bottom: none;
}

.earwax-shep-pricing-row-label {
  font-size: 1.0625rem;
  font-weight: 700;
  color: #0f172a;
}

.earwax-shep-pricing-row-value {
  font-family: var(--font-heading);
  font-size: 1.5rem;
  font-weight: 900;
  color: #C47A65;
}

.earwax-shep-pricing-row-value small {
  display: block;
  font-family: var(--font-primary);
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--text-slate);
}

.earwax-shep-pricing-row-featured {
  background: rgba(196, 122, 101, 0.06);
  margin: 0 -1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  border-radius: 1rem;
}

.earwax-shep-pricing-cta {
  width: 100%;
  justify-content: center;
}

.earwax-shep-pricing-note {
  max-width: 640px;
  margin: 2rem auto 0;
  text-align: center;
  font-size: 0.9375rem;
  color: var(--text-gray);
  line-height: 1.7;
}

/* ============================================
   INTERNAL LINKS ROW
   ============================================ */
.earwax-shep-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-top: 3rem;
}

.earwax-shep-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.25rem;
  border-radius: 999px;
  background: var(--white);
  border: 1px solid rgba(196, 122, 101, 0.25);
  color: #6B4FA0;
  font-weight: 700;
  font-size: 0.9375rem;
  text-decoration: none;
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.earwax-shep-link:hover {
  background: rgba(196, 122, 101, 0.06);
  border-color: rgba(196, 122, 101, 0.45);
  transform: translateY(-2px);
}

.earwax-shep-link i {
  color: #C47A65;
}

/* Team photo placeholder when no image is uploaded */
.earwax-team-image-placeholder {
  background: linear-gradient(135deg, rgba(107, 79, 160, 0.12), rgba(196, 122, 101, 0.12));
  display: block;
}

/* ============================================
   PROCESS STEP IMAGES — size constraint
   The shared .earwax-process-step-image has no height cap, so the
   portrait staff photos used here render full-bleed and oversized.
   Scope a sensible max-height + aspect ratio to this page only so the
   original /ear-wax-removal/ page is untouched.
   ============================================ */
.page-template-page-ear-wax-removal-shepperton .earwax-process-step-image {
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}

.page-template-page-ear-wax-removal-shepperton .earwax-process-step-image img {
  aspect-ratio: 4 / 3;
  max-height: 360px;
}

@media (min-width: 1024px) {
  .page-template-page-ear-wax-removal-shepperton .earwax-process-step-image {
    max-width: none;
  }
  .page-template-page-ear-wax-removal-shepperton .earwax-process-step-image img {
    aspect-ratio: 1 / 1;
    max-height: 440px;
  }
}

/* Final CTA trust row — allow 5 items to wrap */
.earwax-shep-cta-trust {
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
}
