:root {
  --ink: #173d35;
  --ink-deep: #0e2a25;
  --leaf: #52725d;
  --leaf-soft: #8aa08c;
  --gold: #d2b06f;
  --cream: #fffaf1;
  --sand: #f4ead8;
  --paper: #fffefa;
  --white: #ffffff;
  --text: #24312d;
  --muted: #64706b;
  --line: rgba(23, 61, 53, 0.14);
  --shadow: 0 24px 70px rgba(32, 48, 42, 0.14);
  --radius: 28px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

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

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

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

.section {
  padding: 110px 0;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  color: var(--white);
  background: var(--ink-deep);
  border-radius: 8px;
  transform: translateY(-150%);
}

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

.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;
}

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  transition: background 0.3s ease, box-shadow 0.3s ease;
}

.site-header.scrolled,
.site-header.menu-visible {
  background: rgba(255, 254, 250, 0.94);
  box-shadow: 0 8px 30px rgba(29, 53, 45, 0.08);
  backdrop-filter: blur(14px);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 84px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
}

.brand-mark {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 50%;
}

.brand-mark img {
  width: 46px;
  height: 46px;
  object-fit: cover;
}

.brand-copy {
  display: grid;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.08rem;
  line-height: 1.05;
  letter-spacing: 0.02em;
}

.brand-copy strong {
  font-size: 0.68rem;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  color: var(--ink-deep);
  font-size: 0.92rem;
  font-weight: 600;
}

.main-nav > a:not(.nav-cta) {
  position: relative;
  padding: 8px 0;
}

.main-nav > a:not(.nav-cta)::after {
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: var(--ink);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.25s ease;
}

.main-nav > a:hover::after,
.main-nav > a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.nav-cta {
  padding: 11px 19px;
  color: var(--white);
  background: var(--ink);
  border-radius: 999px;
  transition: background 0.2s ease, transform 0.2s ease;
}

.nav-cta:hover {
  background: var(--ink-deep);
  transform: translateY(-2px);
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  padding: 10px;
  cursor: pointer;
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 50%;
}

.menu-toggle > span:not(.sr-only) {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: var(--ink);
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.hero {
  position: relative;
  min-height: 790px;
  padding: 150px 0 82px;
  overflow: hidden;
  background:
    linear-gradient(120deg, rgba(255, 250, 241, 0.9), rgba(244, 234, 216, 0.8)),
    radial-gradient(circle at 20% 30%, #fff 0, transparent 40%);
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(420px, 0.96fr);
  align-items: center;
  gap: clamp(52px, 7vw, 100px);
}

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

.eyebrow.light {
  color: #d8c18f;
}

h1,
h2,
h3,
blockquote {
  margin-top: 0;
  color: var(--ink-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  line-height: 1.08;
}

h1 {
  max-width: 720px;
  margin-bottom: 26px;
  font-size: clamp(3.2rem, 6.3vw, 6.4rem);
  letter-spacing: -0.055em;
}

h2 {
  margin-bottom: 22px;
  font-size: clamp(2.5rem, 4.4vw, 4.5rem);
  letter-spacing: -0.045em;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.55rem;
}

.hero-lead {
  max-width: 620px;
  margin: 0 0 34px;
  color: #46544f;
  font-size: 1.12rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 22px;
  font-size: 0.94rem;
  font-weight: 750;
  border: 1px solid transparent;
  border-radius: 999px;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

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

.button svg {
  width: 20px;
  fill: currentColor;
}

.button-primary {
  color: var(--white);
  background: var(--ink);
  box-shadow: 0 14px 30px rgba(23, 61, 53, 0.22);
}

.button-primary:hover {
  background: var(--ink-deep);
}

.button-ghost {
  color: var(--ink);
  border-color: rgba(23, 61, 53, 0.36);
}

.button-ghost:hover {
  background: rgba(255, 255, 255, 0.55);
  border-color: var(--ink);
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 48px;
  padding-top: 24px;
  color: var(--muted);
  font-size: 0.86rem;
  border-top: 1px solid var(--line);
}

.trust-row span {
  display: flex;
  align-items: baseline;
  gap: 7px;
}

.trust-row strong {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.5rem;
}

.hero-visual {
  position: relative;
  justify-self: end;
  width: min(100%, 500px);
}

.hero-image-frame {
  position: relative;
  height: 590px;
  overflow: hidden;
  border: 10px solid rgba(255, 255, 255, 0.76);
  border-radius: 240px 240px 34px 34px;
  box-shadow: var(--shadow);
}

.hero-image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 32%;
}

.hero-note {
  position: absolute;
  right: -34px;
  bottom: 36px;
  display: flex;
  max-width: 275px;
  align-items: center;
  gap: 14px;
  padding: 17px 20px;
  background: rgba(255, 254, 250, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 18px;
  box-shadow: 0 16px 45px rgba(23, 61, 53, 0.18);
  backdrop-filter: blur(10px);
}

.hero-note p {
  margin: 0;
  font-size: 0.86rem;
  line-height: 1.45;
}

.note-icon {
  color: var(--gold);
  font-size: 1.6rem;
}

.hero-orb {
  position: absolute;
  border: 1px solid rgba(82, 114, 93, 0.16);
  border-radius: 50%;
}

.hero-orb-one {
  right: -180px;
  top: -120px;
  width: 570px;
  height: 570px;
}

.hero-orb-two {
  right: -60px;
  top: 2px;
  width: 330px;
  height: 330px;
}

.about {
  border-bottom: 1px solid var(--line);
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(50px, 8vw, 120px);
}

.about .section-heading {
  max-width: 620px;
}

.about-copy {
  padding-top: 36px;
  color: #4d5a55;
  font-size: 1.07rem;
}

.about-copy p:first-child {
  margin-top: 0;
}

.services {
  background: var(--cream);
}

.section-heading.centered {
  max-width: 730px;
  margin: 0 auto 64px;
  text-align: center;
}

.section-heading.centered > p:last-child {
  margin: -8px 0 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.services-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.22fr);
  gap: 22px;
}

.service-feature {
  position: relative;
  display: flex;
  min-height: 510px;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: 36px;
  color: var(--white);
  background: var(--ink);
  border-radius: var(--radius);
}

.service-feature::before {
  position: absolute;
  inset: 0;
  content: "";
  background: radial-gradient(circle at 85% 15%, rgba(210, 176, 111, 0.28), transparent 36%);
}

.service-feature > div:not(.service-feature-image) {
  position: relative;
  z-index: 2;
}

.service-feature h3,
.service-feature p {
  color: var(--white);
}

.service-feature h3 {
  margin-bottom: 12px;
  font-size: 2rem;
}

.service-feature p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}

.service-number {
  display: block;
  margin-bottom: 8px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.service-feature-image {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 68%;
  aspect-ratio: 1;
  overflow: hidden;
  background: #fff;
  border-radius: 50%;
  opacity: 0.94;
}

.service-feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.service-list article {
  min-height: 102px;
  padding: 19px 22px;
  background: rgba(255, 255, 255, 0.52);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  transition: background 0.25s ease, transform 0.25s ease;
}

.service-list article:hover {
  z-index: 1;
  background: var(--white);
  transform: translateY(-3px);
}

.service-list span {
  display: block;
  margin-bottom: 8px;
  color: var(--leaf-soft);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.service-list h3 {
  margin: 0;
  font-size: clamp(1.08rem, 1.8vw, 1.45rem);
}

.experience-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(350px, 0.98fr);
  align-items: center;
  gap: clamp(60px, 8vw, 110px);
}

.experience-gallery {
  position: relative;
  min-height: 610px;
}

.experience-gallery figure {
  margin: 0;
  overflow: hidden;
  background: var(--sand);
}

.experience-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-main {
  position: absolute;
  top: 0;
  left: 0;
  width: 75%;
  height: 530px;
  border-radius: 210px 210px 24px 24px;
  box-shadow: var(--shadow);
}

.gallery-main img {
  object-position: center top;
}

.gallery-small {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 44%;
  height: 280px;
  border: 8px solid var(--paper);
  border-radius: 22px;
  box-shadow: 0 18px 50px rgba(33, 57, 48, 0.18);
}

.experience-content > p:not(.eyebrow):not(.science-note) {
  color: var(--muted);
  font-size: 1.05rem;
}

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

.check-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--ink-deep);
  font-weight: 650;
}

.check-list svg {
  width: 23px;
  height: 23px;
  padding: 4px;
  fill: none;
  stroke: var(--white);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.5;
  background: var(--leaf);
  border-radius: 50%;
}

.science-note {
  padding: 18px 20px;
  color: #4f5d57;
  font-size: 0.87rem;
  background: var(--cream);
  border-left: 3px solid var(--gold);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 4px;
  color: var(--ink);
  font-weight: 750;
  border-bottom: 1px solid var(--ink);
}

.text-link span,
.therapy-copy a span {
  transition: transform 0.2s ease;
}

.text-link:hover span,
.therapy-copy a:hover span {
  transform: translateX(5px);
}

.therapy-strip {
  display: grid;
  min-height: 590px;
  grid-template-columns: 1fr 1fr;
  background: var(--ink-deep);
}

.therapy-image {
  min-height: 590px;
}

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

.therapy-copy {
  display: flex;
  max-width: 650px;
  flex-direction: column;
  justify-content: center;
  padding: clamp(60px, 8vw, 120px);
}

.therapy-copy blockquote {
  margin-bottom: 36px;
  color: var(--white);
  font-size: clamp(2.15rem, 4vw, 3.9rem);
  letter-spacing: -0.035em;
}

.therapy-copy a {
  display: inline-flex;
  align-self: flex-start;
  align-items: center;
  gap: 8px;
  padding-bottom: 5px;
  color: var(--white);
  font-weight: 700;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

.partners {
  background: #f8f5ee;
}

.partner-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.partner-grid > div {
  display: grid;
  min-height: 145px;
  place-items: center;
  padding: 24px;
  background: var(--white);
  border: 1px solid rgba(23, 61, 53, 0.09);
  border-radius: 18px;
  filter: grayscale(1);
  transition: filter 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.partner-grid > div:hover {
  filter: grayscale(0);
  transform: translateY(-4px);
  box-shadow: 0 16px 38px rgba(35, 55, 47, 0.09);
}

.partner-grid img {
  width: 100%;
  max-height: 82px;
  object-fit: contain;
}

.contact {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #f8f5ee;
}

.contact-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(300px, 0.7fr);
  align-items: center;
  gap: 60px;
  overflow: hidden;
  padding: clamp(44px, 7vw, 82px);
  color: var(--white);
  background: var(--ink);
  border-radius: 34px;
}

.contact-card::after {
  position: absolute;
  right: -100px;
  bottom: -170px;
  width: 390px;
  height: 390px;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
}

.contact-card h2 {
  max-width: 650px;
  margin-bottom: 15px;
  color: var(--white);
}

.contact-card p:last-child {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}

.contact-actions {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 16px;
}

.button-light {
  color: var(--ink-deep);
  background: var(--white);
}

.instagram-link {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.94rem;
  text-align: center;
}

.site-footer {
  padding: 34px 0;
  background: var(--paper);
  border-top: 1px solid var(--line);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 20px;
  color: var(--muted);
  font-size: 0.82rem;
}

.footer-grid > p:last-child {
  text-align: right;
}

.footer-brand .brand-mark {
  width: 42px;
  height: 42px;
}

.footer-brand .brand-mark img {
  width: 39px;
  height: 39px;
}

.floating-whatsapp {
  position: fixed;
  z-index: 90;
  right: 22px;
  bottom: 22px;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  color: var(--white);
  background: #25d366;
  border: 4px solid var(--white);
  border-radius: 50%;
  box-shadow: 0 10px 28px rgba(20, 80, 48, 0.25);
  transition: transform 0.2s ease;
}

.floating-whatsapp:hover {
  transform: translateY(-4px) scale(1.03);
}

.floating-whatsapp svg {
  width: 28px;
  fill: currentColor;
}

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 980px) {
  .menu-toggle {
    z-index: 102;
    display: block;
  }

  .menu-toggle[aria-expanded="true"] > span:nth-child(2) {
    transform: translateY(6px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] > span:nth-child(3) {
    opacity: 0;
  }

  .menu-toggle[aria-expanded="true"] > span:nth-child(4) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .main-nav {
    position: fixed;
    inset: 0;
    z-index: 101;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 24px;
    padding: 110px 30px 50px;
    background: rgba(255, 254, 250, 0.98);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.55rem;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-12px);
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
  }

  .main-nav.open {
    visibility: visible;
    opacity: 1;
    transform: none;
  }

  .nav-cta {
    margin-top: 8px;
    font-family: Inter, ui-sans-serif, system-ui, sans-serif;
    font-size: 1rem;
  }

  .hero {
    padding-top: 130px;
  }

  .hero-grid,
  .about-grid,
  .experience-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    gap: 60px;
  }

  .hero-content {
    max-width: 780px;
  }

  .hero-visual {
    justify-self: center;
    width: min(85%, 520px);
  }

  .about-copy {
    max-width: 700px;
    padding-top: 0;
  }

  .services-layout {
    grid-template-columns: 1fr;
  }

  .service-feature {
    min-height: 470px;
  }

  .service-feature-image {
    width: min(52%, 360px);
  }

  .experience-grid {
    gap: 70px;
  }

  .experience-gallery {
    width: min(100%, 640px);
  }

  .experience-content {
    max-width: 720px;
  }

  .therapy-copy {
    padding: 60px 44px;
  }

  .partner-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .contact-card {
    grid-template-columns: 1fr;
  }

  .contact-actions {
    max-width: 340px;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-grid > p:first-of-type {
    display: none;
  }
}

@media (max-width: 680px) {
  .container {
    width: min(calc(100% - 30px), var(--container));
  }

  .section {
    padding: 78px 0;
  }

  .nav-wrap {
    min-height: 74px;
  }

  .brand-mark {
    width: 44px;
    height: 44px;
  }

  .brand-mark img {
    width: 41px;
    height: 41px;
  }

  .hero {
    min-height: auto;
    padding: 114px 0 70px;
  }

  h1 {
    font-size: clamp(2.85rem, 14vw, 4.15rem);
  }

  h2 {
    font-size: clamp(2.25rem, 11vw, 3.3rem);
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-actions .button {
    width: 100%;
  }

  .trust-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }

  .trust-row span {
    align-items: flex-start;
    flex-direction: column;
    gap: 0;
    line-height: 1.35;
  }

  .hero-visual {
    width: 94%;
  }

  .hero-image-frame {
    height: 500px;
  }

  .hero-note {
    right: -8px;
    bottom: -24px;
    max-width: 250px;
  }

  .section-heading.centered {
    margin-bottom: 44px;
    text-align: left;
  }

  .service-feature {
    min-height: 440px;
    padding: 28px;
  }

  .service-feature-image {
    width: 74%;
  }

  .service-list {
    grid-template-columns: 1fr;
  }

  .experience-gallery {
    min-height: 510px;
  }

  .gallery-main {
    width: 82%;
    height: 450px;
  }

  .gallery-small {
    width: 48%;
    height: 230px;
  }

  .therapy-strip {
    grid-template-columns: 1fr;
  }

  .therapy-image {
    min-height: 430px;
  }

  .therapy-copy {
    padding: 64px 25px;
  }

  .partner-grid {
    grid-template-columns: 1fr;
  }

  .partner-grid > div {
    min-height: 120px;
  }

  .contact {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .contact-card {
    gap: 38px;
    width: min(calc(100% - 20px), var(--container));
    padding: 44px 25px;
    border-radius: 24px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-grid > p:last-child {
    margin: 0;
    text-align: left;
  }

  .floating-whatsapp {
    right: 14px;
    bottom: 14px;
    width: 54px;
    height: 54px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
