/* Client-readiness design pass for the isolated test front page. */

body.straight-frontpage {
  --test-ink: #121a1d;
  --test-olive: #505942;
  --test-dark-olive: #172116;
  --test-sand: #d6ccb5;
  --test-cream: #f7f4ee;
  --test-terracotta: #c47a5a;
  overflow-x: clip;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body.straight-frontpage .test-frontpage-header {
  pointer-events: auto !important;
}

body.straight-frontpage .test-front-hero--minimal {
  display: block !important;
  min-height: calc(100svh - var(--header-height, 70px)) !important;
}

body.straight-frontpage .test-front-hero--minimal .test-front-hero__photo::before {
  background:
    linear-gradient(90deg, rgba(8, 13, 12, 0.2) 0%, rgba(8, 13, 12, 0.12) 42%, rgba(8, 13, 12, 0.68) 100%),
    linear-gradient(180deg, rgba(8, 13, 12, 0.08), rgba(8, 13, 12, 0.38)) !important;
}

body.straight-frontpage .test-front-hero--minimal .test-front-hero__content {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  min-height: 100% !important;
  align-items: center !important;
  justify-items: end !important;
  padding: clamp(32px, 6vw, 90px) clamp(24px, 8vw, 128px) !important;
}

body.straight-frontpage .test-front-hero--minimal .test-front-hero__box {
  width: min(620px, 48vw) !important;
  min-height: auto !important;
  margin: 0 !important;
  padding: clamp(30px, 4vw, 56px) !important;
  background: rgba(14, 24, 22, 0.86) !important;
  border-color: rgba(214, 204, 181, 0.28) !important;
  backdrop-filter: blur(14px) !important;
}

body.straight-frontpage .test-front-hero--minimal h1 {
  color: var(--test-cream) !important;
  font-family: "Montserrat", Arial, sans-serif !important;
  font-size: clamp(2.15rem, 3.85vw, 4.65rem) !important;
  font-weight: 800 !important;
  font-variant-numeric: lining-nums tabular-nums;
  letter-spacing: -0.055em !important;
  line-height: 1.02 !important;
  text-wrap: balance;
}

body.straight-frontpage .hero-ratio {
  display: inline-block;
  color: var(--test-sand);
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 800;
  letter-spacing: -0.07em;
}

body.straight-frontpage .test-front-hero--minimal .test-front-hero__box > p {
  max-width: 36rem !important;
  margin-top: 20px !important;
  font-size: clamp(1rem, 1.25vw, 1.2rem) !important;
  line-height: 1.6 !important;
}

body.straight-frontpage .test-front-hero__actions .button {
  min-width: 210px !important;
}

body.straight-frontpage .test-about-section > .section-heading,
body.straight-frontpage .training-focus,
body.straight-frontpage .test-about-feature,
body.straight-frontpage .pricing-section > .section-heading,
body.straight-frontpage .pricing-grid,
body.straight-frontpage .socials-layout,
body.straight-frontpage .faq-section > .section-heading,
body.straight-frontpage .faq-grid {
  width: min(1480px, 100%) !important;
  max-width: 1480px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

body.straight-frontpage .test-about-section > .section-heading {
  display: grid;
  grid-template-columns: minmax(350px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(38px, 5vw, 72px);
  align-items: start;
}

body.straight-frontpage .test-about-section > .section-heading > .eyebrow {
  grid-column: 1;
  margin-bottom: 14px;
}

body.straight-frontpage .test-about-section > .section-heading > h2 {
  grid-column: 1;
  max-width: 10ch;
  overflow-wrap: normal;
  word-break: normal;
  font-size: clamp(3rem, 4.3vw, 4.7rem) !important;
}

body.straight-frontpage .about-story {
  grid-column: 2;
  grid-row: 1 / span 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px clamp(24px, 3vw, 44px);
}

body.straight-frontpage .about-story p {
  max-width: none !important;
  margin: 0 !important;
  color: rgba(247, 244, 238, 0.76) !important;
  font-size: 0.98rem !important;
  line-height: 1.75 !important;
}

body.straight-frontpage .about-story p:first-child {
  color: var(--test-cream) !important;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.45rem, 2.1vw, 2.15rem) !important;
  font-weight: 600;
  line-height: 1.24 !important;
}

body.straight-frontpage .training-focus {
  margin-top: clamp(48px, 7vw, 96px) !important;
}

body.straight-frontpage .training-focus-card strong {
  font-family: "Montserrat", Arial, sans-serif !important;
  font-size: clamp(1.55rem, 2.4vw, 2.65rem) !important;
  font-weight: 800 !important;
  letter-spacing: -0.045em;
  text-transform: uppercase;
}

body.straight-frontpage .training-focus-card small {
  max-width: 24ch !important;
}

body.straight-frontpage .test-about-feature {
  margin-top: clamp(34px, 5vw, 70px) !important;
}

body.straight-frontpage .qualification-groups {
  display: grid;
  gap: 28px;
  margin-top: 30px;
}

body.straight-frontpage .qualification-groups strong {
  display: block;
  color: var(--test-olive);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

body.straight-frontpage .qualification-groups ul {
  display: grid;
  gap: 9px;
  margin: 13px 0 0;
  padding: 0;
  list-style: none;
}

body.straight-frontpage .qualification-groups li {
  position: relative;
  padding-left: 20px;
  color: rgba(18, 26, 29, 0.74);
}

body.straight-frontpage .qualification-groups li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 8px;
  height: 2px;
  background: var(--test-terracotta);
}

body.straight-frontpage .pricing-section {
  background:
    radial-gradient(circle at 12% 8%, rgba(214, 204, 181, 0.4), transparent 30%),
    linear-gradient(180deg, #f7f4ee, #eee8dc) !important;
  color: var(--test-ink) !important;
}

body.straight-frontpage .pricing-section .section-heading {
  margin-bottom: clamp(38px, 5vw, 66px) !important;
}

body.straight-frontpage .pricing-section h2 {
  max-width: 12ch;
  color: var(--test-ink) !important;
  font-size: clamp(3rem, 5.8vw, 6rem) !important;
}

body.straight-frontpage .pricing-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(520px, 1.22fr);
  gap: clamp(22px, 3vw, 38px);
  align-items: stretch;
}

body.straight-frontpage .fit-panel,
body.straight-frontpage .package-panel {
  padding: clamp(30px, 4vw, 54px);
  border-radius: 8px;
  box-shadow: 0 28px 78px rgba(18, 26, 29, 0.1);
}

body.straight-frontpage .fit-panel {
  border: 1px solid rgba(80, 89, 66, 0.18);
  background: rgba(255, 255, 255, 0.5);
}

body.straight-frontpage .fit-panel h3,
body.straight-frontpage .package-panel h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2rem, 3vw, 3.25rem);
  line-height: 1;
}

body.straight-frontpage .tick-list,
body.straight-frontpage .package-list {
  display: grid;
  gap: 13px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

body.straight-frontpage .tick-list li,
body.straight-frontpage .package-list li {
  position: relative;
  padding-left: 28px;
  line-height: 1.5;
}

body.straight-frontpage .tick-list li::before,
body.straight-frontpage .package-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--test-terracotta);
  font-weight: 800;
}

body.straight-frontpage .button--outline-dark {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  margin-top: 34px;
  padding: 14px 20px;
  border: 1px solid var(--test-olive);
  border-radius: 6px;
  color: var(--test-olive);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.straight-frontpage .package-panel {
  background:
    radial-gradient(circle at 100% 0%, rgba(214, 204, 181, 0.12), transparent 32%),
    var(--test-dark-olive);
  color: var(--test-cream);
}

body.straight-frontpage .package-panel .eyebrow {
  color: var(--test-sand) !important;
}

body.straight-frontpage .package-panel__heading {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: start;
}

body.straight-frontpage .package-panel h3,
body.straight-frontpage .package-panel h4 {
  color: var(--test-cream);
}

body.straight-frontpage .package-panel__heading > div > p:last-child,
body.straight-frontpage .package-terms {
  color: rgba(247, 244, 238, 0.7);
}

body.straight-frontpage .package-price {
  display: grid;
  margin: 0;
  text-align: right;
}

body.straight-frontpage .package-price strong {
  color: var(--test-sand);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(2.6rem, 4vw, 4.4rem);
  letter-spacing: -0.06em;
  line-height: 0.9;
}

body.straight-frontpage .package-price span,
body.straight-frontpage .package-panel h4 {
  color: var(--test-sand);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

body.straight-frontpage .package-terms {
  margin: 24px 0 30px;
  padding: 15px 0;
  border-top: 1px solid rgba(247, 244, 238, 0.14);
  border-bottom: 1px solid rgba(247, 244, 238, 0.14);
}

body.straight-frontpage .package-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px 26px;
}

body.straight-frontpage .package-list li {
  color: rgba(247, 244, 238, 0.78);
  font-size: 0.92rem;
}

body.straight-frontpage .testimonials-section {
  grid-template-columns: minmax(280px, 0.72fr) minmax(420px, 1fr) !important;
}

body.straight-frontpage .testimonial-coming-soon {
  position: relative;
  min-height: 340px;
  display: grid;
  align-content: end;
  gap: 22px;
  padding: clamp(34px, 5vw, 64px);
  overflow: hidden;
  border: 1px solid rgba(214, 204, 181, 0.22);
  border-radius: 8px;
  background:
    radial-gradient(circle at 100% 0%, rgba(90, 107, 122, 0.15), transparent 32%),
    #101820;
  box-shadow: 0 34px 80px rgba(0, 0, 0, 0.28);
}

body.straight-frontpage .testimonial-coming-soon > span {
  position: absolute;
  top: 10px;
  right: 26px;
  color: rgba(247, 244, 238, 0.1);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 9rem;
  line-height: 1;
}

body.straight-frontpage .testimonial-coming-soon p {
  position: relative;
  z-index: 1;
  max-width: 18ch;
  margin: 0;
  color: var(--test-cream);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2rem, 3.2vw, 3.7rem);
  font-weight: 700;
  line-height: 1.02;
}

body.straight-frontpage .testimonial-coming-soon small {
  position: relative;
  z-index: 1;
  max-width: 54ch;
  color: rgba(214, 204, 181, 0.76);
  line-height: 1.65;
}

body.straight-frontpage .section-heading--compact {
  margin-bottom: 22px !important;
}

body.straight-frontpage .socials-layout {
  width: min(1480px, 100%) !important;
  grid-template-columns: minmax(430px, 0.9fr) minmax(480px, 1.1fr) !important;
}

body.straight-frontpage .social-card {
  min-height: 210px !important;
}

body.straight-frontpage .social-card--feature {
  background:
    radial-gradient(circle at 100% 100%, rgba(214, 204, 181, 0.14), transparent 34%),
    linear-gradient(145deg, #505942 0%, #1d3338 100%) !important;
  color: var(--test-cream) !important;
}

body.straight-frontpage .social-card--feature p {
  color: rgba(247, 244, 238, 0.72) !important;
}

body.straight-frontpage .social-card--deprioritised {
  background: linear-gradient(145deg, #f7f4ee, #e7e1d6) !important;
  color: var(--test-ink) !important;
}

body.straight-frontpage .social-card--pending {
  cursor: default;
}

body.straight-frontpage .social-icon--youtube svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

body.straight-frontpage .events-card {
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  padding: clamp(34px, 4vw, 54px) !important;
}

body.straight-frontpage .events-card__head {
  grid-template-columns: 1fr !important;
}

body.straight-frontpage .events-card .panel-label {
  font-size: 0.78rem !important;
}

body.straight-frontpage .test-personality-card {
  width: min(1480px, 100%) !important;
  max-width: 1480px !important;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.52fr) !important;
}

body.straight-frontpage .test-personality-card blockquote {
  max-width: 15ch;
  margin: 0;
  color: var(--test-cream);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.8rem, 5vw, 5.6rem);
  font-weight: 700;
  line-height: 0.96;
}

body.straight-frontpage .test-personality-card cite {
  display: block;
  margin-top: 26px;
  color: var(--test-sand);
  font-size: 0.74rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

body.straight-frontpage .faq-grid {
  grid-template-columns: 1fr !important;
  gap: 12px !important;
}

body.straight-frontpage .faq-grid details {
  border: 1px solid rgba(80, 89, 66, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.48);
  box-shadow: 0 12px 34px rgba(18, 26, 29, 0.04);
}

body.straight-frontpage .faq-grid summary {
  position: relative;
  padding: 24px 64px 24px 26px;
  color: var(--test-ink);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.3rem, 2vw, 1.75rem);
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
  list-style: none;
}

body.straight-frontpage .faq-grid summary::-webkit-details-marker {
  display: none;
}

body.straight-frontpage .faq-grid summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 26px;
  color: var(--test-terracotta);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 1.5rem;
  transform: translateY(-50%);
}

body.straight-frontpage .faq-grid details[open] summary::after {
  content: "−";
}

body.straight-frontpage .faq-grid details p {
  max-width: 82ch;
  margin: 0;
  padding: 0 64px 26px 26px;
  color: rgba(18, 26, 29, 0.7);
}

body.straight-frontpage .contact-card p {
  margin: 0 0 6px !important;
  color: rgba(16, 24, 32, 0.68) !important;
  font-size: 0.9rem;
}

body.straight-frontpage .application-form .button {
  min-height: 52px;
}

body.straight-frontpage .apply-section {
  width: 100% !important;
  max-width: none !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  box-sizing: border-box;
}

body.straight-frontpage .apply-copy,
body.straight-frontpage .application-form,
body.straight-frontpage .socials-layout,
body.straight-frontpage .socials-grid,
body.straight-frontpage .social-card,
body.straight-frontpage .events-card {
  min-width: 0;
  max-width: 100%;
}

body.straight-frontpage .apply-copy,
body.straight-frontpage .application-form {
  width: 100%;
}

body.straight-frontpage .social-card {
  overflow: hidden;
}

body.straight-frontpage .social-card strong {
  white-space: normal !important;
  overflow-wrap: anywhere;
}

body.straight-frontpage .contact-card,
body.straight-frontpage .contact-card > * {
  min-width: 0;
  max-width: 100%;
}

body.straight-frontpage .contact-card a {
  overflow-wrap: anywhere;
}

body.straight-frontpage .privacy-note-section {
  padding-top: 0 !important;
}

@media (max-width: 1100px) {
  body.straight-frontpage .test-about-section > .section-heading {
    grid-template-columns: 1fr;
  }

  body.straight-frontpage .test-about-section > .section-heading > h2 {
    max-width: 12ch;
  }

  body.straight-frontpage .about-story {
    grid-column: 1;
    grid-row: auto;
  }

  body.straight-frontpage .pricing-grid,
  body.straight-frontpage .socials-layout,
  body.straight-frontpage .testimonials-section,
  body.straight-frontpage .test-personality-card {
    grid-template-columns: 1fr !important;
  }

  body.straight-frontpage .test-personality-card figure {
    max-height: 560px;
  }

  body.straight-frontpage .apply-section {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 760px) {
  body.straight-frontpage .apply-section {
    padding-right: 18px !important;
    padding-left: 18px !important;
  }

  body.straight-frontpage .test-front-hero--minimal .test-front-hero__content {
    align-items: center !important;
    justify-items: center !important;
    padding: 28px 16px clamp(34px, 8svh, 64px) !important;
  }

  body.straight-frontpage .test-front-hero--minimal .test-front-hero__box {
    width: min(100%, 540px) !important;
    min-height: auto !important;
    padding: 24px 20px !important;
  }

  body.straight-frontpage .test-front-hero--minimal h1 {
    font-size: clamp(2rem, 9.8vw, 3.05rem) !important;
    letter-spacing: -0.06em !important;
  }

  body.straight-frontpage .about-story,
  body.straight-frontpage .package-list {
    grid-template-columns: 1fr;
  }

  body.straight-frontpage .test-about-section > .section-heading > h2,
  body.straight-frontpage .pricing-section h2 {
    font-size: clamp(2.55rem, 11.5vw, 3.8rem) !important;
  }

  body.straight-frontpage .package-panel__heading {
    grid-template-columns: 1fr;
  }

  body.straight-frontpage .package-price {
    text-align: left;
  }

  body.straight-frontpage .testimonial-coming-soon {
    min-height: 300px;
    padding: 30px 24px;
  }

  body.straight-frontpage .socials-grid {
    grid-template-columns: 1fr !important;
  }

  body.straight-frontpage .events-card,
  body.straight-frontpage .events-list,
  body.straight-frontpage .events-list article {
    min-width: 0;
    max-width: 100%;
  }

  body.straight-frontpage .test-personality-card blockquote {
    font-size: clamp(2.5rem, 13vw, 4.2rem);
  }

  body.straight-frontpage .faq-grid summary {
    padding: 21px 54px 21px 20px;
  }

  body.straight-frontpage .faq-grid summary::after {
    right: 20px;
  }

  body.straight-frontpage .faq-grid details p {
    padding: 0 20px 22px;
  }
}

/* 2026-07-23 consultation card pairing */
@media (min-width: 1101px) {
  body.straight-frontpage .apply-section {
    align-items: stretch !important;
    gap: clamp(18px, 1.6vw, 28px) !important;
  }

  body.straight-frontpage .apply-copy,
  body.straight-frontpage .application-form {
    align-self: stretch;
  }

  body.straight-frontpage .apply-copy {
    display: flex;
    flex-direction: column;
  }

  body.straight-frontpage .apply-copy .contact-card {
    margin-top: auto !important;
  }

  body.straight-frontpage .application-form {
    align-content: center;
  }
}
