@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@500;600;700&family=Montserrat:wght@500;600;700;800&family=Open+Sans:wght@400;500;600&display=swap');
:root{--black:#070707;--gold:#c8a96b;--cream:#f3efe6;--text:#222;--green:#25D366}
*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;max-width:100%;overflow-x:hidden}body{font-family:'Open Sans',sans-serif;background:var(--cream);color:var(--text);line-height:1.65;overflow-x:hidden;max-width:100%}img{max-width:100%;display:block;height:auto}a{color:inherit}
.site-header{position:fixed;z-index:1000;top:0;left:0;width:100%;height:84px;padding:0 6.5%;display:flex;align-items:center;justify-content:space-between;background:rgba(7,7,7,.88);backdrop-filter:blur(14px);border-bottom:1px solid rgba(255,255,255,.08);transition:.3s ease}.site-header.scrolled{height:70px;background:rgba(7,7,7,.96)}.brand img{width:168px}nav{display:flex;gap:21px}nav a{color:rgba(255,255,255,.86);text-decoration:none;text-transform:uppercase;font-size:11px;letter-spacing:1.25px;font-weight:800;transition:.25s}nav a:hover{color:var(--gold)}.menu-toggle{display:none;background:none;border:0;width:38px;cursor:pointer}.menu-toggle span{display:block;height:2px;background:white;margin:7px 0}
.hero{min-height:100vh;position:relative;display:flex;align-items:center;padding:130px 6.5% 80px;color:white;overflow:hidden;background:#000}.hero-bg{position:absolute;inset:0;background:linear-gradient(100deg,rgba(0,0,0,.82),rgba(0,0,0,.48),rgba(0,0,0,.12)),url('images/hero-andes.jpg');background-size:cover;background-position:center;transform:scale(1.02)}.hero::after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 40%,rgba(200,169,107,.18),transparent 28%)}.hero-content{position:relative;z-index:2;max-width:900px}.eyebrow{text-transform:uppercase;letter-spacing:3.4px;font-size:12px;font-weight:800;margin-bottom:18px}.gold-text{color:var(--gold)}h1,h2,h3{font-family:'Montserrat',sans-serif;line-height:1.06}h1{font-family:'Cinzel',serif;font-size:clamp(44px,6.4vw,88px);font-weight:600;letter-spacing:-1.7px;margin-bottom:28px;text-shadow:0 12px 35px rgba(0,0,0,.35)}h2{font-size:clamp(34px,4vw,58px);font-weight:800;letter-spacing:-1.4px;margin-bottom:24px}h3{font-size:24px;font-weight:800;margin-bottom:12px}.hero p:not(.eyebrow){max-width:720px;font-size:clamp(18px,1.9vw,22px);color:rgba(255,255,255,.80);margin-bottom:36px}.actions{display:flex;gap:16px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:15px 32px;border-radius:999px;text-decoration:none;font-size:12px;letter-spacing:1.35px;text-transform:uppercase;font-weight:800;transition:.25s ease;text-align:center}.btn:hover{transform:translateY(-2px)}.btn.gold{background:var(--gold);color:#111;box-shadow:0 14px 34px rgba(200,169,107,.22)}.btn.outline{border:1px solid rgba(255,255,255,.5);color:white}.darkbtn{background:#111;color:white}
.trust-strip{display:grid;grid-template-columns:repeat(4,1fr);background:#0b0b0b;color:white;border-top:1px solid rgba(200,169,107,.24);border-bottom:1px solid rgba(200,169,107,.24)}.trust-strip div{padding:28px 24px;text-align:center;border-right:1px solid rgba(255,255,255,.08)}.trust-strip strong{display:block;color:var(--gold);font-size:26px;font-family:'Montserrat';margin-bottom:4px}.trust-strip span{font-size:12px;text-transform:uppercase;letter-spacing:1.2px;color:rgba(255,255,255,.7)}
.section{padding:110px 6.5%}.section-head{max-width:920px;margin:0 auto 54px;text-align:center}.section-head p:not(.eyebrow){font-size:17px;color:#444}.center{text-align:center;max-width:900px;margin:0 auto 56px}.center p{font-size:17px;color:rgba(255,255,255,.68)}.dark{background:#070707;color:white}.dark p{color:rgba(255,255,255,.68)}
.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.why-card{padding:32px;border-radius:26px;background:white;box-shadow:0 18px 55px rgba(0,0,0,.08);border:1px solid rgba(0,0,0,.05)}.why-card span,.product-card span{color:var(--gold);font-family:'Montserrat';font-weight:800;display:block;margin-bottom:20px}.why-card p{color:#4a4a4a;font-size:15px}
.origin-section{display:grid;grid-template-columns:.88fr 1.12fr;gap:70px;align-items:center}.copy p,.process-copy p,.freezone-box p,.contact-card p,.technical-copy p,.buyers-content p,.capacity-copy p,.us-card p{font-size:17px;color:#3e3e3e;margin-bottom:18px}.image-frame{border-radius:30px;overflow:hidden;box-shadow:0 30px 90px rgba(0,0,0,.24)}.image-frame img{width:100%;height:580px;object-fit:cover}
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}.product-card{background:linear-gradient(145deg,rgba(255,255,255,.09),rgba(255,255,255,.035));border:1px solid rgba(255,255,255,.12);border-radius:28px;overflow:hidden;transition:.28s}.product-card:hover{transform:translateY(-8px);border-color:rgba(200,169,107,.55)}.product-card img{height:275px;width:100%;object-fit:cover}.product-card div{padding:32px}.product-card p{color:rgba(255,255,255,.66)}.formats{margin-top:36px;display:grid;grid-template-columns:1fr 1fr;gap:24px}.formats div{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.12);border-radius:24px;padding:30px}.formats p{color:rgba(255,255,255,.7)}
.process-section{display:grid;grid-template-columns:.8fr 1.2fr;gap:60px;align-items:center;background:#f8f2e9}.process-visual{border-radius:28px;overflow:hidden;box-shadow:0 25px 80px rgba(0,0,0,.16)}
.cert-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.cert-card{display:block;text-decoration:none;padding:34px;border-radius:28px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);transition:.25s}.cert-card:hover{transform:translateY(-4px);border-color:rgba(200,169,107,.75)}.cert-card strong{display:block;font-family:'Montserrat';font-size:34px;color:var(--gold);margin-bottom:10px}.cert-card span{display:block;color:white;font-weight:800;margin-bottom:22px}.cert-card em{font-style:normal;color:rgba(255,255,255,.6);font-size:12px;text-transform:uppercase;letter-spacing:1.3px}
.supply-layout{display:grid;grid-template-columns:1fr .9fr 1fr;gap:24px;align-items:stretch}.supply-image{border-radius:26px;overflow:hidden}.supply-image img{height:100%;min-height:410px;width:100%;object-fit:cover}.supply-list{display:grid;grid-template-columns:1fr;gap:14px}.supply-list div{display:flex;align-items:center;justify-content:center;text-align:center;padding:24px;border-radius:20px;background:#111;color:white;border:1px solid rgba(200,169,107,.20);font-family:'Montserrat';font-weight:800}
.capacity{display:grid;grid-template-columns:.82fr 1.18fr;gap:60px;align-items:center}.capacity-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.capacity-grid div{padding:32px;border-radius:24px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12)}.capacity-grid strong{display:block;color:var(--gold);font-family:'Montserrat';font-size:30px;line-height:1.1;margin-bottom:10px}.capacity-grid span{color:rgba(255,255,255,.7)}
.buyers{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;background:#f6efe4}.buyer-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin:34px 0}.buyer-grid div{padding:22px;border-radius:18px;background:white;box-shadow:0 14px 46px rgba(0,0,0,.08)}.buyer-grid strong{display:block;color:var(--gold);font-family:'Montserrat';font-size:22px}.buyer-grid span{font-weight:700;color:#333}.buyers-image{border-radius:30px;overflow:hidden;box-shadow:0 30px 90px rgba(0,0,0,.22)}.buyers-image img{height:560px;width:100%;object-fit:cover}
.market-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.market-grid div{padding:34px;border-radius:28px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12)}.market-grid strong{color:var(--gold);font-family:'Montserrat';font-size:20px}.market-grid p{color:rgba(255,255,255,.67)}
.us-access{background:#f7f0e7}.us-card{max-width:1000px;margin:auto;background:white;border-radius:34px;padding:55px;box-shadow:0 26px 80px rgba(0,0,0,.10)}.freezone{background:linear-gradient(110deg,rgba(243,239,230,.92),rgba(243,239,230,.64)),url('images/mountains.jpg');background-size:cover;background-position:center}.freezone-box{max-width:880px;padding:56px;border-radius:34px;background:rgba(255,255,255,.86);box-shadow:0 28px 90px rgba(0,0,0,.2);backdrop-filter:blur(12px)}.tags{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.tags span{padding:12px 18px;border-radius:999px;background:#111;color:white;font-size:12px;text-transform:uppercase;letter-spacing:1.2px;font-weight:800}
.technical{display:grid;grid-template-columns:.75fr 1.25fr;gap:50px;align-items:center}.technical-image{max-height:720px;overflow:auto;border-radius:28px;border:1px solid rgba(200,169,107,.35);box-shadow:0 30px 90px rgba(0,0,0,.34)}.technical-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px}
.contact{background:#f3efe6}.contact-card{max-width:900px;margin:0 auto;text-align:center;border-radius:38px;padding:70px 50px;background:white;box-shadow:0 22px 76px rgba(0,0,0,.12)}.contact-lines{font-size:18px;margin:24px 0 30px;color:#222}.contact-lines a{color:#111;text-decoration:none}.center-actions{justify-content:center}
.whatsapp-float{position:fixed;right:22px;bottom:22px;z-index:9999;background:var(--green);color:white;text-decoration:none;border-radius:999px;width:62px;height:62px;display:flex;align-items:center;justify-content:center;box-shadow:0 12px 36px rgba(0,0,0,.30);font-weight:800;font-size:14px}
footer{display:flex;justify-content:space-between;gap:20px;padding:36px 6.5%;background:#070707;color:rgba(255,255,255,.68)}footer strong{display:block;color:white;font-family:'Montserrat'}footer span{color:var(--gold);font-size:13px}.reveal{opacity:0;transform:translateY(24px);transition:opacity .75s ease,transform .75s ease}.reveal.visible{opacity:1;transform:translateY(0)}
@media(max-width:1200px){nav{gap:14px}nav a{font-size:10px}.brand img{width:145px}.why-grid{grid-template-columns:repeat(2,1fr)}.supply-layout{grid-template-columns:1fr}.supply-image img{height:auto;min-height:auto}}
@media(max-width:1024px){.site-header{height:76px;padding:0 5%}.site-header.scrolled{height:70px}.brand img{width:138px}nav{display:none;position:fixed;top:76px;left:0;right:0;flex-direction:column;gap:0;padding:16px 5% 22px;background:rgba(7,7,7,.98);border-bottom:1px solid rgba(200,169,107,.25)}nav.open{display:flex}nav a{padding:14px 0;font-size:12px;border-bottom:1px solid rgba(255,255,255,.08)}.menu-toggle{display:block}.hero{min-height:88vh;padding:116px 6% 70px;align-items:flex-end}.hero-bg{background-position:center center}.hero::after{background:linear-gradient(180deg,rgba(0,0,0,.25),rgba(0,0,0,.88))}.section{padding:82px 6%}.origin-section,.process-section,.capacity,.buyers,.technical{grid-template-columns:1fr;gap:40px}.product-grid,.cert-grid,.market-grid{grid-template-columns:1fr}.trust-strip{grid-template-columns:repeat(2,1fr)}.image-frame img,.buyers-image img{height:auto;max-height:none;object-fit:contain}.technical-image{max-height:620px}}
@media(max-width:767px){body{line-height:1.55}.site-header{height:70px;padding:0 5%}.site-header.scrolled{height:66px}.brand img{width:116px}nav{top:70px}.hero{min-height:86vh;padding:104px 5% 50px}.eyebrow{font-size:10px;letter-spacing:2.2px;margin-bottom:13px}h1{font-size:35px;line-height:1.08;letter-spacing:-.7px;margin-bottom:18px}h2{font-size:29px;line-height:1.12;letter-spacing:-.45px}h3{font-size:21px}.hero p:not(.eyebrow),.copy p,.process-copy p,.freezone-box p,.contact-card p,.technical-copy p,.buyers-content p,.capacity-copy p,.us-card p{font-size:16px}.actions{flex-direction:column;width:100%}.btn{width:100%;min-height:50px;padding:14px 20px;font-size:11px}.section{padding:66px 5%}.section-head{margin-bottom:34px;text-align:left}.center{text-align:left;margin-bottom:34px}.trust-strip{grid-template-columns:1fr 1fr}.trust-strip div{padding:18px 10px}.trust-strip strong{font-size:18px}.trust-strip span{font-size:10px}.why-grid,.formats,.capacity-grid,.buyer-grid{grid-template-columns:1fr}.why-card,.cert-card,.market-grid div,.capacity-grid div,.formats div,.buyer-grid div{border-radius:22px;padding:24px}.image-frame,.process-visual,.supply-image,.buyers-image,.technical-image{border-radius:20px}.image-frame img{height:auto}.product-card{border-radius:22px}.product-card img{height:230px;object-fit:cover}.product-card div{padding:25px}.supply-list div{padding:20px;min-height:78px}.buyers-image img{height:auto}.technical-image{max-height:440px;-webkit-overflow-scrolling:touch}.technical-actions{flex-direction:column}.freezone-box,.contact-card,.us-card{padding:32px 22px;border-radius:24px}.tags{flex-direction:column}.tags span{width:100%;text-align:center}.contact-lines{font-size:16px}footer{flex-direction:column;padding:32px 5% 92px;text-align:left}.whatsapp-float{width:58px;height:58px;right:16px;bottom:16px;border-radius:50%;font-size:12px}}
@media(max-width:420px){h1{font-size:32px}h2{font-size:27px}.hero{min-height:84vh}.brand img{width:106px}.product-card img{height:210px}.technical-image{max-height:410px}}
