:root{--navy:#0f172a;--hero:#020d27;--bg:#2a2623;--deep:#211e1b;--surface:#3a342f;--panel:#4a443f;--line:#6d655d;--text:#fffdf9;--muted:#e3dbd2;--gold:#d3b16c;--wrap:1160px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font:16px/1.6 Arial,Helvetica,sans-serif}a{color:inherit}img{display:block;max-width:100%;height:auto}.wrap{width:min(var(--wrap),calc(100% - 40px));margin:auto}.skip-link{position:absolute;left:-999px;z-index:20;background:#fff;color:#000;padding:10px}.skip-link:focus{left:12px;top:12px}.site-header{background:var(--navy)}.bar{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand,.nav-list a,.button,.eyebrow,.footer-label{font-weight:800;letter-spacing:.06em}.brand{text-decoration:none;font-size:1rem}.nav-list{display:flex;align-items:center;gap:30px;padding:0;margin:0;list-style:none}.nav-list a{text-decoration:none;font-size:.9rem;padding:26px 0;display:inline-block}.nav-list a:hover,.nav-list a:focus-visible,.nav-list a[aria-current=page]{text-decoration:underline;text-underline-offset:6px}.menu{display:none}.brand-hero{height:300px;display:grid;place-items:center;background:var(--hero)}.brand-hero img{width:min(230px,40vw);height:auto}.catalog-intro{background:linear-gradient(120deg,var(--bg),var(--surface));border-bottom:1px solid var(--line)}.intro-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:68px;padding:74px 0}.eyebrow{margin:0 0 12px;color:var(--gold);font-size:.8rem}.intro-grid h1,.section-heading h2,.final h2{line-height:1.06;letter-spacing:-.04em}.intro-grid h1{font-size:clamp(2.6rem,5vw,4.5rem);margin:0 0 24px}.intro-grid p:not(.eyebrow),.section-heading>p,.final>p{color:var(--muted);font-size:1.08rem;margin:0 0 26px}.intro-grid figure{margin:0;overflow:hidden;border:1px solid var(--line);border-radius:16px;background:var(--deep)}.intro-grid figure img{width:100%;aspect-ratio:3/2;object-fit:cover}.button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:12px 18px;background:#b79351;border:1px solid #e5c987;border-radius:7px;color:#1e1a16;text-decoration:none}.button:hover,.button:focus-visible{background:#d3b16c}.products{padding:70px 0 82px;background:var(--bg)}.section-heading{max-width:720px;margin:0 auto 38px;text-align:center}.section-heading h2,.final h2{font-size:clamp(2rem,4vw,3.2rem);margin:0 0 16px}.section-heading>p{margin:0}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:22px}.product-card{display:flex;min-height:500px;flex-direction:column;padding:20px;border:1px solid var(--line);border-radius:14px;background:var(--surface)}.product-image{display:grid;place-items:center;height:260px;margin-bottom:18px;border-radius:10px;background:var(--deep);overflow:hidden}.product-image img{width:100%;height:100%;object-fit:contain;padding:12px}.product-card h3{margin:0 0 10px;font-size:1.45rem}.product-card p{margin:0 0 22px;color:var(--muted)}.product-card .button{margin-top:auto}.final{padding:74px 0;background:linear-gradient(135deg,var(--surface),var(--deep));text-align:center;border-top:1px solid var(--line)}.final>p{max-width:680px;margin:0 auto 22px}.site-footer{padding:48px 0 30px;background:var(--navy);border-top:1px solid #38527e}.disclaimer{padding:24px;margin-bottom:38px;border:1px solid #38527e;border-radius:12px;background:#111b30}.disclaimer h2,.footer-intro h2{margin:0 0 12px;font-size:1.4rem}.disclaimer p,.footer-intro p,.fcard p,.footer-bottom p{margin:0 0 10px;color:#e5edf9}.footer-intro{margin-bottom:26px}.footer-label{font-size:.78rem;margin:0 0 16px}.footer-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.fcard{min-height:190px;padding:20px;border:1px solid #38527e;border-radius:10px;background:#151f34}.fcard:nth-child(4){grid-column:1}.fcard h3{font-size:.9rem;margin:0 0 14px}.fcard a{display:block;margin:0 0 11px;text-decoration:none}.fcard a:hover,.fcard a:focus-visible{text-decoration:underline;text-underline-offset:4px}.network{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:20px}.network h3{grid-column:1/-1}.footer-bottom{display:grid;grid-template-columns:250px minmax(0,1fr);align-items:center;gap:36px;margin-top:36px;padding-top:30px;border-top:1px solid #38527e}.footer-bottom img{width:min(225px,100%);max-height:110px;object-fit:contain;object-position:left center}.footer-bottom strong{color:#fff}@media(max-width:800px){.intro-grid{gap:36px}.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.fcard:nth-child(4){grid-column:auto}.footer-bottom{grid-template-columns:200px minmax(0,1fr);gap:24px}}@media(max-width:680px){.wrap{width:min(var(--wrap),calc(100% - 30px))}.bar{min-height:66px}.menu{display:block;background:transparent;border:1px solid #7180a0;color:#fff;border-radius:6px;padding:8px 10px;font:inherit}.nav-list{display:none;position:absolute;top:66px;left:0;right:0;background:var(--navy);padding:10px 15px 18px;flex-direction:column;align-items:stretch;gap:0;border-top:1px solid #38527e;z-index:5}.nav-list.open{display:flex}.nav-list a{padding:12px 0}.brand-hero{height:210px}.brand-hero img{width:min(190px,55vw)}.intro-grid{grid-template-columns:1fr;padding:48px 0;gap:28px}.products{padding:48px 0 58px}.product-grid{grid-template-columns:1fr}.product-card{min-height:0}.product-image{height:290px}.footer-grid{grid-template-columns:1fr}.footer-bottom{grid-template-columns:1fr;gap:20px;text-align:center}.footer-bottom img{margin:auto;object-position:center}}
/* Shared institutional navigation and footer standard. */
.bar{justify-content:center}
.product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.product-card{min-height:510px}
.site-footer .footer-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
.site-footer .fcard:nth-child(4){grid-column:auto}
.site-footer .footer-bottom{grid-template-columns:30% 70%;align-items:center;gap:25px;margin-top:80px}
.site-footer .footer-bottom img{width:min(225px,100%);height:auto;max-height:none;object-position:left center}
@media(max-width:800px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.site-footer .footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.site-footer .footer-bottom{margin-top:48px;grid-template-columns:1fr;text-align:center}.site-footer .footer-bottom img{margin:auto;object-position:center}}
@media(max-width:680px){.product-grid{grid-template-columns:1fr}.site-footer .footer-grid{grid-template-columns:1fr}}

/* Beauty catalogue contrast. */
.catalog-intro{background:linear-gradient(135deg,#332e2a,#211e1b);border-bottom:0}
.intro-grid{padding:80px 0 96px}
.products{padding:88px 0 96px;background:#ede5dc;color:#332e2a}
.products .eyebrow{color:#936d31}
.products .section-heading h2,.products .product-card h3{color:#2d251f}
.products .section-heading>p,.products .product-card p{color:#413932}
.products .product-card{border-color:#cbb89f;background:#fffaf3;box-shadow:0 12px 28px rgba(68,48,34,.10)}
.products .product-image{background:#f3ebe2}
.products .button{background:#a2773e;border-color:#c49d5e;color:#fffdf9}
.products .button:hover,.products .button:focus-visible{background:#835b2c}
@media(max-width:680px){.intro-grid{padding:56px 0 64px}.products{padding:60px 0 70px}}

/* Keep the entire supplied product packshot inside its visual area. */
.products .product-image{overflow:hidden}
.products .product-image img{width:auto!important;height:74%!important;max-width:74%!important;max-height:74%!important;padding:0!important;object-fit:contain;place-self:center}

/* The shared footer uses spacing only; it has no separator above the logo. */
.site-footer .footer-bottom{padding-top:0;border-top:0}

/* Final per-product framing: preserve the complete packshot inside each card. */
.products .product-card.foliprime .product-image img{width:auto!important;height:60%!important;max-width:60%!important;max-height:60%!important;object-fit:contain!important;transform:translateY(-76px)}
.products .product-card.sos-crescimento .product-image img{transform:translateY(-28px)}
