@import "https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;500;600;700;800;900&display=swap";
:root{--royal:#3b4fe0;--royal-deep:#202c8c;--royal-deep-footer:#090f3f;--royal-soft:#e5e9fb;--bg:#f4f6fc;--bg-card:#fff;--header-bg:#f4f6fce6;--ink:#1c2033;--ink-soft:#5b6072;--blush:#e7b8c4;--blush-soft:#f7e9ed;--gold:#ad8a54;--line:#1c20331a;--radius:18px;--skeleton-base:#1c20330f;--skeleton-shine:#1c20331f}:root[data-theme=dark]{--royal:#7c8bff;--royal-deep:#aeb8ff;--royal-deep-footer:#1c1e2b;--royal-soft:#242a52;--bg:#12142a;--bg-card:#191c38;--header-bg:#12142ad9;--ink:#edeffb;--ink-soft:#a6abd1;--blush:#d9a6b5;--blush-soft:#2a2334;--gold:#c7a46b;--line:#ffffff17;--skeleton-base:#ffffff0d;--skeleton-shine:#ffffff1a}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--ink);-webkit-font-smoothing:antialiased;margin:0;font-family:Cairo,sans-serif;transition:background .35s,color .35s}:root[data-theme=dark] .product-media,:root[data-theme=dark] .blog-cover,:root[data-theme=dark] .post-cover,:root[data-theme=dark] .pd-media-main,:root[data-theme=dark] .cart-item-media{filter:brightness(.72)saturate(.85)}h1,h2,h3,.display{letter-spacing:0;margin:0;font-family:Cairo,sans-serif;font-weight:800}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}img,svg{display:block}ul{margin:0;padding:0;list-style:none}.wrap{max-width:1240px;margin:0 auto;padding-inline:clamp(20px,5vw,64px)}.fill-royal-deep{fill:var(--royal-deep)}.lace-divider{width:100%;height:20px;display:block}.lace-divider path{fill:none;stroke:var(--blush);stroke-width:1.4px}.btn{border-radius:999px;justify-content:center;align-items:center;gap:10px;padding:14px 30px;font-size:15px;font-weight:700;transition:transform .25s,box-shadow .25s,background .2s,color .2s;display:inline-flex}.btn-primary{background:var(--royal);color:#fff;box-shadow:0 10px 24px -8px #3b4fe080}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 14px 30px -8px #3b4fe099}.btn-outline{border:1.5px solid var(--royal);color:var(--royal)}.btn-outline:hover{background:var(--royal);color:#fff}.btn-ghost{color:var(--royal-deep);font-size:14px;font-weight:700}.full-btn{width:100%}.site-header{z-index:40;background:var(--header-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--line);transition:background .35s,border-color .35s;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;gap:24px;max-width:1240px;margin:0 auto;padding:16px clamp(20px,5vw,64px);display:flex}.logo{color:var(--royal-deep);flex-direction:column;font-family:Cairo,sans-serif;font-size:24px;font-weight:900;line-height:1.1;display:flex}.logo small{color:var(--ink-soft);letter-spacing:2px;margin-top:2px;font-family:Cairo,sans-serif;font-size:10px;font-weight:400}.mobile-main-nav{display:none}.main-nav{align-items:center;gap:34px;display:flex}:is(.main-nav,.mobile-main-nav) a{color:var(--ink-soft);padding:6px 0;font-size:14.5px;font-weight:500;position:relative}:is(.main-nav,.mobile-main-nav) a:after{content:"";background:var(--royal);width:0;height:2px;transition:width .25s;position:absolute;bottom:0;left:auto;right:0}:is(.main-nav,.mobile-main-nav) a:hover,:is(.main-nav,.mobile-main-nav) a.active{color:var(--royal-deep)}:is(.main-nav,.mobile-main-nav) a.active:after,:is(.main-nav,.mobile-main-nav) a:hover:after{width:100%}.header-actions{align-items:center;gap:18px;display:flex}.icon-btn{width:26px;height:26px;position:relative}.icon-btn svg{stroke:var(--ink);width:24px;height:24px}.cart-count{background:var(--royal);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:17px;height:17px;font-size:10px;font-weight:700;display:flex;position:absolute;top:-8px;left:-10px}.menu-toggle{display:none}.nav-menu{background:var(--bg-card);border:1px solid var(--line);z-index:45;inset-inline-end:0;border-radius:14px;min-width:170px;padding-bottom:3px;position:absolute;top:calc(100% + 10px);overflow:hidden;box-shadow:0 18px 30px -18px #202c8c4d}.nav-menu .nav-menu-btn{color:var(--ink);text-align:start;border-radius:12px;width:calc(100% - 6px);margin:0 3px;padding:5px 10px;font-size:14px;display:block}.nav-menu .nav-menu-btn.first{margin-top:3px}.nav-menu .nav-menu-btn.danger{color:#a91616}.nav-menu .nav-menu-btn:hover{background-color:var(--line)}.nav-menu .nav-menu-btn.danger:hover{background-color:var(--blush-soft)}.theme-toggle{justify-content:center;align-items:center;display:flex}.theme-toggle svg{stroke:var(--ink-soft);transition:stroke .25s,opacity .25s,transform .4s}.theme-toggle .icon-moon{display:none;position:absolute}:root[data-theme=dark] .theme-toggle .icon-sun{display:none}:root[data-theme=dark] .theme-toggle .icon-moon{display:block;position:static}.theme-toggle:hover svg{stroke:var(--royal)}@media (max-width:900px){.main-nav{display:none}.mobile-main-nav{background:var(--bg-card);z-index:65;flex-direction:column;align-items:flex-start;gap:22px;width:min(280px,80vw);padding:90px 28px 28px;transition:transform .35s cubic-bezier(.65,0,.35,1);display:flex;position:fixed;top:0;bottom:0;right:0;transform:translate(100%);box-shadow:-20px 0 50px #0000001f}.mobile-main-nav.open{transform:translate(0)}.menu-toggle{justify-content:center;align-items:center;display:flex}}.site-shell-header{max-width:1240px;margin:0 auto;padding:28px clamp(20px,5vw,64px) 0}.hero{grid-template-columns:1.1fr .9fr;align-items:center;gap:40px;max-width:1240px;margin:0 auto;padding:64px clamp(20px,5vw,64px) 40px;display:grid}.hero-copy .eyebrow{color:var(--royal);letter-spacing:3px;margin-bottom:14px;font-size:13px;font-weight:700;display:block}.hero-copy h1{color:var(--royal-deep);margin:0 0 20px;font-size:clamp(34px,5vw,58px);line-height:1.25}.hero-copy p{color:var(--ink-soft);max-width:480px;margin:0 0 30px;font-size:16px;line-height:1.9}.hero-actions{flex-wrap:wrap;gap:14px;display:flex}.hero-visual{background:linear-gradient(155deg,var(--royal-soft),var(--bg-card) 62%);border-radius:28px;justify-content:center;align-items:center;height:420px;display:flex;position:relative;overflow:hidden;box-shadow:0 30px 60px -30px #202c8c59}.hero-visual:before{content:"";background-image:radial-gradient(circle at 20% 20%,#ad8a542e,#0000 40%);position:absolute;inset:0}.hero-visual svg{width:60%;height:auto;stroke:var(--royal-deep)}.section-heading{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:16px;max-width:1240px;margin:0 auto;padding:44px clamp(20px,5vw,64px) 14px;display:flex}.section-heading h2{color:var(--royal-deep);font-size:clamp(24px,3vw,32px)}.section-heading span{color:var(--ink-soft);font-size:14px}.cat-strip{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:16px;max-width:1240px;margin:0 auto;padding:0 clamp(20px,5vw,64px) 10px;display:grid}.cat-tile{background:var(--bg-card);border:1px solid var(--line);text-align:center;border-radius:16px;flex-direction:column;align-items:center;padding:22px 16px;transition:all .25s;display:flex}.cat-tile:hover{border-color:var(--royal);transform:translateY(-4px);box-shadow:0 18px 30px -18px #202c8c4d}.cat-tile svg{width:38px;height:38px;stroke:var(--royal-deep);margin:0 auto 10px}.cat-tile-name{font-size:15px;font-weight:700;display:block}.cat-tile-count{color:var(--ink-soft);margin-top:3px;font-size:12px;display:block}.cat-tile-subs{color:var(--royal);opacity:.85;margin-top:8px;font-size:11.5px;line-height:1.7;display:block}.cat-scroller{scrollbar-width:none;gap:12px;max-width:1240px;margin:0 auto;padding:26px clamp(20px,5vw,64px) 6px;display:flex;overflow-x:auto}.cat-scroller::-webkit-scrollbar{display:none}.cat-chip{border:1.5px solid var(--line);background:var(--bg-card);color:var(--ink-soft);white-space:nowrap;border-radius:999px;flex:none;padding:10px 20px;font-size:14px;font-weight:500;transition:all .2s}.cat-chip.active,.cat-chip:hover{background:var(--royal);color:#fff;border-color:var(--royal)}.sub-scroller{scrollbar-width:none;gap:10px;max-width:1240px;margin:0 auto;padding:0 clamp(20px,5vw,64px) 16px;display:none;overflow-x:auto}.sub-scroller::-webkit-scrollbar{display:none}.sub-chip{border:1.5px dashed var(--line);color:var(--ink-soft);white-space:nowrap;background:0 0;border-radius:999px;flex:none;padding:8px 16px;font-size:13px;font-weight:500;transition:all .2s}.sub-chip.active,.sub-chip:hover{background:var(--royal-soft);color:var(--royal-deep);border-color:var(--royal);border-style:solid}.subsub-scroller .sub-chip.active,.subsub-scroller .sub-chip:hover{background:var(--blush-soft);color:var(--royal-deep);border-color:var(--blush)}.products{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:24px;max-width:1240px;margin:0 auto;padding:10px clamp(20px,5vw,64px) 20px;display:grid}.product-card{background:var(--bg-card);border-radius:var(--radius);border:1px solid var(--line);flex-direction:column;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden}.product-card:hover{transform:translateY(-6px);box-shadow:0 24px 40px -22px #1c203338}.product-media{aspect-ratio:1/1.05;background:var(--product-bg,linear-gradient(155deg,#e6e9fb,#fbfbff));justify-content:center;align-items:center;display:flex;position:relative}.product-media svg{width:44%;height:auto;stroke:var(--royal-deep)}.badge{background:var(--gold);color:#fff;border-radius:999px;padding:5px 10px;font-size:11px;font-weight:700;position:absolute;top:12px;right:12px}.quick-add{opacity:0;background:var(--ink);color:#fff;white-space:nowrap;border-radius:999px;padding:9px 18px;font-size:13px;font-weight:700;transition:all .25s;position:absolute;bottom:12px;left:50%;transform:translate(-50%)translateY(14px)}.product-card:hover .quick-add{opacity:1;transform:translate(-50%)translateY(0)}.product-info{flex-direction:column;flex:1;gap:6px;padding:16px 18px 20px;display:flex}.product-cat{color:var(--royal);letter-spacing:1px;font-size:11px;font-weight:700}.product-name{font-size:16px;font-weight:700}.product-swatches{gap:6px;margin-top:4px;display:flex}.swatch-dot{border:1px solid #00000026;border-radius:50%;width:14px;height:14px}.product-price{align-items:center;gap:8px;margin-top:auto;padding-top:10px;display:flex}.price-now{color:var(--royal-deep);font-size:16px;font-weight:800}.price-old{color:var(--ink-soft);opacity:.7;font-size:13px;text-decoration:line-through}.breadcrumbs{max-width:1240px;color:var(--ink-soft);flex-wrap:wrap;gap:8px;margin:0 auto;padding:20px clamp(20px,5vw,64px) 0;font-size:13px;display:flex}.breadcrumbs a:hover{color:var(--royal)}.pd-layout{grid-template-columns:1fr 1fr;align-items:flex-start;gap:52px;max-width:1240px;margin:0 auto;padding:24px clamp(20px,5vw,64px) 60px;display:grid}.pd-gallery{position:sticky;top:100px}.pd-media-main{aspect-ratio:1;background:var(--product-bg,linear-gradient(155deg,#e6e9fb,#fbfbff));border-radius:24px;justify-content:center;align-items:center;margin-bottom:14px;display:flex;box-shadow:0 30px 60px -30px #202c8c4d}.pd-media-main svg{width:42%;stroke:var(--royal-deep)}.pd-thumbs{gap:10px;display:flex}.pd-thumb{border:2px solid var(--line);cursor:pointer;border-radius:12px;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.pd-thumb.selected{border-color:var(--royal)}.pd-cat{color:var(--royal);letter-spacing:1px;font-size:12.5px;font-weight:700}.pd-name{color:var(--royal-deep);margin:8px 0 10px;font-size:clamp(26px,3vw,34px)}.pd-price{color:var(--royal-deep);align-items:center;gap:10px;margin-bottom:18px;font-size:22px;font-weight:800;display:flex}.pd-desc{color:var(--ink-soft);margin-bottom:22px;font-size:15px;line-height:2}.option-label{color:var(--ink-soft);margin:16px 0 8px;font-size:13px;font-weight:700}.option-row{flex-wrap:wrap;gap:10px;display:flex}.opt-btn{border:1.5px solid var(--line);border-radius:10px;padding:9px 16px;font-size:14px;font-weight:600}.opt-btn.selected{border-color:var(--royal);background:var(--royal);color:#fff}.opt-color{width:34px;height:34px;box-shadow:0 0 0 1px var(--line);border:2px solid #0000;border-radius:50%}.opt-color.selected{border-color:var(--royal);box-shadow:0 0 0 2px var(--royal)}.stock-note{color:var(--ink-soft);margin-top:14px;font-size:12.5px}.pd-actions{gap:14px;margin-top:22px;display:flex}.pd-features{border-top:1px solid var(--line);flex-wrap:wrap;gap:22px;margin-top:28px;padding-top:22px;display:flex}.pd-feature{color:var(--ink-soft);align-items:center;gap:8px;font-size:13px;display:flex}.pd-feature svg{width:20px;height:20px;stroke:var(--royal)}.blog-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:28px;max-width:1240px;margin:0 auto;padding:10px clamp(20px,5vw,64px) 40px;display:grid}.blog-card{background:var(--bg-card);border:1px solid var(--line);border-radius:var(--radius);flex-direction:column;transition:all .3s;display:flex;overflow:hidden}.blog-card:hover{transform:translateY(-6px);box-shadow:0 24px 40px -22px #1c203338}.blog-cover{aspect-ratio:16/10;background:var(--product-bg,linear-gradient(155deg,#e6e9fb,#fbfbff));justify-content:center;align-items:center;display:flex}.blog-cover svg{width:34%;stroke:var(--royal-deep)}.blog-body{flex-direction:column;flex:1;gap:8px;padding:20px 22px 24px;display:flex}.blog-tag{color:var(--royal);letter-spacing:1px;font-size:11px;font-weight:700}.blog-title{font-size:18px;font-weight:700;line-height:1.5}.blog-excerpt{color:var(--ink-soft);flex:1;font-size:13.5px;line-height:1.8}.blog-meta{color:var(--ink-soft);border-top:1px solid var(--line);justify-content:space-between;margin-top:10px;padding-top:12px;font-size:12px;display:flex}.skeleton{background:var(--skeleton-base);border-radius:8px;position:relative;overflow:hidden}.skeleton:after{content:"";background:linear-gradient(90deg,transparent,var(--skeleton-shine),transparent);animation:1.7s ease-in-out infinite skeleton-shimmer;position:absolute;inset:0;transform:translate(-100%)}.cat-tile.skel:hover,.product-card.skel:hover,.blog-card.skel:hover{box-shadow:none;border-color:var(--line);cursor:default;transform:none}@keyframes skeleton-shimmer{to{transform:translate(100%)}}.scroll-sentinel{height:1px}.scroll-loader{justify-content:center;gap:8px;padding:26px 0;display:flex}.scroll-loader[hidden]{display:none}.scroll-loader span{background:var(--royal);opacity:.3;border-radius:50%;width:8px;height:8px;animation:1.2s ease-in-out infinite scroll-pulse}.scroll-loader span:nth-child(2){animation-delay:.15s}.scroll-loader span:nth-child(3){animation-delay:.3s}@keyframes scroll-pulse{0%,80%,to{opacity:.25;transform:scale(.85)}40%{opacity:1;transform:scale(1)}}.end-note{text-align:center;color:var(--ink-soft);padding:10px 0 30px;font-size:13.5px}.end-note[hidden]{display:none}.post-hero{text-align:center;max-width:880px;margin:0 auto;padding:40px clamp(20px,5vw,64px) 0}.post-hero .blog-tag{margin-bottom:10px;display:block}.post-hero h1{color:var(--royal-deep);margin-bottom:16px;font-size:clamp(28px,4vw,42px);line-height:1.4}.post-meta{color:var(--ink-soft);justify-content:center;gap:18px;font-size:13px;display:flex}.post-cover{aspect-ratio:16/8;background:var(--product-bg,linear-gradient(155deg,#e6e9fb,#fbfbff));border-radius:24px;justify-content:center;align-items:center;max-width:880px;margin:30px auto;display:flex}.post-cover svg{width:22%;stroke:var(--royal-deep)}.post-content{max-width:720px;color:var(--ink);margin:0 auto;padding:0 clamp(20px,5vw,64px) 60px;font-size:16.5px;line-height:2.1}.post-content h2{color:var(--royal-deep);margin:36px 0 14px;font-size:22px}.post-content p{margin:0 0 18px}.post-content blockquote{border-right:3px solid var(--royal);color:var(--ink-soft);margin:26px 0;padding:6px 20px;font-style:italic}.related-posts{max-width:1240px;margin:0 auto;padding:0 clamp(20px,5vw,64px) 60px}.about-hero{text-align:center;max-width:900px;min-height:calc(100vh - 431px);margin:0 auto;padding:60px clamp(20px,5vw,64px) 6px}.about-hero .eyebrow{color:var(--royal);letter-spacing:3px;margin-bottom:14px;font-size:13px;font-weight:700;display:block}.about-hero h1{color:var(--royal-deep);margin-bottom:18px;font-size:clamp(30px,4.5vw,48px);line-height:1.35}.about-hero p{color:var(--ink-soft);max-width:640px;margin:0 auto;font-size:16px;line-height:2}.about-story{grid-template-columns:1fr 1fr;align-items:center;gap:50px;max-width:1240px;margin:40px auto;padding:0 clamp(20px,5vw,64px);display:grid}.about-story .visual{aspect-ratio:1/.9;background:linear-gradient(155deg,var(--royal-soft),var(--bg-card) 62%);border-radius:24px;justify-content:center;align-items:center;display:flex}.about-story .visual svg{width:50%;stroke:var(--royal-deep)}.about-story h2{color:var(--royal-deep);margin-bottom:16px;font-size:28px}.about-story p{color:var(--ink-soft);font-size:15.5px;line-height:2}.stats-strip{background:var(--royal-deep-footer);color:#fff;text-align:center;border-radius:28px;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:24px;max-width:1240px;margin:50px auto;padding:38px clamp(20px,5vw,64px);display:grid}.stat b{color:var(--blush);font-family:Cairo,sans-serif;font-size:32px;font-weight:800;display:block}.stat span{color:#c9d0f5;font-size:13px}.values-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:22px;max-width:1240px;margin:50px auto;padding:0 clamp(20px,5vw,64px);display:grid}.value-card{background:var(--bg-card);border:1px solid var(--line);border-radius:18px;padding:26px 22px}.value-card svg{width:32px;height:32px;stroke:var(--royal);margin-bottom:14px}.value-card h3{margin-bottom:8px;font-size:17px}.value-card p{color:var(--ink-soft);font-size:13.5px;line-height:1.9}.timeline-h{max-width:820px;margin:56px auto;padding:0 clamp(20px,5vw,64px)}.tl-item{gap:20px;padding-bottom:34px;display:flex;position:relative}.tl-item:before{content:"";background:var(--line);width:2px;position:absolute;top:26px;bottom:0;right:13px}.tl-item:last-child:before{display:none}.tl-year{background:var(--royal);color:#fff;border-radius:50%;flex:none;justify-content:center;align-items:center;width:28px;height:28px;font-size:11px;font-weight:800;display:flex}.tl-item h4{margin-bottom:4px;font-size:15.5px}.tl-item p{color:var(--ink-soft);margin:0;font-size:13.5px;line-height:1.8}.newsletter{background:var(--blush-soft);text-align:center;border-radius:28px;max-width:1240px;margin:20px auto 60px;padding:44px clamp(20px,5vw,64px)}.newsletter h2{color:var(--royal-deep);margin-bottom:10px;font-size:26px}.newsletter p{color:var(--ink-soft);margin-bottom:22px;font-size:14.5px}.newsletter-form{flex-wrap:wrap;justify-content:center;gap:10px;max-width:420px;margin:0 auto;display:flex}.newsletter-form input{border:1.5px solid var(--line);border-radius:999px;flex:1;min-width:200px;padding:13px 18px;font-family:inherit;font-size:14px}.newsletter-form input:focus{border-color:var(--royal);outline:none}.overlay{opacity:0;pointer-events:none;z-index:50;background:#1c203373;transition:opacity .3s;position:fixed;inset:0}.overlay.show{opacity:1;pointer-events:auto}.cart-drawer{background:var(--bg);z-index:60;flex-direction:column;width:min(400px,92vw);transition:transform .35s cubic-bezier(.65,0,.35,1);display:flex;position:fixed;top:0;bottom:0;left:0;transform:translate(-100%);box-shadow:20px 0 50px #00000026}.cart-drawer.open{transform:translate(0)}.drawer-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:22px 24px;display:flex}.drawer-head h3{color:var(--royal-deep);font-size:20px}.close-btn{color:var(--ink-soft);border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:20px;display:flex}.close-btn:hover{background:var(--royal-soft)}.cart-items{flex-direction:column;flex:1;gap:16px;padding:18px 24px;display:flex;overflow-y:auto}.cart-empty{text-align:center;color:var(--ink-soft);padding:60px 20px;font-size:14px}.cart-item{align-items:center;gap:14px;display:flex}.cart-item-media{background:var(--product-bg,#e6e9fb);border-radius:12px;flex:none;justify-content:center;align-items:center;width:64px;height:64px;display:flex}.cart-item-media svg{width:60%;stroke:var(--royal-deep)}.cart-item-info{flex:1}.cart-item-info .name{font-size:14px;font-weight:700}.cart-item-info .meta{color:var(--ink-soft);margin-top:2px;font-size:12px}.qty-row{align-items:center;gap:10px;margin-top:8px;display:flex}.qty-btn{border:1px solid var(--line);border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:14px;display:flex}.qty-btn:hover{background:var(--royal-soft)}.remove-btn{color:var(--royal);margin-top:6px;font-size:11px;text-decoration:underline}.item-total{color:var(--royal-deep);white-space:nowrap;font-size:14px;font-weight:800}.drawer-foot{border-top:1px solid var(--line);padding:20px 24px 26px}.subtotal-row{justify-content:space-between;margin-bottom:16px;font-size:15px;display:flex}.subtotal-row strong{color:var(--royal-deep);font-size:18px}.modal{background:var(--bg-card);z-index:70;opacity:0;pointer-events:none;border-radius:22px;width:min(480px,92vw);max-height:86vh;transition:all .3s;position:fixed;top:50%;left:50%;overflow-y:auto;transform:translate(-50%,-46%)scale(.96);box-shadow:0 40px 80px -20px #00000059}.modal.open{opacity:1;pointer-events:auto;transform:translate(-50%,-50%)scale(1)}.modal-head{border-bottom:1px solid var(--line);background:var(--bg-card);justify-content:space-between;align-items:center;padding:20px 24px;display:flex;position:sticky;top:0}.modal-head h3{color:var(--royal-deep);font-size:18px}.modal-body{padding:22px 24px 28px}.co-row{border-bottom:1px dashed var(--line);justify-content:space-between;padding:9px 0;font-size:14px;display:flex}.co-row.total{color:var(--royal-deep);border-bottom:none;padding-top:14px;font-size:17px;font-weight:800}.field{margin-bottom:14px}.field label{color:var(--ink-soft);margin-bottom:6px;font-size:12px;font-weight:700;display:block}.field input{border:1.5px solid var(--line);background:#fff;border-radius:10px;width:100%;padding:11px 14px;font-family:inherit;font-size:14px}.field input:focus{border-color:var(--royal);outline:none}.success-icon{width:64px;height:64px;stroke:var(--royal);margin:6px auto 16px}.timeline{margin-top:22px}.t-step{gap:14px;padding-bottom:26px;display:flex;position:relative}.t-step:before{content:"";background:var(--line);width:2px;position:absolute;top:22px;bottom:0;right:11px}.t-step:last-child:before{display:none}.t-dot{background:var(--royal-soft);width:24px;height:24px;color:var(--royal);border-radius:50%;flex:none;justify-content:center;align-items:center;font-size:12px;font-weight:800;display:flex}.t-step.active .t-dot{background:var(--royal);color:#fff}.t-title{font-size:14px;font-weight:700}.t-time{color:var(--ink-soft);margin-top:2px;font-size:12px}.order-num{text-align:center;color:var(--ink-soft);font-size:13px}.order-num b{color:var(--royal-deep)}.toast{background:var(--ink);color:#fff;z-index:80;opacity:0;pointer-events:none;border-radius:999px;padding:13px 26px;font-size:14px;font-weight:600;transition:all .3s;position:fixed;bottom:28px;left:50%;transform:translate(-50%)translateY(20px)}.toast.show{opacity:1;transform:translate(-50%)translateY(0)}footer{background:var(--royal-deep-footer);color:#eef0fc;margin-top:20px;padding:40px clamp(20px,5vw,64px) 30px}.footer-inner{flex-wrap:wrap;justify-content:space-between;gap:28px;max-width:1240px;margin:0 auto;display:flex}.footer-col h4{color:#fff;margin-bottom:14px;font-size:14px}.footer-col a{color:#c9d0f5;margin-bottom:9px;font-size:13.5px;display:block}.footer-col a:hover{color:#fff}.footer-bottom{color:#a9b1e8;text-align:center;border-top:1px solid #ffffff1f;max-width:1240px;margin:26px auto 0;padding-top:20px;font-size:12.5px}@media (max-width:900px){.hero{grid-template-columns:1fr;padding-top:36px}.hero-visual{order:-1;height:280px}.hero-copy p{max-width:none}.pd-layout{grid-template-columns:1fr}.pd-gallery{position:static}.about-story{grid-template-columns:1fr}.about-story .visual{order:-1}}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}.skeleton:after,.scroll-loader span{animation:none!important}}.media-fill{object-fit:cover;width:100%;height:100%;display:block}.section-heading-tight{padding-top:34px}.sub-scroller-visible{display:flex}.footer-logo{color:#fff}.footer-tagline{color:#c9d0f5;max-width:220px;margin-top:12px;font-size:13px;line-height:1.8}.link-action{font-size:13px;font-weight:600;text-decoration:underline}.link-action-edit{color:#4169e1;margin-inline-start:8px;font-weight:400}.link-action-cancel{color:var(--royal)}.account-menu{position:relative}.account-trigger{border:1.5px solid var(--line);border-radius:50%;flex:none;justify-content:center;align-items:center;width:28px;height:28px;padding:0;display:flex;overflow:hidden}.account-trigger svg{width:70%;height:70%;stroke:var(--ink-soft)}.account-name{border-bottom:1px solid var(--line);color:var(--ink-soft);padding:12px 16px;font-size:13px}.order-list{flex-direction:column;gap:18px;max-width:720px;margin:0 auto;padding:0 clamp(20px,5vw,64px) 60px;display:flex}.order-card{background:var(--bg-card);border:1px solid var(--line);border-radius:var(--radius);padding:20px 22px}.order-card-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;display:flex}.order-number{color:var(--royal-deep);font-weight:700}.order-date{color:var(--ink-soft);margin-top:3px;font-size:12.5px}.order-status{background:var(--royal-soft);color:var(--royal-deep);border-radius:999px;padding:5px 12px;font-size:12px;font-weight:700}.order-status.cancelled{background:var(--blush-soft);color:var(--gold)}.order-items{border-top:1px dashed var(--line);flex-direction:column;gap:6px;margin-top:14px;padding-top:14px;display:flex}.order-item-row{color:var(--ink-soft);justify-content:space-between;font-size:13.5px;display:flex}.order-foot{border-top:1px solid var(--line);justify-content:space-between;align-items:center;margin-top:14px;padding-top:14px;display:flex}.order-total{color:var(--royal-deep);font-size:16px}.login-actions{justify-content:center;margin-top:26px;display:flex}.btn-google{background:var(--bg-card);color:var(--ink);border:1.5px solid var(--line)}.btn-google:hover{border-color:var(--royal);box-shadow:0 10px 24px -12px #3b4fe040}.btn-google svg{width:20px;height:20px}.buy-now-choice p{color:var(--ink-soft);margin-bottom:18px;font-size:14px;line-height:1.8}.buy-now-actions{flex-direction:column;gap:10px;display:flex}.buy-now-cancel{justify-content:center;margin-top:4px;display:flex}.offer-banner{background:color-mix(in srgb, var(--gold) 14%, transparent);color:var(--gold);border:1px solid color-mix(in srgb, var(--gold) 35%, transparent);border-radius:10px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;margin:10px 0;padding:10px 14px;font-size:13px;font-weight:600;line-height:1.7;display:flex}.offer-order-btn{background:var(--gold);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:8px;padding:8px 16px;font-size:12.5px;font-weight:700;transition:opacity .2s}.offer-order-btn:hover{opacity:.88}.offer-order-btn:disabled{opacity:.5;cursor:not-allowed}.coupon-apply{gap:8px;margin:10px 0;display:flex}.coupon-apply input{border:1.5px solid var(--line);background:#fff;border-radius:10px;flex:1;padding:10px 14px;font-family:inherit;font-size:13.5px}.coupon-apply input:focus{border-color:var(--royal);outline:none}.coupon-apply .btn{padding:10px 20px;font-size:13.5px}.coupon-error{color:#c0392b;margin:-4px 0 8px;font-size:12.5px}.offer-note{color:var(--gold);margin-top:2px;font-size:12px;font-weight:600}
