/* =============================================
   ORLÉ — THE INTERFERENCE READ (free audit)
   Built from the Figma design (node 1953:206).
   Palette + shared shell come from style.css.
   ============================================= */

/* ---- Reset the global `p { max-width: 600px }` from style.css so
       centred sections actually centre across the column instead of
       inside a left-stuck 600px box. ---- */
.ir-hero p,
.ir-chances p,
.ir-why p,
.ir-why li,
.ir-diagnosis p,
.ir-ready p,
.ir-form-section p {
  max-width: none;
}

/* =============================================
   SHARED BUTTONS
   ============================================= */
.ir-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 100px;
  padding: 0.85rem 2.75rem;
  font-family: var(--font-body);
  font-size: clamp(0.9rem, 1.5vw, 1.1rem);
  font-weight: 400;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  line-height: 1.2;
  cursor: pointer;
  text-decoration: none;
  border: 4px solid transparent;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.ir-btn:hover {
  transform: translateY(-2px);
  box-shadow: 6px 8px 10px rgba(0, 0, 0, 0.25);
}
.ir-btn--maroon {
  background: var(--hp-maroon);
  color: var(--hp-pink);
  border-color: var(--hp-pink);
}
.ir-btn--blue {
  background: var(--hp-blue);
  color: var(--hp-navy);
  border-color: var(--hp-navy);
}

/* =============================================
   SECTION 1 · HERO
   Script headline, centred copy column, photo
   card tilted into the right edge.
   ============================================= */
.ir-hero {
  position: relative;
  background: var(--hp-cream);
  padding: calc(16px + 62px + 3rem) clamp(1rem, 4vw, 4rem) 4rem;
  overflow: hidden;
}
.ir-hero-inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.ir-hero-heading {
  position: relative;
  z-index: 3;
  font-family: var(--hp-cursive);
  font-weight: 400;
  font-size: clamp(2.4rem, 6vw, 4.5rem);
  line-height: 1.25;
  letter-spacing: -0.03em;
  color: var(--hp-maroon);
  text-align: center;
  transform: rotate(-0.56deg);
  margin: 0 0 2.5rem;
}
.ir-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.72fr);
  gap: clamp(1.5rem, 4vw, 3.5rem);
  align-items: start;
}
.ir-hero-copy {
  text-align: center;
  padding-top: clamp(1rem, 5vw, 5rem);
}
.ir-hero-eyebrow {
  font-family: 'Inter', var(--font-body);
  font-weight: 500;
  font-size: clamp(0.85rem, 1.4vw, 1rem);
  line-height: 1.5;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: var(--hp-maroon);
  text-shadow: 1px 1px 1.9px var(--hp-pink);
  margin: 0 0 2rem;
}
.ir-hero-body p {
  font-family: 'Inter', var(--font-body);
  font-size: clamp(0.9rem, 1.3vw, 1rem);
  line-height: 1.5;
  letter-spacing: -0.03em;
  color: var(--hp-maroon);
  margin: 0 0 1.5rem;
}
.ir-hero-body p:last-child { margin-bottom: 0; }
.ir-hero-body strong { font-weight: 700; }

/* Tilted photo card */
.ir-hero-photo {
  position: relative;
  aspect-ratio: 610 / 764;
  border-radius: 8px;
  overflow: hidden;
  transform: rotate(6.52deg);
  box-shadow: 0 18px 40px rgba(38, 24, 52, 0.18);
  width: 100%;
  max-width: 460px;
  /* pull the photo up behind the headline so the script crosses it,
     as it does in the design */
  margin: clamp(-9rem, -8vw, -4.5rem) 0 0 auto;
  z-index: 1;
}
.ir-hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
}

.ir-hero-cta {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
}

@media (max-width: 860px) {
  .ir-hero-grid { grid-template-columns: 1fr; }
  .ir-hero-photo {
    order: -1;
    max-width: 320px;
    margin: 0 auto 1.5rem;
    transform: rotate(3deg);
  }
  .ir-hero-copy { padding-top: 0; }
}

/* =============================================
   SECTION 2 · IF YOU HAVE FOUND ME
   Navy panel with three cream cards straddling
   its bottom edge.
   ============================================= */
.ir-chances {
  position: relative;
  background: var(--hp-cream);
  /* no bottom padding: the section ends on the panel, so the photo in the
     next section starts right at the navy's bottom edge */
  padding: 0 clamp(1rem, 6vw, 6rem);
}
.ir-chances-panel {
  --overhang: clamp(0px, 5vw, 80px);
  background: var(--hp-navy);
  max-width: 1180px;
  margin: 0 auto;
  /* no side padding — the cards break out from the panel's own edges.
     The bottom padding is what keeps the navy running past their feet. */
  padding: clamp(2.5rem, 5vw, 4rem) 0 clamp(2rem, 3.5vw, 3.5rem);
}
.ir-chances-title {
  padding: 0 clamp(1rem, 3vw, 3rem);
  font-family: var(--font-heading);
  font-weight: 400;
  font-size: clamp(1.8rem, 4.5vw, 3.4rem);
  line-height: 1.5;
  letter-spacing: -0.05em;
  color: var(--hp-pink);
  text-align: center;
  margin: 0 0 clamp(2rem, 4vw, 3.5rem);
}
.ir-chances-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2.5vw, 2rem);
  /* wider than the navy, so the row hangs over it left and right */
  margin: 0 calc(-1 * var(--overhang));
}
.ir-card {
  background: var(--hp-cream);
  border: 4px solid var(--hp-blue);
  border-radius: 20px;
  box-shadow: 5px 6px 7.2px rgba(0, 0, 0, 0.25);
  padding: 1.75rem 1.75rem 2rem;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.ir-card-num {
  font-family: var(--font-heading);
  font-style: italic;
  font-weight: 600;
  font-size: clamp(1.2rem, 2vw, 1.5rem);
  letter-spacing: -0.05em;
  color: var(--hp-maroon);
  margin: 0 0 1.25rem;
}
.ir-card-title {
  font-family: var(--font-heading);
  font-weight: 400;
  font-size: clamp(1.3rem, 2.3vw, 1.75rem);
  line-height: 1.3;
  letter-spacing: -0.05em;
  color: var(--hp-maroon);
  margin: 0 0 1.25rem;
  min-height: 2.6em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ir-card-rule {
  border: none;
  border-top: 1px solid var(--hp-maroon);
  margin: 0 0 1.25rem;
  width: 100%;
}
.ir-card-rule--bottom { margin: auto 0 0; }
.ir-card-body {
  flex: 1;
}
.ir-card-body p {
  font-family: 'Inter', var(--font-body);
  font-size: clamp(0.8rem, 1.1vw, 0.9rem);
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: var(--hp-maroon);
  margin: 0 0 1rem;
  max-width: none;
}
.ir-card-body p:last-child { margin-bottom: 1.5rem; }

@media (max-width: 860px) {
  /* stacked cards have no room to hang over the sides */
  .ir-chances-panel { --overhang: 0px; padding-left: 1rem; padding-right: 1rem; }
  .ir-chances-cards { grid-template-columns: 1fr; }
  .ir-card-title { min-height: 0; }
}

/* =============================================
   SECTION 3 · WHY / IS THIS FOR REAL / FINE PRINT
   Pink band, photo bleeding off the left edge.
   ============================================= */
.ir-why {
  background: var(--hp-pink);
}
.ir-why-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: stretch;
}
.ir-why-photo {
  position: relative;
  min-height: 480px;
}
.ir-why-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 25%;
}
.ir-why-copy {
  padding: clamp(2rem, 5vw, 4rem) clamp(1rem, 4vw, 4rem) clamp(3rem, 6vw, 5rem) 0;
  max-width: 760px;
}
.ir-why-copy h2 {
  font-family: var(--font-heading);
  font-weight: 400;
  font-size: clamp(1.4rem, 2.6vw, 2.1rem);
  line-height: 1.5;
  letter-spacing: -0.05em;
  color: var(--hp-navy);
  margin: 0 0 1.5rem;
}
.ir-why-copy h2 + p,
.ir-why-copy h2 + ol { margin-top: 0; }
.ir-why-copy p,
.ir-why-copy li {
  font-family: 'Inter', var(--font-body);
  font-size: clamp(0.9rem, 1.3vw, 1rem);
  line-height: 1.5;
  letter-spacing: -0.03em;
  color: var(--hp-navy);
  margin: 0 0 1.25rem;
}
.ir-why-block + .ir-why-block { margin-top: clamp(2.5rem, 5vw, 4rem); }
.ir-why-fineprint {
  list-style: decimal;
  padding-left: 1.5rem;
  margin: 0;
}
.ir-why-fineprint > li { margin-bottom: 0.5rem; }
.ir-why-fineprint > li > span { font-weight: 600; }
.ir-why-fineprint p { margin: 0.25rem 0 1.25rem; }

@media (max-width: 860px) {
  .ir-why-grid { grid-template-columns: 1fr; }
  .ir-why-photo { min-height: 380px; }
  .ir-why-copy { padding: 2.5rem clamp(1rem, 5vw, 2rem) 3.5rem; }
}

/* =============================================
   SECTION 4 · A DIAGNOSIS, NOT A STRATEGY CALL
   ============================================= */
.ir-diagnosis {
  background: var(--hp-maroon);
  padding: clamp(3rem, 6vw, 5rem) clamp(1rem, 4vw, 4rem);
}
.ir-diagnosis-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}
.ir-diagnosis-title {
  font-family: var(--font-heading);
  font-weight: 400;
  font-size: clamp(2rem, 5vw, 3.8rem);
  line-height: 1.35;
  letter-spacing: -0.05em;
  color: var(--hp-blue);
  margin: 0 0 2rem;
}
.ir-diagnosis-title span { display: block; }
.ir-diagnosis-title em {
  font-style: italic;
  font-weight: 600;
}
.ir-diagnosis-copy p {
  font-family: 'Inter', var(--font-body);
  font-size: clamp(0.9rem, 1.3vw, 1rem);
  line-height: 1.5;
  letter-spacing: -0.03em;
  color: var(--hp-cream);
  margin: 0 0 1.25rem;
}
.ir-diagnosis-copy p:last-child { margin-bottom: 0; }

/* How it works card */
.ir-steps {
  background: var(--hp-cream);
  border: 4px solid var(--hp-blue);
  border-radius: 20px;
  box-shadow: 5px 6px 7.2px rgba(0, 0, 0, 0.25);
  padding: 1.75rem 2rem 2rem;
}
.ir-steps-label {
  font-family: 'Inter', var(--font-body);
  font-weight: 200;
  font-size: clamp(0.85rem, 1.3vw, 1rem);
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: var(--hp-maroon);
  margin: 0 0 1rem;
}
.ir-steps-list {
  list-style: decimal;
  padding-left: 1.4rem;
  margin: 0;
  border-top: 1px solid var(--hp-maroon);
}
.ir-steps-list li {
  font-family: 'Inter', var(--font-body);
  font-size: clamp(0.85rem, 1.2vw, 0.95rem);
  line-height: 1.5;
  letter-spacing: -0.03em;
  color: var(--hp-maroon);
  padding: 0.9rem 0;
  border-bottom: 1px solid var(--hp-maroon);
}
.ir-steps-list strong { font-weight: 700; }

.ir-diagnosis-cta {
  display: flex;
  justify-content: center;
  margin-top: clamp(2.5rem, 5vw, 4rem);
}

@media (max-width: 860px) {
  .ir-diagnosis-inner { grid-template-columns: 1fr; }
}

/* =============================================
   SECTION 5 · ARE YOU READY
   ============================================= */
.ir-ready {
  background: var(--hp-cream);
  padding: clamp(3.5rem, 7vw, 6rem) clamp(1rem, 4vw, 4rem);
  text-align: center;
}
.ir-ready-inner {
  max-width: 940px;
  margin: 0 auto;
}
.ir-ready-title {
  font-family: var(--hp-cursive);
  font-weight: 400;
  font-size: clamp(2rem, 5.5vw, 4.2rem);
  line-height: 1.35;
  letter-spacing: -0.03em;
  color: var(--hp-navy);
  transform: rotate(-0.56deg);
  margin: 0 0 clamp(2rem, 4vw, 3rem);
}
.ir-ready p {
  font-family: 'Inter', var(--font-body);
  font-size: clamp(0.9rem, 1.3vw, 1rem);
  line-height: 1.5;
  letter-spacing: -0.03em;
  color: var(--hp-navy);
  margin: 0 auto 1.5rem;
}
.ir-ready-cta { margin-top: 2.5rem; }

/* =============================================
   SECTION 6 · APPLY FOR THE INTERFERENCE READ
   Step 1 of the flow in the How It Works card:
   fill the form, then book the 30-minute call.
   ============================================= */
.ir-form-section {
  background: var(--hp-pink);
  padding: clamp(3rem, 6vw, 5rem) clamp(1rem, 4vw, 4rem);
}
.ir-form-head {
  max-width: 760px;
  margin: 0 auto clamp(2rem, 4vw, 3rem);
  text-align: center;
}
.ir-form-eyebrow {
  font-family: 'Inter', var(--font-body);
  font-weight: 500;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--hp-maroon);
  margin: 0 0 1rem;
}
.ir-form-title {
  font-family: var(--font-heading);
  font-weight: 400;
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 1.2;
  letter-spacing: -0.05em;
  color: var(--hp-navy);
  margin: 0 0 1rem;
}
.ir-form-title em { font-style: italic; font-weight: 600; }
.ir-form-intro {
  font-family: 'Inter', var(--font-body);
  font-size: clamp(0.9rem, 1.3vw, 1rem);
  line-height: 1.5;
  letter-spacing: -0.03em;
  color: var(--hp-navy);
  margin: 0 auto;
  max-width: none;
}

.ir-form-card {
  max-width: 820px;
  margin: 0 auto;
  background: var(--hp-cream);
  border: 4px solid var(--hp-blue);
  border-radius: 20px;
  box-shadow: 5px 6px 7.2px rgba(0, 0, 0, 0.25);
  padding: clamp(1.75rem, 4vw, 3rem);
}
.ir-form-required {
  font-family: 'Inter', var(--font-body);
  font-size: 0.8rem;
  letter-spacing: -0.02em;
  color: var(--hp-maroon);
  margin: 0 0 1.75rem;
}
.ir-form-required .ir-req { font-weight: 700; }

.ir-field { margin-bottom: 1.5rem; }
.ir-field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.ir-field label {
  display: block;
  font-family: 'Inter', var(--font-body);
  font-weight: 500;
  font-size: clamp(0.85rem, 1.2vw, 0.95rem);
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: var(--hp-navy);
  margin: 0 0 0.5rem;
  padding: 0;
}
.ir-req { color: var(--hp-maroon); }
.ir-field input[type="text"],
.ir-field input[type="email"],
.ir-field input[type="url"],
.ir-field select,
.ir-field textarea {
  width: 100%;
  box-sizing: border-box;
  font-family: 'Inter', var(--font-body);
  font-size: clamp(0.85rem, 1.2vw, 0.95rem);
  letter-spacing: -0.02em;
  color: var(--hp-navy);
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(100, 10, 34, 0.35);
  border-radius: 8px;
  padding: 0.75rem 1rem;
}
.ir-field textarea {
  min-height: 96px;
  resize: vertical;
  line-height: 1.5;
}
.ir-field input:focus,
.ir-field select:focus,
.ir-field textarea:focus {
  outline: 2px solid var(--hp-maroon);
  outline-offset: 0;
  background: #fff;
}
.ir-field input::placeholder,
.ir-field textarea::placeholder { color: rgba(38, 24, 52, 0.4); }

.ir-form-submit {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
.ir-form-note {
  font-family: 'Inter', var(--font-body);
  font-size: 0.8rem;
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: rgba(38, 24, 52, 0.7);
  text-align: center;
  margin: 1.25rem auto 0;
  max-width: 520px;
}

@media (max-width: 600px) {
  .ir-field-row { grid-template-columns: 1fr; }
}
