@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=Playfair+Display:wght@600;700&display=swap";:root{font-family:DM Sans,sans-serif;color:#18332d;background:#f6f4ef;font-synthesis:none}*{box-sizing:border-box}body{margin:0}button,input{font:inherit}.topbar{height:76px;padding:0 6vw;display:flex;align-items:center;justify-content:space-between;background:#f6f4ef;border-bottom:1px solid #dce4dd}.brand{display:flex;align-items:center;gap:11px;color:#18332d;text-decoration:none;font-weight:700;letter-spacing:.02em}.brand-mark{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#e36d43;color:#fff;font-size:12px}.brand img{width:34px;height:34px;object-fit:contain}.search-wrap{display:flex;align-items:center;gap:8px;width:min(300px,45vw);border-bottom:1px solid #9eaea4;padding:6px 0;color:#547068}.search-wrap input{width:100%;border:0;outline:0;color:#18332d;background:transparent}.search-wrap input::placeholder{color:#81928a}.hero{min-height:430px;margin:24px 6vw 80px;display:flex;align-items:end;padding:clamp(28px,5vw,70px);background-size:cover;background-position:center;position:relative;color:#fff;overflow:hidden}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#0d251fb8,#0d251f0a)}.hero>div{position:relative;max-width:530px}.hero h1{font:700 clamp(38px,6vw,72px)/1.03 "Playfair Display",serif;margin:8px 0 30px;letter-spacing:0}.hero a{display:inline-flex;gap:18px;align-items:center;color:#fff;text-decoration:none;padding-bottom:7px;border-bottom:1px solid #fff}.eyebrow{margin:0;color:#df7049;font-size:11px;font-weight:700;letter-spacing:.18em}.section-head{margin:0 6vw 22px;display:flex;justify-content:space-between;align-items:end}.section-head h2{margin:7px 0 0;font:700 clamp(28px,4vw,43px)/1.1 "Playfair Display",serif;letter-spacing:0}.count{color:#71847b;font-size:13px}.categories{display:flex;gap:9px;overflow-x:auto;padding:0 6vw 6px;margin-bottom:72px;scrollbar-width:none}.categories button{flex:0 0 auto;border:1px solid #bdccc3;background:transparent;color:#486058;padding:10px 18px;border-radius:30px;cursor:pointer}.categories button.active,.categories button:hover{background:#18332d;border-color:#18332d;color:#fff}.product-heading{margin-bottom:24px}.product-grid{margin:0 6vw 100px;display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.product-card{padding:0;border:0;text-align:left;color:inherit;background:transparent;cursor:pointer}.product-image{aspect-ratio:1 / 1.15;background:#e6eae4;overflow:hidden;position:relative}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.product-card:hover img{transform:scale(1.05)}.view-label{position:absolute;left:12px;bottom:12px;padding:6px 10px;background:#fff;color:#18332d;font-size:11px;opacity:0;transition:opacity .2s ease}.product-card:hover .view-label{opacity:1}.product-info{padding-top:13px;display:flex;justify-content:space-between;gap:12px}.product-info h3{margin:0 0 4px;font-size:15px}.product-info p{margin:0;color:#829088;font-size:12px;max-width:150px}.product-info strong,.modal-price{white-space:nowrap;font-size:13px}.empty,.error{margin:40px 6vw 100px;color:#71847b}.error{color:#bd4f36}.modal-backdrop{position:fixed;z-index:5;top:0;right:0;bottom:0;left:0;padding:5vw;display:grid;place-items:center;background:#1026209e}.modal{width:min(760px,100%);display:grid;grid-template-columns:1fr 1fr;background:#f6f4ef;position:relative}.modal>img{width:100%;height:100%;min-height:350px;object-fit:cover}.modal>div{padding:clamp(25px,5vw,55px);align-self:center}.modal h2{font:700 clamp(30px,5vw,48px)/1.05 "Playfair Display",serif;margin:12px 0 18px}.modal p:not(.eyebrow){color:#71847b;line-height:1.6}.close{position:absolute;z-index:1;right:12px;top:8px;border:0;background:#fff;font-size:28px;width:36px;height:36px;cursor:pointer}.modal-price{display:block;margin:25px 0;font-size:17px}.primary-button{border:0;color:#fff;background:#df7049;padding:13px 18px;cursor:pointer}.primary-button:hover{background:#c85d39}footer{padding:30px 6vw;display:flex;justify-content:space-between;border-top:1px solid #dce4dd;color:#71847b;font-size:12px}@media (max-width: 800px){.product-grid{grid-template-columns:repeat(2,1fr);gap:28px 14px}.hero{margin-bottom:60px;min-height:390px}.modal{grid-template-columns:1fr;max-height:90vh;overflow:auto}.modal>img{min-height:260px;max-height:330px}}@media (max-width: 500px){.topbar{padding:0 20px}.search-wrap{width:45%}.hero,main,footer{margin-left:20px;margin-right:20px}.hero{margin-left:0;margin-right:0}.section-head,.categories,.product-grid{margin-left:20px;margin-right:20px}.categories{padding-left:0;padding-right:0}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-info{display:block}.product-info strong{display:block;margin-top:8px}footer{padding-left:0;padding-right:0}}.admin-link{color:#df7049;font-size:12px;text-decoration:none;font-weight:700}.admin-login{min-height:100vh;display:grid;place-items:center;padding:25px}.login-card,.editor-form{background:#fff;border:1px solid #dce4dd;padding:30px}.login-card{width:min(410px,100%)}.login-card h1,.admin-header h1{font:700 38px/1.1 Playfair Display,serif;margin:9px 0 28px}.login-card label,.editor-form label{display:grid;gap:7px;color:#486058;font-size:12px;margin:14px 0}.login-card input,.editor-form input,.editor-form select{width:100%;border:1px solid #bdccc3;padding:11px;outline:0;color:#18332d;background:#fafbf8}.login-card .primary-button{width:100%;margin-top:10px}.admin-page{max-width:1180px;margin:0 auto;padding:50px 6vw 100px}.admin-header{display:flex;align-items:end;justify-content:space-between}.admin-header h1{margin-bottom:0}.admin-header>button,.admin-row button{border:1px solid #bdccc3;background:transparent;padding:9px 13px;cursor:pointer;color:#486058}.admin-tabs{display:flex;gap:8px;align-items:center;border-bottom:1px solid #dce4dd;margin:38px 0;padding-bottom:12px}.admin-tabs button,.admin-tabs a{border:0;background:transparent;padding:9px 13px;text-transform:capitalize;color:#71847b;cursor:pointer;text-decoration:none}.admin-tabs button.active,.admin-tabs button:hover,.admin-tabs a:hover{background:#18332d;color:#fff}.admin-tabs a{margin-left:auto;border:1px solid #bdccc3}.admin-layout{display:grid;grid-template-columns:minmax(260px,360px) 1fr;gap:40px}.editor-form h2,.admin-list h2{font:700 25px Playfair Display,serif;margin:0 0 20px}.admin-row{display:flex;align-items:center;gap:14px;padding:13px 0;border-bottom:1px solid #dce4dd}.admin-row img{width:52px;height:52px;object-fit:cover;background:#e6eae4}.admin-row div{min-width:0;flex:1}.admin-row strong,.admin-row small{display:block}.admin-row small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#81928a;font-size:11px;margin-top:3px}.form-actions,.row-actions{display:flex;gap:8px;align-items:center}.secondary-button,.delete-button{border:1px solid #bdccc3;background:#fff;padding:12px 14px;cursor:pointer;color:#486058}.row-actions{flex:0 0 auto}.row-actions button{padding:8px 11px;font-size:12px}.delete-button{border-color:#d71920!important;color:#d71920!important}.success{color:#347257;font-size:12px}.admin-page .empty{margin:20px 0}.admin-page .error{margin:15px 0}@media (max-width: 700px){.topbar{height:auto;min-height:70px;padding:15px 20px;flex-wrap:wrap;gap:14px}.brand{flex:1 0 auto}.search-wrap{order:3;width:100%}.admin-link{margin-left:8px}.hero{min-height:350px;margin-top:0;padding:28px 20px}.hero h1{font-size:42px}.section-head{align-items:start;gap:15px}.section-head h2{font-size:31px}.categories{margin-bottom:48px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:26px 12px}.product-info{display:block}.product-info strong{display:block;margin-top:8px}.admin-page{padding:28px 20px 70px}.admin-header{align-items:start;gap:14px}.admin-header h1{font-size:29px}.admin-tabs{overflow-x:auto;margin:28px 0;white-space:nowrap}.admin-tabs a{margin-left:5px}.admin-layout{grid-template-columns:1fr;gap:38px}.editor-form,.login-card{padding:22px}}:root{color:#171717;background:#f7f5f2}.topbar{background:#101010;border-color:#2d2d2d}.brand{color:#fff}.brand-mark,.primary-button{background:#d71920}.brand>img{display:none}.brand:before{content:"S";display:grid;place-items:center;width:34px;height:34px;flex:0 0 34px;background:#d71920;color:#fff;font-weight:700}.brand>span:last-child{font-size:0}.brand>span:last-child:after{content:"Samurai";font-size:16px}.eyebrow,.admin-link{color:#d71920}.search-wrap{border-color:#777;color:#f04b50}.search-wrap input{color:#fff}.search-wrap input::placeholder{color:#aaa}.category-grid{display:grid;grid-template-columns:repeat(5,minmax(110px,1fr));gap:14px;margin:0 6vw 72px}.category-slider{display:flex;gap:14px;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:x proximity;scrollbar-width:thin;padding:0 6vw 14px;margin-bottom:48px}.category-slider .category-card{flex:0 0 198px;scroll-snap-align:start}.category-card{border:1px solid #ddd;background:#fff;padding:0 0 12px;text-align:left;cursor:pointer;color:#171717}.category-card.active,.category-card:hover{border-color:#d71920;box-shadow:0 5px #d71920}.category-card strong{display:block;padding:10px 12px 0;font-size:13px}.category-image{display:block;width:100%;aspect-ratio:1.4;object-fit:cover;background:#e9e9e9}.all-category{display:grid;place-items:center;background:#171717;color:#fff;font-size:24px;font-weight:700}.calculator{display:grid;grid-template-columns:minmax(240px,.85fr) minmax(320px,1.15fr);gap:32px;margin:0 6vw 80px;padding:clamp(24px,4vw,48px);background:#171717;color:#fff;border-top:5px solid #d71920}.calculator h2{margin:8px 0 14px;font:700 clamp(27px,4vw,42px)/1.1 "Playfair Display",serif}.calculator-copy>p:not(.eyebrow){color:#c8c8c8;line-height:1.6;max-width:330px}.calculator-form{display:grid;gap:14px}.calculator-form label{display:grid;gap:7px;color:#ddd;font-size:12px}.calculator-form input,.calculator-form select{width:100%;border:1px solid #555;padding:11px;color:#fff;background:#292929;outline:0}.calculator-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.estimate{display:grid;gap:5px;margin-top:4px;padding:16px;background:#d71920}.estimate strong{font-size:clamp(24px,4vw,34px)}.estimate small{color:#ffe3e4;line-height:1.4}.admin-tabs button.active,.admin-tabs button:hover,.admin-tabs a:hover{background:#171717}.import-button{border:1px solid #bdccc3;padding:9px 13px;color:#71847b;cursor:pointer;font-size:13px}.import-button input{display:none}.security-form{border:1px solid #d71920;padding:18px;margin:0 0 30px}.security-form h2{margin:0 0 14px;font-size:20px}.security-form div{display:flex;gap:10px;flex-wrap:wrap}.security-form input{border:1px solid #bdccc3;padding:11px;min-width:210px}@media (max-width: 700px){.category-grid{grid-template-columns:repeat(2,minmax(0,1fr));margin-left:20px;margin-right:20px}.security-form div{display:grid}.security-form input{min-width:0}}.category-grid{display:flex;gap:14px;overflow-x:auto;scroll-snap-type:x proximity;padding:0 6vw 14px;margin-bottom:48px;scrollbar-width:thin}.gallery-modal{grid-template-columns:1.1fr .9fr}.gallery-main{width:100%;height:390px;object-fit:cover;display:block}.gallery-thumbs{display:flex;gap:8px;overflow-x:auto;padding-top:10px}.gallery-thumbs button{flex:0 0 58px;padding:0;border:2px solid transparent;background:transparent;cursor:pointer}.gallery-thumbs button.active{border-color:#d71920}.gallery-thumbs img{display:block;width:54px;height:54px;object-fit:cover}.category-grid .category-card{flex:0 0 198px;scroll-snap-align:start}.back-to-categories{margin:28px 6vw 12px;display:inline-flex;align-items:center;gap:10px;border:1px solid #d71920;border-radius:999px;padding:10px 17px 10px 11px;background:#fff;color:#171717;font-size:13px;font-weight:700;letter-spacing:.01em;cursor:pointer;box-shadow:0 3px #d7192029;transition:transform .2s ease,background .2s ease,color .2s ease,box-shadow .2s ease}.back-to-categories>span:first-child{display:grid;place-items:center;width:26px;height:26px;border-radius:50%;background:#d71920;color:#fff;font-size:17px;line-height:1;transition:transform .2s ease}.back-to-categories:hover{background:#d71920;color:#fff;box-shadow:0 5px #d7192038;transform:translateY(-2px)}.back-to-categories:hover>span:first-child{background:#fff;color:#d71920;transform:translate(-3px)}.back-to-categories:focus-visible{outline:3px solid rgba(215,25,32,.35);outline-offset:3px}@media (max-width: 700px){.category-grid{margin-left:0;margin-right:0;padding-left:20px;padding-right:20px}.category-grid .category-card{flex-basis:170px}}@media (max-width: 700px){.back-to-categories{margin:20px 20px 8px}}@media (max-width: 700px){.gallery-modal{grid-template-columns:1fr}.gallery-main{height:280px}}@media (max-width: 700px){.category-slider{padding-left:20px;padding-right:20px}.category-slider .category-card{flex-basis:170px}.calculator{grid-template-columns:1fr;margin-left:20px;margin-right:20px}}@media (max-width: 700px){.modal-backdrop{padding:12px;place-items:start center;overflow-y:auto}.gallery-modal{width:min(100%,460px);margin:auto 0;max-height:calc(100vh - 24px);overflow-y:auto}.gallery-modal>div:first-of-type{padding:16px 16px 0}.gallery-modal>div:last-of-type{padding:20px 20px 26px}.gallery-main{height:min(58vh,360px);min-height:220px;object-fit:contain;background:#ecebe7}.gallery-thumbs{gap:7px;padding:10px 0 2px}.gallery-thumbs button{flex-basis:48px}.gallery-thumbs img{width:44px;height:44px}.gallery-modal h2{margin:8px 0 10px;font-size:clamp(30px,10vw,42px)}.gallery-modal .modal-price{margin:14px 0 0;font-size:16px}.close{right:8px;top:8px;width:38px;height:38px;border-radius:50%;box-shadow:0 2px 10px #00000024}}@media (max-width: 380px){.gallery-modal>div:first-of-type{padding:12px 12px 0}.gallery-modal>div:last-of-type{padding:17px 16px 22px}.gallery-main{height:50vh;min-height:200px}.gallery-thumbs button{flex-basis:44px}.gallery-thumbs img{width:40px;height:40px}}
