
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Inter:wght@400;500;600;700;800&display=swap');
:root{--green:#183720;--green2:#244a2c;--gold:#b99a45;--gold2:#d1b85d;--cream:#f7f0e3;--paper:#fffaf0;--ink:#17130f;--muted:#6e6459;--line:#e5d7bd;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:Inter,Arial,sans-serif;line-height:1.6}.container{width:min(1160px,92vw);margin:0 auto}.serif,h1,h2,h3{font-family:'Cormorant Garamond',serif;line-height:.98;letter-spacing:-.02em}h1{font-size:clamp(3rem,7vw,6.4rem);margin:0 0 18px}h2{font-size:clamp(2.2rem,4.6vw,4.4rem);margin:0 0 20px}h3{font-size:clamp(1.55rem,2.3vw,2.5rem);margin:0 0 12px}p{font-size:1.03rem;color:var(--muted);margin:0 0 16px}.eyebrow{font-size:.72rem;text-transform:uppercase;letter-spacing:.22em;font-weight:800;color:var(--gold);margin-bottom:14px}.lead{font-size:1.25rem;line-height:1.7;color:#4f463d;max-width:780px}.site-header{height:78px;background:rgba(24,55,32,.96);backdrop-filter:blur(10px);position:sticky;top:0;z-index:50;border-bottom:1px solid rgba(255,255,255,.08)}.nav{height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:12px;text-decoration:none;color:#fff;min-width:220px}.brand img{width:54px;height:auto;display:block}.brand b{font-size:1.05rem;line-height:1.05;letter-spacing:.01em}.brand span{display:block;color:var(--gold2);font-family:'Cormorant Garamond',serif;font-size:1.4rem;line-height:.85}.menu{display:flex;align-items:center;gap:20px}.menu a{color:rgba(255,255,255,.82);text-decoration:none;font-size:.82rem;text-transform:uppercase;font-weight:700;letter-spacing:.08em;white-space:nowrap}.menu a:hover{color:#fff}.lang{border:1px solid rgba(255,255,255,.25);border-radius:999px;padding:8px 11px!important}.hamb{display:none;background:none;border:0;color:white;font-size:26px}.hero{min-height:calc(100vh - 78px);display:flex;align-items:center;position:relative;background-size:cover;background-position:center;overflow:hidden}.hero:before{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(12,25,17,.78) 0%,rgba(12,25,17,.45) 45%,rgba(12,25,17,.16) 100%)}.hero .container{position:relative;z-index:1}.hero-box{max-width:720px;color:#fff}.hero h1{color:#fff;text-wrap:balance}.hero p{font-size:1.16rem;line-height:1.65;color:rgba(255,255,255,.85);max-width:640px}.page-hero{min-height:460px;display:flex;align-items:end;padding:120px 0 76px;position:relative;background-size:cover;background-position:center}.page-hero:before{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(17,23,15,.83),rgba(17,23,15,.38))}.page-hero .container{position:relative;z-index:1;color:#fff}.page-hero h1{color:#fff;font-size:clamp(2.8rem,6vw,5.8rem);max-width:850px}.page-hero p{color:rgba(255,255,255,.86);font-size:1.12rem;max-width:690px}.btns{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 22px;border-radius:999px;text-decoration:none;font-weight:850;text-transform:uppercase;letter-spacing:.08em;font-size:.78rem;border:1px solid transparent;transition:.2s}.btn.gold{background:var(--gold);color:#16120d}.btn.green{background:var(--green);color:#fff}.btn.light{background:#fff;color:var(--green)}.btn.line{border-color:rgba(255,255,255,.45);color:#fff}.btn:hover{transform:translateY(-2px);filter:brightness(1.04)}.section{padding:92px 0}.section.tight{padding:64px 0}.split{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.split .media{border-radius:28px;overflow:hidden;box-shadow:0 24px 65px rgba(40,25,10,.16);min-height:480px}.media img,.card-img img,.product-img img{width:100%;height:100%;object-fit:cover;display:block}.territory-panel{background:var(--paper);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.territory-list{display:grid;grid-template-columns:repeat(5,1fr);gap:18px;margin-top:30px}.territory{background:#fff;border:1px solid var(--line);border-radius:22px;padding:24px 22px;min-height:190px}.territory .ico{font-size:1.7rem;margin-bottom:12px}.territory h3{font-size:1.6rem;line-height:1.05}.territory p{font-size:.92rem;margin:0}.cards3{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}.cards4{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.story-card{background:#fff;border-radius:26px;overflow:hidden;border:1px solid var(--line);box-shadow:0 10px 32px rgba(40,25,10,.08)}.story-card .card-img{height:240px}.story-card .body{padding:28px}.story-card h3{font-size:2rem}.product-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px}.product-card{background:#fff;border-radius:30px;border:1px solid var(--line);overflow:hidden;display:grid;grid-template-columns:46% 54%;min-height:470px;box-shadow:0 14px 40px rgba(40,25,10,.08)}.product-img{min-height:470px}.product-body{padding:34px 36px}.product-body .area{font-size:.7rem;text-transform:uppercase;letter-spacing:.18em;color:var(--gold);font-weight:850;margin-bottom:8px}.product-body h2{font-size:clamp(2rem,3.5vw,3.25rem);margin-bottom:12px}.tags{display:inline-flex;border:1px solid var(--gold);border-radius:999px;padding:8px 14px;color:var(--green);font-weight:850;text-transform:uppercase;font-size:.72rem;letter-spacing:.1em;margin:8px 0 18px}.mini-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:22px 0}.mini-gallery img{height:110px;object-fit:cover;border-radius:14px;width:100%}.pair{background:var(--cream);border-left:4px solid var(--gold);padding:14px 16px;border-radius:0 14px 14px 0;margin:16px 0;color:#4f463d}.journey{display:grid;gap:34px}.journey-row{display:grid;grid-template-columns:42% 1fr;gap:42px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:30px;padding:18px;box-shadow:0 12px 36px rgba(40,25,10,.06)}.journey-row:nth-child(even){grid-template-columns:1fr 42%}.journey-row:nth-child(even) .journey-img{order:2}.journey-img{height:330px;border-radius:22px;overflow:hidden}.journey-img img{width:100%;height:100%;object-fit:cover}.journey-text{padding:12px 24px}.journey-text h3{font-size:2.55rem}.num{font-size:.76rem;font-weight:900;color:var(--gold);letter-spacing:.22em;text-transform:uppercase}.premium-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.premium-box{background:#fff;border:1px solid var(--line);border-radius:24px;overflow:hidden;box-shadow:0 12px 35px rgba(40,25,10,.07)}.premium-box img{width:100%;height:190px;object-fit:cover}.premium-box div{padding:24px}.premium-box h3{font-size:1.8rem}.benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.benefit{background:#fff;border:1px solid var(--line);border-radius:22px;padding:26px}.benefit h3{font-size:1.65rem}.form-card{background:#fff;border:1px solid var(--line);border-radius:30px;padding:34px;box-shadow:0 16px 45px rgba(40,25,10,.1)}input,textarea,select{width:100%;padding:15px 16px;border:1px solid var(--line);background:#fffaf4;border-radius:14px;margin-bottom:12px;font:inherit}textarea{min-height:130px}.footer{background:var(--green);color:#fff;padding:56px 0 26px}.footer-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr 1fr;gap:36px;align-items:start}.footer p,.footer a{color:rgba(255,255,255,.72);font-size:.92rem;text-decoration:none}.footer h3{color:#fff;font-size:1.45rem}.footer img{width:74px;margin-bottom:14px}.foot-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:36px;padding-top:18px;display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}.mobile-cta{position:fixed;right:18px;bottom:18px;z-index:40;background:var(--gold);color:#17130f;border-radius:999px;padding:12px 18px;text-decoration:none;font-weight:900;box-shadow:0 12px 30px rgba(0,0,0,.18)}@media(max-width:1060px){.menu{display:none}.hamb{display:block}.nav.open .menu{display:flex;position:absolute;top:78px;left:0;right:0;background:var(--green);padding:20px;flex-direction:column;align-items:flex-start}.territory-list,.premium-grid{grid-template-columns:repeat(2,1fr)}.product-grid,.cards3{grid-template-columns:1fr}.product-card{grid-template-columns:1fr}.product-img{min-height:300px}.split,.journey-row,.journey-row:nth-child(even){grid-template-columns:1fr}.journey-row:nth-child(even) .journey-img{order:0}.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:680px){.site-header,.nav{height:68px}.brand img{width:46px}.brand b{font-size:.9rem}.brand span{font-size:1.1rem}.hero{min-height:72vh}.hero h1{font-size:3.05rem}.page-hero{min-height:350px;padding:80px 0 46px}.section{padding:64px 0}.territory-list,.premium-grid,.benefits,.cards4{grid-template-columns:1fr}.split .media{min-height:300px}.product-body{padding:26px}.mini-gallery img{height:92px}.footer-grid{grid-template-columns:1fr}.mobile-cta{left:18px;text-align:center}.btns{flex-direction:column}.btn{width:100%}}


/* --- Final fixes: home media image + EN integration + refined usability --- */
.split .media{height:480px;min-height:0;background:transparent;}
.split .media img{width:100%;height:100%;object-fit:cover;display:block;}
.site-header{height:74px;}
.nav{height:74px;}
.menu{gap:16px;}
.menu a{font-size:.78rem;letter-spacing:.07em;}
.brand img{max-height:56px;width:auto;}
@media(max-width:1060px){.nav.open .menu{top:74px}}
@media(max-width:680px){.site-header,.nav{height:66px}.nav.open .menu{top:66px}.split .media{height:310px}}


/* Contact page refinements */
.contact-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;align-items:stretch}
.contact-card{background:#fff;border:1px solid var(--line);border-radius:24px;overflow:hidden;box-shadow:0 12px 34px rgba(40,25,10,.07);display:flex;flex-direction:column;min-height:0}
.contact-card img{width:100%;height:170px;object-fit:cover;display:block}
.contact-card .contact-body{padding:22px 22px 24px;display:flex;flex-direction:column;gap:8px;flex:1}
.contact-card h3{font-size:clamp(1.45rem,2vw,1.9rem);line-height:1.05;margin:0 0 4px}
.contact-card p{font-size:.98rem;line-height:1.5;margin:0;color:var(--muted)}
.contact-card .contact-link{color:var(--green);font-weight:800;text-decoration:none;overflow-wrap:anywhere;word-break:break-word}
.contact-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}
.contact-chip{display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:999px;padding:7px 10px;text-decoration:none;color:var(--green);font-size:.78rem;font-weight:850;text-transform:uppercase;letter-spacing:.06em;background:#fffaf4}
.contact-chip.whatsapp{background:var(--green);color:#fff;border-color:var(--green)}
.whatsapp-float{position:fixed;left:18px;bottom:18px;z-index:42;background:#1f8f4d;color:#fff;border-radius:999px;padding:12px 16px;text-decoration:none;font-weight:900;box-shadow:0 12px 30px rgba(0,0,0,.2);font-size:.86rem}
.mobile-cta{right:18px;left:auto}
.footer .social-links{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.footer .social-links a{border:1px solid rgba(255,255,255,.18);border-radius:999px;padding:6px 9px;color:#fff;font-size:.78rem;font-weight:800}
@media(max-width:1060px){.contact-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:680px){.contact-grid{grid-template-columns:1fr}.contact-card img{height:190px}.whatsapp-float{left:18px;right:18px;text-align:center;bottom:68px}.mobile-cta{left:18px;right:18px}}


/* Social icons compact footer/contact update */
.footer .social-links{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px;align-items:center}
.footer .social-links a.social-icon,.contact-actions a.social-icon{width:42px;height:42px;padding:0;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.22);background:rgba(255,255,255,.04);color:#fff;text-decoration:none;line-height:1;font-size:0;transition:transform .2s ease,background .2s ease,border-color .2s ease}
.footer .social-links a.social-icon:hover{transform:translateY(-2px);background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.38)}
.social-icon svg{width:20px;height:20px;display:block;fill:currentColor}
.contact-actions a.social-icon{border-color:var(--line);background:#fffaf4;color:var(--green)}
.contact-actions a.social-icon.whatsapp{background:var(--green);border-color:var(--green);color:#fff}
.contact-actions a.social-icon:hover{transform:translateY(-2px)}
.footer .social-links a.social-icon.linkedin[href="#"],.contact-actions a.social-icon.linkedin[href="#"]{opacity:.65}
@media(max-width:700px){.footer .social-links{gap:8px}.footer .social-links a.social-icon,.contact-actions a.social-icon{width:38px;height:38px}.social-icon svg{width:18px;height:18px}}


/* Compliance: cookie banner, privacy links and compact consent fields */
.footer-legal{display:flex;flex-wrap:wrap;gap:14px;margin-top:18px;font-size:14px;align-items:center}
.footer-legal a,.footer-legal button{color:#e9dfc6;background:none;border:0;text-decoration:none;font:inherit;cursor:pointer;padding:0;opacity:.92}
.footer-legal a:hover,.footer-legal button:hover{text-decoration:underline;opacity:1}
.privacy-consent{display:flex;align-items:flex-start;gap:10px;margin:14px 0 0;font-size:14px;line-height:1.45;color:#4f4a3e}
.privacy-consent input{width:auto;margin-top:3px;min-width:16px}
.privacy-consent a{color:#183720;font-weight:700;text-decoration:underline}
.policy-page{max-width:980px;margin:0 auto;padding:72px 20px;color:#211f1b}
.policy-page h1{font-size:clamp(38px,6vw,76px);line-height:.98;margin:0 0 24px;font-family:Georgia,serif}
.policy-page h2{font-size:28px;margin:38px 0 14px;font-family:Georgia,serif;color:#183720}
.policy-page p,.policy-page li{font-size:18px;line-height:1.75;color:#5e5a51}
.policy-page ul{padding-left:22px}.policy-note{background:#f7f1e4;border-left:4px solid #c5a84d;padding:20px;border-radius:0 16px 16px 0;margin:28px 0}
.cookie-banner{position:fixed;left:24px;right:24px;bottom:24px;z-index:9999;background:#fffaf0;border:1px solid rgba(197,168,77,.45);box-shadow:0 22px 70px rgba(0,0,0,.22);border-radius:24px;padding:22px;max-width:980px;margin:auto;color:#211f1b;display:none}
.cookie-banner.show{display:block}.cookie-banner h3{font-family:Georgia,serif;font-size:26px;margin:0 0 8px;color:#183720}.cookie-banner p{font-size:15px;line-height:1.55;color:#5d574c;margin:0}.cookie-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}.cookie-btn{border:0;border-radius:999px;padding:12px 18px;font-weight:800;letter-spacing:.04em;cursor:pointer}.cookie-btn.accept{background:#c5a84d;color:#111}.cookie-btn.reject{background:#183720;color:#fff}.cookie-btn.settings{background:transparent;border:1px solid rgba(24,55,32,.35);color:#183720}.cookie-modal{position:fixed;inset:0;background:rgba(0,0,0,.45);display:none;align-items:center;justify-content:center;z-index:10000;padding:24px}.cookie-modal.show{display:flex}.cookie-panel{background:#fffaf0;border-radius:24px;max-width:640px;width:100%;padding:28px;box-shadow:0 30px 100px rgba(0,0,0,.3)}.cookie-panel h3{font-family:Georgia,serif;font-size:32px;margin:0 0 12px;color:#183720}.cookie-row{display:flex;justify-content:space-between;gap:18px;border-top:1px solid rgba(24,55,32,.16);padding:16px 0}.cookie-row strong{display:block;color:#183720}.cookie-row small{display:block;color:#5d574c;line-height:1.45;margin-top:4px}.cookie-toggle{width:46px;height:24px;accent-color:#183720}.cookie-manage-link{cursor:pointer}
@media(max-width:700px){.cookie-banner{left:12px;right:12px;bottom:12px;border-radius:18px;padding:18px}.cookie-actions{flex-direction:column}.cookie-btn{width:100%}.footer-legal{gap:10px;font-size:13px}.policy-page{padding:46px 18px}.policy-page p,.policy-page li{font-size:16px}}
