:root {
    color-scheme: dark;
    --black: #05070a;
    --black-2: #080b10;
    --panel: #0e1218;
    --panel-2: #131922;
    --silver: #dfe5eb;
    --silver-2: #8d98a7;
    --blue: #1688ff;
    --blue-2: #64b4ff;
    --line: #27303a;
    --line-soft: #171d25;
    --white: #f7f9fb;
    --danger: #ff5f70;
    --success: #52d6a0;
    --warning: #ffca65;
    --radius: 18px;
    --shell: min(1240px, calc(100% - 48px));
    --display: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
    --body: Inter, "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    background: var(--black);
    color: var(--silver);
    font-family: var(--body);
    font-size: 15px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}
body::selection { background: var(--blue); color: #fff; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
input, select, textarea {
    width: 100%;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: #090c11;
    color: var(--white);
    padding: 13px 14px;
    outline: none;
    transition: .2s ease;
}
input:focus, select:focus, textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px #1688ff1f; }
input[readonly] { color: var(--silver-2); cursor: not-allowed; }
textarea { resize: vertical; }
select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, #8591a0 50%), linear-gradient(135deg, #8591a0 50%, transparent 50%); background-position: calc(100% - 18px) 54%, calc(100% - 12px) 54%; background-size: 6px 6px; background-repeat: no-repeat; }
label { display: grid; gap: 7px; color: #c6ced8; font-size: 13px; }
label small { color: #747f8d; font-weight: 400; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--white); line-height: .98; }
h1, h2 { font-family: var(--display); font-weight: 800; letter-spacing: .02em; text-transform: uppercase; }
h1 em, h2 em { color: transparent; font-style: normal; -webkit-text-stroke: 1px #8d98a7; text-shadow: 0 0 30px #1688ff1f; }
.noise { position: fixed; inset: 0; z-index: 999; pointer-events: none; opacity: .018; background-image: repeating-radial-gradient(circle at 17% 23%, #fff 0 1px, transparent 1px 4px); background-size: 7px 9px; }
.shell { width: var(--shell); margin: 0 auto; }
.section-pad { padding: 120px 0; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--blue-2); font-size: 11px; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 24px; height: 1px; background: var(--blue); box-shadow: 0 0 12px var(--blue); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }

.button, .admin-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    min-height: 50px;
    padding: 0 22px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: transparent;
    color: var(--white);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    cursor: pointer;
    transition: transform .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease;
}
.button:hover, .admin-button:hover { transform: translateY(-2px); border-color: #647181; }
.button--primary, .admin-button--primary { border-color: #2e95ff; background: linear-gradient(135deg, #1b98ff 0%, #0755ad 100%); box-shadow: inset 0 1px #7ac2ff, 0 12px 30px #006ee52d; }
.button--primary:hover, .admin-button--primary:hover { border-color: #80c2ff; box-shadow: inset 0 1px #b6dcff, 0 15px 38px #0078ff4a; }
.button--primary span { font-size: 18px; font-weight: 400; }
.button--ghost { background: #10151c; }
.button--compact { min-height: 42px; padding: 0 17px; font-size: 10px; }
.button--full, .admin-button--full { width: 100%; }
.text-link { display: inline-flex; align-items: center; gap: 12px; color: var(--white); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; border-bottom: 1px solid #42505f; padding-bottom: 5px; }
.text-link span { color: var(--blue-2); font-size: 16px; }

/* Header */
.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 100; border-bottom: 1px solid transparent; transition: .3s ease; }
.site-header.scrolled { background: #05070ae8; backdrop-filter: blur(18px); border-bottom-color: #1d232c; }
.header-inner { height: 86px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 50px; }
.brand { display: inline-flex; align-items: center; gap: 11px; width: max-content; }
.brand-mark { width: 42px; height: 42px; overflow: hidden; border: 1px solid #535e69; border-radius: 50%; background: #000; box-shadow: 0 0 24px #1688ff25; }
.brand-mark img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 11%; transform: scale(1.72); }
.brand-type { color: var(--white); font-family: var(--display); font-size: 17px; letter-spacing: .09em; white-space: nowrap; }
.brand-type small { color: var(--blue-2); font-family: var(--body); font-size: 7px; vertical-align: 3px; }
.main-nav { display: flex; justify-content: center; gap: 38px; }
.main-nav a { position: relative; color: #abb5c1; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; transition: color .2s; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--blue); transition: right .2s; }
.main-nav a:hover { color: #fff; }
.main-nav a:hover::after { right: 0; }
.cart-link { display: flex; align-items: center; gap: 10px; color: #dce2e9; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.cart-link b { display: grid; place-items: center; width: 23px; height: 23px; border-radius: 50%; background: var(--blue); color: #fff; font-size: 10px; }
.cart-icon { width: 17px; height: 13px; border: 1px solid #8995a3; border-top: 0; transform: skew(-7deg); position: relative; }
.cart-icon::before { content: ""; position: absolute; width: 7px; height: 1px; background: #8995a3; top: -4px; left: -3px; }
.menu-toggle { display: none; border: 0; background: none; padding: 10px; }

/* Feedback */
.flash-stack { position: fixed; right: 24px; top: 105px; z-index: 140; display: grid; gap: 10px; width: min(420px, calc(100% - 48px)); }
.flash { display: flex; align-items: center; justify-content: space-between; gap: 16px; border: 1px solid var(--line); background: #111820f2; backdrop-filter: blur(12px); padding: 14px 16px; border-radius: 10px; color: #dde4ec; box-shadow: 0 18px 45px #0007; }
.flash--success { border-color: #27795e; }
.flash--error { border-color: #a23a49; }
.flash--warning { border-color: #9c7936; }
.flash button { border: 0; background: none; color: #8e9aa8; font-size: 20px; cursor: pointer; }

/* Hero */
.hero { min-height: 900px; padding-top: 86px; position: relative; overflow: hidden; background: radial-gradient(circle at 72% 38%, #062c55 0, #071526 21%, transparent 48%), linear-gradient(180deg, #030507 0%, #070a0e 100%); }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #05070a 0, transparent 62%), repeating-linear-gradient(90deg, transparent 0 99px, #fff 100px), repeating-linear-gradient(0deg, transparent 0 99px, #fff 100px); opacity: .035; }
.hero-grid { min-height: 730px; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; position: relative; z-index: 1; }
.hero-copy { padding: 90px 0 70px; max-width: 660px; }
.hero h1 { margin: 22px 0 28px; font-size: clamp(74px, 8vw, 132px); letter-spacing: -.025em; line-height: .79; }
.hero-copy > p { max-width: 570px; color: #9aa6b4; font-size: 17px; line-height: 1.8; }
.hero-actions { display: flex; align-items: center; gap: 32px; margin-top: 38px; }
.hero-points { display: flex; gap: 25px; margin-top: 70px; padding-top: 24px; border-top: 1px solid var(--line); }
.hero-points span { display: flex; gap: 9px; max-width: 130px; color: #7f8b99; font-size: 10px; line-height: 1.5; letter-spacing: .08em; text-transform: uppercase; }
.hero-points b { color: var(--blue-2); }
.hero-visual { min-height: 700px; position: relative; display: grid; place-items: center; }
.hero-glow { position: absolute; width: 75%; aspect-ratio: 1; border-radius: 50%; background: #087fff25; filter: blur(70px); }
.hero-logo-frame { position: relative; width: min(560px, 95%); aspect-ratio: .93; display: grid; place-items: center; border: 1px solid #415061; border-radius: 50% 50% 46% 54% / 54% 50% 50% 46%; background: linear-gradient(135deg, #ffffff09, transparent 48%); box-shadow: inset 0 0 80px #1688ff12, 0 0 100px #0009; transform: rotate(-3deg); }
.hero-logo-frame::before, .hero-logo-frame::after { content: ""; position: absolute; inset: -30px; border: 1px solid #1688ff4d; border-left-color: transparent; border-bottom-color: transparent; border-radius: 50%; transform: rotate(25deg); }
.hero-logo-frame::after { inset: 25px; border-color: #fff1; border-top-color: #fff5; transform: rotate(-18deg); }
.hero-logo-frame img { width: 82%; height: 82%; object-fit: contain; mix-blend-mode: screen; filter: contrast(1.08) drop-shadow(0 20px 35px #000); position: relative; z-index: 2; }
.frame-corner { position: absolute; width: 38px; height: 38px; border-color: var(--blue); z-index: 3; }
.frame-corner--tl { left: 3%; top: 15%; border-left: 2px solid; border-top: 2px solid; }
.frame-corner--br { right: 4%; bottom: 14%; border-right: 2px solid; border-bottom: 2px solid; }
.hero-seal { position: absolute; right: -5px; bottom: 85px; display: flex; align-items: center; gap: 10px; border: 1px solid #526273; border-radius: 50%; width: 110px; height: 110px; justify-content: center; background: #0c1117c7; backdrop-filter: blur(8px); }
.hero-seal strong { font-family: var(--display); font-size: 28px; color: #fff; }
.hero-seal span { font-size: 7px; line-height: 1.5; letter-spacing: .15em; color: #8ea0b1; }
.molecule { position: absolute; z-index: 3; display: flex; gap: 16px; }
.molecule i { width: 17px; height: 17px; border-radius: 50%; background: radial-gradient(circle at 35% 30%, #fff, #128eff 23%, #042d60 62%, #000 63%); box-shadow: 0 0 18px #138eff; position: relative; }
.molecule i + i::before { content: ""; position: absolute; width: 22px; height: 2px; right: 100%; top: 8px; background: #8393a4; transform: rotate(-16deg); transform-origin: right; }
.molecule--a { left: 5%; top: 24%; transform: rotate(18deg); }
.molecule--b { right: 5%; top: 18%; }
.hero-orbit { position: absolute; border: 1px solid #3f4b572e; border-radius: 50%; }
.hero-orbit--one { width: 900px; height: 900px; right: -320px; top: -220px; }
.hero-orbit--two { width: 550px; height: 550px; left: -320px; bottom: -300px; }
.hero-ticker { height: 83px; display: flex; align-items: center; overflow: hidden; border-top: 1px solid #18212b; border-bottom: 1px solid #18212b; background: #070a0e; }
.hero-ticker div { white-space: nowrap; font-family: var(--display); font-size: 28px; letter-spacing: .12em; color: #36404b; animation: ticker 28s linear infinite; }
.hero-ticker span { color: var(--blue); margin: 0 25px; font-size: 12px; }
@keyframes ticker { to { transform: translateX(-35%); } }

/* Shared sections */
.section-heading h2 { margin: 16px 0 0; font-size: clamp(55px, 6vw, 88px); letter-spacing: -.015em; }
.section-heading > p, .section-side p { color: #8995a3; max-width: 490px; line-height: 1.8; }
.split-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 60px; margin-bottom: 55px; }
.section-side { display: grid; justify-items: start; gap: 14px; }
.centered-heading { max-width: 850px; margin: 0 auto 70px; text-align: center; }
.centered-heading .eyebrow { justify-content: center; }
.collection-section { background: #080b0f; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.product-card { min-width: 0; }
.product-image { position: relative; aspect-ratio: .86; display: grid; place-items: center; overflow: hidden; background: radial-gradient(circle at 50% 40%, #1a2736 0, #0a0e14 50%, #05070a 100%); border: 1px solid #1b222b; }
.product-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, #fff08, transparent 30%, transparent 70%, #1688ff0b); pointer-events: none; }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease, filter .45s ease; }
.product-image:hover img { transform: scale(1.035); filter: brightness(1.12); }
.product-badge { position: absolute; z-index: 2; left: 14px; top: 14px; padding: 7px 10px; border: 1px solid #2c8bea; background: #081c30d9; color: #70baff; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.product-arrow { position: absolute; z-index: 2; right: 14px; bottom: 14px; display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: #ffffffed; color: #05070a; transform: translateY(60px); transition: transform .3s ease; }
.product-image:hover .product-arrow { transform: translateY(0); }
.product-card-body { padding: 18px 4px 0; }
.product-card-body > span { color: #6f7d8c; font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.product-card-body h3 { margin: 7px 0 18px; font-family: var(--body); font-size: 17px; line-height: 1.3; text-transform: none; }
.product-card-bottom { display: flex; align-items: center; justify-content: space-between; border-top: 1px solid #242b34; padding-top: 13px; }
.product-card-bottom strong { color: var(--white); font-size: 17px; }
.product-card-bottom button { width: 32px; height: 32px; border: 1px solid #35404c; background: transparent; border-radius: 50%; color: var(--blue-2); font-size: 19px; cursor: pointer; }
.catalog-empty { min-height: 280px; border: 1px solid var(--line); display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 35px; padding: 45px; background: linear-gradient(110deg, #0e141c, #090c11); }
.catalog-empty-index { font-family: var(--display); font-size: 82px; color: #27313c; }
.catalog-empty h3 { font-size: 24px; margin-bottom: 8px; }
.catalog-empty p { color: #7d8997; margin: 0; }
.category-strip { background: #0b0f14; border-block: 1px solid #1e2630; }
.category-strip .shell { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.category-strip a { min-height: 130px; padding: 25px; border-right: 1px solid #1e2630; display: grid; grid-template-columns: auto 1fr auto; gap: 12px; align-items: center; transition: background .2s; }
.category-strip a:hover { background: #111821; }
.category-strip a > span { color: #4c5a69; font-size: 10px; }
.category-strip strong { color: #e8edf2; text-transform: uppercase; font-size: 13px; letter-spacing: .08em; }
.category-strip small { grid-column: 2; color: #657181; font-size: 10px; }
.category-strip b { grid-row: 1/3; grid-column: 3; color: var(--blue-2); font-size: 20px; }
.process-section { background: #05070a; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.process-grid article { min-height: 330px; padding: 32px; position: relative; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); overflow: hidden; }
.process-grid article::after { content: ""; position: absolute; width: 180px; height: 180px; border: 1px solid #1f2a36; border-radius: 50%; right: -80px; bottom: -80px; }
.process-grid article > span { color: #596574; font-size: 10px; letter-spacing: .12em; }
.process-icon { margin: 52px 0 28px; font-size: 38px; color: var(--blue-2); text-shadow: 0 0 25px #1688ff; }
.process-grid h3 { font-family: var(--body); font-size: 20px; text-transform: uppercase; letter-spacing: .08em; }
.process-grid p { max-width: 300px; color: #7d8998; margin: 0; }
.manifesto-section { background: #0b0f14; }
.manifesto-grid { display: grid; grid-template-columns: 1.15fr .85fr; min-height: 650px; }
.manifesto-visual { position: relative; overflow: hidden; border-inline: 1px solid var(--line); }
.manifesto-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent, #0b0f14e8); }
.manifesto-visual img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(.18) contrast(1.12); }
.manifesto-visual span { position: absolute; z-index: 2; left: 25px; bottom: 25px; color: #73808f; font-size: 9px; letter-spacing: .18em; }
.manifesto-copy { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: 70px; }
.manifesto-copy h2 { font-size: clamp(58px, 6vw, 90px); margin: 18px 0 24px; }
.manifesto-copy p { color: #8b97a5; max-width: 470px; line-height: 1.85; margin-bottom: 32px; }

/* Global proof, FAQ, footer */
.proof-section { background: #070a0e; border-top: 1px solid #151a21; }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.proof-card { margin: 0; background: #10151c; border: 1px solid var(--line); padding: 10px; transform: rotate(-1deg); }
.proof-card:nth-child(even) { transform: rotate(1.2deg) translateY(12px); }
.proof-card img { width: 100%; aspect-ratio: .72; object-fit: cover; background: #06080b; }
.proof-card figcaption { display: flex; align-items: center; gap: 8px; padding: 13px 5px 4px; color: #99a5b3; font-size: 10px; text-transform: uppercase; letter-spacing: .09em; }
.verified-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--success); box-shadow: 0 0 10px var(--success); }
.proof-empty { min-height: 320px; display: flex; align-items: center; justify-content: center; gap: 45px; border: 1px dashed #35404d; background: radial-gradient(circle at 40%, #0e2034, transparent 38%), #090d12; }
.proof-phone { width: 155px; height: 270px; border: 4px solid #323d49; border-radius: 25px; padding: 45px 16px; transform: rotate(-6deg); background: #0c1118; box-shadow: 25px 25px 50px #0008; }
.proof-phone span { display: block; height: 6px; background: #27323e; margin: 8px 0; border-radius: 4px; }
.proof-phone span:nth-child(2) { width: 72%; background: #144d87; }
.proof-phone b { display: block; margin-top: 35px; color: #778594; font-size: 10px; text-transform: uppercase; text-align: center; }
.proof-empty > p { max-width: 360px; color: #798694; }
.faq-section { background: #0b0f14; border-top: 1px solid #1a222b; }
.faq-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; }
.faq-layout .section-heading h2 { font-size: clamp(52px, 5vw, 74px); }
.faq-layout .section-heading > p { margin-top: 25px; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list details:first-child { border-top: 1px solid var(--line); }
.faq-list summary { list-style: none; display: flex; align-items: center; justify-content: space-between; min-height: 85px; color: #e7ecf2; font-size: 16px; font-weight: 700; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { width: 28px; height: 28px; border: 1px solid #3e4a57; border-radius: 50%; position: relative; }
.faq-list summary span::before, .faq-list summary span::after { content: ""; position: absolute; width: 10px; height: 1px; background: #8d99a8; left: 8px; top: 13px; }
.faq-list summary span::after { transform: rotate(90deg); transition: transform .2s; }
.faq-list details[open] summary span::after { transform: rotate(0); }
.faq-list details p { color: #84909e; max-width: 650px; padding: 0 50px 22px 0; }
.site-footer { padding: 90px 0 25px; background: #030405; border-top: 1px solid #171c23; }
.footer-lead { display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; padding-bottom: 75px; border-bottom: 1px solid #242a31; }
.footer-lead h2 { font-size: clamp(48px, 5vw, 75px); margin: 17px 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.8fr .6fr .6fr; gap: 60px; padding: 65px 0; }
.footer-brand img { width: 120px; height: 120px; object-fit: cover; border-radius: 50%; object-position: 50% 10%; box-shadow: 0 0 40px #117ee521; }
.footer-brand p { max-width: 430px; margin-top: 20px; color: #6e7885; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 12px; }
.footer-grid strong { color: #eef2f6; text-transform: uppercase; font-size: 10px; letter-spacing: .16em; margin-bottom: 7px; }
.footer-grid a, .footer-grid span { color: #737e8b; font-size: 13px; }
.footer-grid a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; border-top: 1px solid #1c2229; padding-top: 24px; color: #4e5864; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }

/* Interior page hero */
.page-hero { padding: 190px 0 95px; min-height: 510px; display: flex; align-items: flex-end; background: radial-gradient(circle at 80% 30%, #0a3158, transparent 38%), repeating-linear-gradient(90deg, transparent 0 119px, #ffffff05 120px), #05070a; border-bottom: 1px solid var(--line); }
.page-hero h1 { font-size: clamp(78px, 10vw, 145px); line-height: .78; margin: 22px 0 25px; }
.page-hero p { max-width: 590px; color: #8996a4; font-size: 16px; }
.page-hero--compact { min-height: 390px; padding-bottom: 65px; }
.page-hero--compact h1 { font-size: clamp(65px, 8vw, 105px); margin-bottom: 0; }
.shop-section { background: #080b0f; }
.shop-toolbar { display: grid; grid-template-columns: minmax(260px, 1fr) 240px auto auto; gap: 12px; margin-bottom: 36px; }
.search-field { position: relative; display: block; }
.search-field span { position: absolute; left: 15px; top: 11px; color: var(--blue-2); font-size: 20px; }
.search-field input { padding-left: 44px; }
.shop-result-head { display: flex; align-items: center; gap: 20px; margin-bottom: 28px; color: #6c7886; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.shop-result-head i { flex: 1; height: 1px; background: var(--line); }
.empty-state { min-height: 360px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; border: 1px solid var(--line); background: #0b0f14; }
.empty-state strong { color: #fff; font-size: 27px; }
.empty-state p { max-width: 470px; color: #7d8997; }

/* Product detail */
.breadcrumbs { display: flex; gap: 10px; align-items: center; margin: 10px 0 40px; color: #63707f; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.breadcrumbs a:hover { color: #fff; }
.breadcrumbs b { color: #aab4c0; }
.product-page { padding-top: 140px; background: #070a0e; }
.product-detail { display: grid; grid-template-columns: 1.08fr .92fr; gap: 75px; }
.gallery-main { aspect-ratio: .92; position: relative; display: grid; place-items: center; overflow: hidden; border: 1px solid #222b35; background: radial-gradient(circle, #172331 0, #080b10 60%); }
.gallery-main img { width: 100%; height: 100%; object-fit: cover; }
.gallery-thumbs { display: grid; grid-template-columns: repeat(5, 1fr); gap: 9px; margin-top: 10px; }
.gallery-thumbs button { padding: 0; aspect-ratio: 1; border: 1px solid #252e38; background: #090c10; cursor: pointer; }
.gallery-thumbs button.active { border-color: var(--blue); }
.gallery-thumbs img { width: 100%; height: 100%; object-fit: cover; }
.product-summary { padding: 25px 0; }
.product-summary h1 { font-size: clamp(60px, 6vw, 90px); line-height: .88; margin: 18px 0 25px; }
.product-lead { color: #95a1af; max-width: 540px; font-size: 16px; line-height: 1.8; }
.product-price { color: #fff; font-size: 33px; font-weight: 800; margin-top: 35px; }
.product-divider { height: 1px; background: var(--line); margin: 25px 0; }
.add-form { display: grid; grid-template-columns: 125px 1fr; gap: 12px; }
.quantity-picker { display: grid; grid-template-columns: 36px 1fr 36px; height: 52px; border: 1px solid #34404c; border-radius: 8px; overflow: hidden; background: #0c1016; }
.quantity-picker button { border: 0; background: transparent; color: #9ca8b5; font-size: 18px; cursor: pointer; }
.quantity-picker input { border: 0; border-radius: 0; padding: 0; text-align: center; background: transparent; appearance: textfield; }
.quantity-picker input::-webkit-inner-spin-button { display: none; }
.add-button { min-height: 52px; }
.purchase-notes { display: grid; gap: 10px; margin: 30px 0; color: #83909e; font-size: 12px; }
.purchase-notes b { color: var(--blue-2); margin-right: 8px; }
.product-meta { border-top: 1px solid var(--line); margin: 30px 0 0; }
.product-meta div { display: grid; grid-template-columns: 125px 1fr; padding: 12px 0; border-bottom: 1px solid var(--line-soft); }
.product-meta dt { color: #657281; font-size: 10px; text-transform: uppercase; letter-spacing: .09em; }
.product-meta dd { margin: 0; color: #b9c3cd; font-size: 12px; }
.product-meta a { color: var(--blue-2); }
.product-tabs { margin-top: 100px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.tab-buttons { display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid var(--line); }
.tab-buttons button { height: 75px; border: 0; border-right: 1px solid var(--line); background: #0a0e13; color: #6f7b89; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; cursor: pointer; }
.tab-buttons button.active { background: #111822; color: #fff; box-shadow: inset 0 -2px var(--blue); }
.tab-panels article { display: none; min-height: 300px; grid-template-columns: .3fr .7fr; gap: 70px; padding: 55px; color: #9aa6b4; font-size: 15px; line-height: 1.9; }
.tab-panels article.active { display: grid; }
.tab-index { color: var(--blue-2); font-size: 9px; text-transform: uppercase; letter-spacing: .16em; }
.manufacturer-panel { display: grid; grid-template-columns: 120px 1fr; gap: 30px; }
.manufacturer-panel img { width: 120px; height: 120px; object-fit: contain; background: #fff; border-radius: 12px; }
.manufacturer-panel h2 { font-family: var(--body); text-transform: none; letter-spacing: 0; font-size: 28px; }
.manufacturer-panel strong { color: #b7c1cc; }
.related-section { background: #0b0f14; }

/* Cart and checkout */
.cart-section, .checkout-section, .account-page, .auth-page { background: #080b0f; }
.cart-layout { display: grid; grid-template-columns: 1fr 390px; gap: 38px; align-items: start; }
.cart-list { border-top: 1px solid var(--line); }
.cart-list-head { display: grid; grid-template-columns: 1fr 140px 120px; padding: 16px 45px 16px 0; color: #667381; font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.cart-list-head span:nth-child(2), .cart-list-head span:nth-child(3) { text-align: center; }
.cart-item { display: grid; grid-template-columns: 105px 1fr 125px 110px 30px; gap: 20px; align-items: center; padding: 20px 0; border-top: 1px solid var(--line-soft); }
.cart-item-image { width: 105px; height: 105px; background: #0e151e; }
.cart-item-image img { width: 100%; height: 100%; object-fit: cover; }
.cart-item-info > span { color: #607080; font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.cart-item-info h2 { margin: 6px 0; font-family: var(--body); font-size: 16px; text-transform: none; letter-spacing: 0; }
.cart-item-info small { color: #667382; }
.quantity-picker--small { height: 42px; grid-template-columns: 30px 1fr 30px; }
.cart-line-total { text-align: right; color: #fff; }
.cart-remove { border: 0; background: transparent; color: #687583; font-size: 21px; cursor: pointer; }
.cart-list-actions { display: flex; justify-content: space-between; align-items: center; padding-top: 25px; border-top: 1px solid var(--line); }
.order-summary { background: #10151c; border: 1px solid #29333e; padding: 30px; position: sticky; top: 110px; }
.order-summary h2 { font-family: var(--body); font-size: 24px; text-transform: none; letter-spacing: 0; margin: 12px 0 25px; }
.order-summary dl { margin: 0; }
.order-summary dl div { display: flex; justify-content: space-between; gap: 20px; padding: 13px 0; border-bottom: 1px solid var(--line); color: #8894a2; }
.order-summary dd { margin: 0; color: #c1cad4; }
.summary-total { display: flex; justify-content: space-between; align-items: flex-end; margin: 25px 0; }
.summary-total span { color: #8995a3; }
.summary-total strong { color: #fff; font-size: 26px; }
.order-summary > p { color: #6f7c8a; font-size: 11px; margin: 18px 0 0; }
.order-summary > p b { color: var(--blue-2); }
.checkout-layout { display: grid; grid-template-columns: 1fr 410px; gap: 45px; align-items: start; }
.checkout-form { display: grid; gap: 20px; }
.form-section { background: #0d1218; border: 1px solid var(--line); padding: 30px; }
.form-section-head { display: flex; gap: 18px; margin-bottom: 26px; }
.form-section-head > span { display: grid; place-items: center; flex: 0 0 34px; height: 34px; border: 1px solid #336da9; border-radius: 50%; color: var(--blue-2); font-size: 10px; font-weight: 800; }
.form-section-head h2 { margin: 0 0 5px; font-family: var(--body); font-size: 21px; text-transform: none; letter-spacing: 0; }
.form-section-head p { margin: 0; color: #707d8b; font-size: 12px; }
.form-grid, .admin-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.full { grid-column: 1/-1; }
.account-create-box { border-color: #1f5790; background: linear-gradient(110deg, #0d1925, #0d1218); }
.payment-method { display: grid; grid-template-columns: auto 1fr auto; gap: 15px; align-items: center; border: 1px solid #256db5; background: #0a1a2b; padding: 22px; }
.payment-radio { width: 22px; height: 22px; border: 1px solid var(--blue); border-radius: 50%; display: grid; place-items: center; }
.payment-radio span { width: 10px; height: 10px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 12px var(--blue); }
.payment-method strong { color: #fff; }
.payment-method p { margin: 3px 0 0; color: #7e8d9c; font-size: 12px; }
.payment-method > b { color: var(--success); font-size: 18px; }
.checkout-submit { min-height: 60px; }
.form-note { color: #657281; font-size: 11px; text-align: center; }
.summary-products { display: grid; gap: 13px; margin-bottom: 25px; }
.summary-products > div { display: grid; grid-template-columns: 60px 1fr auto; gap: 12px; align-items: center; }
.summary-products img { width: 60px; height: 60px; object-fit: cover; background: #070a0e; }
.summary-products span { display: grid; }
.summary-products b { color: #dce3ea; font-size: 12px; }
.summary-products small { color: #677482; font-size: 10px; }
.summary-products strong { color: #fff; font-size: 12px; }
.summary-security { display: flex; gap: 12px; align-items: center; border-top: 1px solid var(--line); padding-top: 20px; color: #82909e; }
.summary-security > b { color: var(--blue-2); font-size: 24px; }
.summary-security span { display: grid; }
.summary-security strong { color: #bbc5cf; font-size: 11px; }
.summary-security small { font-size: 9px; }

/* About, auth, account */
.about-hero-grid { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 70px; }
.about-story { background: #080b0f; }
.about-story-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }
.about-logo-panel { position: relative; border: 1px solid var(--line); padding: 35px; background: radial-gradient(circle, #11294a, #07090c 65%); }
.about-logo-panel img { width: 100%; }
.about-logo-panel span { display: block; color: #657382; font-size: 9px; letter-spacing: .22em; text-align: center; padding-top: 18px; }
.about-copy h2 { font-size: clamp(58px, 6vw, 90px); margin: 17px 0 25px; }
.about-copy p { color: #8e9aa8; font-size: 16px; line-height: 1.85; }
.about-values { display: flex; gap: 26px; margin-top: 40px; padding-top: 24px; border-top: 1px solid var(--line); }
.about-values span { color: #8d99a6; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.about-values b { color: var(--blue-2); margin-right: 6px; }
.auth-page { padding-top: 180px; }
.auth-layout { display: grid; grid-template-columns: 1fr 520px; gap: 100px; align-items: center; min-height: 600px; }
.auth-aside h1 { font-size: clamp(65px, 7vw, 100px); margin: 20px 0 25px; }
.auth-aside > p { max-width: 540px; color: #84909d; font-size: 16px; }
.auth-points { display: flex; gap: 24px; margin-top: 35px; color: #738190; font-size: 11px; text-transform: uppercase; }
.auth-points span::first-letter { color: var(--blue); }
.auth-card { padding: 38px; border: 1px solid var(--line); background: #0f141b; display: grid; gap: 18px; box-shadow: 0 30px 80px #0008; }
.auth-card h2 { font-family: var(--body); text-transform: none; letter-spacing: 0; font-size: 29px; margin: 0 0 10px; }
.auth-card > p { margin: 0; text-align: center; color: #758290; font-size: 12px; }
.auth-card > p a { color: var(--blue-2); }
.account-page { padding-top: 155px; }
.account-head { display: flex; justify-content: space-between; align-items: flex-end; padding-bottom: 45px; border-bottom: 1px solid var(--line); }
.account-head h1 { font-size: clamp(55px, 7vw, 90px); margin: 16px 0 10px; }
.account-head p { color: #7d8997; margin: 0; }
.account-grid { display: grid; grid-template-columns: 1fr 340px; gap: 30px; padding-top: 35px; }
.account-orders, .account-profile, .order-detail-card, .order-timeline-card { border: 1px solid var(--line); background: #0d1218; padding: 28px; }
.panel-head { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding-bottom: 22px; }
.panel-head span { color: #6f7c8a; font-size: 9px; text-transform: uppercase; letter-spacing: .13em; }
.panel-head h2 { margin: 5px 0 0; font-family: var(--body); font-size: 22px; text-transform: none; letter-spacing: 0; }
.order-row { display: grid; grid-template-columns: 1.2fr .8fr 1fr .6fr 20px; gap: 15px; align-items: center; min-height: 66px; border-top: 1px solid var(--line); color: #919daa; font-size: 12px; }
.order-row--head { min-height: 40px; color: #566372; font-size: 8px; text-transform: uppercase; letter-spacing: .12em; }
.order-row strong, .order-row b { color: #dce3eb; }
.order-row em { color: var(--blue-2); font-style: normal; font-size: 18px; }
.status-dot { display: inline-block; width: 7px; height: 7px; border-radius: 50%; margin-right: 8px; background: #7c8996; }
.status-dot--received, .status-dot--confirmed { background: var(--blue); box-shadow: 0 0 8px var(--blue); }
.status-dot--preparing, .status-dot--shipped, .status-dot--out_for_delivery { background: var(--warning); box-shadow: 0 0 8px var(--warning); }
.status-dot--delivered { background: var(--success); box-shadow: 0 0 8px var(--success); }
.status-dot--cancelled { background: var(--danger); }
.account-profile form { display: grid; gap: 15px; margin-top: 22px; }
.account-profile h2 { font-family: var(--body); text-transform: none; letter-spacing: 0; font-size: 26px; margin: 8px 0; }
.profile-meta { display: flex; justify-content: space-between; margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--line); color: #687583; font-size: 10px; text-transform: uppercase; }
.profile-meta b { color: #a9b3be; }
.account-empty { padding: 60px 20px; text-align: center; border-top: 1px solid var(--line); }
.account-empty b { color: #fff; font-size: 22px; }
.account-empty p { color: #75818e; }
.order-detail-head { display: flex; justify-content: space-between; align-items: end; margin-bottom: 35px; }
.order-detail-head h1 { font-size: clamp(50px, 7vw, 80px); margin: 15px 0 8px; }
.order-detail-head p { color: #74808e; }
.order-status-large { display: grid; gap: 5px; text-align: right; }
.order-status-large > span { color: #667382; font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.order-status-large strong { color: #fff; font-size: 18px; }
.order-detail-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 30px; }
.ordered-products > div { display: flex; justify-content: space-between; gap: 25px; border-top: 1px solid var(--line); padding: 18px 0; }
.ordered-products span { display: grid; }
.ordered-products strong { color: #e1e7ed; }
.ordered-products small { color: #677483; }
.order-totals { margin: 15px 0 0; border-top: 1px solid var(--line); padding-top: 10px; }
.order-totals div { display: flex; justify-content: space-between; padding: 7px 0; color: #7e8a98; }
.order-totals dd { margin: 0; color: #c2cbd5; }
.order-totals div:last-child { font-size: 18px; color: #fff; padding-top: 14px; }
.payment-banner, .admin-payment-note { display: flex; gap: 14px; align-items: center; margin-top: 24px; padding: 16px; background: #0b2138; border: 1px solid #1d5d9d; }
.payment-banner > b, .admin-payment-note > b { color: var(--success); }
.payment-banner span, .admin-payment-note span { display: grid; }
.payment-banner small, .admin-payment-note small { color: #748597; }
.order-timeline-card h2 { font-family: var(--body); text-transform: none; letter-spacing: 0; font-size: 25px; margin: 8px 0 25px; }
.timeline article, .admin-timeline article { position: relative; padding: 0 0 28px 28px; border-left: 1px solid #2b3743; }
.timeline article:last-child, .admin-timeline article:last-child { border-left-color: transparent; }
.timeline article > i, .admin-timeline article > i { position: absolute; left: -5px; top: 3px; width: 9px; height: 9px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 10px var(--blue); }
.timeline article > span, .admin-timeline article > span { display: block; color: #647180; font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.timeline article strong, .admin-timeline article strong { display: block; color: #dce3ea; margin: 4px 0; }
.timeline article p, .admin-timeline article p { color: #788593; margin: 4px 0 0; font-size: 12px; }
.delivery-card { display: grid; grid-template-columns: .6fr 1fr .7fr; gap: 50px; align-items: center; margin-top: 30px; padding: 30px; border: 1px solid var(--line); background: #0d1218; }
.delivery-card h2 { font-family: var(--body); font-size: 21px; text-transform: none; letter-spacing: 0; margin: 7px 0; }
.delivery-card address { color: #8895a3; font-style: normal; }
.delivery-card > div:last-child { display: grid; gap: 5px; color: #99a5b2; font-size: 12px; }
.error-page { padding-top: 190px; text-align: center; background: radial-gradient(circle at 50% 30%, #0b315b, transparent 35%), #05070a; min-height: 720px; }
.error-code { font-family: var(--display); color: #1d2e40; font-size: 150px; line-height: .8; }
.error-page h1 { font-size: clamp(60px, 8vw, 100px); margin: 10px 0 20px; }
.error-page p { color: #80909f; }
.error-page pre { max-width: 800px; overflow: auto; margin: 20px auto; padding: 20px; text-align: left; background: #170d10; color: #ff9da8; }

/* Admin */
.admin-body { background: #080b0f; color: #cbd3dc; }
.admin-sidebar { position: fixed; inset: 0 auto 0 0; z-index: 100; width: 250px; padding: 24px 18px; border-right: 1px solid #242b34; background: #0a0e13; display: flex; flex-direction: column; }
.admin-brand { padding: 0 10px 27px; border-bottom: 1px solid var(--line); }
.admin-sidebar nav { display: grid; gap: 4px; padding-top: 23px; }
.admin-sidebar nav a { display: flex; align-items: center; gap: 12px; min-height: 43px; padding: 0 12px; border-radius: 7px; color: #7f8b98; font-size: 12px; font-weight: 600; }
.admin-sidebar nav a > span { width: 20px; color: #5d6b7a; font-size: 16px; text-align: center; }
.admin-sidebar nav a:hover, .admin-sidebar nav a.active { background: #121a23; color: #eef2f6; }
.admin-sidebar nav a.active { box-shadow: inset 2px 0 var(--blue); }
.admin-sidebar nav a.active > span { color: var(--blue-2); }
.admin-sidebar-foot { margin-top: auto; border-top: 1px solid var(--line); padding: 18px 10px 0; display: grid; gap: 10px; }
.admin-sidebar-foot a, .admin-sidebar-foot button { color: #6d7a88; font-size: 11px; }
.admin-sidebar-foot button { border: 0; background: none; padding: 0; cursor: pointer; }
.admin-shell { margin-left: 250px; min-height: 100vh; }
.admin-topbar { height: 93px; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 0 35px; border-bottom: 1px solid #242b34; background: #0b0f14; }
.admin-topbar > div:first-of-type > span { color: #5f6c7a; font-size: 9px; text-transform: uppercase; letter-spacing: .14em; }
.admin-topbar h1 { margin: 4px 0 0; font-family: var(--body); font-size: 21px; text-transform: none; letter-spacing: 0; }
.admin-user { display: grid; justify-items: end; }
.admin-user b { color: #dce3eb; font-size: 12px; }
.admin-user span { color: #657281; font-size: 10px; }
.admin-menu-toggle { display: none; border: 1px solid var(--line); background: #10151c; border-radius: 7px; padding: 9px 11px; }
.admin-main { padding: 30px 35px 60px; }
.admin-flashes { padding: 18px 35px 0; }
.admin-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-bottom: 22px; }
.admin-stats article { min-height: 150px; padding: 22px; border: 1px solid var(--line); background: linear-gradient(145deg, #111821, #0b0f14); }
.admin-stats span { color: #71808e; font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.admin-stats strong { display: block; margin: 10px 0; color: #fff; font-size: 40px; line-height: 1; }
.admin-stats small { color: #566372; }
.admin-panel { border: 1px solid var(--line); background: #0d1218; padding: 24px; margin-bottom: 22px; }
.admin-panel-head { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-bottom: 22px; }
.admin-panel-head > div > span { color: #63717f; font-size: 8px; text-transform: uppercase; letter-spacing: .14em; }
.admin-panel-head h2 { margin: 4px 0 0; font-family: var(--body); font-size: 20px; text-transform: none; letter-spacing: 0; }
.admin-button { min-height: 40px; padding: 0 16px; font-size: 9px; }
.admin-table-wrap { overflow-x: auto; margin: 0 -24px -24px; }
.admin-table { width: 100%; border-collapse: collapse; min-width: 780px; }
.admin-table th { padding: 12px 20px; border-block: 1px solid var(--line); color: #586573; font-size: 8px; text-align: left; text-transform: uppercase; letter-spacing: .1em; background: #0a0e13; }
.admin-table td { padding: 15px 20px; border-bottom: 1px solid #1d242c; color: #8e9aa7; font-size: 11px; }
.admin-table td > small { display: block; color: #5d6976; margin-top: 3px; }
.admin-table td strong { color: #dce2e9; }
.row-action { border: 0; background: none; color: var(--blue-2); font-size: 10px; font-weight: 700; cursor: pointer; white-space: nowrap; }
.admin-status { display: inline-flex; padding: 5px 8px; border: 1px solid #435160; border-radius: 50px; color: #a5b0bc; font-size: 8px; text-transform: uppercase; letter-spacing: .07em; white-space: nowrap; }
.admin-status--received, .admin-status--confirmed { border-color: #2467a9; color: #71b8ff; background: #0a233b; }
.admin-status--preparing, .admin-status--shipped, .admin-status--out_for_delivery { border-color: #84652d; color: #ffd174; background: #2a210e; }
.admin-status--delivered { border-color: #247052; color: #78e3b9; background: #0b2a20; }
.admin-status--cancelled { border-color: #77303a; color: #ff8996; background: #2b1015; }
.admin-empty { min-height: 200px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; color: #697684; }
.admin-empty strong { color: #dbe2e9; font-size: 18px; }
.admin-quick-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.admin-quick-grid a { display: grid; grid-template-columns: 44px 1fr auto; align-items: center; gap: 13px; padding: 20px; border: 1px solid var(--line); background: #0d1218; }
.admin-quick-grid a > span { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: #0b2138; color: var(--blue-2); font-size: 19px; }
.admin-quick-grid div { display: grid; }
.admin-quick-grid strong { color: #dce3ea; font-size: 12px; }
.admin-quick-grid small { color: #63717f; font-size: 9px; }
.admin-quick-grid b { color: #667483; }
.admin-product-cell { display: flex; align-items: center; gap: 11px; min-width: 180px; }
.admin-product-cell img { width: 45px; height: 45px; object-fit: cover; background: #070a0e; }
.admin-product-cell span { display: grid; }
.admin-form-layout { display: grid; grid-template-columns: 1fr 310px; gap: 22px; align-items: start; }
.admin-form-main { min-width: 0; }
.admin-form-side { min-width: 0; }
.admin-sticky { position: sticky; top: 115px; }
.admin-fields label { font-size: 11px; }
.admin-fields small { display: block; color: #5d6a78; }
.admin-help { margin: 0; padding: 13px; border: 1px solid #283644; background: #0a1017; color: #73808e; font-size: 11px; }
.upload-field { padding: 18px; border: 1px dashed #3b4856; background: #090d12; }
.upload-field input { border: 0; padding: 0; background: none; }
.current-image { grid-column: 1/-1; display: flex; align-items: center; gap: 13px; color: #758290; font-size: 10px; }
.current-image img { width: 100px; height: 100px; object-fit: cover; background: #070a0e; }
.gallery-admin-preview { display: flex; gap: 8px; flex-wrap: wrap; }
.gallery-admin-preview img { width: 75px; height: 75px; object-fit: cover; }
.admin-toggle-list { display: grid; gap: 4px; margin-bottom: 20px; }
.admin-toggle-list label { display: flex; align-items: center; justify-content: space-between; grid-template: none; padding: 12px 0; border-bottom: 1px solid var(--line); cursor: pointer; }
.admin-toggle-list label > span { display: grid; }
.admin-toggle-list strong { color: #d3dbe3; font-size: 11px; }
.admin-toggle-list small { color: #5f6d7a; font-size: 9px; }
.admin-toggle-list input { position: absolute; opacity: 0; pointer-events: none; }
.admin-toggle-list i { width: 38px; height: 21px; border-radius: 20px; background: #252f3a; position: relative; transition: .2s; }
.admin-toggle-list i::after { content: ""; position: absolute; width: 15px; height: 15px; top: 3px; left: 3px; border-radius: 50%; background: #778492; transition: .2s; }
.admin-toggle-list input:checked + i { background: #0c599f; }
.admin-toggle-list input:checked + i::after { left: 20px; background: #fff; }
.admin-stock { margin-bottom: 20px; }
.admin-danger { border: 1px solid #582a32; background: #1b0d10; padding: 20px; }
.admin-danger strong { color: #ff9aa4; }
.admin-danger p { color: #8d5d63; font-size: 10px; }
.danger-button { width: 100%; border: 1px solid #803742; background: transparent; color: #ff7886; min-height: 39px; cursor: pointer; }
.admin-two-col { display: grid; grid-template-columns: 1fr 390px; gap: 22px; align-items: start; }
.admin-list article, .manufacturer-admin-list article { min-height: 72px; display: flex; align-items: center; gap: 15px; border-top: 1px solid var(--line); padding: 12px 0; }
.admin-list article > div:not(.country-code), .manufacturer-admin-list article > div:nth-child(2) { display: grid; flex: 1; }
.admin-list strong, .manufacturer-admin-list strong { color: #d9e0e7; font-size: 12px; }
.admin-list span, .manufacturer-admin-list p { color: #64717f; font-size: 9px; margin: 3px 0 0; }
.icon-delete { border: 0; background: none; color: #7f4c53; font-size: 18px; cursor: pointer; }
.check-field { display: flex; align-items: center; gap: 8px; }
.check-field input { width: auto; }
.manufacturer-admin-logo { flex: 0 0 48px; height: 48px; display: grid; place-items: center; border: 1px solid var(--line); background: #080b0f; color: var(--blue-2); }
.manufacturer-admin-logo img { width: 100%; height: 100%; object-fit: contain; }
.country-code { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid #285c8d; background: #0b1d2e; color: var(--blue-2); font-size: 10px; font-weight: 800; }
.shipping-list article > b { color: #fff; font-size: 13px; }
.admin-intro { color: #6b7886; font-size: 11px; }
.admin-order-head { display: flex; justify-content: space-between; align-items: end; margin-bottom: 22px; }
.admin-order-head > div:first-child { display: grid; gap: 7px; color: #687583; font-size: 10px; }
.admin-back { color: var(--blue-2); font-weight: 700; }
.admin-order-total { display: grid; justify-items: end; }
.admin-order-total span { color: #697684; font-size: 8px; text-transform: uppercase; }
.admin-order-total strong { color: #fff; font-size: 27px; }
.admin-order-items > div { display: flex; justify-content: space-between; gap: 20px; padding: 15px 0; border-top: 1px solid var(--line); }
.admin-order-items span { display: grid; }
.admin-order-items strong { color: #dce3ea; font-size: 12px; }
.admin-order-items small { color: #64717f; font-size: 9px; }
.admin-order-items b { color: #fff; }
.admin-order-totals { margin: 12px 0 0; border-top: 1px solid var(--line); padding-top: 10px; }
.admin-order-totals div { display: flex; justify-content: space-between; padding: 6px 0; color: #6f7c89; }
.admin-order-totals dd { margin: 0; color: #b8c2cc; }
.admin-order-totals div:last-child { font-weight: 800; color: #fff; font-size: 16px; }
.admin-timeline { padding-top: 5px; }
.admin-timeline article small { color: #536170; font-size: 9px; }
.admin-customer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.admin-customer-grid > div { display: grid; padding: 15px; background: #090d12; border: 1px solid #1f2730; }
.admin-customer-grid span { color: #61707d; font-size: 8px; text-transform: uppercase; letter-spacing: .1em; }
.admin-customer-grid strong { color: #c7d0da; font-size: 11px; margin-top: 5px; }
.admin-customer-grid p { color: #8794a1; margin: 8px 0 0; }
.admin-field { margin-bottom: 16px; }
.admin-field small { color: #5d6976; }
.email-notice { display: flex; gap: 12px; padding: 13px; border: 1px solid #244e75; background: #0a1928; margin-bottom: 17px; }
.email-notice > b { color: var(--blue-2); }
.email-notice p { margin: 0; color: #718192; font-size: 10px; }
.email-notice strong { color: #aebdca; }
.admin-proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; }
.admin-proof-grid article { border: 1px solid var(--line); background: #080b0f; }
.admin-proof-grid article > img { width: 100%; aspect-ratio: .72; object-fit: cover; }
.admin-proof-grid article > div { display: flex; justify-content: space-between; align-items: center; padding: 11px; }
.admin-proof-grid span { display: grid; }
.admin-proof-grid strong { color: #cdd5de; font-size: 10px; }
.admin-proof-grid small { color: #63717f; font-size: 8px; }
.admin-settings-form { max-width: 760px; }
.admin-email-log { display: grid; gap: 9px; }
.admin-email-log > div { display: flex; justify-content: space-between; gap: 10px; padding-bottom: 9px; border-bottom: 1px solid var(--line); }
.admin-email-log span { display: grid; min-width: 0; }
.admin-email-log strong { color: #cbd4dd; font-size: 9px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.admin-email-log small { color: #5d6a77; font-size: 8px; }
.admin-email-log b { align-self: start; font-size: 8px; text-transform: uppercase; }
.admin-email-log b.sent { color: var(--success); }
.admin-email-log b.failed { color: var(--danger); }
.admin-rule-list { display: grid; gap: 15px; }
.admin-rule-list span { color: #85919e; font-size: 11px; }
.admin-rule-list b { color: var(--success); margin-right: 8px; }

@media (max-width: 1100px) {
    :root { --shell: min(980px, calc(100% - 36px)); }
    .hero { min-height: auto; }
    .hero-grid { grid-template-columns: 1fr 1fr; min-height: 680px; }
    .hero h1 { font-size: 82px; }
    .hero-visual { min-height: 580px; }
    .hero-seal { right: 0; bottom: 55px; }
    .product-grid { grid-template-columns: repeat(3, 1fr); }
    .product-detail { gap: 40px; }
    .cart-layout, .checkout-layout { grid-template-columns: 1fr 330px; }
    .faq-layout { gap: 55px; }
    .admin-sidebar { width: 220px; }
    .admin-shell { margin-left: 220px; }
    .admin-form-layout { grid-template-columns: 1fr 280px; }
    .admin-two-col { grid-template-columns: 1fr 350px; }
    .admin-stats { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
    :root { --shell: calc(100% - 32px); }
    .section-pad { padding: 85px 0; }
    .header-inner { height: 72px; grid-template-columns: auto 1fr auto; gap: 15px; }
    .menu-toggle { display: grid; gap: 5px; justify-self: end; }
    .menu-toggle span { width: 23px; height: 1px; background: #dce4ec; }
    .main-nav { display: none; position: fixed; left: 16px; right: 16px; top: 78px; padding: 25px; background: #0b1016f7; border: 1px solid var(--line); flex-direction: column; align-items: flex-start; box-shadow: 0 25px 60px #000a; }
    .main-nav.open { display: flex; }
    .cart-link > span:not(.cart-icon) { display: none; }
    .hero { padding-top: 72px; }
    .hero-grid { grid-template-columns: 1fr; }
    .hero-copy { padding: 85px 0 20px; max-width: 700px; }
    .hero h1 { font-size: clamp(72px, 15vw, 110px); }
    .hero-visual { min-height: 620px; }
    .hero-logo-frame { width: min(560px, 90%); }
    .hero-points { margin-top: 45px; }
    .hero-ticker { margin-top: 25px; }
    .split-heading { align-items: flex-start; flex-direction: column; gap: 25px; }
    .product-grid { grid-template-columns: repeat(2, 1fr); }
    .process-grid { grid-template-columns: 1fr; }
    .process-grid article { min-height: 260px; }
    .manifesto-grid { grid-template-columns: 1fr; }
    .manifesto-visual { height: 530px; }
    .manifesto-copy { padding: 70px 35px; }
    .proof-grid { grid-template-columns: repeat(2, 1fr); }
    .proof-empty { padding: 35px; }
    .faq-layout { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1.3fr .7fr .7fr; gap: 30px; }
    .footer-lead { align-items: flex-start; flex-direction: column; }
    .page-hero { min-height: 430px; padding-top: 155px; }
    .page-hero h1 { font-size: clamp(74px, 17vw, 115px); }
    .shop-toolbar { grid-template-columns: 1fr 1fr; }
    .product-detail { grid-template-columns: 1fr; }
    .gallery-main { max-height: 700px; }
    .product-summary { padding-top: 20px; }
    .product-tabs { margin-top: 65px; }
    .tab-panels article { grid-template-columns: 1fr; gap: 22px; padding: 35px; }
    .cart-layout, .checkout-layout { grid-template-columns: 1fr; }
    .order-summary { position: static; }
    .about-hero-grid, .about-story-grid, .auth-layout { grid-template-columns: 1fr; gap: 50px; }
    .auth-layout { min-height: 0; }
    .auth-card { max-width: 560px; width: 100%; }
    .account-grid, .order-detail-grid { grid-template-columns: 1fr; }
    .delivery-card { grid-template-columns: 1fr 1fr; }
    .delivery-card > div:last-child { grid-column: 1/-1; }
    .admin-sidebar { transform: translateX(-100%); transition: transform .25s ease; width: 250px; box-shadow: 20px 0 60px #000b; }
    .admin-sidebar.open { transform: translateX(0); }
    .admin-shell { margin-left: 0; }
    .admin-menu-toggle { display: block; }
    .admin-topbar { padding: 0 20px; }
    .admin-main { padding: 22px 20px 50px; }
    .admin-form-layout, .admin-two-col { grid-template-columns: 1fr; }
    .admin-sticky { position: static; }
    .admin-quick-grid { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
    :root { --shell: calc(100% - 24px); }
    body { font-size: 14px; }
    .section-pad { padding: 68px 0; }
    .brand-type { font-size: 14px; }
    .brand-mark { width: 36px; height: 36px; }
    .hero-copy { padding-top: 70px; }
    .hero h1 { font-size: 66px; }
    .hero-copy > p { font-size: 14px; }
    .hero-actions { align-items: flex-start; flex-direction: column; }
    .hero-points { gap: 13px; }
    .hero-points span { font-size: 8px; }
    .hero-visual { min-height: 430px; }
    .hero-seal { width: 86px; height: 86px; bottom: 25px; }
    .hero-seal strong { font-size: 21px; }
    .hero-ticker { height: 65px; }
    .section-heading h2 { font-size: 50px; }
    .product-grid { gap: 12px; }
    .product-card-body h3 { font-size: 14px; }
    .product-card-bottom strong { font-size: 14px; }
    .product-arrow { display: none; }
    .catalog-empty { grid-template-columns: 1fr; padding: 30px; }
    .catalog-empty-index { font-size: 55px; }
    .category-strip .shell { grid-template-columns: 1fr; }
    .category-strip a { border-right: 0; border-bottom: 1px solid var(--line); min-height: 100px; }
    .manifesto-visual { height: 400px; }
    .manifesto-copy { padding: 55px 12px; }
    .proof-empty { align-items: center; flex-direction: column; text-align: center; }
    .proof-phone { height: 220px; }
    .faq-list summary { font-size: 14px; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .footer-brand { grid-column: 1/-1; }
    .footer-bottom { flex-direction: column; gap: 8px; }
    .page-hero { min-height: 370px; padding-bottom: 55px; }
    .page-hero h1 { font-size: 66px; }
    .shop-toolbar { grid-template-columns: 1fr; }
    .product-page { padding-top: 105px; }
    .product-summary h1 { font-size: 54px; }
    .add-form { grid-template-columns: 105px 1fr; }
    .tab-buttons { grid-template-columns: 1fr; }
    .tab-buttons button { height: 55px; border-bottom: 1px solid var(--line); }
    .tab-panels article { padding: 28px 20px; }
    .manufacturer-panel { grid-template-columns: 1fr; }
    .cart-list-head { display: none; }
    .cart-item { grid-template-columns: 78px 1fr auto; gap: 12px; }
    .cart-item-image { width: 78px; height: 78px; grid-row: 1/3; }
    .cart-item-info { grid-column: 2; }
    .quantity-picker--small { grid-column: 2; width: 110px; }
    .cart-line-total { grid-column: 3; grid-row: 1; }
    .cart-remove { grid-column: 3; grid-row: 2; }
    .form-section { padding: 23px 18px; }
    .form-grid, .admin-fields { grid-template-columns: 1fr; }
    .full { grid-column: auto; }
    .about-values, .auth-points { flex-direction: column; gap: 10px; }
    .auth-page { padding-top: 125px; }
    .auth-aside h1 { font-size: 58px; }
    .auth-card { padding: 25px 18px; }
    .account-head, .order-detail-head { align-items: flex-start; flex-direction: column; gap: 25px; }
    .order-status-large { text-align: left; }
    .order-row { grid-template-columns: 1fr .8fr 20px; padding: 14px 0; }
    .order-row--head { display: none; }
    .order-row > span:nth-of-type(1) { display: none; }
    .order-row > span:nth-of-type(2) { grid-column: 1; }
    .order-row b { grid-column: 2; grid-row: 1; text-align: right; }
    .order-row em { grid-column: 3; grid-row: 1/3; }
    .delivery-card { grid-template-columns: 1fr; }
    .delivery-card > div:last-child { grid-column: auto; }
    .admin-topbar { height: 82px; }
    .admin-user { display: none; }
    .admin-stats { grid-template-columns: 1fr 1fr; gap: 10px; }
    .admin-stats article { min-height: 125px; padding: 16px; }
    .admin-stats strong { font-size: 32px; }
    .admin-panel { padding: 18px; }
    .admin-table-wrap { margin-inline: -18px; margin-bottom: -18px; }
    .admin-customer-grid, .admin-proof-grid { grid-template-columns: 1fr; }
}
