:root{
  --green:#173d2b;--green-2:#2b5d3f;--olive:#78922a;--gold:#bf8b3e;--brown:#6c401e;
  --cream:#f8f3e8;--cream-2:#efe4cc;--paper:#fffdfa;--red:#d9292f;--ink:#1f2b23;--muted:#657069;
  --line:rgba(23,61,43,.14);--shadow:0 24px 70px rgba(30,45,35,.13);--radius:28px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--paper);color:var(--ink);line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,select{font:inherit}.container{width:min(1160px,calc(100% - 40px));margin-inline:auto}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,253,250,.88);backdrop-filter:blur(18px);border-bottom:1px solid rgba(23,61,43,.07)}.nav-wrap{height:76px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:12px}.brand img{width:50px;height:50px;border-radius:50%;object-fit:cover;box-shadow:0 6px 18px rgba(23,61,43,.14)}.brand span{display:flex;flex-direction:column;line-height:1.05}.brand strong{font-family:Georgia,serif;font-size:20px;color:var(--green)}.brand small{font-size:11px;text-transform:uppercase;letter-spacing:.17em;color:var(--muted);margin-top:5px}.nav-links{display:flex;align-items:center;gap:24px}.nav-links>a:not(.btn){font-size:14px;font-weight:700;color:#405048}.nav-links>a:hover{color:var(--green)}.menu-toggle{display:none;border:0;background:none;font-size:28px;color:var(--green)}.btn{border:0;display:inline-flex;justify-content:center;align-items:center;gap:9px;padding:14px 20px;border-radius:999px;background:var(--green);color:#fff;font-weight:800;cursor:pointer;box-shadow:0 10px 24px rgba(23,61,43,.18);transition:.2s ease}.btn:hover{transform:translateY(-2px);box-shadow:0 14px 34px rgba(23,61,43,.25)}.btn-sm{padding:10px 16px}.btn-outline{background:transparent;color:var(--green);box-shadow:inset 0 0 0 1.5px rgba(23,61,43,.35)}.hero{position:relative;overflow:hidden;background:linear-gradient(145deg,#fffdfa 0%,#f5eddc 55%,#f0e4c8 100%);padding:80px 0 62px}.hero:after{content:"";position:absolute;inset:auto 0 0;height:100px;background:linear-gradient(transparent,rgba(255,255,255,.6))}.hero-glow{position:absolute;border-radius:50%;filter:blur(4px);opacity:.42}.hero-glow-a{width:560px;height:560px;background:radial-gradient(circle,rgba(116,145,66,.28),transparent 68%);right:-120px;top:-180px}.hero-glow-b{width:440px;height:440px;background:radial-gradient(circle,rgba(191,139,62,.22),transparent 68%);left:-180px;bottom:-160px}.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.1fr .9fr;gap:72px;align-items:center}.eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:12px;letter-spacing:.18em;text-transform:uppercase;font-weight:900;color:var(--green-2)}.eyebrow:before{content:"";width:26px;height:2px;background:var(--gold);border-radius:2px}.hero h1,.section h2{font-family:Georgia,"Times New Roman",serif;line-height:1.08;letter-spacing:-.03em}.hero h1{font-size:clamp(42px,5.5vw,72px);margin:18px 0 22px;max-width:760px}.hero h1 em{color:var(--green);font-style:italic}.hero-copy>p{font-size:18px;color:#506058;max-width:680px}.hero-actions{display:flex;gap:12px;margin-top:30px;flex-wrap:wrap}.hero-trust{display:flex;gap:20px;flex-wrap:wrap;margin-top:30px;color:#5f6b64;font-size:13px;font-weight:700}.hero-trust span:before{content:"✓";color:var(--green);font-weight:900;margin-right:7px}.hero-logo-card{position:relative;display:grid;place-items:center}.hero-logo-card img{position:relative;z-index:2;width:min(470px,100%);filter:drop-shadow(0 26px 40px rgba(28,42,32,.22));border-radius:50%}.logo-halo{position:absolute;width:92%;aspect-ratio:1;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.92),rgba(216,197,149,.2) 60%,transparent 72%);box-shadow:0 0 0 1px rgba(191,139,62,.1)}.impact-strip{position:relative;z-index:4;margin-top:-1px;background:var(--green);color:#fff}.impact-grid{display:grid;grid-template-columns:repeat(4,1fr)}.impact-grid article{padding:28px 26px;border-right:1px solid rgba(255,255,255,.12)}.impact-grid article:last-child{border-right:0}.impact-grid strong{display:block;font-family:Georgia,serif;font-size:29px;line-height:1.1}.impact-grid span{font-size:12px;letter-spacing:.05em;color:rgba(255,255,255,.72)}.section{padding:92px 0}.section-soft{background:#f7f2e7}.split{display:grid;grid-template-columns:.85fr 1.15fr;gap:80px}.section-head h2{font-size:clamp(34px,4vw,52px);margin:14px 0 12px;color:#21372a}.section-head>p{max-width:700px;color:var(--muted)}.section-head.center{text-align:center;max-width:780px;margin:0 auto 42px}.section-head.center .eyebrow{justify-content:center}.section-head.light h2,.section-head.light p,.section-head.light .eyebrow{color:#fff}.prose{font-size:17px;color:#516058}.cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.feature-card{background:rgba(255,255,255,.78);border:1px solid rgba(23,61,43,.08);border-radius:24px;padding:28px;box-shadow:0 12px 40px rgba(30,45,35,.06);transition:.25s}.feature-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.feature-card .icon{width:48px;height:48px;display:grid;place-items:center;border-radius:15px;background:#f0ead8;font-size:22px;margin-bottom:18px}.feature-card h3{font-family:Georgia,serif;font-size:22px;margin:0 0 8px;color:var(--green)}.feature-card p{margin:0;color:#66716b;font-size:14px}.stats-board{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:30px}.stat-big{border:1px solid var(--line);border-radius:22px;padding:24px;background:#fff}.stat-big strong{display:block;font-family:Georgia,serif;font-size:32px;color:var(--green)}.stat-big span{font-size:13px;color:var(--muted)}.inventory-details,.timeline-details{margin-top:24px;border:1px solid var(--line);border-radius:20px;background:#fff;overflow:hidden}.inventory-details summary,.timeline-details summary{cursor:pointer;padding:20px 22px;font-weight:900;color:var(--green);list-style:none;display:flex;justify-content:space-between}.inventory-details summary:after,.timeline-details summary:after{content:"+"}.inventory-details[open] summary:after,.timeline-details[open] summary:after{content:"−"}.inventory-grid{padding:0 22px 22px;display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.inventory-item{display:flex;justify-content:space-between;gap:16px;border-top:1px dashed rgba(23,61,43,.12);padding:10px 0;font-size:13px}.inventory-item strong{color:var(--green);white-space:nowrap}.bruno-section{background:linear-gradient(180deg,#fffdfa,#f8f2e5)}.bruno-grid{display:grid;grid-template-columns:.7fr 1.3fr;gap:56px;align-items:start}.bruno-card{position:sticky;top:102px;background:var(--green);color:#fff;padding:34px;border-radius:28px;box-shadow:0 28px 60px rgba(23,61,43,.2)}.avatar{width:76px;height:76px;border-radius:24px;display:grid;place-items:center;background:linear-gradient(145deg,#f4e5bd,#c3954e);color:var(--green);font-family:Georgia,serif;font-size:31px;font-weight:900;margin-bottom:24px}.bruno-card .eyebrow{color:#f1d897}.bruno-card h2{font-family:Georgia,serif;font-size:38px;margin:12px 0 8px}.bruno-card p{color:rgba(255,255,255,.78)}.mini-contact{border-top:1px solid rgba(255,255,255,.13);padding-top:14px;margin-top:14px}.mini-contact span{display:block;font-size:10px;text-transform:uppercase;letter-spacing:.14em;color:rgba(255,255,255,.55)}.mini-contact a,.copy-inline{color:#fff;font-weight:900;background:none;border:0;padding:0;cursor:pointer}.bruno-story h2{font-family:Georgia,serif;font-size:clamp(34px,4vw,50px);line-height:1.08;margin:14px 0}.bruno-story>p{color:#5d6b63}.need-cards{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:26px 0}.need-cards article{padding:20px;border-radius:20px;background:#fff;border:1px solid var(--line)}.need-cards span,.need-cards small{display:block;color:var(--muted);font-size:12px}.need-cards strong{display:block;font-family:Georgia,serif;font-size:25px;color:var(--brown);margin:4px 0}.timeline{padding:0 24px 24px}.timeline-item{position:relative;padding:14px 0 14px 28px;border-left:2px solid #d8c8a4}.timeline-item:before{content:"";position:absolute;width:10px;height:10px;border-radius:50%;background:var(--gold);left:-6px;top:22px;box-shadow:0 0 0 4px #f7efe0}.timeline-item time{display:block;font-size:11px;font-weight:900;color:var(--green);letter-spacing:.06em}.timeline-item p{margin:3px 0;color:#59675f;font-size:14px}.medical-note{font-size:12px!important;color:#7c837f!important}.section-dark{background:linear-gradient(145deg,#173d2b,#0d2a1c);color:#fff}.transparency-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:30px 0}.transparency-summary>div{padding:22px;border:1px solid rgba(255,255,255,.13);border-radius:20px;background:rgba(255,255,255,.05)}.transparency-summary span{display:block;font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.58)}.transparency-summary strong{font-family:Georgia,serif;font-size:30px}.table-wrap{overflow:auto;border:1px solid rgba(255,255,255,.12);border-radius:22px}table{width:100%;border-collapse:collapse;min-width:760px}th,td{padding:16px 18px;text-align:left;border-bottom:1px solid rgba(255,255,255,.1);vertical-align:top}th{font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:#d4c39d}td{font-size:13px;color:rgba(255,255,255,.8)}td strong{color:#fff}.catalog-toolbar{display:flex;gap:12px;margin:22px 0}.catalog-toolbar input,.catalog-toolbar select{border:1px solid var(--line);background:#fff;border-radius:14px;padding:13px 15px;outline:0}.catalog-toolbar input{flex:1}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.product-card{border:1px solid var(--line);border-radius:20px;padding:20px;background:#fff}.product-card .tag{font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.08em;color:var(--olive)}.product-card h3{font-family:Georgia,serif;font-size:19px;margin:8px 0;color:var(--green)}.product-meta{display:flex;justify-content:space-between;align-items:center;margin-top:18px}.product-meta strong{font-size:12px}.status-pill{font-size:10px;padding:5px 8px;border-radius:999px;background:#e6f2e8;color:#265b37;font-weight:900}.help-section{padding-top:40px}.help-card{background:linear-gradient(135deg,#7c4020,#b4772d);color:#fff;border-radius:34px;padding:48px;display:grid;grid-template-columns:1.3fr .7fr;gap:42px;align-items:center;box-shadow:0 30px 80px rgba(93,56,24,.2)}.help-card h2{color:#fff;margin-bottom:12px}.help-card p{color:rgba(255,255,255,.8)}.help-card .eyebrow{color:#ffe0a9}.help-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}.btn-light{background:#fff;color:var(--brown)}.btn-ghost-light{background:transparent;box-shadow:inset 0 0 0 1.5px rgba(255,255,255,.45)}.pix-card{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.22);border-radius:24px;padding:28px;text-align:center}.pix-card span{font-size:11px;letter-spacing:.2em}.pix-card strong{display:block;font-family:Georgia,serif;font-size:27px;margin:5px 0}.pix-card small{color:rgba(255,255,255,.65)}.partner-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.partner-card{border:1px solid var(--line);border-radius:26px;padding:30px;background:#fff;transition:.2s}.partner-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.partner-card span{font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:var(--gold);font-weight:900}.partner-card strong{display:block;font-family:Georgia,serif;font-size:27px;color:var(--green);margin:8px 0}.partner-card p{color:var(--muted)}.partner-card b{font-size:13px;color:var(--green)}.footer{background:#0e2418;color:#fff;padding:38px 0 18px}.footer-grid{display:grid;grid-template-columns:1fr auto 1fr;gap:20px;align-items:center}.footer-brand img{width:46px;height:46px}.footer-brand strong{color:#fff}.footer-brand small{color:rgba(255,255,255,.55)}.footer-grid>p{font-family:Georgia,serif;font-style:italic;color:#d8c59c}.footer-links{justify-self:end;display:flex;gap:18px;font-size:12px;color:rgba(255,255,255,.65)}.footer-bottom{margin-top:26px;border-top:1px solid rgba(255,255,255,.09);padding-top:16px;font-size:11px;color:rgba(255,255,255,.47);text-align:center}.footer-bottom a{color:#dbc493}.toast{position:fixed;left:50%;bottom:24px;transform:translate(-50%,20px);background:#17261e;color:#fff;padding:11px 16px;border-radius:999px;opacity:0;pointer-events:none;transition:.25s;z-index:100;font-size:13px}.toast.show{opacity:1;transform:translate(-50%,0)}.reveal{opacity:0;transform:translateY(22px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:none}.delay-1{transition-delay:.1s}.delay-2{transition-delay:.2s}
@media(max-width:980px){.menu-toggle{display:block}.nav-links{position:absolute;left:20px;right:20px;top:70px;background:#fff;border:1px solid var(--line);border-radius:20px;padding:18px;box-shadow:var(--shadow);display:none;flex-direction:column;align-items:stretch}.nav-links.open{display:flex}.hero-grid,.split,.bruno-grid,.help-card{grid-template-columns:1fr}.hero-logo-card{order:-1}.hero-logo-card img{width:340px}.hero{padding-top:46px}.impact-grid{grid-template-columns:repeat(2,1fr)}.cards-grid{grid-template-columns:repeat(2,1fr)}.stats-board{grid-template-columns:repeat(2,1fr)}.product-grid{grid-template-columns:repeat(2,1fr)}.bruno-card{position:relative;top:auto}.inventory-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){.container{width:min(100% - 28px,1160px)}.hero{padding:30px 0 48px}.hero h1{font-size:40px}.hero-copy>p{font-size:16px}.hero-logo-card img{width:280px}.impact-grid,.cards-grid,.stats-board,.transparency-summary,.product-grid,.partner-grid,.need-cards{grid-template-columns:1fr}.impact-grid article{border-right:0;border-bottom:1px solid rgba(255,255,255,.12)}.impact-grid article:last-child{border-bottom:0}.section{padding:68px 0}.section-head h2{font-size:35px}.split{gap:28px}.inventory-grid{grid-template-columns:1fr}.help-card{padding:30px 22px;border-radius:24px}.footer-grid{grid-template-columns:1fr;text-align:center}.footer-brand{justify-content:center}.footer-links{justify-self:center}.catalog-toolbar{flex-direction:column}.brand span{display:none}}

.catalog-status{display:block;margin-top:10px;color:var(--muted);font-size:12px;font-weight:700}
