:root {
  --header-height: 84px;
  --ink: #073f39;
  --ink-soft: #1f514b;
  --text: #213f3a;
  --muted: #64766f;
  --line: #dce6de;
  --field: #f7faf6;
  --field-strong: #edf4ec;
  --white: #ffffff;
  --coral: #df6457;
  --coral-dark: #bb473d;
  --sage: #dfeadd;
  --shadow: 0 18px 48px rgba(11, 54, 48, 0.12);
  --radius: 8px;
  --max: 1180px;
  --serif: Georgia, "Times New Roman", serif;
  --sans: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--white);
  color: var(--text);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.65;
}

img,
svg {
  display: block;
}

a {
  color: inherit;
}

:focus-visible {
  outline: 3px solid rgba(223, 100, 87, 0.55);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  left: 1rem;
  top: 1rem;
  z-index: 100;
  transform: translateY(-140%);
  background: var(--ink);
  color: var(--white);
  padding: 0.7rem 1rem;
  border-radius: var(--radius);
  text-decoration: none;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  min-height: var(--header-height);
  border-bottom: 1px solid rgba(7, 63, 57, 0.08);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(18px);
}

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

.header-inner {
  min-height: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  text-decoration: none;
  color: var(--ink);
}

.brand-mark {
  width: 44px;
  height: 44px;
  display: inline-grid;
  place-items: center;
  color: var(--ink);
}

.brand-mark svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.brand strong {
  display: block;
  font-family: var(--serif);
  font-size: clamp(1.25rem, 2vw, 1.8rem);
  font-weight: 700;
  line-height: 1.05;
}

.brand small {
  display: block;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.25;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 3vw, 2.6rem);
  color: var(--ink-soft);
  font-size: 0.98rem;
}

.site-nav a {
  position: relative;
  text-decoration: none;
  padding: 0.35rem 0;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.2rem;
  height: 2px;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--coral);
  transition: transform 180ms ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  color: var(--ink);
  cursor: pointer;
}

.nav-toggle svg {
  width: 24px;
  height: 24px;
  margin: auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
}

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

.hero {
  position: relative;
  min-height: min(690px, calc(100svh - var(--header-height) - 54px));
  display: grid;
  align-items: center;
  isolation: isolate;
  overflow: hidden;
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.94) 35%, rgba(255, 255, 255, 0.42) 58%, rgba(255, 255, 255, 0.05) 100%),
    url("assets/hero-support-group.png");
  background-size: cover;
  background-position: center right;
}

.hero::after {
  content: "";
  position: absolute;
  inset-inline: 0;
  bottom: -1px;
  height: 72px;
  z-index: -1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), var(--white));
}

.hero-content {
  width: min(calc(100% - 40px), var(--max));
  margin-inline: auto;
  padding: clamp(3.2rem, 6vw, 5.4rem) 0 clamp(4rem, 6vw, 5.8rem);
}

.domain {
  margin: 0 0 1.1rem;
  color: var(--coral-dark);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  color: var(--ink);
  margin: 0;
}

h1 {
  max-width: 690px;
  font-family: var(--serif);
  font-size: clamp(3rem, 5.1vw, 5rem);
  line-height: 0.98;
  font-weight: 700;
}

.hero-copy {
  max-width: 620px;
  margin: 1.45rem 0 0;
  color: #2f4a45;
  font-size: clamp(1.05rem, 1.7vw, 1.25rem);
  line-height: 1.6;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2.2rem;
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  border: 1px solid transparent;
  border-radius: var(--radius);
  padding: 0.78rem 1.2rem;
  font-weight: 700;
  line-height: 1.1;
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.button-primary {
  background: var(--coral);
  color: var(--white);
  box-shadow: 0 14px 28px rgba(223, 100, 87, 0.22);
}

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

.button-secondary {
  border-color: var(--coral);
  background: rgba(255, 255, 255, 0.82);
  color: var(--coral-dark);
}

.button-secondary:hover {
  background: var(--white);
}

.quick-info {
  position: relative;
  background: var(--white);
  padding: clamp(2.5rem, 5vw, 4rem) 0 clamp(3.25rem, 6vw, 5rem);
}

.quick-info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.3rem;
}

.quick-info article {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 1rem;
  align-items: start;
  padding: 1.35rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--field);
}

.mini-icon,
.card-icon,
.contact-icon {
  display: inline-grid;
  place-items: center;
  color: var(--ink);
  background: var(--sage);
}

.mini-icon {
  width: 52px;
  height: 52px;
  border-radius: var(--radius);
}

.mini-icon svg,
.card-icon svg,
.contact-icon svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.quick-info h2,
.support-card h3,
.info-panel h3,
.partner-card h3,
.contact-card h3 {
  font-family: var(--serif);
  font-size: 1.25rem;
  line-height: 1.2;
}

.quick-info p,
.support-card p,
.contact-card p {
  margin: 0.45rem 0 0;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.55;
}

.quick-info article p {
  grid-column: 2;
}

.support-section,
.meeting-section,
.partners-section {
  padding: clamp(4rem, 8vw, 7rem) 0;
  background: linear-gradient(180deg, #f7faf6, #ffffff);
}

.section-heading {
  max-width: 740px;
  margin-bottom: clamp(2rem, 4vw, 3.4rem);
}

.section-label {
  margin: 0 0 0.6rem;
  color: var(--coral-dark);
  font-size: 0.9rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.section-heading h2,
.people-grid h2,
.meeting-intro h2,
.contact-grid h2 {
  font-family: var(--serif);
  font-size: clamp(2.1rem, 4vw, 3.8rem);
  line-height: 1.05;
}

.section-heading p,
.meeting-intro p,
.contact-grid > div > p,
.people-copy p {
  margin: 1rem 0 0;
  color: var(--muted);
  font-size: 1.06rem;
}

.support-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.support-card {
  min-height: 250px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  padding: 1.35rem;
  box-shadow: 0 10px 28px rgba(11, 54, 48, 0.06);
}

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

.info-panel {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  padding: clamp(1.35rem, 3vw, 2rem);
  box-shadow: 0 10px 28px rgba(11, 54, 48, 0.06);
}

.info-panel-accent {
  background: var(--field);
}

.info-panel h3 {
  font-size: clamp(1.55rem, 3vw, 2.25rem);
}

.check-list {
  display: grid;
  gap: 0.85rem;
  margin: 1.2rem 0 0;
  padding: 0;
  list-style: none;
  color: var(--muted);
}

.check-list li {
  position: relative;
  padding-left: 1.7rem;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: var(--coral);
  box-shadow: 0 0 0 4px rgba(223, 100, 87, 0.12);
}

.card-icon {
  width: 58px;
  height: 58px;
  border-radius: var(--radius);
  margin-bottom: 1.5rem;
}

.people-section {
  padding: clamp(4rem, 7vw, 6rem) 0;
  background: var(--ink);
  color: rgba(255, 255, 255, 0.86);
}

.people-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(2rem, 7vw, 6rem);
  align-items: start;
}

.people-section h2,
.people-section .section-label {
  color: var(--white);
}

.people-section .section-label {
  color: #f5b4aa;
}

.people-copy p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.15rem;
}

.selfhelp-block {
  margin-top: clamp(2rem, 5vw, 3.5rem);
}

.selfhelp-block h3 {
  color: var(--white);
  font-family: var(--serif);
  font-size: clamp(1.6rem, 3vw, 2.35rem);
  line-height: 1.1;
}

.selfhelp-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
  margin-top: 1.2rem;
}

.selfhelp-item {
  min-height: 92px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.75rem;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.06);
  padding: 0.95rem;
}

.selfhelp-item strong {
  width: 2rem;
  height: 2rem;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: #f5b4aa;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 1.15rem;
  line-height: 1;
}

.selfhelp-item span {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.96rem;
  line-height: 1.35;
}

.meeting-layout,
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: start;
}

.meeting-panel,
.contact-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.meeting-panel {
  padding: clamp(1.4rem, 3vw, 2rem);
}

.meeting-details {
  margin: 0;
}

.meeting-details div {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 1rem;
  padding: 1.1rem 0;
  border-bottom: 1px solid var(--line);
}

.meeting-details div:first-child {
  padding-top: 0;
}

.meeting-details div:last-child {
  border-bottom: 0;
}

.meeting-details dt {
  color: var(--ink);
  font-weight: 800;
}

.meeting-details dd {
  margin: 0;
  color: var(--muted);
}

.meeting-details dd span {
  display: block;
}

.quiet-note {
  margin: 1.4rem 0 0;
  padding: 1rem;
  border-left: 4px solid var(--coral);
  background: var(--field);
  color: #49615c;
  font-size: 0.96rem;
}

.partners-section {
  background: var(--field);
}

.partner-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: 1rem;
}

.partner-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  padding: clamp(1.25rem, 3vw, 1.8rem);
  box-shadow: 0 10px 28px rgba(11, 54, 48, 0.06);
}

.partner-card-large {
  grid-row: span 2;
}

.partner-kicker {
  margin: 0 0 0.55rem;
  color: var(--coral-dark);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.partner-card h3 {
  font-size: clamp(1.35rem, 2.4vw, 2rem);
}

.partner-card p:not(.partner-kicker),
.partner-card address,
.partner-details {
  color: var(--muted);
}

.partner-card address {
  margin-top: 1rem;
  font-style: normal;
}

.partner-details {
  display: grid;
  gap: 0.9rem;
  margin: 1.25rem 0 0;
}

.partner-details div {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 0.75rem;
}

.partner-details dt {
  color: var(--ink);
  font-weight: 800;
}

.partner-details dd {
  margin: 0;
}

.partner-details span {
  display: block;
}

.partner-card a {
  color: var(--coral-dark);
  font-weight: 700;
  text-underline-offset: 3px;
}

.contact-section {
  padding: clamp(4rem, 8vw, 7rem) 0;
  background: var(--white);
}

.contact-card {
  padding: clamp(1.4rem, 3vw, 2rem);
}

.contact-icon {
  width: 60px;
  height: 60px;
  border-radius: var(--radius);
  margin-bottom: 1.25rem;
}

.contact-methods {
  display: grid;
  gap: 0.85rem;
  margin-top: 1rem;
}

.contact-methods p {
  margin: 0;
  color: var(--muted);
}

.contact-methods span {
  display: block;
  color: var(--ink);
  font-weight: 800;
}

.contact-methods a {
  color: var(--coral-dark);
  font-weight: 700;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.contact-card .button {
  margin-top: 1.25rem;
}

.legal-page {
  background: linear-gradient(180deg, var(--field), var(--white) 42%);
}

.legal-hero {
  padding: clamp(4rem, 8vw, 7rem) 0 clamp(2.5rem, 5vw, 4rem);
}

.legal-hero h1 {
  max-width: 980px;
  overflow-wrap: normal;
  hyphens: auto;
}

.legal-hero p:not(.section-label) {
  max-width: 640px;
  margin: 1rem 0 0;
  color: var(--muted);
  font-size: 1.1rem;
}

.legal-section {
  padding: 0 0 clamp(4rem, 8vw, 7rem);
}

.legal-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: start;
}

.legal-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  padding: clamp(1.4rem, 3vw, 2rem);
  box-shadow: var(--shadow);
}

.legal-card-muted {
  background: var(--field);
}

.legal-card h2 {
  font-family: var(--serif);
  font-size: clamp(1.55rem, 3vw, 2.2rem);
  line-height: 1.1;
}

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

.legal-list {
  display: grid;
  gap: 1rem;
  margin: 1.5rem 0 0;
}

.legal-list div {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--line);
}

.legal-list div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.legal-list dt {
  color: var(--ink);
  font-weight: 800;
}

.legal-list dd {
  margin: 0;
  color: var(--muted);
}

.legal-list address {
  font-style: normal;
}

.legal-list a,
.site-footer a {
  color: inherit;
  text-underline-offset: 3px;
}

.legal-list a {
  color: var(--coral-dark);
  font-weight: 700;
}

.legal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.4rem;
}

.legal-stack {
  display: grid;
  gap: 1.2rem;
  max-width: 980px;
}

.privacy-card h2 {
  font-size: clamp(1.45rem, 2.5vw, 2rem);
}

.privacy-card p {
  margin-top: 0.85rem;
}

.privacy-address {
  margin-top: 1rem;
  color: var(--muted);
  font-style: normal;
  line-height: 1.7;
}

.privacy-address a,
.privacy-card a {
  color: var(--coral-dark);
  font-weight: 700;
  text-underline-offset: 3px;
}

.privacy-list {
  margin: 1rem 0 0;
  padding-left: 1.2rem;
  color: var(--muted);
}

.privacy-list li + li {
  margin-top: 0.45rem;
}

.site-footer {
  padding: 2rem 0;
  background: #062f2b;
  color: rgba(255, 255, 255, 0.78);
}

.footer-grid {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}

.site-footer strong {
  display: block;
  color: var(--white);
  font-family: var(--serif);
  font-size: 1.35rem;
}

.site-footer p {
  margin: 0.25rem 0 0;
  font-size: 0.95rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.25rem 1rem;
}

@media (max-width: 980px) {
  :root {
    --header-height: 76px;
  }

  .nav-toggle {
    display: grid;
  }

  .site-nav {
    position: fixed;
    inset: var(--header-height) 20px auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--white);
    box-shadow: var(--shadow);
    padding: 0.45rem;
  }

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

  .site-nav a {
    padding: 0.95rem 1rem;
    border-radius: 6px;
  }

  .site-nav a:hover,
  .site-nav a:focus-visible {
    background: var(--field);
  }

  .site-nav a::after {
    display: none;
  }

  .hero {
    min-height: auto;
    background-image:
      linear-gradient(180deg, rgba(255, 255, 255, 0.97) 0%, rgba(255, 255, 255, 0.9) 52%, rgba(255, 255, 255, 0.22) 100%),
      url("assets/hero-support-group.png");
    background-position: center;
  }

  .hero-content {
    padding-top: 4rem;
    padding-bottom: 11rem;
  }

  .quick-info-grid,
  .support-list,
  .selfhelp-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .people-grid,
  .meeting-layout,
  .contact-grid,
  .legal-grid,
  .support-columns,
  .partner-grid {
    grid-template-columns: 1fr;
  }

  .partner-card-large {
    grid-row: auto;
  }
}

@media (max-width: 680px) {
  body {
    font-size: 16px;
  }

  .header-inner,
  .section-inner,
  .hero-content {
    width: min(calc(100% - 28px), var(--max));
  }

  .brand small {
    display: none;
  }

  h1 {
    font-size: clamp(2.55rem, 13vw, 3.7rem);
  }

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

  .hero-actions,
  .footer-grid {
    flex-direction: column;
  }

  .footer-links {
    justify-content: flex-start;
  }

  .button {
    width: 100%;
  }

  .quick-info-grid,
  .support-list,
  .support-columns,
  .selfhelp-grid,
  .partner-grid {
    grid-template-columns: 1fr;
  }

  .quick-info article {
    grid-template-columns: 48px 1fr;
    padding: 1rem;
  }

  .meeting-details div {
    grid-template-columns: 1fr;
    gap: 0.25rem;
  }

  .legal-list div {
    grid-template-columns: 1fr;
    gap: 0.25rem;
  }

  .partner-details div {
    grid-template-columns: 1fr;
    gap: 0.2rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
