/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme {
  :root,
  :host {
    --font-sans:
      ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono:
      ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --shadow-sm: 0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;
    --shadow-lg: 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *,
  :after,
  :before,
  ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  html,
  :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(
      --default-font-family,
      ui-sans-serif,
      system-ui,
      sans-serif,
      "Apple Color Emoji",
      "Segoe UI Emoji",
      "Segoe UI Symbol",
      "Noto Color Emoji"
    );
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp,
  pre {
    font-family: var(
      --default-mono-font-family,
      ui-monospace,
      SFMono-Regular,
      Menlo,
      Monaco,
      Consolas,
      "Liberation Mono",
      "Courier New",
      monospace
    );
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(
      --default-mono-font-variation-settings,
      normal
    );
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,
  ul,
  menu {
    list-style: none;
  }
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    vertical-align: middle;
    display: block;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not ((-webkit-appearance: -apple-pay-button))) or
    (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }
    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }
  ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button {
    height: auto;
  }
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer components;
@layer utilities {
  .static {
    position: static;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .table {
    display: table;
  }
}
:root {
  --forest-950: #102d26;
  --forest-900: #173b32;
  --forest-800: #1e493d;
  --forest-700: #2e6051;
  --sage-200: #d8e5dd;
  --sage-100: #eaf1ed;
  --sage-50: #f3f7f4;
  --limestone: #f7f3ea;
  --paper: #fffdf8;
  --ink: #17211d;
  --muted: #5d6a64;
  --line: #ced9d2;
  --clay: #bd6548;
  --clay-dark: #91462f;
  --white: #fff;
  --shadow-sm: 0 10px 30px #13352c14;
  --shadow-lg: 0 30px 80px #0c27202e;
  --shell: min(1180px, calc(100vw - 48px));
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}
body {
  background: var(--limestone);
  color: var(--ink);
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  font-family:
    Inter,
    ui-sans-serif,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    sans-serif;
  font-size: 16px;
  line-height: 1.65;
}
body,
a,
button,
summary {
  -webkit-tap-highlight-color: transparent;
}
::selection {
  background: var(--sage-200);
  color: var(--forest-950);
}
a {
  color: inherit;
  text-decoration: none;
}
button,
summary,
a {
  outline-offset: 4px;
}
:focus-visible {
  outline: 3px solid var(--clay);
}
img,
svg {
  display: block;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,
h2 {
  letter-spacing: -0.035em;
  font-family:
    Georgia,
    Times New Roman,
    serif;
  font-weight: 500;
  line-height: 1.05;
}
h1 {
  font-size: clamp(3rem, 6vw, 6.25rem);
}
h2 {
  font-size: clamp(2.35rem, 4.4vw, 4.5rem);
}
h3 {
  line-height: 1.25;
}
.shell {
  width: var(--shell);
  margin-inline: auto;
}
.skip-link {
  z-index: 1000;
  background: var(--white);
  color: var(--forest-950);
  box-shadow: var(--shadow-sm);
  border-radius: 8px;
  padding: 10px 16px;
  font-weight: 700;
  position: fixed;
  top: 12px;
  left: 12px;
  transform: translateY(-150%);
}
.skip-link:focus {
  transform: translateY(0);
}
.utility-bar {
  background: var(--forest-950);
  color: #ffffffdb;
  letter-spacing: 0.02em;
  font-size: 0.78rem;
  font-weight: 700;
}
.utility-bar__inner {
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  min-height: 38px;
  display: flex;
}
.utility-bar p,
.utility-links {
  align-items: center;
  gap: 8px;
  margin: 0;
  display: flex;
}
.utility-links {
  gap: 24px;
}
.utility-links a {
  align-items: center;
  gap: 7px;
  transition: color 0.18s;
  display: inline-flex;
}
.utility-links a:hover {
  color: var(--white);
}
.status-dot {
  background: #8ed1ac;
  border-radius: 999px;
  width: 7px;
  height: 7px;
  box-shadow: 0 0 0 4px #8ed1ac1f;
}
.site-header {
  z-index: 100;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  background: #fffdf8ed;
  border-bottom: 1px solid #ced9d2cc;
  position: sticky;
  top: 0;
}
.header-inner {
  align-items: center;
  gap: 28px;
  min-height: 82px;
  display: flex;
}
.brand {
  flex-shrink: 0;
  align-items: center;
  gap: 12px;
  display: inline-flex;
}
.brand-copy {
  color: var(--forest-950);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  line-height: 1.02;
  display: grid;
}
.brand-copy strong {
  letter-spacing: 0.14em;
  font-family:
    Georgia,
    Times New Roman,
    serif;
  font-size: 1.14rem;
  font-weight: 500;
}
.brand-copy span {
  margin-top: 5px;
  font-size: 0.62rem;
  font-weight: 750;
}
.brand-mark {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  display: inline-block;
  position: relative;
}
.brand-stone {
  background: var(--forest-700);
  border: 1px solid #092f2547;
  border-radius: 4px 7px 5px 6px;
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%) rotate(-1deg);
  box-shadow: inset 0 -3px 5px #051f181a;
}
.brand-stone--one {
  width: 17px;
  height: 9px;
  top: 1px;
}
.brand-stone--two {
  width: 36px;
  height: 8px;
  top: 12px;
  transform: translate(-50%) rotate(2deg);
}
.brand-stone--three {
  width: 15px;
  height: 9px;
  top: 21px;
}
.brand-stone--four,
.brand-stone--five {
  width: 16px;
  height: 8px;
  top: 32px;
}
.brand-stone--four {
  left: calc(50% - 9px);
  transform: translate(-50%) rotate(2deg);
}
.brand-stone--five {
  left: calc(50% + 9px);
  transform: translate(-50%) rotate(-2deg);
}
.brand-mark--large {
  filter: drop-shadow(0 18px 20px #02181133);
  flex-basis: 116px;
  width: 116px;
  height: 116px;
}
.brand-mark--large .brand-stone {
  border-width: 2px;
  border-radius: 8px 14px 10px 12px;
}
.brand-mark--large .brand-stone--one {
  width: 44px;
  height: 24px;
  top: 4px;
}
.brand-mark--large .brand-stone--two {
  width: 96px;
  height: 23px;
  top: 32px;
}
.brand-mark--large .brand-stone--three {
  width: 40px;
  height: 25px;
  top: 57px;
}
.brand-mark--large .brand-stone--four,
.brand-mark--large .brand-stone--five {
  width: 43px;
  height: 22px;
  top: 88px;
}
.brand-mark--large .brand-stone--four {
  left: calc(50% - 24px);
}
.brand-mark--large .brand-stone--five {
  left: calc(50% + 24px);
}
.desktop-nav {
  align-items: center;
  gap: 28px;
  margin-left: auto;
  display: flex;
}
.desktop-nav a {
  color: #39463f;
  padding: 10px 0;
  font-size: 0.86rem;
  font-weight: 700;
  position: relative;
}
.desktop-nav a:after {
  content: "";
  background: var(--clay);
  transform-origin: 100%;
  height: 2px;
  transition: transform 0.2s;
  position: absolute;
  bottom: 3px;
  left: 0;
  right: 0;
  transform: scaleX(0);
}
.desktop-nav a:hover:after {
  transform-origin: 0;
  transform: scaleX(1);
}
.button {
  border: 1px solid var(--forest-900);
  background: var(--forest-900);
  min-height: 52px;
  color: var(--white);
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 13px 22px;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.1;
  transition:
    transform 0.18s,
    background 0.18s,
    box-shadow 0.18s;
  display: inline-flex;
  box-shadow: 0 10px 24px #173b3226;
}
.button:hover {
  background: var(--forest-700);
  transform: translateY(-2px);
  box-shadow: 0 14px 30px #173b3238;
}
.button--small {
  min-height: 44px;
  padding: 10px 17px;
  font-size: 0.8rem;
}
.button--secondary {
  border-color: var(--line);
  color: var(--forest-950);
  box-shadow: none;
  background: #fffdf8ad;
}
.button--secondary:hover {
  border-color: var(--forest-700);
  background: var(--white);
}
.button--clay {
  border-color: var(--clay);
  background: var(--clay);
}
.button--clay:hover {
  border-color: var(--clay-dark);
  background: var(--clay-dark);
}
.mobile-menu {
  margin-left: auto;
  display: none;
}
.mobile-menu summary {
  border: 1px solid var(--line);
  cursor: pointer;
  border-radius: 999px;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 7px 12px;
  font-size: 0.8rem;
  font-weight: 800;
  list-style: none;
  display: flex;
}
.mobile-menu summary::-webkit-details-marker {
  display: none;
}
.mobile-menu .menu-chevron {
  transition: transform 0.18s;
}
.mobile-menu[open] .menu-chevron {
  transform: rotate(180deg);
}
.mobile-menu nav {
  border-bottom: 1px solid var(--line);
  background: var(--paper);
  box-shadow: var(--shadow-sm);
  gap: 5px;
  padding: 16px 24px 24px;
  display: grid;
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  right: 0;
}
.mobile-menu nav > a:not(.button) {
  border-bottom: 1px solid var(--line);
  padding: 12px 2px;
  font-weight: 750;
}
.hero {
  background:
    radial-gradient(circle at 6% 30%, #d8e5ddbf, transparent 28%),
    linear-gradient(135deg, var(--paper) 0%, var(--limestone) 62%, #e9eee8 100%);
  position: relative;
  overflow: hidden;
}
.hero-texture {
  opacity: 0.32;
  background-image:
    linear-gradient(#19483a0a 1px, #0000 1px),
    linear-gradient(90deg, #19483a0a 1px, #0000 1px);
  background-size: 42px 42px;
  position: absolute;
  inset: 0;
  -webkit-mask-image: linear-gradient(90deg, #0000, #000 30%, #000);
  mask-image: linear-gradient(90deg, #0000, #000 30%, #000);
}
.hero-grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(400px, 0.72fr);
  align-items: center;
  gap: clamp(48px, 7vw, 100px);
  min-height: 720px;
  padding-block: 84px 92px;
  display: grid;
  position: relative;
}
.hero-copy {
  max-width: 760px;
  animation: 0.7s cubic-bezier(0.22, 1, 0.36, 1) both hero-in;
}
.eyebrow {
  color: var(--forest-700);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 0.72rem;
  font-weight: 850;
  line-height: 1.4;
}
.eyebrow--light {
  color: #a9cbbb;
}
.hero h1 {
  max-width: 800px;
  color: var(--forest-950);
  margin-bottom: 28px;
}
.hero h1 em {
  color: var(--forest-700);
  font-weight: 400;
}
.hero-lede {
  color: #4b5952;
  max-width: 650px;
  margin-bottom: 32px;
  font-size: clamp(1.08rem, 1.8vw, 1.3rem);
  line-height: 1.65;
}
.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
  display: flex;
}
.hero-note {
  max-width: 630px;
  color: var(--muted);
  align-items: flex-start;
  gap: 9px;
  margin: 24px 0 0;
  font-size: 0.86rem;
  font-weight: 650;
  display: flex;
}
.hero-note svg {
  color: var(--forest-700);
  flex: none;
  margin-top: 4px;
}
.hero-panel {
  background:
    linear-gradient(150deg, #ffffff0a, transparent 55%), var(--forest-900);
  min-height: 530px;
  color: var(--white);
  box-shadow: var(--shadow-lg);
  border: 1px solid #ffffff2b;
  border-radius: 32px;
  padding: clamp(30px, 4vw, 52px);
  animation: 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.12s both hero-in;
  position: relative;
  overflow: hidden;
}
.hero-panel:after {
  content: "";
  border: 1px solid #ffffff17;
  border-radius: 50%;
  width: 310px;
  height: 310px;
  position: absolute;
  bottom: -120px;
  right: -100px;
}
.hero-panel__visual {
  place-items: center;
  height: 180px;
  margin: -8px 0 26px;
  display: grid;
  position: relative;
}
.hero-panel__visual .brand-stone {
  background: #78a58f;
  border-color: #e7f0eb73;
}
.hero-panel__orbit {
  border: 1px solid #ffffff21;
  border-radius: 50%;
  position: absolute;
}
.hero-panel__orbit--one {
  width: 168px;
  height: 168px;
}
.hero-panel__orbit--two {
  border-style: dashed;
  width: 226px;
  height: 226px;
}
.hero-panel h2 {
  z-index: 1;
  margin-bottom: 34px;
  font-size: clamp(2.25rem, 4vw, 3.75rem);
  position: relative;
}
.hero-stats {
  z-index: 1;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  display: grid;
  position: relative;
}
.hero-stats div {
  border-top: 1px solid #ffffff2b;
  padding-top: 16px;
}
.hero-stats strong,
.hero-stats span {
  display: block;
}
.hero-stats strong {
  color: var(--white);
  margin-bottom: 4px;
  font-family:
    Georgia,
    Times New Roman,
    serif;
  font-size: 1.45rem;
  font-weight: 500;
}
.hero-stats span {
  color: #ffffffa3;
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1.35;
}
.trust-strip {
  border-block: 1px solid var(--line);
  background: var(--paper);
}
.trust-grid {
  grid-template-columns: repeat(4, 1fr);
  min-height: 80px;
  display: grid;
}
.trust-grid div {
  border-right: 1px solid var(--line);
  color: var(--forest-900);
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 18px;
  font-size: 0.78rem;
  font-weight: 800;
  display: flex;
}
.trust-grid div:first-child {
  border-left: 1px solid var(--line);
}
.section {
  padding-block: clamp(88px, 11vw, 150px);
}
.section--sage {
  background: var(--sage-100);
}
.section--dark {
  background:
    radial-gradient(circle at 85% 120%, #6fa08840, transparent 35%),
    var(--forest-950);
  color: var(--white);
  position: relative;
  overflow: hidden;
}
.section-heading {
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.65fr);
  align-items: end;
  gap: 80px;
  margin-bottom: 62px;
  display: grid;
}
.section-heading h2 {
  max-width: 760px;
  color: var(--forest-950);
  margin-bottom: 0;
}
.section-heading > p {
  color: var(--muted);
  margin-bottom: 5px;
}
.section-heading--light h2 {
  color: var(--white);
}
.section-heading--light > p {
  color: #ffffffa6;
}
.care-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  display: grid;
}
.care-card {
  border: 1px solid var(--line);
  background: var(--paper);
  border-radius: 20px;
  flex-direction: column;
  min-height: 330px;
  padding: 28px;
  transition:
    transform 0.2s,
    box-shadow 0.2s,
    border-color 0.2s;
  display: flex;
}
.care-card:hover {
  box-shadow: var(--shadow-sm);
  border-color: #9bb4a7;
  transform: translateY(-5px);
}
.care-card__top {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: auto;
  display: flex;
}
.icon-box {
  background: var(--sage-100);
  width: 48px;
  height: 48px;
  color: var(--forest-700);
  border-radius: 14px;
  place-items: center;
  display: inline-grid;
}
.icon-box--clay {
  color: var(--clay-dark);
  background: #f7e8e1;
}
.icon-box--light {
  color: #b6d8c8;
  background: #ffffff1a;
}
.card-number {
  color: #a5b0aa;
  font-family:
    Georgia,
    Times New Roman,
    serif;
  font-size: 1rem;
  font-style: italic;
}
.care-card h3 {
  color: var(--forest-950);
  margin: 34px 0 12px;
  font-family:
    Georgia,
    Times New Roman,
    serif;
  font-size: 1.45rem;
  font-weight: 500;
}
.care-card p {
  color: var(--muted);
  margin: 0;
  font-size: 0.9rem;
}
.about-grid {
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  align-items: center;
  gap: clamp(60px, 10vw, 140px);
  display: grid;
}
.profile-card {
  background: var(--forest-900);
  min-height: 540px;
  color: var(--white);
  box-shadow: var(--shadow-lg);
  border: 1px solid #173b321f;
  border-radius: 28px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 36px;
  display: flex;
  position: relative;
  overflow: hidden;
}
.profile-card:before {
  content: "";
  border: 1px solid #ffffff1f;
  border-radius: 50%;
  width: 340px;
  height: 340px;
  position: absolute;
  top: -120px;
  right: -120px;
  box-shadow:
    0 0 0 34px #ffffff06,
    0 0 0 70px #ffffff05;
}
.profile-card__mark {
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translate(-50%) scale(1.12);
}
.profile-card__mark .brand-stone {
  background: #75a38c;
  border-color: #ffffff59;
}
.profile-card h3 {
  margin: 4px 0 8px;
  font-family:
    Georgia,
    Times New Roman,
    serif;
  font-size: 2.35rem;
  font-weight: 500;
}
.profile-credentials {
  color: #ffffffad;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 28px;
  font-size: 0.8rem;
  font-weight: 700;
}
.credential-row {
  color: #ffffffbf;
  border-top: 1px solid #ffffff29;
  align-items: flex-start;
  gap: 12px;
  padding-top: 20px;
  font-size: 0.78rem;
  font-weight: 650;
  line-height: 1.45;
  display: flex;
}
.credential-row svg {
  flex: none;
}
.about-copy {
  max-width: 680px;
}
.about-copy h2 {
  color: var(--forest-950);
  margin-bottom: 30px;
}
.about-copy > p {
  color: #4e5d56;
}
.about-copy .about-lede {
  color: var(--forest-900);
  font-family:
    Georgia,
    Times New Roman,
    serif;
  font-size: 1.35rem;
  line-height: 1.6;
}
.about-principles {
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
  display: flex;
}
.about-principles span {
  color: var(--forest-800);
  background: #ffffff7a;
  border: 1px solid #c4d5cb;
  border-radius: 999px;
  align-items: center;
  gap: 7px;
  padding: 8px 12px;
  font-size: 0.75rem;
  font-weight: 750;
  display: inline-flex;
}
.steps-grid {
  background: #ffffff1f;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}
.steps-grid li {
  background: var(--forest-950);
  min-height: 315px;
  padding: 38px;
}
.steps-grid li > span {
  color: #83ad99;
  margin-bottom: 66px;
  font-family:
    Georgia,
    Times New Roman,
    serif;
  font-size: 1rem;
  font-style: italic;
  display: block;
}
.steps-grid h3 {
  margin-bottom: 14px;
  font-family:
    Georgia,
    Times New Roman,
    serif;
  font-size: 1.7rem;
  font-weight: 500;
}
.steps-grid p {
  color: #fff9;
  margin: 0;
  font-size: 0.9rem;
}
.pathways-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 100px;
  display: grid;
}
.pathway-card {
  border: 1px solid var(--line);
  background: var(--paper);
  border-radius: 20px;
  flex-direction: column;
  min-height: 355px;
  padding: 30px;
  display: flex;
}
.pathway-card h3 {
  color: var(--forest-950);
  margin: 30px 0 12px;
  font-family:
    Georgia,
    Times New Roman,
    serif;
  font-size: 1.55rem;
  font-weight: 500;
}
.pathway-card p {
  color: var(--muted);
  font-size: 0.9rem;
}
.pathway-note {
  border-top: 1px solid var(--line);
  color: var(--forest-700);
  margin-top: auto;
  padding-top: 18px;
  font-size: 0.75rem;
  font-weight: 750;
  display: block;
}
.information-grid {
  grid-template-columns: minmax(280px, 0.6fr) minmax(0, 1fr);
  align-items: start;
  gap: clamp(50px, 10vw, 130px);
  display: grid;
}
.information-grid > div:first-child {
  position: sticky;
  top: 140px;
}
.information-grid h3 {
  color: var(--forest-950);
  margin-bottom: 18px;
  font-family:
    Georgia,
    Times New Roman,
    serif;
  font-size: 2.25rem;
  font-weight: 500;
}
.information-grid > div:first-child > p:last-child {
  color: var(--muted);
}
.accordion-list details {
  border-top: 1px solid var(--line);
}
.accordion-list details:last-child {
  border-bottom: 1px solid var(--line);
}
.accordion-list summary {
  min-height: 74px;
  color: var(--forest-950);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 20px 0;
  font-weight: 800;
  list-style: none;
  display: flex;
}
.accordion-list summary::-webkit-details-marker {
  display: none;
}
.accordion-list summary svg {
  color: var(--forest-700);
  flex: none;
  transition: transform 0.18s;
}
.accordion-list details[open] summary svg {
  transform: rotate(180deg);
}
.accordion-list details p {
  max-width: 680px;
  color: var(--muted);
  margin: -4px 0 24px;
}
.section--visit {
  background: var(--forest-900);
  color: var(--white);
}
.visit-heading {
  grid-template-columns: 1.2fr 0.7fr;
  align-items: end;
  gap: 70px;
  margin-bottom: 56px;
  display: grid;
}
.visit-heading h2 {
  margin-bottom: 0;
}
.visit-heading > p {
  color: #ffffffa6;
  margin-bottom: 7px;
}
.visit-grid {
  grid-template-columns: 0.9fr 0.75fr;
  gap: 18px;
  display: grid;
}
.visit-card,
.hours-card,
.map-card {
  background: #ffffff0e;
  border: 1px solid #ffffff21;
  border-radius: 22px;
}
.visit-card {
  padding: 12px 34px;
}
.visit-detail {
  border-bottom: 1px solid #ffffff1c;
  grid-template-columns: 48px 1fr;
  gap: 18px;
  padding-block: 28px;
  display: grid;
}
.visit-detail:last-child {
  border-bottom: 0;
}
.visit-detail > div > span {
  color: #a9cbbb;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 6px;
  font-size: 0.7rem;
  font-weight: 800;
  display: block;
}
.visit-detail strong,
.visit-primary-link {
  color: var(--white);
  font-family:
    Georgia,
    Times New Roman,
    serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.25;
  display: block;
}
.visit-detail p {
  color: #ffffff8c;
  margin: 2px 0 7px;
  font-size: 0.78rem;
}
.visit-detail a:not(.visit-primary-link, .visit-email) {
  color: #b6d8c8;
  align-items: center;
  gap: 8px;
  font-size: 0.78rem;
  font-weight: 750;
  display: inline-flex;
}
.visit-primary-link:hover,
.visit-email:hover,
.visit-detail a:hover {
  color: #d1eadf;
}
.visit-email {
  overflow-wrap: anywhere;
  font-size: 0.9rem;
  font-weight: 700;
  display: inline-block;
}
.hours-card {
  padding: 34px;
}
.hours-card__heading {
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
  display: flex;
}
.hours-card__heading h3 {
  margin: 0;
  font-family:
    Georgia,
    Times New Roman,
    serif;
  font-size: 1.6rem;
  font-weight: 500;
}
.hours-card dl {
  margin: 0 0 20px;
}
.hours-card dl div {
  border-bottom: 1px solid #ffffff1c;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 0;
  display: flex;
}
.hours-card dt {
  color: #ffffffad;
}
.hours-card dd {
  margin: 0;
  font-weight: 750;
}
.hours-card > p {
  color: #ffffff85;
  font-size: 0.75rem;
}
.hours-card .button {
  width: 100%;
  margin-top: 10px;
}
.map-card {
  background: #dbe2dc;
  grid-column: 1/-1;
  min-height: 390px;
  overflow: hidden;
}
.map-card iframe {
  filter: saturate(0.66) contrast(1.05);
  border: 0;
  width: 100%;
  height: 100%;
  min-height: 390px;
  display: block;
}
.closing-cta {
  background: var(--sage-200);
  padding-block: 72px;
}
.closing-cta__inner {
  justify-content: space-between;
  align-items: center;
  gap: 60px;
  display: flex;
}
.closing-cta h2 {
  color: var(--forest-950);
  margin-bottom: 12px;
  font-size: clamp(2.2rem, 4vw, 3.7rem);
}
.closing-cta p:last-child {
  color: #4e5c55;
  max-width: 680px;
  margin-bottom: 0;
}
.closing-cta .button {
  flex: none;
}
.site-footer {
  color: #ffffffad;
  background: #0d2922;
}
.footer-main {
  grid-template-columns: 1.5fr repeat(3, 1fr);
  gap: 60px;
  padding-block: 74px 60px;
  display: grid;
}
.brand--footer .brand-copy {
  color: var(--white);
}
.brand--footer .brand-stone {
  background: #73a089;
  border-color: #ffffff4d;
}
.footer-brand > p {
  max-width: 300px;
  margin: 22px 0 0;
  font-size: 0.85rem;
}
.footer-main h3 {
  color: var(--white);
  letter-spacing: 0.13em;
  text-transform: uppercase;
  margin-bottom: 18px;
  font-size: 0.73rem;
}
.footer-main > div:not(.footer-brand) {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}
.footer-main > div:not(.footer-brand) a,
.footer-main > div:not(.footer-brand) p {
  margin: 0 0 10px;
  font-size: 0.8rem;
}
.footer-main a:hover {
  color: var(--white);
}
.footer-bottom {
  border-top: 1px solid #ffffff1a;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  min-height: 74px;
  font-size: 0.68rem;
  display: flex;
}
.footer-bottom p {
  margin: 0;
}
.mobile-actions {
  display: none;
}
.legal-page {
  background:
    radial-gradient(circle at 90% 0%, #d8e5ddd9, transparent 28%),
    var(--limestone);
  min-height: 100vh;
  padding: clamp(48px, 8vw, 100px) 0;
}
.legal-shell {
  width: min(760px, 100% - 36px);
  margin-inline: auto;
}
.legal-back {
  color: var(--forest-700);
  align-items: center;
  gap: 8px;
  margin-bottom: 70px;
  font-size: 0.8rem;
  font-weight: 800;
  display: inline-flex;
}
.legal-back:hover {
  color: var(--forest-950);
}
.legal-page h1 {
  max-width: 680px;
  color: var(--forest-950);
  margin-bottom: 28px;
}
.legal-intro {
  color: var(--forest-800);
  margin-bottom: 76px;
  font-family:
    Georgia,
    Times New Roman,
    serif;
  font-size: 1.35rem;
  line-height: 1.6;
}
.legal-page section {
  border-top: 1px solid var(--line);
  padding: 34px 0 12px;
}
.legal-page section h2 {
  color: var(--forest-950);
  letter-spacing: -0.02em;
  margin-bottom: 16px;
  font-family:
    Georgia,
    Times New Roman,
    serif;
  font-size: 1.8rem;
}
.legal-page section p {
  color: var(--muted);
}
.legal-contact {
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
  display: flex;
}
.legal-contact a {
  border: 1px solid var(--line);
  min-height: 44px;
  color: var(--forest-800);
  background: #ffffff73;
  border-radius: 999px;
  align-items: center;
  gap: 8px;
  padding: 9px 14px;
  font-size: 0.78rem;
  font-weight: 750;
  display: inline-flex;
}
.legal-contact a:hover {
  border-color: var(--forest-700);
  background: var(--white);
}
.legal-updated {
  color: #7c8983;
  margin: 54px 0 0;
  font-size: 0.72rem;
}
@keyframes hero-in {
  0% {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (width<=1050px) {
  .desktop-nav {
    gap: 18px;
  }
  .desktop-nav a {
    font-size: 0.78rem;
  }
  .header-cta {
    display: none;
  }
  .hero-grid {
    grid-template-columns: 1fr 0.72fr;
  }
  .care-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (width<=880px) {
  :root {
    --shell: min(100% - 36px, 720px);
  }
  html {
    scroll-padding-top: 82px;
  }
  .utility-bar {
    display: none;
  }
  .header-inner {
    min-height: 72px;
  }
  .desktop-nav {
    display: none;
  }
  .mobile-menu {
    display: block;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 48px;
    min-height: 0;
    padding-block: 72px;
  }
  .hero-copy {
    max-width: 720px;
  }
  .hero-panel {
    min-height: 470px;
  }
  .trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .trust-grid div,
  .trust-grid div:first-child {
    border: 0;
    border-bottom: 1px solid var(--line);
  }
  .trust-grid div:nth-child(odd) {
    border-right: 1px solid var(--line);
  }
  .section-heading,
  .visit-heading {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .about-grid {
    grid-template-columns: 1fr;
  }
  .profile-card {
    min-height: 510px;
  }
  .about-copy {
    max-width: none;
  }
  .pathways-grid {
    grid-template-columns: 1fr;
    margin-bottom: 76px;
  }
  .pathway-card {
    min-height: 0;
  }
  .information-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .information-grid > div:first-child {
    position: static;
  }
  .visit-grid {
    grid-template-columns: 1fr;
  }
  .map-card {
    grid-column: auto;
  }
  .closing-cta__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
  .footer-main {
    grid-template-columns: 1.5fr 1fr;
  }
}
@media (width<=620px) {
  :root {
    --shell: calc(100% - 28px);
  }
  body {
    padding-bottom: 66px;
  }
  .brand-copy strong {
    font-size: 1rem;
  }
  .brand-copy span {
    font-size: 0.56rem;
  }
  .mobile-menu summary span {
    display: none;
  }
  .hero-grid {
    padding-block: 56px 60px;
  }
  .hero h1 {
    font-size: clamp(2.75rem, 14vw, 4.2rem);
  }
  .hero-actions {
    display: grid;
  }
  .hero-actions .button {
    width: 100%;
  }
  .hero-panel {
    border-radius: 24px;
    min-height: 430px;
  }
  .hero-panel__visual {
    height: 145px;
    transform: scale(0.86);
  }
  .hero-stats {
    gap: 8px;
  }
  .hero-stats strong {
    font-size: 1.2rem;
  }
  .trust-grid {
    grid-template-columns: 1fr;
    padding-block: 4px;
  }
  .trust-grid div,
  .trust-grid div:first-child,
  .trust-grid div:nth-child(odd) {
    border: 0;
    border-bottom: 1px solid var(--line);
    justify-content: flex-start;
    padding-inline: 6px;
  }
  .trust-grid div:last-child {
    border-bottom: 0;
  }
  .section {
    padding-block: 80px;
  }
  .section-heading {
    margin-bottom: 42px;
  }
  .section-heading h2 {
    font-size: 2.55rem;
  }
  .care-grid,
  .steps-grid {
    grid-template-columns: 1fr;
  }
  .care-card {
    min-height: 290px;
  }
  .profile-card {
    min-height: 480px;
    padding: 28px;
  }
  .profile-card h3 {
    font-size: 2rem;
  }
  .about-principles {
    flex-direction: column;
    align-items: flex-start;
  }
  .steps-grid li {
    min-height: 260px;
    padding: 30px;
  }
  .steps-grid li > span {
    margin-bottom: 45px;
  }
  .information-grid h3 {
    font-size: 1.95rem;
  }
  .visit-card,
  .hours-card {
    padding: 20px;
  }
  .visit-detail {
    grid-template-columns: 42px 1fr;
    gap: 14px;
  }
  .visit-detail .icon-box {
    width: 42px;
    height: 42px;
  }
  .visit-detail strong,
  .visit-primary-link {
    font-size: 1.25rem;
  }
  .hours-card dl div {
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
  }
  .footer-main {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .footer-bottom {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
    padding-block: 22px;
  }
  .mobile-actions {
    z-index: 120;
    height: 66px;
    color: var(--white);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    background: #0d2922f7;
    border-top: 1px solid #ffffff1f;
    grid-template-columns: 1fr 1fr;
    display: grid;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: 0 -12px 34px #09211b29;
  }
  .mobile-actions a {
    justify-content: center;
    align-items: center;
    gap: 9px;
    min-height: 48px;
    margin: 8px 0;
    font-size: 0.8rem;
    font-weight: 800;
    display: flex;
  }
  .mobile-actions a + a {
    border-left: 1px solid #ffffff26;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  :before,
  :after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
