:root {
    --ink: #111713;
    --forest: #183b2c;
    --forest-deep: #0d2118;
    --leaf: #82a96f;
    --lime: #c8dd9f;
    --cream: #f3f0e7;
    --paper: #faf8f2;
    --white: #fff;
    --line: rgba(17, 23, 19, .14);
    --muted: #667069;
    --sans: "DM Sans", sans-serif;
    --display: "Manrope", sans-serif;
    --shell: min(1240px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); -webkit-font-smoothing: antialiased; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { color: inherit; font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.page-noise { position: fixed; inset: 0; z-index: 10000; pointer-events: none; opacity: .035; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.92' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.65'/%3E%3C/svg%3E"); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 1000; border-bottom: 1px solid transparent; transition: background .35s, border-color .35s, transform .35s; }
.site-header.scrolled { background: rgba(13, 33, 24, .92); border-color: rgba(255, 255, 255, .1); backdrop-filter: blur(18px); }
.nav-shell { min-height: 88px; display: flex; align-items: center; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; color: var(--white); }
.brand-mark { width: 48px; height: 48px; display: grid; place-items: center; overflow: hidden; border-radius: 50%; background: var(--cream); }
.brand-mark img { width: 44px; height: 44px; object-fit: contain; }
.brand-copy { display: grid; line-height: 1.1; }
.brand-copy strong { font: 800 1.05rem var(--display); letter-spacing: .05em; }
.brand-copy small { margin-top: 5px; color: rgba(255,255,255,.6); font-size: .66rem; letter-spacing: .09em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: clamp(18px, 2.4vw, 36px); flex: 1; }
.main-nav a { color: rgba(255,255,255,.78); font-size: .86rem; font-weight: 600; transition: color .2s; }
.main-nav a:hover { color: var(--lime); }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.nav-cart { position: relative; width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; color: white; background: rgba(255,255,255,.07); }
.nav-cart svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.nav-cart span { position: absolute; top: -4px; right: -3px; min-width: 18px; height: 18px; display: grid; place-items: center; padding: 0 4px; border: 2px solid var(--forest-deep); border-radius: 10px; color: var(--forest-deep); background: var(--lime); font-size: .58rem; font-weight: 800; }
.nav-quote { padding: 12px 18px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; color: var(--white); font-size: .8rem; font-weight: 700; transition: .2s; }
.nav-quote:hover { color: var(--forest-deep); background: var(--lime); border-color: var(--lime); }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 0; border: 0; background: transparent; }
.nav-toggle span { display: block; width: 22px; height: 1px; margin: 7px auto; background: white; transition: .3s; }

.language-switcher { position: relative; }
.language-current { height: 42px; display: flex; align-items: center; gap: 7px; padding: 0 11px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: white; background: rgba(255,255,255,.07); cursor: pointer; }
.language-current img, .language-option img, .footer-language img { width: 23px; height: 16px; object-fit: cover; border-radius: 2px; }
.language-current span { font-size: .72rem; font-weight: 800; }
.language-current svg { width: 10px; fill: none; stroke: currentColor; stroke-width: 1.5; transition: transform .2s; }
.language-switcher.open .language-current svg { transform: rotate(180deg); }
.language-menu { position: absolute; top: calc(100% + 12px); right: 0; width: 260px; max-height: min(470px, 70vh); overflow: auto; padding: 8px; visibility: hidden; opacity: 0; transform: translateY(-6px); border: 1px solid rgba(255,255,255,.12); border-radius: 16px; background: rgba(13,33,24,.98); box-shadow: 0 24px 70px rgba(0,0,0,.32); transition: .2s; }
.language-switcher.open .language-menu { visibility: visible; opacity: 1; transform: none; }
.language-option { width: 100%; display: grid; grid-template-columns: 26px 1fr auto; align-items: center; gap: 9px; padding: 9px 10px; border: 0; border-radius: 9px; color: rgba(255,255,255,.78); background: transparent; text-align: left; cursor: pointer; }
.language-option span { overflow: hidden; font-size: .8rem; font-weight: 600; text-overflow: ellipsis; white-space: nowrap; }
.language-option small { color: rgba(255,255,255,.4); font-size: .65rem; font-weight: 800; }
.language-option:hover, .language-option.active { color: white; background: rgba(200,221,159,.13); }

.hero { position: relative; min-height: 100svh; overflow: hidden; color: white; background: var(--forest-deep); isolation: isolate; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -2; background: radial-gradient(circle at 70% 44%, rgba(78,121,87,.26), transparent 32%), linear-gradient(115deg, #0d2118 0%, #132d21 58%, #0b1d16 100%); }
.hero-glow { position: absolute; top: 18%; right: 8%; width: 44vw; height: 44vw; border-radius: 50%; background: rgba(145,183,121,.08); filter: blur(60px); }
#charcoalCanvas { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 0; outline: 0; }
.hero-layout { min-height: 100svh; display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .85fr); align-items: center; position: relative; z-index: 2; padding-top: 100px; pointer-events: none; }
.hero-copy { max-width: 690px; padding: 60px 0; pointer-events: auto; }
.eyebrow, .kicker { display: flex; align-items: center; gap: 11px; margin: 0 0 24px; color: var(--lime); font-size: .72rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 6px rgba(200,221,159,.1); }
.hero h1, .section-heading h2, .quality h2, .cta-inner h2 { margin: 0; font: 700 clamp(3.55rem, 7.2vw, 7.3rem)/.94 var(--display); letter-spacing: -.065em; }
.hero h1 em, .section-heading h2 em, .quality h2 em, .cta-inner h2 em { color: var(--lime); font-weight: 500; font-style: normal; }
.hero-lead { max-width: 560px; margin: 30px 0 0; color: rgba(255,255,255,.7); font-size: clamp(1rem, 1.4vw, 1.18rem); line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 14px; margin-top: 36px; }
.button { min-height: 53px; display: inline-flex; align-items: center; justify-content: center; gap: 16px; padding: 0 24px; border: 1px solid transparent; border-radius: 999px; font-size: .84rem; font-weight: 800; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.button-primary { color: var(--forest-deep); background: var(--lime); }
.button-primary:hover { background: white; }
.button-ghost { color: white; border-color: rgba(255,255,255,.24); }
.button-ghost:hover { border-color: white; }
.hero-proof { display: flex; gap: clamp(22px, 4vw, 50px); margin-top: 58px; }
.hero-proof div { display: grid; gap: 4px; }
.hero-proof strong { color: white; font: 700 1.35rem var(--display); }
.hero-proof span { color: rgba(255,255,255,.47); font-size: .69rem; text-transform: uppercase; letter-spacing: .08em; }
.hero-stage-copy { position: absolute; right: 4px; bottom: 12%; display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.42); font-size: .67rem; letter-spacing: .14em; text-transform: uppercase; }
.hero-stage-copy i { width: 40px; height: 1px; background: currentColor; }
.scroll-cue { position: absolute; left: 50%; bottom: 28px; z-index: 4; width: 28px; height: 48px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; }
.scroll-cue span { position: absolute; top: 9px; left: 50%; width: 3px; height: 7px; border-radius: 2px; background: var(--lime); transform: translateX(-50%); animation: scrollCue 2s infinite; }
@keyframes scrollCue { 0% { transform: translate(-50%,0); opacity:0; } 25% { opacity:1; } 70% { opacity:1; } 100% { transform:translate(-50%,19px); opacity:0; } }
.reveal { opacity: 0; transform: translateY(24px); animation: heroReveal .8s forwards; }
.reveal:nth-child(2) { animation-delay: .12s; }.reveal:nth-child(3) { animation-delay: .22s; }.reveal:nth-child(4) { animation-delay: .32s; }.reveal:nth-child(5) { animation-delay: .42s; }
@keyframes heroReveal { to { opacity: 1; transform: none; } }

.marquee { overflow: hidden; color: var(--forest-deep); background: var(--lime); }
.marquee-track { width: max-content; display: flex; align-items: center; gap: 28px; padding: 18px 0; animation: marquee 28s linear infinite; }
.marquee-track span { font: 700 .75rem var(--display); letter-spacing: .13em; text-transform: uppercase; }
.marquee-track i { width: 6px; height: 6px; border: 1px solid currentColor; transform: rotate(45deg); }
@keyframes marquee { to { transform: translateX(-50%); } }

.section { padding: 130px 0; }
.story { background: var(--paper); }
.story-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 10vw; align-items: end; }
.section-heading { position: relative; }
.section-index { display: block; margin-bottom: 38px; color: var(--muted); font-size: .68rem; font-weight: 700; letter-spacing: .12em; }
.section-heading .kicker, .quality .kicker { color: #668456; }
.section-heading h2, .quality h2, .cta-inner h2 { font-size: clamp(2.7rem, 5.2vw, 5.3rem); line-height: 1.02; }
.section-heading h2 em, .quality h2 em { color: var(--forest); }
.story-body { padding-bottom: 4px; }
.story-body p { margin: 0 0 20px; color: var(--muted); line-height: 1.8; }
.story-body .story-intro { color: var(--ink); font-size: 1.22rem; line-height: 1.65; }
.text-link { display: inline-flex; align-items: center; gap: 18px; margin-top: 12px; padding-bottom: 6px; border-bottom: 1px solid var(--ink); font-size: .82rem; font-weight: 800; }
.text-link i { font-style: normal; transition: transform .2s; }
.text-link:hover i { transform: translate(3px,-3px); }
.process-visual { display: grid; grid-template-columns: 1.2fr .72fr .72fr; gap: 18px; margin-top: 78px; }
.process-image { position: relative; min-height: 350px; overflow: hidden; border-radius: 4px; }
.process-image-large { min-height: 610px; }
.process-image-tall { margin-top: 110px; min-height: 500px; }
.process-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.8,.2,1); }
.process-image:hover img { transform: scale(1.035); }
.process-image > span { position: absolute; right: 14px; bottom: 14px; left: 14px; padding: 13px 15px; color: white; background: rgba(13,33,24,.72); backdrop-filter: blur(12px); font-size: .67rem; letter-spacing: .08em; text-transform: uppercase; }
.process-stack { display: grid; gap: 18px; align-content: start; padding-top: 58px; }
.process-note { padding: 28px; color: white; background: var(--forest); }
.process-note strong { font: 700 1.25rem var(--display); }
.process-note p { margin: 12px 0 0; color: rgba(255,255,255,.62); font-size: .82rem; line-height: 1.65; }

.products { color: white; background: var(--forest-deep); }
.products-heading, .journal-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; }
.products .section-heading h2 em { color: var(--lime); }
.products .kicker { color: var(--lime); }
.products .section-index { color: rgba(255,255,255,.4); }
.light-link { color: white; border-color: rgba(255,255,255,.45); }
.catalog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 70px; background: rgba(255,255,255,.14); }
.catalog-card { position: relative; min-width: 0; padding: 20px; background: var(--forest-deep); transition: background .3s; }
.catalog-card:hover { background: #142d22; }
.catalog-number { color: rgba(255,255,255,.32); font-size: .67rem; letter-spacing: .12em; }
.catalog-image { height: 340px; display: grid; place-items: center; margin: 15px 0; overflow: hidden; background: radial-gradient(circle, rgba(154,185,131,.12), transparent 60%); }
.catalog-image img { width: 90%; height: 90%; object-fit: contain; filter: drop-shadow(0 24px 30px rgba(0,0,0,.35)); transition: transform .5s cubic-bezier(.2,.8,.2,1); }
.catalog-card:hover .catalog-image img { transform: scale(1.06) rotate(-2deg); }
.catalog-copy { padding: 0 5px 8px; }
.catalog-copy h3 { margin: 0; font: 700 1.35rem var(--display); }
.catalog-copy p { min-height: 48px; margin: 10px 0 24px; color: rgba(255,255,255,.5); font-size: .82rem; line-height: 1.65; }
.catalog-copy > span { display: flex; align-items: center; justify-content: space-between; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.12); color: var(--lime); font-size: .73rem; }
.catalog-copy i { font-style: normal; font-size: 1.1rem; transition: transform .2s; }
.catalog-card:hover .catalog-copy i { transform: translateX(5px); }

.quality { position: relative; overflow: hidden; color: white; background: #244a38; }
.quality::before { content:""; position:absolute; inset:0; background: radial-gradient(circle at 80% 50%, rgba(200,221,159,.14), transparent 36%); }
.quality-orbit { position: absolute; right: -12vw; top: 50%; width: 52vw; height: 52vw; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; transform: translateY(-50%); }
.quality-orbit::before, .quality-orbit::after { content:""; position:absolute; inset: 12%; border:1px solid rgba(255,255,255,.08); border-radius:50%; }
.quality-orbit::after { inset: 26%; }
.quality-grid { position: relative; display: grid; grid-template-columns: .85fr 1.15fr; gap: 9vw; align-items: center; }
.quality .section-index { color: rgba(255,255,255,.45); }
.quality h2 em { color: var(--lime); }
.quality-copy > p:not(.kicker) { max-width: 520px; margin: 28px 0 30px; color: rgba(255,255,255,.63); line-height: 1.8; }
.button-outline { color: white; border-color: rgba(255,255,255,.36); }
.button-outline:hover { color: var(--forest-deep); background: white; }
.quality-metrics { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: rgba(255,255,255,.16); }
.quality-metrics article { min-height: 210px; padding: 34px; background: rgba(28,65,48,.92); }
.quality-metrics article > span { font: 700 clamp(2.4rem, 4vw, 4.3rem)/1 var(--display); letter-spacing: -.06em; }
.quality-metrics small { margin-left: 5px; color: var(--lime); font-size: .72rem; font-weight: 700; }
.quality-metrics p { margin: 22px 0 0; color: rgba(255,255,255,.55); font-size: .75rem; letter-spacing: .06em; text-transform: uppercase; }

.journal { background: var(--cream); }
.journal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 64px; }
.journal-image { height: 280px; overflow: hidden; background: #dfe3d8; }
.journal-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.journal-card:hover .journal-image img { transform: scale(1.04); }
.journal-meta { display: flex; justify-content: space-between; margin-top: 18px; color: var(--muted); font-size: .66rem; letter-spacing: .08em; text-transform: uppercase; }
.journal-card h3 { margin: 14px 0 22px; font: 700 1.2rem/1.4 var(--display); }
.journal-read { font-size: .75rem; }

.cta-section { padding: 120px 0; text-align: center; color: white; background: var(--forest-deep); }
.cta-inner { max-width: 900px; }
.cta-inner .kicker { justify-content: center; }
.cta-inner p:not(.kicker) { max-width: 620px; margin: 28px auto; color: rgba(255,255,255,.58); line-height: 1.75; }
.cta-inner h2 em { color: var(--lime); }
.contact-dock { position: fixed; right: 18px; bottom: 18px; z-index: 900; display: grid; gap: 9px; }
.contact-dock-link { width: 48px; height: 48px; display: flex; align-items: center; overflow: hidden; border-radius: 999px; color: white; box-shadow: 0 12px 32px rgba(0,0,0,.22); transition: width .3s ease, transform .2s ease; }
.contact-dock-link:hover { width: 230px; transform: translateY(-2px); }
.contact-dock-link.whatsapp { background: #168c50; }
.contact-dock-link.facebook { background: #1769c2; }
.contact-dock-link svg { width: 22px; min-width: 22px; height: 22px; margin: 0 13px; fill: currentColor; }
.contact-dock-link > span { display: grid; min-width: 168px; padding-right: 15px; line-height: 1.15; }
.contact-dock-link b { font-size: .73rem; }
.contact-dock-link small { margin-top: 4px; color: rgba(255,255,255,.72); font-size: .61rem; white-space: nowrap; }
.site-footer { padding: 80px 0 28px; color: white; background: #091710; border-top: 1px solid rgba(255,255,255,.08); }
.footer-grid { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 8vw; }
.footer-grid h3 { margin: 0 0 20px; color: rgba(255,255,255,.38); font-size: .67rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) > a { display: block; margin: 11px 0; color: rgba(255,255,255,.68); font-size: .82rem; }
.footer-brand p { max-width: 370px; margin: 24px 0 0; color: rgba(255,255,255,.42); font-size: .82rem; line-height: 1.7; }
.footer-language { display: flex; align-items: center; gap: 9px; padding: 9px 12px; border: 1px solid rgba(255,255,255,.16); border-radius: 8px; color: white; background: transparent; cursor: pointer; }
.footer-language span { font-size: .76rem; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 70px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.09); color: rgba(255,255,255,.35); font-size: .69rem; }

[dir="rtl"] .hero-copy, [dir="rtl"] .language-option, [dir="rtl"] .catalog-copy { text-align: right; }
[dir="rtl"] .language-menu { right: auto; left: 0; }

@media (max-width: 1000px) {
    :root { --shell: min(100% - 36px, 900px); }
    .nav-shell { min-height: 76px; }
    .nav-toggle { display: block; order: 3; }
    .nav-actions { margin-left: auto; }
    .nav-quote { display: none; }
    .main-nav { position: fixed; inset: 76px 0 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; gap: 0; padding: 30px 24px; visibility: hidden; opacity: 0; background: rgba(9,23,16,.98); transform: translateY(-10px); transition: .25s; }
    .main-nav.open { visibility: visible; opacity: 1; transform: none; }
    .main-nav a { width: 100%; padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.09); font: 700 1.2rem var(--display); }
    .hero-layout { grid-template-columns: 1fr; align-items: end; }
    .hero-copy { max-width: 620px; padding-bottom: 100px; }
    #charcoalCanvas { opacity: .58; transform: translateX(18%); }
    .hero-stage-copy { display: none; }
    .story-grid, .quality-grid { grid-template-columns: 1fr; gap: 52px; }
    .process-visual { grid-template-columns: 1fr 1fr; }
    .process-image-tall { display: none; }
    .catalog-grid { grid-template-columns: 1fr 1fr; }
    .journal-grid { grid-template-columns: 1fr 1fr; }
    .footer-grid { grid-template-columns: 2fr 1fr 1fr; }
    .footer-grid > div:last-child { display: none; }
}

@media (max-width: 680px) {
    :root { --shell: calc(100% - 28px); }
    .brand-copy small { display: none; }
    .brand-mark { width: 42px; height: 42px; }
    .brand-mark img { width: 38px; height: 38px; }
    .language-current { padding: 0 9px; }
    .language-current span { display: none; }
    .language-menu { position: fixed; top: 72px; right: 14px; left: 14px; width: auto; }
    .hero-copy { padding-top: 120px; padding-bottom: 86px; }
    .hero h1 { font-size: clamp(3rem, 15vw, 4.7rem); }
    .hero-lead { max-width: 92%; font-size: .95rem; }
    .hero-actions { align-items: stretch; flex-direction: column; max-width: 270px; }
    .hero-proof { gap: 20px; margin-top: 40px; }
    .hero-proof strong { font-size: 1.05rem; }
    .hero-proof span { max-width: 80px; font-size: .57rem; }
    .scroll-cue { display: none; }
    .section { padding: 88px 0; }
    .section-heading h2, .quality h2, .cta-inner h2 { font-size: 2.65rem; }
    .section-index { margin-bottom: 24px; }
    .process-visual { grid-template-columns: 1fr; margin-top: 48px; }
    .process-image-large { min-height: 460px; }
    .process-stack { padding: 0; }
    .process-stack .process-image { min-height: 270px; }
    .products-heading, .journal-heading { display: block; }
    .products-heading > .text-link, .journal-heading > .text-link { margin-top: 28px; }
    .catalog-grid, .journal-grid { grid-template-columns: 1fr; margin-top: 45px; }
    .catalog-image { height: 300px; }
    .quality-metrics { grid-template-columns: 1fr 1fr; }
    .quality-metrics article { min-height: 160px; padding: 22px 18px; }
    .quality-metrics article > span { font-size: 2.4rem; }
    .quality-metrics p { margin-top: 16px; font-size: .61rem; }
    .journal-image { height: 240px; }
    .cta-section { padding: 90px 0; }
    .contact-dock { right: 12px; bottom: 12px; }
    .contact-dock-link, .contact-dock-link:hover { width: 46px; height: 46px; }
    .contact-dock-link svg { margin: 0 12px; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 48px 26px; }
    .footer-brand { grid-column: 1 / -1; }
    .footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; margin-top: 50px; }
}

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