:root {
  color-scheme: light;
  --bg: #f5f1e8;
  --paper: #ffffff;
  --ink: #172326;
  --muted: #65706c;
  --line: #dedbd1;
  --teal: #006b70;
  --teal-dark: #06464b;
  --teal-soft: #dff2f1;
  --wine: #8c2f39;
  --amber: #c68a1b;
  --sage: #6f8a63;
  --red: #b4232b;
  --red-soft: #fae5e6;
  --shadow: 0 24px 64px rgba(22, 35, 38, 0.16);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

section[id] {
  scroll-margin-top: 92px;
}

body {
  margin: 0;
  background:
    linear-gradient(180deg, rgba(198, 138, 27, 0.08), transparent 360px),
    var(--bg);
  color: var(--ink);
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

button:disabled {
  cursor: progress;
  opacity: 0.68;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 22px;
  min-height: 78px;
  padding: 12px clamp(18px, 4vw, 52px);
  border-bottom: 1px solid rgba(222, 219, 209, 0.9);
  background: rgba(245, 241, 232, 0.96);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.brand img {
  width: 46px;
  height: 46px;
  border-radius: 8px;
  object-fit: contain;
  background: var(--paper);
}

.brand span {
  display: grid;
  line-height: 1.02;
}

.brand strong {
  font-size: 1rem;
  letter-spacing: 0;
}

.brand small {
  color: var(--muted);
  font-weight: 700;
}

.site-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: clamp(12px, 2.5vw, 28px);
}

.site-nav a,
.site-footer a {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: none;
}

.site-nav a:hover,
.site-footer a:hover {
  color: var(--teal);
}

.menu-toggle {
  display: none;
  min-height: 40px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  color: var(--ink);
  font-weight: 800;
}

.button,
.quick-actions button,
.message-actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.button:hover,
.quick-actions button:hover,
.message-actions button:hover {
  transform: translateY(-1px);
}

.button-small {
  min-height: 38px;
  padding-inline: 14px;
}

.button-primary {
  background: var(--teal);
  color: #ffffff;
}

.button-primary:hover {
  background: var(--teal-dark);
}

.button-light {
  border-color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
}

.button-outline,
.quick-actions button,
.message-actions button {
  border-color: var(--line);
  background: var(--paper);
  color: var(--teal);
}

.button-outline:hover,
.quick-actions button:hover,
.message-actions button:hover {
  border-color: var(--teal);
  background: var(--teal-soft);
}

.hero {
  position: relative;
  display: grid;
  align-items: center;
  min-height: 460px;
  padding: clamp(28px, 5vw, 42px) clamp(18px, 5vw, 64px);
  color: #ffffff;
  background:
    linear-gradient(90deg, rgba(6, 70, 75, 0.88), rgba(23, 35, 38, 0.52) 52%, rgba(23, 35, 38, 0.22)),
    url("https://lirp.cdn-website.com/6d6aa950/dms3rep/multi/opt/15D9717D-9783-4E63-97AD-E2C8BEE314EA-1920w.jpeg") center / cover;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 440px);
  gap: clamp(28px, 6vw, 86px);
  align-items: end;
  width: min(1220px, 100%);
}

.hero-content {
  width: min(760px, 100%);
}

.hero-panel {
  align-self: center;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  background: rgba(23, 35, 38, 0.72);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(16px);
}

.panel-kicker {
  margin-bottom: 10px;
  color: #f5c46a;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-panel h2 {
  max-width: 340px;
  color: #ffffff;
  font-size: clamp(1.45rem, 2.6vw, 2.05rem);
}

.hero-panel ol {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.hero-panel li {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 8px;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.hero-panel li span {
  color: #f5c46a;
  font-weight: 900;
}

.hero-panel li strong,
.hero-panel li small {
  grid-column: 2;
}

.hero-panel li strong {
  font-size: 1rem;
}

.hero-panel li small {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.35;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--amber);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #f5c46a;
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1 {
  max-width: 780px;
  font-size: clamp(2.85rem, 6.4vw, 4.85rem);
  line-height: 0.9;
}

h2 {
  max-width: 820px;
  font-size: clamp(2rem, 4.5vw, 4rem);
  line-height: 1;
}

h3 {
  font-size: clamp(1.1rem, 1.8vw, 1.45rem);
  line-height: 1.18;
}

.hero-tagline {
  margin-top: 12px;
  font-size: clamp(1.28rem, 2.6vw, 1.9rem);
  font-weight: 900;
}

.hero-copy {
  max-width: 660px;
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1rem, 1.8vw, 1.2rem);
  line-height: 1.55;
}

.button-row,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.hero-points li {
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  font-weight: 800;
}

.intro-band,
.section,
.booking-band,
.contact-section,
.decision-section,
.audience-section,
.partners-section,
.contractor-section,
.founder-section,
.trust-section,
.safeguarding-section {
  padding: clamp(56px, 8vw, 96px) clamp(18px, 5vw, 64px);
}

.section-heading {
  display: grid;
  gap: 8px;
  margin-bottom: 30px;
}

.split-heading {
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.65fr);
  gap: clamp(18px, 5vw, 64px);
  align-items: end;
}

.split-heading > p {
  max-width: 560px;
  color: var(--muted);
  line-height: 1.65;
}

.section-heading > p:not(.eyebrow) {
  max-width: 740px;
  color: var(--muted);
  line-height: 1.65;
}

.audience-section {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(223, 242, 241, 0.78)),
    #ffffff;
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.audience-grid article {
  display: grid;
  align-content: start;
  gap: 14px;
  min-height: 330px;
  padding: 22px;
  border: 1px solid rgba(222, 219, 209, 0.96);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 0 18px 48px rgba(22, 35, 38, 0.1);
}

.audience-grid span,
.trust-grid span {
  color: var(--wine);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.audience-grid p {
  color: var(--muted);
  line-height: 1.58;
}

.audience-grid .button {
  align-self: end;
  justify-self: start;
  margin-top: auto;
}

.intro-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(20px, 5vw, 64px);
  max-width: 1120px;
}

.intro-grid p,
.booking-copy p,
.service-card p,
.contact-section h2 {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.6;
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin-top: 34px;
}

.proof-strip div {
  padding: 18px;
  border-left: 5px solid var(--teal);
  background: var(--paper);
  box-shadow: 0 10px 28px rgba(22, 35, 38, 0.08);
}

.proof-strip strong {
  display: block;
  font-size: 1.6rem;
}

.proof-strip span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-weight: 800;
}

.outcomes-section {
  background: #fffaf0;
}

.decision-section {
  background: #fffaf0;
}

.partners-section {
  background:
    linear-gradient(135deg, rgba(6, 70, 75, 0.06), rgba(140, 47, 57, 0.05)),
    #ffffff;
}

.partner-logo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.partner-card {
  display: grid;
  gap: 16px;
  min-height: 270px;
  padding: 22px;
  border: 1px solid rgba(222, 219, 209, 0.96);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 0 18px 48px rgba(22, 35, 38, 0.1);
}

.partner-logo {
  display: grid;
  place-items: center;
  min-height: 130px;
  padding: 18px;
  border: 1px solid rgba(222, 219, 209, 0.92);
  border-radius: 8px;
  background: #ffffff;
  overflow: hidden;
}

.partner-logo img {
  max-height: 92px;
  width: auto;
  object-fit: contain;
}

.partner-logo-wide img {
  max-width: min(310px, 100%);
}

.partner-logo-compact img {
  transform: scale(2.05);
}

.partner-card h3 {
  color: var(--teal-dark);
}

.partner-card p {
  color: var(--muted);
  line-height: 1.6;
}

.partner-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 16px;
}

.partner-proof article {
  padding: 18px;
  border-left: 5px solid var(--teal);
  background: #fbfaf6;
}

.partner-proof span {
  display: block;
  margin-bottom: 8px;
  color: var(--wine);
  font-weight: 900;
  text-transform: uppercase;
}

.partner-proof p {
  color: var(--muted);
  line-height: 1.55;
}

.contractor-section {
  background:
    linear-gradient(135deg, rgba(23, 35, 38, 0.96), rgba(6, 70, 75, 0.94)),
    var(--teal-dark);
  color: #ffffff;
}

.contractor-section .eyebrow {
  color: #f5c46a;
}

.contractor-section h2,
.contractor-section h3 {
  color: #ffffff;
}

.contractor-section .split-heading > p {
  color: rgba(255, 255, 255, 0.76);
}

.contractor-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.6fr) minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.contractor-panel,
.contractor-form {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.24);
}

.contractor-panel {
  display: grid;
  gap: 18px;
  padding: clamp(22px, 3vw, 30px);
}

.contractor-panel .service-kicker {
  color: #f5c46a !important;
}

.contractor-panel ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 18px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.5;
}

.contractor-panel p {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.62;
}

.contractor-form {
  display: grid;
  gap: 16px;
  padding: clamp(22px, 3vw, 30px);
  background: #ffffff;
  color: var(--ink);
}

.contractor-form h3 {
  color: var(--teal-dark);
}

.form-note {
  margin-top: -6px;
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 800;
  line-height: 1.55;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

fieldset {
  display: grid;
  gap: 12px;
  min-width: 0;
  margin: 0;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfaf6;
}

legend {
  padding: 0 8px;
  color: var(--wine);
  font-size: 0.84rem;
  font-weight: 900;
  text-transform: uppercase;
}

.checkbox-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 14px;
}

.checkbox-grid label,
.consent-check {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.35;
}

.checkbox-grid input,
.consent-check input {
  width: 18px;
  height: 18px;
  margin: 1px 0 0;
  accent-color: var(--teal);
}

.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.form-status {
  display: none;
  padding: 14px 16px;
  border-left: 5px solid var(--teal);
  background: var(--teal-soft);
  color: var(--teal-dark);
  font-weight: 800;
  line-height: 1.5;
}

.form-status.active {
  display: block;
}

.form-status.warning {
  border-color: var(--amber);
  background: #fff8e8;
  color: #68522a;
}

.form-status.error {
  border-color: var(--red);
  background: var(--red-soft);
  color: var(--red);
}

.status-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}

.decision-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.decision-grid article,
.pathway-card,
.course-feature-grid article,
.safeguarding-grid article,
.assistant-copy-grid article {
  border: 1px solid rgba(222, 219, 209, 0.96);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 0 16px 42px rgba(22, 35, 38, 0.08);
}

.decision-grid article {
  display: grid;
  align-content: start;
  gap: 10px;
  min-height: 220px;
  padding: 22px;
}

.decision-grid span {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--wine);
  font-weight: 900;
  text-transform: uppercase;
}

.decision-grid h3,
.pathway-card h3,
.course-feature-grid h3,
.safeguarding-grid h3,
.assistant-copy-grid h3 {
  margin-bottom: 10px;
}

.decision-grid p,
.pathway-card dd,
.course-feature-grid p,
.safeguarding-grid p,
.assistant-copy-grid p {
  color: var(--muted);
  line-height: 1.58;
}

.decision-grid a {
  align-self: end;
  margin-top: auto;
  color: var(--teal);
  font-weight: 900;
  text-decoration: none;
}

.decision-grid a::after {
  content: " ->";
}

.outcome-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.outcome-grid article {
  min-height: 250px;
  padding: 22px;
  border: 1px solid rgba(222, 219, 209, 0.92);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.78)),
    var(--paper);
  box-shadow: 0 16px 42px rgba(22, 35, 38, 0.08);
}

.outcome-grid span,
.method-steps span {
  display: inline-flex;
  margin-bottom: 16px;
  color: var(--amber);
  font-weight: 900;
  text-transform: uppercase;
}

.outcome-grid h3 {
  margin-bottom: 10px;
}

.outcome-grid p {
  color: var(--muted);
  line-height: 1.6;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.service-card {
  display: grid;
  grid-template-rows: 210px 1fr;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 0 18px 44px rgba(22, 35, 38, 0.1);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 64px rgba(22, 35, 38, 0.16);
}

.service-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-card div {
  padding: 18px;
}

.service-kicker {
  margin-bottom: 8px;
  color: var(--wine) !important;
  font-size: 0.78rem !important;
  font-weight: 900;
  text-transform: uppercase;
}

.service-card h3 {
  margin-bottom: 10px;
}

.pathway-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.pathway-card {
  display: grid;
  align-content: start;
  gap: 16px;
  min-height: 380px;
  padding: 22px;
}

.pathway-card-featured {
  background:
    linear-gradient(145deg, rgba(6, 70, 75, 0.98), rgba(23, 35, 38, 0.98));
  color: #ffffff;
  box-shadow: 0 28px 70px rgba(6, 70, 75, 0.2);
}

.pathway-card-featured .service-kicker {
  color: #f5c46a !important;
}

.pathway-card-featured dd,
.pathway-card-featured dt {
  color: rgba(255, 255, 255, 0.74);
}

.pathway-card dl {
  display: grid;
  gap: 12px;
  margin: 0;
}

.pathway-card dt {
  margin-bottom: 3px;
}

.pathway-card .button {
  align-self: end;
  justify-self: start;
  margin-top: auto;
}

.pricing-section {
  padding: clamp(56px, 8vw, 96px) clamp(18px, 5vw, 64px);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(223, 242, 241, 0.74)),
    #f7f3ea;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.price-card {
  position: relative;
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 292px;
  padding: 22px;
  border: 1px solid rgba(222, 219, 209, 0.98);
  border-radius: 8px;
  background:
    linear-gradient(180deg, #ffffff, #fbfaf6);
  box-shadow: 0 18px 44px rgba(22, 35, 38, 0.1);
  overflow: hidden;
}

.price-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: var(--teal);
}

.price-card-featured {
  background:
    linear-gradient(145deg, rgba(6, 70, 75, 0.98), rgba(23, 35, 38, 0.98));
  color: #ffffff;
  box-shadow: 0 28px 70px rgba(6, 70, 75, 0.25);
}

.price-card-featured::before {
  background: linear-gradient(90deg, #f5c46a, var(--amber), var(--wine));
}

.price-card-wide {
  grid-column: span 2;
}

.price-kicker {
  color: var(--wine);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.price-card-featured .price-kicker {
  color: #f5c46a;
}

.price-value {
  color: var(--teal-dark);
  font-size: clamp(1.7rem, 3.2vw, 2.55rem);
  font-weight: 950;
  line-height: 1;
  overflow-wrap: anywhere;
}

.price-card-featured .price-value {
  color: #ffffff;
}

.price-value span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.25;
}

.price-card-featured .price-value span {
  color: rgba(255, 255, 255, 0.72);
}

.price-card p:not(.price-kicker):not(.price-value) {
  color: var(--muted);
  line-height: 1.58;
}

.price-card-featured p:not(.price-kicker):not(.price-value) {
  color: rgba(255, 255, 255, 0.74);
}

.price-link {
  align-self: end;
  justify-self: start;
  margin-top: 8px;
  color: var(--teal);
  font-weight: 900;
  text-decoration: none;
}

.price-link::after {
  content: " ->";
}

.price-link:hover {
  color: var(--teal-dark);
}

.price-card-featured .price-link {
  color: #f5c46a;
}

.pricing-table-wrap {
  margin-top: 22px;
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 0 18px 44px rgba(22, 35, 38, 0.1);
}

.pricing-table {
  width: 100%;
  min-width: 840px;
  border-collapse: collapse;
}

.pricing-table caption {
  padding: 18px 20px;
  color: var(--teal-dark);
  font-size: 1.1rem;
  font-weight: 900;
  text-align: left;
}

.pricing-table th,
.pricing-table td {
  padding: 15px 18px;
  border-top: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.pricing-table thead th {
  background: #f6f1e7;
  color: var(--wine);
  font-size: 0.78rem;
  text-transform: uppercase;
}

.pricing-table tbody th {
  color: var(--ink);
}

.pricing-table td {
  color: var(--muted);
  line-height: 1.45;
}

.service-detail-intro {
  display: grid;
  gap: 10px;
  max-width: 940px;
  margin: clamp(46px, 7vw, 78px) 0 24px;
}

.service-detail-intro p:not(.eyebrow) {
  max-width: 720px;
  color: var(--muted);
  line-height: 1.65;
}

.service-detail-grid {
  display: grid;
  gap: 18px;
}

.detail-card {
  display: grid;
  gap: 18px;
  padding: clamp(22px, 3vw, 32px);
  border: 1px solid rgba(222, 219, 209, 0.96);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 48px rgba(22, 35, 38, 0.1);
}

.detail-card-featured {
  background:
    linear-gradient(135deg, rgba(6, 70, 75, 0.98), rgba(23, 35, 38, 0.98));
  color: #ffffff;
  box-shadow: 0 30px 76px rgba(6, 70, 75, 0.22);
}

.detail-card-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}

.detail-card-featured .detail-card-head {
  border-color: rgba(255, 255, 255, 0.18);
}

.detail-card-head span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: var(--teal-soft);
  color: var(--teal-dark);
  font-size: 0.88rem;
  font-weight: 900;
}

.detail-card-featured .detail-card-head span {
  background: rgba(245, 196, 106, 0.16);
  color: #f5c46a;
}

.detail-card h3 {
  max-width: 820px;
  font-size: clamp(1.35rem, 2.6vw, 2.15rem);
}

.detail-card > p {
  max-width: 900px;
  color: var(--muted);
  line-height: 1.68;
}

.detail-card-featured > p {
  color: rgba(255, 255, 255, 0.76);
}

.detail-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.detail-columns > div {
  padding: 18px;
  border: 1px solid rgba(222, 219, 209, 0.86);
  border-radius: 8px;
  background: #fbfaf6;
}

.detail-card-featured .detail-columns > div {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
}

.detail-card h4 {
  margin: 0 0 12px;
  color: var(--wine);
  font-size: 0.82rem;
  text-transform: uppercase;
}

.detail-card-featured h4 {
  color: #f5c46a;
}

.detail-card ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.45;
}

.detail-card-featured ul {
  color: rgba(255, 255, 255, 0.78);
}

.detail-note {
  padding: 14px 16px;
  border-left: 5px solid var(--amber);
  background: #fff8e8;
  color: #68522a !important;
  font-weight: 800;
}

.detail-card-featured .detail-note {
  border-color: #f5c46a;
  background: rgba(245, 196, 106, 0.14);
  color: #fff0cf !important;
}

.detail-card > .button {
  justify-self: start;
}

.booking-band {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.65fr);
  gap: clamp(26px, 5vw, 70px);
  align-items: center;
  background: #f0ece3;
}

.method-section {
  padding: clamp(56px, 8vw, 96px) clamp(18px, 5vw, 64px);
  background:
    linear-gradient(135deg, rgba(6, 70, 75, 0.95), rgba(23, 35, 38, 0.96)),
    var(--teal-dark);
  color: #ffffff;
}

.method-section .eyebrow {
  color: #f5c46a;
}

.method-section h2 {
  color: #ffffff;
}

.method-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.method-steps article {
  min-height: 230px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
}

.method-steps h3 {
  margin-bottom: 10px;
}

.method-steps p {
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.6;
}

.booking-copy {
  max-width: 720px;
}

.booking-copy p {
  margin-top: 16px;
}

.booking-form {
  display: grid;
  gap: 14px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
}

.booking-form::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, var(--teal), var(--amber), var(--wine));
}

label {
  display: grid;
  gap: 7px;
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 900;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fcfbf8;
  color: var(--ink);
}

input,
select {
  min-height: 46px;
  padding: 0 12px;
}

textarea {
  min-height: 54px;
  max-height: 150px;
  padding: 12px;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  outline: 3px solid rgba(0, 107, 112, 0.16);
  border-color: var(--teal);
}

.assistant-section {
  background:
    linear-gradient(180deg, #ffffff, #f6f1e7);
}

.assistant-copy-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 18px;
}

.assistant-copy-grid article {
  min-height: 180px;
  padding: 20px;
}

.assistant-layout {
  display: grid;
  grid-template-columns: minmax(280px, 360px) minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
}

.route-panel,
.chat-shell {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfaf6;
  box-shadow: 0 20px 52px rgba(22, 35, 38, 0.12);
}

.route-panel {
  display: grid;
  align-content: start;
  gap: 18px;
  padding: 20px;
}

.route-panel dl {
  display: grid;
  gap: 14px;
  margin: 0;
}

.route-panel div {
  display: grid;
  gap: 4px;
  padding-bottom: 13px;
  border-bottom: 1px solid var(--line);
}

dt {
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

dd {
  margin: 0;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.safety-note {
  padding: 12px;
  border-left: 4px solid var(--amber);
  background: #fff8e8;
  color: #68522a;
  line-height: 1.45;
}

.safety-note.active {
  border-color: var(--red);
  background: var(--red-soft);
  color: var(--red);
}

.chat-shell {
  display: grid;
  grid-template-rows: auto minmax(360px, 54vh) auto auto;
  overflow: hidden;
}

.chat-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  min-height: 82px;
  padding: 18px 20px;
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.chat-header h3 {
  max-width: 720px;
}

.conversation {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 20px;
  overflow-y: auto;
}

.message {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  max-width: min(760px, 100%);
}

.message.user {
  align-self: flex-end;
  grid-template-columns: minmax(0, 1fr) 34px;
}

.message-avatar {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--teal);
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 900;
}

.message-avatar::after {
  content: "AI";
}

.message.user .message-avatar {
  grid-column: 2;
  grid-row: 1;
  background: var(--sage);
}

.message.user .message-avatar::after {
  content: "You";
}

.message-body {
  min-width: 0;
  padding: 13px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.message.user .message-body {
  grid-column: 1;
  grid-row: 1;
  border-color: rgba(111, 138, 99, 0.35);
  background: #eef5ec;
}

.message.safety .message-body {
  border-color: var(--red);
  background: var(--red-soft);
}

.message-body p {
  white-space: pre-wrap;
  line-height: 1.48;
}

.message-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.message-actions:empty {
  display: none;
}

.message-actions .primary-action {
  background: var(--teal);
  color: #ffffff;
}

.quick-actions {
  display: flex;
  gap: 8px;
  padding: 12px 20px;
  border-top: 1px solid var(--line);
  overflow-x: auto;
}

.quick-actions button {
  flex: 0 0 auto;
  min-height: 38px;
  padding: 0 12px;
}

.message-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 88px;
  gap: 10px;
  padding: 14px 20px 18px;
  border-top: 1px solid var(--line);
  background: var(--paper);
}

.course-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.course-list span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--paper);
  font-weight: 900;
}

.course-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.course-feature-grid article {
  min-height: 170px;
  padding: 20px;
}

.founder-section {
  display: grid;
  grid-template-columns: minmax(300px, 0.75fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: center;
  background: #fbfaf6;
}

.founder-media {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.founder-media img {
  width: 100%;
  min-height: 420px;
  object-fit: cover;
}

.founder-copy {
  display: grid;
  gap: 16px;
}

.founder-copy p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.68;
}

.founder-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}

.trust-section {
  background:
    linear-gradient(135deg, rgba(6, 70, 75, 0.08), rgba(140, 47, 57, 0.06)),
    #ffffff;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.trust-grid article {
  min-height: 180px;
  padding: 18px;
  border: 1px solid rgba(222, 219, 209, 0.96);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 0 14px 34px rgba(22, 35, 38, 0.08);
}

.trust-grid p {
  margin-top: 12px;
  color: var(--muted);
  line-height: 1.55;
}

.testimonials {
  background: #ede8dc;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

blockquote {
  margin: 0;
  padding: 22px;
  border-left: 5px solid var(--wine);
  background: var(--paper);
  box-shadow: 0 14px 32px rgba(22, 35, 38, 0.08);
}

blockquote p {
  line-height: 1.6;
}

blockquote cite {
  display: block;
  margin-top: 14px;
  color: var(--teal);
  font-style: normal;
  font-weight: 900;
}

.safeguarding-section {
  background:
    linear-gradient(135deg, rgba(140, 47, 57, 0.07), rgba(255, 255, 255, 0.88)),
    #fffaf0;
}

.safeguarding-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.safeguarding-grid article {
  min-height: 190px;
  padding: 20px;
  border-left: 5px solid var(--wine);
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.5fr);
  gap: 30px;
  align-items: start;
  background: var(--teal-dark);
  color: #ffffff;
}

.contact-section .eyebrow {
  color: #f5c46a;
}

.contact-section h2 {
  color: #ffffff;
}

.contact-card {
  display: grid;
  gap: 10px;
}

.contact-card a {
  display: block;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-weight: 900;
  text-decoration: none;
}

.contact-card a:hover {
  background: rgba(255, 255, 255, 0.16);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 20px clamp(18px, 5vw, 64px);
  border-top: 1px solid var(--line);
  background: var(--paper);
  color: var(--muted);
}

.mobile-action-bar {
  display: none;
}

.page-hero {
  display: grid;
  align-items: end;
  min-height: 390px;
  padding: clamp(70px, 10vw, 120px) clamp(18px, 5vw, 64px) clamp(42px, 7vw, 78px);
  color: #ffffff;
  background:
    linear-gradient(90deg, rgba(6, 70, 75, 0.94), rgba(23, 35, 38, 0.66)),
    url("https://lirp.cdn-website.com/6d6aa950/dms3rep/multi/opt/15D9717D-9783-4E63-97AD-E2C8BEE314EA-1920w.jpeg") center / cover;
}

.page-hero-inner {
  display: grid;
  gap: 18px;
  width: min(900px, 100%);
}

.page-hero h1 {
  font-size: clamp(2.45rem, 5.7vw, 4.4rem);
}

.page-hero p:not(.eyebrow) {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1rem, 1.8vw, 1.18rem);
  line-height: 1.6;
}

.page-section {
  padding: clamp(54px, 8vw, 90px) clamp(18px, 5vw, 64px);
}

.page-section.alt {
  background: #fffaf0;
}

.page-grid,
.sector-grid,
.route-grid {
  display: grid;
  gap: 14px;
}

.page-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sector-grid,
.route-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.page-card,
.sector-card,
.route-card {
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 220px;
  padding: 22px;
  border: 1px solid rgba(222, 219, 209, 0.96);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 0 16px 42px rgba(22, 35, 38, 0.08);
}

.page-card span,
.sector-card span,
.route-card span {
  color: var(--wine);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.page-card p,
.sector-card p,
.route-card p,
.page-section li {
  color: var(--muted);
  line-height: 1.58;
}

.feature-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 22px;
  margin: 0;
  padding-left: 18px;
}

.page-form-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(320px, 0.58fr);
  gap: clamp(24px, 5vw, 60px);
  align-items: start;
}

.page-form-copy {
  display: grid;
  gap: 16px;
}

.page-form-copy p {
  color: var(--muted);
  line-height: 1.65;
}

.page-form-copy ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 18px;
}

.page-cta-band {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.inline-note {
  padding: 14px 16px;
  border-left: 5px solid var(--amber);
  background: #fff8e8;
  color: #68522a;
  font-weight: 800;
  line-height: 1.55;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 1040px) {
  .hero-grid,
  .split-heading {
    grid-template-columns: 1fr;
  }

  .hero-panel {
    max-width: 620px;
  }

  .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .booking-band,
  .assistant-layout,
  .contractor-layout,
  .contact-section,
  .audience-grid,
  .outcome-grid,
  .decision-grid,
  .partner-logo-grid,
  .partner-proof,
  .method-steps,
  .pricing-grid,
  .detail-columns,
  .pathway-grid,
  .assistant-copy-grid,
  .course-feature-grid,
  .safeguarding-grid,
  .trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .booking-band,
  .assistant-layout,
  .contractor-layout,
  .contact-section,
  .founder-section {
    grid-template-columns: 1fr;
  }

  .page-grid,
  .sector-grid,
  .route-grid,
  .page-form-shell {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .route-panel {
    order: 2;
  }
}

@media (max-width: 920px) {
  .site-header {
    grid-template-columns: auto auto;
  }

  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    justify-self: end;
    padding: 0 14px;
  }

  .site-nav {
    display: none;
    grid-column: 1 / -1;
    flex-direction: column;
    align-items: stretch;
    padding: 12px 0 4px;
  }

  .site-nav.open {
    display: flex;
  }

  .site-nav a {
    min-height: 38px;
  }

  .site-header > .button {
    display: none;
  }
}

@media (max-width: 820px) {
  .site-header {
    grid-template-columns: auto auto;
  }

  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    justify-self: end;
    padding: 0 14px;
  }

  .site-nav {
    display: none;
    grid-column: 1 / -1;
    flex-direction: column;
    align-items: stretch;
    padding: 12px 0 4px;
  }

  .site-nav.open {
    display: flex;
  }

  .site-nav a {
    min-height: 38px;
  }

  .site-header > .button {
    display: none;
  }

  .hero {
    min-height: 470px;
  }

  .intro-grid,
  .proof-strip,
  .audience-grid,
  .testimonial-grid,
  .outcome-grid,
  .decision-grid,
  .partner-logo-grid,
  .partner-proof,
  .method-steps,
  .pricing-grid,
  .detail-columns,
  .pathway-grid,
  .assistant-copy-grid,
  .form-grid,
  .checkbox-grid,
  .course-feature-grid,
  .safeguarding-grid,
  .trust-grid,
  .page-grid,
  .sector-grid,
  .route-grid,
  .page-form-shell,
  .feature-list {
    grid-template-columns: 1fr;
  }

  .price-card-wide {
    grid-column: auto;
  }
}

@media (max-width: 620px) {
  body {
    padding-bottom: 72px;
  }

  .hero {
    align-items: start;
    padding-top: 46px;
    padding-bottom: 42px;
  }

  .hero-panel {
    display: none;
  }

  .service-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    grid-template-rows: 190px 1fr;
  }

  .price-card {
    min-height: auto;
  }

  .pathway-card,
  .audience-grid article,
  .assistant-copy-grid article,
  .course-feature-grid article,
  .safeguarding-grid article,
  .trust-grid article {
    min-height: auto;
  }

  .founder-media img {
    min-height: 280px;
  }

  .chat-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .message-form {
    grid-template-columns: 1fr;
  }

  .site-footer {
    flex-direction: column;
  }

  .mobile-action-bar {
    position: fixed;
    right: 12px;
    bottom: 12px;
    left: 12px;
    z-index: 60;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 8px;
    border: 1px solid rgba(222, 219, 209, 0.92);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 16px 42px rgba(22, 35, 38, 0.18);
    backdrop-filter: blur(12px);
  }

  .mobile-action-bar a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    border-radius: 8px;
    background: var(--teal);
    color: #ffffff;
    font-weight: 900;
    text-decoration: none;
  }

  .mobile-action-bar a:first-child {
    border: 1px solid var(--line);
    background: var(--paper);
    color: var(--teal);
  }
}
