:root{--bg: #fbf7ef;--paper: #ffffff;--ink: #241811;--muted: #6d5a4b;--brand: #8a4b22;--brand-dark: #4b2815;--leaf: #48623b;--line: #eadccc;--soft: #f2e7d8;--shadow: 0 18px 44px rgba(45, 28, 17, .12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;background:var(--bg);color:var(--ink);line-height:1.7}img{max-width:100%}.container{width:min(1180px,calc(100% - 40px));margin:0 auto}.site-header{position:sticky;top:0;z-index:20;background:#fffffff5;border-bottom:1px solid var(--line);box-shadow:0 8px 24px #2d1c110d;backdrop-filter:blur(12px)}.nav{display:flex;justify-content:space-between;align-items:center;gap:22px;padding-top:12px;padding-bottom:12px}.brand{display:inline-flex;align-items:center;gap:12px;color:var(--brand-dark);font-size:21px;font-weight:800;text-decoration:none;white-space:nowrap}.brand-logo{display:block;width:58px;height:58px;object-fit:contain}nav{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:18px}nav a{color:var(--ink);text-decoration:none;font-size:14px;font-weight:700}nav a:hover{color:var(--brand)}.site-footer{margin-top:72px;padding:30px 0;background:var(--brand-dark);color:#f6eadb}.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:18px}.footer-inner img{width:70px;height:70px;object-fit:contain;padding:6px;background:#fff}.eyebrow{margin:0 0 10px;color:var(--brand);font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:12px 20px;border:1px solid var(--brand);border-radius:6px;background:var(--brand);color:#fff;font-weight:800;line-height:1.2;text-decoration:none;transition:background .2s ease,color .2s ease,transform .2s ease}.button:hover{background:var(--brand-dark);transform:translateY(-1px)}.button.ghost{background:transparent;color:var(--brand-dark)}.button.ghost:hover{background:var(--brand-dark);color:#fff}.home-hero{display:grid;grid-template-columns:minmax(0,.9fr) minmax(420px,1.1fr);gap:34px;align-items:stretch;padding:42px 0 72px}.hero-panel{display:flex;min-height:560px;flex-direction:column;justify-content:center;padding:54px;background:var(--paper);border:1px solid var(--line);box-shadow:var(--shadow)}.hero-panel h1{margin:0 0 18px;max-width:560px;font-size:66px;line-height:.98}.hero-panel p:not(.eyebrow){max-width:560px;margin:0;color:var(--muted);font-size:19px}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.hero-visual{min-height:560px;overflow:hidden;border:1px solid var(--line);box-shadow:var(--shadow)}.hero-visual img{display:block;width:100%;height:100%;object-fit:cover}.section-kicker{width:max-content;margin:0 auto 30px;padding:8px 20px;background:var(--brand-dark);color:#fff;font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.profile-section,.product-section,.order-section,.shipment-section,.blog-preview{padding:76px 0}.profile-grid{display:grid;grid-template-columns:minmax(0,1fr) 420px;gap:44px;align-items:center}.profile-grid h2,.section-heading h2,.order-section h2,.contact-band h2{margin:0 0 18px;font-size:42px;line-height:1.12}.profile-grid p,.order-section p,.contact-band p{color:var(--muted)}.profile-grid>img{display:block;width:100%;aspect-ratio:3 / 4;object-fit:cover;border:1px solid var(--line);box-shadow:var(--shadow)}.address-card{display:grid;gap:6px;margin-top:26px;padding:18px 20px;background:var(--soft);border-left:5px solid var(--brand)}.address-card span{color:var(--muted)}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:30px}.section-heading.centered{display:block;max-width:760px;margin-right:auto;margin-left:auto;text-align:center}.section-heading a{color:var(--brand);font-weight:800;text-decoration:none}.product-section{background:#fff;margin-right:calc(50% - 50vw);margin-left:calc(50% - 50vw);padding-right:max(20px,calc((100vw - 1180px)/2));padding-left:max(20px,calc((100vw - 1180px)/2))}.product-grid,.article-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.product-card,.article-card,.shipment-card,.post-item,.card{overflow:hidden;background:var(--paper);border:1px solid var(--line)}.product-card img,.article-card img,.card img{display:block;width:100%;height:230px;object-fit:cover}.product-card div,.article-card div,.card-body{padding:20px}.product-card h3,.article-card h3,.shipment-card h3,.card h3,.post-item h2{margin:0 0 12px;font-size:20px;line-height:1.25}.product-card a,.article-card a,.card a,.post-item a{color:var(--brand-dark);font-weight:800;text-decoration:none}.product-card a:hover,.article-card a:hover,.card a:hover,.post-item a:hover{color:var(--brand)}.order-section{display:grid;grid-template-columns:minmax(0,.9fr) minmax(360px,1.1fr);gap:48px;align-items:start}.order-list,.step-list{counter-reset:item;display:grid;gap:14px;padding:0;margin:0;list-style:none}.order-list li,.step-list li{counter-increment:item;display:grid;grid-template-columns:42px 1fr;gap:16px;align-items:start;min-height:76px;padding:18px;background:var(--paper);border:1px solid var(--line);color:var(--muted)}.order-list li:before,.step-list li:before{content:counter(item);display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:var(--leaf);color:#fff;font-weight:800}.shipment-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.shipment-card img{display:block;width:100%;height:360px;object-fit:cover}.shipment-card h3{padding:18px 20px}.blog-preview{border-top:1px solid var(--line)}time{color:var(--muted);font-size:14px}.contact-band{margin:24px 0 8px;padding:52px;background:var(--brand-dark);color:#fff;text-align:center}.contact-band .eyebrow,.contact-band p{color:#e6c39b}.contact-band h2{max-width:760px;margin-right:auto;margin-left:auto}.contact-band .button{border-color:#fff;background:#fff;color:var(--brand-dark)}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.post-list{display:grid;gap:16px;margin-top:28px}.post-item{display:grid;grid-template-columns:180px 1fr;gap:18px;align-items:stretch;padding:0}.post-item img{display:block;width:100%;height:100%;min-height:150px;object-fit:cover}.post-item div{padding:20px}.article{max-width:850px;margin:40px auto;padding:36px;background:#fff;border:1px solid var(--line)}.article-header h1{margin:8px 0 12px;font-size:42px;line-height:1.15}.featured{width:100%;max-height:430px;object-fit:cover;margin:22px 0}.article img{max-width:100%;height:auto}.article-content p:has(>img:only-child){display:none}.article a{color:var(--brand)}.article table{display:block;width:100%;overflow-x:auto;border-collapse:collapse}.article th,.article td{padding:10px;border:1px solid var(--line);text-align:left}.article blockquote{padding-left:16px;border-left:4px solid var(--brand);color:var(--muted)}.partner-hero{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);gap:42px;align-items:center;padding:70px 0 44px}.floating-whatsapp{position:fixed;right:24px;bottom:24px;z-index:50;display:grid;place-items:center;width:62px;height:62px;border-radius:999px;background:#25d366;color:#fff;text-decoration:none;box-shadow:0 14px 32px #2318123d;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.floating-whatsapp:hover,.floating-whatsapp:focus-visible{background:#1fbd5a;transform:translateY(-2px);box-shadow:0 18px 38px #2318124d}.floating-whatsapp:focus-visible{outline:3px solid #fff;outline-offset:3px}.floating-whatsapp svg{width:34px;height:34px;fill:currentColor}@media(max-width:980px){.home-hero,.profile-grid,.order-section,.partner-hero{grid-template-columns:1fr}.hero-panel,.hero-visual{min-height:auto}.hero-visual img{aspect-ratio:4 / 3}.product-grid,.article-grid,.shipment-grid,.grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.container{width:min(100% - 28px,1180px)}.nav{align-items:flex-start;flex-direction:column}.brand-logo{width:52px;height:52px}nav{justify-content:flex-start;gap:10px 14px}.home-hero{padding-top:28px}.hero-panel{padding:30px 22px}.hero-panel h1{font-size:42px}.profile-grid h2,.section-heading h2,.order-section h2,.contact-band h2,.article-header h1{font-size:30px}.section-heading{display:block}.product-grid,.article-grid,.shipment-grid,.grid,.post-item{grid-template-columns:1fr}.post-item img{height:220px;min-height:0}.profile-section,.product-section,.order-section,.shipment-section,.blog-preview{padding:48px 0}.shipment-card img{height:300px}.contact-band{padding:34px 22px}.footer-inner{align-items:flex-start;flex-direction:column}.article{padding:22px}.floating-whatsapp{right:16px;bottom:16px;width:56px;height:56px}.floating-whatsapp svg{width:31px;height:31px}}
