:root {
  --ysh-forest: #2b2420;
  --ysh-forest-deep: #1c1714;
  --ysh-sage: #6a5d4e;
  --ysh-moss: #8a7a68;
  --ysh-clay: #c45a32;
  --ysh-clay-deep: #a34424;
  --ysh-sand: #d9c4a8;
  --ysh-ivory: #f8f1e8;
  --ysh-ivory-deep: #efe4d4;
  --ysh-ink: #2a231e;
  --ysh-muted: #6b5f55;
  --ysh-paper: #fbf6ef;
  --ysh-white: #fffdf9;
  --ysh-line: rgba(43, 36, 32, 0.12);
  --ysh-shadow: 0 24px 48px rgba(28, 23, 20, 0.14);
  --ysh-display: "Fraunces", "Palatino Linotype", Georgia, serif;
  --ysh-sans: "Outfit", "Segoe UI", sans-serif;
  --ysh-top: 38px;
  --ysh-header: 78px;
  --ysh-offset: calc(var(--ysh-top) + var(--ysh-header));
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--ysh-header) + 12px);
}

body {
  margin: 0;
  color: var(--ysh-ink);
  background: var(--ysh-paper);
  font-family: var(--ysh-sans);
  font-size: 16.5px;
  line-height: 1.7;
}

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

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

h1,
h2,
h3,
.ysh-logo__text {
  font-family: var(--ysh-display);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: var(--ysh-forest);
  margin: 0 0 0.55em;
}

p {
  margin: 0 0 1rem;
}

figure {
  margin: 0;
}

.ysh-container {
  width: min(1140px, calc(100% - 40px));
  margin: 0 auto;
}

section[id] {
  scroll-margin-top: calc(var(--ysh-header) + 16px);
}

.ysh-skip {
  position: absolute;
  left: 16px;
  top: -44px;
  z-index: 80;
  background: var(--ysh-forest);
  color: var(--ysh-ivory);
  padding: 8px 12px;
}

.ysh-skip:focus {
  top: 12px;
}

.ysh-eyebrow {
  display: inline-block;
  margin: 0 0 12px;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ysh-sage);
}

.ysh-eyebrow--clay {
  color: var(--ysh-clay);
}

.ysh-topbar {
  height: var(--ysh-top);
  background: var(--ysh-forest-deep);
  color: rgba(246, 241, 232, 0.82);
  font-size: 0.78rem;
}

.ysh-topbar__inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 22px;
}

.ysh-topbar a:hover {
  color: var(--ysh-sand);
}

.ysh-header {
  position: sticky;
  top: 0;
  z-index: 50;
  height: var(--ysh-header);
  background: var(--ysh-forest);
  color: var(--ysh-ivory);
}

.ysh-header.is-scrolled {
  box-shadow: 0 10px 28px rgba(20, 36, 31, 0.28);
}

.ysh-header__inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.ysh-logo {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ysh-logo__img {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 50%;
  background: var(--ysh-ivory);
}

.ysh-logo__text {
  margin: 0;
  color: var(--ysh-ivory);
  font-size: 1.45rem;
}

.ysh-nav {
  display: flex;
  align-items: center;
  gap: 22px;
}

.ysh-nav-list {
  display: flex;
  gap: 18px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.ysh-nav-list a {
  color: rgba(246, 241, 232, 0.78);
  font-size: 0.92rem;
  font-weight: 500;
}

.ysh-nav-list a:hover,
.ysh-nav-list a.is-active {
  color: var(--ysh-ivory);
}

.ysh-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  padding: 10px;
  cursor: pointer;
}

.ysh-toggle span {
  display: block;
  height: 2px;
  margin: 6px 0;
  background: var(--ysh-ivory);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.ysh-toggle.is-open span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.ysh-toggle.is-open span:nth-child(2) {
  opacity: 0;
}

.ysh-toggle.is-open span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.ysh-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border: 0;
  border-radius: 999px;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
}

.ysh-btn--clay {
  background: var(--ysh-clay);
  color: var(--ysh-forest-deep);
}

.ysh-btn--clay:hover {
  background: var(--ysh-clay-deep);
  color: var(--ysh-ivory);
}

.ysh-btn--ghost {
  background: transparent;
  color: var(--ysh-ivory);
  border: 1px solid rgba(246, 241, 232, 0.4);
}

.ysh-btn--full {
  width: 100%;
}

.ysh-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  min-height: calc(100vh - var(--ysh-offset));
  background: var(--ysh-forest);
  color: var(--ysh-ivory);
}

.ysh-hero h1 {
  color: var(--ysh-ivory);
  font-size: clamp(2.4rem, 5vw, 4.4rem);
  max-width: 12ch;
}

.ysh-hero__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 72px clamp(28px, 6vw, 80px);
}

.ysh-lead {
  font-size: 1.05rem;
  max-width: 42ch;
  color: rgba(246, 241, 232, 0.86);
}

.ysh-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 8px 0 22px;
}

.ysh-hero__note {
  margin: 0;
  font-size: 0.88rem;
  color: rgba(246, 241, 232, 0.62);
  max-width: 46ch;
}

.ysh-hero__media {
  position: relative;
  overflow: hidden;
}

.ysh-hero__media::after {
  content: "";
  position: absolute;
  inset: 28px auto auto 0;
  width: 14px;
  height: 48%;
  background: var(--ysh-clay);
}

.ysh-hero__media img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
}

.ysh-hours {
  background: var(--ysh-ivory);
  border-bottom: 1px solid var(--ysh-line);
  padding: 22px 0;
}

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

.ysh-hours__label {
  margin: 0 0 4px;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ysh-sage);
  font-weight: 600;
}

.ysh-hours__value {
  margin: 0;
  font-family: var(--ysh-display);
  color: var(--ysh-forest);
  font-size: 1.15rem;
}

.ysh-section {
  padding: 92px 0;
}

.ysh-section__intro {
  max-width: 640px;
  margin-bottom: 42px;
}

.ysh-section__intro h2 {
  font-size: clamp(2rem, 4vw, 3rem);
}

.ysh-about {
  background: var(--ysh-paper);
}

.ysh-about__grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 64px;
  align-items: center;
}

.ysh-about__copy h2 {
  font-size: clamp(2rem, 4vw, 3rem);
}

.ysh-about__media {
  position: relative;
  padding: 18px 0 0 18px;
}

.ysh-about__media::before {
  content: "";
  position: absolute;
  inset: 0 28px 28px 0;
  background: var(--ysh-sand);
  z-index: 0;
}

.ysh-about__media img {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 520px;
  object-fit: cover;
}

.ysh-about__media figcaption {
  position: relative;
  z-index: 1;
  margin-top: 10px;
  font-size: 0.82rem;
  color: var(--ysh-muted);
}

.ysh-checklist {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.ysh-checklist li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
}

.ysh-checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 10px;
  height: 10px;
  background: var(--ysh-clay);
  border-radius: 50%;
}

.ysh-care {
  background: var(--ysh-ivory);
}

.ysh-care__grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  grid-template-rows: auto auto;
  gap: 20px;
}

.ysh-card {
  background: var(--ysh-white);
  overflow: hidden;
  box-shadow: var(--ysh-shadow);
  border-radius: 4px;
}

.ysh-card--wide {
  grid-column: 1;
  grid-row: 1 / span 2;
  display: flex;
  flex-direction: column;
}

.ysh-card--wide .ysh-card__media img {
  min-height: 280px;
}

.ysh-card__media img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}

.ysh-card__body {
  padding: 22px 22px 26px;
}

.ysh-card__index {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  color: var(--ysh-clay-deep);
  font-weight: 700;
}

.ysh-card__link {
  display: inline-block;
  margin-top: 8px;
  font-weight: 600;
  color: var(--ysh-sage);
  border-bottom: 1px solid var(--ysh-clay);
}

.ysh-path {
  background: var(--ysh-forest);
  color: var(--ysh-ivory);
}

.ysh-path h2,
.ysh-path h3 {
  color: var(--ysh-ivory);
}

.ysh-path .ysh-eyebrow {
  color: var(--ysh-sand);
}

.ysh-path__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.ysh-path__list li {
  padding: 22px 18px;
  background: rgba(246, 241, 232, 0.06);
  border-top: 3px solid var(--ysh-clay);
}

.ysh-path__num {
  display: block;
  margin-bottom: 10px;
  font-family: var(--ysh-display);
  font-size: 1.4rem;
  color: var(--ysh-sand);
}

.ysh-faq__layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 48px;
  align-items: start;
}

.ysh-faq__item {
  background: var(--ysh-white);
  border: 1px solid var(--ysh-line);
  margin-bottom: 10px;
  padding: 4px 18px;
  border-radius: 4px;
}

.ysh-faq__item summary {
  cursor: pointer;
  font-weight: 600;
  padding: 14px 0;
  list-style: none;
}

.ysh-faq__item summary::-webkit-details-marker {
  display: none;
}

.ysh-faq__item p {
  color: var(--ysh-muted);
  padding-bottom: 12px;
}

.ysh-contact {
  padding-bottom: 0;
  background: linear-gradient(180deg, var(--ysh-paper) 0%, var(--ysh-ivory) 100%);
}

.ysh-contact__grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 48px;
  padding-bottom: 56px;
}

.ysh-contact__list {
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
  display: grid;
  gap: 16px;
}

.ysh-contact__list span {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ysh-sage);
  margin-bottom: 4px;
}

.ysh-contact__list a:hover {
  color: var(--ysh-clay-deep);
}

address,
.ysh-contact__list p {
  font-style: normal;
  margin: 0;
}

.ysh-form {
  background: var(--ysh-white);
  padding: 28px;
  box-shadow: var(--ysh-shadow);
  display: grid;
  gap: 14px;
  border-radius: 4px;
}

.ysh-form label {
  display: grid;
  gap: 7px;
  font-weight: 600;
  font-size: 0.9rem;
}

.ysh-form__split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.ysh-form input,
.ysh-form textarea,
.ysh-form select {
  width: 100%;
  border: 1px solid var(--ysh-line);
  border-radius: 4px;
  padding: 11px 12px;
  font: inherit;
  background: var(--ysh-paper);
}

.ysh-form input:focus,
.ysh-form textarea:focus,
.ysh-form select:focus {
  outline: 2px solid var(--ysh-sage);
  border-color: transparent;
}

.ysh-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.ysh-form__legal {
  margin: 0;
  font-size: 0.82rem;
  color: var(--ysh-muted);
  font-weight: 400;
}

.ysh-form__legal a {
  text-decoration: underline;
  color: var(--ysh-forest);
}

.ysh-form__status {
  min-height: 1.4em;
  margin: 0;
  font-weight: 500;
}

.ysh-form__status.is-success {
  color: var(--ysh-sage);
}

.ysh-form__status.is-error {
  color: #9a3b2a;
}

.ysh-map {
  height: 360px;
}

.ysh-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.ysh-footer {
  background: var(--ysh-forest-deep);
  color: rgba(246, 241, 232, 0.82);
  padding: 64px 0 0;
}

.ysh-footer__grid {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 1fr;
  gap: 36px;
  padding-bottom: 36px;
}

.ysh-footer__heading {
  margin: 0 0 12px;
  font-size: 0.74rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ysh-sand);
  font-weight: 700;
}

.ysh-footer__links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ysh-footer__links li {
  margin-bottom: 8px;
}

.ysh-footer a:hover {
  color: var(--ysh-ivory);
}

.ysh-footer__contact {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-style: normal;
}

.ysh-footer__bar {
  border-top: 1px solid rgba(246, 241, 232, 0.12);
  padding: 16px 0 22px;
  font-size: 0.88rem;
}

.ysh-footer__bar-inner {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.ysh-footer__bar p {
  margin: 0;
}

.ysh-footer__bar a {
  margin-left: 10px;
  text-decoration: underline;
}

.ysh-page {
  padding: 48px 0 88px;
}

.ysh-page__inner {
  max-width: 760px;
}

.ysh-article__header h1 {
  margin: 0 0 24px;
  font-size: clamp(2rem, 4vw, 3rem);
}

.ysh-article__body h2 {
  margin: 28px 0 10px;
  font-size: 1.35rem;
}

.ysh-404 {
  padding: 40px 0 80px;
}

body.nav-open {
  overflow: hidden;
}

@media (max-width: 980px) {
  .ysh-hero,
  .ysh-about__grid,
  .ysh-care__grid,
  .ysh-path__list,
  .ysh-faq__layout,
  .ysh-contact__grid,
  .ysh-hours__row,
  .ysh-footer__grid {
    grid-template-columns: 1fr;
  }

  .ysh-card--wide {
    grid-column: auto;
    grid-row: auto;
  }

  .ysh-hero {
    min-height: 0;
  }

  .ysh-hero__media img,
  .ysh-about__media img {
    min-height: 280px;
    height: 48vh;
  }

  .ysh-hero__copy {
    padding: 48px 24px 40px;
  }
}

@media (max-width: 760px) {
  .ysh-topbar {
    display: none;
  }

  .ysh-toggle {
    display: block;
  }

  .ysh-nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: var(--ysh-header);
    background: var(--ysh-forest-deep);
    padding: 18px 22px 28px;
    flex-direction: column;
    align-items: stretch;
  }

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

  .ysh-nav-list {
    flex-direction: column;
    gap: 14px;
  }

  .ysh-form__split,
  .ysh-footer__bar-inner {
    grid-template-columns: 1fr;
    display: grid;
  }

  .ysh-section {
    padding: 64px 0;
  }
}
