:root{--ink:#191916;--muted:#706d66;--paper:#f7f5f1;--sand:#e8e1d8;--accent:#9b7558;--line:#d9d3ca;--white:#fff;--danger:#a33b32;--radius:18px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:DM Sans,sans-serif}button,input,select,textarea{font:inherit}a,button{color:inherit}a{text-decoration:none}img{display:block;width:100%}.announcement{height:36px;background:var(--ink);color:#f4f0e9;display:flex;align-items:center;justify-content:center;gap:14px;font-size:12px;letter-spacing:.03em}.announcement a{text-decoration:underline;text-underline-offset:3px}.site-header{height:82px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 clamp(24px,5vw,72px);border-bottom:1px solid var(--line);position:-webkit-sticky;position:sticky;top:0;background:hsla(40,27%,96%,.93);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);z-index:20}.brand{display:inline-flex;align-items:center;gap:12px;font-family:Playfair Display,serif;font-size:21px;font-weight:600;width:max-content}.brand-mark{width:34px;height:34px;border:1px solid var(--ink);display:grid;place-items:center;border-radius:50%;font-size:20px}.nav-links{display:flex;gap:30px;font-size:14px}.nav-links a{position:relative}.nav-links a:after{content:"";position:absolute;left:0;bottom:-7px;width:0;height:1px;background:var(--ink);transition:.25s}.nav-links a:hover:after{width:100%}.header-actions{justify-self:end;display:flex;gap:10px}.cart-btn,.icon-btn{height:42px;border:1px solid var(--line);background:transparent;border-radius:999px;cursor:pointer}.icon-btn{width:42px;font-size:24px}.cart-btn{padding:0 8px 0 17px;display:flex;align-items:center;gap:12px}.cart-btn b{min-width:28px;height:28px;border-radius:50%;background:var(--ink);color:#fff;display:grid;place-items:center;font-size:12px}.search-bar{height:0;overflow:hidden;display:flex;align-items:center;padding:0 clamp(24px,5vw,72px);background:#fff;border-bottom:0 solid var(--line);transition:.25s;position:-webkit-sticky;position:sticky;top:82px;z-index:19}.search-bar.open{height:72px;border-bottom-width:1px}.search-bar input{width:100%;border:0;outline:0;font-size:18px;background:transparent}.search-bar button{border:0;background:transparent;font-size:28px;cursor:pointer}.hero{min-height:720px;display:grid;grid-template-columns:1fr 1.07fr;border-bottom:1px solid var(--line)}.hero-copy{padding:clamp(60px,9vw,130px) clamp(30px,7vw,100px);display:flex;flex-direction:column;justify-content:center}.eyebrow{font-size:11px;letter-spacing:.2em;font-weight:700;color:#7f6b5a}.checkout-head h2,.contact-section h2,.hero h1,.modal-product-info h2,.section h2,.story h2,.success-modal h2{font-family:Playfair Display,serif;font-weight:500;letter-spacing:-.03em}.hero h1{font-size:clamp(50px,6vw,88px);line-height:.98;margin:20px 0 24px;max-width:760px}.hero-copy>p{font-size:17px;line-height:1.7;color:var(--muted);max-width:580px}.hero-actions{display:flex;align-items:center;gap:28px;margin-top:26px}.btn{border:0;border-radius:999px;min-height:50px;padding:0 24px;display:inline-flex;align-items:center;justify-content:center;gap:18px;font-weight:600;cursor:pointer;transition:.2s}.btn:hover{transform:translateY(-2px)}.btn-dark{background:var(--ink);color:#fff}.btn-light{background:#fff;color:var(--ink)}.btn-full{width:100%}.text-link{text-decoration:underline;text-underline-offset:5px}.hero-points{display:flex;gap:22px;flex-wrap:wrap;margin-top:48px;font-size:12px;color:var(--muted)}.hero-visual{background:#ddd4c8;position:relative;overflow:hidden;min-height:650px}.hero-visual>img{height:100%;object-fit:cover;transform:scale(1.08)}.hero-card{position:absolute;left:30px;bottom:30px;background:hsla(0,0%,100%,.92);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:18px 22px;border-radius:14px;display:grid;grid-gap:4px;gap:4px;min-width:270px}.hero-card small{font-size:9px;letter-spacing:.17em;color:var(--accent)}.hero-card strong{font-size:17px}.hero-card span{font-size:12px;color:var(--muted)}.section{padding:110px clamp(24px,5vw,72px)}.section-head{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:38px}.section-head h2{font-size:clamp(38px,4vw,58px);margin:8px 0 0}.section-head>p{max-width:520px;color:var(--muted);line-height:1.7}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:16px;gap:16px}.category-card{padding:0;border:0;background:#ddd;min-height:410px;position:relative;overflow:hidden;border-radius:var(--radius);cursor:pointer;text-align:left}.category-card img{position:absolute;inset:0;height:100%;object-fit:cover;transition:.5s}.category-card:hover img{transform:scale(1.04)}.category-card:after{content:"";position:absolute;inset:0;background:linear-gradient(transparent 45%,rgba(16,15,13,.75))}.category-overlay{position:absolute;left:22px;right:22px;bottom:22px;color:#fff;z-index:2;display:grid;grid-gap:8px;gap:8px}.category-overlay strong{font-family:Playfair Display,serif;font-size:29px}.category-overlay small{opacity:.85;line-height:1.45}.category-overlay em{font-style:normal;font-size:12px;margin-top:5px}.products-section{background:#fff}.products-head{margin-bottom:16px}.product-toolbar{display:flex;gap:10px}.product-toolbar select{border:1px solid var(--line);background:#fff;border-radius:999px;padding:11px 38px 11px 16px;color:var(--ink)}.results-meta{display:flex;justify-content:space-between;border-top:1px solid var(--line);padding:18px 0 28px;color:var(--muted);font-size:13px}.clear-filter{border:0;background:transparent;text-decoration:underline;cursor:pointer;color:var(--muted)}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:32px 16px;gap:32px 16px}.product-card{min-width:0}.product-image{aspect-ratio:1/1.05;background:#ece7df;border-radius:16px;overflow:hidden;position:relative;cursor:pointer}.product-image img{height:100%;object-fit:cover;transition:.45s}.product-card:hover .product-image img{transform:scale(1.035)}.badge{position:absolute;top:12px;left:12px;background:var(--ink);color:#fff;border-radius:999px;padding:7px 10px;font-size:9px;letter-spacing:.1em;font-weight:700}.badge.sale{background:#8c3f35}.quick-add{position:absolute;right:12px;bottom:12px;width:46px;height:46px;border-radius:50%;border:0;background:#fff;font-size:24px;box-shadow:0 10px 30px rgba(0,0,0,.1);cursor:pointer;opacity:0;transform:translateY(8px);transition:.25s}.product-card:hover .quick-add{opacity:1;transform:none}.product-info{padding:15px 4px}.product-category{font-size:10px;letter-spacing:.15em;color:#8a7c70;text-transform:uppercase}.product-name{font-family:Playfair Display,serif;font-size:20px;margin:5px 0 8px;cursor:pointer}.product-price{display:flex;gap:9px;align-items:center;font-weight:700}.product-price del{font-weight:400;color:#999;font-size:13px}.stock-note{font-size:11px;color:var(--muted);margin-top:8px}.stock-note.low{color:#a35c35}.empty-state{display:none;padding:70px;text-align:center;border:1px dashed var(--line);border-radius:18px;color:var(--muted)}.empty-state strong{display:block;font-family:Playfair Display,serif;color:var(--ink);font-size:28px;margin-bottom:8px}.story{display:grid;grid-template-columns:1fr 1fr;min-height:680px}.story-photo{overflow:hidden;background:#ddd}.story-copy{padding:90px clamp(40px,7vw,110px);display:flex;flex-direction:column;justify-content:center;background:#e7dfd3}.story h2{font-size:clamp(44px,5vw,70px);line-height:1.05;margin:12px 0 24px}.story-copy>p{color:#655d55;line-height:1.75;font-size:16px}.story-stats{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px;margin-top:42px;border-top:1px solid #cfc3b5;padding-top:26px}.story-stats div{display:grid;grid-gap:6px;gap:6px}.story-stats b{font-family:Playfair Display,serif;font-size:30px}.story-stats span{font-size:11px;color:#74695f}.contact-section{background:var(--ink);color:#fff;padding:90px clamp(24px,7vw,110px);display:flex;align-items:end;justify-content:space-between;gap:40px}.eyebrow.light{color:#cdb8a2}.contact-section h2{font-size:clamp(44px,5vw,68px);margin:10px 0}.contact-section p{color:#aaa9a2}.contact-actions{display:flex;align-items:center;gap:30px}.contact-actions>span{font-size:13px;line-height:1.7;color:#c5c3bb}.footer{padding:55px clamp(24px,5vw,72px);display:grid;grid-template-columns:2fr 1fr 1fr auto;grid-gap:40px;gap:40px;border-top:1px solid var(--line);align-items:start}.footer a:not(.brand),.footer p,.footer small,.footer span{font-size:12px;color:var(--muted);display:block;margin-top:9px}.footer>div>b{font-size:12px}.cart-drawer{position:fixed;right:0;top:0;width:min(460px,100%);height:100dvh;background:#fff;z-index:50;transform:translateX(100%);transition:.3s;display:flex;flex-direction:column;box-shadow:-20px 0 70px rgba(0,0,0,.12)}.cart-drawer.open{transform:none}.scrim{position:fixed;inset:0;background:rgba(10,10,9,.35);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:40;opacity:0;visibility:hidden;transition:.25s}.scrim.open{opacity:1;visibility:visible}.drawer-head{display:flex;justify-content:space-between;align-items:center;padding:28px;border-bottom:1px solid var(--line)}.drawer-head small{font-size:10px;letter-spacing:.15em;color:var(--muted)}.drawer-head h3{font-family:Playfair Display,serif;font-size:32px;margin:3px 0}.drawer-head button,.modal-close{width:42px;height:42px;border:1px solid var(--line);border-radius:50%;background:#fff;font-size:24px;cursor:pointer}.cart-items{flex:1 1;overflow:auto;padding:12px 28px}.cart-empty{height:100%;display:grid;place-items:center;text-align:center;color:var(--muted)}.cart-line{display:grid;grid-template-columns:86px 1fr auto;grid-gap:14px;gap:14px;padding:16px 0;border-bottom:1px solid var(--line)}.cart-line img{width:86px;height:86px;object-fit:cover;background:#eee;border-radius:10px}.cart-line h4{margin:3px 0 6px;font-family:Playfair Display,serif;font-size:17px}.cart-line small{color:var(--muted)}.line-controls{display:flex;align-items:center;gap:8px;margin-top:11px}.line-controls button{width:26px;height:26px;border:1px solid var(--line);background:#fff;border-radius:50%;cursor:pointer}.remove-line{border:0;background:transparent;color:#999;cursor:pointer;font-size:20px}.cart-footer{padding:22px 28px 28px;border-top:1px solid var(--line)}.cart-total{display:flex;justify-content:space-between;font-size:17px}.cart-total strong{font-size:22px}.cart-footer p{font-size:11px;color:var(--muted);line-height:1.5}.checkout-modal,.product-modal,.success-modal{border:0;border-radius:22px;padding:0;box-shadow:0 30px 100px rgba(0,0,0,.25);max-width:min(960px,94vw);width:100%;max-height:90vh}.checkout-modal::-webkit-backdrop,.product-modal::-webkit-backdrop,.success-modal::-webkit-backdrop{background:rgba(18,17,15,.55);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.checkout-modal::backdrop,.product-modal::backdrop,.success-modal::backdrop{background:rgba(18,17,15,.55);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.product-modal{grid-template-columns:1fr 1fr;overflow:hidden}.product-modal[open]{display:grid}.product-modal>.modal-close{position:absolute;right:18px;top:18px;z-index:2}.modal-product-image{background:#ece7df;min-height:570px}.modal-product-image img{height:100%;object-fit:cover}.modal-product-info{padding:60px 48px;display:flex;flex-direction:column;justify-content:center}.modal-product-info h2{font-size:45px;margin:10px 0 12px}.modal-price{font-size:22px;font-weight:700}.modal-price del{font-size:14px;color:#999;margin-left:8px;font-weight:400}.modal-product-info>p{line-height:1.7;color:var(--muted)}.spec-list{display:grid;grid-gap:0;gap:0;border-top:1px solid var(--line);margin-top:12px}.spec-row{display:flex;justify-content:space-between;padding:11px 0;border-bottom:1px solid var(--line);font-size:13px}.spec-row span{color:var(--muted)}.modal-buy{display:grid;grid-template-columns:120px 1fr;grid-gap:10px;gap:10px;margin-top:25px}.qty-control{display:grid;grid-template-columns:35px 1fr 35px;border:1px solid var(--line);border-radius:999px;overflow:hidden}.qty-control button,.qty-control input{border:0;background:#fff;text-align:center;min-width:0}.qty-control button{cursor:pointer;font-size:18px}.qty-control input{width:100%}.checkout-modal{max-width:700px;padding:34px}.checkout-head{display:flex;justify-content:space-between;align-items:start}.checkout-head h2{font-size:38px;margin:7px 0 25px}.checkout-modal form{display:grid;grid-gap:16px;gap:16px}.form-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px}.checkout-modal label{display:grid;grid-gap:7px;gap:7px;font-size:12px;font-weight:700}.checkout-modal input,.checkout-modal select,.checkout-modal textarea{border:1px solid var(--line);border-radius:10px;padding:12px 13px;outline:none;background:#fff}.checkout-modal input:focus,.checkout-modal select:focus,.checkout-modal textarea:focus{border-color:#8d7764}.checkout-summary{display:flex;justify-content:space-between;padding:18px 0;border-top:1px solid var(--line);font-size:17px}.checkout-summary strong{font-size:22px}.form-error{color:var(--danger);font-size:12px;min-height:16px}.success-modal{max-width:460px;padding:52px;text-align:center}.success-icon{width:62px;height:62px;border-radius:50%;background:#e4ece0;color:#395d30;display:grid;place-items:center;margin:0 auto 20px;font-size:29px}.success-modal h2{font-size:42px;margin:8px}.success-modal p{color:var(--muted);line-height:1.6}.success-modal .btn{margin-top:14px}@media(max-width:1000px){.nav-links{display:none}.site-header{grid-template-columns:1fr auto}.hero{grid-template-columns:1fr}.hero-visual{min-height:520px;order:-1}.category-grid,.product-grid{grid-template-columns:repeat(2,1fr)}.story{grid-template-columns:1fr}.story-photo{min-height:520px}.footer{grid-template-columns:2fr 1fr 1fr}.footer small{grid-column:1/-1}.quick-add{opacity:1;transform:none}}@media(max-width:650px){.announcement{font-size:10px;padding:0 12px;text-align:center}.announcement a,.announcement span:nth-child(2){display:none}.site-header{height:70px;padding:0 16px}.brand{font-size:18px}.brand-mark{width:30px;height:30px}.cart-btn span{display:none}.search-bar{top:70px;padding:0 18px}.hero{min-height:auto}.hero-visual{min-height:390px}.hero-copy{padding:55px 22px}.hero h1{font-size:49px}.hero-points{display:grid;grid-gap:9px;gap:9px}.section{padding:75px 18px}.section-head{display:block}.section-head>p{margin-top:16px}.category-grid{grid-template-columns:1fr 1fr;gap:9px}.category-card{min-height:270px}.category-overlay{left:15px;right:15px;bottom:15px}.category-overlay strong{font-size:23px}.category-overlay small{display:none}.products-head{display:block}.product-toolbar{margin-top:20px;overflow:auto}.product-toolbar select{min-width:170px}.product-grid{gap:26px 9px}.product-name{font-size:17px}.product-price{font-size:14px;display:grid;grid-gap:2px;gap:2px}.product-price del{font-size:11px}.story-photo{min-height:360px}.story-copy{padding:65px 22px}.story-stats{gap:8px}.story-stats b{font-size:25px}.contact-section{padding:65px 22px;display:block}.contact-actions{margin-top:30px;display:block}.contact-actions>span{margin-top:18px}.footer{grid-template-columns:1fr 1fr;padding:45px 20px}.footer>div:first-child{grid-column:1/-1}.product-modal[open]{display:block;overflow:auto}.modal-product-image{min-height:330px;height:330px}.modal-product-info{padding:32px 22px}.modal-product-info h2{font-size:36px}.form-grid{grid-template-columns:1fr}.checkout-modal{padding:24px}.checkout-head h2{font-size:31px}.cart-line{grid-template-columns:76px 1fr auto}.cart-line img{width:76px;height:76px}}.brand-logo{width:38px;height:38px;border:1px solid var(--line);border-radius:50%;overflow:hidden;background:#fff;display:grid;place-items:center;flex:0 0 auto}.brand-logo img{width:100%;height:100%;object-fit:cover}.brand-copy{display:grid;line-height:1.05}.brand-copy strong{font:600 20px/1.05 Playfair Display,serif}.brand-copy small{font:500 9px/1.2 DM Sans,sans-serif;letter-spacing:.09em;text-transform:uppercase;color:var(--muted);margin-top:4px;max-width:180px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-entry{height:42px;padding:0 16px;border:1px solid var(--line);border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:600;background:transparent;transition:.2s}.admin-entry:hover{background:var(--ink);color:#fff;border-color:var(--ink)}.hero-store-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(15,14,12,.12));pointer-events:none}.hero-card{z-index:2}.story-link{margin-top:30px;width:max-content;font-size:13px}.business-stats b{font-size:20px;letter-spacing:.05em}.business-stats span{line-height:1.45}.category-product-groups{display:grid;grid-gap:78px;gap:78px}.product-category-section{display:grid;grid-gap:25px;gap:25px}.category-section-head{display:flex;justify-content:space-between;align-items:end;border-bottom:1px solid var(--line);padding-bottom:16px}.category-section-head h3{font-family:Playfair Display,serif;font-size:30px;font-weight:500;margin:7px 0 0}.category-section-head button{border:0;background:transparent;font-weight:600;font-size:12px;text-decoration:underline;text-underline-offset:5px;cursor:pointer}.search-results-grid{display:none}.sold-badge{position:absolute;top:12px;left:12px;background:#aaa39a;color:#fff;border-radius:999px;padding:7px 10px;font-size:9px;letter-spacing:.1em;font-weight:700}.contact-address{margin-top:20px;color:#d2cec6;font-size:12px}.social-links{display:flex;gap:14px;flex-wrap:wrap}.social-links a{font-size:12px;text-decoration:underline;text-underline-offset:4px;color:#d7d3cb}.payment-help{margin:-5px 0 0;padding:11px 13px;background:#f3f0ea;border-radius:10px;color:#6e685f;font-size:11px;line-height:1.55}.success-actions{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin-top:16px}.success-actions .btn{margin-top:0}.btn-whatsapp{background:#1d6f48;color:#fff}.footer-brand .brand-copy strong{font-size:18px;color:var(--ink)}.footer-brand .brand-copy small{margin-top:3px}.footer>div{min-width:0}@media(max-width:1000px){.admin-entry{margin-left:auto}.category-product-groups{gap:58px}}@media(max-width:650px){.brand-logo{width:32px;height:32px}.brand-copy strong{font-size:17px}.brand-copy small{display:none}.admin-entry{height:38px;padding:0 11px;font-size:10px}.header-actions{gap:6px}.category-product-groups{gap:48px}.category-section-head{align-items:center}.category-section-head h3{font-size:22px}.category-section-head .eyebrow{font-size:9px}.category-section-head button{font-size:10px}.social-links{margin-top:15px}.story-link{font-size:12px}.success-actions{display:grid}.success-actions .btn{width:100%}}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.site-header{grid-template-columns:auto 1fr auto;gap:22px}.site-header .brand{gap:0}.site-header .brand-logo{width:96px;height:56px;border:0;border-radius:0;background:transparent;display:flex;align-items:center;justify-content:flex-start;overflow:visible}.site-header .brand-logo img{width:100%;height:100%;background:transparent}.site-header .brand-copy{display:none}.site-header .nav-links{justify-self:center}.hero{min-height:clamp(560px,70vh,720px);align-items:stretch}.hero-store-photo{height:clamp(460px,56vw,720px);min-height:clamp(460px,56vw,720px);max-height:720px}.hero-store-photo>img{transform:none}.hero-store-photo>img,.story-photo img{width:100%;height:100%;object-fit:cover;object-position:center center}@media(max-width:1000px){.site-header{grid-template-columns:auto auto;gap:14px}.site-header .brand-logo{width:86px;height:52px}.hero{min-height:auto}.hero-store-photo{height:520px;min-height:520px;max-height:none}}@media(max-width:650px){.site-header .brand-logo{width:74px;height:46px}.hero-store-photo{height:390px;min-height:390px;max-height:390px}}.site-header{height:94px}.site-header .brand-logo{width:132px;height:78px;border:0!important;border-radius:0!important;background:transparent!important;overflow:visible!important;padding:0!important}.site-header .brand-logo img{width:auto;height:78px;max-width:132px;object-fit:contain;background:transparent!important;transform:none!important}.search-bar{top:94px}@media(max-width:1000px){.site-header{height:84px}.site-header .brand-logo{width:112px;height:68px}.site-header .brand-logo img{height:68px;max-width:112px}.search-bar{top:84px}}@media(max-width:650px){.site-header{height:74px}.site-header .brand-logo{width:92px;height:58px}.site-header .brand-logo img{height:58px;max-width:92px}.search-bar{top:74px}}.site-header{background:color-mix(in srgb,var(--paper) 94%,transparent)}.hero-visual,.modal-product-image,.product-image,.story-copy{background:var(--sand)}.hero-meta{display:flex;gap:22px;flex-wrap:wrap;margin-top:42px;padding-top:20px;border-top:1px solid var(--line);font-size:12px;color:var(--muted)}.story-actions{display:flex;align-items:center;gap:24px;margin-top:30px}.story-actions .story-link{margin:0}@media(max-width:650px){.hero-meta{display:grid;grid-gap:7px;gap:7px;margin-top:30px}.story-actions{align-items:flex-start;flex-direction:column;gap:18px}}.fp-copyright{grid-column:1/-1;margin-top:8px!important;padding-top:18px;border-top:1px solid var(--line);font-size:11px!important;color:var(--muted)!important}