:root {
    --forest: #0b3d2e;
    --forest-deep: #06271d;
    --leaf: #a8d83e;
    --leaf-bright: #c5ef62;
    --cream: #f3f0e7;
    --paper: #fbfaf6;
    --sand: #d9c4a4;
    --ink: #17221d;
    --muted: #66716b;
    --line: rgba(23, 34, 29, .15);
    --white: #fff;
    --radius: 22px;
    --shadow: 0 24px 70px rgba(7, 31, 22, .13);
    --container: 1240px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; line-height: 1.6; overflow-x: hidden; }
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }
::selection { color: var(--forest-deep); background: var(--leaf-bright); }

.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.section { padding: clamp(90px, 10vw, 150px) 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; padding: 10px 16px; background: var(--leaf); color: var(--forest-deep); transform: translateY(-150%); border-radius: 8px; font-weight: 700; }
.skip-link:focus { transform: translateY(0); }
.grain { position: fixed; inset: 0; z-index: 100; pointer-events: none; opacity: .16; background-image: radial-gradient(circle at 18% 27%, rgba(6,39,29,.14) 0 1px, transparent 1.5px), radial-gradient(circle at 73% 64%, rgba(6,39,29,.1) 0 1px, transparent 1.5px); background-size: 17px 19px, 23px 21px; }

.site-header { position: fixed; z-index: 50; inset: 0 0 auto; transition: background .35s ease, box-shadow .35s ease, transform .35s ease; }
.site-header.scrolled { background: rgba(251, 250, 246, .91); box-shadow: 0 1px 0 var(--line); backdrop-filter: blur(18px); }
.site-header.page-header { background: rgba(251,250,246,.94); box-shadow: 0 1px 0 var(--line); backdrop-filter: blur(18px); }
.nav-wrap { height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex: 0 0 auto; }
.brand-mark { width: 44px; height: 44px; flex: 0 0 auto; display: block; object-fit: contain; }
.brand-type { display: flex; flex-direction: column; line-height: 1; }
.brand-type strong { font: 800 1.38rem/1 "Manrope", sans-serif; letter-spacing: -.05em; }
.brand-type small { margin-top: 5px; font-size: .47rem; letter-spacing: .24em; font-weight: 700; }
.main-nav { display: flex; align-items: center; gap: clamp(18px, 2.5vw, 34px); margin-left: auto; }
.main-nav a { position: relative; font-size: .92rem; font-weight: 600; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--forest); transition: right .25s ease; }
.main-nav a:hover::after, .main-nav a.active::after { right: 0; }
.main-nav .mobile-nav-quote { display: none; }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.nav-cta { padding: 10px 17px; border: 1px solid var(--forest); border-radius: 100px; font-weight: 700; font-size: .86rem; transition: .25s ease; }
.nav-cta:hover { background: var(--forest); color: var(--white); transform: translateY(-2px); }
.language-picker { position: relative; }
.language-button { width: 62px; height: 39px; display: flex; align-items: center; justify-content: center; gap: 9px; border: 0; background: transparent; cursor: pointer; font-size: .8rem; font-weight: 800; letter-spacing: .08em; }
.chevron { width: 7px; height: 7px; border: solid currentColor; border-width: 0 1.5px 1.5px 0; transform: rotate(45deg) translateY(-2px); transition: transform .2s ease; }
.language-button[aria-expanded="true"] .chevron { transform: rotate(225deg) translate(-1px, -1px); }
.language-menu { position: absolute; top: calc(100% + 12px); right: 0; width: 190px; padding: 8px; border-radius: 14px; background: var(--white); box-shadow: var(--shadow); border: 1px solid var(--line); opacity: 0; visibility: hidden; transform: translateY(-8px); transition: .22s ease; }
.language-menu.open { opacity: 1; visibility: visible; transform: translateY(0); }
.language-menu a { display: grid; grid-template-columns: 32px 1fr; gap: 10px; padding: 10px 12px; border-radius: 9px; font-size: .9rem; }
.language-menu a span:first-child { font-weight: 800; color: var(--forest); }
.language-menu a:hover, .language-menu a[aria-current="true"] { background: var(--cream); }
.menu-toggle { width: 42px; height: 42px; display: none; padding: 0; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; width: 24px; height: 2px; margin: 6px auto; background: currentColor; transition: .25s ease; }
.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }

.hero { position: relative; min-height: 880px; height: 100svh; max-height: 1080px; overflow: hidden; background: var(--cream); }
.hero-image { position: absolute; inset: 0 0 0 48%; background: var(--hero-media) 64% center/cover no-repeat; opacity: .28; filter: saturate(.82); clip-path: ellipse(86% 94% at 100% 45%); }
.hero-wash { position: absolute; inset: 0; background: radial-gradient(circle at 77% 45%, rgba(197, 239, 98, .34), transparent 28%), linear-gradient(100deg, var(--cream) 0 52%, rgba(243, 240, 231, .65) 72%, rgba(243, 240, 231, .2)); }
.hero-lines { position: absolute; right: -8vw; top: 18%; width: 52vw; height: 52vw; opacity: .22; }
.hero-lines i { position: absolute; inset: 0; border: 1px solid var(--forest); border-radius: 50%; }
.hero-lines i:nth-child(2) { inset: 11%; }
.hero-lines i:nth-child(3) { inset: 22%; }
.hero-grid { position: relative; z-index: 2; height: 100%; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 7vw; padding-top: 80px; }
.eyebrow, .kicker { margin: 0 0 24px; display: flex; align-items: center; gap: 11px; color: var(--forest); font: 800 .74rem/1 "Manrope", sans-serif; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow span { width: 30px; height: 2px; background: var(--leaf); }
.hero h1 { margin: 0; font: 800 clamp(4.2rem, 7.4vw, 7.4rem)/.91 "Manrope", sans-serif; letter-spacing: -.075em; }
.hero h1 span, .hero h1 em { display: block; font-style: normal; }
.hero h1 em { color: var(--forest); }
.hero-lead { max-width: 620px; margin: 30px 0 34px; font-size: clamp(1.05rem, 1.35vw, 1.25rem); color: #44534c; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 28px; padding: 0 24px; border: 1px solid transparent; border-radius: 100px; font-weight: 700; cursor: pointer; transition: transform .25s ease, background .25s ease, color .25s ease, box-shadow .25s ease; }
.button:hover { transform: translateY(-3px); }
.button-primary { color: var(--white); background: var(--forest); box-shadow: 0 12px 35px rgba(11, 61, 46, .22); }
.button-primary:hover { background: #145740; box-shadow: 0 18px 40px rgba(11, 61, 46, .28); }
.button-primary b { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: var(--leaf); color: var(--forest-deep); font-size: 1rem; }
.button-ghost { border-color: rgba(11, 61, 46, .28); }
.button-ghost:hover { border-color: var(--forest); background: rgba(255, 255, 255, .55); }
.wa-dot { width: 9px; height: 9px; border-radius: 50%; background: #21c063; box-shadow: 0 0 0 5px rgba(33, 192, 99, .13); }
.hero-stats { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 610px; margin-top: 56px; padding-top: 22px; border-top: 1px solid var(--line); }
.hero-stats div { padding: 0 20px; border-left: 1px solid var(--line); }
.hero-stats div:first-child { padding-left: 0; border: 0; }
.hero-stats strong, .hero-stats small { display: block; }
.hero-stats strong { font: 700 1.3rem/1.2 "Manrope", sans-serif; }
.hero-stats small { margin-top: 6px; color: var(--muted); font-size: .76rem; line-height: 1.3; }
.hero-product { position: relative; justify-self: end; width: min(100%, 530px); aspect-ratio: .9; display: grid; place-items: center; }
.hero-product img { position: relative; z-index: 2; width: 84%; height: auto; aspect-ratio: 1.12; object-fit: cover; border-radius: 48% 48% 12px 12px; box-shadow: 0 50px 90px rgba(6, 39, 29, .22); transform: rotate(-3deg); }
.product-halo { position: absolute; inset: 5% -3% 4% 8%; border-radius: 46% 46% 10px 10px; background: var(--leaf); transform: rotate(4deg); opacity: .72; }
.hero-badge { position: absolute; z-index: 3; right: -4%; bottom: 5%; max-width: 175px; padding: 15px 18px; border-radius: 14px; background: var(--white); box-shadow: var(--shadow); font-size: .78rem; font-weight: 700; line-height: 1.35; }
.badge-leaf { display: inline-block; margin-right: 7px; color: var(--leaf); transform: rotate(45deg); }
.float-tag { position: absolute; z-index: 3; display: flex; align-items: center; gap: 8px; padding: 9px 12px; border: 1px solid rgba(255,255,255,.62); border-radius: 100px; background: rgba(255,255,255,.7); backdrop-filter: blur(12px); font-size: .68rem; box-shadow: 0 10px 30px rgba(6,39,29,.12); animation: float 4s ease-in-out infinite; }
.float-tag span { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; background: var(--forest); color: white; font-size: .56rem; }
.float-tag-a { left: -8%; top: 25%; }
.float-tag-b { right: -4%; top: 13%; animation-delay: -2s; }
@keyframes float { 50% { transform: translateY(-12px); } }
.scroll-cue { position: absolute; z-index: 4; left: 50%; bottom: 25px; display: flex; align-items: center; gap: 13px; color: var(--muted); font-size: .72rem; letter-spacing: .08em; transform: translateX(-50%); }
.scroll-cue i { position: relative; width: 26px; height: 38px; border: 1px solid var(--line); border-radius: 20px; }
.scroll-cue i::after { content: ""; position: absolute; top: 7px; left: 50%; width: 3px; height: 7px; border-radius: 2px; background: var(--forest); transform: translateX(-50%); animation: scrollDot 1.8s ease-in-out infinite; }
@keyframes scrollDot { 70%, 100% { transform: translate(-50%, 15px); opacity: 0; } }

.trust-strip { overflow: hidden; padding: 19px 0; color: var(--white); background: var(--forest); }
.marquee-track { width: max-content; display: flex; align-items: center; gap: 30px; animation: marquee 28s linear infinite; }
.marquee-track span { font: 700 .8rem/1 "Manrope", sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.marquee-track b { color: var(--leaf); }
@keyframes marquee { to { transform: translateX(-50%); } }

.section-directory { padding: 105px 0 85px; background: var(--paper); }
.directory-title { display: grid; grid-template-columns: .75fr 1.25fr; gap: 6vw; align-items: end; margin-bottom: 45px; }
.directory-title .kicker { margin: 0 0 7px; }
.directory-title h2 { max-width: 760px; margin: 0; font: 700 clamp(2.2rem, 4.4vw, 4.6rem)/1 "Manrope",sans-serif; letter-spacing: -.06em; }
.directory-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.directory-grid a { min-height: 145px; display: grid; grid-template-columns: 1fr auto; align-content: space-between; padding: 22px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: color .28s ease, background .28s ease, transform .28s ease; }
.directory-grid a:hover { z-index: 2; color: white; background: var(--forest); transform: translateY(-5px); }
.directory-grid span { grid-column: 1/-1; color: var(--muted); font: 800 .66rem/1 "Manrope"; }
.directory-grid a:hover span { color: var(--leaf); }
.directory-grid strong { align-self: end; font: 700 1.05rem/1.1 "Manrope"; }
.directory-grid b { width: 29px; height: 29px; display: grid; place-items: center; align-self: end; border-radius: 50%; color: var(--forest); background: var(--leaf); }

.section-heading h2, .products-head h2, .process-intro h2, .impact h2, .contact h2 { margin: 0; font: 700 clamp(2.7rem, 5vw, 5.5rem)/.98 "Manrope", sans-serif; letter-spacing: -.06em; }

.page-hero { min-height: 760px; display: flex; align-items: center; padding: 150px 0 90px; overflow: hidden; background: var(--cream); }
.page-hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; align-items: center; }
.page-hero-copy { max-width: 690px; }
.page-hero-copy .kicker { margin-top: 42px; }
.page-hero-copy h1 { margin: 0; font: 800 clamp(3.7rem,6.5vw,7rem)/.92 "Manrope",sans-serif; letter-spacing: -.075em; }
.page-hero-copy>p:last-child { max-width: 600px; margin: 29px 0 0; color: var(--muted); font-size: 1.08rem; }
.breadcrumbs { display: flex; align-items: center; gap: 9px; color: var(--muted); font-size: .76rem; }
.breadcrumbs a:hover { color: var(--forest); }
.breadcrumbs strong { color: var(--forest); }
.page-hero-visual { position: relative; height: min(62vw,560px); max-height: 560px; overflow: hidden; border-radius: 22px; box-shadow: var(--shadow); }
.page-hero-visual::after { content:""; position:absolute; inset:0; background:linear-gradient(180deg,transparent 55%,rgba(6,39,29,.5)); }
.page-hero-visual img { width:100%; height:100%; object-fit:cover; transition:transform .8s ease; }
.page-hero-visual:hover img { transform:scale(1.035); }
.page-hero-visual>span { position:absolute; z-index:2; left:22px; bottom:20px; color:white; font-size:.62rem; font-weight:800; letter-spacing:.16em; }
.dark-page-hero { color:white; background:var(--forest-deep); }
.dark-page-hero .page-hero-copy>p:last-child,.dark-page-hero .breadcrumbs { color:rgba(255,255,255,.62); }
.dark-page-hero .breadcrumbs strong { color:var(--leaf); }
.sustainability-hero { position:relative; color:white; background:var(--forest); }
.sustainability-hero::before { content:""; position:absolute; inset:0; background:radial-gradient(circle at 15% 30%,rgba(183,226,74,.15),transparent 35%); }
.sustainability-hero .page-hero-grid { position:relative; }
.sustainability-hero .page-hero-copy>p:last-child,.sustainability-hero .breadcrumbs { color:rgba(255,255,255,.66); }
.sustainability-hero .breadcrumbs strong { color:var(--leaf); }

.home-about { background:var(--paper); }
.home-about-grid { display:grid; grid-template-columns:1fr 1fr; gap:9vw; align-items:center; }
.home-about-image { position:relative; height:620px; overflow:hidden; border-radius:22px; }
.home-about-image img { width:100%; height:100%; object-fit:cover; }
.home-about-image>span { position:absolute; left:22px; bottom:20px; padding:9px 13px; color:white; background:var(--forest); font-size:.62rem; font-weight:800; letter-spacing:.13em; }
.home-about-copy h2 { margin:0; font:700 clamp(2.8rem,5vw,5.3rem)/.98 "Manrope"; letter-spacing:-.06em; }
.home-about-copy>p:not(.kicker) { margin:28px 0; color:var(--muted); font-size:1.06rem; }
.text-link { display:inline-flex; align-items:center; gap:15px; padding-bottom:7px; border-bottom:1px solid var(--forest); color:var(--forest); font-weight:800; }
.text-link b { color:var(--leaf); }
.home-products { padding-top:120px; }
.link-toggle { text-decoration:none; }
.impact-cta { display:flex; flex-wrap:wrap; gap:12px; align-items:center; justify-content:flex-end; }
.button-light { color:var(--forest-deep); background:var(--leaf); }
.button-light:hover { background:var(--leaf-bright); }
.button-outline-light { color:white; border-color:rgba(255,255,255,.45); }
.button-outline-light:hover { background:white; color:var(--forest-deep); }

.cta-band { padding:80px 0; color:white; background:var(--forest); }
.cta-band .container { display:flex; align-items:center; justify-content:space-between; gap:40px; }
.cta-band .kicker { margin-bottom:14px; }
.cta-band h2 { max-width:760px; margin:0; font:700 clamp(2.3rem,4.6vw,4.8rem)/.98 "Manrope"; letter-spacing:-.06em; }
.catalog-products { padding-top:100px; }
.catalog-products .product-body h2 { margin:0 0 13px; font:700 1.45rem/1.16 "Manrope"; letter-spacing:-.035em; }

.industry-page-grid { background:var(--paper); }
.industry-cards { display:grid; grid-template-columns:1fr 1fr; gap:18px; }
.industry-page-card { min-height:370px; display:flex; flex-direction:column; padding:34px; border:1px solid var(--line); border-radius:20px; background:var(--cream); transition:transform .3s ease,background .3s ease,color .3s ease; }
.industry-page-card:hover { transform:translateY(-8px); color:white; background:var(--forest); }
.industry-page-card>span { color:var(--muted); font:800 .68rem/1 "Manrope"; }
.industry-page-card:hover>span { color:var(--leaf); }
.industry-page-card h2 { margin:auto 0 15px; font:700 clamp(1.8rem,3vw,3rem)/1 "Manrope"; letter-spacing:-.05em; }
.industry-page-card p { margin:0 0 22px; color:var(--muted); }
.industry-page-card:hover p { color:rgba(255,255,255,.65); }
.industry-page-card a { font-weight:800; }

.circular-story { background:var(--paper); }
.circular-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.circular-card { position:relative; min-height:520px; overflow:hidden; border-radius:20px; background:var(--cream); }
.circular-card::after { content:""; position:absolute; inset:0; background:linear-gradient(180deg,transparent 45%,rgba(6,39,29,.78)); }
.circular-card img { width:100%; height:100%; object-fit:cover; transition:transform .7s ease; }
.circular-card:hover img { transform:scale(1.05); }
.circular-card span,.circular-card h2 { position:absolute; z-index:2; color:white; }
.circular-card span { top:22px; left:22px; color:var(--leaf); font:800 .7rem/1 "Manrope"; }
.circular-card h2 { left:25px; right:25px; bottom:25px; margin:0; font:700 1.35rem/1.15 "Manrope"; }
.horizontal-steps { display:grid; grid-template-columns:repeat(3,1fr); }
.horizontal-steps .process-step { display:block; padding:35px; border:1px solid var(--line); border-right:0; }
.horizontal-steps .process-step:last-child { border-right:1px solid var(--line); }
.horizontal-steps .process-step>span { margin-bottom:75px; }

.contact-page-hero { min-height:690px; }
.contact-map-band { padding:38px 0; color:white; background:var(--forest-deep); }
.contact-map-band .container { display:flex; align-items:center; justify-content:space-between; gap:30px; }
.contact-map-band span,.contact-map-band strong { display:block; }
.contact-map-band span { color:var(--leaf); font-size:.64rem; font-weight:800; letter-spacing:.13em; text-transform:uppercase; }
.contact-map-band strong { margin-top:5px; }
.contact-map-band a { color:var(--leaf); font-weight:800; }

.footer-nav { display:grid; grid-template-columns:1fr 1fr; gap:7px 22px; }
.footer-nav a { color:rgba(255,255,255,.56); font-size:.78rem; }
.footer-nav a:hover { color:var(--leaf); }
.about { background: var(--paper); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px 9vw; align-items: start; }
.section-heading { max-width: 590px; }
.about-copy { padding-top: 35px; max-width: 570px; }
.about-copy p { margin: 0 0 22px; color: var(--muted); font-size: 1.03rem; }
.about-copy .lead { color: var(--ink); font-size: 1.25rem; font-weight: 500; }
.about-visual { position: relative; min-height: 560px; overflow: hidden; border-radius: var(--radius); }
.about-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 60%, rgba(6, 39, 29, .5)); }
.about-visual img { width: 100%; height: 100%; min-height: 560px; object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.about-visual:hover img { transform: scale(1.035); }
.about-stamp { position: absolute; z-index: 2; right: 22px; bottom: 22px; width: 130px; height: 130px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.48); border-radius: 50%; color: white; text-align: center; transform: rotate(-9deg); backdrop-filter: blur(5px); }
.about-stamp strong { font: 800 1.12rem/1 "Manrope"; }
.about-stamp span { margin-top: 7px; max-width: 85px; font-size: .52rem; letter-spacing: .1em; }
.about-values { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.value-card { min-height: 270px; padding: 33px; border: 1px solid var(--line); border-radius: var(--radius); transition: transform .3s ease, background .3s ease, border-color .3s ease; }
.value-card:hover { transform: translateY(-8px); color: white; background: var(--forest); border-color: var(--forest); }
.value-number { color: var(--muted); font: 700 .74rem/1 "Manrope"; }
.value-card:hover .value-number { color: var(--leaf); }
.value-card h3 { margin: 68px 0 14px; font: 700 1.35rem/1.15 "Manrope"; letter-spacing: -.03em; }
.value-card p { margin: 0; color: var(--muted); font-size: .92rem; }
.value-card:hover p { color: rgba(255,255,255,.7); }

.advantages { padding-top: 40px; background: var(--paper); }
.advantages-head { display: grid; grid-template-columns: 1.25fr .75fr; gap: 8vw; align-items: end; margin-bottom: 55px; }
.advantages-head h2 { margin: 0; font: 700 clamp(2.7rem, 5vw, 5.3rem)/.98 "Manrope",sans-serif; letter-spacing: -.06em; }
.advantages-head>p { margin: 0 0 8px; color: var(--muted); }
.advantages-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.advantage-card { min-height: 345px; display: flex; flex-direction: column; padding: 26px; border: 1px solid var(--line); border-radius: 18px; overflow: hidden; background: var(--cream); transition: transform .3s ease, box-shadow .3s ease; }
.advantage-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.advantage-card>span { color: var(--muted); font: 800 .66rem/1 "Manrope"; }
.advantage-icon { position: relative; width: 88px; height: 88px; margin: 42px 0 auto; border: 1px solid rgba(11,61,46,.2); border-radius: 50%; }
.advantage-icon::before,.advantage-icon::after,.advantage-icon i { content:""; position:absolute; border-radius:50%; }
.advantage-icon::before { inset: 18px; background: var(--leaf); }
.advantage-icon::after { width: 28px; height: 3px; top: 42px; left: 30px; border-radius: 2px; background: var(--forest); transform: rotate(-35deg); }
.advantage-card:nth-child(2) .advantage-icon::after { width: 3px; height: 31px; top: 28px; left: 42px; transform: none; box-shadow: -9px 0 0 rgba(11,61,46,.45), 9px 0 0 rgba(11,61,46,.45); }
.advantage-card:nth-child(3) .advantage-icon::after { width: 31px; height: 31px; top: 28px; left: 28px; border: 2px solid var(--forest); background: transparent; transform: rotate(45deg); border-radius: 4px; }
.advantage-card:nth-child(4) .advantage-icon::after { width: 30px; height: 20px; top: 33px; left: 28px; border: solid var(--forest); border-width: 0 0 2px 2px; background: transparent; transform: rotate(-45deg); border-radius: 0; }
.advantage-card h3 { margin: 28px 0 10px; font: 700 1.25rem/1.12 "Manrope"; letter-spacing: -.03em; }
.advantage-card p { margin: 0; color: var(--muted); font-size: .86rem; }

.products { color: white; background: var(--forest-deep); }
.products-head { display: grid; grid-template-columns: 1.5fr .5fr; align-items: end; gap: 7vw; margin-bottom: 65px; }
.products-head > p { margin: 0 0 8px; color: rgba(255,255,255,.58); }
.kicker.light { color: var(--leaf); }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.product-card { overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: var(--radius); background: rgba(255,255,255,.055); transition: transform .35s ease, border-color .35s ease; }
.product-card:hover { transform: translateY(-10px); border-color: rgba(197,239,98,.52); }
.product-media { position: relative; display: block; aspect-ratio: 1.05; overflow: hidden; background: #ddd8cd; }
.product-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 60%, rgba(6,39,29,.35)); }
.product-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .75s cubic-bezier(.2,.7,.2,1); }
.product-card:hover .product-media img { transform: scale(1.055); }
.product-media > span { position: absolute; z-index: 2; top: 18px; left: 18px; width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; color: var(--forest-deep); background: var(--leaf); font: 700 .72rem/1 "Manrope"; }
.product-body { padding: 29px 27px 26px; }
.product-body h3 { margin: 0 0 13px; font: 700 1.45rem/1.16 "Manrope"; letter-spacing: -.035em; }
.product-body > p { min-height: 76px; margin: 0; color: rgba(255,255,255,.6); font-size: .91rem; }
.product-spec { margin-top: 21px; padding-top: 17px; border-top: 1px solid rgba(255,255,255,.12); color: var(--leaf-bright); font-size: .8rem; font-weight: 700; }
.detail-toggle { width: 100%; display: flex; align-items: center; justify-content: space-between; margin-top: 20px; padding: 0; border: 0; background: none; color: white; cursor: pointer; font-size: .84rem; font-weight: 700; }
.detail-toggle i { width: 26px; height: 26px; position: relative; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; }
.detail-toggle i::before, .detail-toggle i::after { content: ""; position: absolute; top: 50%; left: 50%; width: 9px; height: 1px; background: white; transform: translate(-50%,-50%); transition: transform .25s ease; }
.detail-toggle i::after { transform: translate(-50%,-50%) rotate(90deg); }
.detail-toggle[aria-expanded="true"] i::after { transform: translate(-50%,-50%) rotate(0); }
.product-details { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .35s ease; }
.product-details ul { overflow: hidden; margin: 0; padding: 0; list-style: none; }
.product-details.open { grid-template-rows: 1fr; }
.product-details.open ul { padding-top: 18px; }
.product-details li { position: relative; padding: 6px 0 6px 17px; color: rgba(255,255,255,.64); font-size: .79rem; }
.product-details li::before { content: ""; position: absolute; left: 0; top: 13px; width: 5px; height: 5px; border-radius: 50%; background: var(--leaf); }

.formats { background: var(--paper); }
.formats-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 8vw; align-items: start; }
.formats-copy { position: sticky; top: 120px; }
.formats-copy h2 { margin: 0; font: 700 clamp(2.7rem,4.8vw,5rem)/.98 "Manrope"; letter-spacing: -.06em; }
.formats-copy>p:not(.kicker) { margin: 26px 0 31px; color: var(--muted); }
.format-table { border-top: 1px solid var(--line); }
.format-row { display: grid; grid-template-columns: 1.1fr 1fr 1fr; gap: 20px; min-height: 120px; align-items: center; padding: 22px 16px; border-bottom: 1px solid var(--line); transition: background .25s ease, padding .25s ease; }
.format-row:not(.format-head):hover { padding-left: 25px; background: var(--cream); }
.format-row>span { color: var(--muted); font-size: .88rem; }
.format-row strong { font: 700 1.08rem/1.2 "Manrope"; }
.format-row.format-head { min-height: 58px; padding-top: 0; }
.format-row.format-head span { color: var(--forest); font-size: .66rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

.industries { position: relative; min-height: 750px; display: flex; align-items: center; overflow: hidden; color: white; background: var(--forest-deep); }
.industries-image { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(6,39,29,.96) 0 46%,rgba(6,39,29,.52)),var(--industries-media) center right/cover no-repeat; }
.industries-image::after { content:""; position:absolute; inset:0; background: radial-gradient(circle at 75% 42%,rgba(183,226,74,.18),transparent 30%); }
.industries-content { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; gap: 10vw; align-items: end; }
.industries-head h2 { margin: 0; font: 700 clamp(2.8rem,5.2vw,5.6rem)/.96 "Manrope"; letter-spacing: -.065em; }
.industries-head>p:last-child { max-width: 520px; margin: 28px 0 0; color: rgba(255,255,255,.64); }
.industry-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(255,255,255,.26); border-left: 1px solid rgba(255,255,255,.26); backdrop-filter: blur(12px); }
.industry-grid article { min-height: 150px; display: grid; grid-template-columns: 1fr auto; align-content: space-between; padding: 22px; border-right: 1px solid rgba(255,255,255,.26); border-bottom: 1px solid rgba(255,255,255,.26); background: rgba(255,255,255,.04); transition: background .25s ease; }
.industry-grid article:hover { background: rgba(183,226,74,.14); }
.industry-grid span { grid-column: 1/-1; color: var(--leaf); font: 800 .64rem/1 "Manrope"; }
.industry-grid strong { align-self: end; font: 700 1rem/1.1 "Manrope"; }
.industry-grid i { align-self: end; color: var(--leaf); font-style: normal; }

.process { background: var(--cream); }
.process-intro { max-width: 820px; margin-bottom: 64px; }
.process-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 7vw; align-items: stretch; }
.process-visual { position: relative; min-height: 600px; overflow: hidden; border-radius: var(--radius); }
.process-visual img { width: 100%; height: 100%; object-fit: cover; }
.material-label { position: absolute; left: 0; bottom: 0; padding: 13px 20px; color: white; background: var(--forest); font-size: .64rem; font-weight: 800; letter-spacing: .15em; }
.process-steps { display: flex; flex-direction: column; justify-content: center; }
.process-step { display: grid; grid-template-columns: 65px 1fr; gap: 25px; padding: 38px 0; border-top: 1px solid var(--line); }
.process-step:last-child { border-bottom: 1px solid var(--line); }
.process-step > span { width: 47px; height: 47px; display: grid; place-items: center; border-radius: 50%; color: var(--forest); background: rgba(168,216,62,.28); font: 800 .72rem/1 "Manrope"; }
.process-step h3 { margin: 0 0 9px; font: 700 1.45rem/1.1 "Manrope"; letter-spacing: -.03em; }
.process-step p { margin: 0; color: var(--muted); }

.impact { position: relative; overflow: hidden; padding: clamp(110px, 13vw, 190px) 0; color: white; background: var(--forest); }
.impact-bg { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,39,29,.95), rgba(6,39,29,.45)), url('../images/gallery-1.jpg') center/cover; }
.impact-bg::after { content: ""; position: absolute; width: 580px; height: 580px; right: -150px; top: -230px; border: 1px solid rgba(197,239,98,.3); border-radius: 50%; box-shadow: 0 0 0 80px rgba(197,239,98,.04), 0 0 0 160px rgba(197,239,98,.025); }
.impact-grid { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: 9vw; align-items: end; }
.impact-copy p:last-child { max-width: 590px; margin: 28px 0 0; color: rgba(255,255,255,.66); font-size: 1.1rem; }
.impact-list { margin: 0; padding: 0; list-style: none; }
.impact-list li { display: grid; grid-template-columns: 50px 1fr; gap: 20px; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.24); font-weight: 600; }
.impact-list li:last-child { border-bottom: 1px solid rgba(255,255,255,.24); }
.impact-list span { color: var(--leaf); font: 700 .7rem/1.8 "Manrope"; }

.contact { background: var(--paper); }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 9vw; align-items: start; }
.contact-copy > p:not(.kicker) { max-width: 530px; margin: 28px 0 0; color: var(--muted); font-size: 1.05rem; }
.contact-cards { margin-top: 48px; border-top: 1px solid var(--line); }
.contact-cards > * { display: grid; gap: 4px; padding: 19px 0; border-bottom: 1px solid var(--line); transition: padding .25s ease; }
.contact-cards a:hover { padding-left: 9px; }
.contact-cards span { color: var(--muted); font-size: .7rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.contact-cards strong { font-size: .98rem; font-weight: 600; }
.contact-form { padding: clamp(28px, 4vw, 52px); border-radius: var(--radius); background: var(--cream); box-shadow: var(--shadow); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form label { display: block; margin-bottom: 20px; }
.contact-form label > span { display: block; margin-bottom: 8px; color: #59665f; font-size: .74rem; font-weight: 700; letter-spacing: .04em; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; padding: 13px 0; border: 0; border-bottom: 1px solid rgba(11,61,46,.25); border-radius: 0; outline: none; color: var(--ink); background: transparent; transition: border-color .2s ease; }
.contact-form textarea { resize: vertical; min-height: 118px; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: var(--forest); }
.contact-form input.invalid, .contact-form textarea.invalid { border-color: #b33c2e; }
.contact-form .form-submit { margin-top: 8px; border: 0; }
.contact-form .form-submit:disabled { opacity: .65; cursor: wait; }
.honeypot { position: absolute !important; left: -9999px !important; }
.form-status { min-height: 24px; margin: 14px 0 0; font-size: .86rem; font-weight: 600; }
.form-status.success { color: #167144; }
.form-status.error { color: #a33227; }

.whatsapp-float { position: fixed; z-index: 45; right: 22px; bottom: 22px; width: 57px; height: 57px; display: grid; place-items: center; color: white; background: #20b95a; border-radius: 50%; box-shadow: 0 14px 35px rgba(7,99,48,.3); transition: transform .25s ease; }
.whatsapp-float:hover { transform: scale(1.08) translateY(-3px); }
.whatsapp-float svg { width: 29px; height: 29px; fill: currentColor; }
.whatsapp-float i { position: absolute; inset: -6px; border: 1px solid rgba(32,185,90,.35); border-radius: 50%; animation: pulse 2.4s ease-out infinite; }
@keyframes pulse { 75%, 100% { transform: scale(1.35); opacity: 0; } }

.site-footer { padding: 65px 0 24px; color: white; background: var(--forest-deep); }
.footer-main { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 30px; padding-bottom: 55px; }
.brand-footer .brand-mark { filter: brightness(0) saturate(100%) invert(91%) sepia(76%) saturate(682%) hue-rotate(28deg) brightness(96%); }
.footer-main p { max-width: 330px; margin: 0; color: rgba(255,255,255,.58); font-size: .9rem; }
.footer-email { justify-self: end; color: var(--leaf-bright); font: 700 clamp(1rem, 1.6vw, 1.25rem)/1 "Manrope"; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.42); font-size: .72rem; }

.js [data-reveal] { opacity: 0; transform: translateY(32px); transition: opacity .75s cubic-bezier(.2,.7,.2,1), transform .75s cubic-bezier(.2,.7,.2,1); }
.js [data-reveal].visible { opacity: 1; transform: none; }
.product-grid [data-reveal]:nth-child(2), .about-values [data-reveal]:nth-child(2) { transition-delay: .1s; }
.product-grid [data-reveal]:nth-child(3) { transition-delay: .2s; }

main section[id] { scroll-margin-top: 92px; }

.directory-grid a { grid-template-columns: 48px 1fr 30px; grid-template-rows: auto auto 1fr; align-content: stretch; min-height: 218px; gap: 14px 10px; }
.directory-grid .directory-number { grid-column: 1; align-self: center; }
.directory-icon { position: relative; grid-column: 3; width: 32px; height: 32px; border: 1px solid rgba(11,61,46,.2); border-radius: 50%; }
.directory-icon::before,.directory-icon::after { content:""; position:absolute; background:var(--forest); transition:background .25s ease, transform .25s ease; }
.directory-icon::before { width:12px; height:12px; left:9px; top:9px; border-radius:3px; }
.directory-icon::after { width:14px; height:2px; left:8px; top:15px; transform:rotate(-35deg); }
.directory-grid a:hover .directory-icon { border-color:rgba(197,239,98,.55); }
.directory-grid a:hover .directory-icon::before,.directory-grid a:hover .directory-icon::after { background:var(--leaf); }
.directory-icon-leaf::before { border-radius:12px 2px 12px 2px; transform:rotate(-20deg); }
.directory-icon-cycle::before { border-radius:50%; background:transparent; border:2px solid var(--forest); }
.directory-icon-cycle::after { width:6px; height:6px; left:18px; top:7px; transform:rotate(45deg); }
.directory-icon-message::before { width:15px; height:11px; left:8px; top:8px; border-radius:3px; }
.directory-grid strong { grid-column:1/-1; align-self:end; font-size:1.22rem; }
.directory-grid small { grid-column:1/3; align-self:start; color:var(--muted); font-size:.82rem; line-height:1.5; }
.directory-grid a:hover small { color:rgba(255,255,255,.68); }
.directory-grid b { grid-column:3; align-self:end; }

.trust-facts { padding-top: 82px; background:var(--cream); }
.trust-facts-head { display:grid; grid-template-columns:.75fr 1.25fr; gap:6vw; align-items:end; margin-bottom:48px; }
.trust-facts-head h2 { max-width:760px; margin:0; font:700 clamp(2.5rem,4.6vw,4.8rem)/.98 "Manrope"; letter-spacing:-.06em; }
.trust-facts-grid { display:grid; grid-template-columns:repeat(4,1fr); border-top:1px solid var(--line); border-left:1px solid var(--line); }
.trust-facts-grid article { min-height:250px; display:flex; flex-direction:column; padding:28px; border-right:1px solid var(--line); border-bottom:1px solid var(--line); }
.trust-facts-grid span { color:var(--muted); font:800 .68rem/1 "Manrope"; }
.trust-facts-grid h3 { margin:auto 0 13px; font:700 1.35rem/1.1 "Manrope"; letter-spacing:-.03em; }
.trust-facts-grid p { margin:0; color:var(--muted); font-size:.88rem; }

.product-detail-hero { min-height:820px; display:flex; align-items:center; padding:145px 0 90px; overflow:hidden; color:white; background:var(--forest-deep); }
.product-detail-hero-grid { display:grid; grid-template-columns:1fr 1fr; align-items:center; gap:8vw; }
.product-detail-copy h1 { max-width:750px; margin:0; font:800 clamp(3.7rem,6.7vw,7.3rem)/.9 "Manrope"; letter-spacing:-.075em; }
.product-detail-copy>p:last-of-type { max-width:610px; margin:28px 0 0; color:rgba(255,255,255,.66); font-size:1.08rem; }
.product-detail-copy .breadcrumbs { color:rgba(255,255,255,.55); }
.product-detail-copy .breadcrumbs strong { color:var(--leaf); }
.product-detail-copy .kicker { margin-top:42px; }
.product-detail-actions { display:flex; flex-wrap:wrap; gap:12px; margin-top:35px; }
.product-detail-visual { position:relative; min-height:570px; display:grid; place-items:center; }
.product-detail-halo { position:absolute; inset:9%; border-radius:50%; background:radial-gradient(circle,rgba(183,226,74,.24),transparent 68%); }
.product-detail-visual img { position:relative; z-index:1; width:88%; max-height:540px; aspect-ratio:1.05; object-fit:cover; border-radius:28px 28px 10px 10px; box-shadow:0 40px 85px rgba(0,0,0,.32); transform:rotate(2deg); }
.product-detail-visual>span { position:absolute; z-index:2; right:1%; bottom:7%; padding:13px 17px; color:var(--forest-deep); background:var(--leaf); font:800 .63rem/1 "Manrope"; letter-spacing:.13em; }
.product-overview { background:var(--paper); }
.product-overview-grid { display:grid; grid-template-columns:.85fr 1.15fr; gap:9vw; align-items:start; }
.product-overview-intro { position:sticky; top:120px; }
.product-overview-intro h2 { margin:0; font:700 clamp(2.8rem,5vw,5.3rem)/.98 "Manrope"; letter-spacing:-.06em; }
.product-overview-intro>p:not(.kicker) { margin:27px 0; color:var(--muted); font-size:1.04rem; }
.spec-highlight { margin-top:35px; padding:25px; color:white; background:var(--forest); border-radius:14px; }
.spec-highlight span,.spec-highlight strong { display:block; }
.spec-highlight span { color:var(--leaf); font-size:.66rem; font-weight:800; letter-spacing:.12em; text-transform:uppercase; }
.spec-highlight strong { margin-top:10px; font:700 1.08rem/1.4 "Manrope"; }
.product-detail-panels { border-top:1px solid var(--line); }
.detail-panel { display:grid; grid-template-columns:58px 1fr; padding:38px 0; border-bottom:1px solid var(--line); }
.detail-panel>span { color:var(--muted); font:800 .68rem/1 "Manrope"; }
.detail-panel h3 { margin:0 0 22px; font:700 1.8rem/1.1 "Manrope"; letter-spacing:-.04em; }
.detail-panel ul { grid-column:2; display:grid; grid-template-columns:1fr 1fr; gap:12px 25px; margin:0; padding:0; list-style:none; }
.detail-panel li { position:relative; padding-left:18px; color:var(--muted); }
.detail-panel li::before { content:""; position:absolute; left:0; top:.62em; width:6px; height:6px; border-radius:50%; background:var(--leaf); }
.product-download { padding:82px 0; color:white; background:var(--forest); }
.product-download-inner { display:flex; align-items:center; justify-content:space-between; gap:40px; }
.product-download h2 { margin:0; font:700 clamp(2.4rem,4.5vw,4.6rem)/1 "Manrope"; letter-spacing:-.055em; }
.product-download p:last-child { color:rgba(255,255,255,.58); }
.product-next .container { display:flex; align-items:center; justify-content:space-between; gap:30px; }
.privacy-content { background:var(--paper); }
.privacy-grid { max-width:920px; }
.privacy-grid article { display:grid; grid-template-columns:70px 1fr; padding:38px 0; border-bottom:1px solid var(--line); }
.privacy-grid article>span { color:var(--muted); font:800 .68rem/1 "Manrope"; }
.privacy-grid h2,.privacy-grid p { grid-column:2; }
.privacy-grid h2 { margin:0 0 15px; font:700 1.8rem/1.1 "Manrope"; }
.privacy-grid p { margin:0; color:var(--muted); }
.privacy-grid a { color:var(--forest); font-weight:800; }

.whatsapp-float.is-muted { opacity:.28; transform:translateX(45px) scale(.86); }
.footer-main { grid-template-columns:1.25fr .8fr .8fr 1fr; align-items:start; gap:46px; }
.footer-brand p { margin:24px 0 14px; color:rgba(255,255,255,.58); }
.footer-brand>small { color:rgba(255,255,255,.38); font-size:.74rem; line-height:1.5; }
.footer-column { display:flex; flex-direction:column; gap:11px; }
.footer-column h2 { margin:4px 0 14px; color:var(--leaf); font:800 .68rem/1 "Manrope"; letter-spacing:.13em; text-transform:uppercase; }
.footer-column>a { color:rgba(255,255,255,.64); font-size:.82rem; line-height:1.45; }
.footer-column>a:hover { color:white; }
.footer-contact>a:first-of-type { color:var(--leaf-bright); font-weight:700; }
.footer-languages { display:flex; gap:7px; margin-top:16px; }
.footer-languages a { width:33px; height:33px; display:grid; place-items:center; border:1px solid rgba(255,255,255,.18); border-radius:50%; color:rgba(255,255,255,.65); font-size:.65rem; font-weight:800; }
.footer-languages a[aria-current="true"] { color:var(--forest-deep); background:var(--leaf); border-color:var(--leaf); }
.footer-bottom a { color:inherit; }

@media (max-width: 1080px) {
    .main-nav { gap: 17px; }
    .nav-cta { display: none; }
    .hero { min-height: 780px; }
    .hero-grid { gap: 3vw; }
    .float-tag-a { left: -2%; }
    .about-grid, .contact-grid { gap: 60px; }
    .product-body > p { min-height: 100px; }
}

@media (max-width: 860px) {
    .container { width: min(calc(100% - 32px), var(--container)); }
    .site-header { height: 74px; background: rgba(251,250,246,.94); backdrop-filter: blur(15px); }
    .site-header.menu-open { height: 100dvh; background: var(--paper); backdrop-filter: none; }
    .nav-wrap { position: relative; z-index: 2; height: 74px; }
    .main-nav { position: absolute; z-index: 1; top: 74px; left: 50%; width: 100vw; height: calc(100dvh - 74px); display: flex; flex-direction: column; align-items: flex-start; gap: 0; padding: 28px 24px 42px; overflow-y: auto; overscroll-behavior: contain; background: var(--paper); border-top: 1px solid var(--line); opacity: 0; visibility: hidden; pointer-events: none; transform: translate(-50%, -12px); transition: opacity .28s ease, visibility .28s ease, transform .28s ease; }
    .main-nav.open { opacity: 1; visibility: visible; pointer-events: auto; transform: translate(-50%, 0); }
    .main-nav a { width: 100%; padding: 18px 2px; border-bottom: 1px solid var(--line); font: 700 clamp(1.65rem, 7vw, 2.45rem)/1.15 "Manrope"; letter-spacing: -.045em; }
    .main-nav a:first-child { border-top: 1px solid var(--line); }
    .main-nav a.active { color: var(--leaf); }
    .main-nav a::after { display: none; }
    .main-nav .mobile-nav-quote { display: block; margin-top:18px; padding:16px 20px; color:var(--forest-deep); background:var(--leaf); border:0; border-radius:10px; font-size:1rem; letter-spacing:0; text-align:center; }
    .menu-toggle { display: block; }
    .hero { min-height: 0; height: auto; max-height: none; }
    .hero-image { inset: 40% 0 0 25%; clip-path: ellipse(100% 70% at 100% 70%); }
    .hero-wash { background: linear-gradient(180deg, var(--cream) 0 52%, rgba(243,240,231,.5)); }
    .hero-grid { grid-template-columns: 1fr; align-content: start; gap: 32px; padding: 118px 0 72px; }
    .hero-copy { max-width: 690px; }
    .hero-product { width: min(68vw, 380px); justify-self: center; }
    .scroll-cue { display: none; }
    .about-grid, .process-grid, .impact-grid, .contact-grid { grid-template-columns: 1fr; }
    .page-hero-grid,.home-about-grid { grid-template-columns:1fr; }
    .page-hero { padding-top:130px; }
    .page-hero-visual { height:500px; }
    .home-about-image { height:500px; }
    .cta-band .container { align-items:flex-start; flex-direction:column; }
    .circular-grid { grid-template-columns:1fr 1fr; }
    .circular-card:last-child { grid-column:1/-1; }
    .horizontal-steps { grid-template-columns:1fr; }
    .horizontal-steps .process-step { border-right:1px solid var(--line); border-bottom:0; }
    .horizontal-steps .process-step:last-child { border-bottom:1px solid var(--line); }
    .directory-title,.advantages-head,.formats-grid,.industries-content { grid-template-columns: 1fr; }
    .directory-grid { grid-template-columns: 1fr 1fr; }
    .advantages-grid { grid-template-columns: 1fr 1fr; }
    .formats-copy { position: static; }
    .industries-content { gap: 55px; }
    .about-copy { padding-top: 0; }
    .about-visual { min-height: 480px; }
    .about-visual img { min-height: 480px; }
    .products-head { grid-template-columns: 1fr; gap: 28px; }
    .products-head > p { max-width: 520px; }
    .product-grid { grid-template-columns: 1fr 1fr; }
    .product-card:last-child { grid-column: span 2; display: grid; grid-template-columns: 1fr 1fr; }
    .product-card:last-child .product-media { aspect-ratio: auto; min-height: 100%; }
    .product-body > p { min-height: 76px; }
    .process-visual { min-height: 480px; }
    .impact-grid { gap: 60px; }
    .contact-grid { gap: 70px; }
    .trust-facts-head,.product-overview-grid { grid-template-columns:1fr; }
    .trust-facts-grid { grid-template-columns:1fr 1fr; }
    .product-detail-hero { min-height:auto; padding:125px 0 80px; }
    .product-detail-hero-grid { grid-template-columns:1fr; gap:38px; }
    .product-detail-visual { min-height:450px; }
    .product-detail-visual img { width:min(80vw,520px); }
    .product-overview-intro { position:static; }
    .footer-main { grid-template-columns:1fr 1fr; }
}

@media (max-width: 600px) {
    .section { padding: 86px 0; }
    .brand-type small { display: none; }
    .brand-mark { width: 34px; height: 34px; }
    .language-button { width: 54px; }
    .hero { min-height: 0; }
    .hero-grid { padding: 106px 0 54px; gap: 22px; }
    .hero h1 { font-size: clamp(3.35rem, 17vw, 5.1rem); }
    .hero-lead { margin-top: 24px; font-size: .98rem; }
    .button { width: 100%; }
    .hero-actions { align-items: stretch; }
    .hero-stats { gap: 0; margin-top: 28px; }
    .hero-stats div { padding: 0 9px; }
    .hero-stats strong { font-size: 1rem; }
    .hero-stats small { font-size: .65rem; }
    .hero-product { width: min(66vw, 280px); }
    .hero-badge { right: 0; bottom: 0; }
    .float-tag { display: none; }
    .about-grid { gap: 45px; }
    .about-values, .product-grid { grid-template-columns: 1fr; }
    .directory-grid,.advantages-grid,.industry-grid { grid-template-columns: 1fr; }
    .industry-cards,.circular-grid { grid-template-columns:1fr; }
    .circular-card:last-child { grid-column:auto; }
    .page-hero { min-height:auto; padding:120px 0 75px; }
    .page-hero-visual,.home-about-image { height:390px; }
    .contact-map-band .container { align-items:flex-start; flex-direction:column; }
    .impact-cta { justify-content:flex-start; }
    .directory-grid a { min-height: 188px; }
    .format-row { grid-template-columns: 1fr; gap: 5px; min-height: 0; padding: 20px 10px; }
    .format-row.format-head { display: none; }
    .industries { min-height: 900px; }
    .industries-image { background: linear-gradient(180deg,rgba(6,39,29,.98) 0 53%,rgba(6,39,29,.58)),var(--industries-media) center bottom/cover no-repeat; }
    .value-card { min-height: 235px; }
    .value-card h3 { margin-top: 50px; }
    .about-visual { min-height: 390px; }
    .about-visual img { min-height: 390px; }
    .product-card:last-child { grid-column: auto; display: block; }
    .product-card:last-child .product-media { aspect-ratio: 1.05; }
    .product-body > p { min-height: auto; }
    .process-intro { margin-bottom: 44px; }
    .process-visual { min-height: 380px; }
    .process-step { grid-template-columns: 48px 1fr; gap: 16px; padding: 28px 0; }
    .process-step > span { width: 40px; height: 40px; }
    .form-row { grid-template-columns: 1fr; gap: 0; }
    .contact-form { margin-inline: -3px; }
    .trust-facts-head { grid-template-columns:1fr; }
    .trust-facts-grid { grid-template-columns:1fr; }
    .trust-facts-grid article { min-height:190px; }
    .detail-panel { grid-template-columns:42px 1fr; }
    .detail-panel ul { grid-template-columns:1fr; }
    .product-detail-visual { min-height:330px; }
    .product-detail-visual img { width:88%; max-height:320px; }
    .product-detail-actions .button { width:100%; }
    .product-download-inner,.product-next .container { align-items:flex-start; flex-direction:column; }
    .privacy-grid article { grid-template-columns:42px 1fr; }
    .footer-main { grid-template-columns: 1fr; }
    .footer-bottom { flex-direction: column; }
    .whatsapp-float { right:12px; bottom:max(12px,env(safe-area-inset-bottom)); width:48px; height:48px; }
    .whatsapp-float svg { width:25px; height:25px; }
}

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