/* ============================================================
   IRGO UX/UI V2 — fresh premium direction
   Loaded after the legacy styles so existing behaviour stays intact.
============================================================ */

:root {
    --v2-ink: #080b0c;
    --v2-ink-soft: #0e1314;
    --v2-panel: #13191a;
    --v2-panel-raised: #182021;
    --v2-cream: #f4ecde;
    --v2-paper: #e8dbc6;
    --v2-gold: #d9aa57;
    --v2-gold-light: #f2ce85;
    --v2-wine: #8d211d;
    --v2-wine-bright: #b7372f;
    --v2-text: #fbf7ef;
    --v2-muted: #a7afac;
    --v2-line: rgba(255, 255, 255, .1);
    --v2-gold-line: rgba(217, 170, 87, .32);
    --v2-green: #63cf8e;
    --v2-red: #ef7471;
    --v2-blue: #83b6f2;
    --v2-radius-sm: 12px;
    --v2-radius: 20px;
    --v2-radius-lg: 30px;
    --v2-shadow: 0 28px 80px rgba(0, 0, 0, .34);
    --v2-shadow-soft: 0 18px 45px rgba(0, 0, 0, .2);
    --v2-display: Georgia, "Times New Roman", serif;
}

body.irgo-v2 {
    background:
        radial-gradient(circle at 82% -10%, rgba(217, 170, 87, .09), transparent 28rem),
        var(--v2-ink);
    color: var(--v2-text);
    font-size: 16px;
    line-height: 1.6;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

body.irgo-v2 ::selection {
    background: var(--v2-gold);
    color: #181008;
}

body.irgo-v2 :focus-visible {
    outline: 3px solid rgba(242, 206, 133, .88);
    outline-offset: 3px;
}

body.irgo-v2 :where(input, select, textarea) {
    min-height: 48px;
}

body.irgo-v2 :where(button, a, input, select, textarea) {
    -webkit-tap-highlight-color: transparent;
}

body.irgo-v2::-webkit-scrollbar,
body.irgo-v2 *::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

body.irgo-v2::-webkit-scrollbar-thumb,
body.irgo-v2 *::-webkit-scrollbar-thumb {
    border: 3px solid transparent;
    border-radius: 999px;
    background: rgba(217, 170, 87, .42);
    background-clip: padding-box;
}

/* ============================================================
   SHARED PUBLIC NAVIGATION
============================================================ */

body.page-home .nav,
body.page-shop .nav,
body.page-cooperation .nav {
    background: linear-gradient(180deg, rgba(6, 8, 8, .94), rgba(6, 8, 8, .62));
    border-bottom: 1px solid rgba(217, 170, 87, .14);
    backdrop-filter: blur(18px) saturate(125%);
    box-shadow: 0 8px 30px rgba(0, 0, 0, .12);
}

body.page-home .nav-inner,
body.page-shop .nav-inner,
body.page-cooperation .nav-inner {
    min-height: 82px;
}

body.page-home .logo-img,
body.page-shop .brand img,
body.page-cooperation .logo-img {
    height: 70px;
    width: auto;
    object-fit: contain;
    filter: drop-shadow(0 8px 18px rgba(0, 0, 0, .35));
}

body.page-home .nav-links,
body.page-shop .nav-links,
body.page-cooperation .nav-links {
    gap: clamp(14px, 1.65vw, 28px);
}

body.page-home .nav-links a,
body.page-shop .nav-links a,
body.page-cooperation .nav-links a {
    position: relative;
    color: rgba(251, 247, 239, .77);
    font-size: .72rem;
    font-weight: 760;
    letter-spacing: .08em;
    text-transform: uppercase;
}

body.page-home .nav-links a:not(.nav-order)::after,
body.page-shop .nav-links a:not(.active)::after,
body.page-cooperation .nav-links a:not(.nav-order)::after {
    content: "";
    position: absolute;
    left: 0;
    right: 100%;
    bottom: -8px;
    height: 1px;
    background: var(--v2-gold-light);
    transition: right .25s ease;
}

body.page-home .nav-links a:hover::after,
body.page-shop .nav-links a:hover::after,
body.page-cooperation .nav-links a:hover::after {
    right: 0;
}

body.page-home .nav-order,
body.page-cooperation .nav-order,
body.page-shop .cart-button {
    border: 1px solid rgba(242, 206, 133, .3);
    border-radius: var(--v2-radius-sm);
    background: linear-gradient(135deg, var(--v2-wine-bright), var(--v2-wine));
    color: #fff !important;
    box-shadow: 0 12px 30px rgba(141, 33, 29, .28);
}

/* ============================================================
   HOME — CINEMATIC STORYTELLING
============================================================ */

body.page-home .container {
    width: min(92%, 1420px);
}

body.page-home section {
    padding-block: clamp(74px, 8vw, 124px);
}

body.page-home .hero {
    min-height: min(900px, 100svh);
    height: auto;
    border-bottom: 1px solid var(--v2-gold-line);
}

body.page-home .hero-slide {
    background-position: center 42%;
}

body.page-home .hero-overlay {
    background:
        linear-gradient(90deg, rgba(5, 7, 7, .98) 0%, rgba(5, 7, 7, .88) 35%, rgba(5, 7, 7, .32) 72%, rgba(5, 7, 7, .15) 100%),
        linear-gradient(0deg, rgba(5, 7, 7, .96) 0%, transparent 42%),
        linear-gradient(180deg, rgba(5, 7, 7, .4), transparent 25%);
}

body.page-home .hero-content {
    max-width: 920px;
    padding: clamp(170px, 22vh, 240px) 0 145px;
}

body.page-home .kicker,
body.page-home .label {
    color: var(--v2-gold-light);
    font-size: .7rem;
    letter-spacing: .22em;
    text-transform: uppercase;
}

body.page-home .kicker::before {
    display: inline-block;
    width: 42px;
    height: 1px;
    margin-right: 12px;
    background: currentColor;
    content: "";
    vertical-align: middle;
}

body.page-home .hero h1 {
    max-width: 900px;
    font-family: var(--v2-display);
    font-size: clamp(4rem, 7.5vw, 7.4rem);
    font-weight: 500;
    line-height: .87;
    letter-spacing: -.045em;
    text-wrap: balance;
}

body.page-home .hero h1 span {
    display: block;
    margin-top: 14px;
    color: var(--v2-gold-light);
    font-size: .74em;
    font-style: italic;
    letter-spacing: -.03em;
    text-transform: none;
}

body.page-home .hero-description {
    max-width: 640px;
    margin-top: 26px;
    color: rgba(251, 247, 239, .73);
    font-size: 1.02rem;
    line-height: 1.7;
}

body.page-home .hero-buttons {
    gap: 12px;
    margin-top: 32px;
}

body.page-home .btn {
    min-height: 52px;
    padding-inline: 24px;
    border-radius: var(--v2-radius-sm);
    font-size: .7rem;
    letter-spacing: .09em;
}

body.page-home .btn-gold {
    background: linear-gradient(135deg, var(--v2-wine-bright), var(--v2-wine));
    color: #fff;
    box-shadow: 0 16px 32px rgba(141, 33, 29, .25);
}

body.page-home .btn-outline {
    border-color: rgba(251, 247, 239, .24);
    background: rgba(255, 255, 255, .045);
}

body.page-home .hero-stats {
    width: min(92%, 940px);
    margin: 0 auto 24px max(4%, calc((100% - 1420px) / 2));
    grid-template-columns: repeat(3, minmax(0, 1fr));
    overflow: hidden;
    border: 1px solid rgba(217, 170, 87, .2);
    border-radius: var(--v2-radius);
    background: rgba(8, 11, 12, .63);
    backdrop-filter: blur(18px);
    box-shadow: var(--v2-shadow-soft);
}

body.page-home .stat {
    padding: 18px 22px;
    border: 0;
    border-right: 1px solid rgba(217, 170, 87, .15);
}

body.page-home .stat:last-child {
    border-right: 0;
}

body.page-home .stat strong {
    color: var(--v2-text);
    font-size: .72rem;
    letter-spacing: .1em;
}

body.page-home .stat span {
    display: block;
    margin-top: 4px;
    color: var(--v2-muted);
    font-size: .72rem;
}

body.page-home .hero-dots {
    right: max(4%, calc((100% - 1420px) / 2));
    bottom: 42px;
}

body.page-home .hero-dot {
    height: 7px;
    width: 7px;
}

body.page-home .hero-dot.active {
    width: 34px;
    background: var(--v2-gold-light);
}

body.page-home .awards-final {
    padding-block: 34px;
    background:
        radial-gradient(circle at 0 0, rgba(141, 33, 29, .08), transparent 26rem),
        var(--v2-paper);
    color: #211711;
    border-block-color: rgba(57, 38, 23, .18);
}

body.page-home .awards-final-grid {
    grid-template-columns: minmax(250px, 320px) minmax(0, 1fr);
    gap: 32px;
}

body.page-home .awards-final-copy {
    padding-right: 32px;
    border-right-color: rgba(57, 38, 23, .18);
}

body.page-home .awards-final-copy h2 {
    font-size: clamp(1.45rem, 2.1vw, 2.1rem);
    line-height: 1.08;
}

body.page-home .award-link {
    border-radius: 9px;
    transition: background .2s ease, color .2s ease;
}

body.page-home .award-link:hover {
    background: #211711;
    color: var(--v2-cream);
}

body.page-home .awards-final-list article {
    border-right-color: rgba(57, 38, 23, .14);
}

body.page-home #wyroby {
    background:
        radial-gradient(circle at 8% 15%, rgba(141, 33, 29, .12), transparent 24rem),
        var(--v2-ink);
}

body.page-home .product-heading {
    margin-bottom: 46px;
}

body.page-home .title {
    max-width: 950px;
    font-family: var(--v2-display);
    font-size: clamp(3rem, 5.4vw, 5.7rem);
    font-weight: 500;
    line-height: .96;
    letter-spacing: -.045em;
    text-wrap: balance;
}

body.page-home .title em {
    color: var(--v2-gold-light);
}

body.page-home .products {
    gap: 18px;
}

body.page-home .product {
    min-height: 500px;
    border-color: rgba(217, 170, 87, .17);
    border-radius: var(--v2-radius-lg);
    background: var(--v2-panel);
    box-shadow: 0 24px 60px rgba(0, 0, 0, .26);
}

body.page-home .product::before {
    position: absolute;
    inset: 16px;
    z-index: 2;
    border: 1px solid rgba(242, 206, 133, .18);
    border-radius: calc(var(--v2-radius-lg) - 10px);
    content: "";
    pointer-events: none;
}

body.page-home .product::after {
    background: linear-gradient(0deg, rgba(5, 7, 7, .98), rgba(5, 7, 7, .34) 52%, transparent 78%);
}

body.page-home .product-copy {
    left: 38px;
    right: 38px;
    bottom: 36px;
}

body.page-home .product-copy h3 {
    font-family: var(--v2-display);
    font-weight: 500;
    letter-spacing: -.035em;
}

body.page-home .product-copy p {
    color: rgba(251, 247, 239, .64);
}

body.page-home .story {
    position: relative;
    background:
        linear-gradient(90deg, rgba(217, 170, 87, .035), transparent 40%),
        var(--v2-ink-soft);
}

body.page-home .story-grid {
    grid-template-columns: minmax(360px, .86fr) minmax(0, 1.14fr);
    gap: clamp(55px, 8vw, 120px);
}

body.page-home .story-photo {
    position: relative;
    min-height: 0;
    aspect-ratio: 2 / 3;
    overflow: hidden;
    border: 1px solid rgba(217, 170, 87, .24);
    border-radius: var(--v2-radius-lg);
    background: #090b0b;
    box-shadow: var(--v2-shadow);
}

body.page-home .story-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

body.page-home .story-photo::after {
    position: absolute;
    z-index: 2;
    inset: 14px;
    display: block;
    border: 1px solid rgba(242, 206, 133, .2);
    border-radius: calc(var(--v2-radius-lg) - 10px);
    content: "";
    pointer-events: none;
}

body.page-home .story-copy p {
    max-width: 650px;
    color: var(--v2-muted);
    font-size: 1.02rem;
}

body.page-home .timeline {
    border-left-color: var(--v2-gold-line);
}

body.page-home .timeline-item::before {
    box-shadow: 0 0 0 6px rgba(217, 170, 87, .07);
}

body.page-home .google-reviews,
body.page-home .routes {
    background: var(--v2-ink);
}

body.page-home .google-score,
body.page-home .review-card,
body.page-home .reviews-bottom,
body.page-home .route-live,
body.page-home .day-browser,
body.page-home .weekly-details,
body.page-home .today-car,
body.page-home .route-card {
    border-color: rgba(217, 170, 87, .15);
    border-radius: var(--v2-radius);
    background: linear-gradient(145deg, rgba(24, 32, 33, .88), rgba(14, 19, 20, .94));
    box-shadow: 0 20px 55px rgba(0, 0, 0, .16);
}

body.page-home .review-card {
    min-height: 320px;
    padding: 30px;
}

body.page-home .review-card:hover {
    border-color: rgba(217, 170, 87, .38);
    transform: translateY(-5px);
}

body.page-home .route-live {
    overflow: hidden;
}

body.page-home .shop-cta-card,
body.page-home .loyalty-card {
    overflow: hidden;
    border: 1px solid rgba(217, 170, 87, .19);
    border-radius: var(--v2-radius-lg);
    background:
        radial-gradient(circle at 86% 12%, rgba(217, 170, 87, .14), transparent 25rem),
        linear-gradient(135deg, #151c1d, #0c1011);
    box-shadow: var(--v2-shadow);
}

body.page-home .stamp {
    border-color: var(--v2-gold-line);
    background: rgba(217, 170, 87, .055);
}

body.page-home .stamp:last-child {
    font-size: .58rem;
    font-weight: 900;
    letter-spacing: .05em;
}

body.page-home .final {
    background:
        linear-gradient(90deg, rgba(5, 7, 7, .95), rgba(5, 7, 7, .56)),
        url("../images/hero2.webp") center 48% / cover;
}

body.page-home footer {
    border-top: 1px solid rgba(217, 170, 87, .12);
    background: #070909;
}

/* ============================================================
   SHOP — PRODUCT FIRST
============================================================ */

body.page-shop {
    --bg: var(--v2-ink);
    --bg-soft: var(--v2-ink-soft);
    --panel: var(--v2-panel);
    --panel-light: var(--v2-panel-raised);
    --white: var(--v2-text);
    --cream: var(--v2-cream);
    --gold: var(--v2-gold);
    --gold2: var(--v2-gold-light);
    --red: var(--v2-wine);
    --muted: var(--v2-muted);
    --border: var(--v2-line);
    --radius: var(--v2-radius);
}

body.page-shop .container {
    width: min(92%, 1380px);
}

body.page-shop .shop-hero {
    min-height: 670px;
}

body.page-shop .shop-hero-bg {
    background-position: center 48%;
    filter: saturate(.92) contrast(1.04);
}

body.page-shop .shop-hero-overlay {
    background:
        linear-gradient(90deg, rgba(5, 7, 7, .98), rgba(5, 7, 7, .76) 48%, rgba(5, 7, 7, .25)),
        linear-gradient(0deg, var(--v2-ink), transparent 38%);
}

body.page-shop .hero-content {
    gap: clamp(36px, 7vw, 100px);
    padding-top: 155px;
    padding-bottom: 82px;
}

body.page-shop .hero-copy h1,
body.page-shop .section-head h2 {
    font-family: var(--v2-display);
    font-weight: 500;
    letter-spacing: -.045em;
}

body.page-shop .hero-copy h1 {
    max-width: 780px;
    font-size: clamp(3.8rem, 6.5vw, 6.7rem);
    line-height: .9;
}

body.page-shop .hero-copy h1 em,
body.page-shop .section-head h2 em {
    color: var(--v2-gold-light);
}

body.page-shop .hero-copy > p {
    max-width: 620px;
    color: rgba(251, 247, 239, .7);
    font-size: 1.02rem;
}

body.page-shop .primary-btn,
body.page-shop .checkout-btn,
body.page-shop .place-order-btn,
body.page-shop .product-modal-add {
    border-radius: var(--v2-radius-sm);
    background: linear-gradient(135deg, var(--v2-wine-bright), var(--v2-wine));
    color: #fff;
    box-shadow: 0 12px 28px rgba(141, 33, 29, .22);
}

body.page-shop .ghost-btn {
    border-radius: var(--v2-radius-sm);
}

body.page-shop .hero-delivery-card {
    border: 1px solid rgba(217, 170, 87, .22);
    border-radius: var(--v2-radius-lg);
    background: rgba(13, 17, 18, .74);
    box-shadow: var(--v2-shadow);
    backdrop-filter: blur(18px);
}

body.page-shop .trust-strip {
    border-block-color: rgba(217, 170, 87, .13);
    background:
        linear-gradient(90deg, rgba(217, 170, 87, .045), transparent 45%),
        #101617;
    color: var(--v2-text);
}

body.page-shop .trust-grid > div {
    border-color: rgba(217, 170, 87, .15);
}

body.page-shop .trust-grid strong {
    color: var(--v2-gold-light);
}

body.page-shop .trust-grid span {
    color: rgba(251, 247, 239, .68);
}

body.page-shop .products-section {
    padding-block: clamp(72px, 8vw, 115px);
    background:
        radial-gradient(circle at 95% 2%, rgba(217, 170, 87, .08), transparent 25rem),
        var(--v2-ink);
}

body.page-shop .section-head {
    margin-bottom: 42px;
}

body.page-shop .section-head h2 {
    font-size: clamp(3rem, 5vw, 5.1rem);
    line-height: .95;
}

body.page-shop .shop-toolbar {
    position: sticky;
    top: 90px;
    z-index: 30;
    gap: 18px;
    margin-bottom: 34px;
    padding: 12px;
    border: 1px solid rgba(217, 170, 87, .15);
    border-radius: 17px;
    background: rgba(11, 15, 16, .88);
    box-shadow: 0 14px 35px rgba(0, 0, 0, .2);
    backdrop-filter: blur(18px);
}

body.page-shop .category-btn,
body.page-shop .shop-search {
    border-radius: 10px;
}

body.page-shop .category-btn.active {
    background: var(--v2-cream);
    color: #211711;
}

body.page-shop .products-grid {
    gap: 18px;
}

body.page-shop .product-card {
    overflow: hidden;
    border-color: rgba(217, 170, 87, .14);
    border-radius: var(--v2-radius);
    background: linear-gradient(155deg, var(--v2-panel-raised), var(--v2-panel));
    box-shadow: 0 20px 50px rgba(0, 0, 0, .2);
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

body.page-shop .product-card:hover {
    border-color: rgba(217, 170, 87, .38);
    box-shadow: 0 28px 65px rgba(0, 0, 0, .28);
    transform: translateY(-5px);
}

body.page-shop .product-card img {
    transition: transform .55s cubic-bezier(.16, 1, .3, 1);
}

body.page-shop .product-card:hover img {
    transform: scale(1.035);
}

body.page-shop .how-section {
    border-top: 1px solid rgba(217, 170, 87, .12);
    background:
        radial-gradient(circle at 10% 0, rgba(141, 33, 29, .12), transparent 26rem),
        #0d1213;
    color: var(--v2-text);
}

body.page-shop .how-section .eyebrow,
body.page-shop .how-section em,
body.page-shop .steps-grid article > span {
    color: var(--v2-gold-light);
}

body.page-shop .steps-grid article {
    border-color: rgba(217, 170, 87, .16);
    background: linear-gradient(145deg, rgba(24, 32, 33, .88), rgba(14, 19, 20, .96));
    box-shadow: 0 18px 42px rgba(0, 0, 0, .2);
}

body.page-shop .steps-grid h3 {
    color: var(--v2-text);
}

body.page-shop .steps-grid p {
    color: rgba(251, 247, 239, .66);
}

body.page-shop .box-studio {
    position: relative;
    overflow: hidden;
    padding: clamp(76px, 8vw, 118px) 0;
    border-bottom: 1px solid rgba(217, 170, 87, .12);
    background:
        radial-gradient(circle at 86% 12%, rgba(217, 170, 87, .13), transparent 28rem),
        radial-gradient(circle at 12% 100%, rgba(141, 33, 29, .16), transparent 30rem),
        #090d0e;
}

body.page-shop .box-studio-head {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(260px, .7fr);
    align-items: end;
    gap: 50px;
    margin-bottom: 42px;
}

body.page-shop .box-studio-head h2 {
    max-width: 820px;
    margin-top: 13px;
    font-family: var(--v2-display);
    font-size: clamp(3.2rem, 6vw, 6.2rem);
    font-weight: 400;
    line-height: .9;
    letter-spacing: -.055em;
}

body.page-shop .box-studio-head h2 em {
    display: block;
    color: var(--v2-gold-light);
    font-weight: 400;
}

body.page-shop .box-studio-head > p {
    margin: 0;
    color: var(--v2-muted);
    font-size: 1rem;
    line-height: 1.75;
}

body.page-shop .box-offers {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

body.page-shop .box-offer-card {
    position: relative;
    min-height: 330px;
    padding: 30px;
    border: 1px solid rgba(217, 170, 87, .15);
    border-radius: var(--v2-radius);
    background: linear-gradient(145deg, rgba(24, 32, 33, .9), rgba(12, 17, 18, .96));
    box-shadow: 0 20px 52px rgba(0, 0, 0, .22);
}

body.page-shop .box-offer-card.featured {
    border-color: rgba(217, 170, 87, .48);
    background:
        radial-gradient(circle at 90% 0, rgba(217, 170, 87, .14), transparent 17rem),
        linear-gradient(145deg, #1a2223, #0d1213);
}

body.page-shop .box-offer-card > span {
    position: absolute;
    top: 22px;
    right: 24px;
    color: rgba(217, 170, 87, .34);
    font-family: var(--v2-display);
    font-size: 3.4rem;
    line-height: 1;
}

body.page-shop .box-offer-card small {
    color: var(--v2-gold-light);
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .17em;
}

body.page-shop .box-offer-card h3 {
    margin: 60px 0 12px;
    font-family: var(--v2-display);
    font-size: clamp(2.1rem, 3vw, 3.1rem);
    font-weight: 400;
    line-height: 1;
}

body.page-shop .box-offer-card p {
    max-width: 350px;
    color: rgba(251, 247, 239, .64);
    line-height: 1.65;
}

body.page-shop .box-offer-card button {
    position: absolute;
    right: 30px;
    bottom: 28px;
    left: 30px;
    min-height: 50px;
    border: 1px solid rgba(217, 170, 87, .28);
    border-radius: 11px;
    background: rgba(217, 170, 87, .075);
    color: var(--v2-gold-light);
    font-weight: 800;
    cursor: pointer;
}

body.page-shop .box-offer-card.featured button {
    border-color: transparent;
    background: linear-gradient(135deg, var(--v2-wine-bright), var(--v2-wine));
    color: #fff;
}

body.page-shop .box-studio-note {
    display: flex;
    gap: 12px 22px;
    margin-top: 22px;
    padding: 18px 22px;
    border: 1px solid rgba(217, 170, 87, .14);
    border-radius: 14px;
    background: rgba(255, 255, 255, .025);
}

body.page-shop .box-studio-note strong {
    color: var(--v2-gold-light);
    white-space: nowrap;
}

body.page-shop .box-studio-note span {
    color: var(--v2-muted);
}

body.page-shop .box-builder-overlay {
    position: fixed;
    z-index: 10020;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 24px;
    background: rgba(3, 5, 5, .86);
    opacity: 0;
    visibility: hidden;
    transition: opacity .22s ease, visibility .22s ease;
    backdrop-filter: blur(16px);
}

body.page-shop .box-builder-overlay.open {
    opacity: 1;
    visibility: visible;
}

body.page-shop .box-builder-modal {
    width: min(1100px, 100%);
    max-height: min(900px, 92vh);
    overflow: auto;
    border: 1px solid rgba(217, 170, 87, .26);
    border-radius: 24px;
    background:
        radial-gradient(circle at 100% 0, rgba(217, 170, 87, .09), transparent 24rem),
        #0c1112;
    box-shadow: 0 35px 100px rgba(0, 0, 0, .6);
}

body.page-shop .box-builder-head,
body.page-shop .box-builder-footer {
    position: sticky;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    padding: 22px 26px;
    background: rgba(12, 17, 18, .94);
    backdrop-filter: blur(16px);
}

body.page-shop .box-builder-head {
    top: 0;
    border-bottom: 1px solid rgba(217, 170, 87, .13);
}

body.page-shop .box-builder-head small,
body.page-shop .box-builder-progress span,
body.page-shop .box-builder-footer span {
    color: var(--v2-muted);
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .13em;
}

body.page-shop .box-builder-head h2 {
    margin-top: 4px;
    font-family: var(--v2-display);
    font-size: 2.2rem;
    font-weight: 400;
}

body.page-shop .box-builder-head button {
    width: 46px;
    height: 46px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 12px;
    background: rgba(255, 255, 255, .04);
    color: #fff;
    cursor: pointer;
}

body.page-shop .box-builder-progress {
    padding: 20px 26px 8px;
}

body.page-shop .box-builder-progress > div:first-child {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

body.page-shop .box-builder-progress strong {
    color: var(--v2-gold-light);
}

body.page-shop .box-progress-track {
    height: 6px;
    margin-top: 12px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(255, 255, 255, .08);
}

body.page-shop .box-progress-track span {
    display: block;
    width: 0;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--v2-wine-bright), var(--v2-gold));
    transition: width .22s ease;
}

body.page-shop .box-builder-products {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    padding: 18px 26px 28px;
}

body.page-shop .box-product-option {
    display: grid;
    grid-template-columns: auto 66px minmax(0, 1fr) auto;
    align-items: center;
    gap: 13px;
    min-height: 92px;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 15px;
    background: rgba(255, 255, 255, .025);
    cursor: pointer;
    transition: border-color .2s ease, background .2s ease;
}

body.page-shop .box-product-option.selected {
    border-color: rgba(217, 170, 87, .58);
    background: rgba(217, 170, 87, .075);
}

body.page-shop .box-product-option input {
    min-height: 0;
    accent-color: var(--v2-gold);
}

body.page-shop .box-product-option img {
    width: 66px;
    height: 66px;
    border-radius: 11px;
    object-fit: cover;
}

body.page-shop .box-product-option span {
    min-width: 0;
}

body.page-shop .box-product-option small,
body.page-shop .box-product-option strong,
body.page-shop .box-product-option em {
    display: block;
}

body.page-shop .box-product-option small {
    color: var(--v2-gold-light);
    font-size: .65rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

body.page-shop .box-product-option strong {
    overflow: hidden;
    margin: 2px 0;
    color: var(--v2-text);
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.page-shop .box-product-option em {
    color: var(--v2-muted);
    font-size: .76rem;
    font-style: normal;
}

body.page-shop .box-product-option > b {
    display: grid;
    width: 28px;
    height: 28px;
    place-items: center;
    border-radius: 50%;
    background: rgba(217, 170, 87, .1);
    color: transparent;
}

body.page-shop .box-product-option.selected > b {
    background: var(--v2-gold);
    color: #17110b;
}

body.page-shop .box-builder-footer {
    bottom: 0;
    border-top: 1px solid rgba(217, 170, 87, .13);
}

body.page-shop .box-builder-footer > div span,
body.page-shop .box-builder-footer > div strong {
    display: block;
}

body.page-shop .box-builder-footer strong {
    color: var(--v2-gold-light);
    font-family: var(--v2-display);
    font-size: 1.8rem;
}

body.page-shop .box-builder-footer button {
    min-width: 300px;
    min-height: 54px;
    border: 0;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--v2-wine-bright), var(--v2-wine));
    color: #fff;
    font-weight: 800;
    cursor: pointer;
}

body.page-shop .box-builder-footer button:disabled {
    background: rgba(255, 255, 255, .08);
    color: rgba(255, 255, 255, .42);
    cursor: not-allowed;
}

body.page-shop .sets-section {
    padding: clamp(76px, 8vw, 118px) 0;
    border-bottom: 1px solid rgba(217, 170, 87, .12);
    background:
        radial-gradient(circle at 88% 8%, rgba(217, 170, 87, .12), transparent 28rem),
        #090d0e;
}

body.page-shop .sets-section-head {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(260px, .7fr);
    align-items: end;
    gap: 48px;
    margin-bottom: 38px;
}

body.page-shop .sets-section-head h2 {
    margin-top: 12px;
    font-family: var(--v2-display);
    font-size: clamp(3rem, 5.5vw, 5.5rem);
    font-weight: 400;
    line-height: .92;
    letter-spacing: -.05em;
}

body.page-shop .sets-section-head h2 em {
    display: block;
    color: var(--v2-gold-light);
    font-weight: 400;
}

body.page-shop .sets-section-head > p {
    color: var(--v2-muted);
    line-height: 1.75;
}

body.page-shop .sets-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

body.page-shop .ready-set-card {
    overflow: hidden;
    border: 1px solid rgba(217, 170, 87, .18);
    border-radius: var(--v2-radius);
    background: linear-gradient(150deg, var(--v2-panel-raised), var(--v2-panel));
    box-shadow: 0 22px 54px rgba(0, 0, 0, .24);
}

body.page-shop .ready-set-image {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border: 0;
    background: #151b1c;
    cursor: pointer;
}

body.page-shop .ready-set-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease;
}

body.page-shop .ready-set-card:hover .ready-set-image img {
    transform: scale(1.04);
}

body.page-shop .ready-set-image span {
    position: absolute;
    top: 16px;
    left: 16px;
    padding: 7px 10px;
    border-radius: 999px;
    background: rgba(8, 11, 12, .82);
    color: var(--v2-gold-light);
    font-size: .65rem;
    font-weight: 900;
    letter-spacing: .12em;
    backdrop-filter: blur(12px);
}

body.page-shop .ready-set-body {
    padding: 24px;
}

body.page-shop .ready-set-body > small {
    color: var(--v2-gold-light);
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

body.page-shop .ready-set-body h3 {
    margin: 7px 0 10px;
    font-family: var(--v2-display);
    font-size: 2rem;
    font-weight: 400;
}

body.page-shop .ready-set-body p {
    min-height: 52px;
    color: var(--v2-muted);
    line-height: 1.6;
}

body.page-shop .ready-set-body > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-top: 22px;
}

body.page-shop .ready-set-body > div > strong {
    color: var(--v2-gold-light);
    font-family: var(--v2-display);
    font-size: 1.55rem;
}

body.page-shop .ready-set-body button {
    min-height: 44px;
    padding: 0 16px;
    border: 0;
    border-radius: 10px;
    background: linear-gradient(135deg, var(--v2-wine-bright), var(--v2-wine));
    color: #fff;
    font-weight: 800;
    cursor: pointer;
}

body.page-shop .cart-recommendations {
    margin: 0 18px 18px;
    padding: 16px;
    border: 1px solid rgba(217, 170, 87, .2);
    border-radius: 15px;
    background: rgba(217, 170, 87, .055);
}

body.page-shop .cart-recommendations-head {
    margin-bottom: 12px;
}

body.page-shop .cart-recommendations-head small,
body.page-shop .cart-recommendations-head strong {
    display: block;
}

body.page-shop .cart-recommendations-head small {
    color: var(--v2-gold-light);
    font-size: .64rem;
    font-weight: 900;
    letter-spacing: .13em;
}

body.page-shop .cart-recommendations-head strong {
    margin-top: 2px;
    color: var(--v2-text);
}

body.page-shop #cartRecommendationsList {
    display: grid;
    gap: 8px;
}

body.page-shop .cart-recommendation-item {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr) 38px;
    align-items: center;
    gap: 10px;
    padding: 8px;
    border-radius: 11px;
    background: rgba(255, 255, 255, .035);
}

body.page-shop .cart-recommendation-item img {
    width: 52px;
    height: 52px;
    border-radius: 9px;
    object-fit: cover;
}

body.page-shop .cart-recommendation-item strong,
body.page-shop .cart-recommendation-item span {
    display: block;
}

body.page-shop .cart-recommendation-item strong {
    overflow: hidden;
    color: var(--v2-text);
    font-size: .82rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.page-shop .cart-recommendation-item span {
    margin-top: 2px;
    color: var(--v2-muted);
    font-size: .7rem;
}

body.page-shop .cart-recommendation-item button {
    width: 38px;
    height: 38px;
    border: 1px solid rgba(217, 170, 87, .28);
    border-radius: 10px;
    background: rgba(217, 170, 87, .1);
    color: var(--v2-gold-light);
    font-size: 1.2rem;
    cursor: pointer;
}

body.page-shop .cart-drawer,
body.page-shop .checkout-modal,
body.page-shop .product-modal-content {
    border-color: rgba(217, 170, 87, .2);
    background:
        radial-gradient(circle at 100% 0, rgba(217, 170, 87, .08), transparent 22rem),
        #0c1112;
    box-shadow: -28px 0 80px rgba(0, 0, 0, .38);
}

body.page-shop .checkout-head,
body.page-shop .cart-head {
    border-bottom-color: rgba(217, 170, 87, .14);
}

body.page-shop .checkout-section,
body.page-shop .order-summary,
body.page-shop .shipping-card,
body.page-shop .discount-box,
body.page-shop .inpost-widget-shell {
    border-color: rgba(217, 170, 87, .14) !important;
    border-radius: var(--v2-radius) !important;
    background: rgba(255, 255, 255, .025);
}

body.page-shop .shipping-card.active {
    border-color: rgba(217, 170, 87, .52) !important;
    background: rgba(217, 170, 87, .075);
}

body.page-shop .payment-options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

body.page-shop .payment-card {
    display: grid;
    grid-template-columns: auto 42px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    min-height: 92px;
    padding: 16px;
    border: 1px solid rgba(217, 170, 87, .14);
    border-radius: var(--v2-radius-sm);
    background: rgba(255, 255, 255, .025);
    cursor: pointer;
    transition: border-color .2s ease, background .2s ease, transform .2s ease, opacity .2s ease;
}

body.page-shop .payment-card:hover {
    transform: translateY(-2px);
    border-color: rgba(217, 170, 87, .34);
}

body.page-shop .payment-card.active {
    border-color: rgba(217, 170, 87, .58);
    background: linear-gradient(135deg, rgba(217, 170, 87, .11), rgba(217, 170, 87, .035));
}

body.page-shop .payment-card.disabled {
    opacity: .42;
    cursor: not-allowed;
    transform: none;
}

body.page-shop .payment-card input {
    accent-color: var(--v2-gold);
}

body.page-shop .payment-icon {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border: 1px solid rgba(217, 170, 87, .18);
    border-radius: 12px;
    background: rgba(217, 170, 87, .07);
    color: var(--v2-gold-light);
    font-size: 1.15rem;
}

body.page-shop .payment-card strong {
    display: block;
    margin-bottom: 4px;
    color: var(--v2-text);
}

body.page-shop .payment-card p,
body.page-shop .payment-note {
    color: var(--v2-muted);
    font-size: .82rem;
    line-height: 1.55;
}

body.page-shop .product-modal-description {
    white-space: pre-line;
}

body.page-shop .payment-note {
    margin: 12px 0 0;
    padding-left: 14px;
    border-left: 2px solid rgba(217, 170, 87, .42);
}

body.page-shop .success-payment-message {
    margin: 14px 0 0;
    padding: 12px 14px;
    border: 1px solid rgba(217, 170, 87, .2);
    border-radius: 12px;
    background: rgba(217, 170, 87, .07);
    color: rgba(251, 247, 239, .82);
    font-size: .86rem;
    line-height: 1.55;
}

body.page-admin .payment-table-meta {
    display: inline-block;
    margin-top: 6px;
    color: #d6a94f !important;
    font-weight: 700;
}

body.page-admin .payment-table-meta.is-paid {
    color: #69d5a3 !important;
}

body.page-admin #orderDetailsPaymentStatus {
    border-color: rgba(217, 170, 87, .34);
    color: var(--v2-gold-light);
}

body.page-admin .product-set-fields {
    padding: 18px;
    border: 1px solid rgba(217, 170, 87, .2);
    border-radius: 14px;
    background: rgba(217, 170, 87, .055);
}

body.page-admin .product-set-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 16px;
}

body.page-admin .product-set-heading strong,
body.page-admin .product-set-heading small,
body.page-admin .product-set-summary span,
body.page-admin .product-set-summary strong {
    display: block;
}

body.page-admin .product-set-heading small,
body.page-admin .product-set-summary span {
    color: var(--v2-muted);
}

body.page-admin .product-set-summary {
    text-align: right;
}

body.page-admin .product-set-summary strong {
    color: var(--v2-gold-light);
    font-family: var(--v2-display);
    font-size: 1.35rem;
}

body.page-admin .product-set-components {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    max-height: 360px;
    overflow: auto;
    padding-right: 4px;
}

body.page-admin .product-set-component {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 82px;
    align-items: center;
    gap: 10px;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 12px;
    background: rgba(255, 255, 255, .025);
}

body.page-admin .product-set-component.selected {
    border-color: rgba(217, 170, 87, .46);
    background: rgba(217, 170, 87, .07);
}

body.page-admin .product-set-component > label {
    display: grid;
    grid-template-columns: auto 46px minmax(0, 1fr);
    align-items: center;
    gap: 9px;
    cursor: pointer;
}

body.page-admin .product-set-component > label input {
    min-height: 0;
    accent-color: var(--v2-gold);
}

body.page-admin .product-set-component img {
    width: 46px;
    height: 46px;
    border-radius: 9px;
    object-fit: cover;
}

body.page-admin .product-set-component span {
    min-width: 0;
}

body.page-admin .product-set-component span strong,
body.page-admin .product-set-component span small {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.page-admin .product-set-component span small {
    color: var(--v2-muted);
    font-size: .7rem;
}

body.page-admin .product-set-quantity {
    width: 82px;
    min-height: 42px;
    text-align: center;
}

body.page-admin .product-set-fields label {
    display: grid;
    gap: 9px;
}

body.page-admin .product-set-fields textarea {
    min-height: 120px;
    resize: vertical;
}

body.page-admin .product-set-fields > small {
    display: block;
    margin-top: 10px;
    color: var(--v2-muted);
    line-height: 1.55;
}

body.page-admin .inpost-shipment-actions button[disabled] {
    border-color: rgba(255, 255, 255, .12);
    background: rgba(255, 255, 255, .055);
    color: rgba(255, 255, 255, .5);
}

body.page-shop :where(input, select, textarea) {
    border-color: rgba(255, 255, 255, .13);
    border-radius: 10px;
    background: rgba(255, 255, 255, .045);
    color: var(--v2-text);
}

body.page-shop :where(input, select, textarea):focus {
    border-color: rgba(217, 170, 87, .64);
    box-shadow: 0 0 0 4px rgba(217, 170, 87, .08);
}

body.page-shop .toast,
body.page-cooperation .toast {
    border-color: var(--v2-gold-line);
    border-radius: var(--v2-radius-sm);
    background: #182021;
    box-shadow: var(--v2-shadow);
}

/* ============================================================
   COOPERATION — BUSINESS, NOT CORPORATE
============================================================ */

body.page-cooperation {
    --bg: var(--v2-ink);
    --bg2: var(--v2-ink-soft);
    --panel: var(--v2-panel);
    --cream: var(--v2-cream);
    --white: var(--v2-text);
    --gold: var(--v2-gold);
    --gold2: var(--v2-gold-light);
    --red: var(--v2-wine);
    --muted: var(--v2-muted);
    --border: var(--v2-line);
    --radius: var(--v2-radius);
}

body.page-cooperation .container {
    width: min(92%, 1360px);
}

body.page-cooperation section {
    padding-block: clamp(72px, 8vw, 118px);
}

body.page-cooperation .hero {
    min-height: 760px;
}

body.page-cooperation .hero-overlay {
    background:
        linear-gradient(90deg, rgba(5, 7, 7, .98), rgba(5, 7, 7, .7) 52%, rgba(5, 7, 7, .2)),
        linear-gradient(0deg, var(--v2-ink), transparent 42%);
}

body.page-cooperation .hero-grid {
    gap: clamp(44px, 7vw, 100px);
    padding-top: 135px;
}

body.page-cooperation .hero-copy h1,
body.page-cooperation .title {
    font-family: var(--v2-display);
    font-weight: 500;
    letter-spacing: -.045em;
}

body.page-cooperation .hero-copy h1 {
    font-size: clamp(4rem, 7vw, 7rem);
    line-height: .9;
}

body.page-cooperation .hero-copy h1 em,
body.page-cooperation .title em {
    color: var(--v2-gold-light);
}

body.page-cooperation .hero-card,
body.page-cooperation .partner-card,
body.page-cooperation .process-step,
body.page-cooperation .why-item,
body.page-cooperation .b2b-form {
    border-color: rgba(217, 170, 87, .15);
    border-radius: var(--v2-radius);
    background: linear-gradient(145deg, rgba(24, 32, 33, .9), rgba(14, 19, 20, .96));
    box-shadow: 0 20px 52px rgba(0, 0, 0, .17);
}

body.page-cooperation .partner-card.featured {
    border-color: rgba(217, 170, 87, .4);
    background:
        radial-gradient(circle at 100% 0, rgba(217, 170, 87, .12), transparent 18rem),
        linear-gradient(145deg, #1a2223, #101516);
}

body.page-cooperation .partner-card:hover,
body.page-cooperation .why-item:hover {
    border-color: rgba(217, 170, 87, .38);
    transform: translateY(-4px);
}

body.page-cooperation .why-irgo,
body.page-cooperation .form-section {
    background:
        radial-gradient(circle at 8% 15%, rgba(141, 33, 29, .1), transparent 26rem),
        var(--v2-ink-soft);
}

body.page-cooperation :where(input, select, textarea) {
    border-color: rgba(255, 255, 255, .13);
    border-radius: 10px;
    background: rgba(255, 255, 255, .04);
    color: var(--v2-text);
}

body.page-cooperation :where(input, select, textarea):focus {
    border-color: rgba(217, 170, 87, .64);
    box-shadow: 0 0 0 4px rgba(217, 170, 87, .08);
}

body.page-cooperation .btn-gold,
body.page-cooperation .submit-btn {
    border-radius: var(--v2-radius-sm);
    background: linear-gradient(135deg, var(--v2-wine-bright), var(--v2-wine));
    color: #fff;
    box-shadow: 0 14px 30px rgba(141, 33, 29, .22);
}

/* ============================================================
   ADMIN — HIGH CLARITY WORKSPACE
============================================================ */

body.page-admin {
    --bg: #080b0c;
    --panel: #111718;
    --panel2: #151d1e;
    --panel3: #1a2324;
    --gold: var(--v2-gold);
    --gold2: var(--v2-gold-light);
    --text: var(--v2-text);
    --muted: #98a4a1;
    --green: var(--v2-green);
    --red: var(--v2-red);
    --blue: var(--v2-blue);
    --border: rgba(255, 255, 255, .085);
    --radius: 15px;
    --sidebar: 252px;
    font-size: 15px;
}

body.page-admin .app {
    background:
        radial-gradient(circle at 72% -12%, rgba(217, 170, 87, .08), transparent 34rem),
        #080b0c;
}

body.page-admin .sidebar {
    padding: 18px 14px;
    border-right-color: rgba(217, 170, 87, .13);
    background:
        radial-gradient(circle at 50% 0, rgba(217, 170, 87, .085), transparent 16rem),
        linear-gradient(180deg, #0d1213, #080b0c);
    box-shadow: 12px 0 38px rgba(0, 0, 0, .16);
}

body.page-admin .brand {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 92px;
    padding: 4px 14px 18px;
    border-bottom-color: rgba(217, 170, 87, .13);
}

body.page-admin .brand img {
    width: 126px;
    height: 86px;
    filter: drop-shadow(0 10px 22px rgba(0, 0, 0, .34));
}

body.page-admin .menu {
    gap: 5px;
    margin-top: 17px;
    padding-right: 4px;
}

body.page-admin .menu-item {
    min-height: 46px;
    padding: 11px 13px;
    border: 1px solid transparent;
    border-radius: 11px;
    color: #aeb8b5;
    font-size: .84rem;
    font-weight: 650;
}

body.page-admin .menu-item:hover {
    border-color: rgba(255, 255, 255, .06);
    background: rgba(255, 255, 255, .035);
}

body.page-admin .menu-item.active {
    border-color: rgba(217, 170, 87, .22);
    background: linear-gradient(90deg, rgba(217, 170, 87, .2), rgba(217, 170, 87, .055));
    box-shadow: inset 3px 0 0 var(--v2-gold-light);
}

body.page-admin .menu-item span {
    color: var(--v2-gold-light);
}

body.page-admin .menu-count {
    border: 1px solid rgba(255, 255, 255, .07);
    background: rgba(255, 255, 255, .05);
}

body.page-admin .sidebar-bottom {
    padding-top: 14px;
    border-top-color: rgba(217, 170, 87, .12);
}

body.page-admin .main {
    padding: clamp(25px, 3vw, 46px);
}

body.page-admin .page-head {
    align-items: flex-end;
    margin-bottom: 28px;
    padding-bottom: 22px;
    border-bottom: 1px solid rgba(217, 170, 87, .12);
}

body.page-admin .page-head h1 {
    margin-top: 3px;
    font-family: var(--v2-display);
    font-size: clamp(2.2rem, 3.5vw, 3.35rem);
    font-weight: 500;
    letter-spacing: -.035em;
    line-height: 1;
}

body.page-admin .page-head p {
    margin-top: 8px;
    color: var(--muted);
}

body.page-admin .clock {
    border-color: rgba(217, 170, 87, .18);
    border-radius: 12px;
    background: rgba(217, 170, 87, .055);
}

body.page-admin .alerts {
    border-color: rgba(217, 170, 87, .17);
    border-radius: var(--v2-radius-sm);
    background: rgba(217, 170, 87, .055);
}

body.page-admin .stats-grid {
    gap: 14px;
}

body.page-admin .stat-card,
body.page-admin .mini-stat-card,
body.page-admin .route-preview,
body.page-admin .driver-card,
body.page-admin .review-admin,
body.page-admin .settings-panel,
body.page-admin .cooperation-manage-card,
body.page-admin .order-detail-card {
    border-color: rgba(217, 170, 87, .12);
    border-radius: 15px;
    background:
        linear-gradient(145deg, rgba(24, 32, 33, .82), rgba(14, 19, 20, .92));
    box-shadow: 0 18px 44px rgba(0, 0, 0, .14);
}

body.page-admin .stat-card {
    position: relative;
    overflow: hidden;
    padding: 22px;
}

body.page-admin .stat-card::after {
    position: absolute;
    right: -28px;
    bottom: -34px;
    width: 92px;
    height: 92px;
    border-radius: 50%;
    background: rgba(217, 170, 87, .05);
    content: "";
}

body.page-admin .stat-card:hover,
body.page-admin .route-preview:hover,
body.page-admin .driver-card:hover {
    border-color: rgba(217, 170, 87, .3);
    transform: translateY(-3px);
}

body.page-admin .stat-icon {
    border: 1px solid rgba(217, 170, 87, .16);
    border-radius: 11px;
    background: rgba(217, 170, 87, .075);
    color: var(--v2-gold-light);
}

body.page-admin .stat-card > strong,
body.page-admin .mini-stat-card > strong {
    font-family: var(--v2-display);
    font-weight: 500;
    letter-spacing: -.025em;
}

body.page-admin .section-title-row {
    margin-top: 34px;
    margin-bottom: 15px;
}

body.page-admin .section-title-row h2 {
    font-family: var(--v2-display);
    font-size: 1.55rem;
    font-weight: 500;
}

body.page-admin .dashboard-actions-title {
    align-items: end;
}

body.page-admin .dashboard-actions-title span {
    color: var(--muted);
    font-size: .82rem;
}

body.page-admin .dashboard-actions {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

body.page-admin .dashboard-action {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) auto;
    align-items: center;
    gap: 13px;
    min-height: 92px;
    padding: 18px;
    border: 1px solid rgba(217, 170, 87, .12);
    border-radius: 15px;
    background: linear-gradient(145deg, rgba(24, 32, 33, .82), rgba(14, 19, 20, .92));
    color: var(--v2-paper);
    text-align: left;
    cursor: pointer;
    transition: border-color .2s ease, transform .2s ease, background .2s ease;
}

body.page-admin .dashboard-action:hover,
body.page-admin .dashboard-action:focus-visible {
    border-color: rgba(217, 170, 87, .38);
    transform: translateY(-3px);
}

body.page-admin .dashboard-action-featured {
    border-color: rgba(217, 170, 87, .3);
    background: linear-gradient(135deg, rgba(112, 29, 24, .92), rgba(55, 20, 18, .94));
}

body.page-admin .dashboard-action-icon {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border: 1px solid rgba(217, 170, 87, .2);
    border-radius: 12px;
    background: rgba(217, 170, 87, .08);
    color: var(--v2-gold-light);
    font-weight: 800;
}

body.page-admin .dashboard-action span:nth-child(2) {
    display: grid;
    gap: 4px;
}

body.page-admin .dashboard-action strong,
body.page-admin .dashboard-action small {
    display: block;
}

body.page-admin .dashboard-action strong {
    font-size: .92rem;
}

body.page-admin .dashboard-action small {
    color: var(--muted);
    font-size: .74rem;
    line-height: 1.4;
}

body.page-admin .dashboard-action b {
    color: var(--v2-gold-light);
    font-size: 1.1rem;
}

body.page-admin .table-wrap {
    overflow: hidden;
    border-color: rgba(217, 170, 87, .12);
    border-radius: 15px;
    background: rgba(15, 21, 22, .86);
    box-shadow: 0 20px 50px rgba(0, 0, 0, .15);
}

body.page-admin table {
    border-collapse: separate;
    border-spacing: 0;
}

body.page-admin thead {
    background: rgba(217, 170, 87, .055);
}

body.page-admin th {
    color: var(--v2-gold-light);
    font-size: .66rem;
    letter-spacing: .1em;
    text-transform: uppercase;
}

body.page-admin td,
body.page-admin th {
    border-bottom-color: rgba(255, 255, 255, .055);
}

body.page-admin tbody tr {
    transition: background .18s ease;
}

body.page-admin tbody tr:hover {
    background: rgba(217, 170, 87, .035);
}

body.page-admin .filters {
    gap: 10px;
    padding: 11px;
    border: 1px solid rgba(217, 170, 87, .12);
    border-radius: 14px;
    background: rgba(15, 21, 22, .76);
}

body.page-admin :where(input, select, textarea) {
    border-color: rgba(255, 255, 255, .12);
    border-radius: 10px;
    background: rgba(255, 255, 255, .04);
    color: var(--v2-text);
}

body.page-admin select {
    color-scheme: dark;
    background-color: #141b1c;
    color: #fbf7ef;
}

body.page-admin select option,
body.page-admin select optgroup {
    background: #141b1c;
    color: #fbf7ef;
}

body.page-admin select option:checked {
    background: #70211c;
    color: #fffaf2;
}

body.page-admin :where(input, select, textarea):focus {
    border-color: rgba(217, 170, 87, .58);
    box-shadow: 0 0 0 4px rgba(217, 170, 87, .075);
}

body.page-admin .primary-btn,
body.page-admin .auth-submit {
    border-radius: 10px;
    background: linear-gradient(135deg, var(--v2-wine-bright), var(--v2-wine));
    color: #fff;
    box-shadow: 0 10px 25px rgba(141, 33, 29, .2);
}

body.page-admin .secondary-btn,
body.page-admin .text-btn {
    border-color: rgba(217, 170, 87, .18);
    border-radius: 10px;
    background: rgba(217, 170, 87, .045);
}

body.page-admin .modal-backdrop,
body.page-driver .modal-backdrop {
    background: rgba(2, 4, 4, .78);
    backdrop-filter: blur(8px);
}

body.page-admin .modal,
body.page-admin .order-details-modal,
body.page-admin .cooperation-details-modal {
    border-color: rgba(217, 170, 87, .2);
    border-radius: var(--v2-radius);
    background:
        radial-gradient(circle at 100% 0, rgba(217, 170, 87, .08), transparent 24rem),
        #0e1415;
    box-shadow: var(--v2-shadow);
}

body.page-admin .auth-screen {
    background:
        linear-gradient(90deg, rgba(5, 7, 7, .96), rgba(5, 7, 7, .68)),
        url("../images/hero1.webp") center / cover;
}

body.page-admin .auth-background {
    background: radial-gradient(circle at 70% 30%, rgba(217, 170, 87, .13), transparent 28rem);
}

body.page-admin .auth-card {
    border: 1px solid rgba(217, 170, 87, .23);
    border-radius: var(--v2-radius-lg);
    background: rgba(12, 17, 18, .88);
    box-shadow: var(--v2-shadow);
    backdrop-filter: blur(20px);
}

body.page-admin .auth-heading h1 {
    font-family: var(--v2-display);
    font-weight: 500;
    letter-spacing: -.035em;
}

body.page-admin .toast {
    max-width: min(430px, calc(100vw - 32px));
    border-color: var(--v2-gold-line);
    border-radius: var(--v2-radius-sm);
    background: #182021;
    box-shadow: var(--v2-shadow);
}

/* ============================================================
   DRIVER — FIELD-FIRST, LARGE TOUCH TARGETS
============================================================ */

body.page-driver {
    --bg: var(--v2-ink);
    --bg2: var(--v2-ink-soft);
    --panel: var(--v2-panel);
    --panel2: var(--v2-panel-raised);
    --panel3: #1c2526;
    --gold: var(--v2-gold);
    --gold2: var(--v2-gold-light);
    --text: var(--v2-text);
    --muted: var(--v2-muted);
    --green: var(--v2-green);
    --red: var(--v2-red);
    --blue: var(--v2-blue);
    --border: var(--v2-line);
    --radius: 16px;
}

body.page-driver .login-screen {
    background:
        linear-gradient(180deg, rgba(5, 7, 7, .9), rgba(5, 7, 7, .98)),
        url("../images/hero2.webp") center / cover;
}

body.page-driver .driver-choice-card,
body.page-driver .login-box,
body.page-driver .driver-card,
body.page-driver .current-stop-card,
body.page-driver .driver-stats article {
    border-color: rgba(217, 170, 87, .14);
    border-radius: var(--v2-radius);
    background: linear-gradient(145deg, rgba(24, 32, 33, .9), rgba(14, 19, 20, .96));
    box-shadow: 0 20px 50px rgba(0, 0, 0, .17);
}

body.page-driver .driver-choice-card.selected {
    border-color: rgba(217, 170, 87, .52);
    background:
        radial-gradient(circle at 100% 0, rgba(217, 170, 87, .14), transparent 15rem),
        #182021;
}

body.page-driver .login-brand h1,
body.page-driver .driver-head h1,
body.page-driver .page-title h1,
body.page-driver .current-stop-card h2 {
    font-family: var(--v2-display);
    font-weight: 500;
    letter-spacing: -.035em;
}

body.page-driver .driver-sidebar {
    border-right-color: rgba(217, 170, 87, .13);
    background:
        radial-gradient(circle at 50% 0, rgba(217, 170, 87, .08), transparent 17rem),
        linear-gradient(180deg, #0d1213, #080b0c);
}

body.page-driver .driver-menu-item {
    min-height: 50px;
    border: 1px solid transparent;
    border-radius: 11px;
}

body.page-driver .driver-menu-item.active {
    border-color: rgba(217, 170, 87, .2);
    background: linear-gradient(90deg, rgba(217, 170, 87, .2), rgba(217, 170, 87, .05));
    box-shadow: inset 3px 0 0 var(--v2-gold-light);
}

body.page-driver .driver-main {
    background:
        radial-gradient(circle at 75% -10%, rgba(217, 170, 87, .08), transparent 30rem),
        var(--v2-ink);
}

body.page-driver .current-stop-card {
    overflow: hidden;
    border-color: rgba(217, 170, 87, .28);
    background:
        radial-gradient(circle at 92% 20%, rgba(217, 170, 87, .14), transparent 18rem),
        linear-gradient(135deg, #182122, #101516);
}

body.page-driver .arrived-main-btn,
body.page-driver .gold-btn,
body.page-driver .login-btn,
body.page-driver .done-action {
    min-height: 52px;
    border-radius: 11px;
    background: linear-gradient(135deg, var(--v2-wine-bright), var(--v2-wine));
    color: #fff;
    box-shadow: 0 12px 26px rgba(141, 33, 29, .2);
}

body.page-driver .quick-actions button {
    min-height: 54px;
    border-radius: 11px;
}

body.page-driver :where(input, select, textarea) {
    border-color: rgba(255, 255, 255, .12);
    border-radius: 10px;
    background: rgba(255, 255, 255, .045);
    color: var(--v2-text);
}

body.page-driver .modal {
    border-color: rgba(217, 170, 87, .2);
    border-radius: var(--v2-radius);
    background: #0e1415;
    box-shadow: var(--v2-shadow);
}

/* ============================================================
   RESPONSIVE SYSTEM
============================================================ */

@media (max-width: 1100px) {
    body.page-admin .dashboard-actions {
        grid-template-columns: 1fr 1fr;
    }

    body.page-home .story-grid {
        grid-template-columns: minmax(310px, .9fr) minmax(0, 1.1fr);
        gap: 50px;
    }

    body.page-home .awards-final-grid {
        grid-template-columns: 240px minmax(0, 1fr);
    }

    body.page-shop .hero-content,
    body.page-cooperation .hero-grid {
        gap: 34px;
    }

    body.page-admin {
        --sidebar: 226px;
    }
}

@media (max-width: 950px) {
    body.page-home .nav-links,
    body.page-shop .nav-links,
    body.page-cooperation .nav-links {
        padding: 102px 28px 36px;
        background: rgba(8, 11, 12, .98);
        backdrop-filter: blur(22px);
    }

    body.page-home .nav-links a,
    body.page-shop .nav-links a,
    body.page-cooperation .nav-links a {
        min-height: 54px;
        display: flex;
        align-items: center;
        font-size: .9rem;
    }

    body.page-home .story-grid {
        grid-template-columns: 1fr 1fr;
        gap: 38px;
    }

    body.page-home .awards-final-grid {
        grid-template-columns: 1fr;
    }

    body.page-home .awards-final-copy {
        padding-right: 0;
        padding-bottom: 22px;
        border-right: 0;
        border-bottom: 1px solid rgba(57, 38, 23, .18);
    }

    body.page-shop .shop-toolbar {
        top: 86px;
    }

    body.page-shop .box-studio-head {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    body.page-shop .box-offers {
        grid-template-columns: 1fr;
    }

    body.page-shop .box-offer-card {
        min-height: 285px;
    }

    body.page-shop .sets-section-head {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    body.page-shop .sets-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.page-admin .main {
        padding-top: 78px;
    }
}

@media (max-width: 760px) {
    body.page-admin .dashboard-actions-title {
        align-items: flex-start;
        flex-direction: column;
        gap: 6px;
    }

    body.page-admin .dashboard-actions {
        grid-template-columns: 1fr;
    }

    body.page-home .nav-inner,
    body.page-shop .nav-inner,
    body.page-cooperation .nav-inner {
        min-height: 72px;
    }

    body.page-home .logo-img,
    body.page-shop .brand img,
    body.page-cooperation .logo-img {
        height: 60px;
    }

    body.page-home .hero {
        min-height: 760px;
    }

    body.page-home .hero-content {
        padding: 150px 0 170px;
    }

    body.page-home .hero h1 {
        font-size: clamp(3.45rem, 15.5vw, 5.5rem);
    }

    body.page-home .hero-description {
        font-size: .95rem;
    }

    body.page-home .hero-buttons {
        display: grid;
        grid-template-columns: 1fr;
    }

    body.page-home .hero-buttons .btn {
        width: 100%;
    }

    body.page-home .hero-stats {
        width: 92%;
        margin: 0 auto 18px;
        grid-template-columns: 1fr;
    }

    body.page-home .stat {
        padding: 12px 16px;
        border-right: 0;
        border-bottom: 1px solid rgba(217, 170, 87, .12);
    }

    body.page-home .stat:last-child {
        border-bottom: 0;
    }

    body.page-home .hero-dots {
        right: 6%;
        bottom: 34px;
    }

    body.page-home .product-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }

    body.page-home .products {
        grid-template-columns: 1fr;
    }

    body.page-home .product,
    body.page-home .product:nth-child(n) {
        min-height: 440px;
        grid-column: 1;
    }

    body.page-home .product-copy {
        left: 28px;
        right: 28px;
        bottom: 28px;
    }

    body.page-home .story-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    body.page-home .story-photo {
        width: min(100%, 560px);
        margin-inline: auto;
        aspect-ratio: 2 / 3;
    }

    body.page-shop .shop-hero {
        min-height: 760px;
    }

    body.page-shop .hero-content {
        padding-top: 125px;
    }

    body.page-shop .hero-copy h1,
    body.page-cooperation .hero-copy h1 {
        font-size: clamp(3.35rem, 14vw, 5rem);
    }

    body.page-shop .shop-toolbar {
        position: relative;
        top: auto;
        align-items: stretch;
        flex-direction: column;
    }

    body.page-shop .category-tabs {
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: 4px;
    }

    body.page-shop .category-btn {
        flex: 0 0 auto;
    }

    body.page-shop .checkout-modal {
        border-radius: 0;
    }

    body.page-shop .box-studio-head h2 {
        font-size: clamp(3.2rem, 14vw, 4.8rem);
    }

    body.page-shop .box-studio-note {
        align-items: flex-start;
        flex-direction: column;
    }

    body.page-shop .box-studio-note strong {
        white-space: normal;
    }

    body.page-shop .box-builder-overlay {
        align-items: end;
        padding: 0;
    }

    body.page-shop .box-builder-modal {
        max-height: 94vh;
        border-radius: 22px 22px 0 0;
    }

    body.page-shop .box-builder-products {
        grid-template-columns: 1fr;
        padding-inline: 16px;
    }

    body.page-shop .box-builder-head,
    body.page-shop .box-builder-footer {
        padding-inline: 16px;
    }

    body.page-shop .box-builder-footer {
        align-items: stretch;
        flex-direction: column;
    }

    body.page-shop .box-builder-footer button {
        width: 100%;
        min-width: 0;
    }

    body.page-shop .sets-grid {
        grid-template-columns: 1fr;
    }

    body.page-admin .product-set-heading {
        flex-direction: column;
    }

    body.page-admin .product-set-summary {
        text-align: left;
    }

    body.page-admin .product-set-components {
        grid-template-columns: 1fr;
    }

    body.page-cooperation .hero {
        min-height: 820px;
    }

    body.page-cooperation .hero-grid {
        padding-top: 120px;
    }

    body.page-admin .main,
    body.page-driver .driver-main {
        padding-inline: 16px;
    }

    body.page-admin .page-head {
        align-items: stretch;
        flex-direction: column;
        gap: 16px;
    }

    body.page-admin .filters {
        padding: 10px;
    }

    body.page-admin .table-wrap {
        border-radius: 12px;
    }

    body.page-admin .modal,
    body.page-admin .order-details-modal,
    body.page-admin .cooperation-details-modal,
    body.page-driver .modal {
        border-radius: 18px 18px 0 0;
    }

    body.page-driver .current-stop-card {
        align-items: stretch;
        flex-direction: column;
        gap: 22px;
    }

    body.page-driver .arrived-main-btn {
        width: 100%;
    }
}

@media (max-width: 760px) {
    body.page-shop .payment-options {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    body.page-home .hero-content {
        padding-top: 130px;
    }

    body.page-home .hero h1 {
        font-size: clamp(3rem, 16vw, 4.5rem);
    }

    body.page-home .title,
    body.page-shop .section-head h2 {
        font-size: clamp(2.65rem, 13vw, 4rem);
    }

    body.page-home .product {
        min-height: 410px;
    }

    body.page-home .story-photo {
        aspect-ratio: 2 / 3;
    }

    body.page-shop .hero-content,
    body.page-cooperation .hero-grid {
        padding-top: 112px;
    }

    body.page-shop .hero-copy h1,
    body.page-cooperation .hero-copy h1 {
        font-size: clamp(3rem, 15vw, 4.2rem);
    }

    body.page-admin .stat-card {
        padding: 18px;
    }

    body.page-admin .toast {
        right: 16px;
        bottom: 16px;
        left: 16px;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.irgo-v2 *,
    body.irgo-v2 *::before,
    body.irgo-v2 *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
}
