/* ===========================
   PAGE-SPECIFIC OVERRIDES FOR SHARED SECTIONS
   =========================== */

/* Media logos — pink bg on this page */
.media { background: #fdaacc; }
.media .section-label { color: #800020; }

/* Credibility video — cherry bg on this page */
.credibility { background: #cd2c40; }
.credibility .credibility-headline { color: #fffdd0; }

/* ===========================
   AVAILABILITY BANNER
   =========================== */
.int-banner {
  padding: 12px 24px;
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  color: #fffdd0;
}

.int-banner--static { background: #cd2c40; }

/* ===========================
   WAITLIST FORM
   =========================== */
.int-waitlist {
  background: #fdaacc;
  padding: 96px 24px;
  text-align: center;
}

.int-waitlist-inner {
  max-width: 580px;
  margin: 0 auto;
}

.int-waitlist-label {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #800020;
  display: block;
  margin-bottom: 20px;
}

.int-waitlist-headline {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  color: #800020;
  line-height: 1.25;
  margin-bottom: 16px;
}

.int-waitlist-sub {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 16px;
  color: #800020;
  max-width: 520px;
  margin: 0 auto 48px;
  line-height: 1.7;
}

.int-waitlist-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.int-waitlist-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  width: 100%;
}

.int-form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: left;
}

.int-form-label {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #800020;
  letter-spacing: 0.02em;
}

.int-form-input {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 15px;
  color: #800020;
  background: #fffdd0;
  border: 1.5px solid rgba(128, 0, 32, 0.3);
  border-radius: 4px;
  padding: 13px 16px;
  outline: none;
  transition: border-color 0.15s;
  width: 100%;
}

.int-form-input::placeholder {
  color: rgba(128, 0, 32, 0.38);
}

.int-form-input:focus {
  border-color: #800020;
}

.int-waitlist-submit {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 15px;
  font-weight: 600;
  background: #800020;
  color: #fffdd0;
  border: none;
  border-radius: 4px;
  padding: 17px 40px;
  cursor: pointer;
  letter-spacing: 0.03em;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  box-shadow: 0 2px 12px rgba(128, 0, 32, 0.25);
}

.int-waitlist-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(128, 0, 32, 0.38);
}

.int-waitlist-success {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.1rem, 3vw, 1.4rem);
  font-style: italic;
  color: #800020;
  line-height: 1.6;
  padding: 1rem 0;
}

@media (max-width: 480px) {
  .int-waitlist-fields {
    grid-template-columns: 1fr;
  }
}

/* ===========================
   INTENSIVE — EXTRA BUTTON
   =========================== */

/* Cherry button — for light (cream) backgrounds */
.btn-cta--cherry {
  background: #cd2c40;
  color: #fffdd0;
  box-shadow: 0 2px 12px rgba(128, 0, 32, 0.25);
}

.btn-cta--cherry:hover,
.btn-cta--cherry:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(128, 0, 32, 0.38);
  outline: none;
}

/* ===========================
   HERO
   =========================== */
.int-hero {
  background: #fdaacc;
  padding: 88px 24px 100px;
  text-align: center;
}

.int-hero-container {
  max-width: 760px;
}

.int-hero-label {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #cd2c40;
  display: block;
  margin-bottom: 24px;
}

.int-hero-headline {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(2.8rem, 7vw, 4rem);
  font-weight: 700;
  color: #cd2c40;
  line-height: 1.12;
  margin-bottom: 28px;
}

.int-hero-sub {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 20px;
  color: #cd2c40;
  max-width: 600px;
  margin: 0 auto 40px;
  line-height: 1.65;
}

.int-hero-note {
  margin-top: 16px;
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 14px;
  color: rgba(205, 44, 64, 0.7);
  letter-spacing: 0.04em;
}

/* ===========================
   TRUISMS
   =========================== */
.int-truisms {
  background: #f7edb9;
  padding: 96px 24px;
  text-align: center;
}

.int-truisms-inner {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

.int-truisms-label {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 19px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #800020;
  display: block;
  margin-bottom: 32px;
}

.int-truisms-video {
  width: 100%;
  max-width: 800px;
  aspect-ratio: 16 / 9;
  border-radius: 12px;
  display: block;
  margin: 0 auto 40px;
}

.int-truisms-video-placeholder {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 24px;
  color: #800020;
}

.int-truisms-close {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 22px;
  color: #cd2c40;
  line-height: 1.6;
  max-width: 700px;
  margin: 0 auto 40px;
}

/* ===========================
   THREE DISMISSED QUOTES
   =========================== */
.int-quotes {
  background: #cd2c40;
  padding: 96px 24px;
}

.int-quotes-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  align-items: start;
}

.int-quote-block {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.int-quote-text {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.2rem, 2.5vw, 1.5rem);
  font-style: italic;
  color: #fffdd0;
  line-height: 1.4;
}

.int-quote-response {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 15px;
  color: rgba(255, 253, 208, 0.85);
  line-height: 1.7;
}

/* ===========================
   INITIAL DISCOVERY CONSULTATION
   =========================== */
.int-discovery {
  background: #f7edb9;
  padding: 96px 24px;
}

.int-discovery-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.int-discovery-label {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #fdaacc;
  display: block;
  margin-bottom: 48px;
  text-align: center;
}

.int-discovery-cols {
  display: grid;
  grid-template-columns: 1fr 450px;
  gap: 72px;
  align-items: center;
  width: 100%;
  margin-bottom: 56px;
}

.int-discovery-headline {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  color: #800020;
  line-height: 1.25;
  margin-bottom: 32px;
}

.int-discovery-body {
  text-align: left;
}

.int-discovery-body p {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 18px;
  color: #800020;
  line-height: 1.8;
  margin-bottom: 20px;
}

.int-discovery-body p:last-child {
  margin-bottom: 0;
}

.int-discovery-img {
  width: 100%;
  max-width: 450px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(128, 0, 32, 0.12);
  display: block;
}

/* ===========================
   PACKAGES
   =========================== */
.int-packages {
  background: #cd2c40;
  padding: 96px 24px;
}

.int-packages-label {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #fdaacc;
  display: block;
  text-align: center;
  margin-bottom: 20px;
}

.int-packages-headline {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  color: #fffdd0;
  text-align: center;
  line-height: 1.25;
  margin-bottom: 16px;
}

.int-packages-sub {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 17px;
  font-style: italic;
  color: rgba(255, 253, 208, 0.85);
  text-align: center;
  max-width: 600px;
  margin: 0 auto 56px;
  line-height: 1.7;
}

.int-packages-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  align-items: start;
}

.int-package-card {
  background: #fffdd0;
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(128, 0, 32, 0.1);
  padding: 40px;
}

.int-package-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: #800020;
  margin-bottom: 8px;
}

.int-package-price {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  color: #cd2c40;
  margin-bottom: 20px;
}

.int-package-subtitle {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 15px;
  font-style: italic;
  color: #800020;
  line-height: 1.7;
  margin-bottom: 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(128, 0, 32, 0.15);
}

.int-package-includes-heading {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #800020;
  margin-bottom: 16px;
  opacity: 0.65;
}

.int-package-includes {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.int-package-includes li {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 15px;
  color: #800020;
  line-height: 1.55;
  padding-left: 24px;
  position: relative;
}

.int-package-includes li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fdaacc;
  flex-shrink: 0;
}

/* ===========================
   WHAT TO EXPECT
   =========================== */
.int-expect {
  background: #800020;
  padding: 96px 24px;
}

.int-expect-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.int-expect-cols {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 72px;
  align-items: center;
}

.int-expect-text {
  display: flex;
  flex-direction: column;
}

.int-expect-label {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #fdaacc;
  display: block;
  margin-bottom: 20px;
}

.int-expect-headline {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  color: #fffdd0;
  line-height: 1.25;
  margin-bottom: 28px;
}

.int-expect-body {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 18px;
  color: #fffdd0;
  line-height: 1.8;
  margin-bottom: 28px;
}

.int-expect-video-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.int-expect-video {
  width: 100%;
  max-width: 320px;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}

.int-expect-outcomes {
  list-style: none;
  text-align: left;
}

.int-expect-item {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 17px;
  color: #fffdd0;
  line-height: 1.65;
  padding: 22px 0 22px 36px;
  border-bottom: 1px solid rgba(253, 170, 204, 0.2);
  position: relative;
}

.int-expect-item:first-child {
  border-top: 1px solid rgba(253, 170, 204, 0.2);
}

.int-expect-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fdaacc;
}

/* ===========================
   ABOUT CLARE
   =========================== */
.int-about {
  background: #fdaacc;
  padding: 96px 24px;
}

.int-about-inner {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 64px;
  align-items: start;
}

.int-about-headshot {
  width: 100%;
  min-height: 520px;
  object-fit: cover;
  object-position: center 35%;
  border-radius: 12px;
  display: block;
}

.int-about-label {
  color: #fdaacc;
  margin-bottom: 16px;
}

.int-about-headline {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  font-weight: 700;
  color: #cd2c40;
  line-height: 1.3;
  margin-bottom: 28px;
}

.int-about-text p {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 16px;
  color: #800020;
  line-height: 1.8;
  margin-bottom: 20px;
}

.int-about-text p em { font-style: italic; }

.int-about-text .btn {
  margin-top: 8px;
}

/* ===========================
   TESTIMONIALS
   =========================== */
.int-testimonials {
  background: #f7edb9;
  padding: 96px 24px;
}

.int-testimonials-label {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #800020;
  display: block;
  text-align: center;
  margin-bottom: 48px;
}

.int-testimonials-grid {
  columns: 3;
  column-gap: 16px;
  max-width: 1100px;
  margin: 0 auto;
}

.int-testimonials-grid .testimonial-img-wrap {
  break-inside: avoid;
  margin-bottom: 16px;
}

/* ===========================
   FINAL CTA
   =========================== */
.int-final-cta {
  background: #800020;
  padding: 100px 24px;
  text-align: center;
}

.int-final-cta-inner {
  max-width: 640px;
}

.int-final-cta-headline {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 700;
  color: #fffdd0;
  line-height: 1.2;
  margin-bottom: 20px;
}

.int-final-cta-sub {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: clamp(1rem, 2.5vw, 1.15rem);
  color: rgba(255, 253, 208, 0.85);
  line-height: 1.7;
  margin-bottom: 40px;
}

.int-final-cta-note {
  margin-top: 20px;
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 14px;
  color: rgba(255, 253, 208, 0.65);
  letter-spacing: 0.04em;
}

/* ===========================
   RESPONSIVE — 900px
   =========================== */
@media (max-width: 900px) {
  .int-discovery-cols {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .int-discovery-img {
    max-width: 400px;
    margin: 0 auto;
  }

  .int-about-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .int-about-headshot {
    min-height: 420px;
    max-width: 400px;
    margin: 0 auto;
  }

  .int-quotes-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .int-expect-cols {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .int-expect-video {
    max-width: 240px;
  }
}

/* ===========================
   RESPONSIVE — 700px
   =========================== */
@media (max-width: 700px) {
  .int-packages-grid {
    grid-template-columns: 1fr;
  }

  .int-hero-sub {
    font-size: 17px;
  }
}

/* ===========================
   RESPONSIVE — 480px
   =========================== */
@media (max-width: 480px) {
  .int-hero-headline {
    font-size: 2.4rem;
  }

  .int-hero,
  .int-truisms,
  .int-quotes,
  .int-discovery,
  .int-packages,
  .int-expect,
  .int-about,
  .int-testimonials,
  .int-final-cta {
    padding: 72px 20px;
  }

  .int-package-card {
    padding: 28px 24px;
  }

  .int-testimonials-grid {
    columns: 1;
  }
}
