:root {
  --bg: #fbfaf5;
  --paper: #fffdf8;
  --soft: #f0eadf;
  --sage: #72865a;
  --leaf: #527d18;
  --deep: #244213;
  --clay: #bd846d;
  --ink: #2f302b;
  --muted: #696b60;
  --line: rgba(47, 48, 43, 0.14);
  --shadow: 0 22px 55px rgba(51, 56, 42, 0.12);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--ink);
  font-family: "Heebo", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.7;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(114, 134, 90, 0.06), transparent 34%),
    linear-gradient(180deg, rgba(189, 132, 109, 0.05), transparent 42%);
  z-index: -1;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 17px clamp(20px, 5vw, 72px);
  background:
    linear-gradient(135deg, rgba(54, 91, 32, 0.94), rgba(80, 119, 45, 0.9) 54%, rgba(45, 79, 26, 0.94)),
    radial-gradient(circle at 18% 0%, rgba(255, 255, 255, 0.12), transparent 34%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 10px 30px rgba(36, 66, 19, 0.12);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  line-height: 1.1;
}

.brand-mark {
  width: 72px;
  height: 54px;
  object-fit: contain;
  opacity: 1;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 23px;
  font-weight: 800;
}

.brand small {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
  font-weight: 900;
}

.nav-links {
  display: flex;
  justify-content: flex-start;
  gap: clamp(14px, 2.4vw, 32px);
  color: rgba(255, 255, 255, 0.9);
  font-family: "Amatic SC", cursive;
  font-size: clamp(25px, 1.75vw, 31px);
  font-weight: 700;
  line-height: 1;
}

.nav-links a {
  border-bottom: 1px solid transparent;
  transition: color 180ms ease, border-color 180ms ease;
}

.nav-links a:hover,
.nav-links a:focus {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.78);
}

.header-cta,
.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  padding: 10px 22px;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.header-cta,
.button-primary {
  background: var(--deep);
  color: #fff;
}

.header-cta {
  border-color: rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16), 0 8px 20px rgba(20, 41, 10, 0.12);
}

.button-secondary {
  background: transparent;
  color: var(--deep);
  border-color: rgba(36, 66, 19, 0.28);
}

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

.button-secondary:hover {
  background: rgba(82, 125, 24, 0.08);
}

.header-cta[href*="wa.me"]::after,
.button-primary[href*="wa.me"]::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  background: currentColor;
  opacity: 0.95;
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.05 4.2A11.6 11.6 0 0 0 6 21.62L4.4 27.6l6.1-1.6a11.6 11.6 0 1 0 5.55-21.8Zm0 2.1a9.5 9.5 0 1 1-4.56 17.84l-.37-.2-3.68.97.96-3.57-.23-.38A9.5 9.5 0 0 1 16.05 6.3Zm-4.16 4.36c-.23-.52-.48-.54-.71-.55h-.62c-.21 0-.55.08-.84.4-.3.31-1.1 1.08-1.1 2.63s1.13 3.06 1.28 3.27c.16.21 2.18 3.5 5.37 4.76 2.65 1.04 3.2.84 3.77.78.57-.05 1.84-.75 2.1-1.48.27-.73.27-1.35.19-1.49-.08-.13-.29-.21-.6-.36l-2.2-1.09c-.32-.16-.55-.23-.78.23-.23.47-.9 1.09-1.1 1.33-.21.23-.42.26-.73.1-.31-.15-1.32-.48-2.51-1.55-.93-.83-1.55-1.85-1.74-2.16-.18-.31-.02-.48.14-.64.14-.14.31-.36.46-.55.16-.18.21-.31.31-.52.11-.21.06-.39-.02-.55l-.71-1.73Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.05 4.2A11.6 11.6 0 0 0 6 21.62L4.4 27.6l6.1-1.6a11.6 11.6 0 1 0 5.55-21.8Zm0 2.1a9.5 9.5 0 1 1-4.56 17.84l-.37-.2-3.68.97.96-3.57-.23-.38A9.5 9.5 0 0 1 16.05 6.3Zm-4.16 4.36c-.23-.52-.48-.54-.71-.55h-.62c-.21 0-.55.08-.84.4-.3.31-1.1 1.08-1.1 2.63s1.13 3.06 1.28 3.27c.16.21 2.18 3.5 5.37 4.76 2.65 1.04 3.2.84 3.77.78.57-.05 1.84-.75 2.1-1.48.27-.73.27-1.35.19-1.49-.08-.13-.29-.21-.6-.36l-2.2-1.09c-.32-.16-.55-.23-.78.23-.23.47-.9 1.09-1.1 1.33-.21.23-.42.26-.73.1-.31-.15-1.32-.48-2.51-1.55-.93-.83-1.55-1.85-1.74-2.16-.18-.31-.02-.48.14-.64.14-.14.31-.36.46-.55.16-.18.21-.31.31-.52.11-.21.06-.39-.02-.55l-.71-1.73Z'/%3E%3C/svg%3E") center / contain no-repeat;
  animation: whatsapp-nudge 2200ms ease-in-out infinite;
}

@keyframes whatsapp-nudge {
  0%,
  72%,
  100% {
    transform: translateY(0) rotate(0deg) scale(1);
  }

  80% {
    transform: translateY(-1px) rotate(-7deg) scale(1.08);
  }

  88% {
    transform: translateY(0) rotate(5deg) scale(1.02);
  }
}

section {
  padding: clamp(64px, 8vw, 112px) clamp(20px, 5vw, 72px);
}

.section-band {
  background: linear-gradient(135deg, rgba(240, 234, 223, 0.7), rgba(255, 253, 248, 0.82));
}

.hero {
  position: relative;
  min-height: auto;
  overflow: visible;
  padding: 0 0 clamp(92px, 8vw, 126px);
  background:
    radial-gradient(circle at 12% 18%, rgba(138, 160, 104, 0.14), transparent 24%),
    linear-gradient(180deg, rgba(250, 247, 239, 0.94), rgba(255, 253, 248, 0.98));
}

.hero-frame {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(500px, 1.05fr);
  width: 100%;
  min-height: clamp(720px, 68vw, 850px);
  margin-inline: 0;
  overflow: hidden;
  isolation: isolate;
  border-radius: 0 0 48% 52% / 0 0 10% 14%;
}

.hero-frame::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset-block: 0;
  right: -5%;
  width: 88%;
  border-radius: 48% 0 0 60% / 12% 0 0 86%;
  background:
    radial-gradient(circle at 18% 24%, rgba(255, 255, 255, 0.16), transparent 27%),
    radial-gradient(ellipse at 2% 50%, rgba(119, 150, 94, 0.5), rgba(79, 119, 52, 0.22) 32%, transparent 55%),
    linear-gradient(135deg, rgba(73, 111, 45, 0.96), rgba(36, 66, 19, 0.98) 70%);
  box-shadow: 0 26px 62px rgba(36, 66, 19, 0.16);
}

.hero-frame::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: -8%;
  bottom: -8%;
  width: 58%;
  height: 112%;
  border-radius: 54% 46% 42% 58% / 18% 28% 72% 82%;
  background:
    radial-gradient(circle at 58% 36%, rgba(133, 161, 99, 0.28), rgba(77, 119, 52, 0.2) 52%, rgba(139, 163, 105, 0.08) 76%, transparent 100%);
  transform: rotate(-7deg);
}

.hero-content {
  position: relative;
  z-index: 3;
  width: min(100%, 820px);
  align-self: center;
  justify-self: end;
  padding: 58px clamp(54px, 7vw, 118px) 70px clamp(84px, 8vw, 132px);
}

.hero-words {
  position: absolute;
  inset-block-end: 11%;
  left: 34%;
  z-index: 2;
  display: grid;
  gap: 6px;
  width: min(25vw, 380px);
  color: rgba(255, 255, 255, 0.13);
  font-family: "Heebo", Arial, sans-serif;
  font-size: clamp(86px, 7.8vw, 142px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.76;
  text-align: right;
  text-shadow: 0 9px 28px rgba(12, 34, 5, 0.2);
  mix-blend-mode: soft-light;
  opacity: 0.92;
  pointer-events: none;
}

.hero-words span:nth-child(2) {
  color: rgba(255, 255, 255, 0.2);
  transform: translateX(-9%);
}

.hero-words span:nth-child(3) {
  color: rgba(255, 255, 255, 0.14);
  transform: translateX(6%);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--leaf);
  font-size: clamp(18px, 1.35vw, 22px);
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--ink);
  font-family: inherit;
  font-weight: 800;
  line-height: 1.12;
}

h1 {
  max-width: 820px;
  font-size: clamp(44px, 4.8vw, 76px);
  font-weight: 900;
  line-height: 1.02;
}

h2 {
  font-size: clamp(34px, 4vw, 58px);
  font-weight: 800;
}

h3 {
  font-size: 25px;
  font-weight: 800;
}

.hero-text,
.section-copy p,
.contact-copy p {
  max-width: 650px;
  color: var(--muted);
  font-size: clamp(19px, 2vw, 23px);
}

.hero-text {
  color: rgba(255, 255, 255, 0.84);
  margin-block: 16px 0;
  font-size: clamp(17px, 1.45vw, 20px);
  line-height: 1.62;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.18);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 20px;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 18px;
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 13px;
  font-weight: 700;
}

.trust-row span {
  position: relative;
  padding-inline-start: 14px;
}

.trust-row span::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(214, 229, 193, 0.92);
  transform: translateY(-50%);
}

.hero-visual {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.hero-visual::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 6%;
  top: 5%;
  width: min(58%, 920px);
  height: 92%;
  border-radius: 34% 66% 47% 53% / 10% 18% 82% 90%;
  background:
    radial-gradient(ellipse at 58% 42%, rgba(84, 123, 61, 0.2), rgba(84, 123, 61, 0.08) 54%, transparent 76%),
    linear-gradient(90deg, transparent, rgba(255, 253, 248, 0.36) 26%, rgba(255, 253, 248, 0.12) 68%, transparent);
  filter: blur(0.2px);
}

.hero-visual::after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 35%;
  top: 0;
  width: 20%;
  height: 100%;
  background: linear-gradient(90deg, rgba(251, 250, 245, 0), rgba(74, 111, 45, 0.24), rgba(36, 66, 19, 0));
  filter: blur(12px);
}

.hero-visual img,
.image-pair img,
.about-image img {
  position: relative;
  width: 100%;
  border-radius: var(--radius);
  object-fit: cover;
  box-shadow: var(--shadow);
}

.hero-visual img {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: min(66%, 1080px);
  height: 100%;
  object-fit: contain;
  object-position: 47% bottom;
  box-shadow: none;
  opacity: 0.98;
  mix-blend-mode: multiply;
  -webkit-mask-image:
    radial-gradient(ellipse 118% 100% at 44% 52%, #000 0%, #000 64%, rgba(0, 0, 0, 0.9) 74%, rgba(0, 0, 0, 0.42) 88%, transparent 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, #000 8%, #000 57%, rgba(0, 0, 0, 0.88) 70%, rgba(0, 0, 0, 0.32) 88%, transparent 100%);
  mask-image:
    radial-gradient(ellipse 118% 100% at 44% 52%, #000 0%, #000 64%, rgba(0, 0, 0, 0.9) 74%, rgba(0, 0, 0, 0.42) 88%, transparent 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, #000 8%, #000 57%, rgba(0, 0, 0, 0.88) 70%, rgba(0, 0, 0, 0.32) 88%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-composite: intersect;
}

.hero-content .eyebrow {
  color: rgba(255, 255, 255, 0.88);
  font-family: "Amatic SC", cursive;
  font-size: clamp(32px, 2.7vw, 46px);
  line-height: 0.95;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.14);
}

.hero-transition-plant {
  position: absolute;
  z-index: 6;
  bottom: -278px;
  left: 49%;
  width: min(35vw, 510px);
  height: auto;
  pointer-events: none;
  transform: translateX(-50%);
  filter: drop-shadow(0 13px 12px rgba(31, 63, 20, 0.1));
}

main {
  display: flex;
  flex-direction: column;
}

.hero {
  order: 1;
}

.intro {
  order: 2;
}

.campaign-proof {
  order: 3;
}

.about {
  order: 4;
}

.approach {
  order: 5;
}

.treatments {
  order: 6;
}

.mid-cta {
  order: 7;
}

.first-meeting {
  order: 8;
}

.testimonials {
  order: 9;
}

.faq {
  order: 10;
}

.contact {
  order: 11;
}

.hero-content h1 {
  max-width: 760px;
  color: #fff;
  font-family: "Amatic SC", cursive;
  font-size: clamp(74px, 6.1vw, 102px);
  font-weight: 700;
  line-height: 0.9;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.18);
}

.hero-content .button-primary {
  min-height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 999px;
  padding-inline: 24px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--deep);
  box-shadow: 0 10px 24px rgba(20, 42, 11, 0.12);
}

.hero-content .button-secondary {
  border-color: rgba(255, 255, 255, 0.42);
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(6px);
}

.intro {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(30px, 4vw, 48px);
  align-items: center;
  text-align: center;
  isolation: isolate;
  overflow: hidden;
  padding-top: clamp(220px, 18vw, 284px);
  padding-bottom: clamp(76px, 9vw, 126px);
}

.intro::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 45%;
  left: -7%;
  width: 114%;
  height: 230px;
  border-radius: 48% 52% 44% 56% / 36% 44% 56% 64%;
  background: linear-gradient(102deg, rgba(105, 139, 71, 0.13), rgba(64, 105, 46, 0.2) 48%, rgba(135, 159, 102, 0.12));
  transform: rotate(-3deg);
}

.intro-copy {
  max-width: 1120px;
  margin-inline: auto;
}

.intro-copy .eyebrow {
  margin-bottom: 12px;
  color: var(--leaf);
  font-family: "Amatic SC", cursive;
  font-size: clamp(34px, 2.7vw, 46px);
  font-weight: 700;
  line-height: 0.95;
  text-transform: none;
}

.intro-copy h2 {
  color: var(--deep);
  font-family: "Amatic SC", cursive;
  font-size: clamp(62px, 5.5vw, 88px);
  font-weight: 700;
  line-height: 0.9;
  white-space: nowrap;
}

.intro-grid,
.treatment-grid,
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.intro-grid {
  position: relative;
  z-index: 1;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: min(100%, 1480px);
  margin-inline: auto;
  gap: clamp(16px, 1.8vw, 26px);
}

.intro-grid article,
.treatment-grid article,
.testimonial-grid article {
  position: relative;
  overflow: hidden;
  min-height: 190px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 253, 248, 0.76);
}

.intro-grid article {
  display: grid;
  min-height: 470px;
  grid-template-rows: 200px auto 1fr;
  gap: 0;
  padding: 0;
  border-color: rgba(74, 104, 54, 0.2);
  border-radius: 48% 52% 42% 58% / 23% 22% 19% 20%;
  background: linear-gradient(180deg, #fffdf8 0%, rgba(255, 253, 248, 0.82) 100%);
  box-shadow: 0 22px 48px rgba(51, 56, 42, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.intro-grid article:nth-child(2) {
  border-radius: 54% 46% 55% 45% / 20% 25% 18% 23%;
  transform: translateY(22px);
}

.intro-grid article:nth-child(3) {
  border-radius: 44% 56% 50% 50% / 25% 19% 23% 18%;
}

.intro-grid article:nth-child(4) {
  border-radius: 51% 49% 46% 54% / 21% 27% 20% 24%;
  transform: translateY(10px);
}

.intro-grid article:hover {
  transform: translateY(-5px);
  border-color: rgba(82, 125, 24, 0.28);
  box-shadow: 0 30px 65px rgba(51, 56, 42, 0.13);
}

.intro-grid article:nth-child(2):hover {
  transform: translateY(17px);
}

.intro-grid article:nth-child(4):hover {
  transform: translateY(5px);
}

.intro-grid article::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(82, 125, 24, 0.08), transparent 42%);
}

.intro-grid img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 48% 52% 10% 10% / 28% 26% 5% 5%;
}

.intro-grid article:nth-child(2) img {
  border-radius: 54% 46% 10% 10% / 25% 30% 5% 5%;
}

.intro-grid article:nth-child(3) img {
  border-radius: 44% 56% 10% 10% / 30% 24% 5% 5%;
}

.intro-grid article:nth-child(4) img {
  border-radius: 51% 49% 10% 10% / 26% 32% 5% 5%;
  object-position: center 54%;
}

.intro-grid h3,
.intro-grid p {
  position: relative;
  z-index: 1;
}

.campaign-proof {
  position: relative;
  display: grid;
  justify-items: center;
  overflow: hidden;
  padding-block: clamp(46px, 4.6vw, 70px);
  text-align: center;
  isolation: isolate;
  background:
    linear-gradient(180deg, rgba(224, 234, 213, 0.82), rgba(243, 246, 237, 0.96) 48%, rgba(218, 230, 204, 0.82));
}

.campaign-proof::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: -8%;
  bottom: -156px;
  width: 116%;
  height: 200px;
  border-radius: 46% 54% 0 0 / 62% 74% 0 0;
  background: rgba(94, 126, 67, 0.17);
  transform: rotate(-2deg);
}

.campaign-proof::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -164px;
  left: -7%;
  width: 114%;
  height: 206px;
  border-radius: 0 0 48% 52% / 0 0 72% 64%;
  background: rgba(255, 253, 248, 0.72);
  transform: rotate(1.4deg);
}

.campaign-proof .eyebrow,
.mid-cta .eyebrow {
  margin-bottom: 8px;
  font-family: "Amatic SC", cursive;
  font-size: clamp(30px, 2.4vw, 42px);
  font-weight: 700;
  line-height: 0.95;
  text-transform: none;
}

.campaign-proof blockquote {
  max-width: none;
  margin: 0;
  color: var(--deep);
  font-family: "Amatic SC", cursive;
  font-size: clamp(38px, 3.35vw, 56px);
  font-weight: 700;
  line-height: 1.02;
  white-space: nowrap;
}

.campaign-proof span {
  margin-top: 18px;
  color: var(--leaf);
  font-size: 17px;
  font-weight: 800;
}

.mid-cta {
  position: relative;
  display: grid;
  justify-items: center;
  overflow: hidden;
  padding-block: clamp(62px, 7vw, 96px);
  text-align: center;
  isolation: isolate;
  background:
    linear-gradient(112deg, rgba(36, 66, 19, 0.96), rgba(76, 112, 53, 0.9)),
    url("assets/contact-bg.jpg") center 52% / cover no-repeat;
}

.mid-cta::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -150px;
  left: -4%;
  width: 108%;
  height: 210px;
  border-radius: 0 0 54% 46% / 0 0 76% 62%;
  background: rgba(255, 255, 255, 0.08);
  transform: rotate(2deg);
}

.mid-cta .eyebrow {
  color: rgba(255, 255, 255, 0.76);
}

.mid-cta h2 {
  color: #fff;
  font-family: "Amatic SC", cursive;
  font-size: clamp(58px, 5.4vw, 88px);
  font-weight: 700;
  line-height: 0.92;
}

.mid-cta p:not(.eyebrow) {
  max-width: 760px;
  margin: 16px 0 22px;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(18px, 1.45vw, 21px);
}

.mid-cta .button-primary {
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.94);
  color: var(--deep);
}

.intro-grid h3 {
  padding: 24px 18px 0;
  color: var(--deep);
  font-family: "Amatic SC", cursive;
  font-size: clamp(36px, 2.55vw, 44px);
  font-weight: 700;
  line-height: 0.92;
  white-space: normal;
}

.intro-grid p,
.treatment-grid p,
.testimonial-grid p,
.faq p {
  margin: 12px 0 0;
  color: var(--muted);
}

.intro-grid p {
  margin: 0;
  padding: 14px 22px 34px;
  color: rgba(47, 48, 43, 0.68);
  font-size: 17px;
  line-height: 1.75;
}

.approach,
.first-meeting,
.about,
.contact {
  display: grid;
  grid-template-columns: minmax(280px, 460px) minmax(0, 1fr);
  gap: clamp(34px, 6vw, 82px);
  align-items: center;
}

.approach {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(240, 234, 223, 0.74), rgba(255, 253, 248, 0.94));
}

.approach .section-copy {
  max-width: 780px;
  margin-inline: auto;
  text-align: right;
}

.approach::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset-inline-end: -12%;
  bottom: -112px;
  width: 72%;
  height: 240px;
  border-radius: 49% 51% 0 0 / 72% 82% 0 0;
  background: rgba(104, 139, 74, 0.12);
  transform: rotate(-3deg);
}

.image-pair img {
  aspect-ratio: 3 / 4;
  object-position: center top;
}

.approach .image-pair {
  position: relative;
  padding: 18px;
}

.approach .image-pair::before {
  content: "";
  position: absolute;
  inset: 0;
  clip-path: polygon(18% 2%, 79% 0%, 98% 24%, 91% 85%, 70% 99%, 14% 94%, 0 66%, 7% 21%);
  background: rgba(104, 139, 74, 0.16);
  transform: rotate(-5deg);
}

.approach .image-pair img {
  position: relative;
  border-radius: 0;
  clip-path: polygon(16% 2%, 80% 0%, 97% 22%, 92% 84%, 72% 98%, 15% 94%, 1% 66%, 6% 20%);
  box-shadow: none;
}

.section-copy p {
  margin: 22px 0 0;
}

.approach .eyebrow,
.first-meeting .eyebrow,
.testimonials .eyebrow,
.faq .eyebrow,
.contact .eyebrow,
.treatments .eyebrow {
  margin-bottom: 12px;
  color: var(--leaf);
  font-family: "Amatic SC", cursive;
  font-size: clamp(34px, 2.8vw, 48px);
  font-weight: 700;
  line-height: 0.95;
  text-transform: none;
}

.approach h2,
.first-meeting h2,
.testimonials h2,
.faq h2,
.contact h2,
.treatments h2 {
  color: var(--deep);
  font-family: "Amatic SC", cursive;
  font-weight: 700;
  line-height: 0.94;
}

.approach h2,
.first-meeting h2,
.testimonials h2,
.contact h2 {
  font-size: clamp(56px, 5vw, 82px);
}

.section-heading {
  max-width: 860px;
  margin-bottom: 34px;
}

.treatments {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  text-align: center;
  background: rgba(255, 253, 248, 0.84);
}

.treatments::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 48%;
  left: -7%;
  width: 114%;
  height: 250px;
  border-radius: 48% 52% 44% 56% / 38% 44% 56% 62%;
  background: linear-gradient(100deg, rgba(109, 142, 76, 0.1), rgba(76, 112, 53, 0.16), rgba(144, 165, 111, 0.1));
  transform: rotate(2deg);
}

.treatments .section-heading {
  margin-inline: auto;
  margin-bottom: clamp(34px, 5vw, 58px);
}

.treatments h2 {
  position: relative;
  display: inline-block;
  padding-bottom: 16px;
  font-size: clamp(66px, 6vw, 98px);
  font-weight: 700;
}

.treatments h2::after {
  content: "";
  position: absolute;
  right: 50%;
  bottom: 0;
  width: 78px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--clay), var(--leaf));
  transform: translateX(50%);
}

.treatment-grid article {
  display: grid;
  min-height: 340px;
  place-items: center;
  align-content: center;
  padding: 42px 48px;
  text-align: center;
  background:
    radial-gradient(ellipse at 14% 18%, rgba(82, 125, 24, 0.13) 0 7%, transparent 7.5%),
    radial-gradient(ellipse at 84% 76%, rgba(189, 132, 109, 0.12) 0 8%, transparent 8.5%),
    radial-gradient(circle at 50% 0%, rgba(189, 132, 109, 0.14), transparent 36%),
    linear-gradient(180deg, rgba(255, 253, 248, 0.95), rgba(250, 247, 239, 0.82));
  box-shadow: 0 18px 42px rgba(51, 56, 42, 0.07);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.treatment-grid article {
  border-radius: 30% 70% 30% 70% / 20% 24% 76% 80%;
}

.treatment-grid article:nth-child(2n) {
  border-radius: 64% 36% 62% 38% / 24% 28% 72% 76%;
}

.treatment-grid article:nth-child(3n) {
  border-radius: 42% 58% 34% 66% / 22% 35% 65% 78%;
}

.treatment-grid article:hover {
  transform: translateY(-5px);
  border-color: rgba(82, 125, 24, 0.28);
  box-shadow: 0 28px 62px rgba(51, 56, 42, 0.12);
}

.treatment-grid article::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 78%, rgba(36, 66, 19, 0.14) 0 2px, transparent 2.6px),
    radial-gradient(circle at 76% 22%, rgba(36, 66, 19, 0.11) 0 1.5px, transparent 2.2px),
    radial-gradient(circle at 64% 86%, rgba(189, 132, 109, 0.13) 0 2px, transparent 2.8px),
    linear-gradient(135deg, rgba(82, 125, 24, 0.08), transparent 44%);
}

.treatment-icon {
  position: relative;
  z-index: 1;
  display: inline-grid;
  width: 70px;
  height: 70px;
  place-items: center;
  margin-bottom: 20px;
  border: 1px solid rgba(82, 125, 24, 0.18);
  border-radius: 45% 55% 47% 53% / 42% 46% 54% 58%;
  background: linear-gradient(135deg, rgba(255, 253, 248, 0.98), rgba(240, 234, 223, 0.76));
  color: var(--deep);
  box-shadow: inset 0 0 0 8px rgba(114, 134, 90, 0.08), 0 14px 26px rgba(36, 66, 19, 0.1);
}

.treatment-icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.treatment-grid h3 {
  position: relative;
  z-index: 1;
  max-width: 280px;
  margin-inline: auto;
  color: var(--deep);
  font-family: "Amatic SC", cursive;
  font-size: clamp(36px, 2.6vw, 48px);
  font-weight: 700;
  line-height: 0.96;
}

.treatment-grid p {
  position: relative;
  z-index: 1;
  max-width: 330px;
  margin-inline: auto;
  color: rgba(47, 48, 43, 0.62);
  font-size: 17px;
  line-height: 1.75;
}

.first-meeting {
  position: relative;
  grid-template-columns: minmax(0, 0.9fr) minmax(440px, 640px);
  overflow: hidden;
  background: linear-gradient(145deg, rgba(240, 234, 223, 0.66), rgba(255, 253, 248, 0.9));
}

.first-meeting::before {
  content: "";
  position: absolute;
  left: -8%;
  bottom: -150px;
  width: 58%;
  height: 250px;
  border-radius: 56% 44% 0 0 / 78% 62% 0 0;
  background: rgba(109, 142, 76, 0.11);
  transform: rotate(3deg);
}

.meeting-visual {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border-radius: 48% 52% 42% 58% / 16% 21% 18% 24%;
  box-shadow: 0 24px 56px rgba(51, 56, 42, 0.14);
}

.meeting-visual img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  object-position: center center;
}

.meeting-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 34%, rgba(20, 42, 11, 0.62));
}

.quote-panel {
  position: absolute;
  inset-inline: 22px;
  bottom: 22px;
  z-index: 1;
  border-radius: 35% 65% 32% 68% / 22% 26% 74% 78%;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(36, 66, 19, 0.76);
  color: #fff;
  box-shadow: 0 18px 36px rgba(20, 42, 11, 0.22);
  backdrop-filter: blur(8px);
}

.quote-panel p {
  max-width: 470px;
  margin: 0 auto;
  font-family: "Amatic SC", cursive;
  font-size: clamp(24px, 1.7vw, 28px);
  font-weight: 700;
  line-height: 1.16;
  text-align: center;
}

.check-list {
  display: grid;
  gap: 10px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  color: var(--deep);
  font-weight: 700;
}

.check-list li {
  position: relative;
  padding-inline-start: 26px;
}

.check-list li::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 0.68em;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--clay);
}

.about {
  grid-template-columns: minmax(280px, 400px) minmax(0, 640px);
  justify-content: center;
  gap: clamp(34px, 5vw, 72px);
  padding-top: clamp(76px, 9vw, 126px);
  padding-bottom: 0;
  background:
    radial-gradient(circle at 10% 16%, rgba(114, 134, 90, 0.12), transparent 20%),
    var(--bg);
}

.about .section-copy {
  align-self: center;
  text-align: center;
}

.about .section-copy p:not(.about-script) {
  max-width: 610px;
  margin-inline: auto;
  font-size: clamp(17px, 1.4vw, 20px);
  line-height: 1.8;
}

.about-image {
  position: relative;
  padding: 14px;
}

.about-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(114, 134, 90, 0.14);
  clip-path: polygon(18% 4%, 78% 0%, 96% 22%, 92% 82%, 70% 98%, 18% 94%, 2% 70%, 5% 24%);
  transform: rotate(-4deg);
}

.about-image img {
  position: relative;
  aspect-ratio: 4 / 5;
  object-position: center top;
  clip-path: polygon(16% 3%, 78% 0%, 96% 22%, 92% 82%, 70% 98%, 18% 94%, 2% 70%, 5% 24%);
  box-shadow: none;
}

.about .section-copy .about-script {
  margin: 0 0 14px;
  color: var(--leaf);
  font-family: "Amatic SC", cursive;
  font-size: clamp(36px, 3vw, 50px);
  font-weight: 700;
  line-height: 0.95;
}

.about-name {
  color: var(--deep);
  font-family: "Amatic SC", cursive;
  font-size: clamp(68px, 6vw, 96px);
  font-weight: 700;
  line-height: 0.88;
}

.about-quote-band {
  position: relative;
  grid-column: 1 / -1;
  min-height: 190px;
  margin-top: clamp(40px, 6vw, 72px);
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 30px clamp(20px, 5vw, 72px);
  background:
    linear-gradient(90deg, rgba(36, 66, 19, 0.76), rgba(54, 91, 32, 0.64)),
    url("assets/contact-bg.jpg") center 46% / cover no-repeat;
}

.about-quote-band::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(20, 42, 11, 0.2), transparent 42%, rgba(20, 42, 11, 0.16));
}

.about-quote-band p {
  position: relative;
  z-index: 1;
  max-width: 1240px;
  margin: 0;
  color: #fff;
  font-family: "Amatic SC", cursive;
  font-size: clamp(34px, 3.1vw, 50px);
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  text-shadow: 0 3px 16px rgba(20, 42, 11, 0.36);
}

.testimonials {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  text-align: center;
  background: linear-gradient(135deg, rgba(219, 229, 207, 0.7), rgba(255, 253, 248, 0.94));
}

.testimonials::before {
  content: "";
  position: absolute;
  z-index: -1;
  right: -8%;
  top: 38%;
  width: 116%;
  height: 190px;
  border-radius: 47% 53% 42% 58% / 48% 42% 58% 52%;
  background: rgba(115, 145, 85, 0.1);
  transform: rotate(-2deg);
}

.testimonials .section-heading {
  margin-inline: auto;
  text-align: center;
}

.testimonial-grid article {
  display: grid;
  min-height: 390px;
  align-content: space-between;
  padding: 42px 34px 32px;
  text-align: center;
  border-color: rgba(74, 104, 54, 0.16);
  background: linear-gradient(180deg, rgba(234, 241, 226, 0.92), rgba(255, 253, 248, 0.94));
  box-shadow: 0 18px 42px rgba(51, 56, 42, 0.07);
}

.testimonial-grid article:nth-child(1) {
  border-radius: 54% 46% 58% 42% / 24% 30% 70% 76%;
}

.testimonial-grid article:nth-child(2) {
  border-radius: 42% 58% 44% 56% / 31% 22% 78% 69%;
}

.testimonial-grid article:nth-child(3) {
  border-radius: 60% 40% 52% 48% / 22% 34% 66% 78%;
}

.testimonial-message {
  position: relative;
  display: grid;
  min-height: 232px;
  align-items: center;
  border: 1px solid rgba(74, 104, 54, 0.12);
  border-radius: 18px 18px 4px 18px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 12px 26px rgba(51, 56, 42, 0.06);
}

.testimonial-message::after {
  content: "";
  position: absolute;
  inset-inline-end: 12px;
  bottom: -10px;
  width: 18px;
  height: 18px;
  background: inherit;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.testimonial-grid p {
  color: var(--ink);
  font-family: "Amatic SC", cursive;
  font-size: clamp(32px, 2.3vw, 42px);
  font-weight: 700;
  line-height: 1.05;
}

.testimonial-grid img {
  display: block;
  width: 100%;
  max-height: 320px;
  border-radius: 18px 18px 4px 18px;
  object-fit: contain;
  background: #fff;
  box-shadow: 0 12px 26px rgba(51, 56, 42, 0.06);
}

.testimonial-author {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 22px;
  padding-inline: 28px;
  color: var(--leaf);
  font-size: 17px;
  font-weight: 800;
}

.faq-list {
  display: grid;
  width: min(100%, 960px);
  margin-inline: auto;
  gap: 12px;
}

.faq {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: rgba(255, 253, 248, 0.86);
  text-align: center;
}

.faq .section-heading {
  margin-inline: auto;
}

.faq::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: -10%;
  bottom: -160px;
  width: 72%;
  height: 260px;
  border-radius: 56% 44% 0 0 / 82% 68% 0 0;
  background: rgba(109, 142, 76, 0.08);
}

.faq h2 {
  font-size: clamp(62px, 5.5vw, 90px);
}

details {
  border: 1px solid var(--line);
  border-radius: 22px 8px 22px 8px;
  background: rgba(255, 253, 248, 0.8);
  box-shadow: 0 10px 24px rgba(51, 56, 42, 0.04);
}

summary {
  min-height: 62px;
  padding: 17px 22px;
  color: var(--deep);
  font-family: "Amatic SC", cursive;
  font-size: clamp(29px, 2vw, 36px);
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}

details p {
  padding: 0 22px 22px;
  text-align: center;
}

.contact {
  position: relative;
  grid-template-columns: minmax(260px, 0.9fr) minmax(320px, 520px);
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(251, 250, 245, 0.58), rgba(251, 250, 245, 0.24) 44%, rgba(251, 250, 245, 0.52)),
    linear-gradient(180deg, rgba(36, 66, 19, 0.03), rgba(255, 253, 248, 0.32)),
    url("assets/contact-bg.jpg") center / cover no-repeat;
  background-blend-mode: soft-light, normal, normal;
}

.contact::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 253, 248, 0.42), transparent 28%, transparent 70%, rgba(255, 253, 248, 0.4)),
    radial-gradient(circle at 78% 44%, rgba(255, 253, 248, 0.46), transparent 31%);
}

.contact-copy,
.lead-form {
  position: relative;
  z-index: 1;
}

.contact-copy {
  padding: clamp(24px, 4vw, 48px);
  border-radius: 48% 52% 44% 56% / 16% 20% 18% 24%;
  background: rgba(251, 250, 245, 0.68);
  backdrop-filter: blur(3px);
}

.contact h2 {
  max-width: 760px;
}

.contact-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.contact-links a {
  border-bottom: 1px solid rgba(36, 66, 19, 0.4);
  color: var(--deep);
  font-weight: 800;
}

.lead-form {
  display: grid;
  gap: 16px;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid var(--line);
  border-radius: 22% 10% 20% 8% / 10% 7% 12% 8%;
  background: rgba(255, 253, 248, 0.84);
  backdrop-filter: blur(8px);
  box-shadow: var(--shadow);
}

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

input,
select,
textarea {
  width: 100%;
  border: 1px solid rgba(47, 48, 43, 0.18);
  border-radius: var(--radius);
  padding: 13px 14px;
  background: #fff;
  color: var(--ink);
  font: inherit;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--leaf);
  outline: 3px solid rgba(82, 125, 24, 0.12);
}

textarea {
  resize: vertical;
}

.form-note {
  min-height: 24px;
  margin: 0;
  color: var(--deep);
  font-weight: 700;
}

.floating-whatsapp {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 25;
  display: inline-flex;
  width: 58px;
  height: 58px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 50%;
  padding: 0;
  background: #25d366;
  color: #fff;
  box-shadow: 0 16px 34px rgba(37, 211, 102, 0.28), 0 8px 22px rgba(36, 66, 19, 0.18);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.floating-whatsapp:hover,
.floating-whatsapp:focus {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 20px 42px rgba(37, 211, 102, 0.32), 0 10px 26px rgba(36, 66, 19, 0.2);
}

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

.accessibility-widget {
  position: fixed;
  left: 24px;
  bottom: 90px;
  z-index: 40;
}

.accessibility-toggle {
  display: inline-grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 50%;
  background:
    radial-gradient(circle at 28% 20%, rgba(255, 255, 255, 0.22), transparent 40%),
    linear-gradient(135deg, var(--leaf), var(--deep));
  color: #fff;
  box-shadow: 0 18px 34px rgba(36, 66, 19, 0.24);
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.accessibility-toggle:hover,
.accessibility-toggle:focus-visible {
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 22px 42px rgba(36, 66, 19, 0.28);
}

.accessibility-toggle svg {
  width: 29px;
  height: 29px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.accessibility-panel {
  position: absolute;
  left: 0;
  bottom: 66px;
  display: grid;
  width: min(280px, calc(100vw - 36px));
  gap: 10px;
  padding: 22px;
  border: 1px solid rgba(82, 125, 24, 0.16);
  border-radius: 28px 10px 28px 10px;
  background: rgba(255, 253, 248, 0.94);
  box-shadow: 0 22px 50px rgba(51, 56, 42, 0.16);
  backdrop-filter: blur(12px);
}

.accessibility-panel::before {
  content: "";
  position: absolute;
  left: 20px;
  bottom: -9px;
  width: 18px;
  height: 18px;
  background: rgba(255, 253, 248, 0.94);
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

.panel-kicker {
  margin: 0;
  color: var(--leaf);
  font-family: "Amatic SC", cursive;
  font-size: 34px;
  font-weight: 700;
  line-height: 0.9;
}

.accessibility-panel h2 {
  margin: 0 0 4px;
  color: var(--deep);
  font-family: "Amatic SC", cursive;
  font-size: 46px;
  line-height: 0.9;
}

.accessibility-panel button,
.accessibility-panel a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(36, 66, 19, 0.18);
  border-radius: 999px;
  padding: 8px 16px;
  background: rgba(240, 234, 223, 0.42);
  color: var(--deep);
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.accessibility-panel button:hover,
.accessibility-panel a:hover,
.accessibility-panel button:focus-visible,
.accessibility-panel a:focus-visible {
  background: rgba(82, 125, 24, 0.1);
  outline: 2px solid rgba(82, 125, 24, 0.18);
}

.privacy-consent {
  position: fixed;
  right: clamp(14px, 3vw, 34px);
  bottom: clamp(14px, 3vw, 34px);
  z-index: 45;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  width: min(640px, calc(100vw - 28px));
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 34px 12px 34px 12px;
  background:
    radial-gradient(circle at 10% 12%, rgba(255, 255, 255, 0.16), transparent 34%),
    linear-gradient(135deg, rgba(36, 66, 19, 0.95), rgba(91, 123, 65, 0.92));
  color: #fff;
  box-shadow: 0 26px 62px rgba(36, 66, 19, 0.26);
}

.privacy-consent-icon {
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 42% 58% 48% 52% / 42% 48% 52% 58%;
  background: rgba(255, 253, 248, 0.14);
  color: rgba(255, 255, 255, 0.72);
  font-size: 44px;
  line-height: 1;
}

.privacy-consent h2 {
  margin: 0 0 5px;
  color: #fff;
  font-family: "Amatic SC", cursive;
  font-size: 42px;
  font-weight: 700;
  line-height: 0.9;
}

.privacy-consent p {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 16px;
  line-height: 1.55;
}

.privacy-consent-actions {
  display: grid;
  gap: 8px;
  min-width: 150px;
}

.privacy-consent-actions a,
.privacy-consent-actions button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: var(--radius);
  padding: 8px 16px;
  font: inherit;
  font-size: 15px;
  font-weight: 800;
}

.privacy-consent-actions a {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.privacy-consent-actions button {
  background: rgba(255, 253, 248, 0.94);
  color: var(--deep);
  cursor: pointer;
}

.privacy-consent-actions a:hover,
.privacy-consent-actions a:focus-visible,
.privacy-consent-actions button:hover,
.privacy-consent-actions button:focus-visible {
  transform: translateY(-1px);
  outline: 2px solid rgba(255, 255, 255, 0.2);
}

body.accessibility-large-text {
  font-size: 20px;
}

body.accessibility-large-text .section-copy p,
body.accessibility-large-text .contact-copy p,
body.accessibility-large-text .intro-grid p,
body.accessibility-large-text .treatment-grid p,
body.accessibility-large-text .faq p {
  font-size: 1.08em;
}

body.accessibility-high-contrast {
  --bg: #fff;
  --paper: #fff;
  --soft: #f3f3f3;
  --sage: #31530f;
  --leaf: #234900;
  --deep: #0d2400;
  --ink: #111;
  --muted: #242424;
}

body.accessibility-high-contrast a,
body.accessibility-high-contrast button {
  text-decoration-thickness: 2px;
}

.site-footer {
  position: relative;
  display: grid;
  grid-template-areas: "links center brand";
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 8px 22px;
  padding: 11px clamp(20px, 5vw, 72px);
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 17px;
}

.site-footer p {
  margin: 0;
}

.footer-rights {
  color: var(--muted);
  font-weight: 900;
  white-space: nowrap;
}

.footer-center {
  grid-area: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-width: 0;
}

.footer-credit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: var(--ink);
  font-size: 17px;
  font-weight: 900;
  white-space: nowrap;
}

.footer-left {
  grid-area: links;
  display: inline-flex;
  align-items: center;
  justify-self: start;
  gap: 16px;
  min-width: 0;
}

.footer-heart {
  color: var(--clay);
  font-size: 20px;
  line-height: 1;
}

.footer-credit img {
  width: 190px;
  height: auto;
  max-height: 40px;
  margin-inline-start: 3px;
  object-fit: contain;
}

.footer-credit a {
  display: inline-flex;
  align-items: center;
}

.footer-info {
  grid-area: brand;
  display: inline-flex;
  align-items: center;
  justify-self: end;
  gap: 8px;
  color: var(--deep);
  font-size: 17px;
  font-weight: 900;
  white-space: nowrap;
}

.footer-info img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.footer-links {
  display: inline-flex;
  gap: 10px;
  margin-top: 0;
  margin-inline-start: 0;
  white-space: nowrap;
}

.footer-links a {
  color: var(--deep);
  font-weight: 800;
  border-bottom: 1px solid rgba(36, 66, 19, 0.34);
}

.legal-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 12% 16%, rgba(114, 134, 90, 0.13), transparent 22%),
    linear-gradient(135deg, rgba(240, 234, 223, 0.72), rgba(255, 253, 248, 0.96));
}

.legal-layout {
  padding: clamp(54px, 7vw, 96px) clamp(18px, 5vw, 72px);
}

.legal-card {
  position: relative;
  width: min(100%, 920px);
  margin-inline: auto;
  padding: clamp(64px, 7vw, 96px) clamp(34px, 5.4vw, 68px) clamp(38px, 5vw, 62px);
  border: 1px solid rgba(82, 125, 24, 0.16);
  border-radius: 24% 76% 30% 70% / 5% 7% 7% 9%;
  background: rgba(255, 253, 248, 0.88);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.legal-card::before {
  content: "";
  position: absolute;
  inset-inline-end: -12%;
  bottom: -110px;
  width: 70%;
  height: 220px;
  border-radius: 56% 44% 0 0 / 72% 82% 0 0;
  background: rgba(105, 139, 71, 0.1);
}

.legal-card > * {
  position: relative;
  z-index: 1;
}

.legal-card h1 {
  max-width: 820px;
  margin: 8px 0 22px;
  color: var(--deep);
  font-family: "Amatic SC", cursive;
  font-size: clamp(56px, 5.2vw, 82px);
  font-weight: 700;
  line-height: 1.1;
}

.legal-card h2 {
  margin-top: 34px;
  color: var(--deep);
  font-family: "Amatic SC", cursive;
  font-size: clamp(42px, 4vw, 62px);
  font-weight: 700;
  line-height: 0.9;
}

.legal-card p,
.legal-card li {
  color: var(--muted);
  font-size: clamp(17px, 1.4vw, 20px);
  line-height: 1.85;
}

.legal-card a {
  color: var(--deep);
  font-weight: 800;
  border-bottom: 1px solid rgba(36, 66, 19, 0.34);
}

.legal-card ul {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
  padding-inline-start: 24px;
}

.legal-note {
  margin-top: 38px;
  color: var(--leaf) !important;
  font-weight: 800;
}

.reveal {
  opacity: 0;
  filter: blur(5px);
  transition:
    opacity 760ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 860ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 760ms ease;
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform, filter;
}

.reveal-up {
  transform: translateY(38px);
}

.reveal-from-right {
  transform: translateX(48px);
}

.reveal-from-left {
  transform: translateX(-48px);
}

.reveal-scale {
  transform: translateY(28px) scale(0.96);
}

.reveal.is-visible {
  opacity: 1;
  filter: blur(0);
  transform: translate(0, 0) scale(1);
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

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

@media (min-width: 1600px) {
  body {
    font-size: 19.5px;
  }

  .site-header {
    gap: 34px;
    padding: 20px clamp(72px, 5vw, 116px);
  }

  .brand-mark {
    width: 82px;
    height: 60px;
  }

  .brand strong {
    font-size: 27px;
  }

  .brand small {
    font-size: 15px;
  }

  .nav-links {
    font-size: clamp(34px, 1.55vw, 40px);
  }

  .header-cta,
  .button {
    min-height: 52px;
    padding: 12px 28px;
    font-size: 18px;
  }

  section {
    padding: clamp(88px, 7vw, 136px) clamp(54px, 5.5vw, 118px);
  }

  .hero {
    padding-bottom: clamp(116px, 7vw, 156px);
  }

  .hero-frame {
    min-height: clamp(850px, 44vw, 960px);
  }

  .hero-frame::before {
    width: 89%;
  }

  .hero-content {
    width: min(100%, 940px);
    padding: 72px clamp(80px, 7vw, 142px) 82px clamp(100px, 8vw, 154px);
  }

  .hero-content .eyebrow {
    font-size: clamp(46px, 2.55vw, 58px);
  }

  .hero-content h1 {
    max-width: 880px;
    font-size: clamp(96px, 5.8vw, 124px);
  }

  .hero-text {
    max-width: 760px;
    font-size: clamp(21px, 1.15vw, 24px);
  }

  .trust-row {
    gap: 9px 22px;
    font-size: 15px;
  }

  .hero-visual img {
    width: min(68%, 1200px);
  }

  .hero-words {
    left: 33%;
    width: min(27vw, 430px);
    font-size: clamp(122px, 7.2vw, 154px);
  }

  .hero-transition-plant {
    bottom: -312px;
    width: min(34vw, 560px);
  }

  .intro {
    padding-top: clamp(280px, 16vw, 330px);
  }

  .intro-copy .eyebrow {
    font-size: clamp(44px, 2.4vw, 58px);
  }

  .intro-copy h2 {
    font-size: clamp(84px, 5vw, 112px);
  }

  .intro-grid {
    width: min(100%, 1640px);
    gap: clamp(22px, 1.6vw, 34px);
  }

  .intro-grid article {
    min-height: 540px;
    grid-template-rows: 230px auto 1fr;
  }

  .intro-grid img {
    height: 230px;
  }

  .intro-grid h3 {
    padding: 30px 22px 0;
    font-size: clamp(44px, 2.45vw, 54px);
  }

  .intro-grid p {
    padding: 18px 32px 42px;
    font-size: 18.5px;
  }

  .campaign-proof blockquote {
    font-size: clamp(54px, 3.1vw, 70px);
  }

  .campaign-proof span,
  .testimonial-author {
    font-size: 19px;
  }

  .approach,
  .first-meeting,
  .about,
  .contact {
    gap: clamp(64px, 5.8vw, 112px);
  }

  .section-copy p,
  .contact-copy p {
    max-width: 760px;
    font-size: clamp(21px, 1.25vw, 24px);
  }

  .approach .eyebrow,
  .first-meeting .eyebrow,
  .testimonials .eyebrow,
  .faq .eyebrow,
  .contact .eyebrow,
  .treatments .eyebrow {
    font-size: clamp(44px, 2.5vw, 58px);
  }

  .approach h2,
  .first-meeting h2,
  .testimonials h2,
  .contact h2 {
    font-size: clamp(72px, 4.7vw, 98px);
  }

  .treatments h2 {
    font-size: clamp(86px, 5.7vw, 118px);
  }

  .treatment-grid {
    gap: 26px;
  }

  .treatment-grid article {
    min-height: 390px;
    padding: 54px 58px;
  }

  .treatment-icon {
    width: 80px;
    height: 80px;
  }

  .treatment-icon svg {
    width: 38px;
    height: 38px;
  }

  .treatment-grid h3 {
    max-width: 330px;
    font-size: clamp(48px, 2.7vw, 62px);
  }

  .treatment-grid p {
    max-width: 390px;
    font-size: 19px;
  }

  .mid-cta h2 {
    font-size: clamp(74px, 5.2vw, 104px);
  }

  .mid-cta p:not(.eyebrow) {
    max-width: 860px;
    font-size: 22px;
  }

  .meeting-visual,
  .meeting-visual img {
    min-height: 640px;
  }

  .quote-panel p {
    max-width: 560px;
    font-size: clamp(31px, 1.75vw, 38px);
  }

  .about {
    grid-template-columns: minmax(340px, 470px) minmax(0, 760px);
  }

  .about .section-copy .about-script {
    font-size: clamp(48px, 2.9vw, 64px);
  }

  .about-name {
    font-size: clamp(86px, 5.6vw, 116px);
  }

  .about .section-copy p:not(.about-script) {
    max-width: 720px;
    font-size: 22px;
  }

  .about-quote-band p {
    font-size: clamp(46px, 3vw, 64px);
  }

  .testimonial-grid {
    gap: 28px;
  }

  .testimonial-grid article {
    min-height: 440px;
    padding: 48px 40px 36px;
  }

  .testimonial-message {
    min-height: 260px;
    padding: 30px;
  }

  .testimonial-grid p {
    font-size: clamp(42px, 2.35vw, 54px);
  }

  .faq-list {
    width: min(100%, 1080px);
  }

  .faq h2 {
    font-size: clamp(80px, 5vw, 108px);
  }

  summary {
    min-height: 72px;
    font-size: clamp(36px, 2vw, 46px);
  }

  input,
  select,
  textarea {
    padding: 15px 16px;
  }

  .lead-form {
    gap: 18px;
    padding: clamp(32px, 3vw, 46px);
  }

  .contact {
    grid-template-columns: minmax(360px, 1fr) minmax(420px, 620px);
  }

  .legal-card {
    width: min(100%, 1040px);
  }
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: auto auto;
  }

  .nav-links {
    display: none;
  }

  .hero,
  .intro,
  .approach,
  .first-meeting,
  .about,
  .contact {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-frame {
    display: block;
    min-height: 760px;
    border-radius: 0 0 48% 52% / 0 0 8% 11%;
  }

  .hero-frame::before {
    inset-block: 0;
    right: -4%;
    width: 84%;
  }

  .hero-frame::after {
    width: 70%;
  }

  .hero-transition-plant {
    bottom: -242px;
    width: min(52vw, 470px);
  }

  .hero-content {
    position: absolute;
    top: 50%;
    right: 0;
    width: min(65%, 620px);
    padding: 42px 34px 48px 52px;
    transform: translateY(-50%);
  }

  .hero-content h1 {
    font-size: clamp(64px, 8.2vw, 82px);
  }

  .hero-words {
    display: none;
  }

  .intro-grid,
  .treatment-grid,
  .testimonial-grid {
    grid-template-columns: 1fr 1fr;
  }

  .first-meeting .quote-panel {
    order: -1;
  }
}

@media (max-width: 640px) {
  body {
    font-size: 17px;
  }

  .site-header {
    padding: 10px 16px;
    gap: 12px;
  }

  .brand small {
    display: none;
  }

  .brand strong {
    font-size: 20px;
  }

  .brand-mark {
    width: 48px;
    height: 40px;
  }

  .header-cta {
    min-height: 40px;
    padding: 8px 14px;
    font-size: 15px;
  }

  section {
    padding: 54px 16px;
  }

  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 23px;
  }

  .hero-text,
  .section-copy p,
  .contact-copy p {
    font-size: 18px;
  }

  .hero {
    padding: 0 0 92px;
  }

  .hero-frame {
    display: block;
    min-height: 968px;
    border-radius: 0 0 48% 52% / 0 0 5% 7%;
    box-shadow: none;
  }

  .hero-frame::before {
    z-index: 1;
    inset-block: auto 0;
    inset-inline: -6%;
    width: 112%;
    height: 58%;
    border-radius: 48% 52% 16% 14% / 16% 19% 8% 7%;
    transform: none;
  }

  .hero-frame::after {
    inset-inline-start: -7%;
    bottom: -14px;
    width: 114%;
    height: 36%;
    transform: rotate(-3deg);
  }

  .hero-transition-plant {
    bottom: -188px;
    width: min(86vw, 350px);
  }

  .about {
    padding-top: 64px;
  }

  .hero-content {
    position: absolute;
    top: auto;
    right: auto;
    inset-inline: 0;
    bottom: 28px;
    width: 100%;
    padding: 0 22px 30px;
    text-align: center;
    background: none;
    transform: none;
  }

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

  .hero-words {
    display: none;
  }

  .hero-visual img {
    left: 0;
    top: 0;
    width: 100%;
    height: 43%;
    object-fit: contain;
    object-position: center bottom;
    opacity: 1;
    mix-blend-mode: normal;
    -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 86%, rgba(0, 0, 0, 0.72) 94%, transparent 100%);
    mask-image: linear-gradient(180deg, #000 0%, #000 86%, rgba(0, 0, 0, 0.72) 94%, transparent 100%);
    -webkit-mask-composite: source-over;
    mask-composite: add;
  }

  .hero-visual::before,
  .hero-visual::after {
    display: none;
  }

  .hero-content h1 {
    font-size: clamp(56px, 15vw, 66px);
  }

  .hero-content .eyebrow {
    font-size: 31px;
  }

  .hero-text {
    margin-inline: auto;
  }

  .trust-row {
    justify-content: center;
    gap: 8px 14px;
    font-size: 12px;
  }

  .intro-grid,
  .treatment-grid,
  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .intro-grid article,
  .treatment-grid article,
  .testimonial-grid article {
    min-height: auto;
    padding: 22px;
  }

  .intro {
    padding-top: 180px;
    padding-bottom: 64px;
  }

  .intro-copy h2 {
    font-size: clamp(56px, 16vw, 68px);
    white-space: normal;
  }

  .campaign-proof {
    padding-block: 52px 72px;
  }

  .campaign-proof::before {
    bottom: -170px;
  }

  .campaign-proof::after {
    top: -176px;
  }

  .campaign-proof blockquote {
    max-width: 340px;
    font-size: clamp(39px, 11vw, 48px);
    white-space: normal;
  }

  .campaign-proof span {
    margin-top: 14px;
  }

  .intro::before {
    top: 42%;
    height: 68%;
    transform: rotate(-2deg);
  }

  .intro-grid article,
  .intro-grid article:nth-child(2),
  .intro-grid article:nth-child(4) {
    min-height: auto;
    grid-template-rows: 196px auto auto;
    padding: 0;
    transform: none;
  }

  .intro-grid article:nth-child(2):hover {
    transform: translateY(-5px);
  }

  .intro-grid article:nth-child(4):hover {
    transform: translateY(-5px);
  }

  .intro-grid img {
    height: 196px;
  }

  .intro-grid h3 {
    padding-inline: 24px;
    font-size: 40px;
    white-space: normal;
  }

  .intro-grid p {
    padding: 14px 26px 34px;
    font-size: 16px;
  }

  .approach .image-pair {
    max-width: 390px;
    margin-inline: auto;
  }

  .treatment-grid article {
    min-height: 350px;
    padding: 42px 42px;
    border-radius: 26% 74% 24% 76% / 16% 20% 80% 84%;
  }

  .treatment-grid h3,
  .treatment-grid p {
    max-width: 250px;
  }

  .meeting-visual {
    min-height: 470px;
    border-radius: 36% 64% 30% 70% / 10% 14% 12% 16%;
  }

  .meeting-visual img {
    min-height: 470px;
  }

  .quote-panel {
    inset-inline: 14px;
    bottom: 14px;
    border-radius: 24px 8px 24px 8px;
  }

  .quote-panel p {
    max-width: none;
    font-size: clamp(27px, 8.4vw, 32px);
  }

  .testimonial-grid article {
    min-height: auto;
    padding: 26px 22px 24px;
    border-radius: 42px 12px 42px 12px !important;
  }

  .testimonial-message {
    min-height: 156px;
    padding: 20px;
  }

  .contact-copy,
  .lead-form {
    border-radius: 28px 10px 28px 10px;
  }

  .hero-visual::before {
    inset: 12px -8px -8px 8px;
  }

  .about-quote-band {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
  }

  .about-quote-band p {
    white-space: normal;
  }

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

  .accessibility-widget {
    left: 16px;
    bottom: 78px;
  }

  .accessibility-toggle {
    width: 48px;
    height: 48px;
  }

  .accessibility-toggle svg {
    width: 25px;
    height: 25px;
  }

  .accessibility-panel {
    left: 0;
    bottom: 58px;
    padding: 18px;
  }

  .privacy-consent {
    right: 12px;
    bottom: 12px;
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 18px;
    border-radius: 28px 10px 28px 10px;
  }

  .privacy-consent-icon {
    display: none;
  }

  .privacy-consent h2 {
    font-size: 38px;
  }

  .privacy-consent-actions {
    grid-template-columns: 1fr 1fr;
  }

  .legal-layout {
    padding: 38px 14px 54px;
  }

  .legal-card {
    padding: 50px 22px 32px;
    border-radius: 34px 12px 34px 12px;
  }

  .legal-card h1 {
    font-size: clamp(48px, 13vw, 62px);
    line-height: 1.08;
  }

  .legal-card h2 {
    font-size: clamp(38px, 11vw, 52px);
    line-height: 1;
  }

  .footer-links {
    display: inline-flex;
    width: auto;
    margin-top: 8px;
    margin-inline-start: 0;
  }

  .site-footer {
    grid-template-areas:
      "brand"
      "center"
      "links";
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 8px;
    padding-block: 12px;
    text-align: center;
  }

  .footer-info,
  .footer-center,
  .footer-left {
    justify-self: center;
  }

  .footer-center {
    flex-wrap: wrap;
    gap: 4px 12px;
  }

  .footer-credit {
    font-size: 15px;
  }

  .footer-credit img {
    width: 150px;
    max-height: 34px;
  }

  .footer-info {
    font-size: 15px;
  }

  .footer-info img {
    width: 30px;
    height: 30px;
  }
}
