/* ══ HERO — charcoal plum with orange rule ══ */

/* ══ BUTTONS — primary now PINK ══ */
.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 28px;
  background: var(--pink);
  color: var(--white);
  font-family: "Jost", sans-serif;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
  transition: opacity 0.2s;
}
.btn-primary:hover {
  opacity: 0.85;
}
.btn-ghost {
  display: inline-flex;
  align-items: center;
  height: 48px;
  padding: 0 8px;
  color: var(--white);
  font-family: "Jost", sans-serif;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  transition: border-color 0.2s;
}
.btn-ghost:hover {
  border-bottom-color: var(--pink);
}

/* ══ GENERIC SECTION STYLES ══ */
.section {
  padding: 84px 48px;
}
.section-inner {
  max-width: 1080px;
  margin: 0 auto;
}
.section-narrow {
  max-width: 820px;
  margin: 0 auto;
}
.eyebrow {
  font-size: 9px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--orange);
  display: block;
  margin-bottom: 14px;
  font-weight: 500;
}
.section-h2 {
  font-family: "Exquise", serif;
  font-weight: 400;
  font-size: clamp(28px, 3.4vw, 42px);
  line-height: 1.15;
  color: var(--aubergine);
  margin-bottom: 24px;
}
.section-h2 em {
  font-style: italic;
  color: var(--pink);
}
.lede {
  font-family: "Cormorant Garamond", serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.7;
  color: var(--aubergine);
}
.body-text {
  font-family: "Cormorant Garamond", serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.82;
  color: var(--aubergine);
  margin-bottom: 20px;
}
/* Breadcrumbs */
.seo-breadcrumb-section {
  background: var(--chalk);
  padding: 22px 48px;
}

.seo-breadcrumbs {
  margin: 0 auto;
  display: flex;
  gap: 8px;
  align-items: center;
  font-family: "Jost", sans-serif;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--light-plum);
  background-color: var(--chalk);
}

.seo-breadcrumbs a {
  color: var(--light-plum);
  text-decoration: none;
}

.seo-breadcrumbs a:hover {
  color: var(--pink);
}

.seo-breadcrumbs span {
  color: var(--grey-magenta);
}

@media (max-width: 600px) {
  .seo-breadcrumb-section {
    padding: 18px 20px;
  }
}

/* ══ SECTION 2: INTRO — dusty blush panel ══ */
.intro-section {
  background: var(--dusty-blush);
  padding: 88px 48px;
}
.intro-section .lede {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
  font-size: 22px;
  line-height: 1.7;
}

/* ══ SECTION 3: LOCAL — pinked linen panel ══ */
.local-section {
  background: var(--pinked-linen);
}
.local-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}
.local-grid .body-text {
  margin-bottom: 16px;
}
.local-facts {
  border-left: 2px solid var(--orange);
  padding: 6px 0 6px 28px;
}
.local-facts dt {
  font-family: "Jost", sans-serif;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--orange);
  font-weight: 500;
  margin-bottom: 4px;
}
.local-facts dd {
  font-family: "Cormorant Garamond", serif;
  font-size: 18px;
  color: var(--aubergine);
  margin-bottom: 20px;
  line-height: 1.5;
}
.local-facts dd:last-child {
  margin-bottom: 0;
}

/* ══ SECTION 4: THREE PATHS — restyled to match home "Choose your Path" ══ */
.trainings-section {
  background: var(--chalk);
  padding: 88px 48px;
}
.trainings-section .section-inner {
  max-width: 1240px;
}
.trainings-section .lede {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 8px;
  color: var(--aubergine);
}
.train-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border: 1px solid var(--linen);
  margin-top: 44px;
  background: var(--white);
}
.train-card {
  padding: 36px 32px 40px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--linen);
  transition: background 0.25s;
}
.train-card:last-child {
  border-right: none;
}
.train-card:hover {
  background: var(--chalk);
}
.train-card-tag {
  font-family: "Jost", sans-serif;
  font-size: 9px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 18px;
  font-weight: 500;
  display: block;
}
.train-card-icon {
  font-family: "Exquise", serif;
  font-size: 38px;
  font-weight: 400;
  color: var(--pink);
  line-height: 1;
  margin-bottom: 18px;
  display: block;
  letter-spacing: -0.02em;
}
.train-card h3 {
  font-family: "Exquise", serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.2;
  color: var(--aubergine);
  margin-bottom: 10px;
}
.train-card h3 em {
  font-style: italic;
  color: var(--pink);
}
.train-card p {
  font-family: "Cormorant Garamond", serif;
  font-size: 16px;
  line-height: 1.65;
  color: var(--aubergine);
  opacity: 0.78;
  margin-bottom: 18px;
  flex-grow: 1;
}
.train-card-link {
  font-family: "Jost", sans-serif;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--orange);
  text-decoration: none;
  border-bottom: 1px solid rgba(243, 153, 0, 0.3);
  padding-bottom: 2px;
  transition: border-color 0.2s;
  margin-top: auto;
  align-self: flex-start;
}
.train-card-link:hover {
  border-bottom-color: var(--orange);
}

/* ══ SECTION 5: WHY THE SHALA — linen colour panel ══ */
.why-section {
  background: var(--linen);
  padding: 84px 48px;
}
.why-pills {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 44px;
}
.why-pill {
  background: var(--white);
  border: 1px solid rgba(59, 19, 46, 0.08);
  padding: 32px 26px;
}
.why-pill-num {
  font-family: "Exquise", serif;
  font-style: italic;
  font-size: 38px;
  color: var(--pink);
  line-height: 1;
  display: block;
  margin-bottom: 16px;
}
.why-pill h3 {
  font-family: "Exquise", serif;
  font-weight: 400;
  font-size: 20px;
  color: var(--aubergine);
  margin-bottom: 10px;
  line-height: 1.25;
}
.why-pill p {
  font-family: "Cormorant Garamond", serif;
  font-size: 16px;
  line-height: 1.6;
  color: var(--aubergine);
  opacity: 0.78;
}

/* ══ SECTION 6: GETTING HERE — greige panel ══ */
.getting-section {
  background: var(--greige);
  padding: 84px 48px;
}
.getting-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 48px;
  align-items: stretch;
  max-width: 1080px;
  margin: 0 auto;
}
.getting-text {
  padding: 8px 0;
}
.getting-text .body-text {
  margin-bottom: 18px;
  font-size: 18px;
  line-height: 1.7;
}
.getting-address {
  font-family: "Jost", sans-serif;
  font-style: normal;
  font-size: 13px;
  line-height: 1.8;
  color: var(--aubergine);
  padding: 20px 0;
  border-top: 1px solid var(--greige);
  border-bottom: 1px solid var(--greige);
  margin: 20px 0;
}
.getting-address strong {
  display: block;
  font-weight: 500;
  margin-bottom: 6px;
  color: var(--pink);
  letter-spacing: 0.06em;
}
.getting-map {
  min-height: 380px;
  background: var(--chalk);
  border: 1px solid var(--greige);
  overflow: hidden;
}
.getting-map iframe {
  width: 100%;
  height: 100%;
  min-height: 380px;
  border: 0;
  display: block;
}

/* ══ SECTION 7: TESTIMONIAL ══ */
.testimonial-section {
  background: var(--chalk);
  padding: 96px 48px;
}
.testimonial-box {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  padding: 0 40px;
}
.testimonial-box::before {
  content: "\201C";
  font-family: "Exquise", serif;
  font-size: 120px;
  color: var(--pink);
  position: absolute;
  left: 50%;
  top: -44px;
  transform: translateX(-50%);
  line-height: 1;
  opacity: 0.3;
}
.testimonial-quote {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-weight: 300;
  font-size: 26px;
  line-height: 1.5;
  color: var(--aubergine);
  margin-bottom: 28px;
  position: relative;
  z-index: 1;
}
.testimonial-attr {
  font-family: "Jost", sans-serif;
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--orange);
  font-weight: 500;
}
.testimonial-attr strong {
  color: var(--aubergine);
  font-weight: 500;
  margin-right: 8px;
}

/* ══ SECTION 8: FAQ ══ */
.faq-section {
  background: white;
  padding: 88px 48px;
  border-top: 1px solid var(--greige);
}
.faq-list {
  max-width: 820px;
  margin: 40px auto 0;
}
.faq-item {
  border-bottom: 1px solid var(--greige);
  padding: 26px 0;
}
.faq-item:first-child {
  border-top: 1px solid var(--greige);
}
.faq-q {
  font-family: "Exquise", serif;
  font-weight: 400;
  font-size: 22px;
  color: var(--aubergine);
  margin-bottom: 12px;
  line-height: 1.3;
}
.faq-q em {
  font-style: italic;
  color: var(--pink);
}
.faq-a {
  font-family: "Cormorant Garamond", serif;
  font-size: 18px;
  line-height: 1.7;
  color: var(--aubergine);
  opacity: 0.78;
}

/* ══ SECTION 9: CTA BAND — pink panel (style guide v5 snippet) ══ */
.cta-band {
  background: var(--pink);
  padding: 96px 52px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-band-inner {
  max-width: 720px;
  margin: 0 auto;
}
.cta-h2 {
  font-family: "Exquise", serif;
  font-size: clamp(30px, 4vw, 52px);
  font-weight: 400;
  color: var(--white);
  line-height: 1.15;
  margin: 0 0 16px;
}
.cta-h2 em {
  font-style: italic;
  color: var(--orange);
}
.cta-sub {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.7;
  max-width: 560px;
  margin: 0 auto 44px;
}
.cta-buttons {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}
.btn-white {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 28px;
  font-family: "Jost", sans-serif;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 500;
  background: var(--white);
  color: var(--pink);
  text-decoration: none;
  transition: background 0.2s;
}
.btn-white:hover {
  background: var(--chalk);
}
.btn-ghost-w {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 28px;
  font-family: "Jost", sans-serif;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 500;
  background: transparent;
  color: var(--white);
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.5);
  transition: border-color 0.2s;
}
.btn-ghost-w:hover {
  border-color: var(--white);
}

/* ══ RESPONSIVE: 900px ══ */
@media (max-width: 900px) {
  .seo-hero-inner {
    padding: 72px 28px 64px;
  }
  .seo-hero::before {
    opacity: 0.18;
    background-position: center right -20%;
  }
  .seo-hero::after {
    background: linear-gradient(
      to bottom,
      var(--charcoal-plum) 50%,
      rgba(75, 58, 67, 0.85) 100%
    );
  }
  .section,
  .trainings-section,
  .why-section {
    padding: 64px 28px;
  }
  .intro-section,
  .getting-section,
  .testimonial-section,
  .faq-section {
    padding: 64px 28px;
  }
  .cta-band {
    padding: 72px 24px;
  }
  .cta-sub {
    font-size: 18px;
  }
  .local-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .train-grid {
    grid-template-columns: 1fr;
  }
  .train-card {
    border-right: none;
    border-bottom: 1px solid var(--linen);
  }
  .train-card:last-child {
    border-bottom: none;
  }
  .why-pills {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .getting-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .getting-map {
    min-height: 320px;
  }
  .getting-map iframe {
    min-height: 320px;
  }
}
/* ══ RESPONSIVE: 600px ══ */
@media (max-width: 600px) {
  .seo-hero-inner {
    padding: 56px 20px 52px;
  }
  .seo-hero-h1 {
    font-size: clamp(34px, 8.5vw, 44px);
  }
  .seo-hero-sub {
    font-size: 18px;
  }
  .seo-hero-ctas {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
  .seo-hero-ctas .btn-primary {
    width: 100%;
    justify-content: center;
  }
  .section,
  .trainings-section,
  .why-section {
    padding: 52px 20px;
  }
  .intro-section,
  .getting-section,
  .testimonial-section,
  .faq-section {
    padding: 52px 20px;
  }
  .cta-band {
    padding: 56px 20px;
  }
  .cta-sub {
    font-size: 17px;
    margin-bottom: 32px;
  }
  .cta-buttons {
    flex-direction: column;
    gap: 10px;
  }
  .cta-buttons .btn-white,
  .cta-buttons .btn-ghost-w {
    width: 100%;
  }
  .section-h2 {
    font-size: clamp(26px, 7vw, 34px);
  }
  .intro-section .lede {
    font-size: 19px;
  }
  .body-text {
    font-size: 17px;
  }
  .train-card {
    padding: 28px 24px;
  }
  .train-card h3 {
    font-size: 20px;
  }
  .why-pill {
    padding: 26px 22px;
  }
  .testimonial-box {
    padding: 0 8px;
  }
  .testimonial-quote {
    font-size: 21px;
  }
  .testimonial-box::before {
    font-size: 90px;
    top: -30px;
  }
  .faq-q {
    font-size: 19px;
  }
  .faq-a {
    font-size: 16.5px;
  }
}
