@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Fraunces:opsz,wght@9..144,500;9..144,600&display=swap');:root{--ink:#17332f;--forest:#215c51;--mint:#dcece5;--paper:#fbfaf5;--cream:#f2eee2;--coral:#e2765b;--blue:#4e7f95;--line:#d9ddd4;--muted:#65736e;--serif:Fraunces,Georgia,serif;--sans:'DM Sans',system-ui,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font:15px/1.65 var(--sans)}a{color:inherit}.shell{width:min(1180px,calc(100% - 40px));margin:auto}.shop-header{position:sticky;top:0;z-index:50;background:#fbfaf5ee;backdrop-filter:blur(16px);border-bottom:1px solid var(--line)}.shop-nav{height:76px;display:flex;align-items:center;gap:40px}.shop-brand{font:600 28px var(--serif);text-decoration:none}.shop-brand span{color:var(--coral)}.shop-nav nav{display:flex;gap:28px;margin-left:auto}.shop-nav nav a{text-decoration:none;font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.shop-nav nav a:hover,.shop-nav nav .active{color:var(--coral)}.cart-button{border:0;background:var(--ink);color:#fff;padding:12px 17px;font:600 12px var(--sans);border-radius:999px}.cart-button b{display:inline-grid;place-items:center;background:var(--coral);min-width:20px;height:20px;border-radius:50%;margin-left:6px}.shop-hero{min-height:650px;display:grid;align-items:center;background:radial-gradient(circle at 78% 42%,#f3a994 0 11%,transparent 11.2%),radial-gradient(circle at 78% 42%,transparent 0 19%,#215c5122 19.2% 19.7%,transparent 20%),linear-gradient(120deg,#f7f4e9 0 58%,#dcece5 58%);position:relative;overflow:hidden}.shop-hero:after{content:'✦';position:absolute;right:13%;top:19%;font-size:42px;color:var(--forest)}.shop-hero h1{font:600 clamp(56px,7vw,92px)/.98 var(--serif);max-width:850px;margin:18px 0 25px;letter-spacing:-.035em}.shop-hero p{max-width:660px;color:var(--muted);font-size:17px}.shop-hero>a,.shop-hero .shell>a,.editorial-shop a{display:inline-block;background:var(--coral);color:#fff;padding:14px 20px;border-radius:3px;text-decoration:none;font-weight:600;margin-top:18px}.kicker{color:var(--forest);font-size:11px;font-weight:600;letter-spacing:.16em;text-transform:uppercase}.trust-strip{background:var(--ink);color:#fff}.trust-strip .shell{display:grid;grid-template-columns:repeat(4,1fr)}.trust-strip span{text-align:center;padding:20px;border-right:1px solid #ffffff22;font-size:12px}.catalog{padding:95px 0}.catalog-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:38px}.catalog h2,.editorial-shop h2{font:600 clamp(40px,5vw,64px)/1 var(--serif);margin:10px 0}.filters{display:flex;flex-wrap:wrap;gap:7px}.filters button{border:1px solid var(--line);background:#fff;padding:9px 13px;border-radius:99px;color:var(--muted)}.filters button.active{background:var(--forest);color:#fff;border-color:var(--forest)}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:25px 18px}.product-card{min-width:0}.product-card[hidden]{display:none}.product-visual{display:block;aspect-ratio:1;position:relative;overflow:hidden;background:var(--mint);border-radius:4px}.product-visual img{width:100%;height:100%;object-fit:cover;transition:.45s}.product-card:hover img{transform:scale(1.035)}.product-visual em{position:absolute;top:12px;left:12px;background:#fff;padding:6px 9px;font-style:normal;font-size:10px;font-weight:600}.product-copy{padding:14px 3px}.product-copy small{color:var(--coral);font-size:10px;text-transform:uppercase;letter-spacing:.12em}.product-copy h3{font:600 23px/1.1 var(--serif);margin:6px 0}.product-copy h3 a{text-decoration:none}.product-copy p{color:var(--muted);font-size:12px;margin:8px 0}.product-copy>div{display:flex;align-items:center;justify-content:space-between}.product-copy strong{font-size:16px}.product-copy button,.product-copy>div>a{border:0;background:var(--mint);padding:8px 13px;border-radius:99px;text-decoration:none;color:var(--forest);font-weight:600}.editorial-shop{padding:110px 0;background:var(--mint);text-align:center}.editorial-shop p{max-width:720px;margin:20px auto;color:var(--muted)}.shop-footer{padding:70px 0;background:#e9e7dc}.footer-columns{display:grid;grid-template-columns:1.4fr .7fr 1fr;gap:60px}.footer-columns p{color:var(--muted);max-width:420px}.footer-columns a,.footer-columns b{display:block;margin:9px 0}.product-page{padding:30px 0 90px}.crumb{font-size:12px;color:var(--muted);margin:12px 0 28px}.product-layout{display:grid;grid-template-columns:1.1fr .9fr;gap:65px}.product-gallery{display:grid;grid-template-columns:1fr 1fr;gap:12px}.gallery-item{margin:0;background:var(--cream);position:relative;overflow:hidden}.gallery-item img{width:100%;aspect-ratio:1;object-fit:cover}.gallery-item.g2 img{transform:scale(1.22)}.gallery-item.g3 img{filter:saturate(.72);object-position:65% 50%}.gallery-item.g4 img{transform:scale(.88);filter:contrast(1.05)}.gallery-item figcaption{padding:8px 10px;color:var(--muted);font-size:10px}.product-info{padding-top:45px}.product-info h1,.checkout h1{font:600 clamp(48px,5vw,72px)/1 var(--serif);margin:12px 0}.price{font-size:24px;font-weight:600;color:var(--coral);margin:20px 0}.lead{font-size:17px;color:var(--muted)}dl{border-top:1px solid var(--line);margin:28px 0}dl div{display:grid;grid-template-columns:145px 1fr;padding:13px 0;border-bottom:1px solid var(--line)}dt{color:var(--muted)}dd{margin:0}.size-field{display:grid;gap:8px;margin:20px 0}.size-field select,input,textarea{width:100%;padding:13px;border:1px solid var(--line);background:#fff;font:inherit}.buy-button,.checkout button{display:block;width:100%;border:0;background:var(--forest);color:white;padding:16px;text-align:center;text-decoration:none;font-weight:600}.buy-button.disabled{background:#87928e}.buy-note{font-size:11px;color:var(--muted);margin:12px 0 25px}details{border-top:1px solid var(--line);padding:17px 0}summary{font-weight:600}.cart-overlay{position:fixed;inset:0;background:#17332f66;z-index:100}.cart-drawer{position:absolute;right:0;top:0;bottom:0;width:min(440px,100%);background:var(--paper);padding:30px;overflow:auto}.cart-close{float:right;border:0;background:none}.cart-drawer h2{font:600 40px var(--serif)}.cart-line{display:grid;grid-template-columns:1fr auto;gap:8px;padding:14px 0;border-bottom:1px solid var(--line)}.cart-line small{color:var(--muted)}.cart-line button{border:0;background:none;color:var(--coral)}.cart-total{display:flex;justify-content:space-between;padding:20px 0;font-size:18px}.checkout-link{display:block;text-align:center;background:var(--forest);color:white;padding:14px;text-decoration:none}.cart-drawer>small{display:block;margin-top:10px;color:var(--muted)}.checkout{padding:90px 0;max-width:780px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.checkout label{display:grid;gap:6px;margin:14px 0}.checkout button{margin-top:22px}.checkout-cart{margin-top:30px}@media(max-width:900px){.product-grid{grid-template-columns:repeat(2,1fr)}.product-layout{grid-template-columns:1fr}.shop-nav nav{display:none}.trust-strip .shell{grid-template-columns:1fr 1fr}.catalog-head{display:block}.filters{margin-top:20px}}@media(max-width:560px){.shell{width:calc(100% - 28px)}.shop-hero{min-height:570px;background:linear-gradient(150deg,#f7f4e9,#dcece5)}.shop-hero h1{font-size:50px}.product-grid{gap:20px 10px}.product-copy h3{font-size:19px}.trust-strip .shell,.footer-columns,.form-grid{grid-template-columns:1fr}.trust-strip span{border-bottom:1px solid #ffffff22}.product-gallery{gap:6px}.product-layout{gap:25px}.shop-nav{height:68px}}
/* Premium shop palette */
:root{--ink:#2b211b;--forest:#5f5a45;--mint:#eadcca;--paper:#fbf7ef;--cream:#f2e8d9;--coral:#d9653c;--blue:#9b6b4b;--line:#decfbd;--muted:#72665e}.shop-header{background:#fbf7eff2;border-color:#decfbd;box-shadow:0 8px 28px #5c35140a}.shop-brand span{color:#d9653c}.shop-nav nav a:hover,.shop-nav nav .active{color:#c6532f}.cart-button{background:#d9653c;box-shadow:0 8px 18px #b94b2c24}.cart-button:hover{background:#b94b2c}.cart-button b{background:#2b211b}.shop-hero{background:radial-gradient(circle at 78% 42%,#df7a55 0 11%,transparent 11.2%),radial-gradient(circle at 78% 42%,transparent 0 19%,#875c3b26 19.2% 19.7%,transparent 20%),linear-gradient(120deg,#fbf7ef 0 58%,#ead8c3 58%)}.shop-hero:after{color:#9b6b4b}.shop-hero h1{color:#34251d}.shop-hero>a,.shop-hero .shell>a,.editorial-shop a{background:#d9653c;box-shadow:0 12px 24px #a9442925}.shop-hero>a:hover,.shop-hero .shell>a:hover,.editorial-shop a:hover{background:#b94b2c}.trust-strip{background:#2b211b}.catalog{background:#fbf7ef}.filters button{border-color:#decfbd;background:#fffaf3;color:#72665e}.filters button.active{background:#d9653c;border-color:#d9653c}.product-visual{background:#eadcca}.product-copy small{color:#c6532f}.product-copy>div>a,.product-copy button{background:#f0dfcb;color:#6d4430}.product-copy button:hover{background:#d9653c;color:#fff}.editorial-shop{background:#eadcca}.shop-footer{background:#e7d9c7}.gallery-item{background:#f2e8d9}.price{color:#c6532f}.buy-button,.checkout button,.checkout-link{background:#d9653c}.buy-button:hover,.checkout button:hover,.checkout-link:hover{background:#b94b2c}.cart-overlay{background:#2b211b70}.cart-drawer{background:#fbf7ef}.cart-line button{color:#c6532f}input,textarea,.size-field select{border-color:#decfbd;background:#fffdf9}.kicker{color:#c6532f}@media(max-width:560px){.shop-hero{background:linear-gradient(150deg,#fbf7ef,#ead8c3)}}

/* product-card-layout-fix-v2 */
html,body{max-width:100%;overflow-x:hidden}img{display:block;max-width:100%}.product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:26px 20px;align-items:stretch}.product-card{min-width:0;background:#fffdf8;border:1px solid #eadfce;border-radius:12px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 8px 26px #6e49230a}.product-visual{border-radius:0}.product-copy{padding:17px;display:flex;flex:1;min-width:0;flex-direction:column}.product-copy h3,.product-copy p{overflow-wrap:anywhere}.product-copy>div{margin-top:auto;gap:10px}.product-layout{grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr)}.product-layout,.product-gallery,.product-info,.gallery-item{min-width:0}.gallery-item.g2 img,.gallery-item.g3 img,.gallery-item.g4 img{transform:none;filter:none;object-position:center}@media(max-width:1200px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:920px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-layout{grid-template-columns:1fr}}@media(max-width:540px){.product-grid{grid-template-columns:1fr}.product-gallery{grid-template-columns:1fr}.product-info{padding-top:10px}.product-copy h3{font-size:22px}}
/* AstroFriend high-contrast sapphire theme */
:root{--black:#f7f9fc;--night:#edf3f8;--panel:#fff;--gold:#2563a6;--gold2:#10243e;--ivory:#162b43;--muted:#53677a;--line:#d7e1ea;--ink:#10243e;--forest:#2563a6;--mint:#e2f0f2;--paper:#f7f9fc;--cream:#edf3f8;--coral:#1d7596;--blue:#2b8f87}
body{background:#f7f9fc;color:#162b43}body:before{opacity:.035}
.site-header,.shop-header{background:#fffffff5;border-color:#d7e1ea;box-shadow:0 8px 30px #10243e0d}
.nav,.shop-nav{height:82px;gap:24px}.brand,.shop-brand{color:#10243e;font-size:30px;white-space:nowrap}.brand b,.shop-brand span{color:#2563a6}
.nav-links{gap:5px;flex:1;justify-content:flex-end}.shop-nav nav{gap:5px}
.nav-links a,.shop-nav nav a{color:#263f58;font-size:12px;font-weight:700;letter-spacing:.055em;padding:11px 12px;border-radius:8px;white-space:nowrap}
.nav-links a:hover,.shop-nav nav a:hover,.shop-nav nav .active{color:#174f86;background:#edf4fb}
.nav-cta{background:#2563a6!important;border:1px solid #2563a6!important;color:#fff!important;padding:12px 17px!important;margin-left:6px;box-shadow:0 8px 20px #2563a62b}.nav-cta:hover{background:#174f86!important}
.nav-search-trigger{width:min(280px,23vw);height:44px;background:#f6f9fc;border:1px solid #cbd9e5;border-radius:9px;color:#496175;padding:0 13px}.nav-search-trigger span{color:#2563a6}.nav-search-trigger:hover{border-color:#5689ba;color:#193a5b;background:#fff}.nav-search-trigger kbd{border-color:#c6d5e1;color:#53677a;background:#fff;border-radius:4px}
.cart-button{background:#2563a6;color:#fff;border-radius:9px;padding:12px 18px;box-shadow:0 8px 20px #2563a62b}.cart-button:hover{background:#174f86}.cart-button b{background:#2b8f87}
.hero,.home-hero{background:radial-gradient(circle at 76% 39%,#58b6ae2c 0 10%,transparent 10.3%),radial-gradient(circle at 76% 39%,transparent 0 19%,#2563a621 19.2% 19.7%,transparent 20%),linear-gradient(132deg,#fbfdff,#e5f0f7)!important;border-color:#d7e1ea}.hero:before,.home-hero:before{border-color:#2563a63d!important;border-left-color:transparent!important;border-top-color:transparent!important;filter:none!important}.hero h1,.home-hero h1,h1,h2,h3{color:#10243e!important}.eyebrow,.kicker{color:#1d7596}.dek,.article,.home-hero p{color:#40596f!important}
.search-shell{background:#fff;border-color:#bdd0df;border-radius:10px;box-shadow:0 16px 42px #15395918}.search-shell:focus-within{border-color:#2563a6;box-shadow:0 0 0 4px #2563a618,0 18px 44px #1539591c}.search-shell input{color:#10243e}.search-shell input::placeholder{color:#60778a}.search-icon{color:#2563a6}.search-results{background:#fff;border-color:#cbd9e5;box-shadow:0 25px 70px #10243e24}.search-results a:hover,.search-results a.active{background:#edf4fb}.search-results strong{color:#10243e}.search-note{color:#60778a}
.proofbar,.trust-strip{background:#10243e}.proofgrid div{color:#e9f1f7}.button.gold,.shop-hero>a,.shop-hero .shell>a,.editorial-shop a{background:#2563a6;color:#fff;box-shadow:0 10px 24px #2563a62a}.button.gold:hover,.shop-hero>a:hover,.shop-hero .shell>a:hover,.editorial-shop a:hover{background:#174f86}.button.line{border-color:#82a1bc;color:#173b5d;background:#fff}
.shop-hero{background:radial-gradient(circle at 78% 42%,#58b6ae35 0 11%,transparent 11.3%),radial-gradient(circle at 78% 42%,transparent 0 20%,#2563a61d 20.2% 20.7%,transparent 21%),linear-gradient(122deg,#fbfdff 0 58%,#e4eff7 58%)}.shop-hero h1{color:#10243e}.shop-hero:after{color:#2563a6}
.topic,.card,.answer,.note,.authority-card,.side,.product-card{background:#fff;border-color:#d7e1ea;color:#304b63}.topic:hover,.card:hover{border-color:#5f91be;background:#f7fbff}.topic b,.card strong,.product-copy h3,.product-copy strong{color:#10243e}.topic span,.card small,.product-copy small,.price{color:#1d7596}.answer{box-shadow:inset 4px 0 #2b76b9}.split,.related,.start,.editorial-shop{background:#eaf1f6;border-color:#d7e1ea}.consult-visual{background:#e3f0f2}.catalog{background:#f7f9fc}.filters button{border-color:#cbd9e5;background:#fff;color:#455e73}.filters button.active{background:#2563a6;border-color:#2563a6;color:#fff}.product-card{box-shadow:0 10px 28px #10243e0b}.product-visual{background:#e2f0f2}.product-copy button,.product-copy>div>a{background:#e5f0f7;color:#174f86}.product-copy button:hover{background:#2563a6;color:#fff}.gallery-item{background:#edf3f8}.buy-button,.checkout button,.checkout-link{background:#2563a6}.buy-button:hover,.checkout button:hover,.checkout-link:hover{background:#174f86}
.site-footer,.shop-footer{background:#10243e;border-color:#203a55;color:#fff}.footer-brand,.shop-footer .shop-brand{color:#fff}.footer-brand b,.footer-title,.shop-footer .shop-brand span{color:#7fc7d1}.footer-copy,.footer-links a,.footer-columns p,.footer-columns a{color:#c3d1dd}.footer-bottom{border-color:#ffffff20;color:#93a8bb}.footer-cta{border-color:#6f9bc2;color:#fff}.mobile-cta{background:#2563a6;color:#fff!important}
@media(max-width:1100px){.nav-links a{padding:10px 8px;font-size:11px}.nav-search-trigger{width:220px}}
@media(max-width:840px){.nav,.shop-nav{height:72px}.nav-links{top:72px;background:#fff;border-color:#d7e1ea;padding:18px;gap:4px;box-shadow:0 18px 35px #10243e1a}.nav-links a{width:100%;font-size:13px;padding:13px 14px}.nav-cta{margin:5px 0 0}.nav-toggle{border:1px solid #c5d5e2;background:#f5f9fc;color:#173b5d;border-radius:8px}.nav-search-trigger{width:44px}.brand,.shop-brand{font-size:27px}}
@media(max-width:560px){.nav,.shop-nav{height:68px}.nav-links{top:68px}.brand,.shop-brand{font-size:24px}.shop-hero{background:linear-gradient(150deg,#fbfdff,#e4eff7)}}
.cart-overlay[hidden]{display:none}.cart-overlay{position:fixed;inset:0;background:#10243e75;z-index:120;backdrop-filter:blur(4px)}.cart-drawer{position:absolute;right:0;top:0;bottom:0;width:min(460px,100%);background:#fff;padding:30px;overflow:auto;box-shadow:-20px 0 60px #10243e30}.cart-open{overflow:hidden}.cart-close{float:right;border:1px solid #cbd9e5;background:#f6f9fc;border-radius:7px;padding:8px 11px;color:#173b5d}.cart-drawer h2{color:#10243e}.cart-line{display:grid;grid-template-columns:72px minmax(0,1fr) auto;align-items:center;gap:14px;padding:15px 0;border-bottom:1px solid #d7e1ea}.cart-line img{width:72px;height:72px;object-fit:cover;border-radius:8px;background:#edf3f8}.cart-line small,.cart-line .stock-note{display:block;color:#53677a}.stock-note{font-size:11px;color:#23765f!important}.cart-line button{border:0;background:none;color:#1d7596}.empty-cart{display:grid;gap:12px;padding:30px 0}.checkout-link{display:block;text-align:center;background:#2563a6;color:#fff;padding:14px;text-decoration:none;border-radius:8px}.checkout-link[aria-disabled]{opacity:.5;pointer-events:none}
.cart-page,.checkout-page{padding:34px 0 90px}.cart-page h1,.checkout-page h1{font:600 clamp(48px,6vw,72px)/1 var(--serif);margin:12px 0 35px;color:#10243e}.cart-page-layout,.checkout-layout{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);gap:48px}.cart-page-lines,.order-summary,.cart-page-summary{background:#fff;border:1px solid #d7e1ea;border-radius:12px;padding:24px}.cart-page-lines .cart-line{grid-template-columns:96px minmax(0,1fr) auto}.cart-page-lines .cart-line img{width:96px;height:96px}.cart-page-summary,.order-summary{align-self:start;position:sticky;top:110px}.cart-page-summary h2,.order-summary h2{margin-top:8px}.continue-shopping{display:block;text-align:center;margin-top:14px;color:#174f86}.checkout-layout form>label{display:grid;gap:7px;margin:15px 0}.checkout-layout label span{color:#6c7f91}.checkout-layout input,.checkout-layout textarea{border:1px solid #cbd9e5;border-radius:8px;background:#fff;padding:13px}.delivery-estimate{display:grid;gap:3px;margin:22px 0;padding:16px;border-radius:9px;background:#e5f2f2;color:#174a52}.delivery-estimate span{font-size:12px}.payment-methods{border:1px solid #cbd9e5;border-radius:10px;padding:18px;margin:22px 0}.payment-methods legend{font-weight:700;color:#10243e;padding:0 8px}.payment-methods label{display:flex;align-items:flex-start;gap:12px}.payment-methods input{width:auto;margin-top:5px}.payment-methods span{display:grid}.payment-methods small{color:#53677a}.payment-message{padding:16px;border-radius:8px;background:#fff4d8;color:#6e4f0b}.order-summary .cart-line{grid-template-columns:60px minmax(0,1fr) auto}.order-summary .cart-line img{width:60px;height:60px}
@media(max-width:850px){.cart-page-layout,.checkout-layout{grid-template-columns:1fr}.cart-page-summary,.order-summary{position:static}.cart-line{grid-template-columns:64px minmax(0,1fr) auto}.cart-line img{width:64px;height:64px}}
