:root {
  --beige: #f4eadb;
  --beige-2: #fbf7ef;
  --cream: #fffaf3;
  --green: #285c50;
  --green-soft: #8fa68f;
  --terracotta: #e3a18d;
  --clay: #a86751;
  --cocoa: #5f4637;
  --ink: #302b27;
  --muted: #716961;
  --line: rgba(48, 43, 39, 0.12);
  --shadow: 0 22px 55px rgba(66, 48, 35, 0.12);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Avenir, "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  font-family: var(--sans);
  background: var(--beige-2);
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.nav-shell {
  width: min(1320px, calc(100% - 36px));
  min-height: 96px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.nav-right {
  display: flex;
  align-items: center;
  gap: clamp(12px, 1.2vw, 22px);
  color: var(--green);
  font-weight: 700;
  font-size: 0.92rem;
  white-space: nowrap;
}

.nav-right { justify-content: flex-start; }

.nav-shell a:not(.logo-link):hover,
.nav-shell a.active {
  color: var(--clay);
}

.logo-link img {
  width: 230px;
  height: 82px;
  object-fit: contain;
}

.appointment-link {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border-radius: 999px;
  color: white !important;
  background: var(--terracotta);
  white-space: nowrap;
}

.menu-toggle,
.mobile-menu {
  display: none;
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - 118px);
  display: grid;
  place-items: center;
  padding: clamp(80px, 10vw, 150px) 20px;
  text-align: center;
  isolation: isolate;
  background: var(--beige);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: url("assets/hero-cabinet.jpeg") center / cover no-repeat;
  filter: saturate(1.02) contrast(1.03);
  transform: none;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 50% 50%, rgba(251, 247, 239, 0.76) 0 18%, rgba(251, 247, 239, 0.54) 31%, rgba(251, 247, 239, 0.18) 52%, rgba(251, 247, 239, 0.03) 74%),
    linear-gradient(180deg, rgba(255, 250, 243, 0.12), rgba(255, 250, 243, 0.03));
  backdrop-filter: blur(0);
}

.hero .hero-kicker,
.hero .hero-title,
.hero .hero-actions {
  position: relative;
}

.hero .hero-kicker::before,
.hero .hero-title::before {
  content: "";
  position: absolute;
  inset: -30px -70px;
  z-index: -1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 250, 243, 0.58), rgba(255, 250, 243, 0.22) 52%, transparent 74%);
  filter: blur(20px);
}

.hero .hero-kicker::before {
  inset: -20px -55px;
  background: radial-gradient(circle, rgba(255, 250, 243, 0.82), rgba(255, 250, 243, 0.42) 55%, transparent 76%);
}

.hero > div {
  width: min(860px, 100%);
  padding: 0;
}

.hero-kicker {
  margin: 0 0 14px;
  color: var(--cocoa);
  font-family: var(--serif);
  font-size: clamp(1rem, 1.7vw, 1.75rem);
  font-weight: 400;
  line-height: 1.2;
  text-shadow:
    0 1px 0 rgba(255, 250, 243, 0.9),
    0 3px 18px rgba(255, 250, 243, 0.78);
}

.hero-title {
  margin: 0;
  color: var(--cocoa);
  font-family: var(--serif);
  font-size: clamp(3rem, 6.1vw, 6rem);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  text-shadow: 0 3px 22px rgba(255, 250, 243, 0.62);
}

.hero-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 50px;
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 800;
}

.button.primary { color: white; background: var(--green); }
.button.soft { color: var(--green); border-color: rgba(40, 92, 80, 0.22); background: rgba(255,255,255,0.55); }
.button.terracotta { color: white; background: var(--terracotta); }

.section {
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(76px, 9vw, 124px) 0;
}

.section.compact { padding-top: clamp(48px, 6vw, 78px); }

.eyebrow {
  margin: 0 0 14px;
  color: var(--clay);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

h1, h2, h3 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: 0;
}

.page-hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: clamp(86px, 9vw, 136px) 20px;
  text-align: center;
  background: var(--beige);
}

.page-hero > .eyebrow {
  display: none;
}

.page-hero::before,
.detail-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: url("assets/hero-cabinet.jpeg") center / cover no-repeat;
  filter: blur(4px) saturate(0.9);
  transform: scale(1.04);
}

.page-hero::after,
.detail-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(251, 247, 239, 0.88), rgba(244, 234, 219, 0.78)),
    rgba(255, 250, 243, 0.45);
}

.page-hero .icon-mark,
.detail-hero .icon-mark {
  margin: -12px auto 24px;
}

.page-hero h1,
.detail-hero h1,
.section-title {
  color: var(--green);
  font-size: clamp(2.45rem, 5.2vw, 5.6rem);
  line-height: 1;
}

.page-hero p,
.detail-hero p {
  max-width: 760px;
  margin: 30px auto 0;
  color: var(--green);
  font-size: clamp(1.08rem, 1.7vw, 1.45rem);
  line-height: 1.75;
}

.home-about {
  display: grid;
  grid-template-columns: minmax(280px, 0.48fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(38px, 7vw, 92px);
}

.portrait-frame {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  background: var(--beige);
  box-shadow: var(--shadow);
}

.portrait-frame::after,
.image-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(226, 161, 141, 0.06);
  pointer-events: none;
}

.portrait-frame img {
  width: 100%;
  aspect-ratio: 0.78;
  object-fit: cover;
}

.copy h2 {
  max-width: 760px;
  color: var(--green);
  font-size: clamp(2.15rem, 4vw, 4.1rem);
  line-height: 1;
}

.copy p {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.85;
}

.icon-showcase {
  padding: clamp(38px, 5vw, 62px) 20px;
  border-block: 1px solid var(--line);
  background: white;
}

.icon-showcase-inner {
  width: min(1120px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(9, minmax(76px, 1fr));
  gap: clamp(14px, 2vw, 30px);
  align-items: center;
}

.psy-icon {
  min-height: 104px;
  display: grid;
  place-items: center;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.psy-icon img {
  width: min(100%, 108px);
  height: 82px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.service-card,
.resource-card,
.article-card,
.admin-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--cream);
  box-shadow: var(--shadow);
}

.image-card {
  position: relative;
  overflow: hidden;
}

.service-card img {
  width: 100%;
  aspect-ratio: 1.35;
  object-fit: cover;
}

.card-body {
  padding: 26px;
}

.card-body h3,
.resource-card h3,
.article-card h3,
.admin-card h3 {
  color: var(--green);
  font-size: 1.7rem;
  line-height: 1.08;
}

.card-body p,
.resource-card p,
.article-card p,
.admin-card p,
.content-body p,
.content-body li {
  color: var(--muted);
  line-height: 1.75;
}

.text-link {
  display: inline-block;
  margin-top: 10px;
  color: var(--clay);
  font-weight: 800;
}

.section-heading-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 38px;
}

.section-title.small {
  font-size: clamp(2rem, 3.8vw, 3.8rem);
}

.home-insights {
  padding-bottom: clamp(48px, 6vw, 84px);
}

.home-blog {
  padding-top: clamp(40px, 5vw, 76px);
}

.home-insights .section-title,
.home-blog .section-title,
.testimonial-slider-section .section-title {
  color: #705846;
}

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

.stat-card {
  min-height: 210px;
  display: grid;
  align-content: center;
  gap: 18px;
  padding: 34px;
  border: 1px solid rgba(168, 103, 81, 0.18);
  border-radius: 6px;
  background:
    linear-gradient(145deg, rgba(255, 250, 243, 0.92), rgba(244, 234, 219, 0.76));
  box-shadow: 0 22px 54px rgba(66, 48, 35, 0.10);
}

.stat-card strong {
  color: var(--clay);
  font-family: var(--serif);
  font-size: clamp(3.2rem, 6vw, 5.8rem);
  font-weight: 400;
  line-height: 0.85;
}

.stat-card span {
  max-width: 250px;
  color: #62564c;
  font-weight: 800;
  line-height: 1.45;
}

.detail-hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  width: min(1180px, calc(100% - 36px));
  margin: 76px auto 0;
  padding: clamp(80px, 10vw, 150px) 24px;
  text-align: center;
  background: var(--beige);
  box-shadow: 0 22px 70px rgba(66, 48, 35, 0.08);
}

.icon-mark {
  width: 132px;
  height: 132px;
  color: var(--green-soft);
}

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

.content-body {
  width: min(860px, calc(100% - 36px));
  margin: 0 auto;
  padding: 72px 0 112px;
  font-size: 1.08rem;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.52fr);
  gap: clamp(36px, 6vw, 80px);
  align-items: start;
}

.soft-panel {
  padding: 34px;
  border: 1px solid var(--line);
  background: var(--beige);
}

.list-clean {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
}

.list-clean li {
  padding: 16px 18px;
  background: rgba(255,255,255,0.55);
  border: 1px solid var(--line);
}

.resource-grid,
.admin-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.resource-card,
.article-card,
.admin-card {
  padding: 32px;
}

.resource-icon {
  width: 82px;
  height: 70px;
  object-fit: contain;
  margin-bottom: 22px;
  mix-blend-mode: multiply;
}

.article-thumb {
  width: calc(100% + 64px);
  aspect-ratio: 1.45;
  object-fit: cover;
  margin: -32px -32px 24px;
}

.home-blog .cards-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.home-blog .article-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding-bottom: 34px;
}

.home-blog .article-thumb {
  height: clamp(260px, 22vw, 330px);
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center;
  flex: 0 0 auto;
}

.home-blog .article-card .text-link {
  margin-top: auto;
}

.article-hero-image {
  width: 100%;
  max-height: 460px;
  object-fit: cover;
  margin-bottom: 32px;
  border-radius: 4px;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}

.video-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--cream);
  box-shadow: var(--shadow);
}

.video-card iframe,
.video-embed iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  display: block;
}

.video-card div {
  padding: 26px;
}

.video-card h3 {
  color: var(--green);
  font-size: 1.65rem;
}

.video-card p {
  color: var(--muted);
  line-height: 1.7;
}

.video-embed {
  overflow: hidden;
  margin-bottom: 32px;
  border-radius: 4px;
  box-shadow: var(--shadow);
}

.testimonial-slider-section {
  position: relative;
  overflow: hidden;
  padding-top: clamp(70px, 8vw, 112px);
  padding-bottom: clamp(70px, 8vw, 112px);
  isolation: isolate;
}

.testimonial-slider-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: url("assets/hero-cabinet.jpeg") center / cover no-repeat;
  filter: blur(8px) saturate(0.9);
  transform: scale(1.06);
}

.testimonial-slider-section::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(251, 247, 239, 0.90), rgba(244, 234, 219, 0.76)),
    rgba(255, 250, 243, 0.5);
}

.slider-shell {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 48px;
  align-items: center;
  gap: 18px;
  margin-top: 38px;
}

.slider-arrow {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(40, 92, 80, 0.2);
  border-radius: 50%;
  color: var(--green);
  background: var(--cream);
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 12px 26px rgba(66, 48, 35, 0.08);
}

.testimonial-slider {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 24px) / 2);
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.testimonial-slider::-webkit-scrollbar {
  display: none;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.testimonial-card {
  width: 100%;
  min-height: 285px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--cream);
  box-shadow: var(--shadow);
  scroll-snap-align: start;
}

.testimonial-grid .testimonial-card {
  width: auto;
}

.testimonial-card img {
  width: 58px;
  height: 58px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 18px;
  border: 3px solid #fff8ef;
  box-shadow: 0 10px 20px rgba(66, 48, 35, 0.12);
}

.testimonial-card p {
  color: var(--muted);
  line-height: 1.75;
}

.testimonial-card h3 {
  color: var(--green);
  font-size: 1.35rem;
}

.testimonial-card span {
  color: var(--clay);
  font-weight: 800;
}

.home-booking {
  padding-top: clamp(70px, 8vw, 112px);
}

.booking-panel {
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1fr);
  gap: clamp(30px, 5vw, 70px);
  align-items: start;
  padding: clamp(30px, 5vw, 58px);
  border: 1px solid rgba(168, 103, 81, 0.18);
  border-radius: 6px;
  background:
    linear-gradient(145deg, rgba(255, 250, 243, 0.94), rgba(244, 234, 219, 0.78));
  box-shadow: var(--shadow);
}

.booking-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.75;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.form-field.full { grid-column: 1 / -1; }

label {
  display: grid;
  gap: 8px;
  color: var(--green);
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  min-height: 50px;
  border: 1px solid rgba(40, 92, 80, 0.22);
  border-radius: 4px;
  padding: 12px 14px;
  color: var(--ink);
  background: white;
  font: inherit;
}

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

.notice {
  padding: 16px 18px;
  margin-bottom: 22px;
  border: 1px solid rgba(40, 92, 80, 0.2);
  background: rgba(143, 166, 143, 0.14);
  color: var(--green);
}

.slot-checkbox-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 12px;
  margin: 22px 0;
}

.slot-checkbox {
  display: grid;
  gap: 8px;
  place-items: center;
  min-height: 74px;
  border: 1px solid rgba(40, 92, 80, 0.2);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.58);
  cursor: pointer;
}

.slot-checkbox input {
  width: auto;
  min-height: 0;
}

.slot-checkbox span {
  color: var(--green);
  font-weight: 800;
}

.admin-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: center;
  padding: 16px 0;
  border-top: 1px solid var(--line);
}

.admin-row form {
  margin: 0;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 14px 30px;
  padding: 42px max(20px, calc((100vw - 1120px) / 2));
  color: var(--muted);
  border-top: 1px solid var(--line);
  background: white;
}

.site-footer img {
  width: 188px;
  height: 86px;
  object-fit: contain;
}
.site-footer p { max-width: 360px; margin: 12px 0 0; line-height: 1.6; }
.site-footer nav { display: flex; gap: 20px; color: var(--green); font-weight: 800; }
.footer-note {
  grid-column: 1;
  grid-row: 2;
  align-self: end;
  font-size: 0.9rem;
}

@media (max-width: 1050px) {
  .nav-right { display: none; }

  .nav-shell {
    min-height: 92px;
  }

  .logo-link img { width: 206px; height: 76px; }

  .menu-toggle {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    padding: 0 18px;
    border: 1px solid var(--line);
    border-radius: 999px;
    color: var(--green);
    background: white;
    font-weight: 800;
  }

  .mobile-menu.is-open {
    display: grid;
    gap: 2px;
    padding: 12px 20px 22px;
    border-top: 1px solid var(--line);
    background: white;
  }

  .mobile-menu a {
    padding: 14px 10px;
    color: var(--green);
    font-weight: 800;
  }

  .hero { min-height: calc(100vh - 92px); }
  .cards-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .stats-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .home-blog .cards-grid { grid-template-columns: 1fr; }
  .home-blog .article-card {
    display: grid;
    grid-template-columns: minmax(320px, 0.48fr) minmax(0, 1fr);
    gap: 28px;
    align-items: stretch;
    padding: 0;
  }
  .home-blog .article-thumb {
    width: 100%;
    height: 100%;
    min-height: 300px;
    margin: 0;
  }
  .home-blog .article-card > :not(.article-thumb) {
    margin-left: 0;
    margin-right: 0;
  }
  .home-blog .article-card .eyebrow,
  .home-blog .article-card h3,
  .home-blog .article-card p,
  .home-blog .article-card .text-link {
    grid-column: 2;
    padding-right: 28px;
  }
  .home-blog .article-card .eyebrow { padding-top: 30px; }
  .home-blog .article-card .text-link { padding-bottom: 30px; }
}

@media (max-width: 760px) {
  .nav-shell { width: min(100% - 26px, 540px); }
  .logo-link img { width: 174px; height: 64px; }

  .hero {
    min-height: 620px;
    padding: 76px 18px;
  }

  .hero > div {
    padding: 0 8px;
  }

  .section-heading-row {
    display: grid;
    gap: 10px;
    align-items: start;
  }

  .hero-actions,
  .booking-panel,
  .form-grid,
  .home-about,
  .split,
  .resource-grid,
  .admin-grid,
  .video-grid,
  .testimonial-grid,
  .stats-grid,
  .slot-checkbox-grid,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .hero-actions { display: grid; }
  .button { width: 100%; }
  .cards-grid { grid-template-columns: 1fr; }
  .home-blog .article-card {
    display: flex;
    padding-bottom: 30px;
  }
  .home-blog .article-thumb {
    width: calc(100% + 64px);
    height: 250px;
    margin: -32px -32px 24px;
  }
  .home-blog .article-card .eyebrow,
  .home-blog .article-card h3,
  .home-blog .article-card p,
  .home-blog .article-card .text-link {
    padding-right: 0;
  }
  .home-blog .article-card .eyebrow { padding-top: 0; }
  .home-blog .article-card .text-link { padding-bottom: 0; }
  .icon-showcase-inner {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px 22px;
  }

  .psy-icon { min-height: 86px; }
  .psy-icon img { width: 96px; height: 70px; }
  .slider-shell {
    grid-template-columns: 1fr;
  }

  .slider-arrow {
    display: none;
  }

  .testimonial-slider {
    grid-auto-columns: 86%;
  }
  .detail-hero { margin-top: 34px; width: min(100% - 28px, 540px); }
  .site-footer nav { flex-wrap: wrap; }
}
