:root {
  --brand: #83b645;
  --brand-dark: #155c2c;
  --brand-deep: #0d4521;
  --brand-soft: #deeaaf;
  --cream: #f8faf2;
  --white: #ffffff;
  --ink: #173224;
  --muted: #5c6d61;
  --line: rgba(21, 92, 44, 0.15);
  --shadow: 0 20px 60px rgba(13, 69, 33, 0.12);
  --radius: 24px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
section[id] { scroll-margin-top: 120px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { max-width: 100%; height: auto; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #e7a92c; outline-offset: 4px; }
.skip-link { position: fixed; z-index: 9999; top: 12px; left: 12px; padding: 10px 16px; background: var(--white); color: var(--brand-deep); border-radius: 10px; transform: translateY(-160%); }
.skip-link:focus { transform: none; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin: 0 0 14px; color: var(--brand-dark); font-size: .78rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 28px; height: 2px; background: var(--brand); }
h1, h2, h3 { margin: 0; color: var(--brand-deep); font-family: Georgia, "Times New Roman", serif; line-height: 1.13; letter-spacing: -.025em; }
h1 { font-size: clamp(2.65rem, 6vw, 5.4rem); max-width: 850px; }
h2 { font-size: clamp(2rem, 4vw, 3.55rem); }
h3 { font-size: 1.35rem; }
p { margin: 0 0 1rem; }
.lead { max-width: 720px; color: var(--muted); font-size: clamp(1.08rem, 2vw, 1.28rem); }
.section { padding: 100px 0; }
.section-sm { padding: 72px 0; }
.section-head { display: grid; grid-template-columns: 1fr minmax(280px, .65fr); gap: 48px; align-items: end; margin-bottom: 48px; }
.section-head p { color: var(--muted); }
.surface { background: var(--white); }
.soft { background: var(--brand-soft); }

.topbar { background: var(--brand-deep); color: var(--white); font-size: .86rem; }
.topbar-inner { min-height: 38px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.topbar p { margin: 0; }
.topbar a { text-decoration: none; font-weight: 700; }
.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(248, 250, 242, .94); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; gap: 24px; }
.brand { flex: 0 0 auto; display: inline-flex; align-items: center; text-decoration: none; }
.brand img { width: 158px; max-height: 62px; object-fit: contain; }
.main-nav { margin-left: auto; }
.main-nav ul { display: flex; align-items: center; gap: 4px; padding: 0; margin: 0; list-style: none; }
.main-nav a { display: block; padding: 10px 11px; color: #244b31; font-size: .91rem; font-weight: 700; text-decoration: none; border-radius: 10px; }
.main-nav a:hover, .main-nav a[aria-current="page"] { color: var(--brand-deep); background: rgba(131, 182, 69, .14); }
.header-actions { display: flex; gap: 10px; }
.menu-toggle { display: none; margin-left: auto; width: 46px; height: 46px; border: 0; border-radius: 14px; color: var(--white); background: var(--brand-dark); cursor: pointer; font-size: 1.4rem; }

.btn { min-height: 48px; display: inline-flex; justify-content: center; align-items: center; gap: 9px; padding: 12px 20px; border: 2px solid transparent; border-radius: 999px; font: inherit; font-size: .94rem; font-weight: 800; text-align: center; text-decoration: none; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(13, 69, 33, .14); }
.btn-primary { color: var(--white); background: var(--brand-dark); }
.btn-accent { color: var(--brand-deep); background: var(--brand); }
.btn-light { color: var(--brand-deep); background: var(--white); }
.btn-outline { color: var(--brand-dark); border-color: var(--brand-dark); background: transparent; }
.btn-small { min-height: 42px; padding: 9px 16px; font-size: .86rem; }

.hero { position: relative; overflow: hidden; min-height: 710px; display: grid; align-items: center; background: radial-gradient(circle at 82% 18%, rgba(222,234,175,.95), transparent 30%), linear-gradient(135deg, #f8faf2 55%, #edf4d2 100%); }
.hero::before { content: ""; position: absolute; width: 440px; height: 440px; right: -100px; bottom: -170px; border: 80px solid rgba(131,182,69,.13); border-radius: 50%; }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.22fr .78fr; gap: 70px; align-items: center; padding: 82px 0 96px; }
.hero-copy .lead { margin: 26px 0 32px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-notes { display: flex; flex-wrap: wrap; gap: 18px; padding: 0; margin: 32px 0 0; list-style: none; color: var(--muted); font-size: .91rem; font-weight: 700; }
.hero-notes li::before { content: "✓"; margin-right: 7px; color: var(--brand-dark); }
.hero-visual { position: relative; min-height: 480px; display: grid; place-items: center; }
.hero-card { position: relative; z-index: 2; width: min(100%, 410px); padding: 46px 38px; border: 1px solid rgba(255,255,255,.7); border-radius: 50% 50% 28px 28px; background: rgba(255,255,255,.82); box-shadow: var(--shadow); backdrop-filter: blur(14px); text-align: center; }
.hero-card img { width: min(100%, 280px); }
.hero-card p { margin: 20px 0 0; color: var(--brand-dark); font-family: Georgia, serif; font-size: 1.2rem; font-style: italic; }
.botanical { position: absolute; z-index: 1; color: var(--brand); font-size: 7rem; opacity: .42; transform: rotate(-20deg); }
.botanical.one { left: 5%; top: 5%; }
.botanical.two { right: 0; bottom: 4%; transform: rotate(25deg); }

.trust-strip { position: relative; z-index: 5; margin-top: -34px; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); background: var(--brand-deep); color: var(--white); border-radius: 22px; box-shadow: var(--shadow); overflow: hidden; }
.trust-item { padding: 25px; border-right: 1px solid rgba(255,255,255,.14); }
.trust-item:last-child { border: 0; }
.trust-item strong { display: block; margin-bottom: 4px; font-family: Georgia, serif; font-size: 1.1rem; }
.trust-item span { color: rgba(255,255,255,.74); font-size: .87rem; }

.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.card { min-height: 240px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); transition: transform .2s ease, box-shadow .2s ease; }
.card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.card-icon {
  position: relative;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin-bottom: 24px;
  overflow: hidden;
  border: 1px solid rgba(21, 92, 44, .14);
  border-radius: 18px;
  background: linear-gradient(145deg, #eff6d4, var(--brand-soft));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9), 0 8px 18px rgba(21,92,44,.1);
  color: var(--brand-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1;
  transition: transform .25s ease, background .25s ease, color .25s ease;
}
.card-icon::after { content: ""; position: absolute; width: 22px; height: 22px; right: -8px; bottom: -8px; border: 5px solid rgba(131,182,69,.3); border-radius: 50%; }
.card:hover .card-icon { transform: translateY(-2px) rotate(-3deg); background: var(--brand-dark); color: var(--white); }
.card:hover .card-icon::after { border-color: rgba(222,234,175,.25); }
.icon-heart { font-size: 2rem; }
.icon-woman, .icon-man { font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: 1.7rem; font-weight: 500; }
.icon-skin { font-size: 1.6rem; }
.icon-hair { padding-bottom: 5px; font-size: 2rem; letter-spacing: -4px; }
.icon-active { font-size: 2rem; font-style: italic; }
.card p { margin: 12px 0 0; color: var(--muted); }
.card-link { display: inline-flex; margin-top: 18px; color: var(--brand-dark); font-weight: 800; text-decoration: none; }
.card-link::after { content: "→"; margin-left: 8px; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.story-panel { min-height: 520px; position: relative; overflow: hidden; padding: 48px; display: flex; align-items: end; border-radius: 36px; color: var(--white); background: linear-gradient(160deg, var(--brand-deep), var(--brand-dark)); }
.story-panel::before, .story-panel::after { content: ""; position: absolute; border-radius: 50%; border: 2px solid rgba(222,234,175,.35); }
.story-panel::before { width: 360px; height: 360px; top: -100px; right: -90px; }
.story-panel::after { width: 240px; height: 240px; top: -20px; right: -10px; }
.story-panel blockquote { position: relative; z-index: 1; margin: 0; font-family: Georgia, serif; font-size: clamp(1.8rem, 3vw, 2.7rem); line-height: 1.18; }
.story-panel cite { display: block; margin-top: 18px; color: var(--brand-soft); font-family: Inter, sans-serif; font-size: .9rem; font-style: normal; font-weight: 700; }
.check-list { padding: 0; margin: 26px 0 32px; list-style: none; }
.check-list li { position: relative; padding: 12px 0 12px 34px; border-bottom: 1px solid var(--line); }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--brand-dark); font-weight: 900; }

.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; counter-reset: step; }
.step { counter-increment: step; padding: 28px 24px; border-top: 3px solid var(--brand); background: var(--white); }
.step::before { content: "0" counter(step); display: block; margin-bottom: 24px; color: var(--brand); font-family: Georgia, serif; font-size: 2rem; font-weight: 700; }
.step p { color: var(--muted); font-size: .94rem; }

.local-card { display: grid; grid-template-columns: 1.05fr .95fr; border-radius: 34px; overflow: hidden; background: var(--brand-deep); color: var(--white); box-shadow: var(--shadow); }
.local-copy { padding: clamp(36px, 6vw, 72px); }
.local-copy h2, .local-copy h3 { color: var(--white); }
.local-copy p { color: rgba(255,255,255,.76); }
.local-copy address { margin: 24px 0; font-style: normal; font-size: 1.05rem; }
.local-art { min-height: 430px; display: grid; place-items: center; position: relative; overflow: hidden; background: var(--brand-soft); color: var(--brand-deep); }
.local-art::before { content: ""; position: absolute; width: 300px; height: 300px; border: 55px solid rgba(131,182,69,.45); border-radius: 50%; }
.map-pin { position: relative; z-index: 2; width: 120px; height: 120px; display: grid; place-items: center; border-radius: 60px 60px 60px 8px; transform: rotate(-45deg); background: var(--brand-dark); color: var(--white); font-size: 2.4rem; box-shadow: 0 20px 50px rgba(13,69,33,.25); }
.map-pin span { transform: rotate(45deg); }

.page-hero { padding: 92px 0 78px; background: linear-gradient(135deg, #f8faf2 50%, var(--brand-soft)); }
.page-hero h1 { max-width: 920px; font-size: clamp(2.6rem, 6vw, 5rem); }
.page-hero .lead { margin-top: 24px; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 26px; color: var(--muted); font-size: .88rem; }
.breadcrumbs a { color: var(--brand-dark); }
.info-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.info-box { padding: 28px; border-left: 4px solid var(--brand); background: var(--white); }
.info-box p { color: var(--muted); }
.notice { padding: 22px 24px; border: 1px solid rgba(21,92,44,.18); border-radius: 16px; background: rgba(222,234,175,.42); color: var(--brand-deep); }
.faq { max-width: 850px; margin: 0 auto; }
.faq details { border-bottom: 1px solid var(--line); background: var(--white); }
.faq summary { padding: 22px 50px 22px 22px; color: var(--brand-deep); font-weight: 800; cursor: pointer; list-style: none; position: relative; }
.faq summary::after { content: "+"; position: absolute; right: 22px; font-size: 1.4rem; }
.faq details[open] summary::after { content: "−"; }
.faq details p { padding: 0 22px 22px; color: var(--muted); }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 54px; align-items: start; }
.contact-list { display: grid; gap: 12px; }
.contact-item { padding: 20px; border: 1px solid var(--line); border-radius: 16px; background: var(--white); text-decoration: none; }
.contact-item strong { display: block; color: var(--brand-deep); }
.contact-item span { color: var(--muted); font-size: .92rem; }
.map-frame { width: 100%; min-height: 470px; border: 0; border-radius: 24px; background: var(--brand-soft); }
.legal { max-width: 850px; }
.legal h2 { margin: 52px 0 16px; font-size: 2rem; }
.legal h3 { margin: 30px 0 10px; font-size: 1.25rem; }
.legal p, .legal li { color: var(--muted); }

.cta-band { padding: 70px 0; background: var(--brand); }
.cta-inner { display: flex; justify-content: space-between; gap: 42px; align-items: center; }
.cta-inner h2 { max-width: 650px; }
.cta-inner p { margin-top: 12px; color: var(--brand-deep); }
.cta-actions { display: flex; flex-wrap: wrap; gap: 10px; }

.site-footer { padding: 72px 0 24px; background: #092f17; color: rgba(255,255,255,.75); }
.footer-grid { display: grid; grid-template-columns: 1.25fr .75fr .75fr 1fr; gap: 44px; }
.footer-brand img { width: 190px; padding: 8px; border-radius: 12px; background: var(--brand-soft); }
.footer-brand p { max-width: 320px; margin-top: 20px; }
.site-footer h3 { margin-bottom: 18px; color: var(--white); font-family: Inter, sans-serif; font-size: .9rem; letter-spacing: .08em; text-transform: uppercase; }
.site-footer ul { padding: 0; margin: 0; list-style: none; }
.site-footer li { margin-bottom: 9px; }
.site-footer a { color: inherit; text-decoration: none; }
.site-footer a:hover { color: var(--brand-soft); }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; margin-top: 52px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); font-size: .78rem; }
.footer-bottom p { margin: 0; }

.floating-actions { position: fixed; z-index: 900; right: 20px; bottom: 20px; display: grid; gap: 10px; }
.floating-btn { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; color: var(--white); background: var(--brand-dark); box-shadow: 0 12px 30px rgba(13,69,33,.28); font-size: 1.35rem; text-decoration: none; }
.floating-btn.maps { background: var(--white); color: var(--brand-dark); border: 2px solid var(--brand-dark); }
.cookie-banner { position: fixed; z-index: 2000; left: 20px; bottom: 20px; width: min(calc(100% - 40px), 520px); padding: 22px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); box-shadow: var(--shadow); }
.cookie-banner[hidden] { display: none; }
.cookie-banner p { color: var(--muted); font-size: .9rem; }
.cookie-actions { display: flex; flex-wrap: wrap; gap: 8px; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1060px) {
  .main-nav, .header-actions .btn-outline { display: none; }
  .menu-toggle { display: grid; place-items: center; }
  .main-nav.open { display: block; position: fixed; inset: 120px 0 0; overflow-y: auto; padding: 24px 20px; background: var(--cream); }
  .main-nav.open ul { align-items: stretch; flex-direction: column; }
  .main-nav.open a { padding: 15px; font-size: 1.05rem; }
  .hero-grid { grid-template-columns: 1fr; gap: 20px; }
  .hero-visual { min-height: 380px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.14); }
  .cards { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 72px 0; }
  .topbar-inner { justify-content: center; min-height: 34px; }
  .topbar-inner p:first-child { display: none; }
  .nav-wrap { min-height: 74px; }
  .brand img { width: 130px; }
  .header-actions { display: none; }
  .main-nav.open { inset-block-start: 108px; }
  .hero { min-height: auto; }
  .hero-grid { padding: 64px 0 80px; }
  .hero-visual { display: none; }
  .hero-notes { display: grid; gap: 8px; }
  .section-head, .split, .local-card, .contact-grid { grid-template-columns: 1fr; gap: 34px; }
  .cards, .info-grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .story-panel { min-height: 410px; padding: 32px; }
  .local-art { min-height: 300px; }
  .cta-inner { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; }
  .floating-actions { right: 14px; bottom: 14px; }
  .floating-btn.maps { display: none; }
  .cookie-banner { left: 14px; bottom: 14px; width: calc(100% - 28px); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
