:root{--background:#0f172a;--foreground:#f1f5f9;--card:#1e293b;--muted:#334155;--muted-foreground:#94a3b8;--primary:#23395D;--primary-dark:#162844;--secondary:#D97A6C;--border:rgba(148,163,184,0.2);--input-background:#1e293b;--ring:rgba(185,177,208,0.32)}*{box-sizing:border-box}body,html{background:#ffffff}body{margin:0;color:var(--foreground);font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input,textarea{font:inherit}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.cookie-consent{position:fixed;inset:auto 16px 16px;z-index:100;display:flex;justify-content:center}.cookie-consent-card{width:min(100%,720px);padding:20px;border:1px solid rgba(255,210,73,.24);border-radius:16px;background:rgba(30,41,59,.98);box-shadow:0 24px 64px rgba(0,0,0,.42);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.cookie-consent-copy h2{margin:0 0 8px;color:var(--foreground);font-size:18px}.cookie-consent-copy p{margin:0;color:var(--muted-foreground);font-size:14px;line-height:1.55}.cookie-consent-details{margin-top:16px;border:1px solid var(--border);border-radius:12px;background:rgba(15,23,42,.56)}.cookie-consent-option{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px}.cookie-consent-option+.cookie-consent-option{border-top:1px solid var(--border)}.cookie-consent-option span,.cookie-consent-option strong{display:block}.cookie-consent-option strong{color:var(--foreground);font-size:14px}.cookie-consent-option div span{margin-top:4px;color:var(--muted-foreground);font-size:12px;line-height:1.4}.cookie-consent-required{flex:0 0 auto;color:var(--primary);font-size:12px}.cookie-consent-switch{position:relative;flex:0 0 auto;width:44px;height:24px;padding:0;border:0;border-radius:999px;background:var(--muted);cursor:pointer;transition:background .18s ease}.cookie-consent-switch span{position:absolute;top:4px;left:4px;width:16px;height:16px;border-radius:50%;background:var(--foreground);transition:transform .18s ease}.cookie-consent-switch.is-active{background:var(--primary)}.cookie-consent-switch.is-active span{transform:translateX(20px)}.cookie-consent-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.cookie-consent-button{border:1px solid var(--border);border-radius:10px;background:rgba(15,23,42,.42);color:var(--foreground);cursor:pointer;font-size:13px;font-weight:600;transition:background .18s ease,border-color .18s ease;min-height:40px;padding:8px 14px}.cookie-consent-button:hover{border-color:rgba(255,210,73,.5);background:rgba(51,65,85,.82)}.cookie-consent-button-primary{border-color:#2563eb;background:#2563eb;color:#f8fafc}.cookie-consent-button-primary:hover{border-color:#1d4ed8;background:#1d4ed8}.shop-page{min-height:100vh;background:radial-gradient(circle at 12% 0,rgba(255,210,73,.08),transparent 28%),var(--background)}.shop-container{width:min(100% - 48px,1180px);margin:0 auto}.shop-header{position:-webkit-sticky;position:sticky;top:0;z-index:80;border-bottom:1px solid var(--border);background:rgba(15,23,42,.86);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.shop-header:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;opacity:0;transform-origin:left;background:linear-gradient(90deg,var(--primary),rgba(255,210,73,.1))}.is-route-changing .shop-header:after{opacity:1;animation:route-progress 1.4s ease-out infinite}.shop-header-inner{min-height:108px;display:flex;align-items:center;justify-content:space-between;gap:24px}.shop-logo{width:240px;height:78px;object-fit:contain}.home-hero{width:min(100% - 56px,1740px);min-height:clamp(500px,calc(100svh - 210px),680px);display:grid;grid-template-columns:minmax(390px,.76fr) minmax(0,1.24fr);margin:0 auto 72px;overflow:hidden;border-radius:34px;background:#23395D}.home-hero-copy{position:relative;z-index:2;display:grid;align-content:center;justify-items:start;grid-gap:30px;gap:30px;padding:clamp(42px,5.2vw,82px);color:#F7F4EE}.home-hero-copy h1{display:grid;grid-gap:10px;gap:10px;margin:0;max-width:560px;color:#F7F4EE;font-size:clamp(32px,3vw,52px);line-height:1.12;font-weight:620;letter-spacing:0}.home-hero-copy h1 span{display:block}.home-hero-cta{min-height:54px;display:inline-flex;align-items:center;justify-content:center;padding:0 28px;border-radius:999px;background:#F7F4EE;color:#23395D;font-size:17px;font-weight:560;transition:background .16s ease,transform .16s ease}.home-hero-cta:hover{background:#ffffff;transform:translateY(-1px)}.home-hero-image{position:relative;min-height:inherit;background:#F7F4EE}.home-hero-image:before{content:"";position:absolute;top:0;bottom:0;left:-1px;z-index:1;width:58px;background:#23395D;-webkit-clip-path:polygon(0 0,62% 0,38% 7%,62% 14%,38% 21%,62% 28%,38% 35%,62% 42%,38% 49%,62% 56%,38% 63%,62% 70%,38% 77%,62% 84%,38% 91%,62% 100%,0 100%);clip-path:polygon(0 0,62% 0,38% 7%,62% 14%,38% 21%,62% 28%,38% 35%,62% 42%,38% 49%,62% 56%,38% 63%,62% 70%,38% 77%,62% 84%,38% 91%,62% 100%,0 100%);pointer-events:none}.home-hero-image img{width:100%;height:100%;object-fit:cover}.home-products-section{margin-bottom:92px;padding:clamp(28px,4vw,48px);border-radius:30px;background:#F7F4EE}.home-products-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:30px}.home-products-heading h2{margin:0;color:#23395D;font-size:clamp(28px,3vw,44px);line-height:1.12;font-weight:620}.home-products-heading a{color:#23395D;font-size:16px;font-weight:560;text-decoration:underline;text-underline-offset:4px}.home-faq-section{margin-bottom:104px}.home-faq-heading{display:grid;justify-items:center;grid-gap:10px;gap:10px;margin-bottom:28px;text-align:center}.home-faq-heading h2{margin:0;color:#23395D;font-size:clamp(28px,3vw,44px);line-height:1.12;font-weight:620}.home-faq-list{display:grid;grid-gap:12px;gap:12px;max-width:960px;margin:0 auto}.home-faq-item{border:1px solid #e8e2d9;border-radius:18px;background:#ffffff;overflow:hidden}.home-faq-item summary{min-height:66px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px 22px;color:#23395D;cursor:pointer;font-size:18px;font-weight:560;list-style:none}.home-faq-item summary::-webkit-details-marker{display:none}.home-faq-item summary:after{content:"+";flex:0 0 auto;color:#23395D;font-size:26px;font-weight:400;line-height:1}.home-faq-item[open] summary:after{content:"-"}.home-faq-item p{margin:0;padding:0 22px 20px;color:#4D5D78;font-size:16px;line-height:1.6}.shop-nav{display:flex;align-items:center;gap:14px;color:var(--muted-foreground);font-size:15px;font-weight:650}.shop-nav a,.shop-nav-button{border:1px solid transparent;border-radius:999px;background:transparent;color:inherit;padding:10px 12px;cursor:pointer}.shop-nav a:hover,.shop-nav-button:hover{border-color:var(--border);color:var(--foreground);background:rgba(30,41,59,.72)}.shop-hero{padding:56px 0 42px}.shop-hero-grid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(360px,.78fr);grid-gap:52px;gap:52px;align-items:center}.shop-hero-copy{display:grid;justify-items:start;grid-gap:22px;gap:22px}.shop-kicker{color:var(--primary);font-size:13px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.shop-hero h1,.shop-page-title h1{margin:0;color:var(--foreground);font-size:clamp(36px,5vw,64px);line-height:1.04;font-weight:760}.shop-hero p,.shop-page-title p{margin:0;max-width:620px;color:var(--muted-foreground);font-size:18px;line-height:1.6}.shop-hero-panel{overflow:hidden;border:1px solid rgba(255,210,73,.16);border-radius:24px;background:rgba(30,41,59,.62);box-shadow:0 30px 80px rgba(0,0,0,.32)}.shop-hero-panel img{width:100%;height:460px;object-fit:cover}.shop-content,.shop-section{padding:48px 0}.shop-page-title,.shop-section-title{margin-bottom:24px}.shop-section-title{display:flex;align-items:flex-end;justify-content:space-between;gap:18px}.shop-section-title h2{margin:0;color:var(--foreground);font-size:32px}.shop-section-title a{color:var(--primary);font-weight:700}.product-grid{display:grid;grid-gap:18px;gap:18px;grid-template-columns:repeat(3,minmax(0,1fr))}.cart-item,.cart-summary,.checkout-form,.order-card,.order-detail-card,.product-card{border:1px solid var(--border);border-radius:16px;background:rgba(30,41,59,.68);box-shadow:0 18px 44px rgba(0,0,0,.18);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.product-card{overflow:hidden}.product-card-image{aspect-ratio:1/1;display:grid;place-items:center;background:rgba(15,23,42,.42);color:var(--muted-foreground)}.product-card-image img{width:100%;height:100%;object-fit:cover}.product-card-body{display:grid;grid-gap:8px;gap:8px;padding:16px}.product-card-body h3,.product-card-body p{margin:0}.product-card-body h3{color:var(--foreground);font-size:18px}.product-card-body p{color:var(--muted-foreground)}.product-card-body strong,.product-price{color:var(--primary);font-size:22px}.catalog-layout{display:grid;grid-template-columns:260px minmax(0,1fr);grid-gap:24px;gap:24px;align-items:start}.catalog-filters{position:-webkit-sticky;position:sticky;top:104px;border:1px solid var(--border);border-radius:16px;background:rgba(30,41,59,.52);padding:16px}.catalog-filters h2{margin:0 0 14px}.filter-group{display:grid;grid-gap:8px;gap:8px;padding:12px 0;border-top:1px solid var(--border)}.catalog-toolbar,.catalog-toolbar a,.filter-group a{color:var(--muted-foreground)}.catalog-toolbar{margin-bottom:18px;display:flex;align-items:center;justify-content:space-between;gap:14px}.catalog-toolbar div{display:flex;gap:12px}.cart-layout,.checkout-layout,.product-detail{display:grid;grid-template-columns:minmax(0,1fr) 360px;grid-gap:28px;gap:28px;align-items:start}.product-gallery{display:grid;grid-template-columns:72px minmax(0,1fr);grid-gap:14px;gap:14px;align-items:start}.product-main-image{position:relative;aspect-ratio:1/1;display:grid;place-items:center;overflow:hidden;border:1px solid var(--border);border-radius:18px;background:rgba(30,41,59,.68);color:var(--muted-foreground)}.product-main-image img{width:100%;height:100%;object-fit:cover}.product-main-image.has-book-gutter:after{content:"";position:absolute;top:28%;bottom:28%;left:50%;width:12px;transform:translateX(-50%);pointer-events:none;background:linear-gradient(90deg,transparent,rgba(35,57,93,.18),rgba(0,0,0,.32),rgba(35,57,93,.16),transparent),linear-gradient(90deg,rgba(255,255,255,0),rgba(255,255,255,.22),rgba(255,255,255,0));border-radius:999px;mix-blend-mode:multiply;opacity:.72}.product-gallery-arrows{position:absolute;inset:0;z-index:2;pointer-events:none}.product-gallery-arrow{position:absolute;top:50%;display:grid;place-items:center;width:46px;height:46px;padding:0;border:1px solid rgba(35,57,93,.16);border-radius:50%;background:rgba(255,255,255,.9);color:var(--primary);box-shadow:0 12px 28px rgba(35,57,93,.16);cursor:pointer;pointer-events:auto;transform:translateY(-50%);transition:background .16s ease,box-shadow .16s ease,transform .16s ease}.product-gallery-arrow:hover{background:#ffffff;box-shadow:0 16px 36px rgba(35,57,93,.22)}.product-gallery-arrow:active{transform:translateY(-50%) scale(.96)}.product-gallery-arrow-prev{left:18px}.product-gallery-arrow-next{right:18px}.product-gallery-arrow span{width:13px;height:13px;border-top:3px solid;border-right:3px solid}.product-gallery-arrow-prev span{transform:translateX(2px) rotate(-135deg)}.product-gallery-arrow-next span{transform:translateX(-2px) rotate(45deg)}.product-thumbs{display:grid;grid-gap:10px;max-height:min(620px,calc(100vw - 560px));overflow-y:auto;overscroll-behavior:contain;padding:2px 4px 2px 2px}.product-thumb{width:66px;height:66px;aspect-ratio:1/1;padding:0;overflow:hidden;border:1px solid var(--border);border-radius:10px;background:transparent;cursor:pointer}.product-thumb.is-active{border-color:var(--primary);box-shadow:0 0 0 2px var(--primary)}.product-thumb img{width:100%;height:100%;object-fit:contain}.product-thumbs{gap:10px}.product-thumbs img{border-radius:8px}.product-detail-copy{display:grid;grid-gap:18px;gap:18px}.product-detail-copy h1{margin:0;color:var(--foreground);font-size:clamp(34px,4vw,52px);line-height:1.08}.personalization-note p,.product-attributes p,.product-detail-copy p{margin:0;color:var(--muted-foreground);line-height:1.6}.personalization-note{border:1px solid rgba(255,210,73,.22);border-radius:14px;background:rgba(255,210,73,.08);padding:14px}.cart-items,.checkout-form,.order-detail{display:grid;grid-gap:14px;gap:14px}.cart-item{display:grid;grid-template-columns:112px minmax(0,1fr) auto;grid-gap:16px;gap:16px;align-items:center;padding:14px}.cart-item-image{aspect-ratio:1/1;overflow:hidden;border-radius:12px;background:rgba(15,23,42,.45)}.cart-item-image img{width:100%;height:100%;object-fit:cover}.cart-item-image-button{width:100%;height:100%;padding:0;border:0;background:transparent;cursor:zoom-in}.cart-item-info h2,.cart-summary h2,.order-detail-card h2{margin:0 0 10px}.cart-item-info p{margin:0 0 10px;color:var(--muted-foreground)}.cart-item-info label{display:grid;grid-gap:6px;gap:6px;max-width:120px;color:var(--muted-foreground);font-size:14px}.cart-summary,.checkout-form,.order-detail-card{padding:18px}.cart-summary{position:-webkit-sticky;position:sticky;top:104px;display:grid;grid-gap:12px;gap:12px}.cart-summary p,.order-line{margin:0;display:flex;justify-content:space-between;gap:16px;color:var(--muted-foreground)}.cart-total,.order-line-total{border-top:1px solid var(--border);padding-top:12px;color:var(--foreground)!important}.payment-method-box{display:grid;grid-gap:4px;gap:4px;padding:14px;border:1px solid var(--border);border-radius:14px;background:var(--muted)}.payment-method-box span{color:var(--muted-foreground);font-size:13px}.payment-method-box strong{color:var(--foreground)}.payment-method-box p{display:block;margin:0;color:var(--muted-foreground);font-size:14px;line-height:1.4}.checkout-form{gap:16px}.checkout-two{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:14px;gap:14px}.shop-empty{grid-gap:14px;gap:14px;border:1px solid var(--border);border-radius:16px;background:rgba(30,41,59,.55);padding:32px}.shop-empty,.thank-you-card{display:grid;justify-items:center;text-align:center}.thank-you-card{grid-gap:18px;gap:18px;width:min(100%,760px);margin:0 auto;padding:46px;border:1px solid var(--border);border-radius:28px;background:#ffffff}.thank-you-card h1{max-width:620px;margin:0;color:var(--foreground);font-size:clamp(32px,4vw,54px);line-height:1.05;font-weight:620}.thank-you-order{margin:0;color:var(--muted-foreground)}.thank-you-order strong{color:var(--primary)}.thank-you-details{display:grid;grid-gap:8px;gap:8px;max-width:560px;padding:18px;border-radius:18px;background:var(--muted);text-align:left}.thank-you-details p{margin:0;color:var(--muted-foreground);line-height:1.5}.thank-you-details strong{color:var(--foreground)}.thank-you-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:12px}.skeleton{position:relative;overflow:hidden;border-radius:10px;background:rgba(148,163,184,.14)}.skeleton:after{content:"";position:absolute;inset:0;transform:translateX(-100%);background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);animation:skeleton-shimmer 1.2s infinite}.skeleton-title{width:min(100%,420px);height:52px}.skeleton-line{width:100%;height:16px}.skeleton-line-short{width:58%}.skeleton-image{width:100%;height:100%;min-height:220px}.skeleton-button{width:220px;height:48px;border-radius:999px}.skeleton-card{filter:blur(0)}.skeleton-product{pointer-events:none}@keyframes skeleton-shimmer{to{transform:translateX(100%)}}@keyframes route-progress{0%{transform:scaleX(.12)}55%{transform:scaleX(.72)}to{transform:scaleX(1)}}.shop-footer{position:relative;margin-top:34px;padding:74px 0 54px;background:#23395D}.shop-footer:before{content:"";position:absolute;left:0;right:0;top:-34px;height:36px;background-image:url("data:image/svg+xml,%3Csvg width='1440' height='72' viewBox='0 0 1440 72' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%2323395D' d='M0 38C120 14 240 14 360 38C480 62 600 62 720 38C840 14 960 14 1080 38C1200 62 1320 62 1440 38V72H0V38Z'/%3E%3C/svg%3E");background-repeat:repeat-x;background-size:720px 36px;background-position:bottom;pointer-events:none}.shop-footer-inner{display:grid;grid-template-columns:minmax(280px,1.4fr) minmax(180px,.8fr) minmax(220px,.8fr);align-items:start;grid-gap:clamp(34px,6vw,92px);gap:clamp(34px,6vw,92px);color:rgba(247,244,238,.78);font-size:14px;font-weight:400}.shop-footer-brand,.shop-footer-column{display:grid;justify-items:start;grid-gap:12px;gap:12px}.shop-footer-brand p{max-width:380px;margin:4px 0 0;color:rgba(247,244,238,.72);font-size:16px;line-height:1.55}.shop-footer-brand span{margin-top:8px;color:rgba(247,244,238,.58)}.shop-footer-column h2{margin:0 0 6px;color:#F7F4EE;font-size:15px;line-height:1.2;font-weight:760;letter-spacing:.08em;text-transform:uppercase}.shop-footer-inner a{color:#F7F4EE;font-size:16px;font-weight:400;line-height:1.35;transition:color .16s ease}.shop-footer-inner a:hover{color:#B9B1D0}.shop-footer-logo{width:300px;height:96px;object-fit:contain}.legal-page{min-height:100vh;padding:48px 24px;background:radial-gradient(circle at top right,rgba(30,58,138,.2),transparent 32rem),var(--background)}.legal-container{width:min(100%,920px);margin:0 auto}.legal-back-link{display:inline-flex;margin-bottom:20px;color:var(--muted-foreground);font-size:14px;transition:color .18s ease}.legal-back-link:hover{color:var(--foreground)}.legal-card{padding:clamp(24px,5vw,56px);border:1px solid var(--border);border-radius:20px;background:rgba(30,41,59,.88);box-shadow:0 24px 64px rgba(0,0,0,.26)}.legal-copy{white-space:pre-line;color:var(--muted-foreground);font-size:15px;line-height:1.75}.legal-copy:first-line{color:var(--foreground);font-size:clamp(26px,4vw,36px);font-weight:700;line-height:1.25}.legal-rich-copy{color:var(--muted-foreground);font-size:15px;line-height:1.75}.legal-rich-copy h1{margin:0 0 24px;color:var(--foreground);font-size:clamp(26px,4vw,36px);line-height:1.25}.legal-rich-copy h2{margin:30px 0 12px;font-size:20px}.legal-rich-copy h2,.legal-rich-copy h3{color:var(--foreground);line-height:1.35}.legal-rich-copy h3{margin:22px 0 8px;font-size:16px}.legal-rich-copy p{margin:0 0 18px}.legal-rich-copy ul{margin:-4px 0 20px;padding-left:22px}.legal-rich-copy strong{color:var(--foreground)}.legal-inline-button,.legal-rich-copy a{color:var(--primary);text-decoration:underline;text-underline-offset:3px}.legal-inline-button{padding:0;border:0;background:transparent;cursor:pointer;font:inherit}.btn{min-height:44px;border:0;border-radius:12px;padding:10px 18px;display:inline-flex;align-items:center;justify-content:center;gap:10px;cursor:pointer;color:var(--foreground);font-weight:560;transition:background .18s ease,border .18s ease,box-shadow .18s ease,transform .18s ease,opacity .18s ease}.btn:hover{transform:translateY(-1px)}.btn:disabled{cursor:not-allowed;opacity:.4;transform:none}.btn-primary{background:var(--primary);color:#172033;box-shadow:0 18px 42px rgba(255,210,73,.22)}.btn-primary:hover{background:var(--primary-dark);color:#172033;box-shadow:0 22px 48px rgba(255,210,73,.28)}.btn-dark,.btn-soft{background:transparent;border:1px solid var(--border);color:var(--foreground)}.btn-dark:hover,.btn-soft:hover{background:rgba(51,65,85,.5)}.btn-icon{width:44px;padding:0;font-size:24px}.orders-list{display:grid;grid-gap:18px;gap:18px}.order-card{display:grid;grid-template-columns:168px minmax(0,1fr);grid-gap:20px;gap:20px;border:1px solid var(--border);border-radius:16px;background:radial-gradient(circle at 100% 0,rgba(255,210,73,.08),transparent 32%),rgba(30,41,59,.68);padding:16px;box-shadow:0 18px 44px rgba(0,0,0,.18);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.order-cover{aspect-ratio:1/1;overflow:hidden;border:1px solid rgba(148,163,184,.18);border-radius:12px;background:rgba(15,23,42,.45)}.order-cover img{width:100%;height:100%;object-fit:contain}.order-info{min-width:0;display:flex;flex-direction:column;gap:16px}.order-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.order-heading h2{margin:0;color:var(--foreground);font-size:24px;line-height:1.2}.order-heading p{margin:6px 0 0;color:var(--muted-foreground);line-height:1.45}.order-heading strong{flex:0 0 auto;color:var(--primary);font-size:22px}.order-details{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px 16px;gap:8px 16px}.order-details p{margin:0;color:var(--muted-foreground);line-height:1.45}.order-details span{color:var(--foreground);font-weight:650}.order-tracking-link{color:var(--primary);font-weight:650;text-decoration:underline;text-underline-offset:3px}.field{display:grid;grid-gap:7px;gap:7px;margin-bottom:14px}.field label{font-weight:560}.field input,.field textarea{width:100%;border:1px solid var(--border);border-radius:12px;background:var(--input-background);color:var(--foreground);outline:0;min-height:46px;padding:10px 13px}.field textarea{min-height:92px;resize:vertical}.field input:focus,.field textarea:focus{border-color:var(--primary);box-shadow:0 0 0 4px var(--ring)}.revision-error{margin:0;color:#fecaca;font-size:14px;line-height:1.45}@keyframes spin{to{transform:rotate(1turn)}}.small-muted{font-size:14px;line-height:1.55}@media (max-width:680px){.order-card{grid-template-columns:108px minmax(0,1fr);gap:14px;padding:12px}.order-heading{flex-direction:column;gap:8px}.order-heading h2{font-size:19px}.order-heading strong{font-size:18px}.order-details{grid-template-columns:1fr;font-size:14px}}.shop-page .order-card{display:block;padding:18px}.shop-page .order-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.shop-page .order-heading h2{margin:0;color:var(--foreground);font-size:22px;line-height:1.2}.shop-page .order-heading p{margin:6px 0 0;color:var(--muted-foreground)}.shop-page .order-details{margin-top:14px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px 16px;gap:8px 16px}.shop-page .order-details p{margin:0;color:var(--muted-foreground)}.shop-page .order-details span{color:var(--foreground);font-weight:650}@media (max-width:980px){.cart-layout,.catalog-layout,.checkout-layout,.product-detail,.shop-hero-grid{grid-template-columns:1fr}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.cart-summary,.catalog-filters{position:static}}@media (max-width:680px){.shop-container{width:min(100% - 32px,1180px)}.shop-header-inner{align-items:flex-start;flex-direction:column;padding:10px 0 14px}.shop-nav{width:100%;overflow-x:auto;padding-bottom:2px}.shop-hero{padding:34px 0 24px}.shop-hero h1,.shop-page-title h1{font-size:36px}.shop-hero-panel img{height:320px}.checkout-two,.product-grid,.shop-page .order-details{grid-template-columns:1fr}.cart-item{grid-template-columns:82px minmax(0,1fr)}.cart-item>strong{grid-column:2}.shop-page .order-heading{flex-direction:column}}.shop-page{--background:#ffffff;--foreground:#23395D;--card:#ffffff;--muted:#F7F4EE;--muted-foreground:#4D5D78;--primary:#23395D;--primary-dark:#162844;--accent:#D97A6C;--soft-accent:#B9B1D0;--border:#E8E2D9;--input-background:#ffffff;background:#ffffff;color:#23395D;font-family:Avenir Next,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.shop-page .shop-container{width:min(100% - 56px,1740px)}.shop-page .shop-header{border-bottom:1px solid var(--border);background:rgba(255,255,255,.96);box-shadow:0 1px 0 rgba(0,0,0,.02);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.shop-page .shop-header-inner{min-height:116px;position:relative;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;grid-gap:18px;gap:18px}.shop-page .shop-logo{width:252px;height:82px}.shop-page .shop-header-left,.shop-page .shop-header-right{display:flex;align-items:center}.shop-page .shop-header-left{position:relative;justify-content:flex-start}.shop-page .shop-header-right{justify-content:flex-end}.shop-page .shop-logo-link{grid-column:2;justify-self:center}.shop-page .shop-icon-link,.shop-page .shop-menu-button{min-height:40px;border:1px solid transparent;border-radius:999px;color:var(--foreground);background:transparent;cursor:pointer;font:inherit}.shop-page .shop-menu-button{display:inline-flex;align-items:center;gap:10px;padding:9px 13px;font-size:15px;font-weight:520}.shop-page .shop-icon-link:hover,.shop-page .shop-menu-button:hover{color:var(--primary);background:var(--muted)}.shop-page .shop-menu-icon,.shop-page .shop-menu-icon:after,.shop-page .shop-menu-icon:before{display:block;width:18px;height:2px;border-radius:999px;background:currentColor}.shop-page .shop-menu-icon{position:relative}.shop-page .shop-menu-icon:after,.shop-page .shop-menu-icon:before{content:"";position:absolute;left:0}.shop-page .shop-menu-icon:before{top:-6px}.shop-page .shop-menu-icon:after{top:6px}.shop-page .shop-menu-panel{position:absolute;top:calc(100% + 14px);left:0;z-index:120;min-width:260px;display:grid;padding:10px;border:1px solid var(--border);border-radius:14px;background:#ffffff;box-shadow:0 18px 48px rgba(0,0,0,.12)}.shop-page .shop-menu-panel a{min-height:42px;display:flex;align-items:center;padding:10px 12px;border-radius:10px;color:var(--foreground);font-size:15px;font-weight:520}.shop-page .shop-menu-panel a:hover{background:var(--muted);color:var(--primary)}.shop-page .shop-icon-link{position:relative;width:44px;height:44px;display:inline-grid;place-items:center;padding:0}.shop-page .shop-cart-icon{position:relative;width:22px;height:18px;border:2px solid;border-top:0;border-radius:0 0 5px 5px}.shop-page .shop-cart-icon:before{content:"";position:absolute;left:4px;right:4px;top:-8px;height:10px;border:2px solid;border-bottom:0;border-radius:12px 12px 0 0}.shop-page .shop-cart-count{position:absolute;top:2px;right:0;min-width:20px;height:20px;display:inline-grid;place-items:center;padding:0 6px;border-radius:999px;background:var(--accent);color:#ffffff;font-size:12px;line-height:1}.shop-page .shop-header:after{height:3px;background:linear-gradient(90deg,var(--primary),rgba(217,122,108,.4),rgba(35,57,93,.08))}.shop-page .shop-content{padding:40px 0 72px}.shop-page .shop-page-title{display:grid;justify-items:start;grid-gap:10px;gap:10px;margin-bottom:34px}.shop-page .shop-kicker{color:var(--primary);font-size:11px;font-weight:650;letter-spacing:.12em}.shop-page .product-detail-copy h1,.shop-page .shop-hero h1,.shop-page .shop-page-title h1{color:var(--foreground);font-weight:560;letter-spacing:0}.shop-page .shop-page-title h1{max-width:980px;font-size:clamp(30px,3.4vw,46px);line-height:1.08}.shop-page .personalization-note p,.shop-page .product-attributes p,.shop-page .product-detail-copy p,.shop-page .shop-hero p,.shop-page .shop-page-title p{color:var(--muted-foreground)}.shop-page .shop-page-title p{max-width:780px;padding:12px 16px;border-radius:0;background:var(--muted);color:var(--muted-foreground);font-size:15px;line-height:1.45}.shop-page .category-seo-intro{width:min(100%,900px);max-width:900px;padding:18px 22px;border-left:4px solid rgba(35,57,93,.18);border-radius:0 18px 18px 0;background:linear-gradient(90deg,#F7F4EE,rgba(247,244,238,.58));color:var(--muted-foreground);font-size:16px;line-height:1.58}.shop-page .category-seo-footer{margin-top:64px;padding:clamp(22px,3vw,34px);background:var(--muted);color:var(--muted-foreground);font-size:15px;line-height:1.65}.shop-page .category-seo-footer>:first-child,.shop-page .category-seo-intro>:first-child{margin-top:0}.shop-page .category-seo-footer>:last-child,.shop-page .category-seo-intro>:last-child{margin-bottom:0}.shop-page .category-seo-footer h2,.shop-page .category-seo-footer h3,.shop-page .category-seo-intro h2,.shop-page .category-seo-intro h3{margin:0 0 12px;color:var(--foreground);font-weight:560;line-height:1.2}.shop-page .category-seo-footer p,.shop-page .category-seo-intro p{margin:0 0 14px}.shop-page .category-seo-intro p{max-width:760px}.shop-page .category-seo-footer ol,.shop-page .category-seo-footer ul,.shop-page .category-seo-intro ol,.shop-page .category-seo-intro ul{margin:0 0 14px;padding-left:20px}.shop-page .product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:76px 32px}.shop-page .cart-item,.shop-page .cart-summary,.shop-page .catalog-filters,.shop-page .checkout-form,.shop-page .order-card,.shop-page .order-detail-card,.shop-page .product-card,.shop-page .product-main-image{border:0;border-radius:0;background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.shop-page .product-card{overflow:visible}.shop-page .product-card-image{aspect-ratio:1.14/1;background:var(--muted);color:var(--muted-foreground)}.shop-page .product-card-image img{width:82%;height:82%;object-fit:contain;filter:drop-shadow(0 24px 18px rgba(0,0,0,.16))}.shop-page .product-card-body{gap:5px;padding:14px 0 0}.shop-page .product-card-body h3{color:var(--foreground);font-size:19px;line-height:1.2;font-weight:560}.shop-page .product-card-body p{color:var(--muted-foreground);font-size:16px;line-height:1.4}.shop-page .product-card-body strong,.shop-page .product-price{color:var(--primary);font-size:18px;font-weight:650}.shop-page .catalog-layout{grid-template-columns:220px minmax(0,1fr);gap:38px}.shop-page .catalog-filter-button,.shop-page .catalog-filter-toggle{display:none}.shop-page .shop-breadcrumb{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin:0 0 22px;color:var(--muted-foreground);font-size:14px;line-height:1.4}.shop-page .shop-breadcrumb a{color:var(--primary)}.shop-page .shop-breadcrumb a:hover{text-decoration:underline}.shop-page .catalog-filters{border-right:1px solid var(--border);padding:0 22px 0 0}.shop-page .product-detail{grid-template-columns:minmax(0,1fr) minmax(420px,560px);justify-content:stretch;gap:clamp(40px,5vw,88px)}.shop-page .product-detail-copy{width:100%;max-width:none;padding-top:0}.shop-page .product-detail-copy h1{font-size:clamp(40px,4vw,58px);line-height:1.06;font-weight:540}.shop-page .product-detail-copy p{max-width:none;font-size:16px;line-height:1.55}.shop-page .catalog-filters h2{font-size:22px;line-height:1.15;font-weight:560}.shop-page .filter-group strong{font-size:16px;font-weight:560}.shop-page .filter-group{border-top:1px solid var(--border)}.shop-page .catalog-toolbar,.shop-page .catalog-toolbar a,.shop-page .filter-group a{color:var(--muted-foreground);font-size:15px;line-height:1.45}.shop-page .filter-link{display:inline-flex;width:100%;align-items:center;gap:10px;min-height:32px;padding:3px 0;color:var(--muted-foreground);transition:color .16s ease}.shop-page .filter-link.is-selected{color:var(--foreground);font-weight:500}.shop-page .filter-check{position:relative;flex:0 0 auto;width:22px;height:22px;border:1.5px solid var(--soft-accent);border-radius:6px;background:#ffffff;transition:background .16s ease,border-color .16s ease}.shop-page .filter-link.is-selected .filter-check{border-color:var(--primary);background:var(--primary)}.shop-page .filter-link.is-selected .filter-check:after{content:"";position:absolute;inset:0;margin:auto;width:14px;height:14px;background:#ffffff;-webkit-clip-path:polygon(14% 52%,0 66%,39% 100%,100% 20%,84% 8%,36% 70%);clip-path:polygon(14% 52%,0 66%,39% 100%,100% 20%,84% 8%,36% 70%)}.shop-page .product-main-image{background:var(--muted);width:min(100%,620px);justify-self:start}.shop-page .product-thumb{display:grid;place-items:center;border-color:var(--border);background:var(--muted)}.shop-page .product-thumb img{width:86%;height:86%;object-fit:contain}.shop-page .product-thumb.is-active{border-color:var(--primary);box-shadow:0 0 0 2px var(--primary)}.shop-page .personalization-note{max-width:460px;padding:16px 18px;border-color:rgba(217,122,108,.35);border-radius:12px;background:var(--muted)}.shop-page .personalization-note strong{display:block;margin-bottom:4px;font-size:16px;font-weight:560}.shop-page .personalization-section{display:grid;grid-gap:14px;gap:14px;width:100%;max-width:none;padding:18px;border:1px solid rgba(217,122,108,.35);border-radius:14px;background:var(--muted)}.shop-page .personalization-section h2{margin:0;color:var(--foreground);font-size:22px;line-height:1.15;font-weight:560}.shop-page .personalization-section>p{margin:0;color:var(--muted-foreground);font-size:14px;line-height:1.45}.shop-page .personalization-form{display:grid;grid-gap:12px;gap:12px}.shop-page .personalization-form .btn{width:100%}.shop-page .personalization-modal{position:fixed;inset:0;z-index:200;display:grid;place-items:center;padding:24px;background:rgba(255,255,255,.82)}.shop-page .personalization-modal-card{position:relative;width:min(100%,560px);max-height:min(720px,calc(100vh - 48px));overflow-y:auto;display:grid;grid-gap:18px;gap:18px;padding:28px;border:1px solid var(--border);border-radius:18px;background:#ffffff;box-shadow:0 28px 80px rgba(0,0,0,.18)}.shop-page .personalization-modal-card h2{margin:0;color:var(--foreground);font-size:28px;line-height:1.12;font-weight:560}.shop-page .personalization-modal-close{position:absolute;top:14px;right:14px;width:36px;height:36px;border:1px solid var(--border);border-radius:50%;background:#ffffff;color:var(--foreground);cursor:pointer;font-size:26px;line-height:1}.shop-page .personalization-loading,.shop-page .personalization-result{display:grid;justify-items:center;grid-gap:12px;gap:12px;text-align:center}.shop-page .personalization-error,.shop-page .personalization-loading p,.shop-page .personalization-loading span,.shop-page .personalization-ready-message{margin:0;color:var(--muted-foreground);line-height:1.45}.shop-page .personalization-ready-message{padding:12px 14px;border:1px solid rgba(185,177,208,.65);border-radius:12px;background:rgba(185,177,208,.18);color:var(--foreground);font-size:14px;text-align:left}.shop-page .personalization-error{padding:14px;border:1px solid rgba(217,122,108,.55);border-radius:12px;background:rgba(217,122,108,.12);color:#9B3D32}.shop-page .personalization-spinner{width:44px;height:44px;border:4px solid var(--muted);border-top-color:var(--primary);border-radius:50%;animation:personalization-spin .9s linear infinite}.shop-page .personalization-result img{width:min(100%,420px);border-radius:14px;background:var(--muted)}.shop-page .cart-image-modal{position:fixed;inset:0;z-index:200;display:grid;place-items:center;padding:24px;background:rgba(255,255,255,.86)}.shop-page .cart-image-modal-card{position:relative;width:min(100%,860px);max-height:calc(100vh - 48px);display:grid;place-items:center;padding:24px;border:1px solid var(--border);border-radius:18px;background:#ffffff;box-shadow:0 28px 80px rgba(0,0,0,.18)}.shop-page .cart-image-modal-card img{max-height:calc(100vh - 120px);width:auto;max-width:100%;object-fit:contain;border-radius:12px}.shop-page .cart-image-modal-close{position:absolute;top:12px;right:12px;width:36px;height:36px;border:1px solid var(--border);border-radius:50%;background:#ffffff;color:var(--foreground);cursor:pointer;font-size:26px;line-height:1}@keyframes personalization-spin{to{transform:rotate(1turn)}}.shop-page .product-main-image img{width:86%;height:86%;object-fit:contain;filter:drop-shadow(0 24px 18px rgba(0,0,0,.16))}.shop-page .recommended-products{margin-top:72px}.shop-page .recommended-products-heading{margin-bottom:20px}.shop-page .recommended-products-heading h2{margin:0;color:var(--foreground);font-size:28px;line-height:1.15;font-weight:560}.shop-page .recommended-products-scroll{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(240px,300px);grid-gap:28px;gap:28px;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:inline mandatory;padding:0 0 18px;scrollbar-width:thin}.shop-page .recommended-products-scroll .product-card{scroll-snap-align:start}.shop-page .recommended-products-scroll .product-card-image{aspect-ratio:1/1}.shop-page .cart-item,.shop-page .cart-summary,.shop-page .checkout-form,.shop-page .order-card,.shop-page .order-detail-card,.shop-page .shop-empty{border:1px solid var(--border);border-radius:0;background:#ffffff}.shop-page .btn-primary{background:var(--primary);color:#ffffff;box-shadow:none}.shop-page .btn-primary:hover{background:var(--primary-dark)}.shop-page .btn-primary:disabled{border-color:rgba(185,177,208,.65);background:var(--soft-accent);color:rgba(35,57,93,.72);opacity:1;box-shadow:none}.shop-page .skeleton{background:var(--muted)}.shop-page .skeleton:after{background:linear-gradient(90deg,transparent,rgba(255,255,255,.55),transparent)}.shop-page .product-loading-breadcrumb{width:min(100%,620px)}.shop-page .skeleton-breadcrumb-line{width:min(100%,520px);height:18px}.shop-page .product-loading-thumb{border-color:var(--border);box-shadow:none}.shop-page .product-loading-thumb .skeleton{width:86%;height:86%;border-radius:8px}.shop-page .skeleton-kicker{width:112px;height:14px;border-radius:999px}.shop-page .product-detail-copy .skeleton-title{width:min(100%,440px);height:132px;border-radius:14px}.shop-page .skeleton-note{width:min(100%,460px);height:92px;border-radius:12px}.shop-page .shop-footer{background:#23395D}.shop-page .shop-footer-inner{color:rgba(247,244,238,.78)}@media (max-width:980px){.shop-page .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:58px 20px}}@media (max-width:680px){.shop-page .shop-container{width:min(100% - 28px,1180px)}.shop-page .shop-header-inner{min-height:96px;align-items:center;padding:0;gap:12px}.shop-page .shop-logo{width:178px;height:58px}.shop-page .shop-menu-button{width:42px;height:42px;min-height:42px;justify-content:center;padding:0}.shop-page .shop-menu-label{display:none}.shop-page .shop-menu-panel{top:calc(100% + 10px);width:min(calc(100vw - 28px),320px);min-width:0}.shop-page .shop-icon-link{width:42px;height:42px}.shop-page .shop-cart-count{min-width:18px;height:18px;font-size:11px}.shop-page .shop-content{padding-top:28px}.shop-page .catalog-layout{display:grid;grid-template-columns:1fr;grid-gap:18px;gap:18px}.shop-page .shop-breadcrumb{margin-bottom:16px;font-size:13px}.shop-page .catalog-filter-button{display:inline-flex;width:-moz-fit-content;width:fit-content;align-items:center;justify-content:center;min-height:42px;padding:0 18px;border:1px solid var(--border);border-radius:999px;background:#ffffff;color:var(--foreground);font-size:15px;font-weight:560;cursor:pointer}.shop-page .catalog-filter-button:before{content:"";width:15px;height:15px;margin-right:8px;background:currentColor;-webkit-clip-path:polygon(0 12%,100% 12%,62% 52%,62% 100%,38% 100%,38% 52%);clip-path:polygon(0 12%,100% 12%,62% 52%,62% 100%,38% 100%,38% 52%)}.shop-page .catalog-filters{display:none;border:1px solid var(--border);border-radius:14px;background:#ffffff;padding:18px}.shop-page .catalog-filter-toggle:checked+.catalog-filter-button{border-color:var(--primary);background:var(--primary);color:#ffffff}.shop-page .catalog-filter-toggle:checked+.catalog-filter-button+.catalog-filters{display:block}.shop-page .catalog-toolbar{margin-bottom:16px;align-items:flex-start;gap:12px;font-size:14px}.shop-page .catalog-toolbar div{flex-wrap:wrap;justify-content:flex-end;gap:8px 12px}.shop-page .shop-page-title{gap:8px;margin-bottom:24px}.shop-page .shop-page-title h1{font-size:30px;line-height:1.12}.shop-page .shop-page-title p{width:100%;padding:10px 12px;font-size:14px}.shop-page .category-seo-intro{width:100%;padding:14px 16px;border-left-width:3px;border-radius:0 14px 14px 0;font-size:15px;line-height:1.5}.shop-page .category-seo-intro p{max-width:none}.shop-page .home-hero{width:min(100% - 28px,1180px);min-height:0;grid-template-columns:1fr;margin-bottom:46px;border-radius:24px}.shop-page .home-hero-image{min-height:0;aspect-ratio:4/3.45;grid-row:1}.shop-page .home-hero-image:before{display:none}.shop-page .home-hero-copy{position:relative;grid-row:2;gap:22px;padding:50px 24px 34px}.shop-page .home-hero-copy:before{content:"";position:absolute;left:0;right:0;top:-26px;height:28px;background-image:url("data:image/svg+xml,%3Csvg width='1440' height='72' viewBox='0 0 1440 72' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%2323395D' d='M0 38C120 14 240 14 360 38C480 62 600 62 720 38C840 14 960 14 1080 38C1200 62 1320 62 1440 38V72H0V38Z'/%3E%3C/svg%3E");background-repeat:repeat-x;background-size:560px 28px;background-position:bottom;pointer-events:none}.shop-page .home-hero-copy h1{gap:8px;max-width:none;font-size:clamp(27px,7.4vw,36px);line-height:1.13;font-weight:620}.shop-page .home-hero-cta{width:100%;min-height:54px}.shop-page .home-products-section{width:min(100% - 28px,1180px);margin-bottom:58px;padding:24px 14px 28px;border-radius:22px}.shop-page .home-products-heading{align-items:start;flex-direction:column;gap:8px;margin-bottom:22px}.shop-page .home-products-heading h2{font-size:28px}.shop-page .home-faq-section{width:min(100% - 28px,1180px);margin-bottom:64px}.shop-page .home-faq-heading{margin-bottom:20px}.shop-page .home-faq-heading h2{font-size:28px}.shop-page .home-faq-item{border-radius:14px}.shop-page .home-faq-item summary{min-height:58px;padding:16px;font-size:16px}.shop-page .home-faq-item p{padding:0 16px 16px;font-size:15px}.shop-page .shop-footer{padding:46px 0 40px}.shop-page .shop-footer-inner{grid-template-columns:1fr;gap:30px}.shop-page .shop-footer-logo{width:230px;height:74px}.shop-page .shop-footer-brand p{max-width:none;font-size:15px}.shop-page .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:42px 18px}.shop-page .product-card-image{aspect-ratio:1/1}.shop-page .product-card-body h3{font-size:17px;line-height:1.2}.shop-page .product-card-body p{font-size:14px;line-height:1.35}.shop-page .product-card-body strong{font-size:16px}.shop-page .product-detail{grid-template-columns:1fr;gap:28px}.shop-page .product-gallery{grid-template-columns:1fr;gap:10px}.shop-page .product-main-image{grid-row:1;width:100%;max-width:none;aspect-ratio:1/1}.shop-page .product-main-image img{width:84%;height:84%}.shop-page .product-gallery-arrow{width:40px;height:40px}.shop-page .product-gallery-arrow-prev{left:12px}.shop-page .product-gallery-arrow-next{right:12px}.shop-page .product-thumbs{grid-row:2;display:grid;grid-auto-flow:column;grid-auto-columns:72px;grid-template-columns:none;grid-gap:8px;gap:8px;max-height:none;overflow-x:auto;overflow-y:hidden;padding:4px 2px 8px}.shop-page .product-thumb{width:72px;height:72px}.shop-page .product-detail-copy{gap:14px;max-width:none;padding-top:0}.shop-page .product-detail-copy h1{font-size:28px;line-height:1.12}.shop-page .product-detail-copy .skeleton-title{height:84px}.shop-page .skeleton-note{height:86px}.shop-page .thank-you-card{padding:30px 18px;border-radius:22px}.shop-page .thank-you-details{padding:16px}.shop-page .product-price{font-size:20px}.shop-page .recommended-products{margin-top:46px}.shop-page .recommended-products-heading h2{font-size:22px}.shop-page .recommended-products-scroll{grid-auto-columns:minmax(168px,72vw);gap:18px;padding-bottom:14px}}