:root {
  --green: #0b7446;
  --green-2: #0f8754;
  --green-dark: #073d28;
  --green-deep: #052c20;
  --green-soft: #dfeee5;
  --cream: #f7f4ec;
  --cream-2: #eee8dc;
  --white: #ffffff;
  --ink: #183028;
  --muted: #66756f;
  --gold: #c79a55;
  --gold-soft: #ead8b8;
  --border: rgba(19, 62, 45, .13);
  --shadow-sm: 0 14px 35px rgba(16, 54, 39, .10);
  --shadow: 0 28px 70px rgba(9, 48, 33, .16);
  --radius-sm: 18px;
  --radius-md: 26px;
  --radius-lg: 38px;
  --container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--cream); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; cursor: auto; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
svg { display: block; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 9999; top: 10px; left: 10px; padding: 10px 15px; border-radius: 8px; background: #fff; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.topbar { position: relative; z-index: 1002; background: var(--green-deep); color: rgba(255,255,255,.78); font-size: .78rem; }
.topbar-inner { display: flex; justify-content: space-between; align-items: center; min-height: 36px; }
.topbar p { margin: 0; }
.topbar p span { margin-right: 6px; color: var(--gold-soft); }
.topbar a { color: white; font-weight: 700; }

.site-header { position: sticky; z-index: 1000; top: 0; border-bottom: 1px solid transparent; background: rgba(247,244,236,.83); backdrop-filter: blur(18px); transition: box-shadow .25s, border-color .25s, background .25s; }
.site-header.scrolled { border-color: var(--border); background: rgba(255,255,255,.92); box-shadow: 0 8px 30px rgba(10,50,35,.08); }
.header-inner { display: flex; align-items: center; gap: 34px; min-height: 82px; }
.brand { flex: 0 0 auto; display: grid; place-items: center; width: 150px; height: 62px; overflow: hidden; border-radius: 17px; background: var(--green); box-shadow: 0 10px 26px rgba(11,116,70,.17); }
.brand img { width: 134px; height: auto; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: 30px; margin-left: auto; }
.main-nav a { position: relative; padding: 10px 0; font-size: .89rem; font-weight: 720; color: #3b4f47; }
.main-nav a::after { content: ""; position: absolute; right: 0; bottom: 2px; left: 0; height: 2px; border-radius: 2px; background: var(--green); transform: scaleX(0); transition: transform .2s; }
.main-nav a:hover::after { transform: scaleX(1); }
.menu-toggle { display: none; flex-direction: column; justify-content: center; gap: 5px; width: 44px; height: 44px; margin-left: auto; border: 0; border-radius: 50%; background: white; box-shadow: var(--shadow-sm); }
.menu-toggle span { display: block; width: 20px; height: 2px; margin-inline: auto; background: var(--green-dark); transition: transform .25s, opacity .25s; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 50px; padding: 0 23px; border: 1px solid var(--green); border-radius: 999px; background: var(--green); color: white; font-size: .91rem; font-weight: 800; line-height: 1; box-shadow: 0 12px 26px rgba(11,116,70,.19); transition: transform .2s, box-shadow .2s, background .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); background: var(--green-2); border-color: var(--green-2); box-shadow: 0 17px 34px rgba(11,116,70,.24); }
.button img { width: 20px; height: 20px; object-fit: contain; }
.whatsapp-button img { filter: brightness(0) invert(1); }
.button-sm { min-height: 44px; padding-inline: 19px; font-size: .82rem; }
.button-lg { min-height: 56px; padding-inline: 27px; }
.button-outline { background: transparent; color: var(--green-dark); box-shadow: none; }
.button-outline:hover { background: var(--green-dark); color: white; }
.button-dark { border-color: var(--green-deep); background: var(--green-deep); }
.button-dark:hover { border-color: #031f16; background: #031f16; }
.button-light { border-color: white; background: white; color: var(--green-deep); box-shadow: 0 14px 30px rgba(0,0,0,.13); }
.button-light:hover { border-color: var(--cream); background: var(--cream); color: var(--green-deep); }
.button-light.whatsapp-button img { filter: none; }
.button-full { width: 100%; }

.hero { position: relative; overflow: hidden; min-height: 720px; padding: 88px 0 102px; background: radial-gradient(circle at 15% 20%, rgba(223,238,229,.94), transparent 34%), linear-gradient(125deg, #fbf9f3 0%, #f3eee3 55%, #e8efe8 100%); }
.hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .28; background-image: linear-gradient(rgba(6,56,36,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(6,56,36,.05) 1px, transparent 1px); background-size: 60px 60px; mask-image: linear-gradient(to right, black, transparent 68%); }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(1px); opacity: .6; }
.hero-orb-one { width: 250px; height: 250px; right: 7%; top: -80px; border: 1px solid rgba(11,116,70,.14); }
.hero-orb-two { width: 440px; height: 440px; left: -240px; bottom: -250px; border: 1px solid rgba(199,154,85,.22); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .92fr 1.08fr; gap: 66px; align-items: center; }
.hero-copy { max-width: 620px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; padding: 7px 13px 7px 8px; border: 1px solid rgba(11,116,70,.17); border-radius: 999px; background: rgba(255,255,255,.65); color: var(--green-dark); font-size: .77rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.eyebrow-mark { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: var(--green); color: white; font-family: Georgia, serif; font-style: italic; font-size: 1.05rem; text-transform: none; }
.hero h1 { max-width: 690px; margin: 25px 0 21px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.2rem, 5.5vw, 5.9rem); font-weight: 500; line-height: .95; letter-spacing: -.045em; }
.hero h1 em { color: var(--green); font-weight: 500; }
.hero-copy > p { max-width: 575px; margin: 0; color: var(--muted); font-size: 1.08rem; line-height: 1.8; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 33px; }
.hero-proof { display: flex; align-items: center; gap: 17px; margin-top: 38px; padding-top: 28px; border-top: 1px solid var(--border); }
.proof-score { display: flex; flex-direction: column; padding-right: 18px; border-right: 1px solid var(--border); }
.proof-score strong { font-family: Georgia, serif; font-size: 2rem; line-height: 1; }
.proof-score span { margin-top: 3px; color: #e4a322; font-size: .69rem; letter-spacing: .08em; }
.proof-copy strong, .proof-copy small { display: block; }
.proof-copy strong { font-size: .88rem; }
.proof-copy small { margin-top: 3px; color: var(--muted); }

.hero-visual { position: relative; min-height: 560px; }
.hero-panel { position: absolute; top: 30px; right: 0; width: 78%; height: 88%; border-radius: 180px 28px 28px 28px; background: var(--green); box-shadow: var(--shadow); }
.hero-panel::before { content: ""; position: absolute; top: 22px; right: 22px; bottom: 22px; left: 22px; border: 1px solid rgba(255,255,255,.22); border-radius: inherit; }
.hero-photo { position: absolute; overflow: hidden; margin: 0; background: #ddd; box-shadow: var(--shadow); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.hero-photo-main { z-index: 2; left: 2%; bottom: 0; width: 69%; aspect-ratio: 4 / 5; border: 10px solid white; border-radius: 120px 24px 24px 24px; }
.hero-photo-main img { object-position: center; }
.hero-photo-secondary { z-index: 3; right: 0; top: 0; width: 43%; aspect-ratio: 1 / 1; border: 8px solid white; border-radius: 50%; }
.hero-photo-secondary img { object-position: center; }
.hero-badge { position: absolute; z-index: 4; right: 3%; bottom: 35px; display: flex; align-items: center; gap: 12px; max-width: 250px; padding: 15px 18px; border: 1px solid rgba(255,255,255,.6); border-radius: 18px; background: rgba(255,255,255,.92); box-shadow: var(--shadow-sm); backdrop-filter: blur(10px); }
.badge-icon { display: grid; place-items: center; flex: 0 0 auto; width: 40px; height: 40px; border-radius: 50%; background: var(--green-soft); color: var(--green); }
.hero-badge strong, .hero-badge small { display: block; }
.hero-badge strong { font-size: .82rem; }
.hero-badge small { color: var(--muted); font-size: .7rem; }
.hero-signature { position: absolute; z-index: 1; left: 1%; top: 2%; color: rgba(11,116,70,.1); font-family: Georgia, serif; font-size: 6.5rem; font-style: italic; transform: rotate(-12deg); }

.benefits { position: relative; z-index: 2; margin-top: -38px; }
.benefits-grid { display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; border: 1px solid rgba(255,255,255,.65); border-radius: 26px; background: rgba(255,255,255,.95); box-shadow: var(--shadow-sm); backdrop-filter: blur(15px); }
.benefit-card { display: flex; align-items: flex-start; gap: 15px; min-height: 132px; padding: 28px 24px; border-right: 1px solid var(--border); }
.benefit-card:last-child { border-right: 0; }
.benefit-icon { display: grid; place-items: center; flex: 0 0 auto; width: 43px; height: 43px; border-radius: 14px; background: var(--green-soft); color: var(--green); }
.benefit-icon svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.benefit-card strong { display: block; margin-bottom: 4px; font-size: .89rem; }
.benefit-card p { margin: 0; color: var(--muted); font-size: .78rem; line-height: 1.5; }

.section { padding: 112px 0; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 55px; margin-bottom: 48px; }
.section-heading > div { max-width: 750px; }
.section-heading > p { max-width: 420px; margin: 0 0 7px; color: var(--muted); }
.kicker { display: inline-block; color: var(--green); font-size: .73rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.section h2, .contact h2 { margin: 11px 0 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.45rem, 4.5vw, 4.7rem); font-weight: 500; line-height: 1.05; letter-spacing: -.035em; }

.collections { background: var(--cream); }
.collection-grid { display: grid; grid-template-columns: 1.26fr .74fr; grid-template-rows: repeat(2, 340px); gap: 18px; }
.collection-card { position: relative; overflow: hidden; border-radius: var(--radius-md); background: var(--green-deep); box-shadow: 0 16px 40px rgba(9,47,33,.1); isolation: isolate; }
.collection-card-large { grid-row: 1 / 3; }
.collection-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.collection-card:hover img { transform: scale(1.045); }
.collection-shade { position: absolute; inset: 0; background: linear-gradient(to top, rgba(2,28,18,.86) 0%, rgba(2,28,18,.11) 64%, transparent 100%); }
.collection-card-large .collection-shade { background: linear-gradient(to top, rgba(2,28,18,.88) 0%, rgba(2,28,18,.05) 70%, transparent 100%); }
.collection-copy { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; padding: 30px; color: white; }
.collection-card-large .collection-copy { padding: 42px; }
.collection-copy > span { color: #c9e6d4; font-size: .7rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.collection-copy h3 { margin: 5px 0 5px; font-family: Georgia, serif; font-size: clamp(2rem, 3vw, 3.4rem); font-weight: 500; line-height: 1.05; }
.collection-card:not(.collection-card-large) .collection-copy h3 { font-size: 2.25rem; }
.collection-copy p { max-width: 480px; margin: 12px 0 17px; color: rgba(255,255,255,.76); }
.collection-copy a { display: inline-flex; align-items: center; gap: 9px; margin-top: 5px; font-size: .81rem; font-weight: 800; }
.collection-copy a b { font-size: 1.1rem; transition: transform .2s; }
.collection-copy a:hover b { transform: translate(3px, -3px); }

.experience { position: relative; overflow: hidden; background: var(--green-soft); }
.experience::before { content: ""; position: absolute; width: 550px; height: 550px; right: -250px; top: -250px; border: 1px solid rgba(11,116,70,.14); border-radius: 50%; }
.experience-grid { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 92px; align-items: center; }
.experience-media { position: relative; min-height: 660px; }
.experience-arch { position: absolute; left: 0; top: 0; width: 76%; height: 91%; overflow: hidden; border-radius: 180px 180px 30px 30px; background: white; box-shadow: var(--shadow); }
.experience-arch img { width: 100%; height: 100%; object-fit: cover; }
.experience-detail { position: absolute; z-index: 2; right: 0; bottom: 0; width: 46%; aspect-ratio: 1 / 1; overflow: hidden; border: 9px solid var(--green-soft); border-radius: 28px; box-shadow: var(--shadow-sm); }
.experience-detail img { width: 100%; height: 100%; object-fit: cover; }
.quality-seal { position: absolute; z-index: 3; right: 9%; top: 13%; display: grid; place-items: center; width: 104px; height: 104px; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; background: var(--green); color: white; box-shadow: var(--shadow-sm); }
.quality-seal::before { content: ""; position: absolute; inset: 7px; border: 1px dashed rgba(255,255,255,.5); border-radius: 50%; }
.quality-seal strong, .quality-seal span { position: relative; display: block; text-align: center; }
.quality-seal strong { font-family: Georgia, serif; font-size: 1.7rem; line-height: 1; }
.quality-seal span { margin-top: -7px; font-size: .63rem; letter-spacing: .09em; text-transform: uppercase; }
.experience-copy > p { max-width: 600px; margin: 23px 0 0; color: var(--muted); font-size: 1.02rem; }
.experience-points { margin: 34px 0; }
.experience-points article { display: flex; gap: 20px; padding: 20px 0; border-top: 1px solid rgba(11,116,70,.14); }
.experience-points article:last-child { border-bottom: 1px solid rgba(11,116,70,.14); }
.experience-points article > span { flex: 0 0 auto; color: var(--green); font-family: Georgia, serif; font-size: 1.35rem; font-style: italic; }
.experience-points strong { display: block; margin-bottom: 3px; }
.experience-points p { margin: 0; color: var(--muted); font-size: .87rem; }

.gallery-section { background: #fff; }
.section-heading-center { align-items: center; }
.instagram-link { display: inline-flex; align-items: center; gap: 9px; padding: 10px 15px; border: 1px solid var(--border); border-radius: 999px; color: var(--green); font-size: .82rem; font-weight: 800; transition: background .2s, color .2s; }
.instagram-link:hover { background: var(--green); color: white; }
.instagram-link svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.gallery-grid { display: grid; grid-template-columns: 1.05fr .95fr .95fr; grid-auto-rows: 250px; gap: 15px; }
.gallery-item { position: relative; overflow: hidden; padding: 0; border: 0; border-radius: 22px; background: #ddd; }
.gallery-item-tall { grid-row: span 2; }
.gallery-item-wide { grid-column: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s, filter .5s; }
.gallery-item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(3,36,24,.58), transparent 50%); opacity: .65; transition: opacity .3s; }
.gallery-item span { position: absolute; z-index: 2; left: 20px; bottom: 18px; display: inline-flex; align-items: center; gap: 7px; padding: 8px 12px; border-radius: 999px; background: rgba(255,255,255,.9); color: var(--green-dark); font-size: .72rem; font-weight: 850; opacity: 0; transform: translateY(8px); transition: opacity .25s, transform .25s; }
.gallery-item:hover img { transform: scale(1.04); }
.gallery-item:hover span { opacity: 1; transform: none; }
.gallery-item:hover::after { opacity: 1; }
.lightbox { width: min(92vw, 850px); padding: 0; border: 0; background: transparent; overflow: visible; }
.lightbox::backdrop { background: rgba(3,20,14,.9); backdrop-filter: blur(5px); }
.lightbox img { width: 100%; max-height: 85vh; object-fit: contain; border-radius: 24px; box-shadow: 0 30px 80px rgba(0,0,0,.35); }
.lightbox-close { position: absolute; z-index: 3; top: -16px; right: -16px; display: grid; place-items: center; width: 44px; height: 44px; border: 0; border-radius: 50%; background: white; color: var(--green-deep); font-size: 1.8rem; box-shadow: var(--shadow-sm); }

.reviews { position: relative; overflow: hidden; color: white; background: var(--green-deep); }
.reviews::before { content: ""; position: absolute; width: 620px; height: 620px; right: -280px; bottom: -340px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; }
.reviews-top { position: relative; display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 48px; }
.reviews-top > div:first-child { max-width: 750px; }
.kicker-light { color: #a9d9bb; }
.reviews h2 { color: white; }
.reviews-score { display: flex; align-items: center; gap: 17px; flex: 0 0 auto; }
.reviews-score > strong { font-family: Georgia, serif; font-size: 4.8rem; font-weight: 500; line-height: .8; }
.reviews-score span, .reviews-score small { display: block; }
.reviews-score span { color: #f4b839; letter-spacing: .09em; }
.reviews-score small { margin-top: 4px; color: rgba(255,255,255,.56); }
.reviews-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.review-card { position: relative; display: flex; flex-direction: column; min-height: 355px; padding: 31px; overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: 26px; background: rgba(255,255,255,.055); }
.review-card-featured { background: var(--green); }
.quote-mark { position: absolute; right: 19px; top: -18px; color: rgba(255,255,255,.09); font-family: Georgia, serif; font-size: 9rem; line-height: 1; }
.review-stars { position: relative; color: #f4b839; font-size: .83rem; letter-spacing: .13em; }
.review-card blockquote { position: relative; margin: 24px 0 30px; font-family: Georgia, serif; font-size: 1.25rem; line-height: 1.55; }
.review-author { display: flex; align-items: center; gap: 12px; margin-top: auto; }
.review-author > span { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: var(--green-soft); color: var(--green-deep); font-weight: 850; }
.review-author strong, .review-author small { display: block; }
.review-author strong { font-size: .85rem; }
.review-author small { color: rgba(255,255,255,.55); font-size: .72rem; }

.contact { background: var(--cream); }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 85px; align-items: start; }
.contact-copy > p { max-width: 530px; color: var(--muted); font-size: 1rem; }
.contact-list { display: grid; gap: 6px; margin-top: 30px; }
.contact-list a { display: flex; align-items: flex-start; gap: 15px; padding: 16px 14px; border-radius: 17px; transition: background .2s, transform .2s; }
.contact-list a:hover { background: white; transform: translateX(4px); }
.contact-list a > span { display: grid; place-items: center; flex: 0 0 auto; width: 45px; height: 45px; border-radius: 15px; background: var(--green-soft); color: var(--green); }
.contact-list svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.contact-list strong, .contact-list p { display: block; }
.contact-list strong { font-size: .88rem; }
.contact-list p { margin: 2px 0 0; color: var(--muted); font-size: .82rem; }
.contact-card { position: relative; overflow: hidden; padding: 42px; border: 1px solid rgba(255,255,255,.7); border-radius: var(--radius-lg); background: rgba(255,255,255,.88); box-shadow: var(--shadow); backdrop-filter: blur(10px); }
.contact-card::before { content: ""; position: absolute; width: 220px; height: 220px; right: -100px; top: -120px; border-radius: 50%; background: var(--green-soft); }
.contact-card-head { position: relative; }
.contact-card-head > span { color: var(--green); font-size: .7rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.contact-card h3 { margin: 8px 0 7px; font-family: Georgia, serif; font-size: 2.25rem; font-weight: 500; line-height: 1.1; }
.contact-card-head p { margin: 0; color: var(--muted); }
.contact-card form { position: relative; display: grid; gap: 9px; margin-top: 27px; }
.contact-card label { margin-top: 8px; font-size: .78rem; font-weight: 800; }
.contact-card label span { color: var(--muted); font-weight: 500; }
.contact-card input, .contact-card select, .contact-card textarea { width: 100%; padding: 14px 15px; border: 1px solid var(--border); border-radius: 14px; outline: 0; background: #fbfcfa; color: var(--ink); transition: border .2s, box-shadow .2s, background .2s; }
.contact-card textarea { min-height: 112px; resize: vertical; }
.contact-card input:focus, .contact-card select:focus, .contact-card textarea:focus { border-color: var(--green); background: white; box-shadow: 0 0 0 4px rgba(11,116,70,.1); }
.map-wrap { position: relative; overflow: hidden; margin-top: 70px; border: 8px solid white; border-radius: 30px; background: white; box-shadow: var(--shadow-sm); line-height: 0; }
.map-wrap iframe { border: 0; filter: saturate(.78) contrast(.94); }
.map-label { position: absolute; z-index: 2; left: 24px; top: 24px; display: flex; flex-direction: column; padding: 12px 17px; border-radius: 15px; background: rgba(255,255,255,.94); box-shadow: var(--shadow-sm); line-height: 1.3; }
.map-label span { color: var(--green); font-size: .65rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.map-label strong { margin-top: 2px; font-size: .9rem; }

.final-cta { position: relative; overflow: hidden; padding: 86px 0; color: white; background: linear-gradient(115deg, var(--green) 0%, #0b5f3d 60%, var(--green-dark) 100%); }
.final-cta::after { content: "L"; position: absolute; right: 5%; top: -100px; color: rgba(255,255,255,.055); font-family: Georgia, serif; font-size: 19rem; font-style: italic; }
.final-cta-glow { position: absolute; width: 500px; height: 500px; left: -280px; top: -230px; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; }
.final-cta-inner { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 55px; }
.final-cta-inner > div { max-width: 780px; }
.final-cta span { color: #bde3ca; font-size: .72rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.final-cta h2 { margin: 9px 0 0; font-family: Georgia, serif; font-size: clamp(2.15rem, 3.7vw, 3.9rem); font-weight: 500; line-height: 1.08; }

.site-footer { padding: 72px 0 22px; color: rgba(255,255,255,.65); background: #031f16; }
.footer-main { display: grid; grid-template-columns: 1.55fr repeat(3, 1fr); gap: 52px; padding-bottom: 48px; }
.footer-brand img { width: 154px; border-radius: 15px; background: var(--green); }
.footer-brand p { max-width: 310px; margin: 18px 0 0; font-size: .87rem; }
.site-footer h3 { margin: 0 0 17px; color: white; font-size: .84rem; letter-spacing: .04em; }
.site-footer a, .site-footer p { display: block; margin: 0 0 9px; font-size: .82rem; }
.site-footer a { transition: color .2s; }
.site-footer a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.09); }
.footer-bottom p { margin: 0; }

.whatsapp-float { position: fixed; z-index: 990; right: 22px; bottom: 22px; display: flex; align-items: center; gap: 9px; min-height: 58px; padding: 8px 17px 8px 9px; border: 1px solid rgba(255,255,255,.34); border-radius: 999px; background: #25D366; color: #073d28; font-size: .78rem; font-weight: 900; box-shadow: 0 16px 38px rgba(0,0,0,.24); transition: transform .2s, box-shadow .2s; }
.whatsapp-float:hover { transform: translateY(-3px); box-shadow: 0 20px 42px rgba(0,0,0,.28); }
.whatsapp-float img { width: 40px; height: 40px; padding: 7px; border-radius: 50%; background: white; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }
.reveal-delay { transition-delay: .12s; }
.reveal-delay-2 { transition-delay: .22s; }
.reveal-delay-3 { transition-delay: .31s; }
.reveal.is-visible { opacity: 1; transform: none; }

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

@media (max-width: 1050px) {
  .header-cta { display: none; }
  .hero-grid { gap: 40px; }
  .hero-visual { min-height: 520px; }
  .benefits-grid { grid-template-columns: repeat(2, 1fr); }
  .benefit-card:nth-child(2) { border-right: 0; }
  .benefit-card:nth-child(-n+2) { border-bottom: 1px solid var(--border); }
  .experience-grid { gap: 55px; }
  .contact-grid { gap: 52px; }
}

@media (max-width: 820px) {
  .container { width: min(calc(100% - 28px), 680px); }
  .topbar { display: none; }
  .header-inner { min-height: 72px; }
  .brand { width: 132px; height: 54px; }
  .brand img { width: 117px; }
  .menu-toggle { display: flex; z-index: 2; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 0; display: flex; flex-direction: column; justify-content: center; gap: 18px; padding: 100px 30px 40px; background: rgba(247,244,236,.98); transform: translateX(100%); transition: transform .3s ease; font-family: Georgia, serif; font-size: 1.8rem; }
  .main-nav.open { transform: translateX(0); }
  .main-nav a { font-size: inherit; }
  .hero { min-height: auto; padding: 65px 0 90px; }
  .hero-grid, .experience-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: none; text-align: center; }
  .eyebrow { margin-inline: auto; }
  .hero-copy > p { margin-inline: auto; }
  .hero-actions, .hero-proof { justify-content: center; }
  .hero-visual { margin-top: 24px; min-height: 610px; }
  .hero-panel { width: 82%; }
  .benefits { margin-top: -32px; }
  .section { padding: 88px 0; }
  .section-heading, .reviews-top, .final-cta-inner { align-items: flex-start; flex-direction: column; }
  .collection-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 540px 330px; }
  .collection-card-large { grid-column: 1 / 3; grid-row: auto; }
  .experience-media { min-height: 620px; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 250px; }
  .gallery-item-wide { grid-column: auto; }
  .reviews-grid { grid-template-columns: 1fr; }
  .review-card { min-height: 280px; }
  .contact-copy { padding-bottom: 8px; }
  .footer-main { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-main > div:last-child { grid-column: 2 / 4; }
}

@media (max-width: 560px) {
  .container { width: min(calc(100% - 22px), 520px); }
  .hero { padding-top: 48px; }
  .hero h1 { font-size: clamp(3rem, 15vw, 4.4rem); }
  .hero-copy > p { font-size: .96rem; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-proof { align-items: flex-start; text-align: left; }
  .hero-visual { min-height: 460px; }
  .hero-panel { top: 36px; width: 84%; height: 82%; border-radius: 100px 22px 22px 22px; }
  .hero-photo-main { width: 73%; border-width: 7px; border-radius: 70px 20px 20px 20px; }
  .hero-photo-secondary { width: 43%; border-width: 6px; }
  .hero-badge { right: 0; bottom: 18px; max-width: 218px; padding: 11px 13px; }
  .hero-signature { font-size: 4.6rem; }
  .benefits-grid { grid-template-columns: 1fr; }
  .benefit-card { min-height: auto; padding: 21px 18px; border-right: 0; border-bottom: 1px solid var(--border); }
  .benefit-card:last-child { border-bottom: 0; }
  .section { padding: 76px 0; }
  .section-heading { gap: 22px; margin-bottom: 34px; }
  .section h2, .contact h2 { font-size: clamp(2.35rem, 12vw, 3.5rem); }
  .collection-grid { grid-template-columns: 1fr; grid-template-rows: 480px 300px 300px; gap: 12px; }
  .collection-card-large { grid-column: auto; }
  .collection-card-large .collection-copy, .collection-copy { padding: 24px; }
  .collection-copy p { font-size: .86rem; }
  .experience-media { min-height: 500px; }
  .experience-arch { width: 82%; }
  .experience-detail { width: 48%; border-width: 7px; }
  .quality-seal { width: 88px; height: 88px; right: 3%; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 185px; gap: 9px; }
  .gallery-item { border-radius: 16px; }
  .gallery-item-tall { grid-row: span 2; }
  .gallery-item span { display: none; }
  .reviews-score > strong { font-size: 4rem; }
  .review-card { padding: 25px; }
  .review-card blockquote { font-size: 1.12rem; }
  .contact-card { padding: 29px 20px; border-radius: 27px; }
  .map-wrap { margin-top: 48px; border-width: 5px; border-radius: 22px; }
  .map-label { left: 14px; top: 14px; }
  .final-cta { padding: 68px 0; }
  .final-cta .button { width: 100%; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 35px 20px; }
  .footer-brand { grid-column: 1 / 3; }
  .footer-main > div:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: 4px; }
  .whatsapp-float { right: 14px; bottom: 14px; min-width: 58px; width: 58px; height: 58px; padding: 8px; }
  .whatsapp-float img { width: 40px; height: 40px; }
  .whatsapp-float span { display: none; }
}
