:root{--navy:#142035;--navy-deep:#101a2b;--gold:#d6b480;--gold-deep:#b58c56;--ink:#1d2a3b;--muted:#657080;--paper:#fffefa;--cream:#f5f2ec;--line:#e4e0d8;--green:#25d366;--radius:4px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font:400 16px/1.6 'DM Sans',Arial,sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}img,svg{max-width:100%}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:Manrope,Arial,sans-serif;line-height:1.17;letter-spacing:-.045em}h1{font-size:clamp(2.7rem,5.8vw,5.7rem);font-weight:700}h2{font-size:clamp(2rem,3.6vw,3.55rem);font-weight:700}h3{font-size:1.25rem}p{line-height:1.7}a,button,input,select,textarea{outline-offset:3px}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid var(--gold-deep)}.wrap{width:min(100% - 64px,1360px);margin-inline:auto}.eyebrow,.mini-label{font-size:.7rem;letter-spacing:.19em;font-weight:800;color:var(--gold-deep);text-transform:uppercase}.eyebrow.light{color:var(--gold)}.button{border:1px solid transparent;display:inline-flex;justify-content:center;align-items:center;gap:12px;min-height:54px;padding:14px 24px;font-weight:700;font-size:.86rem;line-height:1.3;transition:transform .2s ease,background .2s ease,color .2s ease}.button:hover{transform:translateY(-2px)}.button-gold{background:var(--gold);color:var(--navy)}.button-gold:hover{background:#e6c894}.button-dark{background:var(--navy);color:white}.button-dark:hover{background:#263c5b}.button.full{width:100%}.text-link{font-size:.86rem;font-weight:800;border-bottom:1px solid currentColor;padding-bottom:5px;white-space:nowrap}.text-link:hover{color:var(--gold-deep)}.announcement{background:var(--navy-deep);color:#d8dbe0;text-align:center;padding:7px 14px;font-size:.67rem;letter-spacing:.13em;text-transform:uppercase}.announcement span{padding:0 9px;color:var(--gold)}.site-header{background:var(--paper);position:sticky;top:0;z-index:50;box-shadow:0 1px 0 rgba(20,32,53,.12)}.header-inner{width:min(100% - 64px,1440px);height:82px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:30px}.brand{display:inline-flex;align-items:center;gap:10px;flex:none;color:var(--navy);line-height:1}.brand-symbol{width:43px;height:43px;display:grid;place-items:center;background:var(--navy);color:var(--gold);font:bold 29px Georgia,serif;letter-spacing:-.13em;padding-right:5px}.brand-text{font-family:Manrope,sans-serif;font-size:1.45rem;font-weight:800;letter-spacing:.08em}.brand-text small{display:block;font-size:.47rem;letter-spacing:.31em;margin-top:5px;color:#8e795d}.desktop-nav{display:flex;align-items:center;gap:clamp(12px,1.6vw,26px);margin-left:auto}.desktop-nav a{font-size:.78rem;font-weight:700;white-space:nowrap;transition:color .2s}.desktop-nav a:hover{color:var(--gold-deep)}.header-actions{display:flex;align-items:center;gap:12px}.cart-action{display:flex;align-items:center;gap:9px;white-space:nowrap;font-size:.78rem;font-weight:800;padding-left:16px;border-left:1px solid var(--line)}.count{display:grid;place-items:center;width:22px;height:22px;border-radius:50%;background:var(--navy);color:#fff;font-size:.68rem}.menu-toggle{display:none;width:42px;height:42px;background:transparent;border:0;padding:8px}.menu-toggle span{display:block;height:2px;width:24px;margin:6px auto;background:var(--navy)}.mobile-nav{display:none}.hero{background:var(--navy);color:#fff;overflow:hidden}.hero-grid{min-height:660px;display:grid;grid-template-columns:1.08fr .92fr;align-items:center;gap:30px}.hero-copy{position:relative;z-index:2;padding:78px 0}.hero-copy h1{font-size:clamp(3rem,5.2vw,5.8rem);line-height:1.08;margin:21px 0 27px}.hero-copy h1 em{color:var(--gold);font-style:normal}.hero-copy>p:not(.eyebrow){color:#d5dbe3;font-size:1.08rem;max-width:570px}.hero-actions{display:flex;align-items:center;gap:30px;margin-top:38px}.light-link{color:#fff}.hero-proof{border-top:1px solid #566276;display:flex;gap:27px;margin-top:88px;padding-top:20px;color:#c9cfd7;font-size:.68rem;letter-spacing:.12em;text-transform:uppercase}.hero-art{height:100%;min-height:640px;position:relative;isolation:isolate}.hero-art-back{position:absolute;inset:14% 7% 13% 12%;border-radius:46% 46% 6px 6px;background:#e6d7bd}.hero-art-back:before{content:'';position:absolute;inset:19px;border:1px solid rgba(20,32,53,.24);border-radius:45% 45% 4px 4px}.hero-piece{position:absolute;filter:drop-shadow(0 22px 20px rgba(19,30,44,.23))}.hero-piece svg{width:100%;height:100%}.hero-shirt{width:58%;height:63%;left:10%;top:22%;transform:rotate(-8deg)}.hero-cap{width:44%;height:41%;right:0;top:14%;transform:rotate(11deg)}.hero-mug{width:40%;height:40%;right:0;bottom:7%;transform:rotate(-5deg)}.hero-note{position:absolute;left:5%;bottom:8%;color:#fff;font-family:Georgia,serif;font-style:italic;font-size:1.3rem;line-height:1.3}.section{padding-block:106px}.section.compact{padding-top:35px;padding-bottom:105px}.pale{background:var(--cream)}.section-intro{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:36px}.section-intro h2{max-width:650px;margin:10px 0 14px}.section-intro p:not(.eyebrow){max-width:650px;color:var(--muted);margin-bottom:0}.section-intro .text-link{margin-bottom:12px}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.category-card{display:flex;flex-direction:column;min-height:290px;background:var(--cream);padding:28px;transition:background .2s,transform .2s}.category-card:nth-child(2){background:#eae6dd}.category-card:nth-child(3){background:#e1e5e9}.category-card:nth-child(4){background:#e8e0d6}.category-card:hover{background:#d9c7a9;transform:translateY(-3px)}.category-card>span{font-size:.69rem;text-transform:uppercase;letter-spacing:.13em;font-weight:800}.category-card h3{margin:auto 0 24px;font-size:clamp(1.35rem,1.8vw,2rem);max-width:240px}.category-card strong{font-size:.76rem;display:flex;justify-content:space-between;border-top:1px solid #adb4ba;padding-top:14px}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.product-card{min-width:0}.product-art{background:#eae7e1;aspect-ratio:1/1.08;position:relative;display:grid;place-items:center;overflow:hidden;transition:background .2s}.product-card:nth-child(4n+2) .product-art{background:#e2e6e8}.product-card:nth-child(4n+3) .product-art{background:#e7e0d7}.product-card:nth-child(4n+4) .product-art{background:#e4e3de}.product-art:before{content:'';position:absolute;width:65%;aspect-ratio:1;border-radius:50%;background:rgba(255,255,255,.48);filter:blur(3px)}.product-art svg{width:94%;height:94%;position:relative;transition:transform .4s}.product-card:hover .product-art svg{transform:scale(1.055)}.card-arrow{position:absolute;top:16px;right:16px;width:31px;height:31px;display:grid;place-items:center;background:var(--paper);border-radius:50%;font-size:1rem}.card-meta{display:flex;justify-content:space-between;gap:10px;padding:20px 0}.card-meta h3{font-size:1.04rem;margin:6px 0 4px;letter-spacing:-.03em}.card-meta p{font-size:.77rem;color:var(--muted);margin:0}.card-meta strong{white-space:nowrap;font-size:.7rem;font-weight:800;margin-top:24px;text-align:right}.mini-label{font-size:.57rem}.split-feature{display:grid;grid-template-columns:1fr 1fr;gap:min(9vw,130px);align-items:center}.feature-visual{position:relative;background:#e7e4de;min-height:520px;display:grid;place-items:center}.feature-visual:before{content:'';position:absolute;inset:10%;border:1px solid #c9c1b6}.feature-visual svg{width:min(85%,520px);z-index:1}.feature-stamp{position:absolute;left:24px;top:24px;z-index:2;font-size:.64rem;font-weight:800;letter-spacing:.14em}.feature-copy h2{margin:14px 0 23px}.feature-copy>p:not(.eyebrow){color:var(--muted);max-width:520px}.feature-links{display:flex;align-items:center;flex-wrap:wrap;gap:26px;margin-top:30px}.closing-band{background:var(--navy);color:#fff}.closing-inner{min-height:255px;display:flex;justify-content:space-between;align-items:center;gap:40px;padding-block:55px}.closing-inner h2{max-width:690px;margin:12px 0 0;font-size:clamp(1.8rem,3vw,3.2rem)}.site-footer{background:#0e1726;color:#e4e8ed;padding-top:70px}.footer-grid{display:grid;grid-template-columns:2.2fr 1fr 1fr 1.35fr;gap:50px}.brand-light{color:#fff}.brand-light .brand-symbol{background:var(--gold);color:var(--navy)}.site-footer h3{font:800 .68rem 'DM Sans',sans-serif;letter-spacing:.16em;text-transform:uppercase;color:var(--gold);margin:4px 0 21px}.site-footer p{color:#aeb8c6;font-size:.81rem;margin:18px 0}.site-footer a:not(.brand){display:block;color:#cbd2db;font-size:.8rem;margin:0 0 11px}.site-footer a:hover{color:var(--gold)}.site-footer .footer-wa{color:var(--gold)!important;font-weight:800;margin-top:15px!important}.footer-bottom{border-top:1px solid #354154;display:flex;justify-content:space-between;padding-block:24px;margin-top:55px;color:#8290a0;font-size:.68rem}.floating-wa{position:fixed;z-index:60;right:22px;bottom:22px;background:#22ba5b;color:#fff;display:flex;align-items:center;gap:9px;padding:11px 17px;border-radius:999px;box-shadow:0 8px 25px #15253f4d;font-size:.78rem;font-weight:800}.floating-wa svg{width:23px;height:23px}.floating-wa:hover{background:#139a48}.page-heading{padding:86px 0 65px;border-bottom:1px solid var(--line)}.page-heading h1{font-size:clamp(2.7rem,5vw,5.1rem);max-width:950px;margin:13px 0 18px}.lead{color:var(--muted);font-size:1.08rem;max-width:730px;margin:0}.catalog-layout{display:grid;grid-template-columns:230px 1fr;gap:56px;padding-block:55px 110px}.catalog-side{align-self:start;position:sticky;top:120px}.catalog-side h2{font-size:1.13rem;margin:0 0 18px}.catalog-side>a{display:flex;justify-content:space-between;border-top:1px solid var(--line);padding:15px 0;font-size:.82rem;font-weight:700;color:#536174}.catalog-side>a.active,.catalog-side>a:hover{color:var(--navy)}.catalog-side>a.active:before{content:'•';margin-right:4px;color:var(--gold-deep)}.catalog-side>a span{margin-left:auto;color:#9da5ad}.catalog-help{background:var(--cream);padding:24px;margin-top:34px}.catalog-help p{font-size:.8rem;color:var(--muted);margin:11px 0 15px}.catalog-main .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.catalog-top{display:flex;justify-content:space-between;color:#87909c;font-size:.75rem;margin-bottom:25px}.breadcrumb{display:flex;flex-wrap:wrap;gap:12px;padding-top:32px;color:#8a95a2;font-size:.73rem}.breadcrumb a:hover{color:var(--ink)}.detail-layout{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);gap:clamp(40px,6vw,100px);padding-block:40px 100px}.detail-gallery{align-self:start;position:sticky;top:125px}.detail-main-art{height:min(55vw,665px);background:#e8e5df;display:grid;place-items:center}.detail-main-art svg{width:84%;height:84%}.gallery-caption{display:flex;justify-content:space-between;gap:20px;color:#87909c;font-size:.66rem;letter-spacing:.06em;padding-top:16px}.detail-info h1{font-size:clamp(2.4rem,4vw,4.25rem);margin:12px 0 17px}.detail-sub{color:var(--muted);max-width:540px}.detail-price{font:800 1.5rem Manrope,sans-serif;margin:24px 0}.detail-price small{display:block;font:400 .72rem 'DM Sans',sans-serif;color:#87909c;margin-top:6px}.trust-row{display:flex;flex-wrap:wrap;gap:8px 19px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:17px 0;font-size:.72rem;font-weight:700;color:#5e6c7c}.custom-form{padding-top:26px}.custom-form h2{font-size:1.5rem;margin:0 0 8px}.custom-form>p:not(.form-footnote){font-size:.8rem;color:var(--muted);margin-bottom:24px}.custom-form label,.order-panel label{display:block;font-size:.77rem;font-weight:800;margin-bottom:18px}.custom-form fieldset{border:0;padding:0;margin:0 0 20px}.custom-form legend{font-size:.77rem;font-weight:800;margin-bottom:11px}.swatches{display:flex;gap:14px;flex-wrap:wrap}.swatch{display:flex!important;flex-direction:column;align-items:center;gap:5px;margin:0!important;cursor:pointer;font-weight:500!important}.swatch input{position:absolute;opacity:0;width:1px;height:1px}.swatch span{display:block;width:29px;height:29px;background:var(--swatch);border:1px solid #9fa5ad;border-radius:50%;outline:2px solid transparent;outline-offset:3px}.swatch input:checked+span,.swatch input:focus-visible+span{outline-color:var(--navy)}.swatch small{font-size:.63rem;color:var(--muted)}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:15px}.custom-form input:not([type=file]):not([type=radio]),.custom-form select,.custom-form textarea,.order-panel input{display:block;width:100%;background:#fff;border:1px solid #cbd0d4;border-radius:0;min-height:48px;padding:11px 13px;margin-top:7px;font-size:.81rem;color:var(--ink)}.custom-form textarea{min-height:92px;resize:vertical}.optional{color:#9aa2aa;font-weight:400}.file-label{border:1px dashed #9fa9b4;background:#f8f8f5;padding:20px;display:flex!important;align-items:center;gap:13px;position:relative;cursor:pointer;min-height:90px}.file-label:hover{border-color:var(--navy)}.file-label span:last-of-type{font-size:.69rem;color:var(--muted);font-weight:400;display:block}.file-label strong{font-size:.78rem;display:block}.upload-icon{font-size:1.6rem;font-weight:400;border:1px solid var(--line);width:38px;height:38px;display:grid;place-items:center;flex:none}.file-label input{position:absolute;inset:0;opacity:0;width:100%;cursor:pointer}.file-label:focus-within{outline:3px solid var(--gold-deep)}.upload-preview{display:flex;align-items:center;gap:11px;background:#eff4ee;padding:9px;margin:-10px 0 19px;font-size:.73rem}.upload-preview[hidden]{display:none}.upload-preview img{width:48px;height:48px;object-fit:cover}.upload-preview span{display:block;color:var(--muted)}.upload-preview button{margin-left:auto;border:0;background:transparent;font-size:1.4rem}.form-error{color:#a52528!important;background:#fff0ef;padding:10px;font-size:.78rem!important}.form-error[hidden]{display:none}.form-footnote{font-size:.7rem;color:#8b949f;margin:11px 0 0}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.steps-grid>div{border-top:1px solid var(--navy);padding:22px 15px 25px 0}.steps-grid span{color:var(--gold-deep);font-size:.76rem;font-weight:800}.steps-grid h2{font-size:1.38rem;margin:35px 0 14px}.steps-grid p{color:var(--muted);font-size:.81rem;margin:0}.center-cta{text-align:center}.center-cta p{color:var(--muted);margin-bottom:26px}.editorial-hero{background:var(--navy);color:#fff}.event-hero{background:#1b304a}.editorial-grid{min-height:530px;display:grid;grid-template-columns:1fr .72fr;align-items:center;gap:40px}.editorial-grid h1{font-size:clamp(3rem,5vw,5.2rem);max-width:700px;margin:15px 0 22px}.editorial-grid p:not(.eyebrow){color:#d7dde5;max-width:590px}.editorial-grid .button{margin-top:22px}.editorial-art{height:470px;display:grid;place-items:center;border-radius:45% 45% 0 0;background:#d7c6a8;align-self:end;margin-top:60px}.event-hero .editorial-art{background:#dfc8bc}.editorial-art svg{width:85%;height:85%}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.gallery-tile{background:var(--cream);min-height:370px;display:flex;flex-direction:column;overflow:hidden}.gallery-tile:nth-child(2n){background:#e5e9ea}.gallery-tile:nth-child(3n){background:#e8dfd3}.gallery-tile.wide{grid-column:span 2}.gallery-tile>div{height:290px;display:grid;place-items:center}.gallery-tile svg{height:100%;width:90%;transition:transform .3s}.gallery-tile:hover svg{transform:scale(1.05)}.gallery-tile>span{padding:16px 20px;border-top:1px solid #cdd0d0;font-size:.8rem;font-weight:800;margin-top:auto}.about-hero{background:var(--navy);color:#fff}.about-grid{min-height:470px;display:grid;grid-template-columns:1.3fr .7fr;gap:90px;align-items:end;padding-block:100px}.about-grid h1{font-size:clamp(3rem,5.3vw,5.7rem);margin:20px 0 0}.about-grid>p{font-size:1.25rem;color:#d5dce3;max-width:430px;margin-bottom:10px}.values-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr 1fr;gap:35px}.values-grid h2{font-size:2.3rem}.values-grid>div:not(:first-child){border-top:1px solid var(--gold-deep);padding-top:18px}.values-grid h3{font-size:1.15rem}.values-grid p{font-size:.82rem;color:var(--muted)}.contact-layout{display:grid;grid-template-columns:1.1fr .9fr;gap:70px}.contact-card{background:var(--navy);color:#fff;padding:55px}.contact-card h2{max-width:500px}.contact-card p:not(.eyebrow){color:#d2dbe6;max-width:540px}.contact-card .button{margin-top:20px}.contact-facts>div{padding:22px 0;border-bottom:1px solid var(--line)}.contact-facts span{font-size:.68rem;letter-spacing:.16em;color:var(--gold-deep);font-weight:800}.contact-facts h3{margin:11px 0;font-size:1.38rem}.contact-facts a:hover{color:var(--gold-deep)}.order-layout{display:grid;grid-template-columns:minmax(0,1fr) 370px;gap:70px;align-items:start}.order-item{display:grid;grid-template-columns:145px 1fr;gap:25px;padding:0 0 25px;margin-bottom:25px;border-bottom:1px solid var(--line)}.order-thumb{width:145px;height:155px;background:#e8e5df;display:grid;place-items:center}.order-item h2{font-size:1.35rem;margin:8px 0}.order-item p{font-size:.78rem;color:var(--muted);margin:2px 0}.file-pill{color:#326b4f!important}.remove-item{border:0;background:transparent;color:#a44145;text-decoration:underline;padding:9px 0;font-size:.72rem}.order-panel{background:var(--cream);padding:30px;position:sticky;top:115px}.order-panel h2{font-size:1.75rem;margin:10px 0}.order-panel>p:not(.eyebrow){color:var(--muted);font-size:.8rem}.order-panel label{margin-top:16px}.order-panel .button{margin-top:12px}.order-panel .text-button{width:100%;border:0;background:transparent;text-decoration:underline;font-size:.78rem;font-weight:700;padding:15px}.order-help{font-size:.69rem!important;color:#5d6877!important;line-height:1.5}.empty-order{padding:50px;background:var(--cream)}.empty-order h2{font-size:2rem}.empty-order p{color:var(--muted)}
@media(max-width:1250px){.desktop-nav{gap:12px}.desktop-nav a{font-size:.71rem}.header-inner{width:min(100% - 38px,1440px)}.cart-action{font-size:.71rem}.brand-text{font-size:1.25rem}.product-grid{gap:16px}.card-meta{display:block}.card-meta strong{display:block;text-align:left;margin-top:9px}.footer-grid{gap:25px}}@media(max-width:1050px){.desktop-nav{display:none}.menu-toggle{display:block}.mobile-nav:not([hidden]){display:grid;grid-template-columns:repeat(2,1fr);gap:0 24px;padding:14px 32px 24px;background:var(--paper);border-top:1px solid var(--line)}.mobile-nav a{padding:12px 0;border-bottom:1px solid var(--line);font-size:.85rem;font-weight:700}.header-inner{height:72px}.wrap{width:min(100% - 44px,1360px)}.hero-grid{min-height:600px}.hero-proof{margin-top:65px}.product-grid{grid-template-columns:repeat(2,1fr)}.catalog-main .product-grid{grid-template-columns:repeat(2,1fr)}.category-grid{grid-template-columns:repeat(2,1fr)}.category-card{min-height:240px}.values-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:760px){.wrap{width:min(100% - 32px,1360px)}.announcement{font-size:.54rem}.header-inner{width:calc(100% - 28px);height:66px}.brand-symbol{width:36px;height:36px;font-size:25px}.brand-text{font-size:1.12rem}.cart-action{font-size:0;border-left:0;padding:0}.cart-action .count{font-size:.68rem}.mobile-nav:not([hidden]){grid-template-columns:1fr;padding:10px 18px 20px;max-height:calc(100vh - 105px);overflow:auto}.hero-grid{display:flex;flex-direction:column;gap:0;min-height:0}.hero-copy{padding:65px 0 0}.hero-copy h1{font-size:clamp(2.7rem,11vw,4.3rem)}.hero-copy>p:not(.eyebrow){font-size:.94rem}.hero-actions{gap:22px;margin-top:28px}.hero-proof{margin-top:50px;gap:13px;font-size:.55rem}.hero-art{width:100%;height:390px;min-height:390px}.hero-art-back{inset:8% 7% 0}.hero-shirt{width:55%;height:75%;top:15%;left:9%}.hero-cap{width:43%;height:51%;top:3%}.hero-mug{width:37%;height:47%;bottom:1%}.hero-note{bottom:7%;font-size:.95rem}.section{padding-block:68px}.section.compact{padding-top:30px;padding-bottom:65px}.section-intro{align-items:start;display:block;margin-bottom:27px}.section-intro h2{font-size:clamp(1.9rem,7vw,2.7rem)}.section-intro .text-link{display:inline-block;margin-top:18px}.category-grid{gap:9px}.category-card{padding:18px;min-height:205px}.category-card h3{font-size:1.28rem}.category-card>span{font-size:.55rem}.category-card strong{font-size:.67rem}.product-grid,.catalog-main .product-grid{gap:12px}.product-art{aspect-ratio:1/1.12}.card-meta{padding:12px 0}.card-meta h3{font-size:.87rem;margin:4px 0}.card-meta p{font-size:.7rem;line-height:1.4}.card-meta strong{font-size:.67rem}.mini-label{font-size:.51rem}.split-feature{display:block}.feature-visual{min-height:360px}.feature-visual svg{height:330px}.feature-copy{padding-top:42px}.feature-copy h2{font-size:2.2rem}.closing-inner{display:block;min-height:0}.closing-inner .button{margin-top:26px}.footer-grid{gap:28px 22px}.site-footer{padding-top:50px}.footer-bottom{margin-top:30px;display:block}.footer-bottom span{display:block;margin-bottom:8px}.floating-wa{right:14px;bottom:14px;padding:10px 13px}.floating-wa span{font-size:.72rem}.page-heading{padding:57px 0 45px}.page-heading h1{font-size:clamp(2.5rem,9vw,4rem)}.lead{font-size:.91rem}.catalog-layout{display:block;padding-block:25px 70px}.catalog-side{position:static;margin-bottom:22px}.catalog-side h2,.catalog-help{display:none}.catalog-side{display:flex;overflow-x:auto;gap:8px;padding-bottom:10px;scrollbar-width:thin}.catalog-side>a,.catalog-side>a.active{border:1px solid var(--line);padding:9px 12px;white-space:nowrap;font-size:.71rem;flex:none}.catalog-side>a span{margin-left:8px}.catalog-top{font-size:.7rem}.detail-layout{display:block;padding-block:21px 65px}.detail-gallery{position:static}.detail-main-art{height:390px}.gallery-caption{font-size:.55rem}.detail-info{padding-top:34px}.detail-info h1{font-size:2.5rem}.detail-price{font-size:1.28rem}.breadcrumb{padding-top:20px;font-size:.65rem}.steps-grid{grid-template-columns:1fr;gap:0}.steps-grid>div{padding:18px 0}.steps-grid h2{margin:15px 0 6px}.editorial-grid{display:block;padding-top:60px}.editorial-grid h1{font-size:clamp(2.7rem,10vw,4rem)}.editorial-art{height:330px;width:90%;margin:50px auto 0}.gallery-grid{grid-template-columns:repeat(2,1fr);gap:10px}.gallery-tile{min-height:250px}.gallery-tile.wide{grid-column:span 2}.gallery-tile>div{height:205px}.about-grid{display:block;min-height:0;padding-block:70px}.about-grid h1{font-size:clamp(2.7rem,10vw,4.4rem)}.about-grid>p{margin-top:30px;font-size:1rem}.values-grid{gap:22px}.values-grid>div:first-child{grid-column:span 2}.values-grid h2{font-size:2rem}.contact-layout{display:block}.contact-card{padding:35px 25px}.contact-facts{padding-top:28px}.order-layout{display:block}.order-panel{position:static;margin-top:24px}.order-item{grid-template-columns:95px 1fr;gap:14px}.order-thumb{width:95px;height:105px}.order-item h2{font-size:1.08rem}.order-item p{font-size:.7rem}}@media(max-width:420px){.hero-actions{align-items:flex-start;flex-direction:column}.hero-copy h1{font-size:2.65rem}.hero-art{height:315px;min-height:315px}.hero-proof{flex-wrap:wrap}.detail-main-art{height:315px}.field-row{gap:9px}.category-card h3{font-size:1.1rem}.category-card{min-height:190px}.product-grid,.catalog-main .product-grid{column-gap:8px}.card-meta h3{font-size:.8rem}.card-meta p{display:none}.gallery-tile>div{height:160px}.gallery-tile{min-height:215px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}
.cart-action svg{width:18px;height:18px;flex:none}
@media(max-width:760px){.floating-wa{width:52px;height:52px;justify-content:center;padding:0}.floating-wa span{display:none}}
