/*
Theme Name: Raise Strong
Theme URI: https://alexandersonkahl.com/
Author: Alex Anderson-Kahl
Author URI: https://alexandersonkahl.com/
Description: A calm, accessible WordPress theme for Raise Strong, parent coaching, resources, courses, and the Raise Strong podcast.
Version: 1.0.3
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: raise-strong
*/

@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,500;0,600;0,700;1,500&family=Open+Sans:wght@400;500;600;700&family=Playfair+Display:ital,wght@1,600&display=swap");

:root {
  --teal: #00989f;
  --teal-dark: #03777d;
  --ink: #071f1b;
  --charcoal: #3c4040;
  --aqua: #f0f6f7;
  --white: #ffffff;
  --silver: #c0c0c0;
  --footer: #021315;
  --forest: #03211b;
  --sage: #dceae5;
  --warm: #f7f1e9;
}

/* WordPress integration */

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  white-space: nowrap;
}

.screen-reader-text:focus {
  top: 8px;
  left: 8px;
  z-index: 100000;
  width: auto;
  height: auto;
  clip: auto;
  clip-path: none;
  border-radius: 6px;
  background: #fff;
  color: #071f1b;
  padding: 12px 16px;
}

.site-header .custom-logo {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: contain;
}

.wp-site-blocks {
  padding: 0;
}

.page-content {
  width: min(900px, calc(100% - 48px));
  margin: 0 auto;
  padding: 80px 0;
}

.page-content > *:first-child {
  margin-top: 0;
}

.page-content h1,
.page-content h2,
.page-content h3 {
  color: var(--ink);
  font-family: "Lora", Georgia, serif;
}

.page-content a {
  color: var(--teal-dark);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.current-menu-item > a,
.current_page_item > a {
  color: #fff;
}

.desktop-nav .menu {
  display: flex;
  align-items: center;
  gap: 25px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.desktop-nav .menu > li {
  position: relative;
}

.desktop-nav .menu > li > a {
  position: relative;
  display: block;
  color: rgba(255, 255, 255, 0.86);
  padding: 27px 0 25px;
  white-space: nowrap;
}

.desktop-nav .menu > li > a::after {
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  height: 2px;
  background: #68c6c8;
  content: "";
  transform: scaleX(0);
  transition: transform 180ms ease;
}

.desktop-nav .menu > li:hover > a,
.desktop-nav .menu > li > a:focus-visible,
.desktop-nav .menu > .current-menu-item > a {
  color: #fff;
}

.desktop-nav .menu > li:hover > a::after,
.desktop-nav .menu > li > a:focus-visible::after,
.desktop-nav .menu > .current-menu-item > a::after {
  transform: scaleX(1);
}

.desktop-nav .sub-menu {
  position: absolute;
  top: calc(100% - 8px);
  left: -24px;
  z-index: 20;
  width: 300px;
  margin: 0;
  padding: 10px;
  border: 1px solid rgba(7, 31, 27, 0.1);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(2, 19, 21, 0.18);
  color: var(--ink);
  list-style: none;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: 160ms ease;
}

.desktop-nav li:hover > .sub-menu,
.desktop-nav li:focus-within > .sub-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.desktop-nav .sub-menu a {
  display: block;
  border-radius: 10px;
  padding: 11px 13px;
}

.desktop-nav .sub-menu a:hover,
.desktop-nav .sub-menu a:focus-visible {
  background: var(--aqua);
}

.outcomes-section {
  background: var(--aqua);
  padding: 104px 0;
}

.outcomes-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  align-items: center;
  gap: 72px;
}

.outcomes-image {
  position: relative;
}

.outcomes-image img {
  width: 100%;
  min-height: 520px;
  border-radius: 28px;
  box-shadow: 0 24px 65px rgba(7, 31, 27, 0.18);
  object-fit: cover;
}

.outcomes-copy h2 {
  margin: 10px 0 20px;
  color: var(--ink);
  font-family: "Lora", Georgia, serif;
  font-size: clamp(36px, 4.4vw, 57px);
  line-height: 1.08;
}

.outcome-list {
  display: grid;
  gap: 14px;
  margin-top: 30px;
}

.outcome-list div {
  border: 1px solid rgba(0, 152, 159, 0.18);
  border-radius: 14px;
  background: #fff;
  padding: 20px 22px;
}

.outcome-list strong {
  display: block;
  margin-bottom: 4px;
  color: var(--ink);
  font-family: "Lora", Georgia, serif;
  font-size: 20px;
}

.authority-media-note {
  max-width: 720px;
  margin: 8px 0 0;
  color: #536764;
  font-size: 13px;
  line-height: 1.55;
}

.rs-form-notice {
  border-radius: 10px;
  margin: 0 0 20px;
  padding: 12px 15px;
}

.rs-form-notice--success {
  border: 1px solid #78b6a4;
  background: #e8f5ef;
  color: #174c3b;
}

.rs-form-notice--error {
  border: 1px solid #d99a95;
  background: #fff1ef;
  color: #7d2720;
}

@media (max-width: 900px) {
  .outcomes-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .outcomes-image img {
    min-height: 420px;
  }
}

@media (max-width: 640px) {
  .outcomes-section {
    padding: 72px 0;
  }

  .outcomes-image img {
    min-height: 340px;
    border-radius: 20px;
  }

  .page-content {
    width: min(100% - 32px, 900px);
    padding: 60px 0;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--white);
  color: var(--charcoal);
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
}

button,
a {
  font: inherit;
}

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

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

.skip-link {
  position: fixed;
  left: 16px;
  top: -100px;
  z-index: 999;
  border-radius: 0 0 8px 8px;
  background: var(--white);
  color: var(--ink);
  padding: 10px 16px;
}

.skip-link:focus {
  top: 0;
}

.shell {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  background: rgba(7, 31, 27, 0.96);
  color: var(--white);
  backdrop-filter: blur(14px);
}

.nav-shell {
  width: min(1280px, calc(100% - 40px));
  min-height: 78px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 28px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
  color: var(--white);
  font-family: "Lora", Georgia, serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.brand img {
  width: 44px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
  mix-blend-mode: screen;
}

.desktop-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 25px;
  font-size: 13.5px;
  font-weight: 600;
}

.desktop-nav > a,
.nav-dropdown > button {
  position: relative;
  border: 0;
  background: none;
  color: rgba(255, 255, 255, 0.86);
  cursor: pointer;
  padding: 27px 0 25px;
  white-space: nowrap;
}

.desktop-nav > a::after,
.nav-dropdown > button::after {
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  height: 2px;
  background: #68c6c8;
  content: "";
  transform: scaleX(0);
  transition: transform 180ms ease;
}

.desktop-nav > a:hover,
.desktop-nav > a:focus-visible,
.nav-dropdown > button:hover {
  color: var(--white);
}

.desktop-nav > a:hover::after,
.desktop-nav > a:focus-visible::after,
.nav-dropdown:hover > button::after {
  transform: scaleX(1);
}

.nav-dropdown {
  position: relative;
}

.dropdown-menu {
  position: absolute;
  top: calc(100% - 8px);
  left: -24px;
  width: 300px;
  padding: 10px;
  border: 1px solid rgba(7, 31, 27, 0.1);
  border-radius: 16px;
  background: var(--white);
  box-shadow: 0 18px 45px rgba(2, 19, 21, 0.18);
  color: var(--ink);
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: 160ms ease;
}

.nav-dropdown:hover .dropdown-menu,
.nav-dropdown:focus-within .dropdown-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.dropdown-menu a {
  display: block;
  border-radius: 10px;
  padding: 11px 13px;
}

.dropdown-menu a:hover,
.dropdown-menu a:focus-visible {
  background: var(--aqua);
}

.dropdown-menu strong,
.dropdown-menu span {
  display: block;
}

.dropdown-menu strong {
  font-family: "Lora", Georgia, serif;
  font-size: 15px;
}

.dropdown-menu span {
  margin-top: 2px;
  color: #66726f;
  font-size: 12px;
}

.button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border: 1px solid var(--teal);
  border-radius: 7px;
  background: var(--teal);
  box-shadow: 0 9px 25px rgba(0, 152, 159, 0.2);
  color: var(--white);
  font-size: 14px;
  font-weight: 700;
  padding: 0 24px;
  transition:
    background 160ms ease,
    border-color 160ms ease,
    transform 160ms ease;
}

.button:hover,
.button:focus-visible {
  border-color: var(--teal-dark);
  background: var(--teal-dark);
  transform: translateY(-2px);
}

.button span {
  font-size: 19px;
  transition: transform 160ms ease;
}

.button:hover span {
  transform: translateX(3px);
}

.button-small {
  min-height: 43px;
  gap: 10px;
  padding: 0 18px;
  font-size: 13px;
}

.mobile-menu {
  display: none;
  margin-left: auto;
}

.mobile-menu summary {
  width: 42px;
  height: 42px;
  display: grid;
  align-content: center;
  gap: 5px;
  cursor: pointer;
  list-style: none;
}

.mobile-menu summary::-webkit-details-marker {
  display: none;
}

.mobile-menu summary span {
  width: 24px;
  height: 2px;
  display: block;
  margin: 0 auto;
  background: var(--white);
}

.hero {
  position: relative;
  min-height: 730px;
  overflow: hidden;
  background:
    radial-gradient(circle at 87% 18%, rgba(0, 152, 159, 0.1), transparent 28%),
    linear-gradient(135deg, #ffffff 0%, #f7fbfa 72%, #eef7f7 100%);
}

.hero::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: linear-gradient(transparent, rgba(0, 152, 159, 0.12), transparent);
  content: "";
}

.hero-grid {
  min-height: 730px;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(420px, 0.96fr);
  align-items: center;
  gap: 72px;
  padding-top: 55px;
  padding-bottom: 64px;
}

.hero-copy {
  position: relative;
  z-index: 2;
  padding-top: 12px;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 24px;
  color: var(--teal-dark);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eyebrow span {
  width: 34px;
  height: 1px;
  background: var(--teal);
}

h1 {
  margin: 0;
  color: var(--ink);
  font-family: "Lora", Georgia, serif;
  font-size: clamp(49px, 5vw, 72px);
  font-weight: 600;
  letter-spacing: -0.055em;
  line-height: 1.08;
}

h1 em {
  color: var(--teal-dark);
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 600;
}

.hero-lede {
  max-width: 610px;
  margin: 26px 0 0;
  color: #52615e;
  font-size: 18px;
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 34px;
}

.hero-coaching-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 17px;
  border-bottom: 1px solid rgba(0, 152, 159, 0.3);
  color: var(--teal-dark);
  font-size: 11.5px;
  font-weight: 700;
  padding-bottom: 3px;
}

.hero-coaching-link span {
  font-size: 15px;
  transition: transform 160ms ease;
}

.hero-coaching-link:hover span {
  transform: translateX(4px);
}

.hero-coaching-link + .trust-row {
  margin-top: 27px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
}

.text-link:hover,
.text-link:focus-visible {
  color: var(--teal-dark);
}

.play-icon {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(0, 152, 159, 0.35);
  border-radius: 50%;
  color: var(--teal);
  font-size: 10px;
  padding-left: 2px;
}

.trust-row {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 38px;
}

.avatar-stack {
  display: flex;
}

.avatar-stack span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  margin-left: -8px;
  border: 2px solid var(--white);
  border-radius: 50%;
  background: var(--sage);
  color: var(--teal-dark);
  font-family: "Lora", Georgia, serif;
  font-size: 11px;
  font-weight: 700;
}

.avatar-stack span:first-child {
  margin-left: 0;
  background: var(--teal-dark);
  color: var(--white);
}

.avatar-stack span:last-child {
  background: #e6dfca;
  color: var(--ink);
}

.trust-row p {
  margin: 0;
  color: #6b7674;
  font-size: 11.5px;
  line-height: 1.5;
}

.trust-row strong {
  color: var(--ink);
  font-size: 12px;
}

.hero-visual {
  position: relative;
  min-height: 590px;
}

.photo-arch {
  position: absolute;
  top: 5px;
  right: 12px;
  width: min(430px, 90%);
  height: 555px;
  overflow: hidden;
  border-radius: 220px 220px 28px 28px;
  background: var(--aqua);
  box-shadow: 24px 24px 0 var(--sage);
}

.photo-arch img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 25%;
}

.floating-note {
  position: absolute;
  bottom: 69px;
  left: -22px;
  width: 265px;
  display: flex;
  gap: 13px;
  border: 1px solid rgba(7, 31, 27, 0.08);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 18px 50px rgba(2, 19, 21, 0.16);
  padding: 16px;
  backdrop-filter: blur(12px);
}

.note-icon {
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--teal);
  color: var(--white);
  font-weight: 700;
}

.floating-note span,
.floating-note strong,
.floating-note p {
  display: block;
}

.floating-note span {
  color: var(--teal-dark);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.floating-note strong {
  margin-top: 2px;
  color: var(--ink);
  font-family: "Lora", Georgia, serif;
  font-size: 15px;
}

.floating-note p {
  margin: 0;
  color: #74807d;
  font-size: 11px;
}

.credential-card {
  position: absolute;
  top: 52px;
  left: -28px;
  width: 104px;
  display: grid;
  gap: 1px;
  border-radius: 12px;
  background: var(--ink);
  box-shadow: 0 14px 35px rgba(2, 19, 21, 0.18);
  color: var(--white);
  padding: 13px;
  text-align: center;
}

.credential-number {
  font-family: "Lora", Georgia, serif;
  font-size: 27px;
  font-weight: 600;
  line-height: 1.1;
}

.credential-card span:last-child {
  color: rgba(255, 255, 255, 0.72);
  font-size: 8px;
  line-height: 1.35;
  text-transform: uppercase;
}

.hero-orbit {
  position: absolute;
  border: 1px solid rgba(0, 152, 159, 0.09);
  border-radius: 50%;
}

.hero-orbit-one {
  top: -210px;
  right: -190px;
  width: 690px;
  height: 690px;
}

.hero-orbit-two {
  right: 175px;
  bottom: -260px;
  width: 520px;
  height: 520px;
}

.path-strip {
  border-top: 1px solid rgba(7, 31, 27, 0.08);
  border-bottom: 1px solid rgba(7, 31, 27, 0.08);
  background: var(--white);
}

.path-grid {
  min-height: 108px;
  display: grid;
  grid-template-columns: 1.1fr repeat(3, 1fr);
  align-items: stretch;
}

.path-grid > p {
  align-self: center;
  margin: 0;
  color: var(--ink);
  font-family: "Lora", Georgia, serif;
  font-size: 16px;
  font-weight: 600;
}

.path-grid > a {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 10px;
  border-left: 1px solid rgba(7, 31, 27, 0.08);
  padding: 24px 21px;
  transition: background 160ms ease;
}

.path-grid > a:hover,
.path-grid > a:focus-visible {
  background: var(--aqua);
}

.path-grid a > span:first-child {
  color: var(--teal);
  font-size: 10px;
  font-weight: 700;
}

.path-grid strong {
  color: var(--ink);
  font-size: 12px;
  line-height: 1.4;
}

.path-grid a > span:last-child {
  color: var(--teal-dark);
  font-size: 18px;
}

.section-kicker {
  margin: 0 0 15px;
  color: var(--teal-dark);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.section-heading h2,
.welcome-section h2,
.resource-copy h2,
.podcast-heading h2,
.about-copy h2,
.start-section h2,
.contact-card h2 {
  margin: 0;
  color: var(--ink);
  font-family: "Lora", Georgia, serif;
  font-size: clamp(36px, 4vw, 52px);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 1.16;
}

.welcome-section {
  padding: 110px 0 98px;
  background: var(--white);
}

.welcome-grid {
  display: grid;
  grid-template-columns: 1fr 0.88fr;
  align-items: start;
  gap: 100px;
}

.welcome-section h2 {
  max-width: 650px;
}

.welcome-section h2 em {
  color: var(--teal-dark);
  font-family: "Playfair Display", Georgia, serif;
}

.welcome-copy {
  border-left: 1px solid rgba(0, 152, 159, 0.24);
  padding-left: 38px;
}

.welcome-copy p {
  margin: 0 0 18px;
  color: #596561;
  font-size: 16px;
  line-height: 1.8;
}

.underlined-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
  padding-bottom: 5px;
}

.underlined-link::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: var(--teal);
  content: "";
  transform-origin: left;
  transition: transform 160ms ease;
}

.underlined-link:hover::after {
  transform: scaleX(0.55);
}

.coaching-section {
  padding: 120px 0;
  background: var(--white);
}

.coaching-grid {
  display: grid;
  grid-template-columns: 1.03fr 0.97fr;
  align-items: center;
  gap: 90px;
}

.coaching-copy h2 {
  max-width: 650px;
  margin: 0;
  color: var(--ink);
  font-family: "Lora", Georgia, serif;
  font-size: clamp(38px, 4.3vw, 56px);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 1.13;
}

.coaching-lede {
  max-width: 650px;
  margin: 24px 0 28px;
  color: #596762;
  font-size: 15.5px;
  line-height: 1.8;
}

.coaching-points {
  max-width: 650px;
  display: grid;
  margin-bottom: 30px;
  border-top: 1px solid rgba(7, 31, 27, 0.1);
}

.coaching-points > div {
  display: grid;
  grid-template-columns: 37px 1fr;
  align-items: start;
  gap: 14px;
  border-bottom: 1px solid rgba(7, 31, 27, 0.1);
  padding: 16px 0;
}

.coaching-points > div > span {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--sage);
  color: var(--teal-dark);
  font-size: 9px;
  font-weight: 800;
}

.coaching-points p {
  margin: 0;
  color: #697572;
  font-size: 12px;
  line-height: 1.65;
}

.coaching-points p strong {
  display: block;
  margin-bottom: 2px;
  color: var(--ink);
  font-family: "Lora", Georgia, serif;
  font-size: 15px;
}

.coaching-copy > small {
  max-width: 520px;
  display: block;
  margin-top: 13px;
  color: #87918e;
  font-size: 9.5px;
  line-height: 1.55;
}

.coaching-card {
  min-height: 570px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 24px;
  background:
    radial-gradient(circle at 100% 0, rgba(0, 152, 159, 0.38), transparent 38%),
    linear-gradient(145deg, var(--ink), #043b37);
  box-shadow: 0 30px 70px rgba(2, 19, 21, 0.2);
  color: rgba(255, 255, 255, 0.7);
  padding: 45px;
}

.coaching-card-heading > span {
  color: #77d4d6;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.coaching-card h3 {
  max-width: 430px;
  margin: 14px 0 0;
  color: var(--white);
  font-family: "Lora", Georgia, serif;
  font-size: 35px;
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.2;
}

.coaching-card ul {
  display: grid;
  gap: 14px;
  margin: 30px 0 38px;
  padding: 0;
  list-style: none;
}

.coaching-card li {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  color: rgba(255, 255, 255, 0.72);
  font-size: 12.5px;
  line-height: 1.55;
  padding: 0 0 14px 29px;
}

.coaching-card li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: #7fd8da;
  content: "✓";
  font-weight: 800;
}

.coaching-alex {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: auto;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 22px;
}

.coaching-alex img {
  width: 68px;
  height: 68px;
  border: 3px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  object-fit: cover;
  object-position: center 32%;
}

.coaching-alex div {
  display: grid;
  gap: 4px;
}

.coaching-alex strong {
  color: var(--white);
  font-family: "Lora", Georgia, serif;
  font-size: 13px;
}

.coaching-alex span {
  color: rgba(255, 255, 255, 0.52);
  font-size: 9.5px;
  line-height: 1.45;
}

.services-section {
  padding: 105px 0 120px;
  background: var(--aqua);
}

.centered-heading {
  max-width: 700px;
  margin: 0 auto 48px;
  text-align: center;
}

.centered-heading > p:last-child {
  max-width: 620px;
  margin: 18px auto 0;
  color: #63706d;
  font-size: 15px;
}

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

.service-card {
  position: relative;
  min-height: 440px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(7, 31, 27, 0.1);
  border-radius: 14px;
  background: var(--white);
  padding: 35px 31px 30px;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.service-card::after {
  position: absolute;
  right: -45px;
  bottom: -65px;
  width: 150px;
  height: 150px;
  border: 1px solid rgba(0, 152, 159, 0.1);
  border-radius: 50%;
  content: "";
}

.service-card:hover {
  border-color: rgba(0, 152, 159, 0.35);
  box-shadow: 0 20px 50px rgba(2, 19, 21, 0.1);
  transform: translateY(-5px);
}

.service-card-featured {
  background: var(--ink);
  color: rgba(255, 255, 255, 0.72);
}

.card-number {
  position: absolute;
  top: 24px;
  right: 27px;
  color: var(--teal);
  font-size: 10px;
  font-weight: 700;
}

.service-icon {
  width: 51px;
  height: 51px;
  display: grid;
  place-items: center;
  margin-bottom: 29px;
  border: 1px solid rgba(0, 152, 159, 0.22);
  border-radius: 50%;
  background: var(--aqua);
  color: var(--teal-dark);
  font-family: "Lora", Georgia, serif;
  font-size: 22px;
}

.service-card-featured .service-icon {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.09);
  color: #76d3d6;
}

.card-label {
  margin: 0 0 12px;
  color: var(--teal-dark);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.service-card-featured .card-label {
  color: #76d3d6;
}

.service-card h3,
.featured-episode h3 {
  margin: 0;
  color: var(--ink);
  font-family: "Lora", Georgia, serif;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.3;
}

.service-card-featured h3 {
  color: var(--white);
}

.service-card > p:not(.card-label) {
  margin: 18px 0 30px;
  color: #64706d;
  font-size: 14px;
  line-height: 1.75;
}

.service-card-featured > p:not(.card-label) {
  color: rgba(255, 255, 255, 0.65);
}

.service-card > a {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  border-top: 1px solid rgba(7, 31, 27, 0.1);
  color: var(--ink);
  font-size: 12px;
  font-weight: 700;
  padding-top: 19px;
}

.service-card-featured > a {
  border-color: rgba(255, 255, 255, 0.12);
  color: var(--white);
}

.service-card > a span {
  color: var(--teal);
  font-size: 18px;
  transition: transform 160ms ease;
}

.service-card > a:hover span {
  transform: translateX(4px);
}

.resource-feature {
  padding: 125px 0;
  background: var(--white);
}

.resource-grid {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  align-items: center;
  gap: 80px;
}

.resource-image-wrap {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(7, 31, 27, 0.1);
  border-radius: 22px;
  background: #f7f4ee;
  box-shadow: 0 30px 65px rgba(2, 19, 21, 0.16);
  transform: rotate(-1deg);
}

.resource-image-wrap::after {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: inherit;
  content: "";
  pointer-events: none;
}

.resource-image-wrap img {
  width: 100%;
  height: auto;
  display: block;
}

.resource-art {
  position: relative;
  min-height: 500px;
  display: grid;
  place-items: center;
  border-radius: 50% 50% 12px 12px;
  background:
    radial-gradient(circle at 35% 25%, rgba(255, 255, 255, 0.75), transparent 34%),
    var(--sage);
}

.resource-art::after {
  position: absolute;
  right: 28px;
  bottom: 24px;
  left: 28px;
  height: 1px;
  background: rgba(7, 31, 27, 0.12);
  content: "";
}

.guide-sheet {
  position: relative;
  z-index: 2;
  width: 285px;
  min-height: 380px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 6px;
  background: var(--white);
  box-shadow: 0 25px 55px rgba(2, 19, 21, 0.17);
  color: var(--ink);
  padding: 34px 30px;
  text-align: center;
  transform: rotate(-2deg);
}

.guide-sheet-back {
  position: absolute;
  z-index: 1;
  background: var(--teal-dark);
  transform: rotate(5deg) translate(17px, 4px);
}

.guide-sheet img {
  width: 55px;
  height: 42px;
  object-fit: cover;
}

.guide-sheet > span {
  margin: 26px 0 10px;
  color: var(--teal-dark);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.guide-sheet > strong {
  font-family: "Lora", Georgia, serif;
  font-size: 25px;
  line-height: 1.25;
}

.guide-sheet > p {
  margin: 8px 0 19px;
  color: #77817f;
  font-size: 11px;
}

.phrase-lines {
  width: 100%;
  display: grid;
  gap: 9px;
  margin-top: auto;
}

.phrase-lines i {
  height: 5px;
  display: block;
  border-radius: 99px;
  background: var(--aqua);
}

.phrase-lines i:nth-child(2) {
  width: 78%;
}

.phrase-lines i:nth-child(3) {
  width: 88%;
}

.phrase-lines i:last-child {
  width: 64%;
}

.resource-badge {
  position: absolute;
  z-index: 3;
  top: 68px;
  right: 50px;
  width: 74px;
  height: 74px;
  display: grid;
  place-items: center;
  border: 4px solid var(--sage);
  border-radius: 50%;
  background: var(--teal);
  color: var(--white);
  font-family: "Lora", Georgia, serif;
  font-size: 16px;
  font-weight: 700;
  transform: rotate(9deg);
}

.resource-copy h2 {
  max-width: 560px;
}

.resource-copy > p:not(.section-kicker) {
  max-width: 560px;
  margin: 25px 0 0;
  color: #596561;
  font-size: 16px;
  line-height: 1.8;
}

.check-list {
  display: grid;
  gap: 12px;
  margin: 27px 0 32px;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  color: var(--ink);
  font-size: 13px;
  font-weight: 600;
  padding-left: 28px;
}

.check-list li::before {
  position: absolute;
  top: 1px;
  left: 0;
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--sage);
  color: var(--teal-dark);
  content: "✓";
  font-size: 10px;
}

.resource-copy small {
  display: block;
  margin-top: 14px;
  color: #86908d;
  font-size: 10.5px;
}

.podcast-section {
  position: relative;
  overflow: hidden;
  background: var(--ink);
  color: rgba(255, 255, 255, 0.75);
  padding: 115px 0 125px;
}

.podcast-section::before {
  position: absolute;
  top: -320px;
  right: -260px;
  width: 680px;
  height: 680px;
  border: 1px solid rgba(104, 198, 200, 0.12);
  border-radius: 50%;
  content: "";
}

.podcast-heading {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 0.7fr;
  align-items: end;
  gap: 50px;
  margin-bottom: 50px;
}

.light-kicker {
  color: #75d0d2;
}

.podcast-heading h2 {
  color: var(--white);
}

.podcast-heading > p {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 14px;
  line-height: 1.75;
}

.podcast-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.38fr 0.62fr;
  gap: 18px;
}

.featured-episode {
  min-height: 415px;
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.055);
  padding: 26px;
}

.podcast-cover {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background:
    radial-gradient(circle at 70% 20%, rgba(117, 208, 210, 0.18), transparent 29%),
    var(--teal-dark);
  color: var(--white);
  padding: 35px;
  text-align: center;
}

.podcast-cover::before,
.podcast-cover::after {
  position: absolute;
  width: 240px;
  height: 240px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  content: "";
}

.podcast-cover::before {
  top: -135px;
  left: -125px;
}

.podcast-cover::after {
  right: -155px;
  bottom: -130px;
}

.podcast-cover img {
  width: 88px;
  height: 68px;
  object-fit: cover;
  mix-blend-mode: screen;
}

.podcast-cover > span {
  margin: 24px 0 13px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.podcast-cover > strong {
  max-width: 240px;
  font-family: "Lora", Georgia, serif;
  font-size: 23px;
  font-weight: 600;
  line-height: 1.3;
}

.cover-waves {
  height: 28px;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 25px;
}

.cover-waves i {
  width: 2px;
  height: 10px;
  display: block;
  background: #8ee2e4;
}

.cover-waves i:nth-child(2),
.cover-waves i:nth-child(6) {
  height: 18px;
}

.cover-waves i:nth-child(3),
.cover-waves i:nth-child(5) {
  height: 26px;
}

.cover-waves i:nth-child(4) {
  height: 16px;
}

.episode-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28px 20px 28px 36px;
}

.episode-copy .card-label {
  color: #75d0d2;
}

.featured-episode h3 {
  color: var(--white);
  font-size: 29px;
}

.episode-copy > p:not(.card-label) {
  margin: 20px 0 25px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
  line-height: 1.7;
}

.episode-player {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 13px;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  padding-top: 19px;
}

.play-button {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--teal);
  color: var(--white);
  font-size: 11px;
  padding-left: 2px;
  transition:
    background 160ms ease,
    transform 160ms ease;
}

.play-button:hover {
  background: #0db0b7;
  transform: scale(1.05);
}

.episode-player strong,
.episode-player span {
  display: block;
}

.episode-player strong {
  color: var(--white);
  font-size: 12px;
}

.episode-player span {
  color: rgba(255, 255, 255, 0.43);
  font-size: 9px;
}

.mini-wave {
  display: flex;
  align-items: center;
  gap: 3px;
}

.mini-wave i {
  width: 2px;
  height: 12px;
  display: block;
  background: rgba(117, 208, 210, 0.6);
}

.mini-wave i:nth-child(even) {
  height: 20px;
}

.mini-wave i:nth-child(3),
.mini-wave i:nth-child(7) {
  height: 7px;
}

.episode-list {
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.035);
  padding: 9px 24px 17px;
}

.episode-list > a:not(.all-episodes) {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  padding: 21px 0;
}

.episode-list > a > span:first-child {
  color: #75d0d2;
  font-family: "Lora", Georgia, serif;
  font-size: 18px;
}

.episode-list small,
.episode-list strong {
  display: block;
}

.episode-list small {
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.episode-list strong {
  color: rgba(255, 255, 255, 0.83);
  font-family: "Lora", Georgia, serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
}

.episode-list > a > span:last-child {
  color: var(--teal);
  transition: transform 160ms ease;
}

.episode-list > a:hover > span:last-child {
  transform: translateX(4px);
}

.all-episodes {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #75d0d2;
  font-size: 11px;
  font-weight: 700;
  padding-top: 19px;
}

.about-section {
  padding: 125px 0;
  background: var(--white);
}

.about-grid {
  display: grid;
  grid-template-columns: 0.84fr 1.16fr;
  align-items: center;
  gap: 115px;
}

.about-photo {
  position: relative;
}

.about-photo::before {
  position: absolute;
  top: -18px;
  right: -18px;
  bottom: 18px;
  left: 18px;
  border-radius: 14px;
  background: var(--sage);
  content: "";
}

.about-photo-frame {
  position: relative;
  height: 620px;
  overflow: hidden;
  border-radius: 14px;
  background: var(--ink);
}

.testimonials-section {
  padding: 120px 0;
  background:
    radial-gradient(circle at 5% 20%, rgba(0, 152, 159, 0.1), transparent 30%),
    var(--aqua);
}

.testimonials-layout {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  align-items: center;
  gap: 92px;
}

.family-gallery {
  position: relative;
  min-height: 590px;
}

.family-image {
  position: absolute;
  overflow: hidden;
  border-radius: 24px;
  background: #dce9e9;
  box-shadow: 0 28px 65px rgba(2, 19, 21, 0.16);
}

.family-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.family-image-large {
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 1.75;
}

.family-image-small {
  right: 0;
  bottom: 58px;
  width: 58%;
  height: auto;
  aspect-ratio: 1.3;
  border: 9px solid var(--aqua);
}

.family-gallery > p {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 260px;
  margin: 0;
  color: var(--teal-dark);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 21px;
  font-style: italic;
  line-height: 1.35;
}

.testimonials-copy h2 {
  max-width: 590px;
  margin: 0;
  color: var(--ink);
  font-family: "Lora", Georgia, serif;
  font-size: clamp(36px, 4vw, 52px);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 1.16;
}

.testimonials-intro {
  max-width: 610px;
  margin: 22px 0 18px;
  color: #5c6965;
  font-size: 15px;
  line-height: 1.75;
}

.testimonial-list {
  display: grid;
  gap: 13px;
}

.testimonial-list article {
  border: 1px solid rgba(7, 31, 27, 0.09);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 12px 32px rgba(2, 19, 21, 0.06);
  padding: 22px 24px 21px;
}

.outcome-label {
  display: block;
  color: var(--teal);
  font-size: 8.5px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.testimonial-list h3 {
  margin: 8px 0 0;
  color: var(--ink);
  font-family: "Lora", Georgia, serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4;
}

.testimonial-list article > p {
  display: block;
  margin: 9px 0 0;
  color: #64706d;
  font-size: 11px;
  line-height: 1.65;
}

.about-photo-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 28%;
}

.about-seal {
  position: absolute;
  right: -35px;
  bottom: 53px;
  width: 86px;
  height: 86px;
  display: grid;
  place-items: center;
  border: 7px solid var(--white);
  border-radius: 50%;
  background: var(--white);
  box-shadow: 0 13px 28px rgba(2, 19, 21, 0.15);
}

.about-seal img {
  width: 68px;
  height: 52px;
  object-fit: cover;
}

.about-copy {
  max-width: 610px;
}

.about-lede {
  margin: 25px 0 17px;
  color: var(--ink) !important;
  font-family: "Lora", Georgia, serif;
  font-size: 18px !important;
  font-weight: 600;
}

.about-copy > p:not(.section-kicker) {
  color: #5d6865;
  font-size: 14px;
  line-height: 1.78;
}

.credential-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 27px 0 15px;
}

.credential-list span {
  border: 1px solid rgba(0, 152, 159, 0.2);
  border-radius: 99px;
  background: var(--aqua);
  color: var(--teal-dark);
  font-size: 9px;
  font-weight: 700;
  padding: 7px 11px;
  text-transform: uppercase;
}

.belief-section {
  padding: 95px 0;
  background:
    radial-gradient(circle at 10% 10%, rgba(0, 152, 159, 0.07), transparent 32%),
    var(--aqua);
  text-align: center;
}

.belief-wrap {
  max-width: 900px;
}

.belief-mark {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  margin: 0 auto 20px;
  border: 1px solid rgba(0, 152, 159, 0.24);
  border-radius: 50%;
  color: var(--teal-dark);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 34px;
  line-height: 1;
}

.belief-section blockquote {
  margin: 0;
  color: var(--ink);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(28px, 3.2vw, 42px);
  font-style: italic;
  line-height: 1.45;
}

.belief-section .belief-wrap > p:last-child {
  margin: 28px 0 0;
  color: var(--teal-dark);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.start-section {
  padding: 115px 0 120px;
  background: var(--white);
}

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

.start-grid > a {
  position: relative;
  min-height: 330px;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(7, 31, 27, 0.1);
  border-radius: 14px;
  background: var(--white);
  padding: 28px;
  transition:
    background 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.start-grid > a:hover {
  background: var(--aqua);
  box-shadow: 0 18px 40px rgba(2, 19, 21, 0.08);
  transform: translateY(-4px);
}

.start-time {
  align-self: flex-start;
  border-radius: 99px;
  background: var(--aqua);
  color: var(--teal-dark);
  font-size: 9px;
  font-weight: 700;
  padding: 6px 10px;
  text-transform: uppercase;
}

.start-symbol {
  margin: 42px 0 19px;
  color: var(--teal);
  font-family: "Lora", Georgia, serif;
  font-size: 33px;
}

.start-grid strong {
  color: var(--ink);
  font-family: "Lora", Georgia, serif;
  font-size: 22px;
}

.start-grid p {
  margin: 10px 0 24px;
  color: #6a7673;
  font-size: 12px;
}

.start-arrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  border-top: 1px solid rgba(7, 31, 27, 0.1);
  color: var(--ink);
  font-size: 11px;
  font-weight: 700;
  padding-top: 16px;
}

.start-arrow span {
  color: var(--teal);
  font-size: 18px;
}

.contact-section {
  background: var(--white);
  padding: 0 0 95px;
}

.contact-card {
  position: relative;
  overflow: hidden;
  min-height: 330px;
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  align-items: center;
  gap: 80px;
  border-radius: 20px;
  background: var(--teal-dark);
  color: rgba(255, 255, 255, 0.72);
  padding: 62px 72px;
}

.contact-card::before,
.contact-card::after {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  content: "";
}

.contact-card::before {
  top: -240px;
  right: -160px;
  width: 500px;
  height: 500px;
}

.contact-card::after {
  right: 40px;
  bottom: -290px;
  width: 420px;
  height: 420px;
}

.contact-card > div {
  position: relative;
  z-index: 2;
}

.contact-card h2 {
  color: var(--white);
}

.contact-card > div:first-child > p:last-child {
  max-width: 620px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}

.contact-actions {
  display: grid;
  justify-items: center;
  gap: 17px;
}

.button-light {
  width: 100%;
  border-color: var(--white);
  background: var(--white);
  box-shadow: 0 12px 30px rgba(2, 19, 21, 0.14);
  color: var(--teal-dark);
}

.button-light:hover {
  border-color: var(--aqua);
  background: var(--aqua);
}

.contact-actions > a:last-child {
  color: rgba(255, 255, 255, 0.76);
  font-size: 10px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.site-footer {
  background: var(--footer);
  color: rgba(255, 255, 255, 0.65);
  padding: 75px 0 25px;
}

.footer-main {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 80px;
  padding-bottom: 55px;
}

.footer-brand > p {
  max-width: 340px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.48);
  font-family: "Lora", Georgia, serif;
  font-size: 15px;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(2, 150px);
  gap: 40px;
}

.footer-links > div {
  display: grid;
  align-content: start;
  gap: 9px;
}

.footer-links strong {
  margin-bottom: 7px;
  color: var(--white);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
}

.footer-links a:hover {
  color: #75d0d2;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  color: rgba(255, 255, 255, 0.35);
  font-size: 9px;
  padding-top: 21px;
}

@media (max-width: 1120px) {
  .desktop-nav {
    gap: 16px;
    font-size: 12px;
  }

  .desktop-cta {
    display: none;
  }

  .hero-grid {
    grid-template-columns: 1fr 0.82fr;
    gap: 35px;
  }

  .credential-card {
    left: 0;
  }

  .floating-note {
    left: 0;
  }

  .resource-grid,
  .about-grid {
    gap: 65px;
  }

  .about-seal {
    right: -20px;
  }

  .featured-episode {
    grid-template-columns: 0.85fr 1.15fr;
  }
}

@media (max-width: 900px) {
  .desktop-nav,
  .desktop-cta {
    display: none;
  }

  .mobile-menu {
    display: block;
  }

  .mobile-menu[open] nav {
    position: absolute;
    top: 78px;
    right: 0;
    left: 0;
    display: grid;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: var(--ink);
    box-shadow: 0 20px 30px rgba(2, 19, 21, 0.2);
    padding: 12px 24px 24px;
  }

  .mobile-menu nav a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 12px 0;
  }

  .mobile-menu nav .mobile-nav-list,
  .mobile-menu nav .sub-menu {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .mobile-menu nav .mobile-nav-list {
    display: grid;
  }

  .mobile-menu nav .sub-menu {
    padding-left: 18px;
  }

  .mobile-menu nav .sub-menu a {
    color: rgba(255, 255, 255, 0.75);
    font-size: 14px;
  }

  .mobile-menu nav .mobile-nav-cta {
    margin-top: 14px;
    border-bottom: 0;
    padding: 0 18px;
  }

  .podcast-placeholder-grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .podcast-placeholder-cover {
    max-width: 520px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    padding-top: 80px;
  }

  .hero-copy {
    max-width: 680px;
  }

  .hero-visual {
    width: min(540px, 100%);
    margin: 0 auto;
  }

  .path-grid {
    grid-template-columns: 1fr;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .path-grid > p {
    padding: 18px 4px;
  }

  .path-grid > a {
    border-top: 1px solid rgba(7, 31, 27, 0.08);
    border-left: 0;
  }

  .welcome-grid,
  .resource-grid,
  .about-grid,
  .podcast-heading,
  .contact-card {
    grid-template-columns: 1fr;
  }

  .welcome-grid {
    gap: 45px;
  }

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

  .service-card {
    min-height: 365px;
  }

  .resource-grid {
    gap: 70px;
  }

  .resource-art {
    min-height: 520px;
  }

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

  .episode-list {
    min-height: 365px;
  }

  .about-photo {
    width: min(520px, 100%);
    margin: 0 auto;
  }

  .about-copy {
    max-width: 690px;
  }

  .start-grid > a {
    min-height: 285px;
  }

  .contact-card {
    gap: 40px;
  }

  .contact-actions {
    max-width: 350px;
    justify-items: stretch;
  }
}

@media (max-width: 600px) {
  .shell {
    width: min(100% - 32px, 1180px);
  }

  .nav-shell {
    width: min(100% - 30px, 1280px);
    min-height: 70px;
  }

  .brand {
    font-size: 18px;
  }

  .mobile-menu[open] nav {
    top: 70px;
  }

  .podcast-placeholder {
    padding: 66px 0 54px;
  }

  .podcast-feed-section {
    padding: 48px 0 72px;
  }

  .podcast-feed-content {
    width: min(100% - 32px, 1100px);
  }

  .hero-grid {
    padding-top: 58px;
    padding-bottom: 42px;
  }

  h1 {
    font-size: clamp(43px, 13vw, 59px);
  }

  .hero-lede {
    font-size: 16px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 18px;
  }

  .hero-actions .button {
    width: 100%;
  }

  .text-link {
    justify-content: center;
  }

  .hero-visual {
    min-height: 470px;
  }

  .photo-arch {
    right: 0;
    width: calc(100% - 16px);
    height: 430px;
    border-radius: 180px 180px 20px 20px;
    box-shadow: 14px 14px 0 var(--sage);
  }

  .credential-card {
    top: 35px;
    left: -4px;
  }

  .floating-note {
    bottom: 8px;
    left: 2px;
    width: 245px;
  }

  .welcome-section,
  .services-section,
  .resource-feature,
  .podcast-section,
  .about-section,
  .start-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .welcome-copy {
    border-top: 1px solid rgba(0, 152, 159, 0.24);
    border-left: 0;
    padding-top: 28px;
    padding-left: 0;
  }

  .service-card {
    min-height: 390px;
    padding: 30px 25px 26px;
  }

  .resource-art {
    min-height: 425px;
  }

  .guide-sheet {
    width: 235px;
    min-height: 330px;
    padding: 25px 22px;
  }

  .guide-sheet > strong {
    font-size: 21px;
  }

  .resource-badge {
    top: 45px;
    right: 17px;
    width: 65px;
    height: 65px;
  }

  .featured-episode {
    grid-template-columns: 1fr;
    padding: 15px;
  }

  .podcast-cover {
    min-height: 330px;
  }

  .episode-copy {
    padding: 32px 9px 15px;
  }

  .featured-episode h3 {
    font-size: 25px;
  }

  .episode-player {
    grid-template-columns: auto 1fr;
  }

  .mini-wave {
    display: none;
  }

  .episode-list {
    padding-right: 17px;
    padding-left: 17px;
  }

  .about-photo-frame {
    height: 490px;
  }

  .about-seal {
    right: -4px;
  }

  .belief-section {
    padding: 75px 0;
  }

  .belief-section blockquote {
    font-size: 29px;
  }

  .contact-section {
    padding-bottom: 60px;
  }

  .contact-card {
    width: calc(100% - 24px);
    border-radius: 16px;
    padding: 48px 28px;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 50px;
  }

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

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

/* Version 2: stronger product-led homepage */

.hero {
  min-height: 770px;
  background:
    radial-gradient(circle at 83% 16%, rgba(0, 152, 159, 0.32), transparent 27%),
    radial-gradient(circle at 55% 105%, rgba(3, 119, 125, 0.2), transparent 34%),
    linear-gradient(135deg, #021916 0%, var(--ink) 52%, #063f3c 100%);
}

.hero::before {
  left: 55%;
  background: linear-gradient(
    transparent,
    rgba(117, 208, 210, 0.16),
    transparent
  );
}

.hero-grid {
  min-height: 770px;
  grid-template-columns: minmax(0, 0.94fr) minmax(500px, 1.06fr);
  gap: 50px;
  padding-top: 58px;
  padding-bottom: 72px;
}

.hero .eyebrow {
  color: #78d2d4;
}

.hero .eyebrow span {
  background: #78d2d4;
}

.hero h1 {
  color: var(--white);
  font-size: clamp(50px, 5.25vw, 76px);
  letter-spacing: -0.06em;
  line-height: 1.035;
}

.hero h1 em {
  color: #73d2d4;
  font-size: 0.73em;
  letter-spacing: -0.035em;
}

.hero-lede {
  max-width: 590px;
  color: rgba(255, 255, 255, 0.69);
  font-size: 17px;
}

.hero-primary-button {
  border-color: #08abb2;
  background: #08abb2;
  box-shadow: 0 12px 32px rgba(0, 152, 159, 0.28);
}

.hero-text-link {
  color: var(--white);
}

.hero-text-link:hover,
.hero-text-link:focus-visible {
  color: #8be0e2;
}

.hero .play-icon {
  border-color: rgba(117, 208, 210, 0.45);
  color: #8be0e2;
}

.hero .trust-row p {
  color: rgba(255, 255, 255, 0.48);
}

.hero .trust-row strong {
  color: rgba(255, 255, 255, 0.9);
}

.trust-check {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid rgba(117, 208, 210, 0.34);
  border-radius: 50%;
  background: rgba(117, 208, 210, 0.1);
  color: #80d9db;
  font-size: 13px;
  font-weight: 700;
}

.app-hero-stage {
  min-height: 590px;
  perspective: 1000px;
}

.browser-window {
  overflow: hidden;
  border: 1px solid rgba(7, 31, 27, 0.13);
  border-radius: 15px;
  background: #edf5f6;
  box-shadow: 0 30px 80px rgba(2, 19, 21, 0.28);
}

.browser-bar {
  height: 38px;
  display: grid;
  grid-template-columns: 62px 1fr 62px;
  align-items: center;
  border-bottom: 1px solid rgba(7, 31, 27, 0.09);
  background: rgba(255, 255, 255, 0.94);
  color: #71807d;
  font-size: 9px;
  text-align: center;
}

.browser-bar > div {
  display: flex;
  gap: 5px;
  padding-left: 14px;
}

.browser-bar i {
  width: 7px;
  height: 7px;
  display: block;
  border-radius: 50%;
  background: #c6d6d4;
}

.browser-bar i:first-child {
  background: #78ccce;
}

.browser-bar i:nth-child(2) {
  background: #d6cba7;
}

.browser-bar i:last-child {
  background: #a9c4b8;
}

.hero-browser {
  position: absolute;
  top: 60px;
  right: -88px;
  width: 670px;
  transform: rotate(1.1deg);
  animation: soft-float 8s ease-in-out infinite;
}

.hero-browser img {
  width: 100%;
  height: 430px;
  object-fit: cover;
  object-position: top center;
}

.hero-guidance-card {
  position: absolute;
  z-index: 4;
  bottom: 65px;
  left: -16px;
  width: 295px;
  display: flex;
  gap: 13px;
  border: 1px solid rgba(7, 31, 27, 0.08);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 20px 55px rgba(2, 19, 21, 0.25);
  padding: 17px;
  backdrop-filter: blur(14px);
}

.hero-guidance-card span,
.hero-guidance-card strong,
.hero-guidance-card p {
  display: block;
}

.hero-guidance-card span {
  color: var(--teal-dark);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero-guidance-card strong {
  color: var(--ink);
  font-family: "Lora", Georgia, serif;
  font-size: 16px;
}

.hero-guidance-card p {
  margin: 1px 0 0;
  color: #71807d;
  font-size: 10px;
}

.hero-calm-button {
  position: absolute;
  z-index: 5;
  right: 12px;
  bottom: 44px;
  display: flex;
  align-items: center;
  gap: 9px;
  border: 5px solid rgba(7, 31, 27, 0.32);
  border-radius: 99px;
  background: var(--teal);
  box-shadow: 0 14px 35px rgba(2, 19, 21, 0.28);
  color: var(--white);
  font-family: "Lora", Georgia, serif;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 20px;
}

.hero-rating {
  position: absolute;
  z-index: 5;
  top: 22px;
  right: -10px;
  display: grid;
  border: 1px solid rgba(117, 208, 210, 0.25);
  border-radius: 12px;
  background: rgba(2, 19, 21, 0.88);
  color: var(--white);
  padding: 12px 15px;
  backdrop-filter: blur(12px);
}

.hero-rating strong {
  color: #8be0e2;
  font-size: 11px;
}

.hero-rating span {
  color: rgba(255, 255, 255, 0.52);
  font-size: 8px;
}

.hero-orbit {
  border-color: rgba(117, 208, 210, 0.1);
}

.authority-strip {
  position: relative;
  z-index: 6;
  border-bottom: 1px solid rgba(7, 31, 27, 0.08);
  background: var(--white);
}

.authority-grid {
  min-height: 124px;
  display: grid;
  grid-template-columns: 0.7fr 0.7fr 2.6fr;
}

.authority-grid > div {
  display: grid;
  align-content: center;
  gap: 3px;
  border-left: 1px solid rgba(7, 31, 27, 0.08);
  padding: 23px 28px;
}

.authority-grid > div:first-child {
  border-left: 0;
  padding-left: 0;
}

.authority-grid strong {
  color: var(--ink);
  font-family: "Lora", Georgia, serif;
  font-size: 18px;
  font-weight: 600;
}

.authority-grid span {
  color: #77827f;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.4;
  text-transform: uppercase;
}

.authority-grid .authority-media {
  gap: 9px;
  padding-left: 36px;
}

.authority-grid .authority-media-label {
  color: var(--teal-dark);
  font-size: 9px;
  letter-spacing: 0.11em;
}

.authority-grid .authority-outlets {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
}

.authority-grid .authority-outlets strong {
  position: relative;
  color: var(--ink);
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 11.5px;
  font-weight: 700;
  white-space: nowrap;
}

.authority-grid .authority-outlets strong:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -14px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(0, 152, 159, 0.55);
  content: "";
  transform: translateY(-50%);
}

.podcast-placeholder {
  min-height: 0;
  padding: 96px 0 78px;
  background:
    radial-gradient(circle at 84% 10%, rgba(0, 152, 159, 0.16), transparent 32%),
    var(--aqua);
}

.podcast-placeholder-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.75fr);
  align-items: center;
  gap: 72px;
}

.podcast-placeholder-grid h1 {
  max-width: 780px;
  margin: 18px 0 22px;
}

.podcast-placeholder-grid > div > p:not(.eyebrow) {
  max-width: 700px;
  color: var(--charcoal);
  font-size: 18px;
}

.podcast-placeholder-cover {
  display: grid;
  justify-items: center;
  gap: 10px;
  padding: 46px 34px;
  border: 1px solid rgba(0, 152, 159, 0.18);
  border-radius: 28px;
  background: var(--white);
  box-shadow: 0 22px 55px rgba(2, 19, 21, 0.12);
  text-align: center;
}

.podcast-placeholder-cover img {
  width: 96px;
  height: 96px;
  object-fit: contain;
}

.podcast-placeholder-cover span {
  color: var(--teal-dark);
  font-family: "Lora", Georgia, serif;
  font-size: 30px;
  font-weight: 700;
}

.podcast-placeholder-cover strong {
  max-width: 270px;
  color: var(--ink);
}

.podcast-feed-section {
  padding: 72px 0 110px;
  background: var(--white);
}

.podcast-feed-content {
  width: min(1100px, calc(100% - 48px));
  margin: 0 auto;
}

.podcast-feed-content > *:first-child {
  margin-top: 0;
}

.challenge-section {
  padding: 110px 0 120px;
  background:
    radial-gradient(circle at 10% 0, rgba(0, 152, 159, 0.07), transparent 30%),
    var(--aqua);
}

.challenge-heading {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  align-items: end;
  gap: 70px;
  margin-bottom: 45px;
}

.challenge-heading h2,
.app-showcase h2 {
  margin: 0;
  color: var(--ink);
  font-family: "Lora", Georgia, serif;
  font-size: clamp(36px, 4vw, 53px);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 1.15;
}

.challenge-heading > p {
  margin: 0;
  color: #64716e;
  font-size: 14px;
  line-height: 1.75;
}

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

.challenge-grid > a {
  min-height: 310px;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(7, 31, 27, 0.09);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.88);
  padding: 27px 24px 24px;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.challenge-grid > a:hover,
.challenge-grid > a:focus-visible {
  border-color: rgba(0, 152, 159, 0.35);
  background: var(--white);
  box-shadow: 0 20px 45px rgba(2, 19, 21, 0.09);
  transform: translateY(-5px);
}

.challenge-icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  margin-bottom: 36px;
  border-radius: 50%;
  background: var(--sage);
  color: var(--teal-dark);
  font-family: "Lora", Georgia, serif;
  font-size: 21px;
}

.challenge-grid strong {
  color: var(--ink);
  font-family: "Lora", Georgia, serif;
  font-size: 21px;
  font-weight: 600;
}

.challenge-grid p {
  margin: 10px 0 25px;
  color: #6c7774;
  font-size: 12px;
  line-height: 1.65;
}

.challenge-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  border-top: 1px solid rgba(7, 31, 27, 0.08);
  color: var(--teal-dark);
  font-size: 10px;
  font-weight: 700;
  padding-top: 16px;
}

.challenge-link span {
  font-size: 17px;
  transition: transform 160ms ease;
}

.challenge-grid > a:hover .challenge-link span {
  transform: translateX(4px);
}

.app-showcase {
  position: relative;
  overflow: hidden;
  padding: 125px 0 135px;
  background:
    radial-gradient(circle at 90% 20%, rgba(0, 152, 159, 0.26), transparent 32%),
    linear-gradient(145deg, var(--footer), var(--ink));
  color: rgba(255, 255, 255, 0.7);
}

.app-showcase::before {
  position: absolute;
  top: -340px;
  left: -260px;
  width: 720px;
  height: 720px;
  border: 1px solid rgba(117, 208, 210, 0.1);
  border-radius: 50%;
  content: "";
}

.app-showcase-grid {
  position: relative;
  display: grid;
  grid-template-columns: 0.79fr 1.21fr;
  align-items: center;
  gap: 65px;
}

.app-showcase h2 {
  color: var(--white);
}

.app-showcase-copy > p:not(.section-kicker) {
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
  line-height: 1.8;
}

.app-feature-list {
  display: grid;
  gap: 0;
  margin: 30px 0 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.app-feature-list > div {
  display: grid;
  grid-template-columns: 35px 1fr;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 14px 0;
}

.app-feature-list span {
  color: #77d2d4;
  font-size: 9px;
  font-weight: 700;
}

.app-feature-list p {
  margin: 0;
  color: rgba(255, 255, 255, 0.63);
  font-size: 12px;
}

.app-feature-list strong {
  color: var(--white);
}

.app-price-row {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 20px;
}

.app-price-row > div {
  display: grid;
}

.app-price-row > div strong {
  color: var(--white);
  font-family: "Lora", Georgia, serif;
  font-size: 17px;
}

.app-price-row > div span {
  color: rgba(255, 255, 255, 0.44);
  font-size: 9px;
}

.app-price-row .button {
  min-width: 220px;
}

.app-screens {
  position: relative;
  min-height: 670px;
  perspective: 1200px;
}

.app-screen {
  position: absolute;
  background: #eef6f7;
}

.app-screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.app-screen-main {
  top: 55px;
  right: -120px;
  width: 730px;
  height: 470px;
  transform: rotate(1.5deg);
}

.app-screen-main img {
  height: 432px;
}

.app-screen-secondary {
  z-index: 3;
  right: 310px;
  bottom: 14px;
  width: 430px;
  height: 285px;
  border-color: rgba(117, 208, 210, 0.24);
  transform: rotate(-3.2deg);
  animation: soft-float-secondary 9s ease-in-out infinite;
}

.app-screen-secondary img {
  height: 247px;
}

.app-screen-caption {
  position: absolute;
  z-index: 5;
  right: 5px;
  bottom: 55px;
  width: 275px;
  display: flex;
  align-items: center;
  gap: 11px;
  border: 1px solid rgba(117, 208, 210, 0.23);
  border-radius: 12px;
  background: rgba(2, 25, 22, 0.92);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.24);
  color: rgba(255, 255, 255, 0.7);
  font-size: 10px;
  line-height: 1.5;
  padding: 14px;
  backdrop-filter: blur(12px);
}

.app-screen-caption > span {
  color: #7ed7d9;
  font-size: 18px;
}

.shift-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.shift-grid article {
  min-height: 315px;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(7, 31, 27, 0.1);
  border-radius: 14px;
  background:
    radial-gradient(circle at 100% 0, rgba(0, 152, 159, 0.09), transparent 34%),
    var(--white);
  padding: 30px;
}

.shift-before {
  color: #8c9693;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 18px;
  font-style: italic;
}

.shift-arrow {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  margin: 39px 0 22px;
  border-radius: 50%;
  background: var(--sage);
  color: var(--teal-dark);
  font-size: 18px;
}

.shift-grid strong {
  color: var(--ink);
  font-family: "Lora", Georgia, serif;
  font-size: 24px;
  line-height: 1.35;
}

.shift-grid p {
  margin: auto 0 0;
  border-top: 1px solid rgba(7, 31, 27, 0.08);
  color: #6c7774;
  font-size: 11px;
  padding-top: 18px;
}

@keyframes soft-float {
  0%,
  100% {
    transform: rotate(1.1deg) translateY(0);
  }
  50% {
    transform: rotate(0.5deg) translateY(-9px);
  }
}

@keyframes soft-float-secondary {
  0%,
  100% {
    transform: rotate(-3.2deg) translateY(0);
  }
  50% {
    transform: rotate(-2.4deg) translateY(-8px);
  }
}

@media (max-width: 1120px) {
  .hero-grid {
    grid-template-columns: 0.9fr 1.1fr;
    gap: 30px;
  }

  .hero-browser {
    right: -145px;
    width: 650px;
  }

  .hero-calm-button {
    right: -2px;
  }

  .authority-grid > div {
    padding-right: 18px;
    padding-left: 18px;
  }

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

  .challenge-grid > a {
    min-height: 280px;
  }

  .app-showcase-grid {
    grid-template-columns: 0.9fr 1.1fr;
    gap: 30px;
  }

  .app-screen-main {
    right: -210px;
  }

  .app-screen-secondary {
    right: 190px;
  }

  .testimonials-layout {
    gap: 58px;
  }

  .coaching-grid {
    gap: 55px;
  }

  .coaching-card {
    padding: 36px;
  }
}

@media (max-width: 900px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-top: 78px;
  }

  .hero-copy {
    max-width: 710px;
  }

  .app-hero-stage {
    width: min(720px, 100%);
    min-height: 560px;
    margin: 0 auto;
  }

  .hero-browser {
    top: 50px;
    right: 0;
    width: 100%;
  }

  .hero-guidance-card {
    left: -5px;
  }

  .hero-calm-button {
    right: 10px;
  }

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

  .authority-media {
    grid-column: 1 / -1;
  }

  .authority-grid > div,
  .authority-grid > div:first-child {
    border-top: 1px solid rgba(7, 31, 27, 0.08);
    border-left: 1px solid rgba(7, 31, 27, 0.08);
    padding: 22px;
  }

  .authority-grid > div:nth-child(odd) {
    border-left: 0;
  }

  .challenge-heading {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .app-showcase-grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .app-showcase-copy {
    max-width: 680px;
  }

  .app-screens {
    width: min(760px, 100%);
    margin: 0 auto;
  }

  .app-screen-main {
    right: -35px;
  }

  .app-screen-secondary {
    right: 310px;
  }

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

  .shift-grid article {
    min-height: 270px;
  }

  .testimonials-section {
    padding: 90px 0;
  }

  .testimonials-layout {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .family-gallery {
    width: min(720px, 100%);
    min-height: 610px;
    margin: 0 auto;
  }

  .testimonials-copy {
    max-width: 720px;
    margin: 0 auto;
  }

  .coaching-section {
    padding: 90px 0;
  }

  .coaching-grid {
    grid-template-columns: 1fr;
    gap: 55px;
  }

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

  .coaching-card {
    min-height: 520px;
  }
}

@media (max-width: 600px) {
  .hero {
    min-height: auto;
  }

  .hero-grid {
    min-height: auto;
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .hero h1 {
    font-size: clamp(43px, 13vw, 58px);
  }

  .hero h1 em {
    font-size: 0.72em;
  }

  .app-hero-stage {
    min-height: 390px;
  }

  .hero-browser {
    top: 35px;
    right: -22px;
    width: calc(100% + 32px);
    border-radius: 11px;
  }

  .hero-browser img {
    height: 280px;
  }

  .browser-bar {
    height: 30px;
    grid-template-columns: 52px 1fr 52px;
  }

  .hero-guidance-card {
    bottom: 8px;
    width: 245px;
    padding: 13px;
  }

  .hero-guidance-card p {
    display: none;
  }

  .hero-calm-button {
    right: -4px;
    bottom: 48px;
    border-width: 3px;
    font-size: 11px;
    padding: 9px 13px;
  }

  .hero-rating {
    display: none;
  }

  .authority-grid {
    grid-template-columns: 1fr;
    padding: 10px 0;
  }

  .authority-media {
    grid-column: auto;
  }

  .authority-grid > div,
  .authority-grid > div:first-child,
  .authority-grid > div:nth-child(odd) {
    border-top: 1px solid rgba(7, 31, 27, 0.08);
    border-left: 0;
    padding: 18px 4px;
  }

  .authority-grid > div:first-child {
    border-top: 0;
  }

  .authority-grid .authority-media {
    padding-right: 4px;
    padding-left: 4px;
  }

  .authority-grid .authority-outlets {
    gap: 8px 18px;
  }

  .authority-grid .authority-outlets strong {
    font-size: 10.5px;
  }

  .challenge-section,
  .app-showcase {
    padding-top: 80px;
    padding-bottom: 85px;
  }

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

  .challenge-grid > a {
    min-height: 275px;
  }

  .app-price-row {
    grid-template-columns: 1fr;
  }

  .app-price-row .button {
    width: 100%;
  }

  .app-screens {
    min-height: 470px;
  }

  .app-screen-main {
    top: 20px;
    right: -55px;
    width: calc(100% + 75px);
    height: 315px;
  }

  .app-screen-main img {
    height: 285px;
  }

  .app-screen-secondary {
    right: 40px;
    bottom: 20px;
    width: 310px;
    height: 215px;
  }

  .app-screen-secondary img {
    height: 185px;
  }

  .app-screen-caption {
    right: -3px;
    bottom: 5px;
    width: 225px;
  }

  .shift-grid article {
    min-height: 285px;
    padding: 26px;
  }

  .testimonials-section {
    padding: 75px 0;
  }

  .family-gallery {
    min-height: auto;
    display: grid;
    gap: 14px;
  }

  .family-image {
    position: relative;
  }

  .family-image-large,
  .family-image-small {
    inset: auto;
    aspect-ratio: auto;
  }

  .family-image-large {
    width: 100%;
    height: 330px;
  }

  .family-image-small {
    width: 78%;
    height: 220px;
    margin-left: auto;
    border: 6px solid var(--aqua);
  }

  .family-gallery > p {
    position: static;
    font-size: 18px;
  }

  .testimonial-list article > p {
    font-size: 10.5px;
  }

  .coaching-section {
    padding: 75px 0;
  }

  .coaching-card {
    min-height: auto;
    border-radius: 18px;
    padding: 29px 24px;
  }

  .coaching-card h3 {
    font-size: 30px;
  }

  .coaching-card li {
    font-size: 11.5px;
  }

  .coaching-alex img {
    width: 58px;
    height: 58px;
  }

  .coaching-copy .button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }

  .hero-browser,
  .app-screen-secondary {
    animation: none !important;
  }
}

/* Guided pathways, coaching page, testimonials, and trust pages */

.next-step-section {
  padding: 115px 0 125px;
  background:
    radial-gradient(circle at 5% 25%, rgba(0, 152, 159, 0.08), transparent 28%),
    var(--white);
}

.next-step-heading,
.process-heading {
  display: grid;
  grid-template-columns: 1.1fr 0.62fr;
  align-items: end;
  gap: 70px;
  margin-bottom: 48px;
}

.next-step-heading h2,
.process-heading h2,
.coaching-scope-grid h2,
.faq-grid h2,
.coaching-consultation-card h2 {
  margin: 0;
  color: var(--ink);
  font-family: "Lora", Georgia, serif;
  font-size: clamp(36px, 4vw, 52px);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 1.16;
}

.next-step-heading > p,
.process-heading > p {
  margin: 0;
  color: #64706d;
  font-size: 14px;
  line-height: 1.75;
}

.next-step-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 15px;
}

.next-step-grid > a {
  min-height: 305px;
  display: flex;
  flex-direction: column;
  grid-column: span 2;
  border: 1px solid rgba(7, 31, 27, 0.1);
  border-radius: 16px;
  background: var(--aqua);
  padding: 28px;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.next-step-grid > a:nth-child(4),
.next-step-grid > a:nth-child(5) {
  grid-column: span 3;
}

.next-step-grid > a:hover,
.next-step-grid > a:focus-visible {
  border-color: rgba(0, 152, 159, 0.38);
  box-shadow: 0 18px 45px rgba(2, 19, 21, 0.09);
  transform: translateY(-4px);
}

.next-step-number {
  width: 35px;
  height: 35px;
  display: grid;
  place-items: center;
  margin-bottom: 30px;
  border-radius: 50%;
  background: var(--white);
  color: var(--teal-dark);
  font-size: 9px;
  font-weight: 800;
}

.next-step-grid small {
  color: var(--teal-dark);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.next-step-grid strong {
  margin-top: 9px;
  color: var(--ink);
  font-family: "Lora", Georgia, serif;
  font-size: 22px;
  line-height: 1.3;
}

.next-step-grid p {
  margin: 14px 0 24px;
  color: #66736f;
  font-size: 12px;
  line-height: 1.7;
}

.next-step-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  border-top: 1px solid rgba(7, 31, 27, 0.09);
  color: var(--ink);
  font-size: 11px;
  font-weight: 700;
  padding-top: 17px;
}

.next-step-link > span {
  color: var(--teal);
  font-size: 17px;
}

.next-step-grid .next-step-featured {
  border-color: transparent;
  background:
    radial-gradient(circle at 100% 0, rgba(0, 152, 159, 0.42), transparent 38%),
    var(--ink);
}

.next-step-featured .next-step-number {
  background: rgba(255, 255, 255, 0.1);
  color: #82dadd;
}

.next-step-featured small {
  color: #82dadd;
}

.next-step-featured strong,
.next-step-featured .next-step-link {
  color: var(--white);
}

.next-step-featured p {
  color: rgba(255, 255, 255, 0.64);
}

.next-step-featured .next-step-link {
  border-color: rgba(255, 255, 255, 0.12);
}

.testimonial-list blockquote {
  margin: 0;
  color: var(--ink);
  font-family: "Lora", Georgia, serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.65;
}

.testimonial-list article > p {
  margin-top: 13px;
  color: var(--teal-dark);
  font-size: 10.5px;
  font-weight: 800;
}

.testimonial-list article > p span {
  display: block;
  margin-top: 1px;
  color: #7a8582;
  font-size: 9px;
  font-weight: 500;
}

.footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.footer-legal a:hover,
.footer-legal a:focus-visible {
  color: #75d0d2;
}

.coaching-page-hero {
  overflow: hidden;
  background:
    radial-gradient(circle at 86% 12%, rgba(0, 152, 159, 0.34), transparent 27%),
    radial-gradient(circle at 52% 108%, rgba(3, 119, 125, 0.22), transparent 35%),
    linear-gradient(135deg, #021916, var(--ink) 55%, #063f3c);
  color: rgba(255, 255, 255, 0.7);
  padding: 92px 0 100px;
}

.coaching-page-hero-grid {
  display: grid;
  grid-template-columns: 0.98fr 1.02fr;
  align-items: center;
  gap: 78px;
}

.coaching-page-hero .eyebrow {
  color: #80d8da;
}

.coaching-page-hero .eyebrow span {
  background: #80d8da;
}

.coaching-page-hero h1 {
  color: var(--white);
  font-size: clamp(46px, 5vw, 67px);
}

.coaching-page-lede {
  max-width: 650px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.67);
  font-size: 17px;
  line-height: 1.8;
}

.coaching-page-actions {
  display: flex;
  align-items: center;
  gap: 27px;
  margin-top: 34px;
}

.coaching-page-actions .text-link {
  color: rgba(255, 255, 255, 0.86);
}

.consultation-note {
  max-width: 540px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.45);
  font-size: 10.5px;
}

.coaching-page-profile {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(14px);
}

.coaching-page-profile img {
  width: 100%;
  height: 100%;
  min-height: 450px;
  object-fit: cover;
  object-position: center 32%;
}

.coaching-page-profile > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 38px 32px;
}

.coaching-page-profile p {
  margin: 0 0 12px;
  color: #7bd4d6;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.coaching-page-profile h2 {
  margin: 0 0 28px;
  color: var(--white);
  font-family: "Lora", Georgia, serif;
  font-size: 27px;
  font-weight: 600;
  line-height: 1.3;
}

.coaching-page-profile span {
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  color: rgba(255, 255, 255, 0.65);
  font-size: 10px;
  padding: 11px 0;
}

.coaching-process {
  padding: 115px 0 125px;
  background: var(--white);
}

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

.process-grid article {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(7, 31, 27, 0.1);
  border-radius: 15px;
  background: var(--aqua);
  padding: 28px 25px;
}

.process-grid article > span {
  width: 41px;
  height: 41px;
  display: grid;
  place-items: center;
  margin-bottom: 44px;
  border-radius: 50%;
  background: var(--white);
  color: var(--teal-dark);
  font-size: 10px;
  font-weight: 800;
}

.process-grid small {
  color: var(--teal-dark);
  font-size: 8.5px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.process-grid h3 {
  margin: 9px 0 16px;
  color: var(--ink);
  font-family: "Lora", Georgia, serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.35;
}

.process-grid p {
  margin: auto 0 0;
  border-top: 1px solid rgba(7, 31, 27, 0.08);
  color: #67736f;
  font-size: 11px;
  line-height: 1.7;
  padding-top: 18px;
}

.coaching-scope-section {
  padding: 120px 0;
  background: var(--aqua);
}

.coaching-scope-grid {
  display: grid;
  grid-template-columns: 1fr 0.92fr;
  align-items: center;
  gap: 85px;
}

.scope-list {
  display: grid;
  gap: 0;
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
}

.scope-list li {
  position: relative;
  border-top: 1px solid rgba(7, 31, 27, 0.1);
  color: var(--ink);
  font-size: 13px;
  font-weight: 600;
  padding: 15px 0 15px 32px;
}

.scope-list li::before {
  position: absolute;
  top: 14px;
  left: 0;
  color: var(--teal);
  content: "✓";
  font-weight: 800;
}

.boundary-card {
  border-radius: 22px;
  background:
    radial-gradient(circle at 100% 0, rgba(0, 152, 159, 0.4), transparent 38%),
    var(--ink);
  box-shadow: 0 27px 65px rgba(2, 19, 21, 0.17);
  color: rgba(255, 255, 255, 0.65);
  padding: 42px;
}

.boundary-card h3 {
  margin: 0;
  color: var(--white);
  font-family: "Lora", Georgia, serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.25;
}

.boundary-card > p:not(.section-kicker) {
  margin: 20px 0 23px;
  font-size: 12.5px;
  line-height: 1.75;
}

.boundary-card ul {
  display: grid;
  gap: 11px;
  margin: 0 0 27px;
  padding: 0;
  list-style: none;
}

.boundary-card li {
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 10.5px;
  padding: 11px 0 0 23px;
}

.boundary-card li::before {
  position: absolute;
  left: 0;
  color: #75d0d2;
  content: "•";
}

.boundary-card > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  color: #80d8da;
  font-size: 11px;
  font-weight: 700;
  padding-top: 18px;
}

.coaching-testimonials {
  padding: 115px 0 125px;
  background: var(--warm);
}

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

.coaching-testimonial-grid article {
  min-height: 405px;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(7, 31, 27, 0.09);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.8);
  padding: 31px;
}

.coaching-testimonial-grid article::before {
  color: var(--teal);
  content: "“";
  font-family: "Playfair Display", Georgia, serif;
  font-size: 56px;
  line-height: 0.7;
}

.coaching-testimonial-grid blockquote {
  margin: 27px 0 30px;
  color: var(--ink);
  font-family: "Lora", Georgia, serif;
  font-size: 15px;
  line-height: 1.75;
}

.coaching-testimonial-grid p {
  margin: auto 0 1px;
  border-top: 1px solid rgba(7, 31, 27, 0.09);
  color: var(--teal-dark);
  font-size: 11px;
  font-weight: 800;
  padding-top: 18px;
}

.coaching-testimonial-grid span {
  color: #7b8582;
  font-size: 9px;
}

.faq-section {
  padding: 120px 0;
  background: var(--white);
}

.faq-grid {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  align-items: start;
  gap: 90px;
}

.faq-grid > div:first-child {
  position: sticky;
  top: 118px;
}

.faq-grid > div:first-child > p:last-child {
  margin: 22px 0 0;
  color: #64706d;
  font-size: 13px;
}

.faq-list {
  border-top: 1px solid rgba(7, 31, 27, 0.12);
}

.faq-list details {
  border-bottom: 1px solid rgba(7, 31, 27, 0.12);
}

.faq-list summary {
  position: relative;
  cursor: pointer;
  list-style: none;
  color: var(--ink);
  font-family: "Lora", Georgia, serif;
  font-size: 18px;
  font-weight: 600;
  padding: 23px 45px 23px 0;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  position: absolute;
  top: 21px;
  right: 3px;
  color: var(--teal);
  content: "+";
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 23px;
  font-weight: 400;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  max-width: 720px;
  margin: -2px 0 23px;
  color: #63706d;
  font-size: 12.5px;
  line-height: 1.75;
}

.coaching-consultation {
  padding: 0 0 110px;
  background: var(--white);
}

.coaching-consultation-card {
  display: grid;
  grid-template-columns: 1.1fr auto;
  align-items: center;
  gap: 60px;
  border-radius: 23px;
  background:
    radial-gradient(circle at 100% 0, rgba(0, 152, 159, 0.42), transparent 38%),
    var(--ink);
  box-shadow: 0 28px 70px rgba(2, 19, 21, 0.18);
  color: rgba(255, 255, 255, 0.62);
  padding: 58px 65px;
}

.coaching-consultation-card h2 {
  color: var(--white);
}

.coaching-consultation-card p:not(.section-kicker) {
  max-width: 700px;
  margin: 18px 0 0;
  font-size: 13px;
}

.coaching-consultation-card > div:last-child {
  display: grid;
  gap: 11px;
  justify-items: center;
}

.coaching-consultation-card > div:last-child > span {
  color: rgba(255, 255, 255, 0.42);
  font-size: 9px;
}

.legal-hero {
  background:
    radial-gradient(circle at 88% 0, rgba(0, 152, 159, 0.18), transparent 34%),
    var(--aqua);
  padding: 90px 0 80px;
}

.legal-shell {
  max-width: 860px;
}

.legal-hero h1 {
  font-size: clamp(43px, 5vw, 64px);
}

.legal-hero .legal-shell > p:last-child {
  margin: 15px 0 0;
  color: #7a8582;
  font-size: 11px;
}

.legal-section {
  padding: 90px 0 110px;
  background: var(--white);
}

.legal-content {
  max-width: 860px;
}

.legal-content > p:first-child {
  margin-top: 0;
  color: #52615e;
  font-family: "Lora", Georgia, serif;
  font-size: 19px;
  line-height: 1.75;
}

.legal-content h2 {
  margin: 43px 0 12px;
  color: var(--ink);
  font-family: "Lora", Georgia, serif;
  font-size: 25px;
  font-weight: 600;
}

.legal-content p,
.legal-content li {
  color: #5f6b67;
  font-size: 13px;
  line-height: 1.85;
}

.legal-content ul {
  display: grid;
  gap: 7px;
  padding-left: 20px;
}

.legal-content a:not(.button) {
  color: var(--teal-dark);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-cta {
  margin-top: 35px;
}

@media (max-width: 1000px) {
  .coaching-page-hero-grid,
  .coaching-scope-grid {
    grid-template-columns: 1fr;
  }

  .coaching-page-hero-grid {
    gap: 55px;
  }

  .coaching-page-profile {
    width: min(720px, 100%);
  }

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

  .coaching-scope-grid {
    gap: 55px;
  }

  .boundary-card {
    width: min(720px, 100%);
  }

  .coaching-consultation-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .next-step-heading,
  .process-heading,
  .faq-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

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

  .next-step-grid > a,
  .next-step-grid > a:nth-child(4),
  .next-step-grid > a:nth-child(5) {
    grid-column: auto;
  }

  .next-step-grid > a:last-child {
    grid-column: 1 / -1;
  }

  .coaching-testimonial-grid {
    grid-template-columns: 1fr;
  }

  .coaching-testimonial-grid article {
    min-height: auto;
  }

  .faq-grid > div:first-child {
    position: static;
  }
}

@media (max-width: 600px) {
  .next-step-section,
  .coaching-process,
  .coaching-scope-section,
  .coaching-testimonials,
  .faq-section {
    padding-top: 78px;
    padding-bottom: 82px;
  }

  .next-step-grid,
  .process-grid {
    grid-template-columns: 1fr;
  }

  .next-step-grid > a:last-child {
    grid-column: auto;
  }

  .next-step-grid > a {
    min-height: 285px;
  }

  .coaching-page-hero {
    padding: 65px 0 75px;
  }

  .coaching-page-hero h1 {
    font-size: clamp(42px, 12vw, 55px);
  }

  .coaching-page-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .coaching-page-actions .button {
    width: 100%;
  }

  .coaching-page-profile {
    grid-template-columns: 1fr;
  }

  .coaching-page-profile img {
    min-height: 390px;
    max-height: 490px;
  }

  .process-grid article {
    min-height: 320px;
  }

  .boundary-card {
    padding: 31px 25px;
  }

  .boundary-card h3 {
    font-size: 30px;
  }

  .coaching-testimonial-grid article {
    padding: 27px 24px;
  }

  .faq-list summary {
    font-size: 16px;
  }

  .coaching-consultation {
    padding-bottom: 70px;
  }

  .coaching-consultation-card {
    width: calc(100% - 24px);
    border-radius: 18px;
    padding: 40px 27px;
  }

  .coaching-consultation-card .button {
    width: 100%;
  }

  .legal-hero {
    padding: 65px 0 55px;
  }

  .legal-section {
    padding: 65px 0 80px;
  }

  .footer-legal {
    gap: 12px;
  }
}

/* Contact, newsletter, and error experiences */

.button:disabled {
  cursor: wait;
  opacity: 0.68;
  transform: none;
}

.newsletter-section {
  background: var(--white);
  padding: 0 0 110px;
}

.newsletter-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 70px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 94% 0, rgba(0, 152, 159, 0.46), transparent 35%),
    var(--ink);
  box-shadow: 0 28px 70px rgba(2, 19, 21, 0.17);
  color: rgba(255, 255, 255, 0.67);
  padding: 58px 64px;
}

.newsletter-card h2,
.newsletter-form h2 {
  margin: 0;
  color: var(--white);
  font-family: "Lora", Georgia, serif;
  font-size: clamp(34px, 4vw, 50px);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.17;
}

.newsletter-card p:not(.section-kicker) {
  max-width: 680px;
  margin: 18px 0 0;
  font-size: 13px;
  line-height: 1.75;
}

.newsletter-actions {
  display: grid;
  gap: 10px;
  justify-items: center;
}

.newsletter-actions > span {
  color: rgba(255, 255, 255, 0.43);
  font-size: 9px;
}

.contact-page-hero {
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 15%, rgba(0, 152, 159, 0.31), transparent 27%),
    linear-gradient(135deg, #021916, var(--ink) 58%, #06413d);
  color: rgba(255, 255, 255, 0.67);
  padding: 92px 0 100px;
}

.contact-page-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(330px, 0.72fr);
  align-items: center;
  gap: 90px;
}

.contact-page-hero .eyebrow {
  color: #82dadd;
}

.contact-page-hero .eyebrow span {
  background: #82dadd;
}

.contact-page-hero h1,
.not-found-card h1 {
  margin: 0;
  color: var(--white);
  font-family: "Lora", Georgia, serif;
  font-size: clamp(46px, 5.5vw, 72px);
  font-weight: 600;
  letter-spacing: -0.052em;
  line-height: 1.09;
}

.contact-page-hero-grid > div > p:last-child {
  max-width: 710px;
  margin: 26px 0 0;
  font-size: 16px;
  line-height: 1.8;
}

.contact-expectations {
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(12px);
  padding: 34px;
}

.contact-expectations ol {
  display: grid;
  gap: 0;
  margin: 22px 0 26px;
  padding: 0;
  list-style: none;
}

.contact-expectations li {
  display: grid;
  grid-template-columns: 34px 1fr;
  align-items: center;
  gap: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  color: rgba(255, 255, 255, 0.76);
  font-size: 11px;
  padding: 15px 0;
}

.contact-expectations li span {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(0, 152, 159, 0.25);
  color: #8ee1e3;
  font-size: 8px;
  font-weight: 800;
}

.contact-expectations > a {
  color: #8ee1e3;
  font-size: 11px;
  font-weight: 700;
}

.contact-page-main {
  background: var(--aqua);
  padding: 110px 0 120px;
}

.contact-page-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(290px, 0.7fr);
  align-items: start;
  gap: 28px;
}

.contact-form {
  border: 1px solid rgba(7, 31, 27, 0.09);
  border-radius: 22px;
  background: var(--white);
  box-shadow: 0 24px 60px rgba(2, 19, 21, 0.08);
  padding: 48px;
}

.form-heading h2,
.contact-side-card h2 {
  margin: 0;
  color: var(--ink);
  font-family: "Lora", Georgia, serif;
  font-size: clamp(32px, 3.6vw, 47px);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.18;
}

.form-heading > p:last-child {
  max-width: 700px;
  margin: 17px 0 0;
  color: #687470;
  font-size: 12.5px;
}

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

.form-grid label,
.newsletter-form-fields label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-size: 10px;
  font-weight: 700;
}

.form-grid label > span {
  color: #87918e;
  font-weight: 500;
}

.form-field-wide {
  grid-column: 1 / -1;
}

.form-grid input,
.form-grid select,
.form-grid textarea,
.newsletter-form-fields input {
  width: 100%;
  border: 1px solid rgba(7, 31, 27, 0.16);
  border-radius: 8px;
  outline: none;
  background: var(--white);
  color: var(--ink);
  font: inherit;
  font-size: 13px;
  padding: 13px 14px;
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease;
}

.form-grid textarea {
  min-height: 150px;
  resize: vertical;
}

.form-grid input:focus,
.form-grid select:focus,
.form-grid textarea:focus,
.newsletter-form-fields input:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(0, 152, 159, 0.12);
}

.honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.form-consent {
  display: grid;
  grid-template-columns: 17px 1fr;
  align-items: start;
  gap: 11px;
  margin-top: 24px;
  color: #6c7774;
  font-size: 10px;
  line-height: 1.65;
}

.form-consent input {
  margin: 3px 0 0;
  accent-color: var(--teal);
}

.form-submit-row {
  display: flex;
  align-items: center;
  gap: 21px;
  margin-top: 28px;
}

.form-submit-row > p {
  max-width: 440px;
  margin: 0;
  color: var(--teal-dark);
  font-size: 10px;
  font-weight: 700;
}

.contact-side {
  display: grid;
  gap: 18px;
}

.contact-side-card,
.contact-privacy-card {
  border-radius: 19px;
  padding: 34px;
}

.contact-side-card {
  background: var(--white);
  box-shadow: 0 20px 48px rgba(2, 19, 21, 0.07);
}

.contact-side-card h2 {
  font-size: 31px;
}

.contact-side-card > p:not(.section-kicker),
.contact-privacy-card p {
  margin: 17px 0 21px;
  color: #66726f;
  font-size: 11.5px;
  line-height: 1.75;
}

.contact-side-card > a {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(7, 31, 27, 0.1);
  color: var(--teal-dark);
  font-size: 11px;
  font-weight: 700;
  padding-top: 17px;
}

.contact-privacy-card {
  background: var(--sage);
}

.contact-privacy-card strong {
  color: var(--ink);
  font-family: "Lora", Georgia, serif;
  font-size: 18px;
}

.contact-privacy-card a {
  color: var(--teal-dark);
  font-size: 10px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.contact-newsletter-section {
  background: var(--white);
  padding: 110px 0;
}

.newsletter-form {
  border-radius: 24px;
  background:
    radial-gradient(circle at 90% 0, rgba(0, 152, 159, 0.48), transparent 39%),
    var(--ink);
  box-shadow: 0 28px 70px rgba(2, 19, 21, 0.17);
  color: rgba(255, 255, 255, 0.66);
  padding: 58px 64px;
}

.newsletter-form > p:not(.section-kicker, .newsletter-status) {
  max-width: 680px;
  margin: 18px 0 0;
  font-size: 13px;
}

.newsletter-form-fields {
  display: grid;
  grid-template-columns: 0.65fr 1fr auto;
  align-items: end;
  gap: 12px;
  margin-top: 30px;
}

.newsletter-form-fields label > span {
  color: rgba(255, 255, 255, 0.69);
}

.newsletter-form-fields input {
  min-height: 54px;
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.09);
  color: var(--white);
}

.newsletter-form-fields input::placeholder {
  color: rgba(255, 255, 255, 0.42);
}

.newsletter-form > small {
  display: block;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.41);
  font-size: 8.5px;
}

.newsletter-status {
  margin: 12px 0 0;
  color: #8ee1e3;
  font-size: 10px;
  font-weight: 700;
}

.not-found-section {
  min-height: 70vh;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 80% 20%, rgba(0, 152, 159, 0.24), transparent 31%),
    var(--aqua);
  padding: 95px 0 110px;
}

.not-found-card {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background: var(--ink);
  box-shadow: 0 30px 80px rgba(2, 19, 21, 0.18);
  color: rgba(255, 255, 255, 0.65);
  padding: 70px;
}

.not-found-number {
  position: absolute;
  top: -42px;
  right: 25px;
  color: rgba(255, 255, 255, 0.035);
  font-family: "Lora", Georgia, serif;
  font-size: clamp(150px, 23vw, 310px);
  font-weight: 700;
  line-height: 1;
}

.not-found-card h1 {
  position: relative;
  max-width: 760px;
  font-size: clamp(43px, 6vw, 70px);
}

.not-found-card > p:not(.section-kicker) {
  position: relative;
  max-width: 650px;
  margin: 22px 0 0;
}

.not-found-actions {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
  margin-top: 34px;
}

.not-found-actions > a:not(.button) {
  color: #8ee1e3;
  font-size: 11px;
  font-weight: 700;
}

@media (max-width: 900px) {
  .newsletter-card,
  .contact-page-hero-grid,
  .contact-page-grid {
    grid-template-columns: 1fr;
  }

  .newsletter-card,
  .contact-page-hero-grid {
    gap: 42px;
  }

  .newsletter-actions {
    justify-items: start;
  }

  .contact-page-grid {
    gap: 22px;
  }

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

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

  .newsletter-form-fields .button {
    grid-column: 1 / -1;
  }
}

@media (max-width: 600px) {
  .newsletter-section {
    padding-bottom: 70px;
  }

  .newsletter-card {
    width: calc(100% - 24px);
    border-radius: 18px;
    padding: 40px 27px;
  }

  .newsletter-actions,
  .newsletter-actions .button {
    width: 100%;
  }

  .contact-page-hero {
    padding: 62px 0 72px;
  }

  .contact-page-hero-grid {
    gap: 35px;
  }

  .contact-page-hero h1 {
    font-size: clamp(42px, 12vw, 55px);
  }

  .contact-page-hero-grid > div > p:last-child {
    font-size: 14px;
  }

  .contact-expectations {
    padding: 28px 24px;
  }

  .contact-page-main,
  .contact-newsletter-section {
    padding: 72px 0;
  }

  .contact-form {
    border-radius: 17px;
    padding: 31px 24px;
  }

  .form-grid,
  .contact-side,
  .newsletter-form-fields {
    grid-template-columns: 1fr;
  }

  .form-field-wide,
  .newsletter-form-fields .button {
    grid-column: auto;
  }

  .form-submit-row {
    align-items: stretch;
    flex-direction: column;
  }

  .form-submit-row .button {
    width: 100%;
  }

  .contact-side-card,
  .contact-privacy-card {
    padding: 29px 25px;
  }

  .newsletter-form {
    width: calc(100% - 24px);
    border-radius: 18px;
    padding: 40px 27px;
  }

  .newsletter-form-fields .button {
    width: 100%;
  }

  .not-found-section {
    padding: 70px 0 80px;
  }

  .not-found-card {
    width: calc(100% - 24px);
    border-radius: 18px;
    padding: 52px 27px;
  }

  .not-found-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .not-found-actions .button {
    width: 100%;
  }
}

/* Expanded About page */

.about-page-hero {
  position: relative;
  overflow: hidden;
  padding-top: 110px;
  padding-bottom: 120px;
  background:
    radial-gradient(circle at 92% 12%, rgba(0, 152, 159, 0.09), transparent 28%),
    var(--white);
}

.about-page-hero::after {
  position: absolute;
  right: -190px;
  bottom: -240px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(0, 152, 159, 0.08);
  border-radius: 50%;
  content: "";
}

.about-page-hero .about-grid {
  position: relative;
  z-index: 1;
}

.about-page-hero .about-copy h1 {
  max-width: 680px;
  font-size: clamp(42px, 4.35vw, 62px);
}

.about-page-hero .about-lede {
  font-size: 19px !important;
  line-height: 1.6;
}

.about-page-hero .about-copy > p:not(.section-kicker) {
  font-size: 14.5px;
}

.about-page-hero .button {
  margin-top: 14px;
}

.about-story-section {
  scroll-margin-top: 90px;
  padding: 120px 0 125px;
  background: var(--white);
}

.about-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  align-items: start;
  gap: 105px;
}

.about-story-heading h2,
.about-principles-heading h2,
.about-experience-copy h2,
.about-partnership-copy h2 {
  margin: 0;
  color: var(--ink);
  font-family: "Lora", Georgia, serif;
  font-size: clamp(36px, 4vw, 52px);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 1.16;
}

.about-story-copy {
  max-width: 650px;
}

.about-story-copy > p {
  margin: 0 0 21px;
  color: #596663;
  font-size: 15px;
  line-height: 1.85;
}

.about-story-copy > p:last-child {
  margin-bottom: 0;
}

.about-insight-card {
  position: relative;
  margin: 31px 0;
  border-left: 4px solid var(--teal);
  border-radius: 0 16px 16px 0;
  background: var(--aqua);
  padding: 29px 32px 30px;
}

.about-insight-card span {
  display: block;
  margin-bottom: 9px;
  color: var(--teal-dark);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.about-insight-card p {
  margin: 0;
  color: var(--ink);
  font-family: "Lora", Georgia, serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.55;
}

.about-principles-section {
  padding: 120px 0 125px;
  background:
    radial-gradient(circle at 4% 18%, rgba(0, 152, 159, 0.08), transparent 28%),
    var(--aqua);
}

.about-principles-heading {
  display: grid;
  grid-template-columns: 1.1fr 0.62fr;
  align-items: end;
  gap: 75px;
  margin-bottom: 48px;
}

.about-principles-heading > p {
  margin: 0;
  color: #5e6c68;
  font-size: 14px;
  line-height: 1.78;
}

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

.about-principles-grid article {
  min-height: 260px;
  border: 1px solid rgba(7, 31, 27, 0.09);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.9);
  padding: 32px;
}

.about-principles-grid article > span {
  width: 37px;
  height: 37px;
  display: grid;
  place-items: center;
  margin-bottom: 38px;
  border-radius: 50%;
  background: var(--sage);
  color: var(--teal-dark);
  font-size: 9px;
  font-weight: 800;
}

.about-principles-grid h3 {
  margin: 0;
  color: var(--ink);
  font-family: "Lora", Georgia, serif;
  font-size: 23px;
  font-weight: 600;
  line-height: 1.35;
}

.about-principles-grid p {
  max-width: 480px;
  margin: 12px 0 0;
  color: #63706c;
  font-size: 13px;
  line-height: 1.72;
}

.about-experience-section {
  padding: 125px 0;
  background:
    radial-gradient(circle at 5% 8%, rgba(0, 152, 159, 0.22), transparent 30%),
    linear-gradient(135deg, var(--footer), var(--ink));
}

.about-experience-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  align-items: start;
  gap: 100px;
}

.about-experience-copy {
  max-width: 510px;
}

.about-experience-copy h2 {
  color: var(--white);
}

.about-experience-copy > p:not(.section-kicker) {
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
  line-height: 1.82;
}

.about-experience-list {
  display: grid;
}

.about-experience-list article {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  padding: 25px 0 27px;
}

.about-experience-list article:first-child {
  border-top-color: rgba(117, 208, 210, 0.4);
}

.about-experience-list article > span {
  color: #78d2d4;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.about-experience-list h3 {
  margin: 0;
  color: var(--white);
  font-family: "Lora", Georgia, serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.4;
}

.about-experience-list p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.57);
  font-size: 12px;
  line-height: 1.72;
}

.about-partnership-section {
  padding: 125px 0;
  background: var(--white);
}

.about-partnership-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  align-items: center;
  gap: 105px;
}

.about-partnership-photo {
  position: relative;
  overflow: hidden;
  min-height: 580px;
  border-radius: 20px;
  background: var(--sage);
  box-shadow: 22px 22px 0 var(--aqua);
}

.about-partnership-photo img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: 50% 25%;
}

.about-partnership-copy > p:not(.section-kicker) {
  margin: 21px 0 0;
  color: #5c6965;
  font-size: 14px;
  line-height: 1.82;
}

.about-promise-list {
  display: grid;
  gap: 12px;
  margin: 28px 0 31px;
  padding: 0;
  list-style: none;
}

.about-promise-list li {
  position: relative;
  color: var(--ink);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.55;
  padding-left: 29px;
}

.about-promise-list li::before {
  position: absolute;
  top: 1px;
  left: 0;
  width: 19px;
  height: 19px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--sage);
  color: var(--teal-dark);
  content: "✓";
  font-size: 9px;
  font-weight: 800;
}

.about-next-step-section {
  border-top: 1px solid rgba(7, 31, 27, 0.07);
}

@media (max-width: 1000px) {
  .about-story-grid,
  .about-experience-grid,
  .about-partnership-grid {
    grid-template-columns: 1fr;
    gap: 55px;
  }

  .about-story-copy,
  .about-experience-copy,
  .about-partnership-copy {
    max-width: 720px;
  }

  .about-partnership-photo {
    width: min(620px, 100%);
  }
}

@media (max-width: 900px) {
  .about-principles-heading {
    grid-template-columns: 1fr;
    gap: 23px;
  }
}

@media (max-width: 600px) {
  .about-page-hero,
  .about-story-section,
  .about-principles-section,
  .about-experience-section,
  .about-partnership-section {
    padding-top: 78px;
    padding-bottom: 82px;
  }

  .about-page-hero .about-copy h1 {
    font-size: clamp(39px, 11.5vw, 51px);
  }

  .about-story-grid,
  .about-experience-grid,
  .about-partnership-grid {
    gap: 42px;
  }

  .about-insight-card {
    padding: 25px 23px 26px;
  }

  .about-insight-card p {
    font-size: 18px;
  }

  .about-principles-grid {
    grid-template-columns: 1fr;
  }

  .about-principles-grid article {
    min-height: 0;
    padding: 27px 25px;
  }

  .about-principles-grid article > span {
    margin-bottom: 27px;
  }

  .about-experience-list article {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .about-partnership-photo {
    min-height: 450px;
    box-shadow: 12px 12px 0 var(--aqua);
  }
}
