:root{--bg:#FFFFFF;--surface:#F6F4EF;--surface-2:#EDE9DF;--line:#E3DFD3;--grey:#5C5F65;--grey-dim:#93979E;--ink:#181A1D;--white:#FBFAF7;--brass:#9C7A3E;--brass-dim:#C9AD79}
*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica Neue,Arial,sans-serif;line-height:1.5;overflow-x:hidden}h1,h2,h3,.display{font-family:Georgia,"Times New Roman",serif;font-weight:700;letter-spacing:-.01em}a{color:inherit;text-decoration:none}img,svg{display:block;max-width:100%}.eyebrow{font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--brass);font-weight:600}.wrap{max-width:1200px;margin:0 auto;padding:0 32px}@media(max-width:700px){.wrap{padding:0 20px}}section{padding:64px 0}.divider{width:100%;padding:6px 0;opacity:.6}.deck-lines{width:100%;height:auto}.deck-lines path{fill:none;stroke:var(--line);stroke-width:1}
header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.88);backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}.nav-row{display:flex;align-items:center;justify-content:space-between;height:76px}.logo-mark{display:flex;align-items:center;gap:10px}.logo-image{display:block;width:var(--logo-w,140px);max-width:45vw;height:auto;max-height:52px;object-fit:contain}.logo-word .top{font-size:19px;letter-spacing:.02em}.logo-word .bottom{font-size:9px;letter-spacing:.24em;color:var(--grey-dim);text-transform:uppercase;margin-top:1px}nav.links{display:flex;gap:34px;font-size:13.5px;color:var(--grey)}nav.links a:hover{color:var(--ink)}.nav-actions{display:flex;align-items:center;gap:22px}.icon-btn{width:19px;height:19px;stroke:var(--ink);cursor:pointer}.cart-wrap{position:relative}.cart-count{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:50%;background:var(--brass);color:var(--white);font-size:9.5px;font-weight:700;position:absolute;top:-8px;right:-6px}.mobile-toggle{display:none;background:none;border:0;color:var(--ink);font-size:22px}@media(max-width:820px){nav.links{display:none}.mobile-toggle{display:block}.nav-actions .account{display:none}}
.hero{position:relative;padding:100px 0 70px;overflow:hidden}.hero-hull{position:absolute;right:-8%;top:6%;width:62%;opacity:.9}.hero-hull path{fill:none;stroke:var(--line);stroke-width:1.2}.hero-hull path.brass{stroke:var(--brass-dim)}.hero-content{position:relative;max-width:620px}.hero h1{font-size:clamp(34px,5.4vw,58px);line-height:1.06;margin:16px 0 20px}.hero h1 em{font-style:normal;color:var(--brass)}.hero p.sub{color:var(--grey);font-size:16px;max-width:460px;margin-bottom:32px}.btn-row{display:flex;gap:14px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;gap:8px;padding:14px 26px;font-size:14px;font-weight:600;border-radius:2px;cursor:pointer;transition:all .2s ease;border:0}.btn-primary{background:var(--ink);color:var(--bg)}.btn-primary:hover{background:var(--brass)}.btn-ghost{border:1px solid var(--line);color:var(--ink);background:transparent}.btn-ghost:hover{border-color:var(--brass);color:var(--brass)}.hero.has-image{padding:150px 0 90px}.hero-media{position:absolute;inset:0;z-index:0;overflow:hidden;background:var(--bg)}.hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}.hero-bg-mobile{display:none}.hero-overlay{position:absolute;inset:0}.hero.has-image .hero-content{position:relative;z-index:2}.hero.has-image .hero-content .sub{color:var(--white);opacity:.92}.hero.has-image .hero-content h1{color:var(--white)}.hero.has-image .hero-content .btn-ghost{color:var(--white);border-color:rgba(251,250,247,.5)}.hero.has-image .hero-content .btn-ghost:hover{color:var(--brass);border-color:var(--brass)}@media(max-width:700px){.hero.has-image{padding:120px 0 64px}.hero.has-mobile-image .hero-bg-desktop{display:none}.hero.has-mobile-image .hero-bg-mobile{display:block}}
.section-head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:36px;gap:20px;flex-wrap:wrap}.section-head h2{font-size:26px}.see-all{font-size:13px;color:var(--grey);border-bottom:1px solid var(--line);padding-bottom:2px}.see-all:hover{color:var(--brass);border-color:var(--brass)}.cat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);border:1px solid var(--line)}@media(max-width:600px){.cat-grid{grid-template-columns:repeat(2,1fr)}}.cat-card{background:var(--surface);padding:30px 20px;display:flex;flex-direction:column;align-items:center;gap:14px;text-align:center;transition:background .2s;cursor:pointer}.cat-card:hover{background:var(--surface-2)}.cat-icon{width:34px;height:34px;stroke:var(--ink)}.cat-card:hover .cat-icon{stroke:var(--brass)}.cat-card span{font-size:13px;color:var(--grey)}@media(max-width:480px){.cat-card{padding:20px 12px;gap:10px}.cat-icon{width:26px;height:26px}.cat-card span{font-size:11.5px}}
.prod-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}@media(max-width:900px){.prod-grid{grid-template-columns:repeat(2,1fr);gap:16px}}.prod-card{background:var(--surface);border:1px solid var(--line);padding:24px 20px 20px;position:relative;min-width:0}.prod-tag{position:absolute;top:14px;left:14px;font-size:9.5px;letter-spacing:.12em;text-transform:uppercase;color:var(--brass);border:1px solid var(--brass-dim);padding:3px 8px}.prod-visual{height:180px;display:flex;align-items:center;justify-content:center;margin-bottom:18px}.prod-visual img{width:100%;height:100%;object-fit:contain}.prod-visual svg{width:70px;height:70px;stroke:var(--grey)}.prod-card h3{font-family:-apple-system,BlinkMacSystemFont,sans-serif;font-size:15px;font-weight:600;margin-bottom:4px;overflow-wrap:break-word}.prod-meta{font-size:12.5px;color:var(--grey-dim);margin-bottom:14px}.prod-price-row{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:8px}.price{font-size:15.5px;font-weight:700}.price small{color:var(--grey-dim);font-weight:400;font-size:11px;margin-right:2px}.add-btn{width:32px;height:32px;border:1px solid var(--line);display:flex;align-items:center;justify-content:center;cursor:pointer;background:transparent;color:var(--ink)}.add-btn:hover{border-color:var(--brass)}.add-btn svg{width:14px;height:14px;stroke:currentColor}@media(max-width:480px){.prod-grid{gap:12px}.prod-card{padding:16px 12px 14px}.prod-tag{top:10px;left:10px;font-size:8.5px;padding:2px 6px}.prod-visual{height:118px;margin-bottom:12px}.prod-visual svg{width:48px;height:48px}.prod-card h3{font-size:12.5px}.prod-meta{font-size:10.5px;margin-bottom:8px}.price{font-size:13px}.add-btn{width:26px;height:26px}.add-btn svg{width:12px;height:12px}}
.promo{background:var(--surface);border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:70px 0;text-align:center}.promo h2{font-size:clamp(26px,4vw,40px);max-width:640px;margin:0 auto 16px}.promo p{color:var(--grey);max-width:480px;margin:0 auto 28px;font-size:15px}.story{display:grid;grid-template-columns:.9fr 1.1fr;gap:60px;align-items:center}@media(max-width:800px){.story{grid-template-columns:1fr;gap:36px}}.story-visual{aspect-ratio:4/3;background:var(--surface);border:1px solid var(--line);display:flex;align-items:center;justify-content:center;padding:40px}.story-visual img{width:100%;height:100%;object-fit:cover}.story-visual svg{width:100%;stroke:var(--line)}.story h2{font-size:30px;margin-bottom:18px}.story p{color:var(--grey);font-size:15px;margin-bottom:16px;max-width:480px}.story strong{color:var(--ink)}
.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line);border:1px solid var(--line)}@media(max-width:800px){.trust-grid{grid-template-columns:repeat(2,1fr)}}.trust-card{background:var(--bg);padding:30px 24px;min-width:0}.trust-card svg{width:24px;height:24px;stroke:var(--brass);margin-bottom:14px}.trust-card h3{font-family:-apple-system,BlinkMacSystemFont,sans-serif;font-size:14.5px;font-weight:600;margin-bottom:6px;overflow-wrap:break-word}.trust-card p{font-size:13px;color:var(--grey-dim)}@media(max-width:480px){.trust-card{padding:18px 14px}.trust-card svg{width:20px;height:20px;margin-bottom:10px}.trust-card h3{font-size:12.5px}.trust-card p{font-size:11.5px}}.testi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}@media(max-width:800px){.testi-grid{grid-template-columns:1fr}}.testi-card{border:1px solid var(--line);padding:28px 24px;background:var(--surface)}.stars{color:var(--brass);font-size:13px;letter-spacing:2px;margin-bottom:14px}.testi-card p{font-size:14px;color:var(--grey);margin-bottom:18px}.testi-name{font-size:13px;font-weight:600}.testi-loc{font-size:12px;color:var(--grey-dim)}.wa-cta{background:var(--surface);border:1px solid var(--line);padding:50px 40px;display:flex;justify-content:space-between;align-items:center;gap:24px;flex-wrap:wrap}.wa-cta h2{font-size:24px;margin-bottom:6px}.wa-cta p{color:var(--grey);font-size:14px}.wa-btn{background:#25D366;color:#08130C;font-weight:700;padding:14px 26px;border-radius:2px;display:inline-flex;gap:10px;align-items:center;font-size:14px}.wa-btn svg{width:17px;height:17px;fill:#08130C}
footer{border-top:1px solid var(--line);padding:60px 0 30px}.foot-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:40px;padding-bottom:44px}@media(max-width:800px){.foot-grid{grid-template-columns:1fr 1fr}}@media(max-width:480px){.foot-grid{grid-template-columns:1fr 1fr;gap:28px 18px}.foot-grid .foot-brand,.foot-grid .foot-contact{grid-column:1 / -1}.foot-grid .foot-shop,.foot-grid .foot-support{min-width:0}.foot-grid a{overflow-wrap:anywhere;word-break:break-word}.foot-brand p{max-width:100%}.foot-grid h4{margin-bottom:12px}.foot-grid li{margin-bottom:8px}}.foot-grid h4{font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--grey-dim);margin-bottom:16px;font-family:-apple-system,BlinkMacSystemFont,sans-serif}.foot-grid ul{list-style:none}.foot-grid li{margin-bottom:10px}.foot-grid a{font-size:13.5px;color:var(--grey)}.foot-grid a:hover{color:var(--brass)}.foot-brand p{color:var(--grey);font-size:13.5px;max-width:280px;margin-top:14px}.foot-bottom{border-top:1px solid var(--line);padding-top:24px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px}.foot-bottom p{font-size:12px;color:var(--grey-dim)}.foot-social{display:flex;gap:16px}.foot-social svg{width:16px;height:16px;stroke:var(--grey)}.form-input{background:var(--surface);border:1px solid var(--line);color:var(--ink);padding:13px;width:100%;outline:0}.form-input:focus{border-color:var(--brass)}.page-title{font-size:42px;margin-bottom:28px}.content-box{background:var(--surface);border:1px solid var(--line);padding:30px}.product-main{display:grid;grid-template-columns:1.1fr .9fr;gap:60px}.product-media{background:var(--surface);border:1px solid var(--line);padding:30px}.product-media img{width:100%;height:auto;object-fit:contain}.product-info h1{font-size:40px;line-height:1.08;margin:10px 0 15px}.product-info .price-lg{font-size:24px;font-weight:700;margin-bottom:20px}.variant-select,.qty{background:var(--surface);border:1px solid var(--line);color:var(--ink);padding:13px;width:100%;margin:7px 0 16px}.product-description{color:var(--grey);margin:25px 0}.full-btn{width:100%;justify-content:center}.cart-table{width:100%;border-collapse:collapse}.cart-table th,.cart-table td{border-bottom:1px solid var(--line);padding:18px 8px;text-align:left}.cart-table img{width:80px;height:80px;object-fit:contain;background:var(--surface)}.cart-total{text-align:right;margin-top:28px}.search-form{display:flex;gap:10px;margin-bottom:30px}.empty{color:var(--grey);padding:30px 0}@media(max-width:800px){.product-main{grid-template-columns:1fr;gap:30px}.product-info h1{font-size:32px}.cart-table thead{display:none}.cart-table,.cart-table tbody,.cart-table tr,.cart-table td{display:block;width:100%}.cart-table tr{border-bottom:1px solid var(--line);padding:15px 0}.cart-table td{border:0;padding:5px 0}}
.announcement-bar{background:var(--surface);border-bottom:1px solid var(--line)}.announcement-track{position:relative;height:38px;overflow:hidden}.announcement-item{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;gap:6px;font-size:12.5px;letter-spacing:.01em;color:var(--grey);opacity:0;transform:translateY(8px);transition:opacity .45s ease,transform .45s ease;padding:0 40px;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;pointer-events:none}.announcement-item.active{opacity:1;transform:translateY(0)}@media(max-width:480px){.announcement-track{height:34px}.announcement-item{font-size:11px;padding:0 24px}}
.hero.has-slider{padding:0;overflow:hidden;position:relative}.hero-slides{display:flex;width:100%;transition:transform .5s ease}.hero-slide{position:relative;flex:0 0 100%;width:100%;overflow:hidden;padding:100px 0 70px}.hero-slide.has-image{padding:150px 0 90px}.hero-slide .hero-content{position:relative;z-index:2}.hero-slide.has-image .hero-content .sub{color:var(--white);opacity:.92}.hero-slide.has-image .hero-content h1{color:var(--white)}.hero-slide.has-image .hero-content .btn-ghost{color:var(--white);border-color:rgba(251,250,247,.5)}.hero-slide.has-image .hero-content .btn-ghost:hover{color:var(--brass);border-color:var(--brass)}@media(max-width:700px){.hero-slide.has-image{padding:120px 0 64px}.hero-slide.has-mobile-image .hero-bg-desktop{display:none}.hero-slide.has-mobile-image .hero-bg-mobile{display:block}}.hero-nav{position:absolute;left:0;right:0;bottom:22px;display:flex;align-items:center;justify-content:center;gap:16px;z-index:3}.hero-arrow{background:rgba(11,12,14,.55);border:1px solid var(--line);color:var(--white);width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;line-height:1;cursor:pointer;transition:all .2s ease}.hero-arrow:hover{border-color:var(--brass);color:var(--brass)}.hero-dots{display:flex;gap:8px}.hero-dot{width:8px;height:8px;border-radius:50%;background:var(--line);border:0;cursor:pointer;padding:0}.hero-dot.active{background:var(--brass)}@media(max-width:480px){.hero-nav{bottom:14px;gap:10px}.hero-arrow{width:28px;height:28px;font-size:16px}}
