@font-face{font-family:Platypi;src:url("../../twentytwentyfive/assets/fonts/platypi/Platypi-VariableFont_wght.woff2") format("woff2");font-style:normal;font-weight:300 800;font-display:swap}
@font-face{font-family:Platypi;src:url("../../twentytwentyfive/assets/fonts/platypi/Platypi-Italic-VariableFont_wght.woff2") format("woff2");font-style:italic;font-weight:300 800;font-display:swap}
@font-face{font-family:"Instrument Sans";src:url("../../twentytwentyfour/assets/fonts/instrument-sans/InstrumentSans-VariableFont_wdth,wght.woff2") format("woff2");font-style:normal;font-weight:400 700;font-display:swap}
@font-face{font-family:"Instrument Sans";src:url("../../twentytwentyfour/assets/fonts/instrument-sans/InstrumentSans-Italic-VariableFont_wdth,wght.woff2") format("woff2");font-style:italic;font-weight:400 700;font-display:swap}
:root{--background:#f7f8fb;--surface:#fff;--surface-soft:#f0f3f7;--primary:#c99535;--primary-hover:#a87921;--primary-foreground:#111a27;--secondary:#071426;--secondary-hover:#10243c;--secondary-foreground:#fff;--foreground:#152033;--muted-foreground:#657186;--border:#dfe5ec;--focus-ring:#c99535;--radius-sm:8px;--radius-md:16px;--radius-lg:28px;--shadow-sm:0 8px 30px rgba(7,20,38,.08);--shadow-lg:0 28px 80px rgba(7,20,38,.2);--font-serif:Platypi,Georgia,serif;--font-sans:"Instrument Sans",system-ui,sans-serif;--heading-font:var(--font-serif);--body-font:var(--font-sans)}
html{scroll-behavior:smooth}body{background:var(--background);color:var(--foreground);font-family:var(--font-sans)}h1,h2,.rs-brand__text strong,.woocommerce div.product .product_title{font-family:var(--font-serif);font-weight:400;letter-spacing:-.025em}h1 em,h2 em{color:var(--primary);font-weight:400}a,button,input,select,textarea{transition:border-color .2s,background .2s,color .2s,opacity .2s,transform .2s,box-shadow .2s}button,a{touch-action:manipulation}:focus-visible{outline:3px solid var(--focus-ring)!important;outline-offset:3px}.rs-header{background:rgba(7,20,38,.92);backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.1)}.rs-header__inner{max-width:1440px}.rs-brand__mark{padding:0;border:0;background:transparent}.rs-brand__mark img{display:block}.rs-brand__text strong{font-size:1.28rem}.rs-brand__text small{letter-spacing:.12em}.rs-desktop-nav>a,.rs-category-nav summary{position:relative}.rs-desktop-nav>a:after,.rs-category-nav summary:after{content:"";position:absolute;left:0;right:0;bottom:-12px;height:1px;background:var(--primary);transform:scaleX(0);transform-origin:left;transition:transform .25s}.rs-desktop-nav>a:hover:after,.rs-category-nav summary:hover:after{transform:scaleX(1)}.rs-icon-button,.ksc-header-wishlist{min-width:44px;min-height:44px}.ksc-header-wishlist{position:relative}.ksc-header-wishlist [data-wishlist-count]{position:absolute;right:0;top:0;min-width:17px;height:17px;padding:1px 4px;border-radius:20px;background:var(--primary);color:var(--secondary);font-size:10px;font-weight:800}.rs-search-panel{display:none!important}.rs-announcement{background:#020b17}.rs-button,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button{min-height:46px;border-radius:var(--radius-sm)!important;font-weight:700;letter-spacing:.01em}.rs-button:hover{transform:translateY(-2px)}
.rs-product-card{position:relative;border-radius:var(--radius-md);overflow:hidden;border:0;box-shadow:0 1px 0 var(--border);background:var(--surface)}.rs-product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-sm)}.rs-product-card__media{border-radius:0;overflow:hidden}.rs-product-card__media>img{transition:opacity .35s,transform .6s}.rs-product-card:hover .rs-product-card__media>img{transform:scale(1.025)}.rs-product-card__hover{position:absolute!important;inset:0;width:100%!important;height:100%!important;object-fit:cover;opacity:0}.rs-product-card:hover .rs-product-card__hover{opacity:1}.ksc-wishlist-toggle,.ksc-quick-view{position:absolute;z-index:3;border:0;box-shadow:0 5px 20px rgba(7,20,38,.15)}.ksc-wishlist-toggle{top:14px;right:14px;width:44px;height:44px;border-radius:50%;background:#fff;color:var(--secondary)}.ksc-wishlist-toggle.is-active{background:var(--secondary);color:var(--primary)}.ksc-quick-view{left:50%;top:min(320px,42%);transform:translate(-50%,10px);padding:.7rem 1rem;border-radius:30px;background:rgba(7,20,38,.92);color:#fff;opacity:0;white-space:nowrap}.rs-product-card:hover .ksc-quick-view,.ksc-quick-view:focus-visible{opacity:1;transform:translate(-50%,0)}.ksc-card-minimum{margin:.25rem 0 .8rem;color:var(--muted-foreground);font-size:.78rem;text-transform:uppercase;letter-spacing:.08em}.rs-product-card__button{width:100%}
.ksc-overlay{position:fixed;inset:0;z-index:99996;background:rgba(2,11,23,.72);backdrop-filter:blur(5px);opacity:0;animation:ksc-fade .2s forwards}.ksc-search-dialog,.ksc-quick-dialog{position:fixed;z-index:99998;background:var(--surface);box-shadow:var(--shadow-lg)}.ksc-search-dialog{inset:0;padding:clamp(1.25rem,5vw,4rem) max(1.25rem,calc((100vw - 1120px)/2));overflow:auto;transform:translateY(-10px);opacity:0}.ksc-search-dialog.is-open,.ksc-quick-dialog.is-open{transform:none;opacity:1}.ksc-search-dialog>header,.ksc-cart-drawer>header{display:flex;align-items:flex-start;justify-content:space-between}.ksc-search-dialog h2{font-size:clamp(2.5rem,6vw,5.5rem);margin:.3rem 0 2rem}.ksc-live-search{display:flex;align-items:center;gap:1rem;border-bottom:2px solid var(--secondary);padding:.75rem 0}.ksc-live-search .dashicons{font-size:30px;width:30px}.ksc-live-search input{width:100%;border:0!important;background:transparent!important;font-family:var(--font-serif);font-size:clamp(1.5rem,3vw,2.4rem);box-shadow:none!important}.ksc-search-suggestions{display:flex;gap:.6rem;align-items:center;padding:1rem 0 2rem;flex-wrap:wrap;color:var(--muted-foreground)}.ksc-search-suggestions button{border:1px solid var(--border);background:var(--surface-soft);padding:.55rem .85rem;border-radius:30px}.ksc-search-results{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.ksc-search-result{display:flex;align-items:center;gap:1rem;padding:1rem;border-bottom:1px solid var(--border);color:var(--foreground);text-decoration:none}.ksc-search-result:hover{background:var(--surface-soft)}.ksc-search-result img,.ksc-search-result__placeholder{width:64px;height:80px;object-fit:cover;border-radius:6px;background:var(--surface-soft)}.ksc-search-result span span{display:block}.ksc-search-result small,.ksc-search-result strong,.ksc-search-result em{display:block}.ksc-search-result small{color:var(--primary);font-size:.7rem;text-transform:uppercase;letter-spacing:.1em}.ksc-search-result em{color:var(--muted-foreground);font-style:normal}.ksc-search-loading{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;grid-column:1/-1}.ksc-search-loading i{height:110px;border-radius:10px;background:linear-gradient(90deg,var(--surface-soft),#fff,var(--surface-soft));background-size:200%;animation:ksc-shimmer 1.2s infinite}.ksc-search-empty{padding:3rem;text-align:center;background:var(--surface-soft);grid-column:1/-1;border-radius:var(--radius-md)}
.ksc-cart-drawer{position:fixed;z-index:99998;right:0;top:0;bottom:0;width:min(470px,100%);padding:1.4rem;background:var(--surface);box-shadow:var(--shadow-lg);transform:translateX(105%);visibility:hidden;overflow:auto;transition:transform .25s,visibility .25s}.ksc-cart-drawer.is-open{transform:none;visibility:visible}.ksc-cart-drawer h2{margin:.2rem 0 1rem}.ksc-cart-drawer .woocommerce-mini-cart{padding:0;list-style:none}.ksc-cart-drawer .mini_cart_item{display:grid;grid-template-columns:76px 1fr auto;gap:.8rem;align-items:center;border-bottom:1px solid var(--border);padding:1rem 0}.ksc-cart-drawer .mini_cart_item>a:first-of-type{display:contents}.ksc-cart-drawer .mini_cart_item img{grid-column:1;width:76px;height:94px;object-fit:cover;border-radius:6px}.ksc-cart-drawer .remove{grid-column:3;grid-row:1}.ksc-cart-drawer .total{display:flex;justify-content:space-between;padding:1.2rem 0;font-size:1.1rem}.ksc-cart-drawer .buttons{display:grid;gap:.6rem}.ksc-cart-drawer .buttons a{text-align:center}.ksc-confirm-note{margin-top:1.2rem;padding:1rem;background:var(--surface-soft);border-left:3px solid var(--primary);font-size:.84rem;color:var(--muted-foreground)}
.ksc-quick-dialog{left:50%;top:50%;width:min(900px,calc(100% - 2rem));max-height:90vh;overflow:auto;border-radius:var(--radius-md);transform:translate(-50%,-46%);opacity:0;transition:.2s}.ksc-quick-dialog.is-open{transform:translate(-50%,-50%)}.ksc-dialog-close{position:absolute;right:1rem;top:1rem;z-index:2;background:#fff}.ksc-quick-grid{display:grid;grid-template-columns:1fr 1fr}.ksc-quick-grid>div:last-child{padding:clamp(1.5rem,4vw,3.5rem)}.ksc-quick-media img{display:block;width:100%;height:100%;max-height:700px;object-fit:cover}.ksc-quick-grid h2{font-size:clamp(2rem,4vw,3.5rem);margin:.4rem 0 1rem}.ksc-quick-price{font-size:1.25rem;color:var(--primary);margin-bottom:1rem}.ksc-quick-grid form{display:flex;gap:.7rem;align-items:end;margin:1.3rem 0}.ksc-quick-grid label{display:grid;gap:.4rem}.ksc-quick-grid input{width:110px}.ksc-toast{position:fixed;left:50%;bottom:2rem;z-index:100000;transform:translate(-50%,20px);opacity:0;background:var(--secondary);color:#fff;border-left:3px solid var(--primary);padding:.9rem 1.2rem;border-radius:8px;box-shadow:var(--shadow-lg)}.ksc-toast.is-visible{transform:translate(-50%,0);opacity:1}.ksc-modal-open{overflow:hidden}
.ksc-product-story{max-width:1360px;margin:clamp(3rem,8vw,7rem) auto;padding:clamp(2rem,6vw,5rem);background:var(--secondary);color:#fff;display:grid;grid-template-columns:.85fr 1.15fr;gap:clamp(2rem,7vw,7rem);border-radius:var(--radius-lg)}.ksc-product-story h2{color:#fff;font-size:clamp(2.4rem,5vw,4.7rem)}.ksc-product-story p{color:rgba(255,255,255,.72)}.ksc-product-accordions details{border-bottom:1px solid rgba(255,255,255,.18);padding:1.2rem 0}.ksc-product-accordions summary{cursor:pointer;font-weight:700;min-height:44px}.ksc-testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.ksc-testimonial-grid figure{margin:0;padding:2rem;background:#fff;border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}.ksc-testimonial-grid figure>div{color:var(--primary);letter-spacing:.2em}.ksc-testimonial-grid blockquote{font-family:var(--font-serif);font-size:1.6rem;margin:1.2rem 0}.ksc-testimonial-grid figcaption{font-size:.8rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.ksc-reveal,.rs-section{opacity:0;transform:translateY(20px)}.ksc-reveal.is-visible,.rs-section.is-visible{opacity:1;transform:none;transition:opacity .7s,transform .7s}
.ksc-craft{background:var(--secondary);color:#fff}.ksc-craft__inner{max-width:1360px;margin:auto;display:grid;grid-template-columns:1fr 1fr}.ksc-craft__copy{padding:clamp(3rem,8vw,8rem);align-self:center;position:sticky;top:100px}.ksc-craft__copy h2{font-size:clamp(3rem,6vw,6rem);color:#fff}.ksc-craft__media img{display:block;width:100%;height:100%;min-height:720px;object-fit:cover}.ksc-editorial-grid{max-width:1360px;margin:auto;padding:clamp(3rem,7vw,7rem) 1.25rem;display:grid;grid-template-columns:1.15fr .85fr;gap:1rem}.ksc-editorial-grid figure{margin:0;position:relative;overflow:hidden;border-radius:var(--radius-md)}.ksc-editorial-grid figure:nth-child(2){margin-top:7rem}.ksc-editorial-grid img{display:block;width:100%;height:650px;object-fit:cover}.ksc-editorial-grid figcaption{position:absolute;left:1.5rem;bottom:1.5rem;padding:.8rem 1rem;background:rgba(255,255,255,.9);border-radius:6px;font-weight:700}.ksc-statement{padding:clamp(5rem,12vw,11rem) 1.5rem;text-align:center;background:var(--secondary);color:#fff}.ksc-statement p{max-width:18ch;margin:auto;font-family:var(--font-serif);font-size:clamp(2.7rem,7vw,7rem);line-height:.95}.ksc-statement em{color:var(--primary)}
@keyframes ksc-fade{to{opacity:1}}@keyframes ksc-shimmer{to{background-position:-200% 0}}
@media(max-width:900px){.ksc-search-results,.ksc-quick-grid,.ksc-product-story,.ksc-craft__inner,.ksc-editorial-grid{grid-template-columns:1fr}.ksc-testimonial-grid{grid-template-columns:repeat(2,1fr)}.ksc-craft__copy{position:relative;top:auto}.ksc-craft__media img{min-height:500px}.ksc-editorial-grid figure:nth-child(2){margin-top:0}.ksc-editorial-grid img{height:480px}.ksc-quick-media img{height:380px}.ksc-quick-view{opacity:1;top:auto;bottom:14px}.ksc-header-wishlist{display:none}}
@media(max-width:560px){.ksc-search-dialog{padding:1rem}.ksc-search-dialog h2{margin-bottom:1rem}.ksc-search-results{grid-template-columns:1fr}.ksc-search-suggestions span{width:100%}.ksc-testimonial-grid{grid-template-columns:1fr}.ksc-quick-grid form{align-items:stretch;flex-direction:column}.ksc-quick-grid input{width:100%}.ksc-editorial-grid img{height:380px}.rs-announcement__proof{display:none!important}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.ksc-reveal,.rs-section{opacity:1;transform:none}}
.rs-brand__text strong{color:#fff}.rs-brand__text small{color:rgba(255,255,255,.56)}.rs-desktop-nav>a,.rs-category-nav summary{color:rgba(255,255,255,.86)}.rs-header-actions .rs-icon-button{color:#fff}
.rs-category-menu{width:min(1040px,calc(100vw - 3rem));grid-template-columns:repeat(4,minmax(140px,1fr));left:50%;transform:translateX(-50%)}.ksc-mega-column>a{display:grid!important}.ksc-mega-column nav{display:grid;gap:.35rem;padding:.3rem .8rem .8rem}.ksc-mega-column nav a{font-size:.78rem;color:var(--muted-foreground)}.ksc-mega-campaign{grid-column:span 2;display:grid!important;grid-template-columns:110px 1fr;align-items:center;column-gap:1rem;background:var(--secondary)!important;color:#fff!important}.ksc-mega-campaign img{grid-row:1/3;width:110px;height:80px;object-fit:cover;border-radius:6px}.ksc-mega-campaign strong{align-self:end}.ksc-mega-campaign span{align-self:start;color:var(--primary)}
.ksc-refine-form{display:grid;gap:.8rem;padding:1.2rem 0;border-top:1px solid var(--border)}.ksc-refine-form h3{margin:0}.ksc-refine-form>label{display:flex;align-items:center;gap:.55rem;min-height:44px}.ksc-refine-form>div{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.ksc-refine-form>div label{font-size:.75rem}.ksc-refine-form input[type=number]{width:100%;margin-top:.25rem}
.ksc-not-found{min-height:70vh;display:grid;place-items:center;padding:4rem 1.25rem;background:radial-gradient(circle at 70% 30%,#10243c,var(--secondary) 60%);color:#fff}.ksc-not-found>div{max-width:750px;text-align:center}.ksc-not-found img{margin:auto}.ksc-not-found h1{color:#fff;font-size:clamp(3rem,7vw,6.5rem);line-height:.95}.ksc-not-found p:not(.rs-section-kicker){color:rgba(255,255,255,.7);max-width:55ch;margin:1.5rem auto}.ksc-not-found .rs-actions{justify-content:center}
.ksc-checkout-step{display:flex;gap:1rem;align-items:flex-start;margin:1.5rem 0;padding:1rem 0;border-bottom:1px solid var(--border)}.ksc-checkout-step>span{display:grid;place-items:center;width:44px;height:44px;border-radius:50%;background:var(--secondary);color:var(--primary);font-weight:800}.ksc-checkout-step p{margin:0}.ksc-checkout-step .rs-section-kicker{color:var(--primary)}

/* Animated primary navigation. */
.rs-desktop-nav[data-animated-nav]{isolation:isolate;position:relative}.rs-desktop-nav[data-animated-nav]>a,.rs-desktop-nav[data-animated-nav]>.rs-category-nav>summary{align-items:center;border:0!important;border-radius:8px;display:flex;gap:.32rem;padding:.72rem .16rem .78rem;position:relative;transition:color .28s ease,transform .28s cubic-bezier(.2,.8,.2,1)}.rs-desktop-nav[data-animated-nav]>a:after,.rs-desktop-nav[data-animated-nav]>.rs-category-nav>summary:after{display:none}.rs-desktop-nav[data-animated-nav]>a:hover,.rs-desktop-nav[data-animated-nav]>a:focus-visible,.rs-desktop-nav[data-animated-nav]>.rs-category-nav>summary:hover,.rs-desktop-nav[data-animated-nav]>.rs-category-nav[open]>summary{background:transparent;color:#fff;transform:translateY(-2px)}.rs-desktop-nav[data-animated-nav] .is-current,.rs-desktop-nav[data-animated-nav]>.rs-category-nav.is-current>summary{color:var(--primary)!important}.rs-nav-indicator{background:linear-gradient(90deg,transparent,var(--primary) 18%,#ffe0a1 50%,var(--primary) 82%,transparent);border-radius:99px;bottom:.14rem;box-shadow:0 0 14px rgba(216,155,43,.52);height:2px;left:0;opacity:0;pointer-events:none;position:absolute;transform:translate3d(var(--nav-x,0),0,0);transition:width .38s cubic-bezier(.2,.85,.25,1),transform .38s cubic-bezier(.2,.85,.25,1),opacity .2s;width:var(--nav-width,0);z-index:2}.rs-nav-indicator:after{background:#fff1cf;border-radius:50%;box-shadow:0 0 9px var(--primary);content:"";height:5px;position:absolute;right:8%;top:-1.5px;width:5px}.rs-nav-indicator.is-visible{opacity:1}.rs-mobile-drawer nav a[aria-current=page]{background:rgba(216,155,43,.12);border-left:3px solid var(--primary);color:var(--primary)}

/* Custom design studio. */
.page .rs-page-shell:has(.ksc-custom-order){max-width:none!important;padding:0!important}.ksc-custom-order{background:linear-gradient(180deg,#f7f4ee,#fff 55%);border:0;border-radius:0;box-shadow:none;margin:0 auto;max-width:none;overflow:hidden;padding:clamp(3.5rem,7vw,7rem) max(1.25rem,calc((100vw - 1240px)/2));position:relative}.ksc-custom-order:before{background:radial-gradient(circle at 82% 4%,rgba(216,155,43,.2),transparent 27%),radial-gradient(circle at 8% 38%,rgba(7,20,38,.07),transparent 23%);content:"";inset:0;opacity:1;pointer-events:none;position:absolute}.ksc-custom-order>*{position:relative;z-index:1}.ksc-custom-order__intro{margin:0 auto clamp(2.2rem,5vw,4.5rem);max-width:820px;text-align:center}.ksc-custom-order__intro .rs-section-kicker{color:var(--primary-hover);margin:0 0 1rem}.ksc-custom-order__intro h1{color:var(--secondary);font-family:var(--font-serif);font-size:clamp(2.7rem,6vw,5.4rem);font-weight:400;letter-spacing:-.055em;line-height:.98;margin:0 auto 1.4rem;max-width:12ch}.ksc-custom-order__intro p:last-child{color:var(--muted-foreground);font-size:clamp(1rem,1.5vw,1.15rem);line-height:1.75;margin:0 auto;max-width:68ch}.ksc-custom-order__layout{align-items:stretch;display:grid;grid-template-columns:minmax(280px,.72fr) minmax(0,1.45fr);margin:0 auto;max-width:1120px}.ksc-custom-order__guide{background:var(--secondary);border-radius:22px 0 0 22px;color:#fff;overflow:hidden;padding:clamp(2rem,4vw,3.5rem);position:relative}.ksc-custom-order__guide:after{background:radial-gradient(circle,rgba(216,155,43,.24),transparent 65%);bottom:-180px;content:"";height:420px;position:absolute;right:-180px;width:420px}.ksc-custom-order__guide>.rs-section-kicker{color:var(--primary);position:relative;z-index:1}.ksc-custom-order__guide ol{display:grid;gap:0;list-style:none;margin:2.3rem 0 3rem;padding:0;position:relative;z-index:1}.ksc-custom-order__guide li{display:grid;gap:1rem;grid-template-columns:42px 1fr;padding:0 0 2.1rem;position:relative}.ksc-custom-order__guide li:not(:last-child):after{background:linear-gradient(rgba(216,155,43,.55),rgba(216,155,43,.06));content:"";height:calc(100% - 41px);left:20px;position:absolute;top:41px;width:1px}.ksc-custom-order__guide li>span{align-items:center;border:1px solid rgba(216,155,43,.55);border-radius:50%;color:var(--primary);display:flex;font-size:.68rem;font-weight:800;height:42px;justify-content:center;letter-spacing:.08em;width:42px}.ksc-custom-order__guide li div{display:grid;gap:.35rem;padding-top:.1rem}.ksc-custom-order__guide li strong{font-family:var(--font-serif);font-size:1.2rem;font-weight:400}.ksc-custom-order__guide li small{color:rgba(255,255,255,.6);font-size:.78rem;line-height:1.55}.ksc-custom-order__promise{align-items:center;border-top:1px solid rgba(255,255,255,.13);display:flex;gap:.9rem;padding-top:1.4rem;position:relative;z-index:1}.ksc-custom-order__promise>.dashicons{color:var(--primary);font-size:28px;height:28px;width:28px}.ksc-custom-order__promise p{display:grid;line-height:1.3;margin:0}.ksc-custom-order__promise small{color:rgba(255,255,255,.58);font-size:.7rem;margin-top:.3rem}
.ksc-custom-order__form{background:#fff;border:1px solid rgba(7,20,38,.08);border-left:0;border-radius:0 22px 22px 0;box-shadow:0 28px 70px rgba(7,20,38,.12);margin:0;padding:clamp(2rem,4vw,3.5rem)}.ksc-custom-order__form-heading{align-items:baseline;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;margin-bottom:1.6rem;padding-bottom:1rem}.ksc-custom-order__form-heading>span{color:var(--secondary);font-family:var(--font-serif);font-size:1.45rem}.ksc-custom-order__form-heading small{color:var(--muted-foreground);font-size:.68rem}.ksc-custom-order__grid{display:grid;gap:1.2rem 1.25rem;grid-template-columns:repeat(2,minmax(0,1fr))}.ksc-custom-order__grid label{color:var(--secondary);display:flex;flex-direction:column;font-size:.74rem;font-weight:800;gap:.48rem;letter-spacing:.02em}.ksc-custom-order__grid input,.ksc-custom-order__grid select,.ksc-custom-order__grid textarea{background:#fbfcfd;border:1px solid #dce1e7;border-radius:9px;color:var(--foreground);font:400 .9rem/1.45 var(--font-sans);outline:0;padding:.82rem .9rem;width:100%}.ksc-custom-order__grid input:focus,.ksc-custom-order__grid select:focus,.ksc-custom-order__grid textarea:focus{background:#fff;border-color:var(--primary);box-shadow:0 0 0 3px rgba(216,155,43,.12)}.ksc-custom-order__grid textarea{min-height:132px;resize:vertical}.ksc-custom-order__full{grid-column:1/-1}.ksc-upload-dropzone{align-items:center;background:#fbfaf7;border:1.5px dashed #cabd9f;border-radius:12px;cursor:pointer;display:flex;flex-direction:column;min-height:190px;padding:1.7rem;text-align:center;transition:border-color .25s,background .25s,transform .25s}.ksc-upload-dropzone:hover,.ksc-upload-dropzone.is-dragging{background:#fff8e9;border-color:var(--primary);transform:translateY(-2px)}.ksc-upload-dropzone input{height:1px;opacity:0;overflow:hidden;padding:0;position:absolute;width:1px}.ksc-upload-icon{align-items:center;background:rgba(216,155,43,.12);border-radius:50%;color:var(--primary-hover);display:flex;font-size:27px;height:54px;justify-content:center;margin-bottom:.75rem;width:54px}.ksc-upload-dropzone strong{font-size:.9rem}.ksc-upload-dropzone small{color:var(--muted-foreground);font-size:.75rem;font-weight:500;margin:.25rem 0}.ksc-upload-dropzone em{color:#9a7b3e;font-size:.65rem;font-style:normal;font-weight:600}.ksc-upload-preview{align-items:center;background:#f6f8fa;border:1px solid var(--border);border-radius:12px;display:grid;gap:.8rem;grid-template-columns:70px 1fr 36px;padding:.6rem}.ksc-upload-preview[hidden]{display:none}.ksc-upload-preview img{border-radius:8px;height:58px;object-fit:cover;width:70px}.ksc-upload-preview span{font-size:.78rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ksc-upload-preview button{background:transparent;border:0;border-radius:50%;color:var(--muted-foreground);font-size:1.5rem;height:34px;width:34px}.ksc-upload-preview button:hover{background:#fff;color:#b52828}.ksc-custom-order__consent{align-items:flex-start!important;display:grid!important;font-size:.72rem!important;font-weight:500!important;gap:.65rem!important;grid-template-columns:18px 1fr!important;letter-spacing:0!important;line-height:1.5}.ksc-custom-order__consent input{accent-color:var(--primary-hover);height:17px;margin-top:.15rem;padding:0;width:17px}.ksc-custom-order__submit{align-items:center;display:flex;gap:.8rem;justify-content:center;margin-top:1.6rem;min-width:250px}.ksc-custom-order__submit .dashicons{font-size:18px;transition:transform .25s}.ksc-custom-order__submit:hover .dashicons{transform:translateX(4px)}.ksc-custom-order__response-time{align-items:center;color:var(--muted-foreground);display:flex;font-size:.7rem;gap:.35rem;margin:.8rem 0 0}.ksc-custom-order__response-time .dashicons{font-size:15px;height:15px;width:15px}.ksc-custom-order__notice{align-items:flex-start;background:#edf8f0;border:1px solid #a9d6b2;border-radius:12px;color:#17632b;display:flex;gap:.8rem;margin:0 auto 1.5rem;max-width:1120px;padding:1rem 1.2rem}.ksc-custom-order__notice p{font-size:.8rem;margin:.2rem 0 0}.ksc-custom-order__notice--error{background:#fff3f1;border-color:#e7aaa1;color:#9e2d20}.ksc-honeypot{height:1px!important;left:-9999px!important;overflow:hidden!important;position:absolute!important;width:1px!important}
@media(max-width:900px){.ksc-custom-order__layout{grid-template-columns:1fr}.ksc-custom-order__guide{border-radius:20px 20px 0 0}.ksc-custom-order__guide ol{grid-template-columns:repeat(3,1fr);gap:1rem}.ksc-custom-order__guide li{display:block;padding:0}.ksc-custom-order__guide li:not(:last-child):after{display:none}.ksc-custom-order__guide li>span{margin-bottom:.8rem}.ksc-custom-order__form{border-left:1px solid rgba(7,20,38,.08);border-radius:0 0 20px 20px}}@media(max-width:620px){.ksc-custom-order{padding-left:1rem;padding-right:1rem}.ksc-custom-order__intro{text-align:left}.ksc-custom-order__intro h1{margin-left:0}.ksc-custom-order__guide ol{grid-template-columns:1fr}.ksc-custom-order__guide li{display:grid;grid-template-columns:42px 1fr}.ksc-custom-order__grid{grid-template-columns:1fr}.ksc-custom-order__full{grid-column:auto}.ksc-custom-order__form-heading{align-items:flex-start;flex-direction:column;gap:.3rem}.ksc-custom-order__submit{width:100%}}

/* Typography refresh: expressive but sturdy headings, clean and confident UI. */
html{font-size:100%;text-size-adjust:100%}body,button,input,select,textarea{font-family:var(--font-sans);font-optical-sizing:auto;font-weight:520}body{font-size:clamp(1rem,.97rem + .12vw,1.075rem);line-height:1.68}.wp-site-blocks{overflow:clip}h1,h2,h3,h4,h5,h6,.rs-brand__text strong,.rs-hero h1,.rs-section-heading h2,.rs-product-card h3,.rs-category-card h3,.woocommerce div.product .product_title,.woocommerce ul.products li.product .woocommerce-loop-product__title,.ksc-custom-order__intro h1,.ksc-custom-order__form-heading>span{font-family:var(--font-serif);font-optical-sizing:auto;font-weight:650;letter-spacing:-.035em;text-wrap:balance}.rs-product-card h3,.rs-category-card h3,.woocommerce ul.products li.product .woocommerce-loop-product__title{font-weight:620;line-height:1.3}.rs-brand__text strong{font-weight:650;letter-spacing:-.045em}.rs-desktop-nav>a,.rs-category-nav summary,.rs-button,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button{font-family:var(--font-sans);font-weight:650;letter-spacing:.01em}.rs-eyebrow,.rs-section-kicker,.rs-product-card__category,.ksc-card-minimum{font-weight:700;letter-spacing:.11em}.rs-hero h1,.ksc-custom-order__intro h1{font-weight:620;line-height:1.02}.rs-hero h1 em,h1 em,h2 em{font-family:var(--font-serif);font-weight:560}.rs-section-heading p,.rs-hero__lead,.rs-custom-order__intro p,p{max-width:70ch}.rs-product-card__price,.price,strong,b{font-weight:680}small,.rs-product-card p,.rs-category-card p{line-height:1.55}input,select,textarea{font-size:1rem!important;font-weight:500}.ksc-custom-order__grid input,.ksc-custom-order__grid select,.ksc-custom-order__grid textarea{font-family:var(--font-sans);font-weight:500}

/* Adaptable layout and comfortable touch targets. */
img,svg,video,canvas,iframe{height:auto;max-width:100%}main,section,article,aside,nav,form,.woocommerce,.wp-block-group{min-width:0}.rs-icon-button,.rs-menu-toggle,.rs-menu-close,.rs-button,.rs-cart-link,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button{min-height:48px}.rs-page-shell,.rs-section,.rs-category-section,.rs-featured-products{padding-left:max(1rem,env(safe-area-inset-left));padding-right:max(1rem,env(safe-area-inset-right))}.rs-catalog-layout,.rs-hero__inner,.rs-section__inner,.rs-footer__inner{width:100%}.woocommerce table{max-width:100%}
.rs-catalog-toolbar .rs-filter-toggle{align-items:center;color:var(--secondary);gap:.4rem;justify-content:center}.rs-catalog-toolbar .rs-filter-toggle:hover{color:var(--secondary)}
@media(max-width:1100px){.rs-header__inner{gap:.85rem}.rs-brand__text strong{font-size:1.12rem}.rs-desktop-nav{gap:1.15rem}.rs-header-actions{gap:.25rem}.rs-category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.rs-product-grid,.woocommerce ul.products{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:900px){body{font-size:1rem}.rs-announcement__inner{padding-left:1rem;padding-right:1rem}.rs-header{top:0}.rs-header__inner{min-height:72px}.rs-brand__mark{height:48px;width:48px}.rs-brand__text strong{font-size:1.08rem}.rs-hero__inner,.rs-craft__inner,.rs-editorial-grid,.ksc-product-story,.rs-catalog-layout,.rs-footer__inner{grid-template-columns:1fr}.rs-catalog-layout{gap:1.25rem}.rs-hero__content{padding-bottom:2.5rem;padding-top:2.5rem}.rs-hero h1{font-size:clamp(2.8rem,9vw,4.5rem)}.rs-section-heading h2,.rs-catalog-hero h1,.rs-page-shell>h1{font-size:clamp(2.15rem,7vw,3.5rem)}.rs-craft__copy{position:static}.rs-craft__media img{min-height:360px}.rs-editorial-grid figure:nth-child(2){margin-top:0}.rs-benefit-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.rs-footer__columns{grid-template-columns:repeat(2,minmax(0,1fr))}.woocommerce div.product{grid-template-columns:1fr}.woocommerce div.product div.summary{max-width:none;padding:1.25rem}.woocommerce-checkout .col2-set,.woocommerce form.checkout,.woocommerce-cart .woocommerce{grid-template-columns:1fr!important}}
@media(max-width:640px){.rs-announcement{min-height:36px}.rs-announcement__inner{min-height:36px}.rs-announcement__ticker{display:block;font-size:.7rem;overflow:hidden;text-align:center;width:100%}.rs-announcement__ticker span{animation:none;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rs-header__inner{padding:.55rem .75rem}.rs-brand__text{display:none}.rs-brand__mark{height:44px;width:44px}.rs-header-actions>.rs-icon-button:not(.rs-search-toggle),.rs-cart-link__label{display:none}.rs-cart-link{min-width:52px;padding:.55rem}.rs-cart-link .coc-cart-count{margin-left:0}.rs-mobile-drawer{max-width:none;width:min(92vw,380px)}.rs-mobile-drawer nav a{font-size:1rem;min-height:52px}.rs-hero__inner{padding-bottom:2rem;padding-top:2.4rem}.rs-hero h1{font-size:clamp(2.55rem,13vw,3.6rem);line-height:1}.rs-hero__lead{font-size:.97rem}.rs-hero__media img{min-height:240px}.rs-section,.rs-category-section,.rs-featured-products{padding-bottom:3rem;padding-top:3rem}.rs-section-heading{align-items:flex-start;text-align:left}.rs-section-heading h2{font-size:clamp(2rem,10vw,2.8rem)}.rs-category-grid,.rs-product-grid,.woocommerce ul.products{gap:.8rem;grid-template-columns:repeat(2,minmax(0,1fr))}.rs-category-card__body,.rs-product-card__body{min-height:0;padding:.85rem}.rs-category-card h3,.rs-product-card h3,.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:1rem}.rs-category-card p{font-size:.76rem}.rs-benefit-grid,.rs-footer__columns{grid-template-columns:1fr}.rs-footer__bottom{align-items:flex-start;flex-direction:column}.rs-footer__bottom nav{flex-wrap:wrap}.ksc-product-story{border-radius:0;margin-left:-1rem;margin-right:-1rem}.ksc-search-dialog{padding:1.1rem}.ksc-search-dialog h2{font-size:2.5rem}.ksc-live-search input{font-size:1.25rem!important}.ksc-search-results{grid-template-columns:1fr}.woocommerce div.product .product_title{font-size:clamp(2rem,10vw,2.7rem)}.woocommerce div.product form.cart,.woocommerce div.product form.cart .variations_button{align-items:stretch;flex-direction:column}.woocommerce div.product form.cart .button{width:100%}.woocommerce table.shop_table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}.woocommerce form .form-row-first,.woocommerce form .form-row-last{float:none;width:100%}.ksc-custom-order__form{padding:1.35rem}.ksc-custom-order__intro h1{font-size:clamp(2.55rem,12vw,3.7rem)}.ksc-upload-dropzone{min-height:165px;padding:1.2rem}}
@media(max-width:380px){.rs-category-grid,.rs-product-grid,.woocommerce ul.products{grid-template-columns:1fr}.rs-product-card,.woocommerce ul.products li.product{max-width:none}.rs-header-actions{gap:.1rem}.rs-search-toggle{width:42px}.rs-cart-link{min-width:48px}.rs-hero h1{font-size:2.45rem}.ksc-custom-order{padding-left:.75rem;padding-right:.75rem}.ksc-custom-order__guide,.ksc-custom-order__form{padding:1.25rem}.ksc-custom-order__guide li{gap:.75rem;grid-template-columns:38px 1fr}.ksc-custom-order__guide li>span{height:38px;width:38px}}
