:root{
  --ink:#2b2119; --muted:#766b61; --cream:#f6f0e7; --paper:#fffdf8; --wood:#8b5e3c;
  --wood-dark:#5b3925; --wine:#7d1f30; --blue:#1b4378; --line:#dfd5c7; --shadow:0 24px 70px rgba(55,35,21,.12);
  --radius:28px; --shell:min(1240px,calc(100% - 40px));
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Tahoma,"Segoe UI",Arial,sans-serif;line-height:1.8}img{display:block;width:100%}a{color:inherit;text-decoration:none}button{font:inherit}.shell{width:var(--shell);margin-inline:auto}
.topbar{position:sticky;top:0;z-index:50;background:rgba(255,253,248,.88);backdrop-filter:blur(16px);border-bottom:1px solid rgba(91,57,37,.1)}.nav-wrap{height:82px;display:flex;align-items:center;gap:32px}.brand{display:flex;align-items:center;gap:12px;margin-left:auto}.brand-mark{display:grid;place-items:center;width:43px;height:43px;border-radius:14px;background:var(--ink);color:#fff;font-size:21px;box-shadow:0 8px 22px rgba(43,33,25,.16)}.brand span:last-child{display:flex;flex-direction:column;line-height:1.35}.brand strong{font-size:17px}.brand small{color:var(--muted);font-size:11px;margin-top:4px}.nav-links{display:flex;gap:24px;font-size:14px}.nav-links a{position:relative}.nav-links a:after{content:"";position:absolute;right:0;left:100%;bottom:-6px;height:2px;background:var(--wine);transition:.25s}.nav-links a:hover:after{left:0}.mini-cta{padding:10px 18px;border:1px solid var(--ink);border-radius:999px;font-size:13px;transition:.25s}.mini-cta:hover{background:var(--ink);color:white}
.hero{min-height:720px;display:grid;grid-template-columns:.9fr 1.1fr;align-items:center;gap:70px;padding-block:72px 64px}.eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--wine);font-size:12px;font-weight:700;letter-spacing:.03em}.eyebrow:before{content:"";width:30px;height:1px;background:currentColor}.hero h1{font-family:Georgia,"Times New Roman",Tahoma,serif;font-size:clamp(46px,6vw,88px);line-height:1.08;letter-spacing:-.035em;margin:18px 0 22px;max-width:640px}.hero-copy>p{font-size:18px;color:var(--muted);max-width:580px;margin:0 0 28px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 24px;border-radius:999px;font-weight:700;font-size:14px;border:1px solid transparent;transition:.25s}.btn.primary{background:var(--ink);color:#fff;box-shadow:0 14px 32px rgba(43,33,25,.18)}.btn.primary:hover{transform:translateY(-2px);background:var(--wood-dark)}.btn.ghost{border-color:var(--line);background:#fff}.btn.ghost:hover{border-color:var(--ink)}.trust-row{display:flex;align-items:center;gap:12px;margin-top:34px;color:var(--muted);font-size:12px}.trust-row i{width:5px;height:5px;border-radius:50%;background:var(--wine)}
.hero-gallery{position:relative;height:590px}.hero-gallery figure{margin:0;position:absolute;overflow:hidden;border-radius:30px;box-shadow:var(--shadow);background:#eee}.hero-gallery img{height:100%;object-fit:cover}.hero-main{right:0;top:0;width:72%;height:74%;transform:rotate(1deg)}.hero-small{width:40%;height:38%;border:8px solid var(--paper)}.hero-small.a{left:2%;top:7%;transform:rotate(-4deg)}.hero-small.b{left:8%;bottom:2%;transform:rotate(3deg)}.hero-badge{position:absolute;right:11%;bottom:8%;display:grid;place-items:center;width:104px;height:104px;border-radius:50%;background:var(--wine);color:white;text-align:center;font-weight:700;line-height:1.35;border:8px solid var(--paper);box-shadow:0 18px 40px rgba(125,31,48,.25)}
.marquee{overflow:hidden;background:var(--ink);color:#fff;padding:15px 0;white-space:nowrap;font-size:13px}.marquee-track{display:flex;align-items:center;width:max-content;will-change:transform;animation:marquee-scroll 26s linear infinite}.marquee-group{display:flex;align-items:center;gap:16px;flex-shrink:0;padding-inline-end:16px}.marquee-group span{color:#d9b28b}@keyframes marquee-scroll{from{transform:translateX(0)}to{transform:translateX(var(--marquee-shift,-50%))}}
.section{padding-block:110px}.section-head{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:end;margin-bottom:36px}.section-head h2,.craft h2,.contact h2{font-family:Georgia,"Times New Roman",Tahoma,serif;font-size:clamp(34px,4vw,58px);line-height:1.15;margin:10px 0 0}.section-head p{margin:0;color:var(--muted);max-width:560px}.filters{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:34px}.filter{cursor:pointer;border:1px solid var(--line);background:white;color:var(--muted);padding:9px 16px;border-radius:999px;transition:.2s}.filter:hover,.filter.active{background:var(--ink);border-color:var(--ink);color:#fff}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.product-card{min-width:0}.product-image{position:relative;width:100%;padding:0;border:0;background:#eee;aspect-ratio:4/5;overflow:hidden;border-radius:22px;cursor:zoom-in}.product-image img{height:100%;object-fit:cover;transition:transform .55s cubic-bezier(.2,.8,.2,1)}.product-card:hover .product-image img{transform:scale(1.035)}.featured{position:absolute;top:14px;right:14px;background:rgba(255,253,248,.92);backdrop-filter:blur(7px);padding:7px 11px;border-radius:999px;font-size:11px;color:var(--wine);font-weight:700}.zoom{position:absolute;left:14px;bottom:14px;width:40px;height:40px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.92);font-size:18px;opacity:0;transform:translateY(6px);transition:.25s}.product-card:hover .zoom{opacity:1;transform:none}.product-meta{padding:16px 4px 8px}.product-meta>span{font-size:11px;color:var(--wine);font-weight:700}.product-meta h3{margin:3px 0 5px;font-size:19px}.product-meta p{margin:0;color:var(--muted);font-size:13px;line-height:1.7}.product-card.hidden{display:none}
.craft{background:var(--ink);color:#fff;padding-block:100px;overflow:hidden}.craft-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.craft-image{height:650px;border-radius:32px;overflow:hidden;transform:rotate(-1.5deg);box-shadow:0 30px 90px rgba(0,0,0,.25)}.craft-image img{height:100%;object-fit:cover}.eyebrow.light{color:#dec5ad}.craft-copy p{color:#cabfb5;font-size:17px}.craft-points{margin-top:34px;border-top:1px solid rgba(255,255,255,.15)}.craft-points>div{display:grid;grid-template-columns:52px 1fr;gap:18px;padding:19px 0;border-bottom:1px solid rgba(255,255,255,.15)}.craft-points b{color:#d6b291;font-family:Georgia,serif;font-size:18px}.craft-points span{display:flex;flex-direction:column}.craft-points small{color:#a99d93;margin-top:3px}
.contact{padding-block:110px}.contact-card{background:var(--cream);border:1px solid #eadfce;border-radius:36px;padding:58px;display:grid;grid-template-columns:1.05fr .95fr;gap:70px;box-shadow:0 24px 70px rgba(91,57,37,.08)}.contact-copy p{color:var(--muted);max-width:580px}.contact-details{margin:0;display:flex;flex-direction:column;justify-content:center}.contact-details div{padding:18px 0;border-bottom:1px solid #d8cbb9}.contact-details div:last-child{border-bottom:0}.contact-details dt{font-size:11px;color:var(--muted);margin-bottom:4px}.contact-details dd{margin:0;font-weight:700}.contact-details a:hover{color:var(--wine)}
footer{background:#1f1813;color:#fff;padding:36px 0}.footer-wrap{display:flex;align-items:center;justify-content:space-between;gap:30px}.footer-wrap>div{display:flex;flex-direction:column}.footer-wrap small,.footer-wrap p{color:#a99e94;font-size:12px;margin:0}.whatsapp-float{position:fixed;z-index:40;left:22px;bottom:22px;width:56px;height:56px;border-radius:50%;display:grid;place-items:center;background:#1f9d55;color:#fff;font-weight:900;box-shadow:0 14px 34px rgba(0,0,0,.22)}
.modal{position:fixed;inset:0;z-index:100;display:none;place-items:center;background:rgba(22,16,12,.86);padding:24px}.modal.open{display:grid}.modal figure{margin:0;max-width:min(1100px,94vw);max-height:90vh;display:grid;gap:10px}.modal img{max-height:82vh;width:auto;max-width:100%;object-fit:contain;border-radius:20px;margin:auto}.modal figcaption{color:#fff;text-align:center}.modal-close{position:absolute;top:20px;left:24px;border:0;background:rgba(255,255,255,.14);color:#fff;width:48px;height:48px;border-radius:50%;font-size:30px;cursor:pointer}
@media (max-width:980px){.nav-links{display:none}.hero{grid-template-columns:1fr;gap:34px;padding-top:48px}.hero-gallery{height:520px}.section-head,.craft-grid,.contact-card{grid-template-columns:1fr;gap:38px}.craft-image{height:540px}.product-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:640px){:root{--shell:calc(100% - 28px)}.nav-wrap{height:70px}.brand strong{font-size:14px}.brand small{display:none}.mini-cta{padding:8px 14px}.hero{min-height:auto;padding-block:42px}.hero h1{font-size:44px}.hero-copy>p{font-size:15px}.trust-row{flex-wrap:wrap}.hero-gallery{height:430px}.hero-main{width:78%;height:74%}.hero-small{width:43%;height:34%;border-width:5px}.hero-badge{width:82px;height:82px;font-size:12px}.section{padding-block:72px}.section-head{gap:20px;margin-bottom:26px}.section-head p{font-size:14px}.product-grid{grid-template-columns:1fr;gap:12px}.product-image{aspect-ratio:4/4.4}.product-meta h3{font-size:18px}.craft{padding-block:72px}.craft-image{height:440px}.contact-card{padding:32px 22px;border-radius:26px}.footer-wrap{flex-direction:column;align-items:flex-start}.whatsapp-float{width:52px;height:52px;left:14px;bottom:14px}}
