:root {
  --ink: #12211d;
  --ink-soft: #53625d;
  --green-950: #0c201b;
  --green-900: #102823;
  --green-800: #173a31;
  --lime: #c9ee47;
  --lime-dark: #a9ce2b;
  --cream: #f5f3ec;
  --paper: #ffffff;
  --line: #dfe3dd;
  --muted: #e8ebe5;
  --radius-sm: 12px;
  --radius-md: 20px;
  --radius-lg: 32px;
  --shadow: 0 22px 60px rgba(16, 40, 35, .12);
  --container: min(1160px, calc(100% - 40px));
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; }
body { margin: 0; overflow-x: hidden; background: var(--cream); color: var(--ink); font-family: "DM Sans", Arial, sans-serif; line-height: 1.6; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: var(--container); margin-inline: auto; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 999; padding: 10px 16px; background: var(--lime); color: var(--green-950); border-radius: 8px; transform: translateY(-150%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(245, 243, 236, .92); border-bottom: 1px solid rgba(18, 33, 29, .08); backdrop-filter: blur(16px); }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; line-height: 1; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; background: var(--green-900); color: var(--lime); border-radius: 50%; }
.brand-mark svg { width: 22px; fill: currentColor; }
.brand strong, .brand small { display: block; }
.brand strong { font: 800 17px/1.1 "Manrope", sans-serif; letter-spacing: -.35px; }
.brand small { margin-top: 4px; color: var(--ink-soft); font-size: 11px; font-weight: 700; letter-spacing: 1.8px; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 30px; font-size: 14px; font-weight: 600; }
.main-nav a { position: relative; padding: 28px 0; }
.main-nav a::after { content: ""; position: absolute; bottom: 19px; left: 0; width: 0; height: 2px; background: var(--green-900); transition: width .2s; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { width: 100%; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; border-radius: 50%; background: var(--green-900); cursor: pointer; }
.menu-toggle span { display: block; width: 20px; height: 2px; margin: 4px auto; background: white; transition: transform .2s, opacity .2s; }

.hero { min-height: 680px; padding: 86px 0 96px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 70px; }
.hero-grid > *, .about-grid > *, .visit-grid > * { min-width: 0; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 18px; color: var(--green-800); font-size: 12px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 2px; background: var(--lime-dark); }
h1, h2, h3 { margin: 0; font-family: "Manrope", sans-serif; letter-spacing: -.045em; }
h1 { max-width: 650px; font-size: clamp(54px, 6.2vw, 88px); line-height: .98; font-weight: 800; }
h1 em, h2 em { color: var(--green-800); font-family: Georgia, serif; font-weight: 400; }
.hero-text { max-width: 610px; margin: 26px 0 32px; color: var(--ink-soft); font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 26px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 14px 22px; border: 0; border-radius: 999px; font-size: 15px; font-weight: 700; transition: transform .2s, box-shadow .2s, background .2s; cursor: pointer; }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 25px rgba(16, 40, 35, .18); }
.button-primary { background: var(--green-900); color: #fff; }
.button-primary:hover { background: var(--green-800); }
.button svg { width: 19px; height: 19px; fill: var(--lime); }
.text-link { display: inline-flex; align-items: center; gap: 8px; padding: 10px 0; border-bottom: 1px solid var(--ink); font-size: 14px; font-weight: 700; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translateX(4px); }
.hero-points { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 32px; color: var(--ink-soft); font-size: 13px; }
.hero-points span { display: flex; align-items: center; gap: 7px; }
.hero-points b { width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; background: #dfe9bc; color: var(--green-900); font-size: 11px; }

.hero-visual { position: relative; min-height: 480px; }
.hero-visual::before { content: ""; position: absolute; top: -55px; right: -95px; width: 360px; height: 360px; border: 1px solid rgba(16, 40, 35, .12); border-radius: 50%; }
.photo-placeholder { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; overflow: hidden; background: linear-gradient(145deg, #dce1da, #b7c1b9); color: var(--green-800); text-align: center; }
.photo-placeholder::before, .photo-placeholder::after { content: ""; position: absolute; border-radius: 50%; border: 1px solid rgba(255,255,255,.48); }
.photo-placeholder::before { width: 320px; height: 320px; right: -120px; bottom: -180px; }
.photo-placeholder::after { width: 180px; height: 180px; left: -70px; top: -80px; }
.photo-placeholder svg { width: 46px; margin-bottom: 14px; fill: currentColor; opacity: .68; }
.photo-placeholder span { z-index: 1; font-weight: 800; }
.photo-placeholder small { z-index: 1; margin-top: 4px; opacity: .7; }
.hero-photo { position: absolute; inset: 0 24px 0 38px; border-radius: 160px 24px 24px 24px; box-shadow: var(--shadow); }
.status-card { position: absolute; top: 36px; left: 0; display: flex; align-items: center; gap: 11px; padding: 13px 17px; background: white; border-radius: var(--radius-sm); box-shadow: 0 14px 30px rgba(16,40,35,.14); }
.status-dot { width: 11px; height: 11px; border-radius: 50%; background: #3dc171; box-shadow: 0 0 0 5px rgba(61,193,113,.14); }
.status-card strong, .status-card small { display: block; }
.status-card strong { font-size: 13px; }
.status-card small { color: var(--ink-soft); font-size: 11px; }
.experience-card { position: absolute; right: 0; bottom: 34px; display: flex; align-items: center; gap: 12px; padding: 15px 18px; background: var(--lime); border-radius: var(--radius-sm); box-shadow: 0 14px 30px rgba(16,40,35,.18); }
.experience-card strong { font: 800 28px/1 "Manrope", sans-serif; }
.experience-card span { font-size: 11px; font-weight: 700; line-height: 1.3; }
.experience-card small { font-size: 8px; font-weight: 600; opacity: .65; }

.trust-strip { background: var(--green-900); color: white; }
.trust-grid { min-height: 130px; display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-grid > div { display: flex; align-items: center; gap: 16px; padding: 25px 35px; border-right: 1px solid rgba(255,255,255,.11); }
.trust-grid > div:first-child { padding-left: 0; }
.trust-grid > div:last-child { border-right: 0; }
.trust-icon { width: 45px; height: 45px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid rgba(201,238,71,.45); border-radius: 50%; color: var(--lime); font: 700 12px "Manrope", sans-serif; }
.trust-grid p, .trust-grid strong, .trust-grid small { display: block; margin: 0; }
.trust-grid strong { font-size: 14px; }
.trust-grid small { margin-top: 3px; color: rgba(255,255,255,.6); font-size: 12px; }

.section { padding: 112px 0; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: 52px; }
.section-heading h2, .about-copy h2, .contact-copy h2 { font-size: clamp(38px, 5vw, 58px); line-height: 1.08; }
.section-heading > p { max-width: 410px; margin: 0 0 7px; color: var(--ink-soft); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.service-card { position: relative; min-height: 285px; padding: 34px; background: var(--paper); border: 1px solid rgba(18,33,29,.06); border-radius: var(--radius-md); transition: transform .25s, box-shadow .25s; }
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.service-card svg { width: 38px; height: 38px; margin-bottom: 45px; fill: var(--green-800); }
.service-number { position: absolute; top: 22px; right: 25px; color: #a9b1ad; font-size: 11px; font-weight: 800; }
.service-card h3 { margin-bottom: 10px; font-size: 21px; }
.service-card p { margin: 0; color: var(--ink-soft); font-size: 14px; line-height: 1.65; }
.service-card.featured { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; background: var(--lime); }
.service-card.featured .service-number { position: static; display: block; margin-bottom: 65px; color: var(--green-800); }
.circle-link { width: 50px; height: 50px; flex: 0 0 auto; display: grid; place-items: center; background: var(--green-900); color: white; border-radius: 50%; font-size: 21px; transition: transform .2s; }
.circle-link:hover { transform: rotate(10deg) scale(1.06); }

.about { background: var(--green-900); color: white; }
.about-grid { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 90px; }
.about-visual { position: relative; min-height: 560px; }
.about-photo { position: absolute; inset: 0; border-radius: 22px 160px 22px 22px; background: linear-gradient(145deg, #50635b, #263f36); color: #d3ded8; }
.about-visual blockquote { position: absolute; right: -38px; bottom: 35px; max-width: 270px; margin: 0; padding: 23px 26px; background: var(--lime); color: var(--green-950); border-radius: var(--radius-sm); font: 700 18px/1.45 Georgia, serif; box-shadow: var(--shadow); }
.eyebrow.light { color: rgba(255,255,255,.7); }
.about-copy h2 em { color: var(--lime); }
.about-copy > p:not(.eyebrow):not(.demo-note) { color: rgba(255,255,255,.66); }
.about-copy > p:nth-of-type(2) { margin-top: 28px; }
.about-values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 42px 0; }
.about-values div { padding-top: 18px; border-top: 1px solid rgba(255,255,255,.18); }
.about-values strong, .about-values span { display: block; }
.about-values strong { color: var(--lime); font-size: 11px; }
.about-values span { margin-top: 6px; font-weight: 700; }
.demo-note { display: flex; align-items: flex-start; gap: 10px; margin: 0; padding: 15px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.09); border-radius: 10px; color: rgba(255,255,255,.7); font-size: 12px; }
.demo-note span { width: 19px; height: 19px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid var(--lime); border-radius: 50%; color: var(--lime); font-family: Georgia, serif; }

.gallery { background: #ecebe4; }
.gallery-grid { display: grid; grid-template-columns: 1.5fr 1fr; grid-template-rows: repeat(2, 235px); gap: 16px; }
.gallery-item { align-items: flex-start; justify-content: flex-end; padding: 26px; border-radius: var(--radius-md); background: linear-gradient(145deg, #c8cdc6, #96a39b); color: white; text-align: left; }
.gallery-item::after { width: 250px; height: 250px; background: rgba(16,40,35,.1); }
.gallery-item span, .gallery-item small { text-shadow: 0 2px 12px rgba(16,40,35,.3); }
.gallery-large { grid-row: 1 / 3; }
.gallery-item:nth-child(2) { background: linear-gradient(135deg, #9aa79f, #53675e); }
.gallery-item:nth-child(3) { background: linear-gradient(135deg, #53675e, #263c34); }

.reviews { background: var(--green-800); color: white; }
.reviews .section-heading > p { color: rgba(255,255,255,.58); }
.reviews .section-heading h2 { color: white; }
.reviews-disclaimer { padding: 15px 18px; border: 1px solid rgba(201,238,71,.28); border-radius: var(--radius-sm); font-size: 12px; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.review-card { min-height: 285px; display: flex; flex-direction: column; padding: 30px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius-md); }
.stars { color: var(--lime); font-size: 13px; letter-spacing: 3px; }
.review-card > p { flex: 1; margin: 25px 0 30px; color: rgba(255,255,255,.88); font: 400 18px/1.6 Georgia, serif; }
.review-card footer { display: flex; align-items: center; gap: 12px; }
.review-card footer > span { width: 40px; height: 40px; display: grid; place-items: center; background: var(--lime); color: var(--green-900); border-radius: 50%; font-size: 11px; font-weight: 800; }
.review-card footer strong, .review-card footer small { display: block; }
.review-card footer strong { font-size: 13px; }
.review-card footer small { margin-top: 2px; color: rgba(255,255,255,.48); font-size: 10px; }

.visit { background: var(--paper); }
.visit-grid { display: grid; grid-template-columns: 1fr .9fr; gap: 80px; align-items: start; }
.contact-copy > p:not(.eyebrow) { max-width: 550px; margin: 22px 0 28px; color: var(--ink-soft); }
.contact-list { margin-top: 48px; }
.contact-list > div { display: flex; align-items: center; gap: 16px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.contact-list > div > span { width: 38px; height: 38px; display: grid; place-items: center; background: var(--cream); border-radius: 50%; color: var(--green-800); font-weight: 800; }
.contact-list p, .contact-list strong, .contact-list small { display: block; margin: 0; }
.contact-list strong { font-size: 13px; }
.contact-list small { margin-top: 2px; color: var(--ink-soft); font-size: 12px; }
.hours-card { padding: 34px; background: var(--cream); border-radius: var(--radius-lg); }
.hours-heading { display: flex; align-items: center; gap: 14px; margin-bottom: 23px; }
.hours-heading > span { width: 46px; height: 46px; display: grid; place-items: center; background: var(--lime); border-radius: 50%; font-size: 22px; }
.hours-heading p, .hours-heading small { display: block; margin: 0; }
.hours-heading p { font-weight: 800; }
.hours-heading small { color: var(--ink-soft); font-size: 11px; }
.hours-card dl { margin: 0 0 24px; }
.hours-card dl div { display: flex; justify-content: space-between; gap: 20px; padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 13px; }
.hours-card dt { color: var(--ink-soft); }
.hours-card dd { margin: 0; font-weight: 700; }
.hours-card .closed dd { color: #a45242; }
.map-placeholder { position: relative; min-height: 210px; display: grid; place-items: center; overflow: hidden; background: #d9ded5; border-radius: 16px; text-align: center; }
.map-lines { position: absolute; inset: -40px; opacity: .6; background-image: linear-gradient(35deg, transparent 46%, rgba(255,255,255,.8) 47% 53%, transparent 54%), linear-gradient(120deg, transparent 47%, rgba(255,255,255,.7) 48% 52%, transparent 53%); background-size: 135px 100px, 170px 140px; }
.map-pin { z-index: 1; width: 34px; height: 34px; display: grid; place-items: center; background: var(--green-900); color: var(--lime); border: 6px solid white; border-radius: 50%; box-shadow: 0 5px 15px rgba(16,40,35,.2); }
.map-placeholder p { z-index: 1; margin: 9px 0 0; padding: 7px 12px; background: rgba(255,255,255,.85); border-radius: 8px; font-size: 12px; font-weight: 800; }
.map-placeholder small { color: var(--ink-soft); font-weight: 500; }

.floating-whatsapp { position: fixed; right: 24px; bottom: 24px; z-index: 40; width: 58px; height: 58px; display: grid; place-items: center; background: #25d366; color: white; border: 4px solid white; border-radius: 50%; box-shadow: 0 12px 30px rgba(16,40,35,.25); transition: transform .2s; }
.floating-whatsapp:hover { transform: translateY(-3px) scale(1.04); }
.floating-whatsapp svg { width: 27px; fill: currentColor; }
.demo-toast { position: fixed; right: 24px; bottom: 96px; z-index: 60; width: min(330px, calc(100% - 40px)); padding: 16px 18px; background: var(--green-950); color: white; border-radius: var(--radius-sm); box-shadow: var(--shadow); opacity: 0; pointer-events: none; transform: translateY(12px); transition: opacity .25s, transform .25s; }
.demo-toast.show { opacity: 1; transform: translateY(0); }
.demo-toast strong, .demo-toast span { display: block; }
.demo-toast strong { color: var(--lime); font-size: 13px; }
.demo-toast span { margin-top: 3px; color: rgba(255,255,255,.72); font-size: 11px; line-height: 1.5; }

.site-footer { padding: 56px 0 22px; background: var(--green-950); color: white; }
.brand-light .brand-mark { background: var(--lime); color: var(--green-950); }
.brand-light small { color: rgba(255,255,255,.55); }
.footer-main { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-bottom: 45px; }
.footer-main nav { display: flex; flex-wrap: wrap; gap: 25px; color: rgba(255,255,255,.68); font-size: 13px; }
.footer-main nav a:hover { color: var(--lime); }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.42); font-size: 10px; }
.footer-bottom p { margin: 0; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

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

@media (max-width: 900px) {
  .hero-grid, .about-grid, .visit-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 60px; }
  .hero-grid { gap: 58px; }
  .hero-visual { min-height: 430px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .about-grid { gap: 60px; }
  .about-visual { min-height: 500px; max-width: 620px; }
  .about-visual blockquote { right: -10px; }
  .review-grid { grid-template-columns: 1fr; }
  .review-card { min-height: 230px; }
  .visit-grid { gap: 55px; }
}

@media (max-width: 680px) {
  :root { --container: min(100% - 32px, 1160px); --radius-lg: 24px; }
  html { scroll-padding-top: 70px; }
  .header-inner { min-height: 68px; }
  .brand-mark { width: 37px; height: 37px; }
  .brand strong { font-size: 15px; }
  .brand small { font-size: 9px; }
  .menu-toggle { display: block; z-index: 2; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 68px 0 auto; display: grid; gap: 0; padding: 12px 16px 22px; background: var(--cream); border-bottom: 1px solid var(--line); box-shadow: 0 20px 35px rgba(16,40,35,.13); opacity: 0; pointer-events: none; transform: translateY(-15px); transition: opacity .2s, transform .2s; }
  .main-nav.open { opacity: 1; pointer-events: auto; transform: none; }
  .main-nav a { padding: 13px 10px; border-bottom: 1px solid var(--line); }
  .main-nav a:last-child { border-bottom: 0; }
  .main-nav a::after { display: none; }
  .hero { min-height: auto; padding: 48px 0 66px; }
  .hero-grid { gap: 46px; }
  h1 { font-size: clamp(44px, 12.3vw, 54px); }
  h1 em { display: block; font-size: .93em; }
  .hero-text { margin: 22px 0 27px; font-size: 16px; }
  .hero-actions { align-items: stretch; gap: 14px; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { margin-inline: auto; }
  .hero-points { gap: 12px; margin-top: 25px; }
  .hero-visual { min-height: 365px; }
  .hero-photo { inset: 0 8px 0 18px; border-radius: 110px 20px 20px 20px; }
  .status-card { top: 20px; padding: 11px 13px; }
  .experience-card { right: -3px; bottom: 22px; }
  .trust-grid { grid-template-columns: 1fr; padding: 14px 0; }
  .trust-grid > div, .trust-grid > div:first-child { padding: 17px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .trust-grid > div:last-child { border-bottom: 0; }
  .section { padding: 78px 0; }
  .section-heading { display: block; margin-bottom: 35px; }
  .section-heading > p { margin-top: 18px; }
  .section-heading h2, .about-copy h2, .contact-copy h2 { font-size: 39px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 245px; }
  .service-card svg { margin-bottom: 32px; }
  .service-card.featured .service-number { margin-bottom: 40px; }
  .about-visual { min-height: 410px; }
  .about-photo { border-radius: 20px 100px 20px 20px; }
  .about-visual blockquote { right: -5px; bottom: 18px; max-width: 245px; padding: 20px; font-size: 16px; }
  .about-values { gap: 10px; }
  .about-values span { font-size: 12px; }
  .gallery-grid { grid-template-columns: 1fr; grid-template-rows: 300px 210px 210px; }
  .gallery-large { grid-row: auto; }
  .reviews-disclaimer { font-size: 11px; }
  .hours-card { padding: 22px; }
  .floating-whatsapp { right: 16px; bottom: 16px; width: 54px; height: 54px; }
  .demo-toast { right: 16px; bottom: 82px; }
  .footer-main, .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-main { padding-bottom: 34px; }
  .footer-main nav { display: grid; grid-template-columns: 1fr 1fr; width: 100%; }
  .footer-bottom { gap: 8px; }
}
