@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=DM+Serif+Display:ital@0;1&display=swap');
:root{--brand-accent:#d989a5;--brand-ink:#1b1b1d;--brand-paper:#fffdfd;--brand-radius:20px;--brand-max:1440px;--rose-50:#fff7fa;--rose-100:#fbeaf0;--rose-200:#f3ccd9;--rose-500:#d989a5;--ink:#1b1b1d;--muted:#706c72;--line:#ece7ea;--surface:#fff;--admin-bg:#f5f6f8;--admin-card:#fff;--admin-text:#202228;--admin-muted:#717783;--admin-border:#e3e6ea;--admin-accent:#d989a5}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--brand-ink);background:var(--brand-paper)}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,input,textarea,select{font:inherit}button{cursor:pointer}svg{width:1.2em;height:1.2em;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
/* STOREFRONT V7 */
.storefront-v8{background:#fffdfd}.announcement{background:#f8dce6;color:#241f22;border-bottom:1px solid rgba(36,31,34,.06)}.announcement__inner{max-width:var(--brand-max);min-height:32px;margin:auto;padding:7px 28px;display:flex;align-items:center;justify-content:center;gap:18px;font-size:10px;font-weight:700;letter-spacing:.11em;text-transform:uppercase}.announcement__dot{width:4px;height:4px;background:var(--brand-accent);border-radius:50%}.site-header{position:sticky;top:0;z-index:60;background:rgba(255,253,253,.94);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}.site-header__inner{max-width:var(--brand-max);margin:auto;height:88px;padding:0 28px;display:grid;grid-template-columns:170px 1fr 170px;gap:32px;align-items:center}.site-logo{display:flex;align-items:center}.brand-logo{width:116px;max-height:72px;object-fit:contain}.desktop-nav{display:flex;justify-content:center;gap:30px;min-width:0}.desktop-nav a{font-size:12px;font-weight:600;color:#302c2f;position:relative;white-space:nowrap}.desktop-nav a:after{content:"";position:absolute;left:50%;right:50%;bottom:-12px;height:2px;background:var(--brand-accent);transition:.2s}.desktop-nav a:hover:after{left:0;right:0}.header-actions{display:flex;justify-content:flex-end;gap:6px}.icon-btn{width:42px;height:42px;border:0;background:transparent;color:inherit;border-radius:50%;display:grid;place-items:center}.icon-btn:hover{background:var(--rose-100)}.menu-trigger{display:none}.bag-link{position:relative}.bag-link em{position:absolute;top:2px;right:2px;min-width:17px;height:17px;padding:0 4px;display:grid;place-items:center;border-radius:20px;background:var(--brand-accent);color:#fff;font-size:9px;font-style:normal;font-weight:700}.nav-drawer,.nav-overlay{display:none}.site-toast{position:fixed;right:24px;top:135px;z-index:100;background:#202124;color:#fff;padding:15px 18px;border-radius:12px;box-shadow:0 14px 42px rgba(0,0,0,.18);font-size:13px}
.builder-page{overflow:hidden}.pb-kicker,.eyebrow{display:block;color:var(--brand-accent);font-size:11px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;margin-bottom:14px}.pb-slider{padding:28px max(20px,calc((100vw - var(--brand-max))/2 + 28px)) 10px;background:#fff}.pb-slider__stage{position:relative;min-height:650px}.pb-slide{position:absolute;inset:0;display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);border-radius:32px;overflow:hidden;background:var(--section-bg,linear-gradient(135deg,#fff7fa,#f7d8e2));opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity .45s ease,transform .45s ease;box-shadow:0 18px 55px rgba(77,40,52,.08)}.pb-slide.is-active{opacity:1;visibility:visible;transform:none;z-index:2}.pb-slide__copy{padding:clamp(46px,6vw,94px);display:flex;flex-direction:column;justify-content:center;align-items:flex-start;order:1}.pb-slide__copy h1{font:400 clamp(54px,6vw,92px)/.94 "DM Serif Display",serif;letter-spacing:-.045em;margin:0 0 24px;max-width:690px}.pb-slide__copy p{max-width:590px;margin:0 0 30px;font-size:15px;line-height:1.75;color:#5f585d}.pb-slide__media{order:2;min-height:650px;overflow:hidden;background:#efc8d5}.pb-slide__media img,.pb-slide__media .pb-media-fallback{width:100%;height:100%;object-fit:cover}.pb-slide__count{position:absolute;left:40px;bottom:30px;font-size:11px;color:#7a6b71}.pb-slider__controls{position:absolute;z-index:10;right:32px;bottom:28px;display:flex;align-items:center;gap:12px}.pb-slider__controls>button{width:42px;height:42px;border:1px solid rgba(27,27,29,.12);border-radius:50%;background:rgba(255,255,255,.82);display:grid;place-items:center}.pb-slider__controls>div{display:flex;gap:7px}.pb-slider__controls [data-dot]{width:8px;height:8px;padding:0;border:0;background:#d2b8c1;border-radius:50%}.pb-slider__controls [data-dot].active{width:22px;border-radius:12px;background:var(--brand-accent)}.pb-btn,.btn{min-height:48px;padding:0 22px;border:1px solid var(--ink);border-radius:999px;background:var(--ink);color:#fff;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:12px;font-weight:700}.pb-btn:hover,.btn:hover{transform:translateY(-1px)}.btn.light,.btn.ghost{background:#fff;color:#222}.btn.soft{background:var(--rose-100);border-color:var(--rose-100);color:#222}.btn.small{min-height:40px;padding:0 16px}.pb-link,.text-link{font-size:12px;font-weight:700;border-bottom:1px solid currentColor;padding-bottom:3px}.pb-media-fallback{min-height:480px;display:flex;align-items:center;justify-content:center;flex-direction:column;background:linear-gradient(145deg,#f7dce5,#e7adbf)}.pb-media-fallback span,.product-placeholder span{font:400 clamp(42px,7vw,82px)/1 "DM Serif Display",serif}.pb-media-fallback i,.product-placeholder small{font-style:normal;font-size:8px;letter-spacing:.3em;margin-top:10px}.pb-benefits{max-width:var(--brand-max);margin:22px auto 0;padding:0 28px;display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.pb-benefit{min-height:100px;padding:18px 20px;border:1px solid var(--line);border-radius:18px;background:#fff;display:flex;align-items:center;gap:15px}.pb-benefit__icon{width:42px;height:42px;border-radius:14px;background:var(--rose-100);color:var(--brand-accent);display:grid;place-items:center;flex:0 0 auto}.pb-benefit b{display:block;font-size:13px}.pb-benefit small{display:block;margin-top:5px;font-size:11px;color:var(--muted)}.pb-section{padding:110px max(24px,calc((100vw - var(--brand-max))/2 + 28px));background:var(--section-bg,#fff);color:var(--section-text,#1b1b1d)}.pb-section-head{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:42px}.pb-section-head>div{max-width:760px}.pb-section-head h2,.pb-split h2,.pb-newsletter h2{font:400 clamp(42px,4.8vw,72px)/.98 "DM Serif Display",serif;letter-spacing:-.035em;margin:0 0 14px}.pb-section-head p,.pb-split p,.pb-newsletter p{font-size:14px;line-height:1.75;color:color-mix(in srgb,currentColor 67%,transparent);margin:0}.pb-product-grid{display:grid;gap:18px}.pb-product-grid.cols-2{grid-template-columns:repeat(2,1fr)}.pb-product-grid.cols-3{grid-template-columns:repeat(3,1fr)}.pb-product-grid.cols-4{grid-template-columns:repeat(4,1fr)}.pb-product-card__media{aspect-ratio:.8;border-radius:20px;overflow:hidden;background:#f2e4e9;position:relative}.pb-product-card__media>img,.pb-product-card__media>.product-placeholder{width:100%;height:100%;object-fit:cover}.pb-product-card__media>span{position:absolute;top:14px;left:14px;background:#fff;padding:7px 10px;border-radius:999px;font-size:9px;font-weight:700}.pb-product-card__info{padding:14px 2px}.pb-product-card__info h3{font-size:14px;margin:0 0 6px}.pb-product-card__info p{font-size:12px;color:var(--muted);margin:0}.pb-collection-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:18px}.pb-collection-grid>a{grid-column:span 4;min-height:430px;border-radius:24px;padding:26px;position:relative;overflow:hidden;background:linear-gradient(150deg,#faeaf0,#eeb7c9);display:flex;flex-direction:column;justify-content:flex-end}.pb-collection-grid>a:first-child{grid-column:span 6}.pb-collection-grid>a:nth-child(2){grid-column:span 6}.pb-collection-grid>a>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.pb-collection-grid>a:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 35%,rgba(15,15,17,.66))}.pb-collection-grid>a>*{position:relative;z-index:2;color:#fff}.pb-collection-grid h3{font:400 38px/1 "DM Serif Display",serif;margin:0 0 10px}.pb-collection-grid p{font-size:12px;line-height:1.6;max-width:380px}.pb-collection-grid b{font-size:11px;margin-top:10px}.pb-split{max-width:var(--brand-max);margin:40px auto 100px;border-radius:30px;overflow:hidden;display:grid;grid-template-columns:1fr 1fr;background:var(--section-bg,#f8e7ed);color:var(--section-text,#1b1b1d)}.pb-split__copy{padding:clamp(48px,6vw,92px);display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.pb-split__copy p{max-width:560px;margin-bottom:28px}.pb-split__media{min-height:620px}.pb-split__media>*{width:100%;height:100%;object-fit:cover}.pb-split--left .pb-split__media{order:-1}.pb-quote{padding:120px 24px;text-align:center;background:var(--section-bg,#211e20);color:var(--section-text,#fff)}.pb-quote blockquote{font:400 clamp(44px,5vw,76px)/1.05 "DM Serif Display",serif;max-width:1000px;margin:18px auto 26px}.pb-quote p{font-size:11px;letter-spacing:.14em}.pb-newsletter{margin:80px auto;max-width:var(--brand-max);border-radius:30px;padding:70px clamp(28px,6vw,86px);display:grid;grid-template-columns:1fr 1fr;align-items:end;gap:60px;background:var(--section-bg,#f7dfe7);color:var(--section-text,#1b1b1d)}.pb-newsletter form{display:flex;gap:10px}.pb-newsletter input{flex:1;min-height:50px;border:1px solid rgba(27,27,29,.18);background:#fff;border-radius:999px;padding:0 18px}.pb-marquee{overflow:hidden;background:var(--section-bg,#1b1b1d);color:var(--section-text,#fff)}.pb-marquee__track{display:flex;width:max-content;animation:marquee 28s linear infinite;padding:15px 0}.pb-marquee__track span{display:inline-flex;gap:22px;padding-right:22px;font-size:11px;font-weight:700;letter-spacing:.12em;white-space:nowrap}@keyframes marquee{to{transform:translateX(-50%)}}
/* GENERAL STOREFRONT PAGES */
.page-hero,.catalog-hero,.content-hero{max-width:var(--brand-max);margin:auto;padding:88px 28px 55px}.page-hero h1,.catalog-hero h1,.content-hero h1{font:400 clamp(54px,7vw,96px)/.95 "DM Serif Display",serif;letter-spacing:-.04em;margin:6px 0 18px;max-width:900px}.page-hero p,.catalog-hero p,.content-hero p{max-width:640px;line-height:1.75;color:var(--muted)}.catalog-toolbar{max-width:var(--brand-max);margin:auto;padding:0 28px 34px;display:flex;justify-content:space-between;gap:24px;align-items:center}.category-tabs{display:flex;gap:8px;flex-wrap:wrap}.category-tabs a{padding:10px 15px;border:1px solid var(--line);border-radius:999px;font-size:12px}.category-tabs a.active{background:#1b1b1d;color:#fff;border-color:#1b1b1d}.result-count{font-size:12px;color:var(--muted)}.catalog-section,.product-detail,.cart-layout,.form-shell,.account-shell,.content-shell,.section,.journal-article{max-width:var(--brand-max);margin:auto;padding-left:28px;padding-right:28px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;padding-bottom:110px}.product-card{min-width:0}.product-media{aspect-ratio:.8;border-radius:20px;overflow:hidden;background:#f3e5ea;position:relative}.product-media>*{width:100%;height:100%;object-fit:cover}.product-info{padding:15px 3px}.product-info small{font-size:10px;text-transform:uppercase;color:var(--brand-accent);font-weight:700;letter-spacing:.08em}.product-info h3{font-size:14px;margin:7px 0 6px}.product-info p,.price{font-size:12px;color:var(--muted)}.sale-badge{position:absolute;left:12px;top:12px;background:#fff!important;width:auto!important;height:auto!important;padding:6px 9px;border-radius:999px;font-size:9px}.quick-arrow{position:absolute;right:12px;bottom:12px;width:38px!important;height:38px!important;border-radius:50%;background:#fff;display:grid;place-items:center}.product-detail{display:grid;grid-template-columns:1.15fr .85fr;gap:70px;padding-top:55px;padding-bottom:110px}.product-gallery{background:#f4e7ec;border-radius:28px;overflow:hidden;min-height:660px}.product-gallery>*{width:100%;height:100%;object-fit:cover}.product-summary{padding:42px 0;position:sticky;top:125px;align-self:start}.product-summary h1{font:400 clamp(48px,5vw,76px)/.98 "DM Serif Display",serif;margin:8px 0 18px}.product-price{font-size:18px;font-weight:600}.description{font-size:14px;line-height:1.85;color:var(--muted);margin:24px 0}.purchase-form{padding:22px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.purchase-form>label{display:block;font-size:12px;font-weight:700;margin-bottom:10px}.qty-wrap{display:flex;gap:12px}.qty-control{display:flex;border:1px solid var(--line);border-radius:999px;overflow:hidden;background:#fff}.qty-control button{width:40px;border:0;background:#fff}.qty-control input{width:44px;border:0;text-align:center}.product-benefits{display:grid;gap:12px;margin-top:24px}.product-benefits>div{padding:16px;border-radius:14px;background:#faf7f8}.product-benefits b,.product-benefits span{display:block}.product-benefits b{font-size:13px}.product-benefits span{font-size:11px;color:var(--muted);margin-top:5px}.cart-layout,.form-shell{display:grid;grid-template-columns:1.15fr .85fr;gap:34px;padding-top:70px;padding-bottom:110px}.form-intro h1,.cart-layout h1,.account-head h1{font:400 clamp(48px,5vw,74px)/1 "DM Serif Display",serif;margin:8px 0 18px}.form-intro p{max-width:560px;line-height:1.75;color:var(--muted)}.cart-panel,.form-card,.account-profile,.account-panel,.content-card,.order-summary{background:#fff;border:1px solid var(--line);border-radius:22px;padding:30px}.field{display:flex;flex-direction:column;gap:8px}.field label{font-size:13px;font-weight:600;color:#454047}.field input,.field textarea,.field select{width:100%;min-height:48px;border:1px solid #ddd8dc;background:#fff;border-radius:12px;padding:12px 14px;font-size:14px;outline:0}.field textarea{min-height:120px;resize:vertical}.field input:focus,.field textarea:focus,.field select:focus{border-color:var(--brand-accent);box-shadow:0 0 0 3px rgba(217,137,165,.16)}.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.full{grid-column:1/-1}.form-card{display:flex;flex-direction:column;gap:15px}.auth-links{font-size:12px;text-align:center;color:var(--muted)}.auth-links a{font-weight:700;color:#222}.cart-item{display:grid;grid-template-columns:92px 1fr auto;gap:18px;padding:18px 0;border-bottom:1px solid var(--line);align-items:center}.cart-thumb{width:92px;height:110px;border-radius:14px;overflow:hidden;background:#f2e6ea}.cart-thumb>*{width:100%;height:100%;object-fit:cover}.cart-price{font-weight:700}.summary-row{display:flex;justify-content:space-between;gap:20px;padding:13px 0;border-bottom:1px solid var(--line);font-size:13px}.summary-row.total{font-size:16px}.empty-state{padding:70px 20px;text-align:center}.empty-state svg{width:34px;height:34px}.tracking-result{margin-top:10px;padding:18px;background:#faf7f8;border-radius:16px}.tracking-status{display:flex;justify-content:space-between;align-items:center}.status-chip,.status-badge{display:inline-flex;padding:7px 10px;border-radius:999px;background:#eef8f1;color:#347248;font-size:10px;font-weight:700;text-transform:capitalize}.order-progress{display:grid;grid-template-columns:repeat(4,1fr);gap:6px;margin:22px 0}.order-progress span{padding:9px 6px;border-radius:999px;background:#eee;color:#888;text-align:center;font-size:10px}.order-progress span.done{background:#222;color:#fff}.form-divider{height:1px;background:var(--line);margin:16px 0}.account-head{display:flex;justify-content:space-between;align-items:end;padding-top:70px}.account-grid{display:grid;grid-template-columns:300px 1fr;gap:22px;padding-bottom:110px}.avatar{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:var(--rose-100);font-weight:700}.account-profile h3{margin-bottom:4px}.account-profile p{font-size:12px;color:var(--muted)}.account-profile a{font-size:12px;font-weight:700}.account-panel-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.journal-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.journal-card{background:#fff;border:1px solid var(--line);border-radius:22px;overflow:hidden}.journal-media{aspect-ratio:4/3;background:#f0dce3}.journal-media>*{width:100%;height:100%;object-fit:cover}.journal-body{padding:24px}.journal-body h3{font:400 30px/1.08 "DM Serif Display",serif;margin:0 0 10px}.journal-body p{font-size:12px;line-height:1.7;color:var(--muted)}.journal-article-head{padding:85px 0 55px}.journal-article-head h1{font:400 clamp(52px,6vw,88px)/.96 "DM Serif Display",serif}.journal-article-image{border-radius:26px;overflow:hidden}.journal-article-body{max-width:760px;margin:55px auto;font:400 18px/1.9 "DM Serif Display",serif}.muted{color:var(--muted)}
/* CAPTCHA */
.captcha-box{padding:12px 0;overflow:hidden}.captcha-box--invisible{padding:7px 0;font-size:10px;color:var(--muted)}.captcha-note{padding:12px 14px;border-radius:10px;font-size:12px}.captcha-note--error{background:#fff0f0;color:#a34343}.captcha-box .g-recaptcha,.captcha-box .h-captcha{transform-origin:left top;max-width:100%}
/* FOOTER */
.site-footer{margin-top:70px;background:#18171a;color:#f7f4f5}.footer-news{max-width:var(--brand-max);margin:auto;padding:70px 28px 58px;display:flex;justify-content:space-between;align-items:end;gap:40px;border-bottom:1px solid rgba(255,255,255,.12)}.footer-news span{font-size:10px;letter-spacing:.14em;color:#e8a9be}.footer-news h2{font:400 clamp(42px,5vw,72px)/1 "DM Serif Display",serif;margin:8px 0 12px}.footer-news p{font-size:13px;color:#b9b4b6}.footer-shop{min-height:48px;padding:0 20px;border-radius:999px;background:#fff;color:#19181a;display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:700;white-space:nowrap}.footer-main{max-width:var(--brand-max);margin:auto;padding:55px 28px;display:grid;grid-template-columns:1fr 1.5fr;gap:80px}.brand-logo--footer{width:130px;filter:brightness(0) invert(1);opacity:.95}.footer-brand p{max-width:360px;font-size:12px;line-height:1.7;color:#aaa5a8}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.footer-links div{display:flex;flex-direction:column;gap:11px}.footer-links b{font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:#f1bdcf;margin-bottom:4px}.footer-links a{font-size:12px;color:#c8c3c6}.footer-bottom{max-width:var(--brand-max);margin:auto;padding:18px 28px 24px;border-top:1px solid rgba(255,255,255,.08);display:flex;justify-content:space-between;font-size:9px;letter-spacing:.12em;color:#858084}
/* ADMIN V7 — LARGE, AIRY, UNCLUTTERED */
.admin-v8{margin:0;background:var(--admin-bg);color:var(--admin-text);font-family:Inter,Arial,sans-serif;font-size:15px}.studio-shell{min-height:100vh}.studio-sidebar{position:fixed;inset:0 auto 0 0;width:282px;background:#fff;border-right:1px solid var(--admin-border);padding:20px 16px 18px;display:flex;flex-direction:column;z-index:80;transition:transform .25s}.studio-brand{height:70px;padding:0 10px 18px;border-bottom:1px solid var(--admin-border);display:flex;align-items:center;justify-content:space-between}.brand-logo--admin{width:122px;max-height:64px;object-fit:contain}.studio-brand button{display:none}.studio-store{display:flex;align-items:center;gap:12px;margin:18px 4px;padding:12px;border:1px solid var(--admin-border);border-radius:14px;background:#fafafb}.studio-store__avatar{width:40px;height:40px;border-radius:12px;background:var(--rose-100);color:#b45f7c;display:grid;place-items:center;font-weight:800;font-size:12px}.studio-store b,.studio-store small{display:block}.studio-store b{font-size:14px}.studio-store small{font-size:11px;color:var(--admin-muted);margin-top:3px}.studio-store i{display:inline-block;width:7px;height:7px;border-radius:50%;background:#45a669;margin-right:5px}.studio-nav{display:flex;flex-direction:column;gap:4px;overflow:auto;padding:2px 4px 10px}.studio-nav em{font-style:normal;font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#a0a5ae;margin:18px 10px 7px}.studio-nav a{min-height:46px;padding:0 12px;border-radius:11px;display:flex;align-items:center;gap:12px;font-size:14px;font-weight:500;color:#5b6069}.studio-nav a svg{width:18px;height:18px}.studio-nav a:hover{background:#f7f4f5;color:#202228}.studio-nav a.active{background:#f7e7ed;color:#9f536d;font-weight:700}.studio-sidebar-foot{margin-top:auto;padding:14px 4px 0;border-top:1px solid var(--admin-border);display:flex;flex-direction:column;gap:5px}.studio-sidebar-foot a{min-height:42px;padding:0 10px;border-radius:10px;display:flex;align-items:center;gap:10px;font-size:13px;color:#5f646d}.studio-sidebar-foot a span{margin-left:auto}.studio-sidebar-foot small{font-size:9px;color:#adb1b8;padding:8px 10px}.studio-main{margin-left:282px;min-width:0}.studio-topbar{height:82px;padding:0 34px;position:sticky;top:0;z-index:45;background:rgba(255,255,255,.95);backdrop-filter:blur(15px);border-bottom:1px solid var(--admin-border);display:flex;align-items:center;justify-content:space-between;gap:28px}.studio-topbar-left,.studio-top-actions{display:flex;align-items:center;gap:14px}.studio-breadcrumb{min-width:150px}.studio-breadcrumb small,.studio-breadcrumb b{display:block}.studio-breadcrumb small{font-size:9px;letter-spacing:.13em;color:#a0a5ae}.studio-breadcrumb b{font-size:15px;margin-top:4px}.admin-menu{display:none}.admin-search{width:min(38vw,470px);height:46px;border:1px solid var(--admin-border);border-radius:12px;background:#fafafb;display:flex;align-items:center;gap:10px;padding:0 14px;color:#90959e}.admin-search input{width:100%;border:0;outline:0;background:transparent;font-size:13px}.preview-store{font-size:12px;font-weight:600;color:#5b6069}.admin-bell{width:42px;height:42px;border:1px solid var(--admin-border);border-radius:12px;background:#fff;display:grid;place-items:center}.studio-user{width:42px;height:42px;border-radius:12px;background:#f4d6e0;display:grid;place-items:center;color:#9b526b;font-weight:800}.studio-user-copy b,.studio-user-copy small{display:block}.studio-user-copy b{font-size:13px}.studio-user-copy small{font-size:11px;color:var(--admin-muted);margin-top:2px}.studio-content{max-width:1580px;margin:auto;padding:38px 38px 80px}.studio-alert{margin-bottom:22px;padding:14px 16px;border:1px solid #cfe9d7;background:#f2fbf5;color:#3a6747;border-radius:12px;display:flex;gap:9px;align-items:center;font-size:13px}.admin-page-head{display:flex;justify-content:space-between;align-items:flex-end;gap:28px;margin-bottom:30px}.admin-kicker{display:block;font-size:11px;font-weight:700;letter-spacing:.13em;text-transform:uppercase;color:#a0a5ae}.admin-page-head h1{font-size:36px;line-height:1.08;letter-spacing:-.035em;margin:7px 0 8px}.admin-page-head p{margin:0;max-width:720px;font-size:14px;line-height:1.65;color:var(--admin-muted)}.admin-actions{display:flex;gap:10px;flex-wrap:wrap}.admin-btn{min-height:44px;padding:0 16px;border:1px solid #d8dce1;border-radius:10px;background:#fff;color:#292d33;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:13px;font-weight:700}.admin-btn.primary,.admin-btn.accent{background:#22242a;border-color:#22242a;color:#fff}.admin-btn.accent{background:var(--admin-accent);border-color:var(--admin-accent)}.metric-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:22px}.metric-card{padding:24px;background:#fff;border:1px solid var(--admin-border);border-radius:16px;min-height:155px}.metric-top{display:flex;justify-content:space-between;align-items:center}.metric-label{font-size:13px;color:#727984}.metric-icon{width:42px;height:42px;border-radius:12px;background:#fbebf0;color:#b75f7d;display:grid;place-items:center}.metric-card strong{display:block;font-size:34px;letter-spacing:-.04em;margin:22px 0 6px}.metric-card small{font-size:12px;color:#9297a0}.dashboard-grid{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(340px,.72fr);gap:20px}.admin-card,.admin-form-card,.system-card{background:#fff;border:1px solid var(--admin-border);border-radius:16px;overflow:hidden}.admin-card-head{min-height:68px;padding:18px 22px;border-bottom:1px solid var(--admin-border);display:flex;align-items:center;justify-content:space-between;gap:16px}.admin-card-head h3{font-size:16px;margin:0}.admin-card-head p{font-size:12px;color:var(--admin-muted);margin:4px 0 0}.admin-card-head a{font-size:12px;color:#a85572;font-weight:700}.admin-card-body{padding:22px}.quick-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.quick-action{min-height:76px;padding:14px;border:1px solid var(--admin-border);border-radius:13px;display:flex;gap:12px;align-items:center}.quick-action>span:first-child{width:42px;height:42px;border-radius:11px;background:#faedf2;color:#b9607e;display:grid;place-items:center}.quick-action b,.quick-action small{display:block}.quick-action b{font-size:13px}.quick-action small{font-size:11px;color:var(--admin-muted);margin-top:3px}.admin-table-wrap{overflow-x:auto}.admin-table{width:100%;border-collapse:collapse;min-width:820px}.admin-table th{padding:14px 18px;background:#fafbfc;border-bottom:1px solid var(--admin-border);font-size:11px;text-align:left;text-transform:uppercase;letter-spacing:.06em;color:#858c96}.admin-table td{padding:17px 18px;border-bottom:1px solid #edf0f2;font-size:13px;vertical-align:middle}.admin-table tbody tr:last-child td{border-bottom:0}.admin-product-cell{display:flex;align-items:center;gap:12px}.admin-product-cell b,.admin-product-cell small{display:block}.admin-product-cell small{font-size:11px;color:var(--admin-muted);margin-top:3px}.admin-thumb{width:50px;height:58px;border-radius:9px;overflow:hidden;background:#f4e6eb;flex:0 0 auto}.admin-thumb img{width:100%;height:100%;object-fit:cover}.table-link{font-size:12px;color:#a85572;font-weight:700}.status-badge{font-size:10px;padding:7px 9px}.admin-form{padding:26px}.admin-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.admin-form .field label{font-size:13px!important;font-weight:700!important;color:#4d535d}.admin-form .field label small{display:block;font-size:11px!important;font-weight:500!important;color:#8b9098;margin-top:3px}.admin-form .field input,.admin-form .field select,.admin-form .field textarea{min-height:50px!important;padding:12px 14px!important;border:1px solid #dbe0e5!important;border-radius:10px!important;background:#fff!important;font-size:14px!important}.admin-form .field textarea{min-height:140px!important;line-height:1.6}.admin-form-footer{padding:18px 26px;margin:26px -26px -26px;border-top:1px solid var(--admin-border);display:flex;justify-content:flex-end;gap:10px}.toggle-row{min-height:64px;padding:12px 14px;border:1px solid var(--admin-border);border-radius:12px;display:flex;justify-content:space-between;align-items:center}.toggle-row b,.toggle-row small{display:block}.toggle-row b{font-size:13px}.toggle-row small{font-size:11px;color:var(--admin-muted);margin-top:3px}.toggle{width:44px!important;height:24px!important;min-height:24px!important;accent-color:var(--admin-accent)}.settings-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.gateway-card{padding:18px;border:1px solid var(--admin-border);border-radius:13px;margin-bottom:14px}.gateway-card-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.gateway-id{display:flex;align-items:center;gap:10px}.gateway-logo{width:38px;height:38px;border-radius:10px;background:#f4edf0;display:grid;place-items:center;font-size:11px;font-weight:800}.gateway-id b,.gateway-id small{display:block}.gateway-id b{font-size:14px}.gateway-id small{font-size:11px;color:var(--admin-muted);margin-top:3px}.system-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.system-card{padding:26px}.system-icon{width:46px;height:46px;border-radius:12px;background:#f8e9ee;color:#b85f7d;display:grid;place-items:center}.system-card h3{font-size:20px;margin:18px 0 8px}.system-card p{font-size:13px;line-height:1.65;color:var(--admin-muted)}.system-note{margin:16px 0;padding:12px 14px;border-radius:10px;background:#f7f8fa;font-size:12px}.design-targets{display:flex;gap:9px;flex-wrap:wrap;margin-bottom:18px}.design-targets a{padding:10px 14px;border:1px solid var(--admin-border);border-radius:10px;background:#fff;font-size:12px}.design-targets a.active{background:#22242a;color:#fff;border-color:#22242a}.design-studio-grid{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(360px,.6fr);gap:20px}.section-stack{padding:14px}.section-row{min-height:82px;padding:12px 14px;border:1px solid var(--admin-border);border-radius:12px;display:grid;grid-template-columns:28px 42px 42px minmax(0,1fr) auto 28px;gap:10px;align-items:center;margin-bottom:10px}.section-row b{font-size:14px}.section-row small{display:block;font-size:11px;color:var(--admin-muted);margin-top:4px}.section-type-icon{width:40px;height:40px;border-radius:10px;background:#faebf0;color:#b65d7b;display:grid;place-items:center}.builder-panel{padding:22px;border:1px solid var(--admin-border);border-radius:14px;background:#fff}.builder-panel h3{font-size:16px}.builder-hint{font-size:12px;line-height:1.6;color:var(--admin-muted)}.theme-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.theme-grid label{font-size:13px;font-weight:600}.theme-grid input,.theme-grid select{width:100%;height:48px;margin-top:7px;border:1px solid var(--admin-border);border-radius:10px}.nav-editor-grid,.benefit-editor-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.benefit-editor-grid>div{padding:13px;border:1px solid var(--admin-border);border-radius:12px}.design-store-card{display:grid;grid-template-columns:1.15fr .85fr;min-height:280px;background:linear-gradient(135deg,#fff,#f9e7ed);border:1px solid var(--admin-border)!important}.design-store-copy{padding:32px}.design-store-copy>span{font-size:10px;font-weight:800;letter-spacing:.12em;color:#a95672}.design-store-copy h3{font-size:25px;margin:8px 0}.design-store-copy p{font-size:13px;line-height:1.65;color:var(--admin-muted)}.design-store-visual{display:grid;place-items:center;margin:20px;border-radius:16px;background:#fff}.brand-logo--design-card{width:150px;max-height:170px;object-fit:contain}.captcha-admin-card{grid-column:1/-1}.captcha-provider-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:8px}.captcha-provider{padding:14px;border:1px solid var(--admin-border);border-radius:12px;background:#fafafb}.captcha-provider b,.captcha-provider small{display:block}.captcha-provider b{font-size:13px}.captcha-provider small{font-size:11px;color:var(--admin-muted);margin-top:3px}.captcha-scopes{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
/* RESPONSIVE */
@media(max-width:1180px){.desktop-nav{gap:18px}.desktop-nav a{font-size:11px}.site-header__inner{grid-template-columns:150px 1fr 145px}.pb-product-grid.cols-4,.product-grid{grid-template-columns:repeat(3,1fr)}.pb-benefits{grid-template-columns:repeat(2,1fr)}.dashboard-grid,.design-studio-grid{grid-template-columns:1fr}.settings-grid{grid-template-columns:1fr}.metric-grid{grid-template-columns:repeat(2,1fr)}.pb-collection-grid>a,.pb-collection-grid>a:first-child,.pb-collection-grid>a:nth-child(2){grid-column:span 6}.captcha-scopes{grid-template-columns:repeat(2,1fr)}}
@media(max-width:960px){.desktop-nav{display:none}.menu-trigger{display:grid}.site-header__inner{grid-template-columns:50px 1fr auto;height:74px;padding:0 16px}.site-logo{justify-self:center}.brand-logo{width:100px;max-height:60px}.header-actions .account-action{display:none}.nav-drawer{display:flex;position:fixed;z-index:100;left:0;top:0;bottom:0;width:min(88vw,390px);background:#fff;padding:20px;flex-direction:column;transform:translateX(-102%);transition:.25s}.nav-open .nav-drawer{transform:none}.nav-overlay{display:block;position:fixed;z-index:90;inset:0;background:rgba(0,0,0,.35);opacity:0;visibility:hidden;transition:.2s}.nav-open .nav-overlay{opacity:1;visibility:visible}.drawer-top{display:flex;justify-content:space-between;align-items:center;padding-bottom:18px;border-bottom:1px solid var(--line)}.brand-logo--drawer{width:110px}.nav-drawer nav{display:flex;flex-direction:column;margin-top:20px}.nav-drawer nav a{display:flex;gap:14px;padding:16px 4px;border-bottom:1px solid var(--line);font:400 25px/1 "DM Serif Display",serif}.nav-drawer nav a span{font:600 9px/1 Inter,sans-serif;color:var(--brand-accent)}.drawer-bottom{margin-top:auto;padding-top:18px;display:flex;justify-content:space-between;font-size:12px;font-weight:700}.pb-slider{padding:18px 14px}.pb-slider__stage{min-height:720px}.pb-slide{grid-template-columns:1fr;grid-template-rows:390px 330px;border-radius:24px}.pb-slide__media{order:1;min-height:390px}.pb-slide__copy{order:2;padding:34px 28px 66px}.pb-slide__copy h1{font-size:52px}.pb-slider__controls{right:22px;bottom:18px}.pb-slide__count{left:26px;bottom:24px}.pb-split{margin:30px 14px 75px;grid-template-columns:1fr}.pb-split__media{min-height:440px}.pb-newsletter{margin:60px 14px;grid-template-columns:1fr;gap:30px}.product-detail,.cart-layout,.form-shell{grid-template-columns:1fr}.product-summary{position:static}.product-gallery{min-height:520px}.account-grid{grid-template-columns:1fr}.studio-sidebar{width:282px;transform:translateX(-102%)}.admin-v8 .admin-nav-open .studio-sidebar{transform:none}.studio-main{margin-left:0}.studio-brand button,.admin-menu{display:grid}.studio-topbar{padding:0 18px}.studio-breadcrumb{display:none}.studio-content{padding:28px 18px 60px}.admin-search{width:min(52vw,420px)}.system-grid{grid-template-columns:1fr}}
@media(max-width:700px){.announcement__inner{padding:7px 12px;font-size:8px}.announcement__inner span:nth-of-type(3),.announcement__dot:nth-of-type(2){display:none}.pb-slide__copy h1{font-size:42px}.pb-benefits{grid-template-columns:1fr;padding:0 14px}.pb-section{padding:70px 14px}.pb-section-head{align-items:flex-start;flex-direction:column;gap:18px}.pb-product-grid.cols-3,.pb-product-grid.cols-4,.product-grid{grid-template-columns:repeat(2,1fr)}.pb-product-grid.cols-2{grid-template-columns:1fr}.pb-collection-grid{grid-template-columns:1fr}.pb-collection-grid>a,.pb-collection-grid>a:first-child,.pb-collection-grid>a:nth-child(2){grid-column:1;min-height:360px}.footer-news{padding:55px 20px 42px;flex-direction:column;align-items:flex-start}.footer-main{padding:44px 20px;grid-template-columns:1fr;gap:38px}.footer-links{grid-template-columns:1fr 1fr;gap:26px}.footer-bottom{padding:18px 20px;flex-direction:column;gap:8px}.page-hero,.catalog-hero,.content-hero,.catalog-toolbar,.catalog-section,.product-detail,.cart-layout,.form-shell,.account-shell,.content-shell,.section,.journal-article{padding-left:16px;padding-right:16px}.field-grid{grid-template-columns:1fr}.form-shell{padding-top:42px}.product-detail{gap:28px}.account-head{align-items:flex-start;gap:18px;flex-direction:column}.metric-grid{grid-template-columns:1fr}.admin-page-head{align-items:flex-start;flex-direction:column}.studio-topbar{height:70px}.admin-search{display:none}.studio-user-copy,.preview-store{display:none}.studio-content{padding:22px 12px 50px}.admin-page-head h1{font-size:30px}.admin-page-head p{font-size:13px}.admin-form{padding:18px}.admin-form-grid{grid-template-columns:1fr}.admin-form-footer{margin:18px -18px -18px;padding:16px 18px}.quick-grid{grid-template-columns:1fr}.captcha-provider-grid,.captcha-scopes,.theme-grid,.nav-editor-grid,.benefit-editor-grid{grid-template-columns:1fr}.section-row{grid-template-columns:34px minmax(0,1fr) auto}.section-row>*:nth-child(1),.section-row>*:nth-child(3){display:none}.captcha-box .g-recaptcha,.captcha-box .h-captcha{transform:scale(.9)}}
@media(max-width:420px){.header-actions .icon-btn:first-child{display:none}.pb-slider__stage{min-height:670px}.pb-slide{grid-template-rows:340px 330px}.pb-slide__media{min-height:340px}.pb-slide__copy{padding:28px 22px 66px}.pb-slide__copy h1{font-size:37px}.pb-slide__copy p{font-size:13px}.pb-product-grid.cols-3,.pb-product-grid.cols-4,.product-grid{grid-template-columns:1fr 1fr;gap:10px}.product-info h3{font-size:12px}.product-info small,.product-info p,.price{font-size:10px}.footer-links{grid-template-columns:1fr}.captcha-box .g-recaptcha,.captcha-box .h-captcha{transform:scale(.82)}}
/* Page-builder hero + nested collection cards */
.pb-hero{max-width:var(--brand-max);margin:32px auto 90px;border-radius:30px;overflow:hidden;display:grid;grid-template-columns:1fr 1fr;min-height:650px;background:var(--section-bg,#f7e2e9);color:var(--section-text,#1b1b1d);position:relative}.pb-hero__media{min-height:650px;overflow:hidden}.pb-hero__media>*{width:100%;height:100%;object-fit:cover}.pb-hero__copy{padding:clamp(48px,6vw,90px);display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.pb-hero__copy h1{font:400 clamp(50px,5vw,78px)/.96 "DM Serif Display",serif;letter-spacing:-.04em;margin:0 0 20px}.pb-hero__copy p{font-size:14px;line-height:1.75;color:color-mix(in srgb,currentColor 66%,transparent);margin:0 0 28px}.pb-actions{display:flex;gap:16px;align-items:center;flex-wrap:wrap}.pb-hero__stamp{position:absolute;right:18px;bottom:18px;font-size:9px;letter-spacing:.14em}.pb-hero--centered .pb-hero__media,.pb-hero--full .pb-hero__media{grid-column:1/-1}.pb-hero--centered .pb-hero__copy,.pb-hero--full .pb-hero__copy{position:absolute;inset:0;color:#fff;background:linear-gradient(90deg,rgba(18,16,17,.56),rgba(18,16,17,.08));max-width:760px}.pb-collection-grid>a .pb-collection-card__media{position:absolute;inset:0}.pb-collection-grid>a .pb-collection-card__media>*{width:100%;height:100%;object-fit:cover}.pb-collection-card__copy{position:relative;z-index:2;color:#fff}.pb-rich__inner{max-width:850px}.pb-rich__inner h2{font:400 clamp(42px,5vw,72px)/1 "DM Serif Display",serif;margin:0 0 22px}.pb-rich__inner div{font-size:16px;line-height:1.9;color:color-mix(in srgb,currentColor 74%,transparent)}.pb-custom{max-width:var(--brand-max);margin:auto}@media(max-width:960px){.pb-hero{margin:20px 14px 70px;grid-template-columns:1fr;min-height:0}.pb-hero__media{min-height:420px}.pb-hero__copy{padding:40px 28px}.pb-hero--centered .pb-hero__copy,.pb-hero--full .pb-hero__copy{max-width:none}}


/* =========================================================
   CREST COMMERCE 8 — RESPONSIVE HARDENING
   Fluid storefront + spacious admin across 320px–4K screens
   ========================================================= */
html{overflow-x:hidden}*,*::before,*::after{box-sizing:border-box}img,svg,video{max-width:100%;height:auto}body{overflow-x:hidden}.site-main{min-width:0}.storefront-v8 input,.storefront-v8 select,.storefront-v8 textarea,.storefront-v8 button{max-width:100%}.storefront-v8 .section,.storefront-v8 .catalog-section,.storefront-v8 .content-shell,.storefront-v8 .product-detail,.storefront-v8 .cart-layout,.storefront-v8 .form-shell,.storefront-v8 .account-shell,.storefront-v8 .journal-section,.storefront-v8 .journal-article,.storefront-v8 .contact-layout{width:min(100%,var(--brand-max));margin-left:auto;margin-right:auto}.storefront-v8 .product-card,.storefront-v8 .journal-card,.storefront-v8 .pb-collection-grid>a,.storefront-v8 .pb-product-grid>*{min-width:0}.storefront-v8 .product-media img,.storefront-v8 .journal-media img,.storefront-v8 .product-main-media img{width:100%;height:100%;object-fit:cover}.table-actions{display:flex;gap:14px;align-items:center;flex-wrap:wrap}.danger-link{color:#c33b59!important}.slug-input{display:flex;align-items:center;border:1px solid #dbe0e5;border-radius:10px;overflow:hidden;background:#fff}.slug-input span{padding:0 12px;color:#858c96;background:#f7f8fa;border-right:1px solid #e4e7eb;white-space:nowrap}.slug-input input{border:0!important;border-radius:0!important;min-width:0}.contact-hero{max-width:var(--brand-max);margin:34px auto 0;padding:clamp(42px,7vw,96px) clamp(20px,6vw,86px);border-radius:clamp(18px,2vw,32px);background:linear-gradient(135deg,#f8dfe8,#fff7fa);min-height:360px;display:flex;align-items:flex-end}.contact-hero>div{max-width:820px}.contact-hero h1{font:400 clamp(48px,7vw,94px)/.95 "DM Serif Display",serif;letter-spacing:-.045em;margin:10px 0 18px}.contact-hero p{max-width:690px;font-size:clamp(14px,1.3vw,18px);line-height:1.75;color:#655d61}.contact-layout{padding:70px 28px 100px;display:grid;grid-template-columns:minmax(260px,.72fr) minmax(0,1.28fr);gap:clamp(30px,6vw,90px);align-items:start}.contact-details h2{font:400 clamp(36px,4vw,56px)/1 "DM Serif Display",serif;margin:10px 0 34px}.contact-detail{padding:20px 0;border-top:1px solid var(--line);display:flex;flex-direction:column;gap:6px}.contact-detail small{font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#9b8f95}.contact-detail a,.contact-detail span{font-size:16px;line-height:1.5}.contact-form-card{padding:clamp(24px,4vw,46px);border:1px solid var(--line);border-radius:26px;background:#fff}.contact-form .field-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.contact-form .field.full{grid-column:1/-1}.contact-form label{display:block;font-size:12px;font-weight:700;margin-bottom:8px}.contact-form input,.contact-form select,.contact-form textarea{width:100%;min-height:52px;border:1px solid #e1dadd;border-radius:12px;padding:13px 14px;font:inherit;background:#fff}.contact-form textarea{resize:vertical;min-height:170px}.contact-form .btn{margin-top:22px;min-height:50px;padding-inline:22px}

/* Laptop and small desktop */
@media(max-width:1280px){
  .site-header__inner{grid-template-columns:145px minmax(0,1fr) 145px;gap:18px;padding-inline:22px}.desktop-nav{gap:18px}.desktop-nav a{font-size:10.5px}.brand-logo{width:104px}.pb-slider{padding-inline:18px}.pb-slider__stage,.pb-hero,.pb-split,.pb-newsletter{max-width:calc(100% - 36px)}.pb-slide__copy{padding:clamp(36px,5vw,72px)}.pb-slide__copy h1{font-size:clamp(48px,5vw,72px)}.pb-section{padding-inline:24px}.product-detail,.cart-layout,.form-shell,.account-shell,.journal-section,.journal-article,.catalog-section,.catalog-toolbar,.content-shell{padding-left:24px;padding-right:24px}.studio-content{padding-left:28px;padding-right:28px}.metric-grid{gap:14px}.dashboard-grid{grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr)}
}
/* Tablet landscape / tablet */
@media(max-width:1024px){
  .announcement__inner{overflow:hidden;white-space:nowrap}.desktop-nav{display:none}.menu-trigger{display:grid}.site-header__inner{grid-template-columns:48px minmax(0,1fr) auto;height:76px;padding:0 18px}.site-logo{justify-self:center}.header-actions{gap:2px}.account-action{display:none!important}.pb-slider__stage{min-height:0}.pb-slide{grid-template-columns:1fr;grid-template-rows:auto auto;min-height:0}.pb-slide__media{min-height:clamp(320px,52vw,520px)}.pb-slide__copy{padding:38px 34px 72px}.pb-slider__controls{bottom:22px}.pb-product-grid.cols-4,.pb-product-grid.cols-3,.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pb-benefits{grid-template-columns:repeat(2,minmax(0,1fr))}.pb-collection-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pb-collection-grid>a,.pb-collection-grid>a:first-child,.pb-collection-grid>a:nth-child(2){grid-column:auto;min-height:420px}.pb-split{grid-template-columns:1fr}.pb-split__media{min-height:460px}.pb-newsletter{grid-template-columns:1fr}.product-detail,.cart-layout,.form-shell{grid-template-columns:1fr}.product-summary{position:static}.account-grid{grid-template-columns:1fr}.footer-main{grid-template-columns:minmax(220px,.7fr) minmax(0,1.3fr)}.studio-sidebar{transform:translateX(-102%);box-shadow:0 20px 70px rgba(20,20,25,.15)}.admin-v8 .admin-nav-open .studio-sidebar{transform:translateX(0)}.studio-main{margin-left:0}.studio-brand button,.admin-menu{display:grid}.studio-content{padding:28px 22px 60px}.dashboard-grid,.design-studio-grid,.settings-grid,.system-grid{grid-template-columns:1fr}.metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-search{width:min(46vw,420px)}.contact-layout{grid-template-columns:1fr;gap:40px;padding-top:48px}.contact-details{display:grid;grid-template-columns:1fr 1fr;gap:0 28px}.contact-details>.pb-kicker,.contact-details>h2{grid-column:1/-1}
}
/* Phones / portrait tablets */
@media(max-width:768px){
  .announcement__inner{justify-content:flex-start;gap:10px;padding:8px 14px;font-size:8px;overflow-x:auto;scrollbar-width:none}.announcement__inner::-webkit-scrollbar{display:none}.site-header__inner{height:70px;padding-inline:12px}.brand-logo{width:92px;max-height:54px}.icon-btn{width:40px;height:40px}.header-actions .icon-btn:first-child{display:none}.nav-drawer{width:min(88vw,360px);padding:18px}.nav-drawer nav a{font-size:22px;padding:15px 2px}.pb-slider{padding:12px}.pb-slide{border-radius:20px}.pb-slide__media{min-height:58vw}.pb-slide__copy{padding:30px 22px 66px}.pb-slide__copy h1{font-size:clamp(40px,12vw,58px);line-height:.98}.pb-slide__copy p{font-size:14px}.pb-section{padding:58px 14px}.pb-section-head{display:flex;align-items:flex-start;flex-direction:column;gap:14px}.pb-section-head h2{font-size:clamp(36px,9vw,52px)}.pb-benefits{grid-template-columns:1fr;padding-inline:12px}.pb-product-grid.cols-4,.pb-product-grid.cols-3,.pb-product-grid.cols-2,.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.pb-collection-grid{grid-template-columns:1fr;gap:14px}.pb-collection-grid>a,.pb-collection-grid>a:first-child,.pb-collection-grid>a:nth-child(2){min-height:380px}.pb-split{margin:20px 12px 56px}.pb-split__media{min-height:380px}.pb-split__copy{padding:34px 24px}.pb-newsletter{margin:50px 12px;padding:34px 24px}.product-detail,.cart-layout,.form-shell,.account-shell,.journal-section,.journal-article,.catalog-section,.catalog-toolbar,.content-shell,.page-hero,.catalog-hero,.content-hero{padding-left:14px;padding-right:14px}.product-gallery{min-height:0}.product-main-media{aspect-ratio:4/5;min-height:0}.product-summary h1{font-size:clamp(38px,10vw,54px)}.cart-item{grid-template-columns:74px minmax(0,1fr);gap:14px}.cart-item>.cart-price{grid-column:2}.footer-news{padding:46px 18px;display:flex;flex-direction:column;align-items:flex-start;gap:24px}.footer-main{padding:42px 18px;grid-template-columns:1fr;gap:34px}.footer-links{grid-template-columns:repeat(2,minmax(0,1fr));gap:26px}.footer-bottom{padding:18px;flex-direction:column;align-items:flex-start;gap:8px}.contact-hero{margin:16px 12px 0;padding:42px 24px;min-height:300px}.contact-hero h1{font-size:clamp(44px,13vw,68px)}.contact-layout{padding:46px 14px 70px}.contact-details{grid-template-columns:1fr}.contact-details>.pb-kicker,.contact-details>h2{grid-column:auto}.contact-form-card{padding:22px 16px;border-radius:20px}.contact-form .field-grid{grid-template-columns:1fr}.contact-form .field.full{grid-column:auto}.studio-topbar{height:68px;padding:0 14px}.studio-breadcrumb,.admin-search,.preview-store,.studio-user-copy{display:none}.studio-top-actions{margin-left:auto}.studio-content{padding:22px 12px 46px}.admin-page-head{align-items:flex-start;flex-direction:column;gap:18px;margin-bottom:22px}.admin-page-head h1{font-size:30px}.admin-page-head p{font-size:14px}.admin-actions{width:100%}.admin-actions .admin-btn{flex:1}.metric-grid{grid-template-columns:1fr}.metric-card{min-height:132px;padding:20px}.metric-card strong{font-size:30px;margin-top:16px}.admin-form{padding:18px}.admin-form-grid{grid-template-columns:1fr}.admin-form-footer{margin:18px -18px -18px;padding:16px 18px;flex-wrap:wrap}.admin-form-footer .admin-btn{flex:1;min-width:140px}.admin-card-head{padding:16px}.admin-table{min-width:720px}.admin-table th,.admin-table td{padding-left:14px;padding-right:14px}.quick-grid,.captcha-provider-grid,.captcha-scopes,.theme-grid,.nav-editor-grid,.benefit-editor-grid{grid-template-columns:1fr}.section-row{grid-template-columns:32px minmax(0,1fr) auto;padding:13px 12px}.section-row .section-index,.section-row .section-type-icon,.section-row .section-swatch{display:none}.design-store-card{grid-template-columns:1fr}.design-store-visual{display:none}.design-store-copy{padding:24px}.slug-input{align-items:stretch}.slug-input span{display:flex;align-items:center}.studio-sidebar{width:min(88vw,310px)}
}
/* Small phones */
@media(max-width:480px){
  .announcement__inner span:nth-of-type(3),.announcement__dot:nth-of-type(2){display:none}.site-header__inner{grid-template-columns:42px minmax(0,1fr) auto}.brand-logo{width:84px}.header-actions{gap:0}.header-actions .icon-btn{width:38px}.pb-slider{padding:8px}.pb-slide__media{min-height:72vw}.pb-slide__copy{padding:26px 18px 62px}.pb-slide__copy h1{font-size:clamp(38px,12vw,48px)}.pb-slider__controls{right:14px}.pb-slide__count{left:18px}.pb-product-grid.cols-4,.pb-product-grid.cols-3,.pb-product-grid.cols-2,.product-grid{grid-template-columns:1fr}.product-card{max-width:none}.pb-section{padding-top:48px;padding-bottom:48px}.pb-collection-grid>a,.pb-collection-grid>a:first-child,.pb-collection-grid>a:nth-child(2){min-height:330px}.pb-split__media{min-height:320px}.footer-links{grid-template-columns:1fr}.contact-hero{padding:36px 20px;min-height:270px}.contact-form-card{padding:18px 14px}.contact-form input,.contact-form select,.contact-form textarea{font-size:16px}.admin-page-head h1{font-size:27px}.admin-btn{font-size:13px}.admin-table{min-width:650px}.studio-content{padding-left:10px;padding-right:10px}.studio-topbar{padding-inline:10px}.studio-user{width:38px;height:38px}.admin-bell{width:38px;height:38px}.admin-form-card,.admin-card,.system-card{border-radius:13px}.slug-input{display:block;border:0;background:transparent}.slug-input span{display:block;width:max-content;border:1px solid #dbe0e5;border-bottom:0;border-radius:10px 10px 0 0;padding:8px 12px}.slug-input input{border:1px solid #dbe0e5!important;border-radius:0 10px 10px 10px!important;font-size:16px!important}.captcha-box{overflow:hidden}.captcha-box .g-recaptcha,.captcha-box .h-captcha{transform:scale(.84);transform-origin:left top}
}
@media(max-width:360px){.site-header__inner{padding-inline:8px}.brand-logo{width:76px}.nav-drawer{width:94vw}.pb-slide__copy{padding-left:16px;padding-right:16px}.pb-slide__copy h1{font-size:36px}.pb-section,.contact-layout{padding-left:10px;padding-right:10px}.footer-news,.footer-main,.footer-bottom{padding-left:14px;padding-right:14px}.captcha-box .g-recaptcha,.captcha-box .h-captcha{transform:scale(.76)}}
/* Very wide screens: keep readable line lengths, not stretched UI */
@media(min-width:1800px){.site-header__inner,.announcement__inner{max-width:min(var(--brand-max),1680px)}.studio-content{max-width:1680px}.pb-slider__stage,.pb-hero,.pb-split,.pb-newsletter{max-width:min(var(--brand-max),1680px)}}

.inline-form{display:inline}.link-button{appearance:none;border:0;background:none;padding:0;cursor:pointer;font:inherit}.table-actions .link-button{display:inline-flex}

/* ========================================================================== 
   CREST HAIR V9 — FLUID EDITORIAL STOREFRONT
   Rebuilt homepage + defensive responsive layer for every public page.
   ========================================================================== */
.storefront-v9{--v9-shell:min(var(--brand-max),1560px);--v9-gutter:clamp(16px,3vw,44px);--v9-soft:#fbf3f6;--v9-rose:#f2d8e1;--v9-dark:#171417;background:#fff;color:var(--brand-ink);overflow-x:clip}
.storefront-v9 .site-main,.storefront-v9 .builder-page{overflow:visible;min-width:0}
.storefront-v9 .announcement{background:var(--brand-ink);color:#fff;border:0}
.storefront-v9 .announcement__inner{min-height:38px;max-width:var(--v9-shell);padding:8px var(--v9-gutter);gap:clamp(12px,3vw,32px);font-size:10px;font-weight:600;letter-spacing:.14em}
.storefront-v9 .announcement__dot{background:var(--brand-accent);width:5px;height:5px}
.storefront-v9 .site-header{background:rgba(255,255,255,.95);border-bottom:1px solid #eee8eb;backdrop-filter:blur(22px)}
.storefront-v9 .site-header__inner{width:100%;max-width:var(--v9-shell);height:92px;padding:0 var(--v9-gutter);grid-template-columns:150px minmax(0,1fr) 150px;gap:clamp(22px,4vw,64px)}
.storefront-v9 .brand-logo{width:124px;max-height:68px}
.storefront-v9 .desktop-nav{gap:clamp(18px,2vw,36px)}
.storefront-v9 .desktop-nav a{font-size:11px;letter-spacing:.06em;text-transform:uppercase;font-weight:700}
.storefront-v9 .desktop-nav a:after{bottom:-10px;height:1px}
.storefront-v9 .header-actions{gap:4px}
.storefront-v9 .icon-btn{width:44px;height:44px}

/* New hero: full-bleed visual with a floating editorial card on desktop. */
.storefront-v9 .pb-slider{position:relative;padding:clamp(16px,2vw,28px) var(--v9-gutter) 0;background:#fff}
.storefront-v9 .pb-slider__stage{width:100%;max-width:var(--v9-shell);margin:auto;min-height:0;position:relative}
.storefront-v9 .pb-slide{position:absolute;inset:0;display:block;min-height:0;border-radius:clamp(24px,3vw,42px);overflow:hidden;background:var(--v9-soft);box-shadow:none;opacity:0;visibility:hidden;transform:translateY(10px);transition:opacity .42s ease,transform .42s ease}
.storefront-v9 .pb-slide.is-active{position:relative;inset:auto;opacity:1;visibility:visible;transform:none;z-index:2}
.storefront-v9 .pb-slide__media{order:initial;min-height:0;width:100%;height:auto;aspect-ratio:16/8.3;background:linear-gradient(135deg,#f6e2e9,#eab5c7);overflow:hidden}
.storefront-v9 .pb-slide__media img,.storefront-v9 .pb-slide__media>.pb-media-fallback{width:100%;height:100%;min-height:0;object-fit:cover}
.storefront-v9 .pb-slide__media:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(16,12,14,.18) 0%,transparent 48%);pointer-events:none}
.storefront-v9 .pb-slide__copy{position:absolute;left:clamp(24px,5vw,76px);bottom:clamp(24px,5vw,66px);z-index:3;width:min(560px,45%);padding:clamp(28px,3.5vw,50px);border-radius:26px;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);box-shadow:0 24px 70px rgba(31,19,24,.11);align-items:flex-start;justify-content:flex-end}
.storefront-v9 .pb-slide__copy .pb-kicker{margin-bottom:12px}
.storefront-v9 .pb-slide__copy h1{max-width:520px;margin:0 0 18px;font:400 clamp(44px,4.8vw,76px)/.96 "DM Serif Display",serif;letter-spacing:-.04em}
.storefront-v9 .pb-slide__copy p{font-size:14px;line-height:1.65;max-width:490px;margin:0 0 24px;color:#625960}
.storefront-v9 .pb-slide__count{left:auto;right:clamp(26px,4vw,54px);bottom:clamp(26px,4vw,46px);z-index:3;color:#fff;background:rgba(19,15,17,.55);border:1px solid rgba(255,255,255,.25);padding:9px 12px;border-radius:999px;font-size:10px;backdrop-filter:blur(8px)}
.storefront-v9 .pb-slider__controls{position:static;width:100%;max-width:var(--v9-shell);margin:16px auto 0;display:flex;justify-content:flex-end;align-items:center;gap:10px}
.storefront-v9 .pb-slider__controls>button{width:44px;height:44px;background:#fff;border-color:#e9e2e6}
.storefront-v9 .pb-slider__controls>div{margin-right:auto;order:-1}
.storefront-v9 .pb-slider__controls [data-dot]{height:5px;width:28px;border-radius:10px;background:#eadde2}
.storefront-v9 .pb-slider__controls [data-dot].active{width:58px;background:var(--brand-accent)}

/* Trust row: airy, minimal, horizontally scrollable on compact screens. */
.storefront-v9 .pb-benefits{width:100%;max-width:var(--v9-shell);margin:28px auto 0;padding:0 var(--v9-gutter);gap:10px}
.storefront-v9 .pb-benefit{min-width:0;min-height:88px;padding:14px 16px;border-color:#eee8eb;border-radius:18px;background:#fff;box-shadow:0 10px 30px rgba(35,24,29,.035)}
.storefront-v9 .pb-benefit__icon{width:40px;height:40px;border-radius:50%;background:var(--v9-soft)}
.storefront-v9 .pb-benefit b{font-size:12px}
.storefront-v9 .pb-benefit small{font-size:10.5px}

/* Editorial sections */
.storefront-v9 .pb-section{padding:clamp(72px,8vw,128px) var(--v9-gutter);background:var(--section-bg,#fff)}
.storefront-v9 .pb-section>*{width:100%;max-width:var(--v9-shell);margin-left:auto;margin-right:auto}
.storefront-v9 .pb-section-head{margin-bottom:clamp(30px,4vw,52px);gap:30px;align-items:flex-end}
.storefront-v9 .pb-section-head>div{max-width:760px}
.storefront-v9 .pb-section-head h2,.storefront-v9 .pb-split h2,.storefront-v9 .pb-newsletter h2{font-size:clamp(40px,5vw,74px);line-height:.98;letter-spacing:-.04em}
.storefront-v9 .pb-section-head p,.storefront-v9 .pb-split p,.storefront-v9 .pb-newsletter p{font-size:14px;line-height:1.75}

/* Product edit uses one hero card + supporting cards on wide screens. */
.storefront-v9 .pb-product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(14px,1.6vw,24px)}
.storefront-v9 .pb-product-card{min-width:0;display:block}
.storefront-v9 .pb-product-card__media{aspect-ratio:4/5;border-radius:clamp(18px,2vw,28px);background:#f4e5ea;transition:transform .25s ease,box-shadow .25s ease}
.storefront-v9 .pb-product-card:first-child .pb-product-card__media{aspect-ratio:4/5}
.storefront-v9 .pb-product-card:hover .pb-product-card__media{transform:translateY(-4px);box-shadow:0 18px 42px rgba(40,27,32,.09)}
.storefront-v9 .pb-product-card__media>span{top:12px;left:12px;padding:7px 10px;font-size:8px;letter-spacing:.05em;text-transform:uppercase}
.storefront-v9 .pb-product-card__info{padding:16px 3px 0}
.storefront-v9 .pb-product-card__info h3{font-size:14px;line-height:1.35;margin-bottom:7px}
.storefront-v9 .pb-product-card__info p{font-size:12px}

/* Brand story becomes a floating-card composition, not a rigid 50/50 split. */
.storefront-v9 .pb-split{position:relative;width:calc(100% - (var(--v9-gutter) * 2));max-width:var(--v9-shell);margin:clamp(30px,5vw,76px) auto clamp(76px,9vw,138px);display:block;min-height:clamp(540px,52vw,760px);border-radius:clamp(26px,3vw,42px);overflow:hidden;background:var(--section-bg,var(--v9-soft))}
.storefront-v9 .pb-split__media{position:absolute;inset:0;min-height:0}
.storefront-v9 .pb-split__media>*{width:100%;height:100%;object-fit:cover}
.storefront-v9 .pb-split__media:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(21,15,18,.25),transparent 58%)}
.storefront-v9 .pb-split__copy{position:absolute;z-index:2;left:clamp(22px,5vw,72px);top:50%;transform:translateY(-50%);width:min(560px,46%);padding:clamp(26px,4vw,52px);border-radius:26px;background:rgba(255,255,255,.95);box-shadow:0 26px 70px rgba(28,18,22,.12);backdrop-filter:blur(14px)}
.storefront-v9 .pb-split__copy h2{margin-bottom:18px}
.storefront-v9 .pb-split__copy p{margin-bottom:24px;color:#625960}
.storefront-v9 .pb-split--left .pb-split__media{order:initial}

/* Collections: responsive editorial cards with consistent DOM-safe geometry. */
.storefront-v9 .pb-collection-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(14px,1.6vw,24px)}
.storefront-v9 .pb-collection-grid>a,.storefront-v9 .pb-collection-grid>a:first-child,.storefront-v9 .pb-collection-grid>a:nth-child(2){grid-column:auto;min-width:0;min-height:0;aspect-ratio:4/5;padding:0;border-radius:clamp(20px,2vw,30px);background:#f2dbe3;display:block;position:relative;overflow:hidden}
.storefront-v9 .pb-collection-card__media{position:absolute;inset:0;width:100%;height:100%}
.storefront-v9 .pb-collection-card__media>*{width:100%;height:100%;min-height:0;object-fit:cover}
.storefront-v9 .pb-collection-grid>a:after{background:linear-gradient(180deg,transparent 45%,rgba(17,13,15,.72))}
.storefront-v9 .pb-collection-card__copy{position:absolute!important;left:0;right:0;bottom:0;padding:clamp(22px,2.4vw,34px);z-index:3}
.storefront-v9 .pb-collection-grid h3{font-size:clamp(28px,2.6vw,42px);margin:0 0 10px}
.storefront-v9 .pb-collection-grid b{font-size:10px;letter-spacing:.08em}

.storefront-v9 .pb-quote{padding:clamp(84px,9vw,142px) var(--v9-gutter);background:var(--section-bg,var(--v9-dark));overflow:hidden}
.storefront-v9 .pb-quote blockquote{font-size:clamp(44px,6vw,86px);max-width:1100px;letter-spacing:-.035em}
.storefront-v9 .pb-newsletter{width:calc(100% - (var(--v9-gutter) * 2));max-width:var(--v9-shell);margin:clamp(60px,8vw,112px) auto;border-radius:clamp(24px,3vw,38px);padding:clamp(34px,5vw,78px);grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);gap:clamp(32px,5vw,78px);background:var(--section-bg,#f7e3ea)}
.storefront-v9 .pb-newsletter form{min-width:0;display:flex;align-items:center;gap:10px}
.storefront-v9 .pb-newsletter label{flex:1;min-width:0}
.storefront-v9 .pb-newsletter input{width:100%;min-width:0;font-size:16px}
.storefront-v9 .pb-newsletter button{min-height:50px;white-space:nowrap}

/* Footer rebuilt to breathe instead of spanning as one dense block. */
.storefront-v9 .site-footer{background:#151215;color:#fff;margin-top:0}
.storefront-v9 .footer-news{max-width:var(--v9-shell);margin:auto;padding:clamp(58px,7vw,96px) var(--v9-gutter);border-bottom:1px solid rgba(255,255,255,.1);align-items:end;gap:40px}
.storefront-v9 .footer-news h2{font:400 clamp(38px,5vw,68px)/1 "DM Serif Display",serif;max-width:690px;margin:10px 0 12px}
.storefront-v9 .footer-shop{background:var(--brand-accent);color:#fff;width:132px;height:132px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;font-size:11px;text-transform:uppercase;letter-spacing:.06em;flex:0 0 auto}
.storefront-v9 .footer-main{max-width:var(--v9-shell);margin:auto;padding:clamp(48px,6vw,86px) var(--v9-gutter);gap:clamp(38px,6vw,90px)}
.storefront-v9 .brand-logo--footer{filter:none;max-width:132px}
.storefront-v9 .footer-brand p{color:#bdb4b9;max-width:370px;line-height:1.7}
.storefront-v9 .footer-links a{color:#c5bdc1;font-size:12px}
.storefront-v9 .footer-bottom{max-width:var(--v9-shell);margin:auto;padding:22px var(--v9-gutter);border-top:1px solid rgba(255,255,255,.1)}

/* Defensive responsive rules for all storefront pages. */
.storefront-v9 :where(.product-detail,.cart-layout,.form-shell,.account-shell,.journal-section,.journal-article,.catalog-section,.catalog-toolbar,.content-shell,.contact-layout,.page-hero,.catalog-hero,.content-hero,.contact-hero){width:100%;max-width:var(--v9-shell);margin-left:auto;margin-right:auto;padding-left:var(--v9-gutter);padding-right:var(--v9-gutter);min-width:0}
.storefront-v9 :where(.product-detail,.cart-layout,.form-shell,.account-grid,.journal-grid,.product-grid,.field-grid)>*{min-width:0}
.storefront-v9 :where(input,select,textarea,button){max-width:100%}
.storefront-v9 :where(.content-card,.form-card,.cart-panel,.account-panel,.contact-form-card){overflow-wrap:anywhere}
.storefront-v9 :where(.admin-table-wrap,.table-scroll){max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}

/* 1200: compact laptop */
@media(max-width:1200px){
 .storefront-v9 .site-header__inner{grid-template-columns:120px minmax(0,1fr) 130px;gap:20px}.storefront-v9 .brand-logo{width:108px}.storefront-v9 .desktop-nav{gap:16px}.storefront-v9 .desktop-nav a{font-size:10px}
 .storefront-v9 .pb-slide__copy{width:min(520px,52%)}
 .storefront-v9 .pb-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
 .storefront-v9 .pb-product-grid .pb-product-card:nth-child(n+7){display:none}
}

/* 1024: tablet and small laptop switch to drawer + stacked hero */
@media(max-width:1024px){
 .storefront-v9 .desktop-nav{display:none}.storefront-v9 .menu-trigger{display:grid}.storefront-v9 .site-header__inner{height:78px;grid-template-columns:48px minmax(0,1fr) auto;padding:0 var(--v9-gutter)}.storefront-v9 .site-logo{justify-self:center}.storefront-v9 .account-action{display:grid!important}
 .storefront-v9 .nav-drawer{display:flex;position:fixed;z-index:100;left:0;top:0;bottom:0;width:min(90vw,420px);padding:22px;flex-direction:column;background:#fff;transform:translateX(-102%);transition:transform .28s ease;overflow-y:auto}.storefront-v9 .nav-overlay{display:block;position:fixed;inset:0;z-index:99;background:rgba(18,13,16,.38);opacity:0;visibility:hidden;transition:.25s}.storefront-v9.nav-open .nav-drawer{transform:none}.storefront-v9.nav-open .nav-overlay{opacity:1;visibility:visible}
 .storefront-v9 .pb-slide__media{aspect-ratio:16/10}.storefront-v9 .pb-slide__copy{left:28px;bottom:28px;width:min(560px,62%)}
 .storefront-v9 .pb-benefits{grid-template-columns:repeat(2,minmax(0,1fr))}
 .storefront-v9 .pb-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
 .storefront-v9 .pb-collection-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
 .storefront-v9 .pb-split{min-height:640px}.storefront-v9 .pb-split__copy{width:min(520px,62%)}
 .storefront-v9 .pb-newsletter{grid-template-columns:1fr}.storefront-v9 .pb-newsletter form{max-width:680px}
 .storefront-v9 .footer-main{grid-template-columns:1fr}.storefront-v9 .footer-links{max-width:800px}
}

/* 768: phone/tablet portrait — content becomes truly flow-based. */
@media(max-width:768px){
 .storefront-v9 .announcement__inner{min-height:34px;justify-content:flex-start;overflow-x:auto;white-space:nowrap;scrollbar-width:none;font-size:8px}.storefront-v9 .announcement__inner::-webkit-scrollbar{display:none}
 .storefront-v9 .site-header__inner{height:70px}.storefront-v9 .brand-logo{width:94px}.storefront-v9 .account-action{display:none!important}.storefront-v9 .header-actions .icon-btn:first-child{display:none}
 .storefront-v9 .pb-slider{padding:12px 12px 0}.storefront-v9 .pb-slide{border-radius:24px}.storefront-v9 .pb-slide__media{position:relative;aspect-ratio:4/4.6;min-height:0}.storefront-v9 .pb-slide__media:after{background:linear-gradient(180deg,transparent 55%,rgba(15,11,13,.18))}.storefront-v9 .pb-slide__copy{position:relative;left:auto;bottom:auto;width:auto;margin:-28px 14px 14px;padding:26px 22px;border-radius:22px;background:#fff;box-shadow:0 16px 45px rgba(35,22,28,.1)}.storefront-v9 .pb-slide__copy h1{font-size:clamp(38px,11.5vw,58px);line-height:.98}.storefront-v9 .pb-slide__copy p{font-size:13px;line-height:1.65}.storefront-v9 .pb-slide__count{top:18px;right:18px;bottom:auto}.storefront-v9 .pb-slider__controls{padding:0 4px;margin-top:12px}.storefront-v9 .pb-slider__controls [data-dot]{width:22px}.storefront-v9 .pb-slider__controls [data-dot].active{width:42px}
 .storefront-v9 .pb-benefits{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding:0 14px 8px;gap:10px;scrollbar-width:none}.storefront-v9 .pb-benefits::-webkit-scrollbar{display:none}.storefront-v9 .pb-benefit{flex:0 0 min(78vw,290px);scroll-snap-align:start}
 .storefront-v9 .pb-section{padding:68px 14px}.storefront-v9 .pb-section-head{align-items:flex-start;flex-direction:column;gap:16px;margin-bottom:30px}.storefront-v9 .pb-section-head h2,.storefront-v9 .pb-split h2,.storefront-v9 .pb-newsletter h2{font-size:clamp(36px,10vw,52px)}
 .storefront-v9 .pb-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.storefront-v9 .pb-product-card__media{border-radius:18px}.storefront-v9 .pb-product-card__info{padding-top:11px}.storefront-v9 .pb-product-card__info h3{font-size:13px}
 .storefront-v9 .pb-split{width:calc(100% - 24px);margin:24px auto 70px;min-height:0;display:flex;flex-direction:column;border-radius:24px}.storefront-v9 .pb-split__media{position:relative;inset:auto;order:1;min-height:0;aspect-ratio:4/4.4}.storefront-v9 .pb-split__media:after{display:none}.storefront-v9 .pb-split__copy{position:relative;left:auto;top:auto;transform:none;order:2;width:auto;margin:-24px 14px 14px;padding:28px 22px;border-radius:22px;background:#fff}.storefront-v9 .pb-split--left .pb-split__media{order:1}
 .storefront-v9 .pb-collection-grid{grid-template-columns:1fr;gap:14px}.storefront-v9 .pb-collection-grid>a,.storefront-v9 .pb-collection-grid>a:first-child,.storefront-v9 .pb-collection-grid>a:nth-child(2){aspect-ratio:16/12}.storefront-v9 .pb-collection-grid h3{font-size:34px}
 .storefront-v9 .pb-quote{padding:78px 20px}.storefront-v9 .pb-quote blockquote{font-size:clamp(38px,10vw,56px)}
 .storefront-v9 .pb-newsletter{width:calc(100% - 24px);margin:60px auto;padding:32px 22px;border-radius:24px;gap:26px}.storefront-v9 .pb-newsletter form{flex-direction:column;align-items:stretch}.storefront-v9 .pb-newsletter button{width:100%}
 .storefront-v9 .footer-news{align-items:flex-start;flex-direction:column}.storefront-v9 .footer-shop{width:auto;height:48px;border-radius:999px;padding:0 20px;flex-direction:row;gap:8px}.storefront-v9 .footer-links{grid-template-columns:repeat(2,minmax(0,1fr))}
 .storefront-v9 :where(.product-detail,.cart-layout,.form-shell,.account-shell,.journal-section,.journal-article,.catalog-section,.catalog-toolbar,.content-shell,.contact-layout,.page-hero,.catalog-hero,.content-hero,.contact-hero){padding-left:14px;padding-right:14px}
 .storefront-v9 .cart-layout,.storefront-v9 .form-shell,.storefront-v9 .product-detail,.storefront-v9 .account-grid{grid-template-columns:1fr!important}
 .storefront-v9 .contact-form .field-grid,.storefront-v9 .field-grid{grid-template-columns:1fr!important}
 .storefront-v9 .contact-form .field.full{grid-column:auto}
}

/* 520: compact phones */
@media(max-width:520px){
 .storefront-v9{--v9-gutter:12px}.storefront-v9 .announcement__inner span:nth-of-type(3),.storefront-v9 .announcement__dot:nth-of-type(2){display:none}
 .storefront-v9 .site-header__inner{grid-template-columns:42px minmax(0,1fr) auto;padding:0 10px}.storefront-v9 .brand-logo{width:84px}.storefront-v9 .icon-btn{width:40px;height:40px}.storefront-v9 .header-actions{gap:0}
 .storefront-v9 .pb-slider{padding:8px 8px 0}.storefront-v9 .pb-slide{border-radius:20px}.storefront-v9 .pb-slide__media{aspect-ratio:4/4.9}.storefront-v9 .pb-slide__copy{margin:-22px 10px 10px;padding:24px 18px}.storefront-v9 .pb-slide__copy h1{font-size:clamp(35px,11.5vw,46px)}.storefront-v9 .pb-btn,.storefront-v9 .btn{min-height:46px;padding:0 18px;font-size:11px}
 .storefront-v9 .pb-product-grid{grid-template-columns:1fr}.storefront-v9 .pb-product-card__media{aspect-ratio:4/4.6}.storefront-v9 .pb-product-card__info h3{font-size:14px}.storefront-v9 .pb-product-card__info p{font-size:12px}
 .storefront-v9 .pb-collection-grid>a,.storefront-v9 .pb-collection-grid>a:first-child,.storefront-v9 .pb-collection-grid>a:nth-child(2){aspect-ratio:4/3.4}.storefront-v9 .pb-collection-card__copy{padding:20px}.storefront-v9 .pb-collection-grid h3{font-size:30px}
 .storefront-v9 .footer-links{grid-template-columns:1fr}.storefront-v9 .footer-bottom{align-items:flex-start;flex-direction:column;gap:8px}
 .storefront-v9 .cart-item{grid-template-columns:68px minmax(0,1fr)!important}.storefront-v9 .cart-item>.cart-price{grid-column:2}.storefront-v9 :where(input,select,textarea){font-size:16px!important}
 .storefront-v9 .captcha-box{max-width:100%;overflow:hidden}.storefront-v9 .captcha-box .g-recaptcha,.storefront-v9 .captcha-box .h-captcha{transform:scale(.83);transform-origin:left top}
}

@media(max-width:380px){
 .storefront-v9 .brand-logo{width:76px}.storefront-v9 .pb-slide__copy{padding:21px 16px}.storefront-v9 .pb-slide__copy h1{font-size:34px}.storefront-v9 .pb-section{padding-left:10px;padding-right:10px}.storefront-v9 .pb-benefits{padding-left:10px}.storefront-v9 .pb-newsletter,.storefront-v9 .pb-split{width:calc(100% - 16px)}.storefront-v9 .captcha-box .g-recaptcha,.storefront-v9 .captcha-box .h-captcha{transform:scale(.74)}
}

/* Ultrawide: preserve design intent instead of stretching content endlessly. */
@media(min-width:1800px){.storefront-v9{--v9-shell:1640px}.storefront-v9 .pb-slide__media{aspect-ratio:16/7.4}.storefront-v9 .pb-slide__copy{width:560px}.storefront-v9 .pb-product-grid{gap:28px}}


/* Crest Commerce 9.1 admin shell fixes */
.admin-mobile-overlay{display:none;position:fixed;inset:0;background:rgba(21,24,30,.46);backdrop-filter:blur(2px);z-index:70;opacity:0;transition:opacity .2s ease}
.studio-profile-wrap{position:relative}.studio-profile-trigger{border:0;background:transparent;padding:4px 6px;border-radius:12px;display:flex;align-items:center;gap:10px;color:inherit;cursor:pointer}.studio-profile-trigger:hover{background:#f6f7f8}.studio-profile-trigger>svg{width:16px;height:16px;color:#9ca1aa}.studio-profile-menu{display:none;position:absolute;right:0;top:calc(100% + 12px);width:290px;background:#fff;border:1px solid var(--admin-border);border-radius:16px;box-shadow:0 18px 55px rgba(26,28,35,.14);padding:10px;z-index:120}.admin-profile-open .studio-profile-menu{display:block}.studio-profile-summary{padding:10px 10px 14px;display:flex;align-items:center;gap:12px;border-bottom:1px solid var(--admin-border);margin-bottom:6px}.studio-user--large{width:46px;height:46px;flex:0 0 auto}.studio-profile-summary b,.studio-profile-summary small{display:block}.studio-profile-summary b{font-size:14px}.studio-profile-summary small{margin-top:3px;font-size:12px;color:var(--admin-muted);overflow-wrap:anywhere}.studio-profile-menu>a{min-height:44px;padding:0 10px;border-radius:10px;display:flex;align-items:center;gap:10px;font-size:13px;font-weight:650;color:#50555e}.studio-profile-menu>a:hover{background:#f6f7f8;color:#1f2228}.studio-profile-menu>a svg{width:18px;height:18px}.studio-profile-menu .profile-logout{color:#a13f55}.topbar-logout{min-height:42px;padding:0 14px;border-radius:11px;border:1px solid #e0e3e7;display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:700;color:#454a52;background:#fff}.topbar-logout:hover{border-color:#d2a7b5;color:#9f536d;background:#fff8fa}.topbar-logout svg{width:17px;height:17px}
.role-badge{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border-radius:999px;background:#f0f2f4;color:#555b65;font-size:11px;font-weight:750}.role-manager{background:#fdf0f5;color:#a55570}.role-admin{background:#eceef8;color:#48517c}.user-create-card{max-width:980px}.user-role-help{margin-top:22px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.user-role-help>div{padding:16px;border:1px solid var(--admin-border);border-radius:12px;background:#fafbfc}.user-role-help b,.user-role-help span{display:block}.user-role-help b{font-size:13px;margin-bottom:5px}.user-role-help span{font-size:12px;line-height:1.55;color:var(--admin-muted)}
@media(max-width:1100px){
  .admin-v8.admin-nav-open .studio-sidebar{transform:translateX(0)!important}
  .admin-v8.admin-nav-open .admin-mobile-overlay{display:block;opacity:1}
  .studio-sidebar{z-index:90!important}
  .admin-mobile-overlay{z-index:80}
  .admin-menu{display:grid!important}
}
@media(max-width:820px){.topbar-logout span{display:none}.topbar-logout{width:42px;padding:0;justify-content:center}.studio-profile-trigger .studio-user-copy{display:none}.user-role-help{grid-template-columns:1fr}.studio-profile-menu{position:fixed;right:12px;left:12px;top:76px;width:auto}}
@media(max-width:520px){.admin-bell{display:none}.studio-top-actions{gap:6px}.studio-profile-trigger{padding:2px}.studio-profile-trigger>svg{display:none}.topbar-logout{width:40px;height:40px;min-height:40px}.studio-profile-menu{top:70px}.user-create-card .admin-form{padding:16px}}
/* v10 admin topbar + notifications */
.studio-top-actions{min-width:0;flex-shrink:0}.studio-profile-wrap{max-width:260px}.studio-profile-trigger{min-width:0}.studio-user-copy{min-width:0}.studio-user-copy b,.studio-user-copy small{max-width:150px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-bell{position:relative;flex:0 0 44px;width:44px;height:44px;border:1px solid #e2e5e9;border-radius:13px;display:inline-flex;align-items:center;justify-content:center;background:#fff;color:#24272d}.admin-bell svg{width:20px;height:20px}.admin-bell em{position:absolute;right:-5px;top:-6px;min-width:20px;height:20px;padding:0 5px;border-radius:10px;background:#e94f84;color:#fff;font:700 10px/20px Arial;text-align:center;font-style:normal;border:2px solid #fff}.notification-toolbar{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px;padding:16px 18px;background:#fff;border:1px solid var(--admin-border);border-radius:14px;font-size:14px}.notification-toolbar span{color:var(--admin-muted)}.notification-list{overflow:hidden}.notification-item{display:grid;grid-template-columns:10px minmax(0,1fr) auto;gap:15px;align-items:start;padding:18px 20px;border-bottom:1px solid var(--admin-border);color:inherit}.notification-item:last-child{border-bottom:0}.notification-item:hover{background:#fafafa}.notification-item.unread{background:#fff8fb}.notification-dot{width:8px;height:8px;border-radius:50%;background:#cfd3d8;margin-top:6px}.notification-item.unread .notification-dot{background:#e94f84}.notification-item b{font-size:14px}.notification-item p{font-size:13px;color:var(--admin-muted);margin:5px 0}.notification-item small{font-size:11px;color:#9a9fa7}.email-toggle-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:20px}
@media(max-width:820px){.studio-topbar-left{min-width:0}.studio-top-actions{gap:7px}.admin-bell{display:inline-flex!important;flex-basis:42px;width:42px;height:42px}.studio-profile-wrap{max-width:52px}.studio-profile-trigger{padding:2px}.studio-profile-trigger>svg{display:none}.notification-toolbar{align-items:flex-start;flex-direction:column}.email-toggle-grid{grid-template-columns:1fr}}
@media(max-width:520px){.admin-bell{display:inline-flex!important;width:40px;height:40px;flex-basis:40px}.studio-profile-wrap{max-width:44px}.studio-top-actions{gap:5px}.notification-item{padding:16px 14px}.notification-toolbar{padding:14px}.studio-profile-menu{top:66px}}

/* Crest Commerce 1.1.2 — responsive admin topbar hotfix */
.studio-topbar{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;overflow:visible}
.studio-topbar-left{min-width:0;overflow:hidden}
.studio-top-actions{min-width:0;max-width:100%}
.admin-search{flex:1 1 360px;min-width:160px;width:auto;max-width:620px}
.studio-breadcrumb{flex:0 1 190px;min-width:120px}
.preview-store{white-space:nowrap;flex:0 0 auto}
.studio-profile-wrap{flex:0 1 240px;min-width:44px}
.studio-profile-trigger{max-width:100%}
.studio-user{flex:0 0 auto}

@media(max-width:1450px){
  .studio-topbar{padding-inline:24px;gap:14px}
  .studio-breadcrumb{flex-basis:160px}
  .admin-search{flex-basis:300px;max-width:460px}
  .studio-user-copy b,.studio-user-copy small{max-width:118px}
}
@media(max-width:1280px){
  .studio-topbar{padding-inline:20px}
  .studio-breadcrumb small{display:none}
  .studio-breadcrumb{flex-basis:112px;min-width:96px}
  .preview-store{display:none}
  .admin-search{max-width:none}
  .studio-profile-wrap{flex-basis:190px}
}
@media(max-width:1120px){
  .studio-sidebar{transform:translateX(-102%);box-shadow:0 20px 70px rgba(20,20,25,.15)}
  .studio-main{margin-left:0}
  .studio-brand button,.admin-menu{display:grid}
  .studio-topbar{grid-template-columns:minmax(0,1fr) auto;height:74px;padding-inline:16px}
  .studio-breadcrumb{display:none}
  .admin-search{min-width:0;max-width:520px}
  .studio-profile-wrap{flex-basis:auto;max-width:58px}
  .studio-profile-trigger .studio-user-copy{display:none}
  .studio-profile-trigger>svg{display:none}
  .admin-v8.admin-nav-open .studio-sidebar{transform:translateX(0)!important}
  .admin-v8.admin-nav-open .admin-mobile-overlay{display:block;opacity:1}
}
@media(max-width:760px){
  .studio-topbar{display:flex;height:68px;padding-inline:12px;gap:10px}
  .studio-topbar-left{flex:1 1 auto;overflow:visible}
  .admin-search{display:none}
  .studio-top-actions{margin-left:auto;gap:7px}
  .admin-bell{display:inline-flex!important;flex:0 0 42px;width:42px;height:42px}
  .studio-profile-wrap{max-width:48px}
}
@media(max-width:420px){
  .studio-topbar{padding-inline:8px;gap:6px}
  .admin-menu{width:40px;height:40px}
  .admin-bell{display:inline-flex!important;flex-basis:40px;width:40px;height:40px}
  .studio-user{width:38px;height:38px}
  .studio-top-actions{gap:4px}
}

/* Crest Commerce 1.1.3 — rebuilt admin header + reliable cache-busting */
.studio-topbar{
  min-height:76px;height:auto;padding:12px 24px;
  display:grid;grid-template-columns:minmax(190px,auto) minmax(260px,1fr) auto;
  align-items:center;gap:18px;overflow:visible;
}
.studio-topbar-left{display:contents;overflow:visible}
.studio-breadcrumb{min-width:0;max-width:260px}
.studio-breadcrumb small{font-size:10px}
.studio-breadcrumb b{font-size:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.admin-search{grid-column:2;width:100%;max-width:none;min-width:0;height:48px}
.studio-top-actions{grid-column:3;display:flex;align-items:center;justify-content:flex-end;gap:10px;min-width:0}
.preview-store{width:44px;height:44px;border:1px solid var(--admin-border);border-radius:13px;background:#fff;display:inline-flex;align-items:center;justify-content:center;flex:0 0 44px;color:#343840}
.preview-store svg{width:19px;height:19px}
.preview-store span{display:none}
.admin-bell{flex:0 0 44px!important;width:44px!important;height:44px!important;display:inline-flex!important}
.studio-profile-wrap{flex:0 0 auto;max-width:none;min-width:0}
.studio-profile-trigger{width:46px;height:46px;padding:2px;display:grid;place-items:center;border:1px solid transparent}
.studio-profile-trigger:hover{border-color:var(--admin-border)}
.studio-profile-trigger .studio-user-copy,.studio-profile-trigger>svg{display:none!important}
.studio-user{width:40px;height:40px;border-radius:12px}

@media(max-width:1320px){
  .studio-topbar{grid-template-columns:minmax(150px,190px) minmax(220px,1fr) auto;padding-inline:18px;gap:12px}
  .studio-breadcrumb small{display:none}
}
@media(max-width:1120px){
  .studio-topbar{grid-template-columns:auto minmax(0,1fr) auto;padding-inline:14px;min-height:70px}
  .studio-topbar-left{display:flex;align-items:center;min-width:0;gap:10px}
  .studio-breadcrumb{display:none}
  .admin-menu{display:grid;flex:0 0 42px}
  .admin-search{grid-column:auto;flex:1 1 auto;min-width:0}
  .studio-top-actions{grid-column:auto}
}
@media(max-width:760px){
  .studio-topbar{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:8px;padding:10px 12px;min-height:64px}
  .studio-topbar-left{display:flex;grid-column:1;overflow:visible}
  .admin-search{display:none!important}
  .studio-top-actions{grid-column:3;margin-left:0;gap:6px}
  .preview-store{display:none}
  .admin-bell{display:inline-flex!important;flex:0 0 40px!important;width:40px!important;height:40px!important}
  .studio-profile-trigger{width:42px;height:42px}
  .studio-user{width:38px;height:38px}
}
@media(max-width:380px){
  .studio-topbar{padding-inline:8px;gap:5px}
  .admin-menu{width:38px;height:38px;flex-basis:38px}
  .admin-bell{width:38px!important;height:38px!important;flex-basis:38px!important}
  .studio-profile-trigger{width:40px;height:40px}
  .studio-user{width:36px;height:36px}
}

/* Crest Commerce 1.2.0 — separated settings + administrator profile */
.settings-hub-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.settings-hub-card{min-width:0;display:grid;grid-template-columns:52px minmax(0,1fr) auto;gap:16px;align-items:center;padding:22px;background:#fff;border:1px solid var(--admin-border);border-radius:18px;color:var(--admin-text);transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease}.settings-hub-card:hover{border-color:#e7b5c6;transform:translateY(-2px);box-shadow:0 12px 30px rgba(28,32,38,.06)}.settings-hub-card h3{margin:0 0 5px;font-size:16px}.settings-hub-card p{margin:0;color:var(--admin-muted);font-size:13px;line-height:1.55}.settings-hub-card>b{font-size:12px;color:#b15072;white-space:nowrap}.settings-hub-icon{width:52px;height:52px;border-radius:15px;background:#fff3f7;color:#c2547b;display:grid;place-items:center}.settings-hub-icon svg{width:21px;height:21px}.settings-single-form{max-width:1120px}.settings-savebar{display:flex;justify-content:flex-end;padding-top:18px}.settings-subhead{padding:0!important;margin-top:24px!important}.profile-admin-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);gap:20px;align-items:start}.profile-hero{display:flex;align-items:center;gap:18px;padding:24px 26px;border-bottom:1px solid var(--admin-border);background:linear-gradient(135deg,#fff 20%,#fff5f8 100%)}.profile-hero-avatar{width:72px;height:72px;border-radius:22px;display:grid;place-items:center;background:#f3c9d7;color:#9f4968;font-size:25px;font-weight:800}.profile-hero h2{margin:4px 0;font-size:24px}.profile-hero p{margin:0;color:var(--admin-muted);font-size:13px}.studio-profile-menu a:first-of-type{font-weight:700}
@media(max-width:1180px){.settings-hub-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-admin-grid{grid-template-columns:1fr}}
@media(max-width:700px){.settings-hub-grid{grid-template-columns:1fr}.settings-hub-card{grid-template-columns:48px minmax(0,1fr);padding:18px}.settings-hub-card>b{grid-column:2}.settings-hub-icon{width:48px;height:48px}.settings-savebar .admin-btn{width:100%;justify-content:center}.profile-hero{padding:20px;align-items:flex-start}.profile-hero-avatar{width:60px;height:60px;border-radius:18px}.profile-hero h2{font-size:21px}}

/* Crest Commerce 1.2.1 — rebuilt account profile workspace */
.profile-overview{display:flex;align-items:center;justify-content:space-between;gap:28px;padding:24px 26px;margin-bottom:18px;background:linear-gradient(120deg,#fff 0%,#fff 62%,#fff6f9 100%);border:1px solid var(--admin-border);border-radius:20px;overflow:hidden}.profile-overview-main{display:flex;align-items:center;gap:18px;min-width:0}.profile-avatar-xl{width:70px;height:70px;flex:0 0 70px;border-radius:20px;display:grid;place-items:center;background:#f5cedb;color:#a14868;font-size:24px;font-weight:800}.profile-overview-copy{min-width:0}.profile-overview-copy h2{margin:3px 0 4px;font-size:22px;line-height:1.15}.profile-overview-copy p{margin:0;color:var(--admin-muted);font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-badges{display:flex;flex-wrap:wrap;gap:7px;margin-top:11px}.profile-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 9px;border-radius:999px;background:#f4f5f7;color:#555b66;font-size:11px;font-weight:750}.profile-badge.role{background:#fff0f5;color:#a44d6c}.profile-badge i{width:6px;height:6px;border-radius:50%;background:#7c8796}.profile-badge.active{background:#eef9f3;color:#26744a}.profile-badge.active i{background:#35a76b}.profile-badge.inactive{background:#fff1f1;color:#a14949}.profile-badge.inactive i{background:#d96868}.profile-overview-meta{display:flex;align-items:center;gap:34px;flex:0 0 auto}.profile-overview-meta span{display:grid;gap:3px;min-width:92px}.profile-overview-meta small,.profile-readonly-row small{color:var(--admin-muted);font-size:10px;text-transform:uppercase;letter-spacing:.08em;font-weight:750}.profile-overview-meta b{font-size:13px}.profile-workspace{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(330px,.7fr);gap:18px;align-items:start}.profile-panel{background:#fff;border:1px solid var(--admin-border);border-radius:20px;overflow:hidden}.profile-panel-head{padding:20px 22px;border-bottom:1px solid var(--admin-border)}.profile-panel-head>div{display:flex;align-items:flex-start;gap:13px}.profile-panel-icon{width:39px;height:39px;flex:0 0 39px;border-radius:12px;display:grid;place-items:center;background:#fff0f5;color:#b14f72}.profile-panel-icon.secure{background:#f0f3f8;color:#414c61}.profile-panel-icon svg{width:18px;height:18px}.profile-panel-head h3{margin:1px 0 3px;font-size:16px}.profile-panel-head p{margin:0;color:var(--admin-muted);font-size:12px;line-height:1.5}.profile-form{padding:22px}.profile-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.profile-form .field{margin:0}.profile-form .field label{display:block;margin:0 0 7px;font-size:12px;font-weight:750;color:#343842}.profile-form .field input{width:100%;height:48px;padding:0 14px;border:1px solid #d9dde4;border-radius:12px;background:#fff;color:var(--admin-text);font-size:14px;outline:none;transition:border-color .2s ease,box-shadow .2s ease}.profile-form .field input:focus{border-color:#cf7898;box-shadow:0 0 0 3px rgba(207,120,152,.12)}.profile-form .field small{display:block;margin-top:7px;color:var(--admin-muted);font-size:11px;line-height:1.45}.profile-readonly-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:18px}.profile-readonly-row>div{padding:13px 14px;border-radius:12px;background:#f7f8fa;border:1px solid #eef0f3}.profile-readonly-row b{display:block;margin-top:3px;font-size:13px}.profile-form-actions{display:flex;justify-content:flex-end;margin-top:20px;padding-top:18px;border-top:1px solid #eef0f3}.profile-security-panel .profile-form{display:grid;gap:14px}.profile-security-note{display:flex;align-items:flex-start;gap:9px;padding:12px 13px;border-radius:12px;background:#f8f9fb;color:var(--admin-muted)}.profile-security-note span{color:#657085;display:grid;place-items:center;flex:0 0 18px}.profile-security-note svg{width:16px;height:16px}.profile-security-note p{margin:0;font-size:11px;line-height:1.5}.profile-security-panel .profile-form-actions{margin-top:2px}
@media(max-width:1200px){.profile-workspace{grid-template-columns:1fr}.profile-security-panel{max-width:none}.profile-overview-meta{gap:18px}}
@media(max-width:760px){.profile-overview{align-items:flex-start;padding:19px;gap:18px}.profile-overview-meta{display:none}.profile-avatar-xl{width:58px;height:58px;flex-basis:58px;border-radius:17px;font-size:21px}.profile-overview-copy h2{font-size:19px}.profile-overview-copy p{font-size:12px}.profile-fields{grid-template-columns:1fr}.profile-panel-head{padding:18px}.profile-form{padding:18px}.profile-form-actions .admin-btn{width:100%;justify-content:center}.profile-readonly-row{grid-template-columns:1fr 1fr}}
@media(max-width:430px){.profile-overview-main{align-items:flex-start}.profile-overview{padding:16px}.profile-avatar-xl{width:50px;height:50px;flex-basis:50px;border-radius:15px}.profile-panel,.profile-overview{border-radius:16px}.profile-panel-head,.profile-form{padding:15px}.profile-readonly-row{grid-template-columns:1fr}.profile-form .field input{font-size:16px}}

/* v1.3.0 — Product variation system */
.product-options{display:grid;gap:22px;margin:28px 0 20px}.product-option-group{border:0;padding:0;margin:0;min-width:0}.product-option-group legend{display:flex;align-items:center;justify-content:space-between;gap:14px;width:100%;margin-bottom:10px}.product-option-group legend span{font-size:14px;font-weight:700;color:var(--brand-ink)}.product-option-group legend small{font-size:12px;color:#8e8589;font-weight:500}.option-pills{display:flex;flex-wrap:wrap;gap:9px}.option-pills label{position:relative;cursor:pointer}.option-pills input{position:absolute;opacity:0;pointer-events:none}.option-pills span{display:flex;align-items:center;justify-content:center;min-height:44px;min-width:64px;padding:10px 15px;border:1px solid #ded7da;border-radius:999px;background:#fff;color:#2a282a;font-size:13px;font-weight:650;transition:.18s ease}.option-pills input:checked+span{background:#1e1e22;color:#fff;border-color:#1e1e22;box-shadow:0 0 0 3px rgba(217,137,165,.16)}.option-pills input:focus-visible+span{outline:3px solid rgba(217,137,165,.28);outline-offset:2px}.variant-status{display:flex;align-items:center;min-height:44px;margin:4px 0 18px;padding:10px 13px;border-radius:12px;background:#f8f5f6;color:#655e61;font-size:12.5px}.variant-status.is-out{background:#fff1f2;color:#a33b48}.purchase-form [data-add-to-bag]:disabled{opacity:.48;cursor:not-allowed}.cart-variant{display:flex;flex-wrap:wrap;gap:7px 12px;margin:7px 0 8px}.cart-variant span{font-size:12px;color:#746d70}.cart-variant b{color:#2a282a;margin-right:3px}.checkout-lines{display:grid;gap:0;margin-top:24px;border:1px solid #ece6e8;border-radius:16px;background:#fff;overflow:hidden}.checkout-line{display:flex;justify-content:space-between;gap:20px;padding:14px 16px;border-bottom:1px solid #f0ebed}.checkout-line:last-child{border-bottom:0}.checkout-line div{min-width:0}.checkout-line b{display:block;font-size:13px}.checkout-line small{display:block;margin-top:4px;color:#8b8185;font-size:11.5px}.checkout-line>span{flex:none;font-size:12px;font-weight:700;color:#4f494c}

.variation-callout{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;gap:28px;margin-top:24px;padding:22px 24px;border:1px solid #eadfe3;border-radius:18px;background:linear-gradient(135deg,#fff 0%,#fff6f8 100%)}.variation-callout h3{margin:4px 0 6px;font-size:19px}.variation-callout p{margin:0;color:#70686c;font-size:13px;line-height:1.6}.variation-admin-layout{display:grid;gap:22px}.variation-group-editor{display:grid;gap:14px;margin-bottom:16px}.variation-group-row{display:grid;grid-template-columns:minmax(180px,.42fr) minmax(300px,1fr) 42px;gap:14px;align-items:end;padding:18px;border:1px solid #e5e1e3;border-radius:16px;background:#fbfafb}.variation-group-row .field{margin:0}.variation-group-row textarea{min-height:92px;resize:vertical}.variation-remove{display:grid;place-items:center;width:42px;height:42px;border:1px solid #e2dadd;border-radius:12px;background:#fff;color:#a14d64;font-size:24px;cursor:pointer}.variation-warning{margin-top:16px;padding:14px 16px;border-radius:12px;background:#fff8e8;border:1px solid #f0dfad;color:#6e5a20;font-size:12.5px;line-height:1.55}.variant-matrix{min-width:920px}.variant-matrix td:first-child{min-width:220px}.variant-matrix td:first-child small{display:block;margin-top:4px;color:#948b8f}.variant-matrix input[type=text],.variant-matrix input[type=number],.variant-matrix input:not([type]){width:100%;min-width:110px;height:42px;border:1px solid #dfe1e5;border-radius:10px;padding:8px 10px;background:#fff;font:inherit;font-size:13px}.variant-matrix-footer{display:flex;align-items:center;justify-content:space-between;gap:20px}.table-actions{display:flex;align-items:center;gap:14px;white-space:nowrap}

@media(max-width:900px){.variation-group-row{grid-template-columns:1fr 1fr 42px}.variation-callout{align-items:flex-start;flex-direction:column}.variant-matrix-footer{align-items:flex-start;flex-direction:column}.product-option-group legend{align-items:flex-start;flex-direction:column;gap:4px}}
@media(max-width:600px){.variation-group-row{grid-template-columns:1fr 42px}.variation-group-row .field:nth-child(2){grid-column:1/-1;grid-row:2}.variation-group-row .variation-remove{grid-column:2;grid-row:1}.option-pills{gap:8px}.option-pills label{flex:1 1 calc(33.333% - 8px)}.option-pills span{width:100%;min-width:0;padding-inline:10px}.checkout-line{align-items:flex-start;flex-direction:column;gap:7px}.variation-callout{padding:18px}.product-options{gap:18px}}
.tracking-items{display:grid;gap:8px;margin-top:20px;padding-top:18px;border-top:1px solid #eee}.tracking-items>div{display:flex;justify-content:space-between;gap:14px;flex-wrap:wrap}.tracking-items small{width:100%;color:#837a7e}.admin-order-items{display:grid;gap:10px}.admin-order-items>b{font-size:13px}.admin-order-line{display:flex;justify-content:space-between;gap:18px;padding:10px 0;border-bottom:1px solid #eee}.admin-order-line:last-child{border-bottom:0}.admin-order-line span{min-width:0}.admin-order-line strong,.admin-order-line small{display:block}.admin-order-line small{margin-top:3px;color:#8d8589;font-size:11.5px}

/* v1.3.1 — simplified product variations workspace */
.variation-intro-card{display:flex;align-items:center;justify-content:space-between;gap:28px;padding:24px 26px;margin-bottom:20px;border:1px solid #eadfe3;border-radius:20px;background:linear-gradient(135deg,#fff 0%,#fff8fa 100%)}
.variation-intro-card h3{margin:5px 0 7px;font-size:21px}.variation-intro-card p{max-width:760px;margin:0;color:#6f676b;font-size:14px;line-height:1.65}.variation-example{min-width:210px;padding:16px 18px;border-radius:15px;background:#202126;color:#fff}.variation-example span,.variation-example small{display:block;color:#d7cfd2;font-size:11px}.variation-example b{display:block;margin:5px 0;font-size:16px}.variation-steps{display:grid;gap:20px}.variation-step-card{overflow:hidden}.variation-step-head{display:flex;align-items:flex-start;gap:14px;padding:22px 24px;border-bottom:1px solid #ece7e9}.variation-step-head h3{margin:1px 0 5px;font-size:19px}.variation-step-head p{margin:0;color:#777075;font-size:13.5px;line-height:1.5}.variation-step-no{display:grid;place-items:center;flex:0 0 34px;width:34px;height:34px;border-radius:50%;background:#f1bfd0;color:#7f3751;font-weight:800}.variation-group-editor{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin:0}.variation-group-card{border:1px solid #e5e1e3;border-radius:17px;background:#fbfafb;overflow:hidden}.variation-group-title{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 16px;border-bottom:1px solid #e8e3e5;background:#fff}.variation-group-title span{display:block;color:#9c9196;font-size:10px;text-transform:uppercase;letter-spacing:.12em;font-weight:700}.variation-group-title b{font-size:15px}.variation-group-fields{display:grid;gap:13px;padding:16px}.variation-group-fields .field{margin:0}.variation-group-fields label small{font-weight:500;color:#9a9095}.variation-group-fields textarea{min-height:126px;resize:vertical}.variation-structure-actions{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap;margin-top:18px}.variation-help-note{margin-top:15px;padding:12px 14px;border-radius:11px;background:#fff8e8;border:1px solid #f0dfad;color:#6e5a20;font-size:12.5px;line-height:1.5}.variant-card-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding:20px}.variant-edit-card{border:1px solid #e5e1e3;border-radius:16px;background:#fff;overflow:hidden}.variant-edit-main{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 16px;border-bottom:1px solid #eee9eb;background:#fcfbfc}.variant-edit-title{display:flex;align-items:flex-start;gap:10px;min-width:0}.variant-edit-title b{display:block;font-size:14px}.variant-edit-title small{display:block;margin-top:3px;color:#958b90;font-size:11px;white-space:normal}.status-dot{width:8px;height:8px;border-radius:50%;margin-top:5px;background:#bbb}.status-dot.on{background:#32a86a}.status-dot.off{background:#c6c0c3}.variant-active{display:flex;align-items:center;gap:8px;font-size:12px;font-weight:700}.variant-edit-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:16px}.variant-edit-fields .field{margin:0}.variant-edit-fields input{height:43px}.variant-edit-fields label small{font-weight:500;color:#9b9196}.variant-savebar{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:17px 20px;border-top:1px solid #ebe6e8;background:#fbfafb}.variant-savebar b,.variant-savebar small{display:block}.variant-savebar small{margin-top:3px;color:#8e858a;font-size:11.5px}.variation-empty{display:flex;align-items:center;gap:16px;padding:28px}.variation-empty-icon{display:grid;place-items:center;width:45px;height:45px;border-radius:14px;background:#f8e7ed;color:#9b4664;font-size:22px}.variation-empty h3{margin:0 0 4px}.variation-empty p{margin:0;color:#7b7276;font-size:13px;line-height:1.55}
@media(max-width:1100px){.variation-group-editor,.variant-card-list{grid-template-columns:1fr}.variation-intro-card{align-items:flex-start}.variation-example{min-width:190px}.variant-edit-fields{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(max-width:820px){.variation-intro-card{flex-direction:column}.variation-example{width:100%;min-width:0}.variant-edit-fields{grid-template-columns:repeat(2,minmax(0,1fr))}.variation-structure-actions,.variant-savebar{align-items:stretch;flex-direction:column}.variation-structure-actions .admin-btn,.variant-savebar .admin-btn{width:100%;justify-content:center}}
@media(max-width:520px){.variation-intro-card{padding:19px}.variation-step-head{padding:18px}.variant-card-list{padding:14px}.variant-edit-main{align-items:flex-start;flex-direction:column}.variant-active{width:100%;justify-content:space-between}.variant-edit-fields{grid-template-columns:1fr}.variation-group-fields{padding:14px}.variation-group-title{padding:13px 14px}}

/* v1.3.2 — manual product combination controls */
.variation-intro-simple{align-items:center}
.variation-steps-simple{gap:24px}
.variation-choice-actions{align-items:center;gap:14px;flex-wrap:wrap}
.variation-action-group{display:flex;gap:10px;flex-wrap:wrap;margin-left:auto}
.variation-combo-head{margin-bottom:18px}
.variant-create-panel{border:1px solid #e7dde0;border-radius:18px;background:#fff;overflow:hidden;margin:0 0 16px}
.variant-create-panel summary{list-style:none;cursor:pointer;padding:18px 20px;display:flex;align-items:center;justify-content:space-between;gap:18px;font-weight:700;color:#1f2027;background:#fff9fb}
.variant-create-panel summary::-webkit-details-marker{display:none}
.variant-create-panel summary span{font-size:15px}
.variant-create-panel summary small{font-size:12px;font-weight:500;color:#8b8185}
.variant-create-panel[open] summary{border-bottom:1px solid #eee4e7}
.variant-create-form{padding:20px}
.variant-create-options,.variant-create-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.variant-create-meta{grid-template-columns:repeat(4,minmax(0,1fr));margin-top:16px;padding-top:16px;border-top:1px solid #f0e8ea}
.variant-create-footer{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:18px}
.variant-utility-row{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 16px;margin:0 0 18px;border:1px dashed #dfd4d7;border-radius:14px;background:#fcfafb;color:#71686c;font-size:13px}
.variant-utility-row form{margin:0}
.admin-btn.small{min-height:38px;padding:8px 13px;font-size:12px}
.variant-card-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.variant-delete-btn{appearance:none;border:0;background:transparent;color:#b8384f;font:inherit;font-weight:700;font-size:12px;padding:8px 6px;cursor:pointer;border-radius:8px}
.variant-delete-btn:hover{background:#fff0f3}
.variant-card-list-manual{gap:14px}
@media(max-width:980px){.variant-create-meta{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:680px){.variation-action-group{width:100%;margin-left:0}.variation-action-group .admin-btn{flex:1}.variant-create-panel summary{align-items:flex-start;flex-direction:column;gap:4px}.variant-create-options,.variant-create-meta{grid-template-columns:1fr}.variant-create-footer,.variant-utility-row{align-items:stretch;flex-direction:column}.variant-create-footer .admin-btn,.variant-utility-row .admin-btn{width:100%}.variant-card-actions{width:100%;justify-content:space-between}.variant-edit-main{align-items:flex-start;flex-direction:column}.variant-delete-btn{padding-left:0}}


/* Crest Pretty Alerts v1.3.3 */
.pretty-flash-source{display:none!important}.pretty-modal-open{overflow:hidden}.crest-pretty-root{position:relative;z-index:2147483000;pointer-events:none}.crest-toast-stack{position:fixed;top:22px;right:22px;width:min(420px,calc(100vw - 32px));display:grid;gap:12px;z-index:2147483600;pointer-events:none}.crest-toast{--alert:#31343a;--alert-soft:#f3f4f6;display:grid;grid-template-columns:42px minmax(0,1fr) 32px;align-items:start;gap:12px;padding:15px 14px;border:1px solid rgba(20,20,25,.08);border-radius:18px;background:#fff;color:#17181b;box-shadow:0 18px 55px rgba(26,24,30,.14);opacity:0;transform:translateY(-8px) scale(.98);transition:.22s ease;pointer-events:auto}.crest-toast.is-visible{opacity:1;transform:none}.crest-toast.is-leaving{opacity:0;transform:translateY(-5px) scale(.98)}.crest-toast.is-success{--alert:#217a54;--alert-soft:#eaf8f1}.crest-toast.is-error{--alert:#b63e4a;--alert-soft:#fff0f1}.crest-toast.is-warning{--alert:#a66b13;--alert-soft:#fff7e8}.crest-toast.is-info{--alert:var(--brand-accent,#d989a5);--alert-soft:#fff1f6}.crest-toast-icon{width:40px;height:40px;border-radius:13px;display:grid;place-items:center;background:var(--alert-soft);color:var(--alert);font-size:18px;font-weight:900}.crest-toast-copy{min-width:0;padding-top:1px}.crest-toast-copy b{display:block;margin-bottom:3px;font-size:12px;line-height:1.35;letter-spacing:.08em;color:var(--alert);text-transform:uppercase}.crest-toast-copy p{margin:0;font-size:14px;line-height:1.55;color:#555861;overflow-wrap:anywhere}.crest-toast-close{appearance:none;border:0;background:transparent;color:#8b8d94;width:32px;height:32px;border-radius:10px;font-size:23px;line-height:1;cursor:pointer}.crest-toast-close:hover{background:#f4f4f6;color:#222}.crest-modal-backdrop{position:fixed;inset:0;display:grid;pointer-events:none;place-items:center;padding:20px;background:rgba(17,16,20,.38);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);z-index:2147483500;opacity:0;pointer-events:none;transition:opacity .16s ease}.crest-modal-backdrop[hidden]{display:none!important}.crest-modal-backdrop.is-visible{opacity:1;pointer-events:auto}.crest-modal{position:relative;width:min(480px,100%);padding:28px;border-radius:24px;background:#fff;color:#17181b;box-shadow:0 32px 90px rgba(18,16,23,.24);opacity:0;transform:translateY(10px) scale(.985);transition:.18s ease}.crest-modal.is-visible{opacity:1;transform:none}.crest-modal-close{position:absolute;right:16px;top:14px;width:38px;height:38px;border:0;border-radius:12px;background:#f6f6f8;color:#6e7078;font-size:25px;cursor:pointer}.crest-modal-icon{width:54px;height:54px;border-radius:17px;display:grid;place-items:center;margin-bottom:19px;background:#fff0f5;color:var(--brand-accent,#d989a5);font-size:23px;font-weight:900}.crest-modal[data-kind="danger"] .crest-modal-icon{background:#fff0f1;color:#b63e4a}.crest-modal-kicker{display:block;margin-bottom:7px;font-size:11px;font-weight:800;letter-spacing:.13em;color:var(--brand-accent,#d989a5)}.crest-modal[data-kind="danger"] .crest-modal-kicker{color:#b63e4a}.crest-modal-copy h3{margin:0 0 10px;font-size:24px;line-height:1.18;letter-spacing:-.025em}.crest-modal-copy p{margin:0;color:#64666e;font-size:14px;line-height:1.65}.crest-modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:26px}.crest-pretty-btn{min-height:44px;padding:0 18px;border-radius:13px;border:1px solid #e3e3e7;background:#fff;color:#26272b;font-size:14px;font-weight:750;cursor:pointer}.crest-pretty-btn.primary{border-color:#1e1f23;background:#1e1f23;color:#fff}.crest-pretty-btn.primary.danger{border-color:#b63e4a;background:#b63e4a}.crest-pretty-btn:focus-visible,.crest-toast-close:focus-visible,.crest-modal-close:focus-visible{outline:3px solid color-mix(in srgb,var(--brand-accent,#d989a5) 32%,transparent);outline-offset:2px}@media(max-width:600px){.crest-toast-stack{top:12px;right:12px;width:calc(100vw - 24px)}.crest-toast{grid-template-columns:38px minmax(0,1fr) 30px;border-radius:16px;padding:13px 12px}.crest-toast-icon{width:36px;height:36px;border-radius:12px}.crest-toast-copy p{font-size:13.5px}.crest-modal-backdrop{align-items:end;padding:12px}.crest-modal{width:100%;padding:24px 20px 20px;border-radius:23px}.crest-modal-copy h3{font-size:21px}.crest-modal-actions{display:grid;grid-template-columns:1fr 1fr}.crest-pretty-btn{width:100%;font-size:14px}}@media(prefers-reduced-motion:reduce){.crest-toast,.crest-modal,.crest-modal-backdrop{transition:none!important}}
