:root {
  --bg: #f7f4f1;
  --surface: #fdfaf8;
  --text: #60665a;
  --muted: #7d9094;
  --accent: #f9c8c2;
  --accent-deep: #c69491;
  --sage: #96aca0;
  --button-bg: #60665a;
  --button-text: #ffffff;
  --border: #d9d8d2;
  --max-width: 1280px;
  --section-space: 68px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", "Open Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  color: var(--text);
  background-color: var(--bg);
}

body.home-page {
  --text: #60665a;
  --muted: #7d9094;
  --button-bg: #60665a;
}

body.inner-page {
  --text: #60665a;
  --muted: #7d9094;
  --button-bg: #60665a;
}

img {
  max-width: 100%;
  display: block;
  border-radius: 6px;
}

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

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3 {
  margin: 0 0 1rem;
  font-family: "Playfair Display", serif;
  line-height: 1.2;
  letter-spacing: 0.01em;
}

h1 {
  font-size: clamp(2.25rem, 4vw, 3.6rem);
}

h2 {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
}

h3 {
  font-size: 1.3rem;
}

.section-subtitle {
  display: block;
  margin-top: 0.85rem;
  font-family: "Inter", "Open Sans", sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.6;
  color: var(--muted);
}

p {
  margin: 0 0 1rem;
  color: var(--muted);
}

.container {
  width: min(100% - 2rem, var(--max-width));
  margin-inline: auto;
}

.section {
  padding: var(--section-space) 0;
}

.home-feature {
  position: relative;
  padding: 1rem 0;
}

.home-feature .container {
  position: relative;
  padding: 2.5rem;
  border-radius: 26px;
  border: 1px solid rgba(96, 102, 90, 0.08);
  box-shadow: 0 18px 42px rgba(96, 102, 90, 0.05);
}

.feature-what .container {
  margin-top: 0.6rem;
  background: linear-gradient(180deg, rgba(249, 200, 194, 0.18), rgba(253, 250, 248, 0.96));
}

.feature-path .container {
  background: linear-gradient(180deg, rgba(249, 200, 194, 0.2), rgba(253, 250, 248, 0.98));
}

.feature-work .container {
  background: linear-gradient(180deg, rgba(125, 144, 148, 0.16), rgba(253, 250, 248, 0.98));
}

.feature-testimonials .container {
  background: linear-gradient(180deg, rgba(249, 200, 194, 0.12), rgba(253, 250, 248, 0.98));
}

.navbar-wrapper {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(247, 244, 241, 0.96);
  backdrop-filter: blur(4px);
  border-bottom: 1px solid var(--border);
}

.home-header {
  position: relative;
  background: #f7f4f1;
  border-bottom: 0;
}

.navbar {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.home-navbar {
  position: relative;
  min-height: auto;
  padding: 1.35rem 0 1rem;
  flex-direction: column;
  gap: 0.55rem;
}

.logo {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}

.logo-image {
  width: 150px;
  height: auto;
  border-radius: 0;
  object-fit: contain;
}

.home-logo-image {
  width: 88px;
}

.footer-logo {
  width: 130px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.nav-links a {
  display: inline-flex;
  padding: 0.25rem 0;
  font-weight: 500;
  border-bottom: 1px solid transparent;
  transition: border-color 0.25s ease;
}

.nav-links a:hover,
.nav-links a:focus-visible,
.nav-links a.active {
  border-color: var(--text);
}

.home-nav-links {
  justify-content: center;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--border);
  background: transparent;
  border-radius: 4px;
  cursor: pointer;
  padding: 10px 8px;
}

.nav-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--text);
}

.nav-toggle span + span {
  margin-top: 7px;
}

.js-enabled body.home-page.preload-hero .hero-copy h1,
.js-enabled body.home-page.preload-hero .hero-copy p,
.js-enabled body.home-page.preload-hero .hero-copy .button {
  opacity: 0;
  transform: translateY(24px);
}

.hero-banner {
  position: relative;
  padding: 0 0 1rem;
}

.inner-hero {
  padding-bottom: 1rem;
}

.inner-page .hero-banner-media,
.inner-page .hero-banner-media img {
  height: 340px;
}

.inner-page .hero-copy {
  max-width: 980px;
}

.inner-page .hero-copy h1 {
  margin-bottom: 0;
}

.hero-banner-media {
  position: relative;
  height: 360px;
  overflow: hidden;
}

.hero-banner-media img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  object-position: center 22%;
  border-radius: 0;
}

.hero-banner-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to bottom, rgba(96, 102, 90, 0.06), rgba(96, 102, 90, 0.18)),
    linear-gradient(to right, rgba(125, 144, 148, 0.08), rgba(249, 200, 194, 0.04));
}

.hero-banner-content {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  pointer-events: none;
}

.hero-copy {
  max-width: 920px;
  padding: 1.4rem 1.5rem 0.4rem;
  color: #ffffff;
  pointer-events: auto;
}

.hero-copy h1 {
  margin-bottom: 0.5rem;
  font-size: clamp(1.4rem, 3vw, 2.4rem);
  color: var(--accent);
  text-shadow: 0 8px 18px rgba(96, 102, 90, 0.18);
}

.hero-copy p {
  max-width: 680px;
  margin: 0 auto 0.75rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.92rem;
}

.hero-copy .button {
  padding: 0.65rem 1.15rem;
  margin-top: 1.5rem;
}

.hero-button {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(6px);
}

.page-hero {
  background: linear-gradient(180deg, #f9c8c2 0%, #f7f4f1 100%);
}

.page-feature,
.page-cta-section {
  padding: 1rem 0;
}

.feature-insights-intro {
  padding-bottom: 0.35rem;
}

.feature-insights-featured {
  padding-top: 0.35rem;
}

.page-feature .container {
  position: relative;
  padding: 2.5rem;
  border-radius: 26px;
  border: 1px solid rgba(96, 102, 90, 0.08);
  box-shadow: 0 18px 42px rgba(96, 102, 90, 0.05);
}

.feature-about-intro .container,
.feature-services-overview .container,
.feature-contact-intro .container,
.feature-insights-intro .container {
  background: linear-gradient(180deg, rgba(249, 200, 194, 0.18), rgba(253, 250, 248, 0.96));
}

.feature-about-story .container,
.feature-services-process .container,
.feature-contact-main .container,
.feature-insights-featured .container {
  background: linear-gradient(180deg, rgba(150, 172, 160, 0.18), rgba(253, 250, 248, 0.98));
}

.feature-about-philosophy .container,
.feature-about-qualifications .container,
.feature-services-faq .container,
.feature-insights-list .container {
  background: linear-gradient(180deg, rgba(125, 144, 148, 0.16), rgba(253, 250, 248, 0.98));
}

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

.card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 2rem;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.04);
}

#services .card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: center;
  min-height: 100%;
}

#services .card .service-icon {
  margin-inline: auto;
}

#services .card p {
  margin: 0;
}

#services .card p + p {
  margin-top: 1rem;
}

.coaching-work-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.1rem;
  margin-top: 1rem;
}

.coaching-work-layout {
  display: grid;
  gap: 1rem;
}

.coaching-work-top {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(0, 3fr);
  gap: 1rem;
  align-items: start;
}

.coaching-work-photo {
  min-width: 0;
  display: block;
  align-self: start;
}

.coaching-work-photo img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
  border-radius: 18px;
  box-shadow: 0 18px 36px rgba(96, 102, 90, 0.1);
}

.coaching-work-lead {
  max-width: none;
  margin: 0;
  height: auto;
  align-self: start;
}

.coaching-work-lead p {
  max-width: none;
  margin-inline: 0;
}

.feature-work .card {
  padding: 1.5rem;
}

.feature-work .services-title-block {
  margin-bottom: 0.75rem;
}

.thrive-section {
  margin-top: 0;
  text-align: center;
}

.thrive-section h2 {
  margin-bottom: 2.25rem;
}

.thrive-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
  position: relative;
  align-items: start;
}

.thrive-grid::before {
  content: "";
  position: absolute;
  top: 38px;
  left: 7%;
  right: 7%;
  height: 2px;
  background: linear-gradient(90deg, rgba(198, 148, 145, 0.14), rgba(198, 148, 145, 0.6), rgba(198, 148, 145, 0.14));
  z-index: 0;
}

.thrive-card {
  position: relative;
  z-index: 1;
  text-align: center;
  padding-inline: 0.5rem;
}

.thrive-card h3 {
  margin-bottom: 0.9rem;
  font-family: "Inter", "Open Sans", sans-serif;
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1.35;
  color: var(--text);
}

.thrive-card p {
  margin: 0;
  max-width: 360px;
  margin-inline: auto;
  font-size: 0.98rem;
  line-height: 1.65;
}

.thrive-card p + p {
  margin-top: 1rem;
}

.journey-marker {
  position: relative;
  width: 112px;
  height: 74px;
  margin: 0 auto 1.1rem;
  background: var(--surface);
  border: 1px solid rgba(198, 148, 145, 0.28);
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 16px 30px rgba(198, 148, 145, 0.1);
}

.journey-icon {
  width: 46px;
  height: auto;
  border-radius: 0;
}

.services-intro {
  margin-bottom: 1.5rem;
  text-align: center;
}

.services-intro .section-subtitle {
  text-align: center;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.services-title-block {
  margin-top: 0;
  margin-bottom: 1rem;
  text-align: center;
}

.services-support-copy {
  margin-top: 0.5rem;
  max-width: none;
  margin-bottom: 0;
  white-space: nowrap;
}

.service-icon {
  width: 50px;
  height: 50px;
  margin-bottom: 1rem;
}

.stones-icon {
  width: 72px;
  height: auto;
}

.text-link {
  color: var(--accent-deep);
  font-weight: 600;
  border-bottom: 1px solid var(--accent-deep);
}

.two-column {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: center;
}

.story-layout {
  grid-template-columns: 0.95fr 1.05fr;
}

.about-copy p {
  margin-bottom: 1.5rem;
}

.about-intro-layout {
  display: grid;
  gap: 0.75rem;
}

.about-intro-header {
  text-align: center;
}

.about-intro-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
  align-items: stretch;
  grid-auto-rows: 300px;
}

.about-copy-card {
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.05rem 1.2rem;
  border-radius: 16px;
  border: 1px solid rgba(198, 148, 145, 0.14);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(249, 200, 194, 0.1));
  box-shadow: 0 12px 24px rgba(96, 102, 90, 0.04);
  text-align: center;
}

.about-copy-card p {
  margin-bottom: 0.7rem;
  font-size: 0.93rem;
  line-height: 1.5;
}

.about-copy-card p:last-of-type {
  margin-bottom: 0;
}

.about-image-card {
  display: block;
  height: 300px;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid rgba(198, 148, 145, 0.14);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 12px 24px rgba(96, 102, 90, 0.04);
}

.about-image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 16px;
  display: block;
  box-shadow: none;
}

.about-intro-grid .about-image-card:first-of-type img {
  object-position: center 40%;
}

.about-intro-grid .about-image-card:nth-of-type(2) img {
  object-position: center 28%;
}

.qualifications-grid .card,
.service-pricing-grid .card {
  text-align: center;
}

.qualification-image {
  width: 100%;
  height: 180px;
  object-fit: contain;
  margin-bottom: 1rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.45);
  padding: 0.75rem;
}

.feature-about-philosophy,
.feature-about-philosophy h2,
.feature-about-philosophy .card,
.feature-about-philosophy .card h3,
.feature-about-philosophy .card p {
  text-align: center;
}

.price-tag {
  margin-top: 1.2rem;
  font-weight: 700;
  color: var(--accent-deep);
}

.contact-intro {
  text-align: center;
}

.contact-intro p {
  max-width: 760px;
  margin: 0 auto;
}

.contact-intro p + p {
  margin-top: 1.25rem;
}

.feature-contact-main .two-column {
  align-items: stretch;
}

.feature-contact-main .card {
  height: 100%;
}

.feature-contact-main .card:first-child {
  display: flex;
  flex-direction: column;
}

.contact-image-block {
  margin-top: auto;
  border-radius: 18px;
  overflow: hidden;
}

.contact-image-block img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0;
}

.insights-intro {
  text-align: center;
  padding: 1rem 1.75rem;
}

.insights-intro p {
  max-width: 780px;
  margin: 0 auto;
}

.insight-featured-card {
  background: rgba(253, 250, 248, 0.88);
  border: 1px solid rgba(96, 102, 90, 0.12);
  border-radius: 18px;
  padding: 2rem;
}

.insight-featured-post {
  position: relative;
  align-items: start;
  gap: 2.25rem;
}

.insight-featured-title {
  grid-column: 1 / -1;
  text-align: center;
  margin: 0 0 1rem;
}

.insight-symbol-panel {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  min-height: 360px;
  margin-top: 1rem;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(244, 241, 236, 0.92), rgba(255, 255, 255, 0.98));
  padding: 3.1rem 1.5rem 1.75rem;
}

.insight-partner-panel {
  width: min(100%, 310px);
}

.insight-partner-label {
  margin: 0 0 1rem;
  text-align: center;
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}

.insight-logo-stack {
  display: grid;
  gap: 1rem;
}

.insight-logo-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 1.25rem 1.25rem 1.15rem;
  border-radius: 16px;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(53, 56, 49, 0.08);
  gap: 0.8rem;
}

.insight-logo-card-way {
  background: #3b5ef7;
}

.insight-logo-card-sladen {
  background: #ffffff;
  border: 1px solid rgba(96, 102, 90, 0.12);
}

.insight-logo-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 168px;
  padding: 0.3rem 0;
}

.insight-logo-card img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 0;
}

.insight-logo-card-way .insight-logo-mark img {
  max-width: 200px;
}

.insight-logo-card-sladen .insight-logo-mark img {
  max-width: 150px;
}

.insight-logo-site {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-top: 0.9rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 0.88rem;
  letter-spacing: 0.04em;
  text-transform: lowercase;
}

.insight-logo-card-way .insight-logo-site {
  color: rgba(255, 255, 255, 0.92);
}

.insight-logo-card-sladen .insight-logo-site {
  color: var(--text);
  border-top-color: rgba(96, 102, 90, 0.14);
}

.insight-copy-panel {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.insight-copy-panel .insight-meta {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  justify-content: space-between;
  width: auto;
  margin-bottom: 0;
  pointer-events: none;
}

.insight-copy-panel .insight-meta .insight-tag,
.insight-copy-panel .insight-meta time {
  pointer-events: auto;
}

.insight-copy-panel .insight-meta time {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: rgba(198, 148, 145, 0.16);
  color: var(--accent-deep);
  font-weight: 600;
}

.insight-copy-panel h2 {
  margin-bottom: 0.85rem;
}

.insight-copy-panel p {
  max-width: 820px;
}

.insight-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0.75rem;
  margin-bottom: 0.4rem;
  font-size: 0.92rem;
  color: var(--muted);
}

.insight-tag {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: rgba(198, 148, 145, 0.16);
  color: var(--accent-deep);
  font-weight: 600;
}

.insights-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

.insight-card h3 {
  margin-bottom: 0.75rem;
}

.insight-card p {
  margin-bottom: 0;
}

.insight-card p + p {
  margin-top: 1rem;
}

.insight-card-discovery {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.insight-card-icon {
  width: 78px;
  margin: 0.35rem 0 1rem;
}

.insight-card-discovery .button {
  align-self: center;
  margin-top: auto;
}

.insight-card-icon-bottom {
  width: 98px;
  margin: 1.2rem auto 0;
}

.button {
  display: inline-block;
  padding: 0.8rem 1.5rem;
  background: var(--button-bg);
  color: var(--button-text);
  border: 1px solid var(--button-bg);
  border-radius: 4px;
  font-weight: 600;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.button:hover,
.button:focus-visible {
  opacity: 0.9;
  transform: translateY(-1px);
}

.button-secondary {
  background: transparent;
  color: var(--accent-deep);
  border-color: var(--accent-deep);
}

.testimonial {
  background: var(--surface);
  border: 1px solid var(--border);
  padding: 1.75rem;
  border-radius: 8px;
}

.testimonials-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.testimonials-grid .testimonial:nth-child(1),
.testimonials-grid .testimonial:nth-child(2) {
  grid-column: span 3;
}

.testimonials-grid .testimonial:nth-child(3),
.testimonials-grid .testimonial:nth-child(4),
.testimonials-grid .testimonial:nth-child(5) {
  grid-column: span 2;
}

.reviews-link {
  margin-top: 1.5rem;
  text-align: center;
}

.testimonials-section {
  padding: 1rem 0;
}

.home-feature h2,
.home-feature p,
.home-feature h3 {
  text-align: center;
}

.feature-testimonials .testimonial h3 {
  text-align: center;
}

.cta-section {
  padding-top: 1rem;
}

.testimonial p {
  font-size: 1.05rem;
  color: var(--text);
}

.testimonial h3 {
  margin-top: 1.25rem;
  margin-bottom: 0;
  font-size: 1rem;
}

.cta {
  background: var(--sage);
  border-radius: 10px;
  padding: 3.5rem 2rem;
  text-align: center;
  border: 1px solid rgba(96, 102, 90, 0.22);
}

.section-icon {
  width: 84px;
  height: auto;
  margin: 0 auto 1rem;
  border-radius: 0;
}

.page-hero-icon {
  width: 72px;
  margin-bottom: 1.25rem;
}

.title-with-icon {
  margin-bottom: 0.35rem;
}

.title-inline {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.title-inline h2 {
  margin-bottom: 0;
}

.feature-insights-intro .title-inline {
  gap: 0.55rem;
  margin-bottom: 0;
}

.feature-insights-intro .inline-icon {
  width: 42px;
}

.inline-icon {
  width: 56px;
  height: auto;
  border-radius: 0;
}

.footer-icon {
  width: 58px;
  height: auto;
  margin-bottom: 0.75rem;
  border-radius: 0;
}

.cta p {
  max-width: 600px;
  margin-inline: auto;
  margin-bottom: 1.75rem;
  color: #ffffff;
}

.list {
  list-style: disc;
  padding-left: 1.25rem;
}

.list li {
  margin-bottom: 0.75rem;
  color: var(--muted);
}

.faq-list {
  display: grid;
  gap: 0.75rem;
}

.faq-list .card {
  padding: 1.4rem 1.5rem;
}

.faq-list .card h3 {
  margin-bottom: 0.65rem;
}

.faq-list .card p {
  margin-bottom: 0;
}

.form-group {
  margin-bottom: 1.25rem;
}

label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 500;
  color: var(--text);
}

input,
textarea {
  width: 100%;
  border: 1px solid #c6cfc8;
  border-radius: 4px;
  padding: 0.75rem;
  font: inherit;
  color: var(--text);
  background: var(--surface);
}

input:focus-visible,
textarea:focus-visible,
.button:focus-visible,
.nav-toggle:focus-visible,
a:focus-visible {
  outline: 2px solid var(--text);
  outline-offset: 2px;
}

.error-message {
  min-height: 1.2rem;
  margin: 0.5rem 0 0;
  color: #8a1f1f;
  font-size: 0.9rem;
}

.form-status {
  margin-top: 1rem;
  font-weight: 500;
}

.footer {
  border-top: 1px solid var(--border);
  padding-top: 2rem;
  background: rgba(150, 172, 160, 0.08);
}

.footer-content {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 2rem;
  align-items: start;
}

.footer-links li + li {
  margin-top: 0.5rem;
}

.footer-contact p {
  margin-bottom: 0.25rem;
}

.footer-bottom {
  border-top: 1px solid var(--border);
  margin-top: 2rem;
  padding: 1rem 0 2rem;
}

.footer-bottom p {
  margin: 0;
}

@media (max-width: 960px) {
  .grid-3,
  .two-column,
  .footer-content {
    grid-template-columns: 1fr;
  }

  .about-intro-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    gap: 1rem;
  }

  .about-copy-card,
  .about-image-card {
    height: auto;
    min-height: 0;
  }

  .about-copy-card {
    padding: 1.4rem 1.3rem;
  }

  .about-image-card img {
    height: auto;
    aspect-ratio: 4 / 3;
  }

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

  .home-feature .container {
    padding: 2rem;
  }

  .page-feature .container {
    padding: 2rem;
  }

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

  .testimonials-grid .testimonial:nth-child(n) {
    grid-column: span 1;
  }

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

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

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

  .coaching-work-photo img {
    height: auto;
  }

  .thrive-grid::before {
    display: none;
  }

  .insight-featured-title {
    margin-bottom: 0.5rem;
  }

  .insight-symbol-panel {
    min-height: auto;
    margin-top: 0;
    padding: 1.5rem;
  }

  .insight-partner-panel {
    width: min(100%, 360px);
  }

  .insight-copy-panel .insight-meta {
    position: static;
    width: 100%;
    margin-bottom: 1rem;
  }

  .feature-contact-main .card:first-child {
    min-height: auto;
  }

  .contact-image-block {
    margin-top: 1.5rem;
  }
}

@media (max-width: 780px) {
  :root {
    --section-space: 64px;
  }

  .nav-toggle {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    gap: 0;
  }

  .home-navbar {
    padding: 1rem 0 0.8rem;
    min-height: 72px;
    align-items: center;
    justify-content: center;
  }

  .home-logo-image {
    width: 76px;
  }

  .nav-links {
    position: absolute;
    top: 79px;
    right: 1.5rem;
    left: 1.5rem;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 1rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
    transform: translateY(-16px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
  }

  .nav-links.open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: all;
  }

  .container {
    width: min(100% - 2rem, var(--max-width));
  }

  .home-navbar .nav-toggle {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }

  .hero-banner-media,
  .hero-banner-media img {
    height: 280px;
  }

  .inner-page .hero-banner-media,
  .inner-page .hero-banner-media img {
    height: 260px;
  }

  .hero-copy h1 {
    font-size: clamp(1.25rem, 5.5vw, 1.9rem);
  }

  .hero-copy p {
    font-size: 0.85rem;
  }

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

  .home-feature {
    padding: 1rem 0;
  }

  .home-feature .container {
    padding: 1.5rem;
    border-radius: 20px;
  }

  .page-feature .container {
    padding: 1.5rem;
    border-radius: 20px;
  }

  .about-intro-header .title-inline {
    flex-wrap: wrap;
    gap: 0.45rem;
  }

  .about-intro-header {
    margin-bottom: 1.25rem;
    position: relative;
    z-index: 2;
  }

  .about-intro-grid {
    margin-top: 0.5rem;
  }

  .about-intro-header h2 {
    width: 100%;
    margin-top: 0.2rem;
  }

  .about-copy-card {
    padding: 1.2rem 1rem;
  }

  .insight-featured-title {
    font-size: clamp(2rem, 8vw, 2.7rem);
    line-height: 1.05;
  }

  .insight-symbol-panel {
    padding: 1.25rem;
  }

  .insight-logo-card {
    padding: 1rem;
  }

  .insight-logo-mark {
    min-height: 140px;
  }

  .insight-copy-panel .insight-meta {
    gap: 0.75rem;
    align-items: flex-start;
  }

  .insight-copy-panel .insight-meta time {
    align-self: flex-end;
  }

}
