:root {
  --charcoal: #3f3f3f;
  --ice: #f3f3f3;
  --aqua: #4aa8b1;
  --teal: #46858b;
  --steel: #436265;
  --deep: #111717;
  --deep-2: #1d2425;
  --ink: #232b2c;
  --muted: #677475;
  --line: rgba(243, 243, 243, 0.16);
  --line-dark: rgba(63, 63, 63, 0.13);
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.36);
  --shadow-soft: 0 20px 60px rgba(67, 98, 101, 0.18);
  --radius: 28px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--ice);
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

body.nav-open {
  overflow: hidden;
}

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

a {
  color: inherit;
  text-decoration: none;
}

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

.container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}

.skip-link {
  position: absolute;
  top: -100px;
  left: 16px;
  z-index: 1000;
  padding: 10px 14px;
  border-radius: 12px;
  background: var(--aqua);
  color: var(--deep);
  font-weight: 800;
}

.skip-link:focus {
  top: 16px;
}

.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;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  padding: 18px 0;
  transition: background 0.25s ease, padding 0.25s ease, border-color 0.25s ease;
  border-bottom: 1px solid transparent;
}

.site-header.scrolled,
.site-header.menu-open {
  padding: 10px 0;
  background: rgba(17, 23, 23, 0.88);
  backdrop-filter: blur(18px);
  border-color: rgba(243, 243, 243, 0.12);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 9px 0;
  color: var(--ice);
  letter-spacing: 0.03em;
}

.brand strong,
.footer-brand {
  display: block;
  font-size: 1.04rem;
  line-height: 1;
  font-weight: 950;
}

.brand small {
  display: block;
  margin-top: 3px;
  font-size: 0.72rem;
  color: rgba(243, 243, 243, 0.67);
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 6px;
  color: rgba(243, 243, 243, 0.78);
  font-size: 0.92rem;
  font-weight: 750;
}

.site-nav a {
  padding: 10px 13px;
  border-radius: 999px;
  transition: color 0.2s ease, background 0.2s ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--ice);
  background: rgba(243, 243, 243, 0.09);
  outline: none;
}

.site-nav .nav-cta {
  margin-left: 4px;
  color: #101919;
  background: var(--aqua);
}

.site-nav .nav-cta:hover,
.site-nav .nav-cta:focus-visible {
  color: #101919;
  background: #72c4cb;
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(243, 243, 243, 0.18);
  border-radius: 14px;
  background: rgba(243, 243, 243, 0.06);
  color: var(--ice);
  cursor: pointer;
}

.nav-toggle span:not(.sr-only) {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  border-radius: 999px;
  background: currentColor;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.nav-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.nav-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: var(--ice);
  background: var(--deep);
  padding: 138px 0 74px;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(17, 23, 23, 0.94) 0%, rgba(17, 23, 23, 0.78) 42%, rgba(17, 23, 23, 0.24) 100%),
    linear-gradient(180deg, rgba(17, 23, 23, 0.12), rgba(17, 23, 23, 0.92)),
    url("../img/hero-toronto-player.jpg") center / cover no-repeat;
  transform: scale(1.02);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(74, 168, 177, 0.13) 1px, transparent 1px),
    linear-gradient(90deg, rgba(74, 168, 177, 0.13) 1px, transparent 1px);
  background-size: 90px 90px;
  mask-image: linear-gradient(90deg, black, transparent 68%);
  opacity: 0.34;
}

.hero::after {
  content: "";
  position: absolute;
  width: 580px;
  height: 580px;
  right: -220px;
  top: 18%;
  background: radial-gradient(circle, rgba(74, 168, 177, 0.28), transparent 67%);
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(330px, 0.52fr);
  gap: 44px;
  align-items: end;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  color: var(--aqua);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 32px;
  height: 1px;
  background: currentColor;
}

.eyebrow.dark {
  color: var(--teal);
}

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

h1 {
  max-width: 820px;
  margin-bottom: 22px;
  font-size: clamp(3rem, 7.4vw, 6.5rem);
  line-height: 0.91;
  letter-spacing: -0.068em;
  font-weight: 950;
  text-wrap: balance;
}

.hero-lead {
  max-width: 680px;
  margin-bottom: 32px;
  color: rgba(243, 243, 243, 0.78);
  font-size: clamp(1.04rem, 1.8vw, 1.26rem);
}

.hero-actions,
.feature-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 13px 20px;
  border: 0;
  border-radius: 999px;
  font-weight: 900;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
  outline: none;
}

.btn-primary {
  color: #101919;
  background: var(--aqua);
  box-shadow: 0 18px 50px rgba(74, 168, 177, 0.28);
}

.btn-primary:hover,
.btn-primary:focus-visible {
  background: #78c8cf;
}

.btn-ghost {
  color: var(--ice);
  border: 1px solid rgba(243, 243, 243, 0.22);
  background: rgba(243, 243, 243, 0.08);
}

.btn-dark {
  color: var(--ice);
  background: var(--charcoal);
  box-shadow: 0 18px 40px rgba(63, 63, 63, 0.22);
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 32px;
}

.hero-points span,
.feature-strip span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 850;
}

.hero-points span {
  color: rgba(243, 243, 243, 0.78);
  border: 1px solid rgba(243, 243, 243, 0.15);
  background: rgba(243, 243, 243, 0.06);
}

.hero-card {
  align-self: end;
  padding: 28px;
  border: 1px solid rgba(243, 243, 243, 0.18);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(243, 243, 243, 0.16), rgba(243, 243, 243, 0.08));
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.hero-card-top {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  color: rgba(243, 243, 243, 0.76);
  font-size: 0.82rem;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.live-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--aqua);
  box-shadow: 0 0 0 8px rgba(74, 168, 177, 0.13);
}

.hero-card h2 {
  margin-bottom: 12px;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  line-height: 1;
  letter-spacing: -0.05em;
}

.hero-card p {
  color: rgba(243, 243, 243, 0.72);
}

.mini-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 24px;
}

.mini-stats div {
  padding: 14px 10px;
  border: 1px solid rgba(243, 243, 243, 0.14);
  border-radius: 18px;
  background: rgba(17, 23, 23, 0.36);
}

.mini-stats strong {
  display: block;
  color: var(--aqua);
  font-size: 1.35rem;
  line-height: 1;
}

.mini-stats span {
  display: block;
  margin-top: 6px;
  color: rgba(243, 243, 243, 0.64);
  font-size: 0.72rem;
}

.section-pad {
  padding: clamp(78px, 10vw, 130px) 0;
}

.intro-section {
  background:
    radial-gradient(circle at 85% 20%, rgba(74, 168, 177, 0.2), transparent 34%),
    var(--ice);
}

.intro-grid,
.process-grid,
.evaluation-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: clamp(36px, 6vw, 72px);
  align-items: center;
}

.image-panel {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  background: var(--deep);
}

.image-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(17, 23, 23, 0.05), rgba(17, 23, 23, 0.72));
}

.image-panel img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
}

.intro-copy h2,
.section-heading h2,
.process-copy h2,
.evaluation-copy h2 {
  margin-bottom: 18px;
  font-size: clamp(2.2rem, 5vw, 4.6rem);
  line-height: 0.95;
  letter-spacing: -0.06em;
  color: var(--charcoal);
}

.intro-copy p,
.section-heading p,
.process-copy p,
.evaluation-copy p {
  color: var(--muted);
  font-size: 1.02rem;
}

.feature-strip {
  margin-top: 28px;
}

.feature-strip span {
  color: var(--steel);
  border: 1px solid rgba(70, 133, 139, 0.24);
  background: rgba(74, 168, 177, 0.08);
}

.services {
  position: relative;
  overflow: hidden;
  background: #ffffff;
}

.services::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../img/maple-leaf.png");
  background-repeat: no-repeat;
  background-position: right -120px top 80px;
  background-size: 420px;
  opacity: 0.035;
}

.section-heading {
  position: relative;
  z-index: 1;
  max-width: 780px;
  margin-bottom: 44px;
}

.service-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.service-card {
  min-height: 100%;
  padding: 27px;
  border: 1px solid var(--line-dark);
  border-radius: 26px;
  background: var(--ice);
  box-shadow: 0 14px 38px rgba(63, 63, 63, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.service-card:hover {
  transform: translateY(-5px);
  border-color: rgba(74, 168, 177, 0.36);
  box-shadow: var(--shadow-soft);
}

.service-card-wide {
  grid-column: span 2;
  background:
    linear-gradient(135deg, rgba(67, 98, 101, 0.96), rgba(63, 63, 63, 0.96)),
    url("../img/ice-rink-wide.jpg") center / cover no-repeat;
  color: var(--ice);
}

.icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 22px;
  border-radius: 18px;
  background: rgba(74, 168, 177, 0.12);
  color: var(--teal);
}

.service-card-wide .icon {
  background: rgba(243, 243, 243, 0.12);
  color: var(--aqua);
}

.icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-card h3,
.group-card h3,
.timeline-item h3,
.contact-form h3,
.site-footer h3 {
  margin-bottom: 10px;
  line-height: 1.1;
  letter-spacing: -0.035em;
}

.service-card p,
.service-card li,
.group-card p,
.timeline-item p {
  color: var(--muted);
}

.service-card-wide p,
.service-card-wide li {
  color: rgba(243, 243, 243, 0.74);
}

.service-card ul {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.service-card li {
  position: relative;
  padding-left: 18px;
  margin-top: 8px;
  font-size: 0.92rem;
}

.service-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--aqua);
}

.groups {
  position: relative;
  overflow: hidden;
  color: var(--ice);
  background:
    linear-gradient(180deg, rgba(17, 23, 23, 0.94), rgba(17, 23, 23, 0.94)),
    url("../img/hero-toronto-player.jpg") center / cover fixed;
}

.groups .section-heading h2,
.groups .section-heading p {
  color: var(--ice);
}

.groups .section-heading p {
  color: rgba(243, 243, 243, 0.72);
}

.group-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.group-card {
  position: relative;
  min-height: 310px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: 25px;
  border: 1px solid rgba(243, 243, 243, 0.16);
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(243, 243, 243, 0.12), rgba(243, 243, 243, 0.06));
  box-shadow: var(--shadow);
}

.group-card::before {
  content: "";
  position: absolute;
  width: 160px;
  height: 160px;
  right: -70px;
  top: -70px;
  border-radius: 50%;
  background: rgba(74, 168, 177, 0.16);
}

.group-card.elite {
  background: linear-gradient(180deg, rgba(74, 168, 177, 0.26), rgba(243, 243, 243, 0.08));
}

.group-card span {
  width: fit-content;
  margin-bottom: auto;
  padding: 8px 11px;
  border: 1px solid rgba(243, 243, 243, 0.16);
  border-radius: 999px;
  color: var(--aqua);
  font-size: 0.76rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  background: rgba(17, 23, 23, 0.3);
}

.group-card h3 {
  color: var(--ice);
  font-size: 1.5rem;
}

.group-card p {
  margin-bottom: 0;
  color: rgba(243, 243, 243, 0.72);
}

.process {
  background:
    radial-gradient(circle at 12% 8%, rgba(74, 168, 177, 0.18), transparent 28%),
    #ffffff;
}

.process-grid {
  grid-template-columns: 0.8fr 1.2fr;
}

.process-copy .btn {
  margin-top: 14px;
}

.timeline {
  display: grid;
  gap: 14px;
}

.timeline-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
  align-items: start;
  padding: 22px;
  border: 1px solid var(--line-dark);
  border-radius: 24px;
  background: var(--ice);
  box-shadow: 0 16px 42px rgba(63, 63, 63, 0.06);
}

.timeline-item > span {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 18px;
  color: var(--ice);
  background: var(--steel);
  font-weight: 950;
}

.timeline-item p {
  margin-bottom: 0;
}

.evaluation {
  color: var(--ice);
  background:
    radial-gradient(circle at 70% 20%, rgba(74, 168, 177, 0.23), transparent 34%),
    linear-gradient(145deg, var(--charcoal), var(--deep));
}

.evaluation-grid {
  grid-template-columns: 0.78fr 1.22fr;
  align-items: start;
}

.evaluation-copy {
  position: sticky;
  top: 110px;
}

.evaluation-copy h2,
.evaluation-copy p {
  color: var(--ice);
}

.evaluation-copy p {
  color: rgba(243, 243, 243, 0.74);
}

.check-list {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.check-list p {
  display: flex;
  gap: 12px;
  align-items: center;
  margin: 0;
  padding: 14px 16px;
  border: 1px solid rgba(243, 243, 243, 0.12);
  border-radius: 18px;
  background: rgba(243, 243, 243, 0.06);
}

.check-list span {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  color: #101919;
  background: var(--aqua);
  font-weight: 950;
}

.contact-form {
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid rgba(243, 243, 243, 0.16);
  border-radius: var(--radius);
  background: rgba(243, 243, 243, 0.96);
  color: var(--ink);
  box-shadow: var(--shadow);
}

.form-header {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: baseline;
  margin-bottom: 22px;
}

.form-header h3 {
  font-size: 1.8rem;
}

.form-header p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

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

label {
  display: grid;
  gap: 8px;
  color: var(--charcoal);
  font-size: 0.9rem;
  font-weight: 850;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid rgba(63, 63, 63, 0.16);
  border-radius: 16px;
  padding: 13px 14px;
  color: var(--ink);
  background: #ffffff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

textarea {
  margin-top: 16px;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--aqua);
  box-shadow: 0 0 0 4px rgba(74, 168, 177, 0.14);
  outline: none;
}

input.is-invalid,
select.is-invalid,
textarea.is-invalid {
  border-color: #a03d3d;
  box-shadow: 0 0 0 4px rgba(160, 61, 61, 0.12);
}

.honeypot {
  position: absolute;
  left: -5000px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.form-submit {
  margin-top: 20px;
  width: 100%;
}

.form-status {
  min-height: 24px;
  margin: 14px 0 0;
  color: var(--steel);
  font-weight: 800;
}

.form-status.error {
  color: #a03d3d;
}

.site-footer {
  padding: 68px 0 26px;
  color: rgba(243, 243, 243, 0.72);
  background: #111717;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, 1fr);
  gap: 30px;
  padding-bottom: 38px;
  border-bottom: 1px solid rgba(243, 243, 243, 0.12);
}

.footer-brand {
  margin-bottom: 12px;
  color: var(--ice);
  font-size: 1.5rem;
  font-weight: 950;
  letter-spacing: -0.04em;
}

.site-footer h3 {
  color: var(--ice);
  font-size: 1rem;
}

.site-footer a {
  display: block;
  margin-top: 8px;
  color: rgba(243, 243, 243, 0.7);
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: var(--aqua);
  outline: none;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-top: 22px;
  color: rgba(243, 243, 243, 0.52);
  font-size: 0.87rem;
}

.reveal {
  opacity: 1;
  transform: none;
}

@media (max-width: 1060px) {
  .hero-grid,
  .intro-grid,
  .process-grid,
  .evaluation-grid {
    grid-template-columns: 1fr;
  }

  .hero-card,
  .evaluation-copy {
    position: static;
    max-width: 720px;
  }

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

@media (max-width: 780px) {
  .container {
    width: min(calc(100% - 28px), var(--container));
  }

  .nav-toggle {
    display: block;
    position: relative;
    z-index: 102;
  }

  .site-nav {
    position: fixed;
    inset: 0;
    z-index: 101;
    display: grid;
    place-content: center;
    gap: 12px;
    padding: 90px 24px 30px;
    background: rgba(17, 23, 23, 0.97);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity 0.2s ease, transform 0.2s ease;
  }

  .site-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-nav a {
    width: min(82vw, 360px);
    padding: 15px 18px;
    border: 1px solid rgba(243, 243, 243, 0.12);
    text-align: center;
    font-size: 1.05rem;
  }

  .site-nav .nav-cta {
    margin-left: 0;
  }

  .hero {
    min-height: auto;
    padding: 120px 0 64px;
  }

  .hero-bg {
    background-position: 60% top;
  }

  h1 {
    font-size: clamp(2.65rem, 12.8vw, 3.75rem);
    line-height: 0.95;
    letter-spacing: -0.055em;
  }

  .hero-lead {
    font-size: 1rem;
  }

  .hero-card {
    padding: 22px;
  }

  .mini-stats {
    grid-template-columns: 1fr;
  }

  .image-panel,
  .image-panel img {
    min-height: 380px;
  }

  .service-grid,
  .group-grid,
  .form-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero-actions .btn {
    flex: 1 1 185px;
  }

  .hero-points span {
    max-width: 100%;
  }

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

  .group-card {
    min-height: 250px;
  }

  .form-header,
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
  }

  .groups {
    background-attachment: scroll;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

/* polish pass: improved text spacing and safer heading rhythm */
h1 {
  line-height: 0.97;
}

.hero-card h2 {
  line-height: 1.05;
}

.intro-copy h2,
.section-heading h2,
.process-copy h2,
.evaluation-copy h2 {
  line-height: 1.03;
  text-wrap: balance;
}

.intro-copy p,
.section-heading p,
.process-copy p,
.evaluation-copy p,
.service-card p,
.group-card p,
.timeline-item p,
.site-footer p {
  line-height: 1.72;
}

.intro-copy p + p,
.section-heading p + p,
.process-copy p + p,
.evaluation-copy p + p,
.service-card p + ul,
.site-footer p + p {
  margin-top: 14px;
}

.service-card h3,
.group-card h3,
.timeline-item h3,
.contact-form h3,
.site-footer h3 {
  line-height: 1.18;
}

.service-card h3 {
  font-size: 1.32rem;
}

.group-card h3 {
  font-size: 1.44rem;
}

.section-heading,
.intro-copy,
.process-copy,
.evaluation-copy {
  max-width: 100%;
}

@media (max-width: 780px) {
  h1 {
    line-height: 1.02;
  }

  .intro-copy h2,
  .section-heading h2,
  .process-copy h2,
  .evaluation-copy h2 {
    line-height: 1.06;
  }

  .service-card,
  .group-card,
  .timeline-item,
  .contact-form {
    overflow-wrap: anywhere;
  }
}

/* DTHA loading intro screen */
body.preloading {
  overflow: hidden;
}

.site-loader {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: grid;
  place-items: center;
  background: #ffffff;
  opacity: 1;
  visibility: visible;
  transition: opacity 1.1s ease, visibility 1.1s ease;
}

.site-loader-logo-wrap {
  display: grid;
  place-items: center;
  transform: scale(1);
  opacity: 1;
  transition: transform 1.1s ease, opacity 1.1s ease, filter 1.1s ease;
}

.site-loader-logo {
  width: min(220px, 48vw);
  height: auto;
  display: block;
}

.site-loader.is-leaving {
  opacity: 0;
  visibility: hidden;
}

.site-loader.is-leaving .site-loader-logo-wrap {
  opacity: 0;
  transform: scale(0.94);
  filter: brightness(0.65);
}

.form-note {
  margin: 12px 0 0;
  color: #677475;
  font-size: 0.82rem;
  line-height: 1.5;
  text-align: center;
}