@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&display=swap');

:root{
  --bg:#04100b;
  --panel:#07150f;
  --panel-2:#091a12;
  --line:rgba(225,190,126,.16);
  --line-strong:rgba(225,190,126,.32);
  --gold:#d6ae6b;
  --gold-soft:#e8c98f;
  --text:#f2eee7;
  --muted:#9ca79f;
  --muted-2:#6f7b73;
  --shadow:0 28px 90px rgba(0,0,0,.32);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--bg)}
body{margin:0;background:var(--bg);color:var(--text);font-family:'Cormorant Garamond',Georgia,'Times New Roman',serif;overflow-x:hidden}
body.locked{overflow:hidden}
button,a,input{font:inherit}
button{cursor:pointer}
a{color:inherit}
img{display:block}
svg{width:1em;height:1em;fill:none;stroke:currentColor;stroke-width:1.45;stroke-linecap:round;stroke-linejoin:round}
.shell{width:min(1360px,calc(100% - 56px));margin-inline:auto}

.header{position:fixed;inset:0 0 auto;z-index:50;height:76px;background:linear-gradient(180deg,rgba(4,16,11,.94),rgba(4,16,11,.62),transparent);transition:.35s}
.header-inner{height:100%;display:grid;grid-template-columns:auto auto 1fr auto;align-items:center;gap:26px}
.icon-btn{width:42px;height:42px;border:0;background:transparent;color:var(--text);display:grid;place-items:center;position:relative}
.icon-btn svg{font-size:23px}
.desktop-menu{margin-left:-10px}
.brand-lockup{display:flex;align-items:center;gap:11px;text-decoration:none;min-width:max-content}
.brand-lockup img{width:38px;height:38px;border-radius:50%;object-fit:cover}
.brand-lockup span{font-size:15px;font-weight:600;letter-spacing:.14em;color:var(--gold-soft)}
.desktop-nav{display:flex;align-items:center;justify-content:center;gap:30px}
.desktop-nav a,.desktop-nav button{border:0;background:none;text-decoration:none;color:rgba(242,238,231,.76);font-size:15px;font-weight:600}
.desktop-nav a:hover,.desktop-nav button:hover{color:var(--text)}
.head-actions{display:flex;align-items:center;gap:4px}
.cart-icon i,.dock i{position:absolute;display:grid;place-items:center;min-width:16px;height:16px;padding:0 4px;border-radius:99px;background:var(--gold-soft);color:#0b160f;font-style:normal;font-size:9px;font-weight:700}
.cart-icon i{right:0;top:0}

.hero{position:relative;height:100svh;min-height:720px;overflow:hidden;background:#05110c}
.hero-bg{position:absolute;inset:0;background-size:cover;background-position:center;transition:opacity .55s ease,transform 1.1s cubic-bezier(.22,1,.36,1)}
.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,11,7,.88) 0%,rgba(3,11,7,.58) 38%,rgba(3,11,7,.12) 72%,rgba(3,11,7,.26) 100%)}
.hero-shade:after{content:"";position:absolute;inset:auto 0 0;height:180px;background:linear-gradient(transparent,var(--bg))}
.hero-inner{height:100%;position:relative;z-index:2;display:flex;align-items:center}
.hero-copy{max-width:680px;padding-top:58px}
.eyebrow{display:block;color:var(--gold-soft);font-size:14px;font-weight:600;letter-spacing:.18em;text-transform:uppercase}
.hero h1{font-size:clamp(64px,7.4vw,116px);line-height:.9;letter-spacing:-.022em;font-weight:500;max-width:760px;margin:22px 0 24px}
.hero-copy p{font-size:20px;line-height:1.55;color:rgba(242,238,231,.72);max-width:490px;margin:0 0 34px}
.primary-btn,.secondary-btn,.text-link,.add-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border:0;text-decoration:none}
.primary-btn{min-height:52px;padding:0 25px;border-radius:12px;background:var(--gold-soft);color:#0a140e;font-size:17px;font-weight:600;letter-spacing:.015em}
.primary-btn svg,.secondary-btn svg,.text-link svg{font-size:18px}
.secondary-btn{min-height:50px;padding:0 22px;border:1px solid var(--line-strong);border-radius:12px;background:rgba(5,17,12,.48);color:var(--text);font-size:17px;font-weight:600;letter-spacing:.01em}
.hero-dots{position:absolute;left:0;bottom:44px;display:flex;gap:10px}
.hero-dots button{width:62px;height:30px;border:0;border-top:1px solid rgba(242,238,231,.18);background:transparent;color:var(--muted-2);font-size:10px;text-align:left;padding:8px 0 0;transition:.25s}
.hero-dots button.active{border-color:var(--gold);color:var(--text)}

.brands-section,.collection-section{padding-top:108px}
.section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:28px;margin-bottom:30px}
.section-head h2{font-size:54px;line-height:.96;letter-spacing:-.02em;font-weight:500;margin:8px 0 0}
.text-link{background:none;color:var(--gold-soft);font-size:16px;font-weight:600;padding:9px 0}


.brand-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}
.brand-tile{position:relative;height:138px;border:1px solid rgba(208,166,96,.26);border-radius:13px;background:linear-gradient(180deg,rgba(8,27,19,.96),rgba(4,18,13,.98));display:grid;place-items:center;padding:24px;transition:transform .35s cubic-bezier(.22,1,.36,1),border-color .35s,background .35s;overflow:hidden;isolation:isolate}
.brand-tile:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 42%,rgba(221,185,120,.06),transparent 54%);opacity:.7;z-index:-1;transition:.35s}
.brand-tile:hover{border-color:rgba(230,194,132,.54);transform:translateY(-3px);background:linear-gradient(180deg,rgba(10,31,22,.98),rgba(5,20,14,.99))}
.brand-tile:hover:before{opacity:1}
.brand-tile img{display:block;width:auto;height:auto;max-width:82%;max-height:72px;object-fit:contain;filter:none;opacity:1;transition:transform .35s cubic-bezier(.22,1,.36,1)}
.brand-tile:hover img{transform:scale(1.025)}
.brand-tile.logo-missing img{display:block}

.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.product-card{position:relative;min-width:0;border:1px solid var(--line);border-radius:15px;background:linear-gradient(180deg,#081812,#06120d);overflow:hidden}
.product-card:after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(180deg,transparent 60%,rgba(214,174,107,.035));opacity:0;transition:.25s}
.product-card:hover:after{opacity:1}
.fav{position:absolute;right:13px;top:13px;z-index:2;width:38px;height:38px;border:1px solid rgba(255,255,255,.07);border-radius:50%;display:grid;place-items:center;background:rgba(3,11,7,.38);color:var(--text)}
.fav svg{font-size:19px}
.fav.on{color:var(--gold-soft);border-color:var(--line-strong)}
.product-image{width:100%;height:350px;border:0;background:radial-gradient(circle at 50% 70%,rgba(214,174,107,.08),transparent 52%);padding:34px 28px 18px}
.product-image img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 24px 22px rgba(0,0,0,.32));transition:.4s cubic-bezier(.22,1,.36,1)}
.product-card:hover .product-image img{transform:translateY(-5px) scale(1.025)}
.product-info{width:100%;border:0;background:transparent;color:var(--text);text-align:left;padding:2px 18px 20px}
.product-info small{display:block;font-size:14px;font-weight:600;color:var(--gold-soft);margin-bottom:7px}
.product-info strong{display:block;font-size:23px;line-height:1.15;font-weight:500;letter-spacing:-.01em;min-height:52px}
.product-info .product-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:18px}
.product-info b{font-size:17px;font-weight:600}
.product-info span{font-size:13px;color:var(--muted)}

.editorial{margin-top:118px;min-height:72svh;display:flex;align-items:center;border-radius:18px;overflow:hidden;background-image:linear-gradient(90deg,rgba(3,12,8,.92),rgba(3,12,8,.28)),url('/assets/promo.png');background-size:cover;background-position:center;padding:64px}
.editorial-content{max-width:620px}
.editorial h2{font-size:clamp(58px,6.2vw,92px);line-height:.92;letter-spacing:-.02em;font-weight:500;margin:18px 0 24px}
.editorial p{font-size:20px;line-height:1.55;color:rgba(242,238,231,.7);max-width:520px;margin:0 0 30px}


.locations{padding-top:118px}
.locations-head{margin-bottom:30px}
.locations-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.location-card{border:1px solid var(--line);border-radius:18px;overflow:hidden;background:var(--panel)}
.location-media{position:relative;height:500px;overflow:hidden;background:#07150f}
.location-media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(2,9,6,.04) 45%,rgba(2,9,6,.72) 100%);pointer-events:none}
.location-media img{width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.22,1,.36,1),opacity .2s ease}
.location-card:hover .location-media>img{transform:scale(1.018)}
.location-city{position:absolute;left:24px;bottom:20px;z-index:2;color:#fff;font-size:12px;font-weight:700;letter-spacing:.16em;text-transform:uppercase}
.location-body{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;padding:27px 28px 30px}
.location-body h3{font-size:34px;line-height:1.05;letter-spacing:-.015em;font-weight:500;margin:0 0 8px}
.location-body p{font-size:14px;line-height:1.55;color:var(--muted);margin:0}
.location-meta{display:flex;flex-direction:column;align-items:flex-end;gap:8px;text-align:right;white-space:nowrap}
.location-meta span,.location-meta a{font-size:12px;color:var(--muted);text-decoration:none}
.location-meta a{color:var(--gold-soft);font-weight:600}
.store-pager{position:absolute;right:20px;bottom:20px;z-index:3;display:flex;gap:7px}
.store-pager button{width:28px;height:3px;border:0;border-radius:99px;background:rgba(255,255,255,.34);padding:0;transition:.2s}
.store-pager button.active{background:var(--gold-soft);width:42px}
.delivery-note{margin-top:14px;min-height:270px;border:1px solid var(--line);border-radius:18px;background:linear-gradient(120deg,#07150f 0%,#0a1d14 65%,#07150f 100%);padding:44px 48px;display:flex;align-items:flex-end;justify-content:space-between;gap:48px}
.delivery-copy{max-width:800px}
.delivery-copy h3{font-size:52px;line-height:.96;letter-spacing:-.02em;font-weight:500;margin:12px 0 16px}
.delivery-copy p{font-size:18px;line-height:1.55;color:var(--muted);margin:0;max-width:760px}
.delivery-note .secondary-btn{flex:none}

footer{margin-top:110px;border-top:1px solid var(--line);padding:34px 0 42px}
.footer-row{display:grid;grid-template-columns:1fr auto auto;gap:50px;align-items:center}
.footer-brand{display:flex;align-items:center;gap:12px}
.footer-brand img{width:42px;height:42px;border-radius:50%;object-fit:cover}
.footer-brand span{font-size:12px;font-weight:600;letter-spacing:.14em;color:var(--gold-soft)}
.footer-contact{display:flex;gap:16px 22px;align-items:center;flex-wrap:wrap;justify-content:flex-end;max-width:520px}
.footer-contact a,.footer-contact span,.footer-copy span{font-size:11px;text-decoration:none;color:var(--muted)}
.footer-copy{display:flex;gap:18px;color:var(--muted-2)}

.dock{display:none}

.overlay{position:fixed;inset:0;z-index:100;background:var(--bg);overflow:auto;opacity:0;pointer-events:none;transform:translateX(100%);transition:transform .56s cubic-bezier(.22,1,.36,1),opacity .22s ease}
.overlay.left{transform:translateX(-100%)}
.overlay.open{opacity:1;transform:translateX(0);pointer-events:auto}
.overlay-close{position:fixed;right:24px;top:20px;z-index:115;width:44px;height:44px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;background:#07150f;color:var(--text)}
.overlay-close svg{font-size:20px}

.product-view{min-height:100dvh;display:grid;grid-template-columns:56% 44%;background:var(--bg)}
.product-gallery{position:sticky;top:0;height:100dvh;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at 50% 52%,#0c2519 0,#07150f 52%,#04100b 100%);padding:74px}
.product-gallery>img{width:min(78%,680px);height:76%;object-fit:contain;filter:drop-shadow(0 34px 34px rgba(0,0,0,.42))}
.gallery-nav{position:absolute;inset:50% 22px auto;display:flex;justify-content:space-between;transform:translateY(-50%);pointer-events:none}
.gallery-nav button{pointer-events:auto;width:44px;height:44px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;background:rgba(5,17,12,.6);color:var(--text)}
.gallery-dots{position:absolute;bottom:32px;left:50%;transform:translateX(-50%);display:flex;gap:8px}
.gallery-dots button{width:22px;height:3px;border:0;background:rgba(255,255,255,.18);padding:0}
.gallery-dots button.active{background:var(--gold-soft)}
.product-buy{min-height:100dvh;padding:112px clamp(34px,6vw,86px) 72px 52px}
.product-topline{display:flex;align-items:center;justify-content:space-between;gap:20px}
.product-topline>span{font-size:12px;font-weight:600;letter-spacing:.16em;color:var(--gold-soft);text-transform:uppercase}
.product-topline>div{display:flex;gap:7px}
.product-topline button{width:40px;height:40px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;background:transparent;color:var(--text)}
.product-topline button svg{font-size:18px}
.product-buy h1{font-size:clamp(48px,5vw,72px);line-height:.95;letter-spacing:-.055em;font-weight:500;margin:18px 0 9px}
.concentration{font-size:14px;color:var(--muted);margin:0 0 26px}
.product-desc{font-size:15px;line-height:1.75;color:var(--muted);max-width:620px}
.mode-toggle{display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--line);border-radius:12px;padding:4px;margin-top:30px}
.mode-toggle button{height:46px;border:0;border-radius:9px;background:transparent;color:var(--text);font-size:13px;font-weight:600}
.mode-toggle button.active{background:var(--gold-soft);color:#0a140e}
.size-grid{display:flex;gap:9px;flex-wrap:wrap;margin-top:14px}
.size-grid button{min-width:88px;height:48px;padding:0 16px;border:1px solid var(--line);border-radius:11px;background:#07150f;color:var(--text);font-size:13px}
.size-grid button.selected{border-color:var(--gold);background:rgba(214,174,107,.08);color:var(--gold-soft)}
.buy-row{display:flex;align-items:center;justify-content:space-between;margin:30px 0 18px}
.buy-row strong{font-size:34px;font-weight:500;letter-spacing:-.035em}
.buy-row span{font-size:11px;color:#a7c7aa}
.add-btn{width:100%;height:58px;border-radius:12px;background:var(--gold-soft);color:#0b150f;font-size:14px;font-weight:700}
.add-btn svg{font-size:19px}
.accordions{margin-top:30px;border-bottom:1px solid var(--line)}
.accordions details{border-top:1px solid var(--line)}
.accordions summary{height:58px;display:flex;align-items:center;justify-content:space-between;list-style:none;font-size:14px;font-weight:500}
.accordions summary::-webkit-details-marker{display:none}
.accordions details p{font-size:13px;line-height:1.7;color:var(--muted);margin:0 0 22px}

.panel-page{min-height:100dvh;padding:106px max(28px,6vw) 80px}
.panel-title>span{display:block;font-size:11px;font-weight:600;letter-spacing:.18em;color:var(--gold-soft)}
.panel-title h1{font-size:clamp(52px,6vw,86px);line-height:.95;letter-spacing:-.055em;font-weight:500;margin:14px 0 10px}
.panel-title p{font-size:15px;color:var(--muted);margin:0 0 34px}
.all-brands{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:34px}
.all-brands .brand-tile{height:144px}
.brand-selected>button{border:0;background:transparent;color:var(--gold-soft);font-size:13px;padding:0;margin-bottom:22px}
.brand-selected h2{font-size:42px;font-weight:500;letter-spacing:-.03em;margin:0 0 28px}
.panel-grid{grid-template-columns:repeat(4,1fr)}
.menu-page{display:grid;grid-template-columns:1fr 420px;gap:80px;align-items:center}
.menu-links{display:flex;flex-direction:column;align-items:flex-start;gap:8px}
.menu-links button,.menu-links a{border:0;background:none;color:var(--text);text-decoration:none;font-size:clamp(42px,5vw,74px);line-height:1.1;letter-spacing:-.05em;padding:3px 0;font-weight:500}
.menu-links button:hover,.menu-links a:hover{color:var(--gold-soft)}
.menu-aside{border-left:1px solid var(--line);padding-left:42px}
.menu-aside span,.menu-aside a{display:block;text-decoration:none;color:var(--muted);font-size:14px;line-height:1.8}
.menu-aside strong{display:block;font-size:12px;color:var(--gold-soft);letter-spacing:.16em;margin-bottom:12px}

.searchbox{height:64px;max-width:900px;border-bottom:1px solid var(--line-strong);display:flex;align-items:center;gap:14px}
.searchbox svg{font-size:24px;color:var(--gold-soft)}
.searchbox input{width:100%;border:0;outline:0;background:transparent;color:var(--text);font-size:22px}
.searchbox input::placeholder{color:#647168}
.search-results{max-width:1000px;margin-top:28px;display:grid;grid-template-columns:repeat(2,1fr);gap:10px}
.search-results button{display:grid;grid-template-columns:96px 1fr 26px;gap:14px;align-items:center;border:1px solid var(--line);border-radius:14px;background:#07150f;color:var(--text);text-align:left;padding:10px}
.search-results img{width:96px;height:96px;object-fit:contain}
.search-results small,.search-results b,.search-results span{display:block}
.search-results small{font-size:11px;color:var(--gold-soft);margin-bottom:5px}
.search-results b{font-size:17px;font-weight:500}
.search-results span{font-size:12px;color:var(--muted);margin-top:7px}
.search-results>button>svg{font-size:18px;color:var(--muted)}

.empty-state{min-height:58dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}
.empty-state svg{font-size:48px;color:var(--gold-soft)}
.empty-state h2{font-size:34px;font-weight:500;letter-spacing:-.03em;margin:22px 0 8px}
.empty-state p{font-size:14px;color:var(--muted);max-width:360px}
.cart-page{max-width:1080px;margin-inline:auto}
.cart-list{display:flex;flex-direction:column;gap:10px;margin-top:26px}
.cart-item{display:grid;grid-template-columns:124px 1fr auto 44px;gap:18px;align-items:center;border:1px solid var(--line);border-radius:14px;background:#07150f;padding:10px 12px}
.cart-item img{width:118px;height:118px;object-fit:contain}
.cart-meta small,.cart-meta b,.cart-meta span,.cart-meta strong{display:block}
.cart-meta small{font-size:11px;color:var(--gold-soft);margin-bottom:4px}
.cart-meta b{font-size:18px;font-weight:500}
.cart-meta span{font-size:12px;color:var(--muted);margin-top:5px}
.cart-meta strong{font-size:14px;margin-top:12px}
.qty{display:flex;align-items:center;border:1px solid var(--line);border-radius:10px;overflow:hidden}
.qty button{width:38px;height:38px;border:0;background:transparent;color:var(--text);font-size:18px}
.qty span{width:34px;text-align:center;font-size:13px}
.trash{width:40px;height:40px;border:0;background:transparent;color:#a98383;display:grid;place-items:center}
.trash svg{font-size:18px}
.cart-summary{margin-top:28px;padding-top:22px;border-top:1px solid var(--line)}
.cart-summary>div{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}
.cart-summary>div span{font-size:14px;color:var(--muted)}
.cart-summary>div strong{font-size:30px;font-weight:500}
.cart-summary small{display:block;text-align:center;color:var(--muted-2);font-size:11px;margin-top:10px}

@media(max-width:1100px){
  .desktop-nav{display:none}
  .brand-grid{grid-template-columns:repeat(4,1fr)}
  .product-grid,.panel-grid{grid-template-columns:repeat(3,1fr)}
  .all-brands{grid-template-columns:repeat(4,1fr)}
  .product-view{grid-template-columns:52% 48%}
  .footer-row{grid-template-columns:1fr auto}
  .footer-copy{grid-column:1/-1;justify-content:space-between}
}

@media(max-width:700px){
  body{padding-bottom:84px}
  .shell{width:calc(100% - 24px)}
  .header{height:62px;background:linear-gradient(180deg,rgba(4,16,11,.94),rgba(4,16,11,.55),transparent)}
  .header-inner{display:flex;justify-content:center;width:100%;padding:0 12px;position:relative}
  .desktop-menu,.desktop-nav,.desktop-action{display:none!important}
  .brand-lockup{gap:0}
  .brand-lockup img{width:36px;height:36px}
  .brand-lockup span{display:none}
  .head-actions{position:absolute;right:9px;top:10px}
  .cart-icon{width:40px;height:40px}

  .hero{height:100svh;min-height:660px}
  .hero-bg{background-position:60% center}
  .hero-shade{background:linear-gradient(180deg,rgba(3,11,7,.2) 0%,rgba(3,11,7,.2) 38%,rgba(3,11,7,.86) 74%,rgba(3,11,7,.98) 100%)}
  .hero-inner{align-items:flex-end;padding-bottom:108px}
  .hero-copy{padding:0;max-width:100%}
  .eyebrow{font-size:10px;letter-spacing:.19em}
  .hero h1{font-size:54px;line-height:.94;max-width:330px;margin:14px 0 16px}
  .hero-copy p{font-size:15px;line-height:1.55;max-width:330px;margin-bottom:24px}
  .primary-btn{min-height:50px;padding:0 20px;font-size:13px}
  .hero-dots{bottom:72px}
  .hero-dots button{width:44px}

  .brands-section,.collection-section{padding-top:72px}
  .section-head{align-items:flex-end;margin-bottom:20px}
  .section-head h2{font-size:34px;margin-top:7px}
  .text-link{font-size:11px}
  .brand-grid{grid-template-columns:repeat(3,1fr);gap:8px}
  .brand-tile{height:96px;padding:15px;border-radius:12px}
  .brand-tile img{max-width:84%;max-height:46px}

  .product-grid,.panel-grid{grid-template-columns:repeat(2,1fr);gap:8px}
  .product-card{border-radius:12px}
  .fav{width:34px;height:34px;right:8px;top:8px}
  .product-image{height:220px;padding:28px 12px 10px}
  .product-info{padding:3px 11px 14px}
  .product-info small{font-size:10px}
  .product-info strong{font-size:16px;min-height:40px}
  .product-info .product-meta{margin-top:13px;display:block}
  .product-info b{font-size:13px}
  .product-info span{display:block;margin-top:5px;font-size:10px}

  .editorial{margin-top:76px;min-height:72svh;border-radius:14px;padding:26px;background-position:68% center}
  .editorial h2{font-size:49px;margin:14px 0 18px}
  .editorial p{font-size:15px;line-height:1.6}
  .secondary-btn{font-size:13px}

  .locations{padding-top:76px}
  .locations-grid{grid-template-columns:1fr;gap:10px}
  .location-card{border-radius:14px}
  .location-media{height:340px}
  .location-city{left:17px;bottom:16px;font-size:10px}
  .location-body{display:block;padding:20px 17px 22px}
  .location-body h3{font-size:24px}
  .location-body p{font-size:13px}
  .location-meta{align-items:flex-start;text-align:left;margin-top:18px;white-space:normal}
  .store-pager{right:15px;bottom:15px}
  .delivery-note{min-height:0;margin-top:10px;border-radius:14px;padding:27px 18px 29px;display:block}
  .delivery-copy h3{font-size:36px;margin:10px 0 14px}
  .delivery-copy p{font-size:13px;line-height:1.65}
  .delivery-note .secondary-btn{margin-top:22px;width:100%}

  footer{margin-top:76px;padding:28px 0 30px}
  .footer-row{grid-template-columns:1fr;gap:24px}
  .footer-contact{display:grid;grid-template-columns:1fr 1fr;gap:8px 16px}
  .footer-copy{grid-column:auto;display:flex;justify-content:space-between;gap:12px}

  .dock{position:fixed;left:10px;right:10px;bottom:8px;z-index:70;height:70px;display:grid;grid-template-columns:repeat(4,1fr);align-items:stretch;padding:5px 6px;background:rgba(5,17,12,.97);border:1px solid var(--line-strong);border-radius:23px;box-shadow:0 18px 52px rgba(0,0,0,.48)}
  .dock:before{content:"";position:absolute;left:22px;right:22px;top:0;height:1px;background:linear-gradient(90deg,transparent,var(--gold),transparent);opacity:.65}
  .dock button{position:relative;border:0;background:transparent;color:#89958d;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;border-radius:16px}
  .dock button.active{color:var(--gold-soft)}
  .dock button.active:after{content:"";position:absolute;top:1px;width:18px;height:2px;border-radius:9px;background:var(--gold-soft)}
  .dock svg{font-size:21px}
  .dock small{font-size:9px;font-weight:600}
  .dock-icon{position:relative;display:grid;place-items:center}
  .dock i{right:-9px;top:-7px}

  .overlay-close{right:11px;top:10px;width:40px;height:40px}
  .product-view{display:block}
  .product-gallery{position:relative;height:54svh;min-height:390px;padding:60px 18px 36px}
  .product-gallery>img{width:90%;height:86%}
  .gallery-nav{inset:50% 10px auto}
  .gallery-nav button{width:40px;height:40px}
  .gallery-dots{bottom:15px}
  .product-buy{min-height:auto;padding:28px 15px 105px}
  .product-topline{padding-right:48px}
  .product-buy h1{font-size:46px}
  .product-desc{font-size:14px}
  .buy-row strong{font-size:30px}

  .panel-page{padding:82px 12px 104px}
  .panel-title h1{font-size:48px}
  .panel-title p{font-size:13px}
  .all-brands{grid-template-columns:repeat(2,1fr);gap:8px;margin-top:24px}
  .all-brands .brand-tile{height:92px}
  .menu-page{display:block}
  .menu-links button,.menu-links a{font-size:46px}
  .menu-aside{display:none}
  .searchbox{height:56px}
  .searchbox input{font-size:17px}
  .search-results{grid-template-columns:1fr}
  .search-results button{grid-template-columns:78px 1fr 20px}
  .search-results img{width:76px;height:76px}
  .cart-item{grid-template-columns:82px 1fr auto;gap:10px;position:relative}
  .cart-item img{width:78px;height:78px}
  .cart-meta b{font-size:16px}
  .qty{grid-column:2/3;width:max-content;margin-top:5px}
  .trash{position:absolute;right:8px;bottom:8px}
}

/* V4 — полноценные страницы вместо навигационных модалок */
.route-page{min-height:100svh;background:var(--bg)}
.route-page[hidden],#homePage[hidden]{display:none!important}
.page-screen{min-height:100svh;padding:138px 0 96px;background:
  radial-gradient(circle at 50% -15%,rgba(27,70,50,.18),transparent 38%),var(--bg)}
.page-screen-inner{min-height:calc(100svh - 234px)}
.page-heading{max-width:820px;margin-bottom:54px}
.page-heading h1{font-size:clamp(58px,7vw,106px);line-height:.92;letter-spacing:-.06em;font-weight:500;margin:16px 0 18px}
.page-heading p{max-width:650px;font-size:17px;line-height:1.7;color:var(--muted);margin:0}
.route-brands{margin-top:0;grid-template-columns:repeat(6,1fr)}
.route-brands .brand-tile{height:148px}
.brand-page-top{margin:-12px 0 26px}
.back-link{display:inline-flex;align-items:center;gap:9px;border:0;background:none;color:var(--gold-soft);padding:0;font-size:13px}
.back-link svg{font-size:18px}
.selected-brand-logo{margin-bottom:42px}
.selected-brand-logo .brand-tile{width:230px;height:120px;pointer-events:none}
.page-product-grid{margin-top:10px}
.catalog-tools{display:flex;gap:10px;margin:-12px 0 34px}
.catalog-tools button{height:44px;padding:0 18px;border:1px solid var(--line);border-radius:999px;background:transparent;color:var(--text);font-size:13px}
.catalog-tools button:hover{border-color:var(--line-strong);color:var(--gold-soft)}
.page-searchbox{max-width:960px;margin-top:6px}
.search-page-full .search-results{max-width:1120px}
.empty-state.compact{min-height:34svh;align-items:flex-start;text-align:left}
.empty-state .secondary-btn{margin-top:22px}
.cart-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:34px;align-items:start}
.page-cart-summary{position:sticky;top:112px;margin:0;padding:26px;border:1px solid var(--line);border-radius:16px;background:var(--panel)}
.route-locations-grid{margin-top:8px}
.route-delivery{margin-top:14px}
.about-editorial{display:grid;grid-template-columns:1fr 1fr;min-height:62svh;border:1px solid var(--line);border-radius:18px;overflow:hidden;background:var(--panel)}
.about-editorial>div{padding:54px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}
.about-editorial h2{font-size:clamp(40px,4.5vw,68px);line-height:1;letter-spacing:-.05em;font-weight:500;margin:0 0 24px}
.about-editorial p{font-size:16px;line-height:1.75;color:var(--muted);max-width:580px;margin:0 0 28px}
.about-editorial img{width:100%;height:100%;min-height:62svh;object-fit:cover}

/* Локальные векторные логотипы брендов — единая кремово-золотая система без внешних favicon. */
.brand-grid .brand-tile img{max-height:72px}
.route-brands .brand-tile img{max-height:76px}

@media(max-width:1100px){
  .route-brands{grid-template-columns:repeat(4,1fr)}
  .cart-layout{grid-template-columns:1fr}
  .page-cart-summary{position:static}
}

@media(max-width:700px){
  .page-screen{padding:92px 0 106px}
  .page-screen-inner{min-height:calc(100svh - 198px)}
  .page-heading{margin-bottom:32px}
  .page-heading h1{font-size:52px;margin:11px 0 13px}
  .page-heading p{font-size:14px;line-height:1.6;max-width:340px}
  .route-brands{grid-template-columns:repeat(2,1fr);gap:8px}
  .route-brands .brand-tile{height:104px}
  .route-brands .brand-tile img{max-width:84%;max-height:52px}
  .selected-brand-logo{margin-bottom:26px}
  .selected-brand-logo .brand-tile{width:170px;height:92px}
  .catalog-tools{margin:0 0 22px}
  .catalog-tools button{height:40px;padding:0 15px;font-size:12px}
  .page-searchbox{margin-top:0}
  .cart-layout{display:block}
  .page-cart-summary{margin-top:20px}
  .about-editorial{grid-template-columns:1fr;min-height:auto;border-radius:14px}
  .about-editorial>div{padding:30px 20px}
  .about-editorial h2{font-size:42px}
  .about-editorial p{font-size:14px}
  .about-editorial img{min-height:380px;order:-1}
}

/* V6 — точечная доработка без редизайна: крупнее бренды, меньше брендов на главной,
   настоящий горизонтальный hero-slider и без корзины в мобильной шапке. */
.hero-slider{position:absolute;inset:0;overflow:hidden}
.hero-slide{position:absolute;inset:0;background-size:cover;background-position:center;will-change:transform;transition:transform 1.05s cubic-bezier(.22,1,.36,1)}
.hero-copy{transition:opacity .24s ease,transform .38s cubic-bezier(.22,1,.36,1)}
.hero-copy.hero-copy-changing{opacity:.18;transform:translateY(8px)}

/* Главная: только три ключевых бренда и крупная подача. */
#brandPreview{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
#brandPreview .brand-tile{height:210px;padding:34px 42px;border-radius:16px}
#brandPreview .brand-tile img{max-width:74%;max-height:104px}

/* Полная страница брендов: меньше колонок, больше знак. */
.route-brands{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.route-brands .brand-tile{height:172px;padding:28px}
.route-brands .brand-tile img{max-width:84%;max-height:88px}

@media(max-width:1100px){
  #brandPreview{grid-template-columns:repeat(3,minmax(0,1fr))}
  #brandPreview .brand-tile{height:180px}
  .route-brands{grid-template-columns:repeat(3,minmax(0,1fr))}
}

@media(max-width:700px){
  .head-actions{display:none!important}
  .hero-slide{background-position:60% center}

  #brandPreview{grid-template-columns:1fr;gap:10px}
  #brandPreview .brand-tile{height:132px;padding:22px 28px;border-radius:14px}
  #brandPreview .brand-tile img{max-width:76%;max-height:72px}

  .route-brands{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .route-brands .brand-tile{height:128px;padding:18px}
  .route-brands .brand-tile img{max-width:88%;max-height:66px}
}

/* V8 — gender catalog + management. Existing storefront design is intentionally unchanged. */
.catalog-filterbar{display:flex;gap:8px;flex-wrap:wrap;margin:0 0 12px}
.catalog-filterbar button{height:46px;padding:0 20px;border:1px solid var(--line);border-radius:999px;background:transparent;color:rgba(242,238,231,.7);font-size:16px;transition:.25s}
.catalog-filterbar button:hover,.catalog-filterbar button.active{border-color:var(--gold);background:rgba(214,174,107,.08);color:var(--gold-soft)}
.catalog-empty{grid-column:1/-1;margin-top:12px}
.admin-page{background:#04100b}
.admin-page .page-screen-inner{max-width:1120px}
.admin-login{max-width:460px;display:grid;gap:12px;padding:28px;border:1px solid var(--line);background:var(--panel);border-radius:22px}
.admin-login input,.admin-form-grid input,.admin-form-grid select,.admin-form-grid textarea{width:100%;border:1px solid var(--line);background:#05130d;color:var(--text);outline:0;border-radius:12px;padding:13px 14px;font-size:17px;font-family:inherit}
.admin-login input:focus,.admin-form-grid input:focus,.admin-form-grid select:focus,.admin-form-grid textarea:focus{border-color:var(--gold)}
.admin-login p{min-height:20px;margin:0;color:#d99}
.admin-top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px}
.admin-logout{border:0;background:transparent;color:var(--muted);font-size:15px}
.admin-status{padding:0 2px 14px;color:var(--muted);font-size:15px}
.admin-products{display:grid;border-top:1px solid var(--line)}
.admin-product-row{width:100%;min-height:92px;display:grid;grid-template-columns:70px 1fr auto 28px;align-items:center;gap:16px;border:0;border-bottom:1px solid var(--line);background:transparent;color:var(--text);text-align:left;padding:10px 4px}
.admin-product-row:hover{background:rgba(255,255,255,.015)}
.admin-product-row img{width:64px;height:70px;object-fit:contain}
.admin-product-row span{display:grid;gap:2px}.admin-product-row small{color:var(--muted);font-size:14px}.admin-product-row b{font-size:21px;font-weight:600}.admin-product-row strong{font-size:18px;color:var(--gold-soft);font-weight:500}.admin-product-row svg{font-size:20px;color:var(--muted)}
.admin-editor{position:fixed;z-index:200;inset:0;background:rgba(2,8,5,.78);backdrop-filter:blur(10px);display:flex;justify-content:flex-end}
.admin-editor-card{width:min(680px,100%);height:100%;overflow:auto;background:#06140e;border-left:1px solid var(--line);padding:34px}
.admin-editor-head{display:flex;justify-content:space-between;gap:24px;align-items:flex-start;margin-bottom:26px}.admin-editor-head small{color:var(--gold);font-size:14px}.admin-editor-head h2{font-size:38px;line-height:1;margin:6px 0}.admin-editor-head button{width:44px;height:44px;border:1px solid var(--line);border-radius:50%;background:transparent;color:var(--text);font-size:28px}
.admin-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.admin-form-grid label{display:grid;gap:7px;color:var(--muted);font-size:14px}.admin-form-grid label small{opacity:.7}.admin-form-grid textarea{min-height:120px;resize:vertical}.admin-span{grid-column:1/-1}
.admin-editor-actions{display:flex;justify-content:space-between;gap:12px;margin-top:28px}.admin-editor-actions .add-btn,.admin-editor-actions .secondary-btn{min-width:160px}
@media(max-width:700px){.catalog-filterbar{flex-wrap:nowrap;overflow-x:auto;margin-right:-18px;padding-right:18px;scrollbar-width:none}.catalog-filterbar::-webkit-scrollbar{display:none}.catalog-filterbar button{height:42px;padding:0 17px;font-size:14px;white-space:nowrap}.admin-product-row{grid-template-columns:54px 1fr 22px;gap:11px}.admin-product-row img{width:50px;height:58px}.admin-product-row strong{display:none}.admin-product-row b{font-size:18px}.admin-editor-card{padding:22px 18px}.admin-form-grid{grid-template-columns:1fr}.admin-span{grid-column:auto}.admin-editor-head h2{font-size:32px}.admin-editor-actions{position:sticky;bottom:0;background:#06140e;padding:14px 0}.admin-editor-actions .add-btn,.admin-editor-actions .secondary-btn{min-width:0;flex:1}}
.admin-section-title{font-size:30px;font-weight:500;margin:26px 0 14px}.admin-brand-head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:48px}.admin-brand-head .admin-section-title{margin:0}.admin-brands{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.admin-brand-row{min-height:112px;border:1px solid var(--line);border-radius:16px;padding:14px;display:grid;grid-template-columns:1fr auto;grid-template-rows:1fr auto;align-items:center;gap:8px;background:var(--panel)}.admin-brand-row img{grid-column:1/-1;max-width:70%;max-height:46px;object-fit:contain;margin:auto}.admin-brand-row b{font-size:16px;font-weight:500}.admin-brand-row button{border:0;background:transparent;color:var(--muted);font-size:13px}.admin-form-grid input[type=file]{padding:10px;margin-top:8px;color:var(--muted)}
@media(max-width:700px){.admin-brands{grid-template-columns:1fr 1fr}.admin-brand-head{margin-top:36px}.admin-brand-head .secondary-btn{height:42px;padding:0 14px}.admin-brand-row{min-height:100px}}

/* V9 — отдельная функциональная админ-панель */
body.admin-mode{background:#07120d;overflow-x:hidden}
body.admin-mode .header,body.admin-mode footer,body.admin-mode>.dock{display:none!important}
body.admin-mode #homePage{display:none!important}
body.admin-mode #routePage{display:block!important;min-height:100svh;padding:0!important}
.admin-login-screen{min-height:100svh;display:grid;place-items:center;padding:28px 18px;background:radial-gradient(circle at 50% 10%,rgba(177,137,74,.09),transparent 34%),#07120d}
.admin-login-screen .admin-login{width:min(440px,100%);padding:34px;background:#0a1811;border:1px solid rgba(204,170,105,.17);border-radius:24px}
.admin-login-brand{position:absolute;top:24px;left:28px;display:flex;align-items:center;gap:10px;color:var(--gold-soft);letter-spacing:.12em;font-size:12px}.admin-login-brand img{width:38px;height:38px;border-radius:50%}
.admin-login small,.admin-kicker{color:var(--gold);font-size:11px;letter-spacing:.16em}.admin-login h1{font-size:34px;margin:8px 0 8px}.admin-login>div>p{color:var(--muted);margin:0 0 24px;line-height:1.5}
.admin-app{min-height:100svh;padding-bottom:104px;background:#07120d;color:var(--text)}
.admin-header{height:76px;position:sticky;top:0;z-index:60;display:flex;align-items:center;justify-content:space-between;padding:0 max(22px,calc((100vw - 1180px)/2));background:rgba(7,18,13,.96);backdrop-filter:blur(16px);border-bottom:1px solid rgba(204,170,105,.12)}
.admin-header-brand{display:flex;align-items:center;gap:11px}.admin-header-brand img{width:40px;height:40px;border-radius:50%;object-fit:cover}.admin-header-brand div{display:grid;gap:1px}.admin-header-brand small{font-size:9px;letter-spacing:.16em;color:var(--gold)}.admin-header-brand b{font-size:16px;font-weight:500}
.admin-header .admin-status{padding:0;color:var(--muted);font-size:13px}
.admin-main{width:min(1180px,calc(100% - 36px));margin:0 auto;padding:42px 0 34px}.admin-title-row{display:flex;align-items:end;justify-content:space-between;margin-bottom:20px}.admin-title-row h1{font-size:44px;line-height:1;margin:5px 0 7px;font-weight:500}.admin-title-row p{margin:0;color:var(--muted);font-size:14px}
.admin-searchbar{height:58px;position:sticky;top:88px;z-index:45;display:grid;grid-template-columns:28px 1fr 34px;align-items:center;gap:8px;padding:0 15px;margin-bottom:22px;background:#0b1a12;border:1px solid rgba(204,170,105,.15);border-radius:17px;box-shadow:0 14px 34px rgba(0,0,0,.18)}.admin-searchbar svg{width:22px;height:22px;fill:none;stroke:var(--gold-soft);stroke-width:1.5}.admin-searchbar input{width:100%;height:100%;border:0;outline:0;background:transparent;color:var(--text);font-family:inherit;font-size:17px}.admin-searchbar input::placeholder{color:#758078}.admin-searchbar button{border:0;background:transparent;color:var(--muted);font-size:28px;opacity:0;transition:.2s}
.admin-products{display:grid;border-top:1px solid rgba(204,170,105,.1)}.admin-product-row{min-height:94px;width:100%;display:grid;grid-template-columns:1fr auto;align-items:center;border-bottom:1px solid rgba(204,170,105,.1);background:transparent;padding:7px 0}.admin-product-main{min-width:0;display:grid;grid-template-columns:66px 1fr 24px;align-items:center;gap:15px;text-align:left;border:0;background:transparent;color:inherit;padding:4px 8px 4px 0}.admin-product-main>img{width:60px;height:72px;object-fit:contain}.admin-product-main>span{min-width:0;display:grid;gap:2px}.admin-product-main small{color:var(--muted);font-size:12px}.admin-product-main b{font-size:20px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-product-main em{font-style:normal;color:var(--gold-soft);font-size:13px}.admin-product-main>svg{width:18px;height:18px;fill:none;stroke:var(--muted);stroke-width:1.5}
.admin-row-actions{display:flex;gap:6px;padding-left:12px}.admin-row-actions button{width:42px;height:42px;display:grid;place-items:center;border:1px solid rgba(204,170,105,.12);border-radius:12px;background:#0b1912;color:var(--muted)}.admin-row-actions button:hover{color:var(--gold-soft);border-color:rgba(204,170,105,.32)}.admin-row-actions svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.5}
.admin-brands-list{display:grid!important;grid-template-columns:repeat(3,1fr);gap:10px}.admin-brands-list[hidden]{display:none!important}.admin-brand-row{min-height:130px;display:grid;grid-template-columns:1fr auto;align-items:center;padding:10px 12px;border:1px solid rgba(204,170,105,.12);border-radius:17px;background:#0a1811}.admin-brand-main{min-width:0;min-height:105px;display:grid;place-items:center;gap:12px;border:0;background:transparent;color:var(--text);padding:10px}.admin-brand-main img{max-width:74%;max-height:52px;object-fit:contain}.admin-brand-main b{font-size:14px;font-weight:500;color:var(--muted)}
.admin-empty{text-align:center;padding:70px 20px;color:var(--muted)}.admin-empty h2{color:var(--text);font-size:26px;margin:0 0 6px}
.admin-dock{position:fixed;z-index:150;left:50%;bottom:16px;transform:translateX(-50%);width:min(620px,calc(100% - 22px));height:76px;display:grid;grid-template-columns:repeat(4,1fr);align-items:center;padding:6px;background:rgba(8,20,14,.98);border:1px solid rgba(204,170,105,.22);border-radius:24px;box-shadow:0 22px 60px rgba(0,0,0,.52);backdrop-filter:blur(18px)}.admin-dock button{height:64px;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;border:0;border-radius:17px;background:transparent;color:#849088;font-family:inherit}.admin-dock button.active{color:var(--gold-soft)}.admin-dock button>span{display:grid;place-items:center}.admin-dock svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.55}.admin-dock small{font-size:10px;font-weight:500}.admin-dock .admin-dock-add{transform:none;height:64px;border:0;background:transparent;color:#849088;box-shadow:none}.admin-dock .admin-dock-add svg{width:22px;height:22px;stroke-width:1.55}.admin-dock .admin-dock-add small{font-weight:500}.admin-dock .admin-dock-add:active,.admin-dock .admin-dock-add:focus-visible{color:var(--gold-soft)}
.admin-editor{z-index:300}.admin-editor-card{background:#091811;padding-bottom:34px}.admin-editor-head{position:sticky;top:-34px;z-index:4;padding-top:34px;background:#091811}.admin-editor-head h2{font-weight:500}.admin-form-grid label{font-size:13px}.admin-form-grid input,.admin-form-grid select,.admin-form-grid textarea{background:#07130d;border-radius:13px}.admin-field-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px;color:var(--muted);font-size:13px}.admin-inline-add{height:36px;display:flex;align-items:center;gap:6px;border:1px solid rgba(204,170,105,.18);border-radius:10px;background:#0b1a12;color:var(--gold-soft);padding:0 11px;font-family:inherit}.admin-inline-add svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.6}.admin-decants{display:grid;gap:8px}.admin-decant-row{display:grid;grid-template-columns:90px 1fr 44px;gap:8px;align-items:end}.admin-decant-row label{gap:4px}.admin-decant-row button{height:46px;border:1px solid rgba(210,110,105,.2);border-radius:12px;background:rgba(110,25,22,.13);color:#d98882}.admin-decant-row button svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.6}.admin-muted{margin:0;padding:12px 0;color:var(--muted);font-size:13px}.admin-url-field{opacity:.7}.admin-brand-preview{min-height:100px;display:grid;place-items:center;border:1px solid rgba(204,170,105,.1);border-radius:15px;background:#07130d}.admin-brand-preview img{max-width:65%;max-height:58px}.admin-danger-btn{height:52px;display:flex;align-items:center;justify-content:center;gap:8px;border:1px solid rgba(210,110,105,.25);border-radius:14px;background:rgba(110,25,22,.14);color:#e2948e;padding:0 18px;font-family:inherit}.admin-danger-btn svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.6}
@media(max-width:700px){.admin-login-brand{top:18px;left:18px}.admin-login-screen .admin-login{padding:28px 20px}.admin-header{height:66px;padding:0 16px}.admin-header-brand img{width:35px;height:35px}.admin-header .admin-status{font-size:11px;max-width:130px;text-align:right}.admin-main{width:calc(100% - 28px);padding:28px 0 30px}.admin-title-row h1{font-size:36px}.admin-searchbar{top:76px;height:54px;border-radius:15px;margin-bottom:14px}.admin-product-row{min-height:86px}.admin-product-main{grid-template-columns:50px 1fr;gap:10px}.admin-product-main>img{width:46px;height:60px}.admin-product-main>svg{display:none}.admin-product-main b{font-size:18px}.admin-product-main em{font-size:11px}.admin-row-actions{gap:4px;padding-left:5px}.admin-row-actions button{width:36px;height:36px;border-radius:10px}.admin-brands-list{grid-template-columns:1fr 1fr;gap:8px}.admin-brand-row{min-height:112px;padding:6px;grid-template-columns:1fr}.admin-brand-main{min-height:82px}.admin-brand-main img{max-height:42px}.admin-brand-row .admin-row-actions{justify-content:center;padding:0 0 4px}.admin-dock{height:70px;bottom:8px;border-radius:22px;padding:5px}.admin-dock button{height:58px}.admin-dock .admin-dock-add{height:58px;transform:none}.admin-dock small{font-size:9px}.admin-editor-card{padding:22px 18px 28px}.admin-editor-head{top:-22px;padding-top:22px}.admin-editor-actions{padding-bottom:76px}.admin-decant-row{grid-template-columns:72px 1fr 42px}}
.admin-brands-list .admin-brand-row{grid-template-rows:auto}


/* V10 — admin usability only. Client storefront styles are unchanged. */
body.admin-mode,
body.admin-mode button,
body.admin-mode input,
body.admin-mode select,
body.admin-mode textarea{
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif!important;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
body.admin-mode{font-size:16px;line-height:1.45}
.admin-header-brand small,.admin-login small,.admin-kicker{font-size:12px;letter-spacing:.08em}
.admin-header-brand b{font-size:17px;font-weight:600}
.admin-header .admin-status{font-size:14px;line-height:1.3}
.admin-title-row h1{font-size:40px;font-weight:650;letter-spacing:-.025em}
.admin-title-row p{font-size:15px;line-height:1.5}
.admin-searchbar{height:60px;border-radius:16px}
.admin-searchbar input{font-size:17px;font-weight:450;letter-spacing:0}
.admin-searchbar input::placeholder{font-size:16px}
.admin-product-main small{font-size:13px;line-height:1.3}
.admin-product-main b{font-size:19px;font-weight:650;line-height:1.25}
.admin-product-main em{font-size:14px;line-height:1.35}
.admin-row-actions button{width:46px;height:46px;border-radius:13px}
.admin-brand-main b{font-size:15px;font-weight:600}
.admin-empty,.admin-muted{font-size:14px;line-height:1.5}
.admin-form-grid label,.admin-field-title{font-size:14px;line-height:1.4}
.admin-form-grid label small{font-size:13px;line-height:1.45}
.admin-form-grid input,.admin-form-grid select,.admin-form-grid textarea,.admin-login input{font-size:16px;line-height:1.4;padding:14px 15px}
.admin-inline-add{height:40px;font-size:14px}
.admin-editor-head small{font-size:12px;letter-spacing:.06em}
.admin-editor-head h2{font-size:30px;font-weight:650;letter-spacing:-.02em}
.admin-url-field{display:none!important}
.admin-dock{width:min(560px,calc(100% - 22px));grid-template-columns:repeat(4,1fr);height:78px;padding:6px 8px}
.admin-dock button{height:64px;gap:5px;font-weight:600}
.admin-dock button.active{background:rgba(204,170,105,.08);color:var(--gold-soft)}
.admin-dock small{font-size:12px;font-weight:600;letter-spacing:0}
.admin-dock .admin-dock-add{height:66px;transform:translateY(-10px)}
.admin-dock .admin-dock-add small{font-size:12px;font-weight:700}
.admin-editor-actions{position:sticky;bottom:-34px;z-index:5;margin:28px -34px -34px;padding:14px 34px calc(14px + env(safe-area-inset-bottom));background:rgba(9,24,17,.98);border-top:1px solid rgba(204,170,105,.12);backdrop-filter:blur(14px)}
.admin-editor-actions .add-btn,.admin-danger-btn{min-height:54px;font-size:16px;font-weight:650}

@media(max-width:700px){
  .admin-header .admin-status{font-size:12px;max-width:150px}
  .admin-main{width:calc(100% - 24px);padding-top:24px}
  .admin-title-row{margin-bottom:16px}
  .admin-title-row h1{font-size:31px}
  .admin-title-row p{font-size:14px}
  .admin-searchbar{top:74px;height:56px;margin-bottom:12px;padding:0 13px}
  .admin-searchbar input{font-size:16px}
  .admin-product-row{min-height:92px}
  .admin-product-main{grid-template-columns:54px 1fr;gap:12px;padding-right:5px}
  .admin-product-main>img{width:50px;height:64px}
  .admin-product-main small{font-size:12px}
  .admin-product-main b{font-size:17px}
  .admin-product-main em{font-size:12px}
  .admin-row-actions button{width:40px;height:40px}
  .admin-dock{height:72px;bottom:max(8px,env(safe-area-inset-bottom));border-radius:22px;padding:5px 7px}
  .admin-dock button{height:60px}
  .admin-dock small{font-size:11px}
  .admin-dock .admin-dock-add{height:62px;transform:translateY(-8px)}
  .admin-form-grid label,.admin-field-title{font-size:14px}
  .admin-form-grid input,.admin-form-grid select,.admin-form-grid textarea{font-size:16px}
  .admin-editor-card{padding:20px 16px 0}
  .admin-editor-head{top:-20px;padding-top:20px}
  .admin-editor-actions{bottom:0;margin:24px -16px 0;padding:12px 16px calc(12px + env(safe-area-inset-bottom))}
  .admin-danger-btn,.admin-editor-actions .add-btn{min-height:52px;font-size:15px}
}

/* V12 — fast catalog admin. Client storefront is unchanged. */
body.admin-mode{--admin-gap:16px;--admin-card:#0a1710;--admin-field:#07130d;--admin-line:rgba(204,170,105,.14);--admin-line-strong:rgba(204,170,105,.24)}
.admin-main{width:min(1120px,calc(100% - 40px));padding:34px 0 118px}
.admin-title-row{margin-bottom:18px}
.admin-title-row h1{margin:4px 0 2px;font-size:38px;line-height:1.05}
.admin-title-row p{margin:0;color:var(--muted)}
.admin-searchbar{top:86px;margin:0 0 14px}
.admin-tools{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 0 16px;min-height:58px}
.admin-tools[hidden]{display:none!important}
.admin-tool-btn{display:flex;align-items:center;gap:11px;min-height:54px;padding:8px 14px;border:1px solid var(--admin-line);border-radius:14px;background:var(--admin-card);color:var(--text);text-align:left;font-family:inherit}
.admin-tool-btn:hover{border-color:var(--admin-line-strong)}
.admin-tool-btn>svg{width:22px;height:22px;fill:none;stroke:var(--gold-soft);stroke-width:1.45;flex:0 0 auto}
.admin-tool-btn span{display:grid;gap:1px}.admin-tool-btn b{font-size:14px;font-weight:650}.admin-tool-btn small{font-size:12px;color:var(--muted)}
.admin-shortcut{font-size:13px;color:var(--muted);padding-right:2px}
.admin-products{display:grid;gap:10px}
.admin-product-row{display:grid;grid-template-columns:minmax(260px,1fr) minmax(350px,520px) auto;grid-template-areas:"main prices actions";gap:14px;align-items:center;min-height:104px;padding:10px 12px;border:1px solid var(--admin-line);border-radius:17px;background:var(--admin-card)}
.admin-product-main{grid-area:main;display:grid;grid-template-columns:58px minmax(0,1fr) 20px;align-items:center;gap:13px;min-width:0;padding:0;border:0;background:transparent;color:var(--text);text-align:left}
.admin-product-main>img{width:56px;height:74px;border-radius:12px;object-fit:contain;background:#07130d}
.admin-product-main span{min-width:0;display:grid;gap:3px}.admin-product-main small{font-size:12px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-product-main b{font-size:18px;font-weight:650;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-product-main em{font-size:12px;font-style:normal;color:var(--gold-soft)}
.admin-product-main>svg{width:18px;height:18px;fill:none;stroke:var(--muted);stroke-width:1.5}
.admin-price-strip{grid-area:prices;display:grid;grid-template-columns:repeat(auto-fit,minmax(88px,1fr));gap:8px;min-width:0}
.admin-inline-price{display:grid;gap:4px;font-size:11px!important;color:var(--muted)}
.admin-inline-price input{width:100%;height:42px;padding:0 10px!important;border:1px solid var(--admin-line)!important;border-radius:11px!important;background:var(--admin-field)!important;color:var(--text);font-size:14px!important;font-variant-numeric:tabular-nums}
.admin-inline-price input:focus{border-color:rgba(204,170,105,.45)!important;outline:none}
.admin-row-actions{grid-area:actions;display:flex;gap:6px;padding:0}
.admin-row-actions button{width:42px;height:42px;border-radius:11px}
.admin-row-actions svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.5}
.admin-brands-list{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.admin-brands-list[hidden]{display:none!important}
.admin-brand-row{display:grid;grid-template-rows:minmax(118px,1fr) auto;grid-template-columns:1fr;min-height:172px;padding:10px;border:1px solid var(--admin-line);border-radius:17px;background:var(--admin-card)}
.admin-brand-main{min-height:116px;display:grid;grid-template-rows:1fr auto;place-items:center;gap:10px;padding:12px;border:0;background:transparent;color:var(--text);overflow:hidden}
.admin-brand-main img{width:138%;max-width:none;height:82px;max-height:none;object-fit:contain;display:block}.admin-brand-main b{font-size:14px;font-weight:650;color:var(--text);text-align:center;line-height:1.2}.admin-brand-placeholder{display:grid;place-items:center;width:70px;height:38px;border:1px dashed var(--admin-line);border-radius:10px;color:var(--muted);font-size:11px}
.admin-brand-row .admin-row-actions{justify-content:flex-end;padding-top:8px;border-top:1px solid rgba(204,170,105,.08)}
.admin-app[data-view="brands"] #adminProducts{display:none!important}
.admin-app[data-view="brands"] #adminBrands{display:grid!important}
.admin-app[data-view="brands"] #adminProductTools{display:none!important}
.admin-app[data-view="products"] #adminBrands{display:none!important}
.admin-dock .admin-dock-add{height:64px!important;transform:none!important;background:transparent!important;box-shadow:none!important;color:#849088!important}
.admin-dock .admin-dock-add.active{background:rgba(204,170,105,.08)!important;color:var(--gold-soft)!important}
.admin-editor-card{width:min(760px,100%);padding:28px 28px 0}
.admin-editor-head{top:-28px;padding-top:28px;margin-bottom:20px}
.admin-form-v12{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.admin-form-v12>label{gap:7px}
.admin-section-card{padding:16px;border:1px solid var(--admin-line);border-radius:16px;background:rgba(7,19,13,.52)}
.admin-section-title,.admin-field-title{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin:0 0 12px;color:var(--text)}
.admin-section-title>div,.admin-field-title>div{display:grid;gap:2px}.admin-section-title b,.admin-field-title b{font-size:14px;font-weight:650}.admin-section-title small,.admin-field-title small{font-size:12px;color:var(--muted)}
.admin-pair-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.admin-inline-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:7px}
.admin-inline-add{min-height:38px;height:auto;padding:8px 11px}
.admin-decants{display:grid;gap:9px}.admin-decant-row{grid-template-columns:100px 1fr 44px;gap:9px}.admin-decant-row input{height:44px!important;padding:10px 11px!important}.admin-decant-row button{height:44px}
.admin-more{border:1px solid var(--admin-line);border-radius:15px;background:rgba(7,19,13,.45);overflow:hidden}
.admin-more summary{display:flex;justify-content:space-between;align-items:center;padding:14px 15px;cursor:pointer;font-size:14px;font-weight:650;list-style:none}.admin-more summary::-webkit-details-marker{display:none}.admin-more summary span{font-size:12px;font-weight:500;color:var(--muted)}
.admin-more-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:0 15px 15px}.admin-more-grid textarea{min-height:110px}
.admin-editor-actions{display:grid;grid-template-columns:auto 1fr;gap:12px;align-items:center;margin:24px -28px 0;padding:13px 28px calc(13px + env(safe-area-inset-bottom));bottom:0}
.admin-save-group{display:flex;justify-content:flex-end;gap:9px}
.admin-secondary-save{min-height:52px;padding:0 17px;border:1px solid var(--admin-line-strong);border-radius:14px;background:#0b1912;color:var(--text);font-family:inherit;font-size:14px;font-weight:650}
.admin-editor-actions .add-btn{min-width:140px}
.admin-import-body{display:grid;gap:14px}.admin-import-note{padding:14px 15px;border:1px solid var(--admin-line);border-radius:14px;background:rgba(7,19,13,.6)}.admin-import-note b{font-size:15px}.admin-import-note p{margin:4px 0 0;color:var(--muted);font-size:13px;line-height:1.45}
.admin-import-body textarea{width:100%;min-height:240px;resize:vertical;border:1px solid var(--admin-line);border-radius:15px;background:var(--admin-field);color:var(--text);padding:14px;font:13px/1.55 ui-monospace,SFMono-Regular,Consolas,monospace;white-space:pre}
.admin-import-actions{display:flex;gap:9px;flex-wrap:wrap}.admin-file-btn{display:flex;align-items:center;justify-content:center;min-height:44px;padding:0 14px;border:1px solid var(--admin-line);border-radius:12px;background:#0b1912;color:var(--text);font-size:13px;font-weight:650;cursor:pointer}.admin-file-btn input{display:none}
.admin-import-columns{display:grid;gap:2px;font-size:13px}.admin-import-columns span{color:var(--muted)}.admin-import-result{min-height:20px;margin:0;color:var(--gold-soft);font-size:13px;line-height:1.45}

@media(max-width:980px){
  .admin-product-row{grid-template-columns:1fr auto;grid-template-areas:"main actions" "prices prices"}
  .admin-price-strip{padding-top:10px;border-top:1px solid rgba(204,170,105,.08)}
  .admin-brands-list{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:700px){
  .admin-main{width:calc(100% - 24px);padding:22px 0 100px}.admin-title-row h1{font-size:30px}.admin-searchbar{top:74px}
  .admin-tools{min-height:50px;margin-bottom:12px}.admin-tool-btn{width:100%;min-height:50px}.admin-shortcut{display:none}
  .admin-product-row{grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"main actions" "prices prices";gap:10px;padding:9px;min-height:0}
  .admin-product-main{grid-template-columns:48px minmax(0,1fr);gap:10px}.admin-product-main>img{width:46px;height:60px;border-radius:10px}.admin-product-main>svg{display:none}.admin-product-main b{font-size:16px}.admin-product-main small,.admin-product-main em{font-size:11px}
  .admin-row-actions{gap:4px}.admin-row-actions button{width:36px;height:36px;border-radius:10px}.admin-price-strip{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.admin-inline-price input{height:40px;font-size:14px!important}
  .admin-brands-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.admin-brand-row{min-height:164px;padding:8px}.admin-brand-main{min-height:108px;padding:8px;overflow:hidden}.admin-brand-main img{width:154%;max-width:none;height:74px;max-height:none;object-fit:contain}.admin-brand-main b{font-size:13px}
  .admin-editor-card{padding:20px 15px 0}.admin-editor-head{top:-20px;padding-top:20px;margin-bottom:16px}.admin-form-v12{grid-template-columns:1fr;gap:11px}.admin-pair-grid{grid-template-columns:1fr 1fr}.admin-section-card{padding:13px}.admin-field-title{align-items:flex-start;flex-direction:column}.admin-inline-actions{justify-content:flex-start}.admin-decant-row{grid-template-columns:70px 1fr 42px}.admin-more-grid{grid-template-columns:1fr}.admin-editor-actions{grid-template-columns:1fr;margin:20px -15px 0;padding:11px 15px calc(11px + env(safe-area-inset-bottom))}.admin-editor-actions>.admin-danger-btn{grid-row:2}.admin-save-group{display:grid;grid-template-columns:1fr 1fr;width:100%}.admin-save-group .add-btn,.admin-secondary-save{min-width:0;width:100%;padding:0 10px}.admin-import-body textarea{min-height:210px;font-size:12px}.admin-import-actions{display:grid;grid-template-columns:1fr 1fr}
}
@media(max-width:430px){.admin-brands-list{grid-template-columns:1fr 1fr}.admin-price-strip{grid-template-columns:repeat(2,1fr)}.admin-dock{width:calc(100% - 16px)}}


/* V14 — brand manager: logo-first cards */
.admin-brands-list{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:14px!important;
}
.admin-brand-row{
  min-height:188px!important;
  display:grid!important;
  grid-template-columns:1fr!important;
  grid-template-rows:minmax(132px,1fr) 52px!important;
  padding:0!important;
  overflow:hidden!important;
  border:1px solid var(--admin-line)!important;
  border-radius:18px!important;
  background:var(--admin-card)!important;
}
.admin-brand-logo{
  width:100%!important;
  min-width:0!important;
  height:100%!important;
  min-height:132px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:18px 22px!important;
  border:0!important;
  background:linear-gradient(180deg,rgba(255,255,255,.012),rgba(255,255,255,0))!important;
  cursor:pointer!important;
  overflow:hidden!important;
}
.admin-brand-logo img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:100%!important;
  max-height:102px!important;
  object-fit:contain!important;
  object-position:center!important;
}
.admin-brand-footer{
  min-width:0!important;
  height:52px!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:10px!important;
  padding:7px 8px 7px 14px!important;
  border-top:1px solid rgba(204,170,105,.09)!important;
  background:rgba(4,14,9,.42)!important;
}
.admin-brand-footer>b{
  min-width:0!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
  font-size:14px!important;
  font-weight:650!important;
  line-height:1.2!important;
  color:var(--text)!important;
  text-align:left!important;
}
.admin-brand-footer .admin-row-actions{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:6px!important;
  padding:0!important;
  border:0!important;
}
.admin-brand-footer .admin-row-actions button{
  width:38px!important;
  height:38px!important;
  border-radius:11px!important;
}
.admin-brand-placeholder{
  width:110px!important;
  height:56px!important;
  font-size:12px!important;
}
@media(max-width:1100px){
  .admin-brands-list{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:700px){
  .admin-brands-list{grid-template-columns:1fr!important;gap:10px!important}
  .admin-brand-row{min-height:178px!important;grid-template-rows:minmax(124px,1fr) 54px!important}
  .admin-brand-logo{min-height:124px!important;padding:16px 24px!important}
  .admin-brand-logo img{max-height:96px!important}
  .admin-brand-footer{height:54px!important;padding-left:15px!important}
  .admin-brand-footer>b{font-size:15px!important}
  .admin-brand-footer .admin-row-actions button{width:40px!important;height:40px!important}
}

/* V15 — calm, fast admin workflow */
.admin-quickbar{display:flex;align-items:center;gap:8px;margin:0 0 12px}
.admin-quickbar[hidden]{display:none!important}
.admin-quick-btn{height:42px;display:inline-flex;align-items:center;gap:7px;padding:0 12px;border:1px solid var(--admin-line);border-radius:12px;background:var(--admin-card);color:var(--muted);font-family:inherit;font-size:13px;cursor:pointer;transition:border-color .18s ease,color .18s ease,background .18s ease}
.admin-quick-btn:hover,.admin-quick-btn.active{color:var(--text);border-color:var(--admin-line-strong);background:#0b1912}
.admin-quick-btn>span{width:18px;height:18px;display:grid;place-items:center;color:var(--gold-soft)}
.admin-quick-btn svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.55}
.admin-quick-btn b{font-size:13px;font-weight:600}.admin-quick-btn i{min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:var(--gold-soft);color:#07120d;font-style:normal;font-size:11px;font-weight:750;line-height:18px;text-align:center}.admin-quick-btn i[hidden]{display:none}
.admin-filter-panel{display:grid;grid-template-columns:repeat(3,minmax(0,1fr)) auto;gap:9px;align-items:end;margin:-2px 0 14px;padding:12px;border:1px solid var(--admin-line);border-radius:14px;background:rgba(7,19,13,.72)}
.admin-filter-panel[hidden]{display:none!important}.admin-filter-panel label{display:grid;gap:6px;font-size:12px;color:var(--muted)}
.admin-filter-panel select{width:100%;height:43px;padding:0 11px;border:1px solid var(--admin-line);border-radius:11px;background:var(--admin-field);color:var(--text);font:14px/1.2 inherit;outline:none}
.admin-filter-panel select:focus{border-color:rgba(204,170,105,.42)}
.admin-filter-reset{height:43px;padding:0 13px;border:0;background:transparent;color:var(--muted);font:13px/1 inherit;cursor:pointer}.admin-filter-reset:hover{color:var(--text)}
.admin-photo-field{display:grid;grid-template-columns:72px minmax(0,1fr);gap:11px;align-items:center;min-height:84px;padding:8px;border:1px solid var(--admin-line);border-radius:14px;background:rgba(7,19,13,.45)}
.admin-photo-preview{width:72px;height:68px;border-radius:10px;overflow:hidden;background:#06110b;display:grid;place-items:center}.admin-photo-preview img{width:100%;height:100%;object-fit:contain}
.admin-photo-upload{min-width:0;display:grid!important;gap:2px!important;padding:8px 10px!important;border:1px dashed rgba(204,170,105,.22);border-radius:10px;cursor:pointer;color:var(--text)!important}.admin-photo-upload span{font-size:14px;font-weight:650}.admin-photo-upload small{font-size:11px!important;color:var(--muted)!important}.admin-photo-upload input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}
.admin-products{gap:8px}.admin-product-row{border-radius:15px;box-shadow:none}.admin-product-row:hover{border-color:rgba(204,170,105,.22)}
.admin-inline-price input{transition:border-color .15s ease,background .15s ease}.admin-inline-price input:focus{background:#091a12!important}
.admin-editor-card{box-shadow:0 22px 70px rgba(0,0,0,.28)}
.admin-editor-head h2{max-width:520px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.admin-dock{box-shadow:0 14px 50px rgba(0,0,0,.34)}
@media(max-width:700px){
  .admin-quickbar{margin-bottom:10px}.admin-quick-btn{height:40px;padding:0 11px}.admin-filter-panel{grid-template-columns:1fr 1fr;gap:8px;padding:10px}.admin-filter-panel label:last-of-type{grid-column:1/-1}.admin-filter-reset{grid-column:1/-1;width:100%;border:1px solid var(--admin-line);border-radius:10px}
  .admin-photo-field{grid-template-columns:64px minmax(0,1fr);min-height:76px}.admin-photo-preview{width:64px;height:60px}
  .admin-product-row{border-radius:14px}.admin-price-strip{overflow-x:auto;scrollbar-width:none}.admin-price-strip::-webkit-scrollbar{display:none}.admin-inline-price{min-width:100px}
}

/* V16: product gallery admin */
.admin-photo-field{display:block;min-height:0;padding:12px;border:1px solid var(--admin-line);border-radius:14px;background:rgba(7,19,13,.45)}
.admin-photo-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.admin-photo-head>div{display:grid;gap:2px}.admin-photo-head b{font-size:14px}.admin-photo-head small{font-size:11px;color:var(--muted)}
.admin-photo-upload{display:inline-flex!important;align-items:center!important;justify-content:center;min-height:36px;padding:0 11px!important;border:1px solid rgba(204,170,105,.26)!important;border-radius:10px!important;cursor:pointer;color:var(--text)!important;background:rgba(204,170,105,.05)}.admin-photo-upload span{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:650}.admin-photo-upload svg{width:15px;height:15px}.admin-photo-upload input,.admin-photo-add-tile input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}
.admin-photo-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.admin-photo-tile,.admin-photo-add-tile{min-width:0;aspect-ratio:1/1.08;border:1px solid var(--admin-line);border-radius:12px;background:#06110b;overflow:hidden}.admin-photo-tile{display:grid;grid-template-rows:minmax(0,1fr) auto;cursor:grab}.admin-photo-tile.dragging{opacity:.45}.admin-photo-tile.is-main{border-color:rgba(218,181,105,.58);box-shadow:inset 0 0 0 1px rgba(218,181,105,.12)}
.admin-photo-image{min-height:0;display:grid;place-items:center;padding:8px}.admin-photo-image img{width:100%;height:100%;object-fit:contain}.admin-photo-tilebar{display:flex;align-items:center;justify-content:space-between;gap:4px;padding:5px 6px;border-top:1px solid var(--admin-line)}.admin-photo-tilebar button{min-height:28px;border:0;background:none;color:var(--muted);font:inherit;font-size:10px;padding:3px 5px}.admin-photo-tilebar button:first-child{flex:1;text-align:left}.admin-photo-tilebar button[disabled]{color:var(--gold-soft);font-weight:700}.admin-photo-tilebar button:last-child{width:28px;display:grid;place-items:center}.admin-photo-tilebar svg{width:14px;height:14px}
.admin-photo-add-tile{display:grid;place-items:center;align-content:center;gap:4px;color:var(--muted);cursor:pointer;border-style:dashed}.admin-photo-add-tile span{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:rgba(204,170,105,.07);color:var(--gold-soft)}.admin-photo-add-tile svg{width:16px;height:16px}.admin-photo-add-tile b{font-size:11px;color:var(--text)}.admin-photo-add-tile small{font-size:10px}
@media(max-width:620px){.admin-photo-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-photo-head{align-items:flex-start}.admin-photo-upload{min-height:34px;padding:0 9px!important}.admin-photo-upload span{font-size:11px}}
