:root {
  --white: #fdfdf9;
  --paper: #ffffff;
  --leaf: #3f7d4e;
  --leaf-dark: #285a35;
  --leaf-pale: #e9f2e7;
  --sun: #f3c53d;
  --sun-pale: #fff6cf;
  --ink: #243629;
  --muted: #5f7063;
  --line: #d8e5d7;
  --shadow: 0 1.4rem 3.5rem rgba(63,125,78,0.12);
  --radius-small: 1rem;
  --radius: 1.75rem;
  --radius-big: 2.5rem;
  --container: 73rem;
  --heading: "Quicksand", Arial, sans-serif;
  --body: "Lora", Georgia, serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 6rem; }
body { margin: 0; overflow-x: clip; color: var(--ink); background: var(--white); font-family: var(--body); font-size: 1rem; line-height: 1.65; }
img { display: block; width: 100%; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p, ul, blockquote { margin-top: 0; }
h1, h2, h3 { font-family: var(--heading); line-height: 1.08; text-wrap: balance; }
h1 { margin-bottom: 1.25rem; font-size: clamp(2.55rem, 11vw, 5.2rem); letter-spacing: -0.05em; }
h2 { margin-bottom: 1rem; font-size: clamp(2.05rem, 8vw, 3.55rem); letter-spacing: -0.04em; }
h3 { margin-bottom: 0.75rem; font-size: 1.45rem; letter-spacing: -0.025em; }
:focus-visible { outline: 0.2rem solid var(--leaf-dark); outline-offset: 0.23rem; box-shadow: 0 0 0 0.35rem var(--sun); }
.skip-link { position: fixed; z-index: 999; top: 0.7rem; left: 0.7rem; padding: 0.75rem 1rem; transform: translateY(-160%); border-radius: 999px; background: var(--leaf-dark); color: #fff; font-family: var(--heading); font-weight: 700; text-decoration: none; }
.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; }
.container { width: min(calc(100% - 2rem), var(--container)); margin-inline: auto; }
.section { padding-block: clamp(4.5rem, 10vw, 7.5rem); }
.eyebrow { margin-bottom: 0.75rem; color: var(--leaf-dark); font-family: var(--heading); font-size: 0.8rem; font-weight: 700; letter-spacing: 0.13em; text-transform: uppercase; }
.section-heading { margin-bottom: clamp(2.4rem, 6vw, 4rem); }
.section-heading.centered { width: min(100%, 46rem); margin-inline: auto; text-align: center; }
.section-heading > p:last-child { color: var(--muted); }
.button { display: inline-flex; min-height: 3.25rem; align-items: center; justify-content: center; padding: 0.85rem 1.3rem; border: 0.12rem solid transparent; border-radius: 999px; font-family: var(--heading); font-weight: 700; line-height: 1.15; text-align: center; text-decoration: none; cursor: pointer; transition: transform 180ms ease, background-color 180ms ease, box-shadow 180ms ease; }
.button:hover { transform: translateY(-2px); }
.button-leaf { background: var(--leaf); color: #fff; box-shadow: 0 0.8rem 1.6rem rgba(63,125,78,0.2); }
.button-leaf:hover { background: var(--leaf-dark); }
.button-sun { background: var(--sun); color: #27301d; }
.button-sun:hover { background: #ffd659; }
.button-outline { border-color: var(--leaf); background: transparent; color: var(--leaf-dark); }
.button-outline:hover { background: var(--leaf-pale); }

.site-header { position: sticky; z-index: 100; top: 0; border-bottom: 1px solid var(--line); background: rgba(255,255,255,0.96); backdrop-filter: blur(0.6rem); }
.nav-wrap { position: relative; display: flex; min-height: 4.8rem; align-items: center; justify-content: space-between; gap: 1rem; }
.brand { display: inline-flex; min-width: 0; align-items: center; gap: 0.55rem; color: var(--leaf-dark); font-family: var(--heading); font-size: 1.18rem; font-weight: 700; text-decoration: none; }
.leaf-dot { position: relative; width: 1.85rem; height: 1.85rem; flex: 0 0 auto; border-radius: 50%; background: var(--sun); }
.leaf-dot::before { content: ""; position: absolute; width: 0.8rem; height: 1.05rem; top: 0.3rem; left: 0.52rem; border-radius: 100% 0 100% 0; background: var(--leaf); transform: rotate(32deg); }
.menu-toggle { display: grid; width: 2.8rem; height: 2.8rem; flex: 0 0 auto; place-content: center; gap: 0.28rem; padding: 0; border: 1px solid var(--line); border-radius: 50%; background: var(--leaf-pale); color: var(--leaf-dark); cursor: pointer; }
.menu-toggle > span:not(.sr-only) { width: 1.15rem; height: 0.12rem; border-radius: 999px; background: currentColor; }
.site-nav { position: absolute; top: calc(100% + 0.5rem); right: 0; left: 0; display: none; flex-direction: column; gap: 0.2rem; padding: 0.8rem; border: 1px solid var(--line); border-radius: var(--radius-small); background: var(--paper); box-shadow: var(--shadow); }
.site-nav.is-open { display: flex; }
.site-nav a { padding: 0.7rem; font-family: var(--heading); font-size: 0.92rem; font-weight: 700; text-align: center; text-decoration: none; }

.hero { text-align: center; }
.hero-inner > .eyebrow { margin-top: 2rem; }
.safe-pills { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 0.4rem; width: min(100%, 36rem); margin-inline: auto; }
.safe-pills span { display: flex; min-width: 0; min-height: 3.2rem; align-items: center; justify-content: center; gap: 0.35rem; padding: 0.55rem 0.25rem; border: 1px solid var(--line); border-radius: 999px; background: var(--paper); color: var(--leaf-dark); font-family: var(--heading); font-size: clamp(0.64rem, 2.6vw, 0.9rem); font-weight: 700; }
.safe-pills i { width: 0.5rem; height: 0.5rem; flex: 0 0 auto; border-radius: 50%; background: var(--sun); }
.hero h1 { max-width: 57rem; margin-inline: auto; }
.hero-lede { max-width: 43rem; margin-right: auto; margin-left: auto; color: var(--muted); font-size: clamp(1.05rem,2vw,1.22rem); }
.hero-actions { display: flex; flex-direction: column; gap: 0.75rem; width: min(100%, 28rem); margin: 1.75rem auto 3rem; }
.hero-photo { position: relative; height: clamp(22rem,58vw,38rem); overflow: hidden; border-radius: var(--radius-big); background: var(--leaf-pale); box-shadow: var(--shadow); }
.hero-photo img { height: 100%; object-fit: cover; object-position: 56% center; }
.hero-photo p { position: absolute; right: 0.8rem; bottom: 0.8rem; left: 0.8rem; margin: 0; padding: 0.8rem 1rem; border-radius: 999px; background: rgba(253,253,249,0.93); color: var(--leaf-dark); font-size: 0.82rem; }
.hero-photo p span { color: #a47600; }.hero-photo p strong { font-family: var(--heading); }

.promise { background: var(--leaf-pale); }
.promise-grid { display: grid; gap: 1rem; align-items: stretch; }
.promise-grid article { min-width: 0; padding: 1.6rem; border: 1px solid #c7dac7; border-radius: var(--radius); background: var(--paper); text-align: center; }
.promise-icon { display: grid; width: 4rem; height: 4rem; margin: 0 auto 1.2rem; place-items: center; border-radius: 50%; background: var(--sun-pale); color: var(--leaf-dark); font-family: var(--heading); font-size: 1.9rem; font-weight: 700; }
.promise-grid p { margin: 0; color: var(--muted); }

.product-grid { display: grid; gap: 2.5rem; align-items: stretch; }
.product-content > p { color: var(--muted); }
.leaf-list { display: grid; gap: 0; margin: 2rem 0 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.leaf-list li { display: grid; grid-template-columns: 1.2rem 1fr; gap: 0.75rem; padding: 1rem 0; border-bottom: 1px solid var(--line); }
.leaf-list li > span { color: var(--leaf); font-size: 0.82rem; }
.leaf-list strong, .leaf-list small { display: block; }
.leaf-list strong { color: var(--leaf-dark); font-family: var(--heading); }
.leaf-list small { margin-top: 0.2rem; color: var(--muted); font-size: 0.85rem; }
.product-photo { position: relative; min-height: 27rem; overflow: hidden; border-radius: var(--radius-big); background: var(--leaf-pale); }
.product-photo img { height: 100%; min-height: 27rem; object-fit: cover; object-position: 48% 64%; }
.sun-sticker { position: absolute; right: 1rem; bottom: 1rem; display: grid; width: 7.2rem; height: 7.2rem; place-items: center; padding: 1rem; border: 0.3rem solid rgba(255,255,255,0.7); border-radius: 50%; background: var(--sun); color: #31401d; font-family: var(--heading); font-size: 0.82rem; font-weight: 600; line-height: 1.2; text-align: center; transform: rotate(4deg); }

.plans { background: var(--sun-pale); }
.plan-grid { display: grid; gap: 1.2rem; align-items: stretch; }
.plan-card { display: flex; min-width: 0; flex-direction: column; padding: clamp(1.4rem,4vw,2.4rem); border: 1px solid #dfce81; border-radius: var(--radius); background: var(--paper); }
.plan-card.deep { border: 0.16rem solid var(--leaf); box-shadow: var(--shadow); }
.plan-heading { display: grid; grid-template-columns: 2.7rem 1fr; gap: 0.85rem; align-items: start; }
.plan-heading > span { display: grid; width: 2.7rem; height: 2.7rem; place-items: center; border-radius: 50%; background: var(--sun); color: #33401f; font-family: var(--heading); font-size: 0.8rem; font-weight: 700; }
.plan-heading p { margin-bottom: 0.15rem; color: var(--muted); font-size: 0.82rem; }
.plan-heading h3 { margin: 0; color: var(--leaf-dark); font-size: 2rem; }
.price { display: flex; flex-wrap: wrap; align-items: baseline; gap: 0.4rem; margin: 2rem 0 1.4rem; color: var(--muted); }
.price strong { color: var(--ink); font-family: var(--heading); font-size: 2.8rem; line-height: 1; }.price span { font-size: 0.9rem; }
.plan-card ul { display: grid; gap: 0.7rem; margin: 0 0 1.7rem; padding: 1.3rem 0 0; border-top: 1px solid var(--line); list-style: none; }
.plan-card li { display: grid; grid-template-columns: 1rem 1fr; gap: 0.55rem; }.plan-card li span { color: var(--leaf); font-weight: 700; }
.plan-card .button { width: 100%; margin-top: auto; }
.pricing-note { margin: 1.3rem auto 0; color: var(--muted); font-size: 0.86rem; text-align: center; }

.impact-shell { padding: clamp(1.5rem,5vw,3rem); border-radius: var(--radius-big); background: var(--leaf); color: #fff; }
.impact-copy .eyebrow { color: var(--sun); }.impact-copy h2 { margin-bottom: 2rem; }
.impact-stats { display: grid; gap: 1rem; }
.impact-stats > div { padding: 1.2rem; border: 1px solid rgba(255,255,255,0.28); border-radius: var(--radius-small); background: rgba(255,255,255,0.08); text-align: center; }
.stat-number { display: block; color: var(--sun); font-family: var(--heading); font-size: clamp(2.7rem,10vw,4.5rem); font-weight: 700; line-height: 1; letter-spacing: -0.05em; }
.impact-stats p { margin: 0.55rem 0 0; color: #e4f0e4; font-size: 0.9rem; }

.reviews { background: var(--leaf-pale); }
.review-grid { display: grid; gap: 1.2rem; align-items: stretch; }
.review-card { display: flex; min-width: 0; flex-direction: column; padding: clamp(1.4rem,4vw,2.3rem); border-radius: var(--radius); background: var(--paper); box-shadow: 0 1rem 2.5rem rgba(63,125,78,0.08); }
.stars { color: #8a6800; letter-spacing: 0.15em; }
blockquote { margin-right: 0; margin-bottom: 1.6rem; margin-left: 0; color: var(--ink); font-size: clamp(1.1rem,3vw,1.35rem); line-height: 1.6; }
.review-card footer { display: flex; align-items: center; gap: 0.8rem; margin-top: auto; }
.review-card footer p { margin: 0; }.review-card footer strong, .review-card footer small { display: block; }.review-card footer strong { font-family: var(--heading); }.review-card footer small { color: var(--muted); }
.review-dot { display: grid; width: 2.9rem; height: 2.9rem; flex: 0 0 auto; place-items: center; border-radius: 50%; background: var(--leaf); color: #fff; font-family: var(--heading); font-weight: 700; }
.review-dot.yellow { background: var(--sun); color: #33401f; }

.booking-card { display: grid; gap: 2rem; padding: clamp(1.3rem,5vw,3.2rem); border: 1px solid var(--line); border-radius: var(--radius-big); background: var(--leaf-pale); }
.booking-intro > p { color: var(--muted); }
.booking-phone { padding-top: 1rem; border-top: 1px solid #c7dac7; }.booking-phone a { color: var(--leaf-dark); font-family: var(--heading); font-weight: 700; text-underline-offset: 0.2rem; }
form { display: grid; min-width: 0; gap: 1rem; padding: clamp(1.1rem,4vw,2rem); border-radius: var(--radius); background: var(--paper); box-shadow: var(--shadow); }
.field-row { display: grid; gap: 1rem; }
.field { display: grid; min-width: 0; gap: 0.4rem; }
label { color: var(--leaf-dark); font-family: var(--heading); font-size: 0.9rem; font-weight: 700; }
input, select, textarea { width: 100%; min-width: 0; padding: 0.82rem 0.9rem; border: 1px solid #afc6b1; border-radius: 0.8rem; background: #fff; color: var(--ink); }
textarea { resize: vertical; }
.form-success { margin: 0; padding: 0.85rem; border: 1px solid #9fbba4; border-radius: 0.8rem; background: var(--sun-pale); color: var(--leaf-dark); font-family: var(--heading); font-weight: 700; }

.site-footer { padding: 3.5rem 0 1.5rem; border-top: 1px solid var(--line); background: var(--paper); }
.footer-grid { display: grid; gap: 2rem; }
.footer-grid p { margin: 0.7rem 0 0; color: var(--muted); }.footer-grid a { text-underline-offset: 0.2rem; }
.footer-grid ul { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0.4rem 1rem; margin: 0.7rem 0 0; padding: 0; color: var(--muted); list-style: none; }
.footer-brand { font-size: 1.2rem; }
.copyright { width: min(calc(100% - 2rem), var(--container)); margin: 2.5rem auto 0; padding-top: 1.2rem; border-top: 1px solid var(--line); color: var(--muted); font-size: 0.83rem; }

@media (min-width: 36rem) {
  .hero-actions { flex-direction: row; justify-content: center; }
  .field-row { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .impact-stats { grid-template-columns: repeat(3,minmax(0,1fr)); }
}
@media (min-width: 48rem) {
  .menu-toggle { display: none; }
  .site-nav { position: static; display: flex; width: auto; flex-direction: row; align-items: center; gap: 0.2rem; padding: 0; border: 0; background: transparent; box-shadow: none; }
  .site-nav a { padding: 0.65rem 0.75rem; }
  .site-nav .nav-cta { margin-left: 0.3rem; padding-inline: 1.1rem; color: #fff; }
  .promise-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .product-grid { grid-template-columns: minmax(0,1fr) minmax(20rem,0.85fr); gap: clamp(3rem,7vw,6rem); }
  .plan-grid, .review-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .impact-shell { display: grid; grid-template-columns: minmax(0,0.7fr) minmax(30rem,1.3fr); gap: 2.5rem; align-items: center; }
  .impact-copy h2 { margin: 0; }
  .booking-card { grid-template-columns: minmax(0,0.75fr) minmax(24rem,1.25fr); gap: clamp(2.5rem,6vw,5rem); align-items: start; }
  .footer-grid { grid-template-columns: 1.2fr 1fr 0.8fr; }
}
@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; }
}

/* Standard: back-to-top button with scroll-progress ring */
.btt-button {
  position: fixed; right: 1.25rem; bottom: 1.25rem; z-index: 900;
  width: 48px; height: 48px; padding: 0; border: 0; border-radius: 50%;
  background: rgba(17, 17, 17, 0.85); cursor: pointer;
  opacity: 0; visibility: hidden; transform: translateY(8px);
  transition: opacity 0.25s, transform 0.25s, visibility 0.25s;
  display: grid; place-items: center;
  -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px);
}
.btt-button.btt-visible { opacity: 1; visibility: visible; transform: none; }
.btt-button:focus-visible { outline: 3px solid #f3c53d; outline-offset: 3px; }
.btt-ring { position: absolute; inset: 0; width: 100%; height: 100%; transform: rotate(-90deg); }
.btt-ring circle { fill: none; stroke-width: 3; }
.btt-ring-track { stroke: rgba(255, 255, 255, 0.22); }
.btt-ring-fill { stroke: #f3c53d; stroke-dasharray: 125.66; stroke-dashoffset: 125.66; stroke-linecap: round; }
.btt-arrow { width: 18px; height: 18px; fill: none; stroke: #fff; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
@media (prefers-reduced-motion: reduce) { .btt-button { transition: none; } }
