@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700;800&display=swap');
:root{--cream:#f9e9ca;--ink:#1e1a1a;--coral:#f9572b;--yellow:#ffbe3b;--pink:#ffac9e;--purple:#59256a;--green:#7fb244;--blue:#124ec6;--sky:#8ab7db;--soft:#e2da7a}*{box-sizing:border-box}body{margin:0;background:var(--cream);color:var(--ink);font-family:Poppins,Arial,sans-serif}a{color:inherit;text-decoration:none}main{overflow:hidden}.site-header{height:96px;padding:14px clamp(24px,5vw,80px);display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #1e1a1a2b;background:var(--cream)}.brand img{width:150px;height:74px;object-fit:contain}.site-header nav{display:flex;gap:30px;font-size:14px;font-weight:600}.site-header nav a:hover{color:var(--coral)}.mobile-nav{display:none}.hero{min-height:650px;display:grid;grid-template-columns:1.05fr .95fr;border-bottom:1px solid var(--ink)}.hero-copy{padding:clamp(60px,8vw,120px) clamp(28px,6vw,100px);display:flex;flex-direction:column;justify-content:center}.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:12px;font-weight:700}.hero h1,.inner-hero h1{font-size:clamp(48px,6vw,88px);line-height:.98;letter-spacing:-.045em;margin:20px 0 26px}.lead{font-size:19px;line-height:1.7}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.button{display:inline-flex;align-items:center;gap:10px;padding:15px 22px;border:1.5px solid var(--ink);font-weight:700;font-size:14px;border-radius:999px}.button.dark{background:var(--ink);color:white}.button.cream{background:var(--cream)}.hero-art{background:var(--coral);position:relative;overflow:hidden;min-height:500px}.shape{position:absolute;border:2px solid var(--ink)}.tall{width:19%;height:70%;left:10%;top:0;background:var(--pink);transform:rotate(12deg)}.circle{width:36%;aspect-ratio:1;right:8%;top:9%;background:var(--yellow);border-radius:50%}.block{width:34%;height:33%;left:29%;bottom:15%;background:var(--blue);color:var(--cream);font-size:130px;font-weight:800;display:grid;place-items:center}.stair{width:24%;height:29%;right:-4%;bottom:0;background:var(--green);clip-path:polygon(0 65%,35% 65%,35% 35%,68% 35%,68% 0,100% 0,100% 100%,0 100%)}.small{width:18%;height:18%;left:0;bottom:4%;background:var(--pink)}.hero-stamp{position:absolute;right:8%;bottom:14%;background:var(--cream);border:2px solid;border-radius:50%;width:160px;aspect-ratio:1;display:flex;align-items:center;justify-content:center;gap:8px;font-size:13px;font-weight:700;transform:rotate(-7deg)}.statement{padding:100px clamp(28px,8vw,140px);background:var(--soft);border-bottom:1px solid}.statement h2{font-size:clamp(32px,4vw,60px);line-height:1.15;max-width:1200px}.pillars{display:grid;grid-template-columns:repeat(4,1fr)}.pillars article{min-height:310px;padding:44px 32px;border-right:1px solid;position:relative}.pillars article:nth-child(1){background:var(--pink)}.pillars article:nth-child(2){background:var(--yellow)}.pillars article:nth-child(3){background:var(--sky)}.pillars article:nth-child(4){background:var(--green)}.pillars span{position:absolute;top:28px;right:28px;font-weight:700}.pillars h3{font-size:24px;margin:56px 0 12px}.pillars p{line-height:1.6}.products-preview,.catalog{padding:90px clamp(24px,6vw,90px)}.section-heading{display:flex;align-items:end;justify-content:space-between;margin-bottom:36px;gap:20px}.section-heading h2{font-size:clamp(34px,4vw,60px);margin:8px 0}.section-heading>a:not(.button){font-weight:700;display:flex;gap:8px}.product-grid,.catalog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.product-card,.catalog-grid article{background:#fff7e7;border:1px solid;overflow:hidden}.product-card img,.catalog-grid img{width:100%;aspect-ratio:4/3;object-fit:cover;display:block}.product-card div,.catalog-grid article div{padding:22px}.product-card p,.catalog-grid p{font-size:12px;text-transform:uppercase;letter-spacing:.1em}.product-card h3,.catalog-grid h3{font-size:26px;margin:4px 0}.integrity-callout{margin:20px clamp(24px,6vw,90px) 100px;background:var(--purple);color:white;padding:60px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:30px;border-radius:38px}.integrity-callout h2{font-size:clamp(30px,4vw,54px);margin:10px 0}.integrity-icon{width:100px;height:100px;border:1px solid;border-radius:50%;display:grid;place-items:center}.inner-hero{padding:100px clamp(28px,8vw,140px);border-bottom:1px solid}.inner-hero h1{max-width:1100px}.inner-hero>p:last-child{max-width:800px;font-size:20px;line-height:1.65}.green{background:var(--green)}.coral{background:var(--coral)}.blue{background:var(--sky)}.purple{background:var(--purple);color:white}.pink{background:var(--pink)}.two-col{padding:90px clamp(24px,7vw,120px);display:grid;grid-template-columns:1fr 1fr;gap:100px}.two-col h2{font-size:48px}.two-col p{font-size:17px;line-height:1.8}.value-stack{display:grid;gap:16px}.value-stack article{border:1px solid;padding:28px;background:#fff4de}.company-facts{display:grid;grid-template-columns:repeat(4,1fr);background:var(--blue);color:white}.company-facts div{padding:44px;border-right:1px solid #ffffff66}.company-facts strong,.company-facts span{display:block}.company-facts strong{font-size:28px}.quality-grid{padding:90px clamp(24px,7vw,120px);display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:var(--ink)}.quality-grid article{background:var(--cream);padding:50px}.quality-grid h2{font-size:32px}.quality-grid p{line-height:1.75}.policy-layout{display:grid;grid-template-columns:320px 1fr;max-width:1350px;margin:auto;padding:70px 30px 100px;gap:70px}.policy-layout aside{position:sticky;top:20px;align-self:start}.policy-links{display:flex;flex-direction:column;border-top:1px solid;margin-top:20px}.policy-links a{padding:14px 0;border-bottom:1px solid #1e1a1a42;font-size:14px;font-weight:600}.aside-note{display:flex;gap:10px;font-size:12px;line-height:1.6;margin-top:25px}.policy-body{max-width:830px}.policy-intro{font-size:22px;line-height:1.7;margin-top:0}.policy-body h2{font-size:28px;margin-top:44px}.policy-body p,.policy-body li{line-height:1.8}.check-list{list-style:none;padding:0}.check-list li{padding:14px 0 14px 34px;border-bottom:1px solid #1e1a1a30;position:relative}.check-list li:before{content:'✓';position:absolute;left:4px;color:var(--green);font-weight:800}.compliance-cards{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:40px 0}.compliance-cards>a{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:15px;padding:22px;border:1px solid;background:#fff4de}.compliance-cards h3{margin:0}.compliance-cards p{font-size:13px;margin:4px 0}.document-meta,.warning-box{margin-top:50px;padding:24px;background:#e2da7a66;border-left:5px solid var(--purple);font-size:13px}.report-box{background:var(--yellow);border:1px solid;padding:40px;display:flex;gap:25px}.report-box h2{margin:4px 0 14px;overflow-wrap:anywhere}.contact-grid{padding:100px clamp(24px,7vw,120px);display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.contact-grid article{border:1px solid;padding:36px;min-height:260px;background:#fff4de}.contact-grid a{text-decoration:underline}footer{background:var(--ink);color:white;padding:70px clamp(24px,6vw,90px) 30px;display:grid;grid-template-columns:1.3fr repeat(3,1fr);gap:45px}footer img{width:170px;filter:invert(1)}footer h4{color:var(--yellow)}footer>div:not(.footer-brand){display:flex;flex-direction:column;gap:10px;font-size:13px}footer p{font-size:13px;line-height:1.7}footer small{grid-column:1/-1;border-top:1px solid #ffffff42;padding-top:25px;color:#ffffffa6}
@media(max-width:900px){.site-header nav{display:none}.mobile-nav{display:block}.mobile-nav summary{list-style:none}.mobile-nav>div{position:absolute;right:18px;top:66px;background:var(--cream);border:1px solid;padding:18px;display:flex;flex-direction:column;min-width:220px;gap:14px}.hero{grid-template-columns:1fr}.pillars{grid-template-columns:1fr 1fr}.product-grid,.catalog-grid{grid-template-columns:1fr 1fr}.integrity-callout{grid-template-columns:1fr}.two-col{grid-template-columns:1fr}.company-facts{grid-template-columns:1fr 1fr}.policy-layout{grid-template-columns:1fr}.policy-layout aside{position:static}.quality-grid{grid-template-columns:1fr}.contact-grid{grid-template-columns:1fr}footer{grid-template-columns:1fr 1fr}}
@media(max-width:580px){.hero h1,.inner-hero h1{font-size:44px}.hero-art{min-height:360px}.block{font-size:80px}.pillars,.product-grid,.catalog-grid,.company-facts,.compliance-cards{grid-template-columns:1fr}.section-heading{align-items:flex-start;flex-direction:column}.inner-hero{padding:70px 24px}.two-col{padding:65px 24px}.policy-layout{padding:50px 20px}.report-box{padding:26px;flex-direction:column}.contact-grid{padding:60px 20px}footer{grid-template-columns:1fr}}
@media print{.site-header,footer,.policy-layout aside{display:none}.inner-hero{padding:35px}.policy-layout{display:block;padding:30px}.policy-body{max-width:none}}

/* Revisão de identidade: aplicação fiel do logotipo e banner fotográfico */
.site-header{height:100px;padding-block:10px}.brand{display:flex;align-items:center}.brand img{width:230px;height:auto;object-fit:contain;display:block}.hero-photo{position:relative;min-height:720px;border-bottom:1px solid var(--ink);background:var(--ink);overflow:hidden}.hero-photo>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}.hero-photo:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(249,233,202,.98) 0%,rgba(249,233,202,.92) 25%,rgba(249,233,202,.38) 47%,rgba(249,233,202,0) 68%)}.hero-photo-overlay{position:relative;z-index:1;min-height:720px;padding:clamp(70px,9vw,130px) clamp(28px,7vw,110px);display:flex;flex-direction:column;justify-content:center;max-width:790px}.hero-photo h1{font-size:clamp(48px,6vw,88px);line-height:.98;letter-spacing:-.045em;margin:20px 0 26px}.button.light{background:var(--cream)}footer .footer-logo{display:inline-flex;background:var(--cream);padding:10px 14px;margin-bottom:18px}footer .footer-logo img{width:190px;height:auto;display:block;filter:none}
@media(max-width:900px){.brand img{width:190px}.hero-photo,.hero-photo-overlay{min-height:620px}.hero-photo:after{background:linear-gradient(90deg,rgba(249,233,202,.97),rgba(249,233,202,.72) 62%,rgba(249,233,202,.15))}}
@media(max-width:580px){.site-header{height:86px}.brand img{width:165px}.hero-photo,.hero-photo-overlay{min-height:680px}.hero-photo>img{object-position:62% center}.hero-photo:after{background:linear-gradient(180deg,rgba(249,233,202,.96) 0%,rgba(249,233,202,.76) 58%,rgba(249,233,202,.18) 100%)}.hero-photo-overlay{justify-content:flex-start;padding-top:70px}.hero-photo h1{font-size:44px}}
