:root {
  --sage-950: #24342f;
  --sage-800: #395147;
  --sage-700: #4d695d;
  --sage-500: #819688;
  --sage-200: #d8e0d8;
  --sage-100: #eef2ed;
  --cream-100: #fbf8f2;
  --cream-200: #f3ede2;
  --sand-300: #dacdbd;
  --sand-500: #ad9b87;
  --ink: #2d332f;
  --muted: #627068;
  --white: rgba(255, 255, 255, 0.78);
  --white-strong: rgba(255, 255, 255, 0.9);
  --line: rgba(36, 52, 47, 0.12);
  --shadow-lg: 0 26px 70px rgba(47, 60, 53, 0.12);
  --shadow-md: 0 16px 40px rgba(47, 60, 53, 0.1);
  --radius-lg: 32px;
  --radius-md: 24px;
  --radius-sm: 18px;
  --content-width: min(1180px, calc(100% - 1.5rem));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Source Sans 3', 'Trebuchet MS', sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.9), transparent 28%),
    linear-gradient(180deg, #fdfbf7 0%, var(--cream-100) 42%, var(--cream-200) 100%);
  line-height: 1.65;
}

body.nav-open {
  overflow: hidden;
}

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

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

button {
  cursor: pointer;
}

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

.skip-link {
  position: absolute;
  left: 1rem;
  top: -3rem;
  background: var(--sage-950);
  color: white;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  z-index: 1000;
}

.skip-link:focus {
  top: 1rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(18px);
  background: rgba(251, 248, 242, 0.82);
  border-bottom: 1px solid rgba(36, 52, 47, 0.06);
}

.header-shell,
.section-shell,
.footer-shell {
  width: var(--content-width);
  margin: 0 auto;
}

.header-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.35rem 0;
}

.logo-link {
  display: inline-flex;
  align-items: center;
  line-height: 0;
  margin-left: -0.35rem;
  margin-top: -0.45rem;
  margin-bottom: -0.45rem;
  flex: 0 0 auto;
}

.logo-link img {
  width: 248px;
  height: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(0.85rem, 1.25vw, 1.35rem);
  flex-wrap: wrap;
  justify-content: flex-end;
}

.nav-link {
  font-size: clamp(0.98rem, 1.04vw, 1.08rem);
  font-weight: 500;
  color: var(--muted);
  transition: color 180ms ease;
}

.nav-link:hover,
.nav-link[aria-current='page'] {
  color: var(--sage-950);
}

.nav-toggle {
  display: none;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.65rem 1rem;
  background: var(--white-strong);
  color: var(--sage-950);
}

.button,
.button-secondary,
.button-small,
.text-link {
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, color 180ms ease;
}

.button,
.button-small {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--sage-950);
  color: #fefdfb;
  border: 1px solid var(--sage-950);
  box-shadow: var(--shadow-md);
}

.button {
  padding: 0.95rem 1.35rem;
}

.button-small {
  padding: 0.85rem 1.25rem;
  font-size: 1rem;
}

.button-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: transparent;
  color: var(--sage-950);
  border: 1px solid rgba(36, 52, 47, 0.18);
  padding: 0.95rem 1.35rem;
}

.button:hover,
.button-small:hover,
.button-secondary:hover,
.text-link:hover {
  transform: translateY(-1px);
}

.text-link {
  font-weight: 600;
  color: var(--sage-700);
}

.hero {
  position: relative;
  min-height: 84vh;
  display: grid;
  align-items: end;
  overflow: clip;
}

.hero-media,
.hero-media::after {
  position: absolute;
  inset: 0;
}

.hero-media img {
  height: 100%;
  object-fit: cover;
}

.hero-media::after {
  content: '';
  background: linear-gradient(90deg, rgba(31, 46, 42, 0.76) 0%, rgba(31, 46, 42, 0.34) 48%, rgba(31, 46, 42, 0.1) 100%);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: var(--content-width);
  margin: 0 auto;
  padding: 8rem 0 4.5rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 2rem;
  align-items: end;
}

.hero-copy {
  color: #faf8f2;
  max-width: 44rem;
}

.eyebrow,
.section-label,
.panel-label,
.footer-brand {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.78rem;
  font-weight: 600;
}

.eyebrow,
.panel-label {
  color: rgba(250, 248, 242, 0.78);
}

.hero-copy h1,
.page-hero h1,
.section-heading,
.copy-stack h2,
.cta-band h2,
.investment-card h2,
.form-shell h2 {
  margin: 0;
  font-family: 'Cormorant Garamond', 'Georgia', serif;
  line-height: 0.98;
  letter-spacing: -0.015em;
}

.hero-copy h1 {
  font-size: clamp(3.9rem, 8vw, 6.9rem);
  margin-top: 1rem;
  max-width: 11ch;
}

.hero-text,
.lead,
.section-intro,
.panel-copy,
.info-card p,
.copy-stack p,
.check-list p,
.copy-list p,
.form-status,
label {
  font-size: 1.12rem;
  color: var(--muted);
}

.hero-text {
  color: rgba(250, 248, 242, 0.94);
  max-width: 36rem;
  font-size: 1.2rem;
  margin-top: 1.25rem;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.hero-copy .button-row .button {
  width: clamp(15.5rem, 18vw, 16.5rem);
}

.hero-panel {
  background: rgba(255, 251, 245, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  padding: 1.5rem;
  transform: translateY(-13rem);
}

.panel-quote {
  margin: 0.5rem 0 1rem;
  font-family: 'Cormorant Garamond', 'Georgia', serif;
  font-size: 2rem;
  line-height: 1.08;
  color: var(--sage-950);
}

.section,
.page-hero {
  padding: 5rem 0;
}

.section-soft,
.page-hero {
  background: linear-gradient(180deg, rgba(238, 242, 237, 0.46), rgba(251, 248, 242, 0.16));
}

.page-hero-shell {
  align-items: center;
}

.page-hero h1 {
  font-size: clamp(3rem, 6vw, 5.2rem);
  max-width: 12ch;
}

.about-page-hero .page-hero-shell {
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: clamp(1.25rem, 3vw, 2.4rem);
}

.about-page-hero h1 {
  font-size: clamp(2.25rem, 3.85vw, 3.52rem);
  line-height: 1.02;
  max-width: 19ch;
}

.section-label {
  color: var(--sage-700);
  margin: 0 0 0.75rem;
}

.copy-stack h2,
.section-heading,
.cta-band h2,
.investment-card h2,
.form-shell h2 {
  font-size: clamp(2.5rem, 4.8vw, 4rem);
  margin-bottom: 1rem;
  color: var(--sage-950);
}

.section-heading.centered,
.centered {
  text-align: center;
}

.narrow {
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.section-intro {
  margin-bottom: 2.4rem;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(280px, 0.98fr);
  gap: 3rem;
  align-items: center;
}

.split-reverse > :first-child {
  order: 2;
}

.split-reverse > :last-child {
  order: 1;
}

.copy-stack,
.form-shell,
.contact-aside {
  display: grid;
  gap: 0.85rem;
}

.copy-list,
.check-list {
  display: grid;
  gap: 0.35rem;
}

.check-list p,
.copy-list p {
  margin: 0;
  padding-left: 1.35rem;
  position: relative;
}

.check-list p::before,
.copy-list p::before {
  content: '';
  width: 0.52rem;
  height: 0.52rem;
  border-radius: 50%;
  background: var(--sage-500);
  position: absolute;
  left: 0;
  top: 0.62rem;
}

.image-frame {
  overflow: hidden;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  background: var(--white-strong);
  min-height: 320px;
}

.image-frame img {
  height: 100%;
  object-fit: cover;
}

.image-frame-tall {
  min-height: 0;
}

.recognize-section .copy-stack {
  max-width: 58rem;
}

.recognize-section .copy-stack h2 {
  max-width: 20ch;
}

.pause-intro-section {
  padding-top: clamp(3rem, 5.8vw, 4.35rem);
  padding-bottom: clamp(3rem, 5.8vw, 4.35rem);
}

.pause-intro-section .copy-stack {
  max-width: 66rem;
  gap: 0.85rem;
}

.pause-intro-section .copy-stack h2 {
  font-size: clamp(2.75rem, 4.9vw, 4.8rem);
  line-height: 1.02;
  max-width: 22ch;
  margin-bottom: 0.65rem;
}

.pause-intro-section .copy-stack p:not(.section-label) {
  max-width: 58rem;
  margin: 0;
}

.pause-intro-section .copy-stack p:not(.section-label) + p:not(.section-label) {
  margin-top: 0.65rem;
}

.home-approach-section {
  padding-top: clamp(3.8rem, 7vw, 5.6rem);
  padding-bottom: clamp(4rem, 7.5vw, 5.9rem);
}

.home-approach-shell {
  display: grid;
  gap: clamp(1.9rem, 3.6vw, 2.7rem);
}

.home-approach-section .home-approach-intro {
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.88fr);
  gap: clamp(1.5rem, 3.2vw, 2.8rem);
  align-items: start;
}

.home-approach-section .copy-stack {
  gap: 1.15rem;
}

.home-approach-section .copy-stack h2 {
  font-size: clamp(3rem, 5.1vw, 5.1rem);
  line-height: 0.98;
  max-width: 15ch;
  margin-bottom: 0.35rem;
}

.home-approach-section .copy-stack > p:not(.section-label) {
  max-width: 44rem;
  margin: 0;
}

.home-approach-section .image-frame {
  aspect-ratio: 1.32 / 1;
  min-height: 0;
  position: relative;
  width: 100%;
}

.home-approach-section .image-frame img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.home-approach-section .home-approach-grid {
  gap: clamp(1.1rem, 2.4vw, 1.7rem);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: clamp(0.4rem, 1.2vw, 0.85rem);
}

.home-approach-section .triad-card {
  padding: clamp(1.45rem, 2.6vw, 2rem);
  min-height: 100%;
}

.home-approach-section .triad-card span {
  font-size: clamp(1.55rem, 2.2vw, 1.95rem);
  margin-bottom: 0.5rem;
}

.home-approach-section .triad-card p {
  font-size: clamp(1rem, 1.25vw, 1.08rem);
  line-height: 1.52;
}

.home-approach-section .text-link {
  justify-self: start;
  margin-top: 0;
}

.image-frame-portrait {
  min-height: 520px;
}

.about-page-hero .image-frame-portrait {
  aspect-ratio: 0.86 / 1;
  min-height: 0;
  max-width: 430px;
  justify-self: center;
  width: 100%;
}

.about-portrait-wrap {
  display: grid;
  gap: 1.15rem;
  justify-items: center;
}

.portrait-identity {
  max-width: 24rem;
  margin: 0;
  color: var(--ink-muted);
  font-size: clamp(0.92rem, 1.05vw, 1rem);
  line-height: 1.45;
  text-align: center;
}

.about-main .page-hero {
  padding: clamp(3.3rem, 7vw, 4.6rem) 0;
}

.about-main .section:not(.page-hero) {
  padding: clamp(2.3rem, 5vw, 3.1rem) 0;
}

.about-main .section-soft {
  padding-top: clamp(2.5rem, 5.4vw, 3.35rem);
  padding-bottom: clamp(2.5rem, 5.4vw, 3.35rem);
}

.about-main .section:has(.triad-grid),
.about-main .section:has(.card-grid) {
  padding-top: clamp(2.8rem, 5.8vw, 3.7rem);
  padding-bottom: clamp(2.8rem, 5.8vw, 3.7rem);
}

.about-main .section:has(.cta-band) {
  padding-top: clamp(2.1rem, 4.8vw, 2.9rem);
}

.about-main .copy-stack {
  max-width: 54rem;
  gap: 0.7rem;
}

.about-main .about-story-section {
  padding-top: clamp(2.55rem, 5vw, 3.55rem);
  padding-bottom: clamp(2.55rem, 5vw, 3.55rem);
}

.about-main .about-story-section .copy-stack {
  max-width: none;
  grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
  column-gap: clamp(1.2rem, 2.6vw, 2.4rem);
  row-gap: 0.45rem;
  align-items: start;
}

.about-main .about-story-section .section-label,
.about-main .about-story-section h2 {
  grid-column: 1;
}

.about-main .about-story-section .section-label {
  grid-column: 1 / -1;
}

.about-main .about-story-section h2 {
  grid-row: 2;
}

.about-main .about-story-section .story-copy {
  grid-column: 2;
  grid-row: 2;
  align-self: start;
  display: grid;
  gap: 0.55rem;
  padding-top: 0;
}

.about-main .about-story-section h2 {
  max-width: 15ch;
}

.about-main .about-story-section .story-copy p {
  max-width: 48rem;
  margin: 0;
}

.about-main .about-story-section .story-copy p + p {
  margin-top: 0.1rem;
}

.about-main .about-story-section .story-copy .copy-list {
  gap: 0.4rem;
  margin: 0;
}

.about-main .copy-stack h2,
.about-main .section-heading,
.about-main .cta-band h2 {
  font-size: clamp(1.85rem, 2.8vw, 2.55rem);
  line-height: 1.08;
  max-width: 20ch;
  margin-bottom: 0.2rem;
}

.about-main .section-heading.centered,
.about-main .cta-band h2 {
  max-width: 22ch;
  margin-left: auto;
  margin-right: auto;
}

.about-main .copy-stack p {
  max-width: 50rem;
  margin-top: 0;
  margin-bottom: 0;
}

.about-main .lead,
.about-main .section-intro,
.about-main .copy-stack p,
.about-main .info-card p,
.about-main .triad-card p,
.about-main .cta-band p {
  font-size: clamp(1.02rem, 1.35vw, 1.1rem);
  line-height: 1.58;
}

.about-main .section-label {
  margin-bottom: 0.45rem;
}

.about-main .section-intro {
  margin-top: 0;
  margin-bottom: 1.3rem;
}

.about-main .triad-grid-wide {
  margin-top: 1.25rem;
}

.about-main .card-grid {
  gap: 0.9rem;
}

.about-main .info-card,
.about-main .triad-card {
  padding: 1.25rem;
}

.about-main .info-card h3,
.about-main .triad-card span {
  font-size: clamp(1.45rem, 2vw, 1.75rem);
}

.about-main .copy-list {
  gap: 0.25rem;
  margin: 0.2rem 0;
}

.about-main .cta-band {
  padding: clamp(2rem, 5vw, 2.45rem);
}

.about-main .cta-band .button {
  margin-top: 1.2rem;
}

.about-main strong {
  color: var(--sage-950);
  font-weight: 700;
}

.therapy-main .section:not(.page-hero) {
  padding: clamp(2.5rem, 5vw, 3.45rem) 0;
}

.therapy-main .page-hero {
  padding: clamp(3.1rem, 6vw, 4.25rem) 0;
}

.therapy-main .page-hero-shell {
  grid-template-columns: minmax(0, 1.16fr) minmax(240px, 0.72fr);
  gap: clamp(1rem, 2.3vw, 1.7rem);
  align-items: center;
}

.therapy-main .page-hero h1 {
  font-size: clamp(2.35rem, 4.1vw, 3.85rem);
  line-height: 1.04;
  max-width: 15ch;
}

.therapy-main .page-hero .lead {
  max-width: 36rem;
  font-size: clamp(1.04rem, 1.35vw, 1.13rem);
  line-height: 1.56;
}

.therapy-main .page-hero .image-frame {
  width: min(100%, 560px);
  justify-self: end;
  aspect-ratio: 1 / 0.94;
  min-height: 0;
}

.therapy-main .section-shell > .copy-stack {
  max-width: 50rem;
}

.therapy-main .section-shell > .copy-stack h2,
.therapy-main .section-heading {
  font-size: clamp(1.8rem, 2.45vw, 2.35rem);
  line-height: 1.08;
  max-width: 22ch;
  margin-bottom: 0.3rem;
}

.therapy-main .section-shell > .copy-stack p {
  max-width: 46rem;
  margin-top: 0;
  margin-bottom: 0;
}

.therapy-main .section-shell > .copy-stack p,
.therapy-main .check-list p,
.therapy-main .info-card p,
.therapy-main .investment-card p,
.therapy-main .cta-band p {
  font-size: clamp(1.04rem, 1.35vw, 1.12rem);
  line-height: 1.58;
}

.therapy-main .section-shell > .copy-stack,
.therapy-main .check-list {
  gap: 0.7rem;
}

.therapy-main .section-label {
  margin-bottom: 0.45rem;
}

.therapy-main .therapy-text-section {
  padding-bottom: clamp(2.1rem, 4.4vw, 2.9rem);
}

.therapy-main .therapy-card-section {
  padding-top: clamp(2.6rem, 5.4vw, 3.55rem);
  padding-bottom: clamp(2.8rem, 5.6vw, 3.75rem);
}

.therapy-main .therapy-card-section .section-heading {
  max-width: 18ch;
  margin-left: auto;
  margin-right: auto;
}

.therapy-main .card-grid-spaced {
  margin-top: 1.55rem;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  align-items: stretch;
  gap: clamp(0.75rem, 1.4vw, 1rem);
}

.therapy-main .card-grid-spaced .info-card {
  min-height: 100%;
  padding: 1.25rem;
}

.therapy-main .card-grid-spaced .info-card h3 {
  font-size: clamp(1.45rem, 1.7vw, 1.85rem);
}

.therapy-main .card-grid-spaced .info-card p {
  font-size: clamp(0.98rem, 1.05vw, 1.05rem);
  line-height: 1.52;
}

.therapy-main .therapy-notice-section {
  padding-top: clamp(2.4rem, 4.8vw, 3.2rem);
  padding-bottom: clamp(2.2rem, 4.4vw, 2.9rem);
}

.therapy-main .therapy-notice-section .copy-stack {
  max-width: 46rem;
}

.therapy-main .therapy-notice-section .check-list {
  margin: 0.25rem 0;
}

.therapy-main .therapy-investment-section {
  padding-top: clamp(2rem, 4vw, 2.6rem);
  padding-bottom: clamp(2rem, 4vw, 2.7rem);
}

.therapy-main .investment-card,
.therapy-main .cta-band {
  padding: clamp(1.7rem, 4vw, 2.25rem);
}

.therapy-main .investment-card h2,
.therapy-main .cta-band h2 {
  font-size: clamp(1.9rem, 3.1vw, 2.85rem);
  line-height: 1.06;
  max-width: 24ch;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.55rem;
}

.therapy-main .investment-card h2 {
  font-size: clamp(1.65rem, 2.45vw, 2.25rem);
  margin-bottom: 0.35rem;
}

.therapy-main .investment-card p,
.therapy-main .cta-band p {
  margin-top: 0.45rem;
}

.therapy-main .section:has(.cta-band) {
  padding-top: clamp(2.1rem, 4.3vw, 2.9rem);
  padding-bottom: clamp(2.5rem, 5vw, 3.4rem);
}

.therapy-main .cta-band .button {
  margin-top: 1rem;
}

.groups-main .page-hero {
  padding: clamp(3.1rem, 6vw, 4.35rem) 0;
}

.groups-main .page-hero-shell {
  grid-template-columns: minmax(0, 1.08fr) minmax(260px, 0.82fr);
  gap: clamp(1.6rem, 3.4vw, 2.6rem);
  align-items: center;
}

.groups-main .page-hero h1 {
  font-size: clamp(2.35rem, 4vw, 3.7rem);
  line-height: 1.04;
  max-width: 16ch;
}

.groups-main .page-hero .lead {
  max-width: 36rem;
  font-size: clamp(1.04rem, 1.35vw, 1.13rem);
  line-height: 1.56;
}

.groups-main .page-hero .image-frame {
  width: min(100%, 540px);
  justify-self: end;
  aspect-ratio: 1 / 0.92;
  min-height: 0;
}

.groups-make-section .split-section {
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.96fr);
  gap: clamp(0.8rem, 1.7vw, 1.15rem);
  align-items: center;
}

.groups-make-section .image-frame {
  width: min(100%, 500px);
  justify-self: end;
  aspect-ratio: 1 / 1.28;
  min-height: 0;
}

.groups-make-section .copy-stack h2 {
  display: block;
  margin-bottom: 0.15rem;
  line-height: 1.02;
  max-width: 10.5ch;
}

.groups-make-section .heading-subtitle {
  color: var(--sage-700);
  font-size: clamp(1.08rem, 1.45vw, 1.22rem);
  line-height: 1.02;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 500;
}

.groups-make-section .copy-stack {
  max-width: 40rem;
}

.groups-experience-section {
  padding-top: clamp(2.7rem, 5.4vw, 4rem);
  padding-bottom: clamp(2.7rem, 5.4vw, 4rem);
}

.groups-experience-section .copy-stack {
  max-width: none;
  grid-template-columns: minmax(360px, 0.95fr) minmax(0, 1.05fr);
  column-gap: clamp(1.8rem, 4vw, 3.8rem);
  row-gap: 0.45rem;
  align-items: start;
}

.groups-experience-section .section-label,
.groups-experience-section h2 {
  grid-column: 1;
}

.groups-experience-section h2 {
  font-size: clamp(2.4rem, 4vw, 3.7rem);
  line-height: 1.02;
  max-width: 16ch;
}

.groups-experience-section .story-copy {
  grid-column: 2;
  grid-row: 2;
  display: grid;
  gap: 0.65rem;
  margin-top: -0.35rem;
  padding-top: 0;
}

.groups-experience-section .story-copy p {
  max-width: 47rem;
  margin: 0;
}

.groups-helpful-section {
  padding-top: clamp(2.7rem, 5.4vw, 4rem);
  padding-bottom: clamp(2.7rem, 5.4vw, 4rem);
}

.groups-helpful-section .copy-stack {
  max-width: none;
  grid-template-columns: minmax(360px, 0.95fr) minmax(0, 1.05fr);
  column-gap: clamp(1.8rem, 4vw, 3.8rem);
  row-gap: 0.45rem;
  align-items: start;
}

.groups-helpful-section .section-label,
.groups-helpful-section h2 {
  grid-column: 1;
}

.groups-helpful-section h2 {
  font-size: clamp(2.4rem, 4vw, 3.7rem);
  line-height: 1.02;
  max-width: 16ch;
}

.groups-helpful-section .story-copy {
  grid-column: 2;
  grid-row: 2;
  display: grid;
  gap: 0.65rem;
  margin-top: -0.35rem;
  padding-top: 0;
}

.groups-helpful-section .story-copy p {
  max-width: 47rem;
  margin: 0;
}

.groups-current-section .groups-current-grid {
  grid-template-columns: repeat(3, minmax(280px, 420px));
  justify-content: center;
  gap: clamp(1.5rem, 3.5vw, 3rem);
  align-items: stretch;
}

.groups-current-section .section-shell {
  width: min(1500px, calc(100% - 3rem));
}

.groups-current-grid .info-card {
  height: 100%;
}

.groups-investment-section {
  padding-top: clamp(2rem, 4vw, 2.6rem);
  padding-bottom: clamp(2rem, 4vw, 2.7rem);
}

.groups-investment-section .investment-card {
  padding: clamp(1.7rem, 4vw, 2.25rem);
}

.groups-investment-section .investment-card h2 {
  font-size: clamp(1.65rem, 2.45vw, 2.25rem);
  line-height: 1.06;
  margin-bottom: 0.35rem;
}

.groups-investment-section .investment-card p {
  font-size: clamp(1.04rem, 1.35vw, 1.12rem);
  line-height: 1.58;
  margin-top: 0.45rem;
}

.groups-notice-section .card-grid-five {
  gap: clamp(0.8rem, 1.6vw, 1.15rem);
}

.groups-notice-section .info-card {
  padding: clamp(1.15rem, 1.7vw, 1.35rem);
}

.groups-notice-section .info-card h3 {
  font-size: clamp(1.35rem, 1.55vw, 1.7rem);
}

.groups-notice-section .info-card p {
  font-size: clamp(0.96rem, 1.05vw, 1.04rem);
  line-height: 1.52;
}

.workshops-offer-section {
  padding-top: clamp(2.7rem, 5.4vw, 4rem);
  padding-bottom: clamp(2.7rem, 5.4vw, 4rem);
}

.workshops-main .page-hero {
  padding: clamp(3.1rem, 6vw, 4.4rem) 0;
}

.workshops-main .page-hero-shell {
  grid-template-columns: minmax(0, 0.88fr) minmax(380px, 1.12fr);
  gap: clamp(1.8rem, 4vw, 3.4rem);
  align-items: center;
}

.workshops-main .page-hero h1 {
  font-size: clamp(2.25rem, 3.45vw, 3.35rem);
  line-height: 1.04;
  max-width: 17ch;
}

.workshops-main .page-hero .lead {
  max-width: 34rem;
  font-size: clamp(1.04rem, 1.35vw, 1.13rem);
  line-height: 1.56;
}

.workshops-main .page-hero .image-frame {
  aspect-ratio: 1.42 / 1;
  min-height: 0;
  position: relative;
  width: 100%;
}

.workshops-main .page-hero .image-frame img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.workshops-offer-section .copy-stack {
  max-width: none;
  grid-template-columns: minmax(360px, 0.95fr) minmax(0, 1.05fr);
  column-gap: clamp(1.8rem, 4vw, 3.8rem);
  row-gap: 0.45rem;
  align-items: start;
}

.workshops-offer-section .section-label,
.workshops-offer-section h2 {
  grid-column: 1;
}

.workshops-offer-section h2 {
  font-size: clamp(2.4rem, 4vw, 3.7rem);
  line-height: 1.02;
  max-width: 16ch;
}

.workshops-offer-section .story-copy {
  grid-column: 2;
  grid-row: 2;
  display: grid;
  gap: 0.65rem;
  margin-top: -0.35rem;
  padding-top: 0;
}

.workshops-offer-section .story-copy p {
  max-width: 47rem;
  margin: 0;
}

.workshops-working-section {
  padding-top: clamp(2.7rem, 5.4vw, 4rem);
  padding-bottom: clamp(2.7rem, 5.4vw, 4rem);
}

.workshops-working-section .copy-stack {
  max-width: none;
  grid-template-columns: minmax(360px, 0.95fr) minmax(0, 1.05fr);
  column-gap: clamp(1.8rem, 4vw, 3.8rem);
  row-gap: 0.45rem;
  align-items: start;
}

.workshops-working-section .section-label,
.workshops-working-section h2 {
  grid-column: 1;
}

.workshops-working-section h2 {
  font-size: clamp(2.4rem, 4vw, 3.7rem);
  line-height: 1.02;
  max-width: 16ch;
}

.workshops-working-section .story-copy {
  grid-column: 2;
  grid-row: 2;
  display: grid;
  gap: 0.65rem;
  margin-top: -0.35rem;
  padding-top: 0;
}

.workshops-working-section .story-copy p {
  max-width: 47rem;
  margin: 0;
}

.workshops-main .workshops-gain-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  justify-content: center;
  gap: clamp(0.8rem, 1.6vw, 1.15rem);
  align-items: stretch;
}

.workshops-main .workshops-gain-grid .info-card {
  height: 100%;
  padding: clamp(1.15rem, 1.7vw, 1.35rem);
}

.workshops-main .workshops-gain-grid .info-card h3 {
  font-size: clamp(1.35rem, 1.55vw, 1.7rem);
}

.workshops-main .workshops-gain-grid .info-card p {
  font-size: clamp(0.96rem, 1.05vw, 1.04rem);
  line-height: 1.52;
}

.connect-main .page-hero {
  padding: clamp(4.8rem, 8vw, 6.6rem) 0 clamp(3.1rem, 5.8vw, 4.6rem);
}

.connect-hero-shell {
  width: min(1160px, calc(100% - 2rem));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.72fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 4.4rem);
}

.connect-main .page-hero .copy-stack {
  justify-items: start;
  text-align: left;
  gap: 1rem;
}

.connect-main .page-hero h1 {
  font-size: clamp(2.35rem, 4vw, 4.05rem);
  line-height: 1.03;
  max-width: 15ch;
}

.connect-main .page-hero .lead {
  font-size: clamp(1.05rem, 1.45vw, 1.16rem);
  line-height: 1.55;
  margin: 0.45rem 0 0;
}

.connect-main .compact-grid {
  width: min(720px, 100%);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(0.9rem, 2vw, 1.2rem);
  margin-top: 0.8rem;
}

.connect-image-frame {
  width: min(100%, 410px);
  aspect-ratio: 0.76;
  justify-self: center;
}

.connect-image-frame img {
  object-position: 70% 50%;
}

.connect-main .compact-grid .info-card {
  min-height: 120px;
  display: grid;
  place-items: center;
  padding: 1.2rem;
  text-align: center;
}

.connect-main .compact-grid .info-card h3 {
  font-size: clamp(1.45rem, 2.1vw, 1.9rem);
  margin: 0;
}

.connect-main .section:has(.contact-layout) {
  padding-top: clamp(2.8rem, 5vw, 4rem);
}

.about-story-section .copy-stack,
.groups-experience-section .copy-stack,
.groups-helpful-section .copy-stack,
.workshops-offer-section .copy-stack,
.workshops-working-section .copy-stack {
  align-items: start;
}

.about-story-section .story-copy,
.groups-experience-section .story-copy,
.groups-helpful-section .story-copy,
.workshops-offer-section .story-copy,
.workshops-working-section .story-copy {
  color: var(--muted);
}

.about-story-section .story-copy p,
.groups-experience-section .story-copy p,
.groups-helpful-section .story-copy p,
.workshops-offer-section .story-copy p,
.workshops-working-section .story-copy p {
  font-size: clamp(1.04rem, 1.35vw, 1.12rem);
  line-height: 1.58;
}

.groups-main .cta-band,
.community-main .cta-band,
.workshops-main .cta-band,
.connect-main .form-shell,
.connect-main .contact-aside .info-card {
  padding: clamp(1.7rem, 4vw, 2.35rem);
}

.groups-main .cta-band h2,
.community-main .cta-band h2,
.workshops-main .cta-band h2,
.connect-main .form-shell h2 {
  font-size: clamp(1.9rem, 3.1vw, 2.85rem);
  line-height: 1.06;
  max-width: 24ch;
  margin-left: auto;
  margin-right: auto;
}

.connect-main .form-shell h2 {
  margin-left: 0;
  margin-right: 0;
}

.groups-main .cta-band .button,
.community-main .cta-band .button,
.workshops-main .cta-band .button {
  margin-top: 1rem;
}

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

.card-grid-spaced {
  margin-top: 2rem;
}

.card-grid-five {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: stretch;
}

.card-grid-five .info-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.card-grid-five .info-card h3 {
  font-size: clamp(1.55rem, 1.45vw, 1.85rem);
}

.card-grid-five .info-card p {
  font-size: 1rem;
}

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

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

.info-card,
.triad-card,
.investment-card,
.form-shell,
.contact-aside .info-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-md);
}

.info-card,
.triad-card,
.contact-aside .info-card {
  padding: 1.5rem;
}

.info-card h3,
.triad-card span {
  margin: 0 0 0.55rem;
  font-family: 'Cormorant Garamond', 'Georgia', serif;
  color: var(--sage-950);
}

.info-card h3 {
  font-size: 1.9rem;
  line-height: 1.02;
}

.info-card p {
  margin: 0;
}

.info-card p + p {
  margin-top: 0.8rem;
}

.info-card-featured {
  background: linear-gradient(180deg, rgba(250, 249, 246, 0.98), rgba(242, 237, 227, 0.92));
}

.featured-question {
  width: min(820px, 100%);
  margin: 0 auto;
  padding: clamp(1.35rem, 3.2vw, 2rem);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: linear-gradient(140deg, rgba(234, 239, 233, 0.96), rgba(250, 246, 239, 0.96));
  box-shadow: var(--shadow-md);
  color: var(--sage-950);
  font-family: 'Cormorant Garamond', 'Georgia', serif;
  font-size: clamp(1.7rem, 3.25vw, 2.75rem);
  line-height: 1.08;
  text-align: center;
}

.community-note-card {
  width: min(820px, 100%);
  margin: 0 auto;
  padding: clamp(1.4rem, 3vw, 2rem);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--white);
  box-shadow: var(--shadow-md);
  text-align: center;
}

.community-note-card p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.4vw, 1.16rem);
}

.community-main .community-how-section .copy-stack {
  width: min(820px, 100%);
  margin: 0 auto;
  align-items: start;
}

.community-main .community-how-section .copy-stack p {
  font-size: clamp(1.04rem, 1.35vw, 1.12rem);
  line-height: 1.58;
}

.community-main .page-hero-shell {
  grid-template-columns: minmax(0, 0.88fr) minmax(360px, 1.12fr);
  align-items: start;
  gap: clamp(1.8rem, 4vw, 3.4rem);
}

.community-hero-image {
  width: min(100%, 650px);
  aspect-ratio: 1.08 / 1;
  justify-self: end;
  margin-top: 0.15rem;
}

.community-hero-image picture,
.community-hero-image img {
  display: block;
  width: 100%;
  height: 100%;
}

.community-hero-image img {
  object-fit: cover;
  object-position: 50% 34%;
}

.community-offering-grid {
  width: min(980px, 100%);
  margin-left: auto;
  margin-right: auto;
}

.community-current-grid {
  justify-content: center;
}

.community-current-grid .info-card {
  grid-column: 1 / -1;
  width: min(620px, 100%);
  justify-self: center;
}

.community-wide-card {
  grid-column: 1 / -1;
}

.community-interest-note {
  width: min(820px, 100%);
  margin: clamp(1.4rem, 3vw, 2rem) auto 0;
  text-align: center;
  color: var(--muted);
  font-size: clamp(1.04rem, 1.35vw, 1.12rem);
}

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

.triad-grid-wide {
  margin-top: 2rem;
}

.triad-card {
  text-align: left;
}

.triad-card span {
  display: block;
  font-size: 2rem;
}

.triad-card p {
  margin: 0;
  color: var(--muted);
}

.cta-band,
.investment-card {
  padding: 2.6rem;
  text-align: center;
}

.cta-band {
  background: linear-gradient(140deg, rgba(234, 239, 233, 0.96), rgba(250, 246, 239, 0.96));
}

.cta-band p,
.investment-card p {
  max-width: 42rem;
  margin: 0.8rem auto 0;
  font-size: 1.12rem;
  color: var(--muted);
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(290px, 0.85fr);
  gap: 2rem;
  align-items: start;
}

.form-shell {
  padding: 2rem;
}

form {
  display: grid;
  gap: 1rem;
}

label {
  display: grid;
  gap: 0.45rem;
}

input,
select,
textarea {
  width: 100%;
  border-radius: 18px;
  border: 1px solid rgba(36, 52, 47, 0.16);
  background: rgba(255, 255, 255, 0.96);
  padding: 0.9rem 1rem;
  color: var(--ink);
}

textarea {
  resize: vertical;
  min-height: 160px;
}

input:focus,
select:focus,
textarea:focus {
  outline: 2px solid rgba(77, 105, 93, 0.16);
  border-color: var(--sage-500);
}

.form-status {
  min-height: 1.2rem;
  margin: 0;
}

.submission-popup {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 1rem;
  background: rgba(36, 52, 47, 0.22);
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.submission-popup.is-visible {
  opacity: 1;
}

.submission-popup-message {
  max-width: 28rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--white-strong);
  box-shadow: var(--shadow-lg);
  color: var(--sage-950);
  padding: 1.35rem 1.5rem;
  text-align: center;
  font-family: 'Cormorant Garamond', 'Georgia', serif;
  font-size: clamp(1.8rem, 4vw, 2.4rem);
  line-height: 1.08;
}

.form-note {
  color: var(--ink-muted);
  font-size: 0.98rem;
  margin: -0.35rem 0 0;
}

.hidden-field {
  display: none;
}

.footer-shell {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  padding-top: 2.5rem;
  padding-bottom: 1.2rem;
  flex-wrap: wrap;
}

.site-footer {
  border-top: 1px solid rgba(36, 52, 47, 0.08);
  margin-top: 1rem;
}

.footer-brand,
.footer-copy,
.footer-links,
.copyright {
  color: var(--muted);
}

.footer-brand {
  margin: 0;
}

.footer-copy {
  margin: 0.45rem 0 0;
}

.footer-links {
  display: flex;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
}

.copyright {
  width: var(--content-width);
  margin: 0 auto;
  padding: 0 0 2.4rem;
  font-size: 0.94rem;
}

@media (max-width: 1024px) {
  .hero-content,
  .split-section,
  .contact-layout,
  .card-grid,
  .triad-grid,
  .card-grid-two,
  .card-grid-three,
  .card-grid-five {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-content {
    padding-top: 7rem;
  }

  .hero-panel {
    transform: none;
  }

  .split-reverse > :first-child,
  .split-reverse > :last-child {
    order: initial;
  }

  .image-frame,
  .image-frame-tall,
  .image-frame-portrait {
    min-height: 280px;
  }

  .therapy-main .card-grid-spaced {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-approach-section .home-approach-intro {
    grid-template-columns: 1fr;
  }

  .home-approach-section .copy-stack h2 {
    max-width: 12ch;
  }

  .about-main .about-story-section .copy-stack {
    grid-template-columns: 1fr;
  }

  .about-main .about-story-section .section-label,
  .about-main .about-story-section h2,
  .about-main .about-story-section .story-copy {
    grid-column: 1;
  }

  .about-main .about-story-section h2,
  .about-main .about-story-section .story-copy p {
    max-width: 50rem;
  }

  .about-main .about-story-section .story-copy {
    grid-row: auto;
    padding-top: 0;
  }

  .groups-experience-section .copy-stack {
    grid-template-columns: 1fr;
  }

  .groups-experience-section .section-label,
  .groups-experience-section h2,
  .groups-experience-section .story-copy {
    grid-column: 1;
  }

  .groups-experience-section .story-copy {
    grid-row: auto;
    margin-top: 0;
    padding-top: 0;
  }

  .groups-helpful-section .copy-stack {
    grid-template-columns: 1fr;
  }

  .groups-helpful-section .section-label,
  .groups-helpful-section h2,
  .groups-helpful-section .story-copy {
    grid-column: 1;
  }

  .groups-helpful-section .story-copy {
    grid-row: auto;
    margin-top: 0;
    padding-top: 0;
  }

  .groups-current-section .groups-current-grid {
    grid-template-columns: 1fr;
  }

  .workshops-offer-section .copy-stack {
    grid-template-columns: 1fr;
  }

  .workshops-offer-section .section-label,
  .workshops-offer-section h2,
  .workshops-offer-section .story-copy {
    grid-column: 1;
  }

  .workshops-offer-section .story-copy {
    grid-row: auto;
    margin-top: 0;
    padding-top: 0;
  }

  .workshops-working-section .copy-stack {
    grid-template-columns: 1fr;
  }

  .workshops-working-section .section-label,
  .workshops-working-section h2,
  .workshops-working-section .story-copy {
    grid-column: 1;
  }

  .workshops-working-section .story-copy {
    grid-row: auto;
    margin-top: 0;
    padding-top: 0;
  }

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

  .connect-hero-shell {
    grid-template-columns: 1fr;
    width: min(760px, calc(100% - 2rem));
  }

  .connect-main .page-hero .copy-stack {
    justify-items: center;
    text-align: center;
  }

  .connect-main .page-hero h1 {
    max-width: 14ch;
  }

  .connect-image-frame {
    width: min(100%, 460px);
  }

  .connect-main .compact-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .logo-link img {
    width: 224px;
  }

  .header-shell {
    gap: 0.75rem;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .site-nav {
    position: absolute;
    left: 0.75rem;
    right: 0.75rem;
    top: calc(100% + 0.45rem);
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 1rem;
    border-radius: 24px;
    background: rgba(251, 248, 242, 0.98);
    border: 1px solid var(--line);
    box-shadow: var(--shadow-lg);
  }

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

  .button-small {
    width: 100%;
  }

  .hero-copy h1 {
    font-size: clamp(3.4rem, 14vw, 5.3rem);
  }

  .split-section > *,
  .page-hero-shell > *,
  .groups-make-section .split-section > *,
  .connect-hero-shell > *,
  .home-approach-section .home-approach-intro > *,
  .copy-stack,
  .copy-stack > *,
  .story-copy,
  .story-copy > * {
    min-width: 0;
  }

  .split-section,
  .page-hero-shell,
  .groups-make-section .split-section,
  .connect-hero-shell,
  .home-approach-section .home-approach-intro {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 1.75rem;
  }

  .split-section > .copy-stack,
  .page-hero-shell > .copy-stack,
  .groups-make-section .copy-stack,
  .home-approach-section .copy-stack,
  .connect-main .page-hero .copy-stack {
    max-width: none;
  }

  .split-section > .image-frame,
  .page-hero-shell > .image-frame,
  .page-hero-shell > .image-frame-portrait,
  .groups-make-section .image-frame,
  .connect-image-frame {
    order: 2;
    width: 100%;
    max-width: min(100%, 34rem);
    justify-self: center !important;
    margin-top: 0.35rem;
    min-height: 0;
  }

  .page-hero h1,
  .copy-stack h2,
  .section-heading,
  .cta-band h2,
  .investment-card h2,
  .form-shell h2 {
    font-size: clamp(2.15rem, 8.7vw, 3.2rem);
    max-width: none;
    text-wrap: pretty;
    overflow-wrap: anywhere;
  }

  .about-page-hero h1 {
    font-size: clamp(2.25rem, 8vw, 3.3rem);
    max-width: none;
  }

  .therapy-main .page-hero h1 {
    font-size: clamp(2.15rem, 7vw, 3rem);
    max-width: none;
  }

  .workshops-main .page-hero h1 {
    font-size: clamp(2.15rem, 7vw, 3rem);
    max-width: none;
  }

  .groups-main .page-hero h1,
  .groups-experience-section h2,
  .groups-helpful-section h2,
  .workshops-offer-section h2,
  .workshops-working-section h2,
  .about-main .about-story-section h2 {
    max-width: none;
  }

  .page-hero .lead,
  .copy-stack p,
  .story-copy,
  .story-copy p {
    max-width: none;
    overflow-wrap: anywhere;
  }

  .home-approach-section .copy-stack h2 {
    font-size: clamp(2.15rem, 7.8vw, 3rem);
    line-height: 1.03;
    max-width: 11.6ch;
  }

  .therapy-main .investment-card h2,
  .therapy-main .cta-band h2 {
    font-size: clamp(1.85rem, 7vw, 2.65rem);
  }

  .therapy-main .investment-card h2 {
    font-size: clamp(1.6rem, 6vw, 2.1rem);
  }

  .groups-investment-section .investment-card h2 {
    font-size: clamp(1.6rem, 6vw, 2.1rem);
  }
}

@media (max-width: 640px) {
  :root {
    --content-width: min(100% - 1rem, 1180px);
  }

  .logo-link img {
    width: 172px;
  }

  .nav-toggle {
    padding: 0.65rem 1rem;
  }

  .section {
    padding: 3rem 0;
  }

  .page-hero {
    padding: 4rem 0 3rem;
  }

  .community-hero-image {
    aspect-ratio: 0.86 / 1;
  }

  .community-hero-image img {
    object-position: 50% 32%;
  }

  .page-hero-shell,
  .split-section {
    gap: 1.35rem;
  }

  .page-hero h1,
  .copy-stack h2,
  .section-heading,
  .cta-band h2,
  .investment-card h2,
  .form-shell h2 {
    font-size: clamp(1.85rem, 9.2vw, 2.35rem);
    line-height: 1.06;
  }

  .page-hero h1 {
    letter-spacing: -0.02em;
  }

  .hero-content {
    padding-top: 6.5rem;
    padding-bottom: 3rem;
  }

  .section-label {
    margin-bottom: 0.55rem;
    letter-spacing: 0.14em;
  }

  .hero-panel,
  .form-shell,
  .cta-band,
  .investment-card,
  .info-card,
  .triad-card {
    padding: 1.25rem;
  }

  .button-row {
    flex-direction: column;
  }

  .button,
  .button-secondary {
    width: 100%;
  }

  .page-hero .lead,
  .copy-stack p,
  .story-copy p {
    font-size: 1.02rem;
    line-height: 1.58;
  }

  .home-approach-section .copy-stack h2 {
    font-size: clamp(1.78rem, 6.9vw, 2.18rem);
    line-height: 1.04;
    max-width: 14ch;
    text-wrap: balance;
  }

  .image-frame,
  .image-frame-portrait,
  .groups-make-section .image-frame,
  .connect-image-frame {
    max-width: 100%;
  }

  .therapy-main .card-grid-spaced {
    grid-template-columns: 1fr;
  }

  .home-approach-section .triad-grid {
    grid-template-columns: 1fr;
  }

  .workshops-main .workshops-gain-grid {
    grid-template-columns: 1fr;
  }

  .footer-links {
    width: 100%;
  }
}

