:root{--green:#0c3b2e;--green-deep:#06241c;--green-mid:#14503f;--green-soft:#e7f0eb;--gold:#c6a15b;--gold-light:#d9bd7c;--gold-deep:#a8843f;--ink:#1a1f1c;--ink-soft:#4a524d;--muted:#6b746e;--line:#e2ebe5;--white:#fff;--cream:#f6f7f4;--font-display:"Cormorant Garamond", Georgia, serif;--font-body:"DM Sans", system-ui, sans-serif;--max:1160px;--gutter:clamp(1.15rem, 4vw, 2.25rem);--header-h:86px;--ease:cubic-bezier(.22, 1, .36, 1);--shadow:0 20px 50px #06241c1a;--radius:16px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;background:var(--cream)}body{font-family:var(--font-body);color:var(--ink);background:var(--cream);-webkit-font-smoothing:antialiased;line-height:1.65;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;cursor:pointer;background:0 0;border:none}ul{list-style:none}.container{width:min(100% - (var(--gutter) * 2), var(--max));margin-inline:auto}.section{padding:clamp(4rem,8vw,6.25rem) 0}.eyebrow{letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:.85rem;font-size:.7rem;font-weight:700;display:inline-block}.display{font-family:var(--font-display);letter-spacing:-.02em;font-weight:600;line-height:1.08}.display-xl{font-size:clamp(2.55rem,5.8vw,4.5rem)}.display-lg{font-size:clamp(2.1rem,4.2vw,3.35rem)}.display-md{font-size:clamp(1.7rem,3vw,2.45rem)}.lede{color:var(--ink-soft);max-width:36rem;font-size:1.04rem;line-height:1.75}.gold{color:var(--gold)}.btn{letter-spacing:.02em;transition:transform .35s var(--ease), box-shadow .35s var(--ease), background .3s;white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;gap:.5rem;padding:.92rem 1.4rem;font-size:.82rem;font-weight:700;display:inline-flex}.btn:hover{transform:translateY(-2px)}.btn-gold{background:linear-gradient(135deg, var(--gold-light), var(--gold) 48%, var(--gold-deep));color:#1a1408;box-shadow:0 12px 28px #c6a15b57}.btn-gold:hover{box-shadow:0 16px 34px #c6a15b73}.btn-ghost{color:#fff;background:0 0;border:1.5px solid #ffffff8c}.btn-ghost:hover{background:#ffffff14}.btn-dark{background:var(--green);color:#fff}.btn-dark:hover{background:var(--green-mid)}.check{border-radius:50%;flex-shrink:0;place-items:center;width:18px;height:18px;font-size:.68rem;font-weight:700;display:grid}.check-green{background:var(--green-soft);color:var(--green)}.check-gold{color:var(--gold-deep);background:#c6a15b29}.reveal{opacity:0;transition:opacity .9s var(--ease), transform .9s var(--ease);transform:translateY(28px)}.reveal.is-in{opacity:1;transform:none}.whatsapp-fab{z-index:90;color:#fff;background:#25d366;border-radius:50%;place-items:center;width:54px;height:54px;display:grid;position:fixed;bottom:1.2rem;right:1.2rem;box-shadow:0 12px 30px #25d36659}.page-banner{background:linear-gradient(160deg, var(--green-deep), var(--green));color:#fff;padding:clamp(3.5rem,8vw,5.25rem) 0 clamp(3rem,6vw,4.25rem)}.page-banner .eyebrow{color:var(--gold-light)}.page-banner .display{color:#fff;margin-bottom:.75rem}.page-banner .lede{color:#fffc}@media (width<=900px){:root{--header-h:74px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transition:none;transform:none}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.site-header{z-index:100;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#f6f7f4f0;border-bottom:1px solid #0000;transition:border-color .3s,box-shadow .3s;position:sticky;top:0}.site-header.is-scrolled{border-bottom-color:var(--line);box-shadow:0 10px 28px #06241c0f}.header-row{min-height:var(--header-h);justify-content:space-between;align-items:center;gap:1rem;display:flex}.brand{flex-shrink:0;align-items:center;gap:.7rem;display:inline-flex}.brand img{object-fit:contain;background:#fff;border-radius:50%;width:58px;height:58px;padding:3px;box-shadow:0 4px 14px #c6a15b47}.brand-copy{flex-direction:column;line-height:1.05;display:flex}.brand-copy strong{font-family:var(--font-display);letter-spacing:.08em;color:var(--gold-deep);font-size:1.02rem}.brand-copy em{letter-spacing:.28em;color:var(--green);font-size:.68rem;font-style:normal;font-weight:700}.brand-copy small{letter-spacing:.12em;color:var(--gold-deep);margin-top:.2rem;font-size:.56rem;font-weight:600}.nav-desk{align-items:center;gap:1.25rem;display:flex}.nav-desk a{color:var(--ink-soft);font-size:.84rem;font-weight:500;transition:color .25s}.nav-desk a:hover,.nav-desk a.active{color:var(--green)}.header-cta{padding:.76rem 1.15rem;font-size:.76rem}.menu-btn{flex-direction:column;justify-content:center;gap:6px;width:42px;height:42px;display:none}.menu-btn span{background:var(--green);width:22px;height:2px;margin-inline:auto;display:block}.nav-mobile{padding:1rem var(--gutter) 1.4rem;border-top:1px solid var(--line);background:var(--cream);flex-direction:column;gap:1rem;display:flex}.nav-mobile a{color:var(--green);font-size:1.1rem;font-weight:600}@media (width<=1100px){.brand-copy{display:none}}@media (width<=960px){.nav-desk,.header-cta{display:none}.menu-btn{display:flex}}.site-footer{border-top:1px solid var(--line);background:#eef1ed;padding:2.4rem 0 1.6rem}.footer-top{border-bottom:1px solid var(--line);grid-template-columns:auto 1fr auto auto;align-items:center;gap:1.25rem 1.75rem;padding-bottom:1.6rem;display:grid}.footer-brand{align-items:center;gap:.65rem;display:inline-flex}.footer-brand img{background:#fff;border-radius:50%;width:48px;height:48px;padding:2px}.footer-brand span{flex-direction:column;gap:.12rem;display:flex}.footer-brand strong{font-family:var(--font-display);letter-spacing:.04em;color:var(--green);font-size:.86rem}.footer-brand small{letter-spacing:.12em;color:var(--gold-deep);font-size:.56rem;font-weight:600}.footer-nav{flex-wrap:wrap;justify-content:center;gap:.35rem 1.15rem;display:flex}.footer-nav a{color:var(--ink-soft);font-size:.82rem;font-weight:500}.footer-nav a:hover,.footer-nav a.active{color:var(--green)}.footer-social{gap:.4rem;display:flex}.footer-social a{border:1px solid var(--line);width:34px;height:34px;color:var(--green);background:#fff;border-radius:50%;place-items:center;font-size:.62rem;font-weight:700;display:grid}.footer-lang{color:var(--muted);font-size:.76rem}.footer-lang .sep{opacity:.4;margin:0 .3rem}.footer-lang button.active{color:var(--green);font-weight:600}.footer-bottom{justify-content:space-between;gap:1.5rem;padding-top:1.2rem;display:flex}.footer-disclaimer{max-width:48rem;color:var(--muted);font-size:.7rem;line-height:1.55}.footer-meta{text-align:right;color:var(--muted);white-space:nowrap;font-size:.7rem}@media (width<=1000px){.footer-top{grid-template-columns:1fr;justify-items:start}.footer-nav{justify-content:flex-start}.footer-bottom{flex-direction:column}.footer-meta{text-align:left;white-space:normal}}.film{z-index:250;pointer-events:none;position:fixed;inset:0;overflow:hidden}.film-lights{opacity:.42;position:absolute;inset:-20%}.film-glow{will-change:transform;border-radius:50%;position:absolute}.film-glow-a{background:radial-gradient(circle,#0c3b2e12,#0000 70%);width:55vw;height:55vw;animation:44s ease-in-out infinite alternate drift-a;top:4%;left:6%}.film-glow-b{background:radial-gradient(circle,#c6a15b14,#0000 70%);width:48vw;height:48vw;animation:58s ease-in-out infinite alternate drift-b;bottom:8%;right:-6%}.film-glow-c{background:radial-gradient(circle,#ffffff0b,#0000 65%);width:38vw;height:38vw;animation:70s ease-in-out infinite alternate drift-c;top:42%;left:38%}.film-grain{opacity:.055;mix-blend-mode:multiply;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23g)'/%3E%3C/svg%3E");background-size:180px 180px;width:150%;height:150%;animation:28s linear infinite grain-pan;position:absolute;inset:-25%}.film-vignette{background:radial-gradient(78% 72% at 50% 40%,#0000 48%,#06241c14 100%);position:absolute;inset:0}@keyframes grain-pan{to{transform:translate(-8%,-6%)}}@keyframes drift-a{to{transform:translate(8%,6%)scale(1.08)}}@keyframes drift-b{to{transform:translate(-10%,-5%)scale(1)}}@keyframes drift-c{to{transform:translate(5%,-8%)}}@media (width<=900px){.film-grain{opacity:.04}.film-glow-c{display:none}}@media (prefers-reduced-motion:reduce){.film-glow,.film-grain{animation:none!important}}
