:root {
    --navy: #082d48;
    --navy-2: #123f59;
    --blue: #0878b7;
    --cyan: #15bfd4;
    --cyan-soft: #e8f9fc;
    --ice: #f4f9fc;
    --white: #fff;
    --ink: #102b3d;
    --muted: #677b88;
    --line: #dde9ef;
    --success: #188257;
    --danger: #c3444d;
    --sale: #ef5960;
    --shadow: 0 18px 48px rgba(8, 45, 72, .08);
    --shadow-strong: 0 22px 55px rgba(8, 45, 72, .14);
    --radius: 22px;
    --radius-sm: 14px;
    --transition: 180ms ease;
    --container: 1240px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--white);
    font-family: Inter, "Segoe UI", Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}
body.no-scroll { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; transition: color var(--transition), opacity var(--transition); }
p { color: var(--muted); line-height: 1.65; margin: 0; }
h1, h2, h3 { color: var(--navy); letter-spacing: -.035em; line-height: 1.13; margin: 0; }
h1 { font-size: clamp(2.25rem, 4vw, 3.6rem); }
h2 { font-size: clamp(1.55rem, 2.3vw, 2.15rem); }
h3 { font-size: 1.05rem; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; border: 0; }
[hidden] { display: none !important; }
.container { width: min(var(--container), calc(100% - 48px)); margin: 0 auto; }
.sr-only {
    position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
    overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0;
}
.eyebrow {
    display: inline-block; color: var(--blue); font-size: .74rem; font-weight: 750;
    letter-spacing: .18em; text-transform: uppercase; margin-bottom: 12px;
}
.pill {
    display: inline-flex; align-items: center; gap: 8px; min-height: 35px;
    padding: 0 16px; border-radius: 999px; background: var(--cyan-soft);
    color: var(--blue); font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
}
.text-link { font-weight: 650; color: var(--blue); white-space: nowrap; }
.text-link:hover { color: var(--navy); }

.button {
    min-height: 50px; display: inline-flex; align-items: center; justify-content: center;
    gap: 8px; padding: 0 25px; border-radius: 13px; font-size: .94rem;
    font-weight: 700; transition: transform var(--transition), box-shadow var(--transition), background var(--transition);
}
.button:hover:not(:disabled) { transform: translateY(-2px); }
.button:disabled { opacity: .5; cursor: not-allowed; }
.button-primary {
    color: var(--white); background: linear-gradient(135deg, var(--blue), #075784);
    box-shadow: 0 13px 24px rgba(8, 120, 183, .2);
}
.button-primary:hover:not(:disabled) { box-shadow: 0 17px 30px rgba(8, 120, 183, .29); }
.button-secondary { color: var(--navy); background: var(--white); border: 1px solid var(--line); }
.button-ghost { color: var(--navy); background: rgba(255, 255, 255, .72); border: 1px solid rgba(8, 45, 72, .1); }

.site-header {
    position: sticky; top: 0; z-index: 50; background: rgba(255, 255, 255, .97);
    backdrop-filter: blur(14px); transition: box-shadow var(--transition);
}
.site-header.is-scrolled { box-shadow: 0 12px 30px rgba(8, 45, 72, .08); }
.header-main { min-height: 86px; display: flex; align-items: center; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex-shrink: 0; }
.brand img { width: 48px; height: 48px; border-radius: 13px; }
.brand span { display: grid; gap: 2px; }
.brand strong { color: var(--navy); font-size: 1.38rem; letter-spacing: -.045em; }
.brand small { color: var(--muted); font-size: .68rem; font-weight: 550; text-transform: uppercase; letter-spacing: .12em; }
.search {
    position: relative; height: 52px; display: flex; flex: 1; max-width: 535px;
    border: 1px solid var(--line); border-radius: 14px; background: var(--ice); overflow: hidden;
    transition: border-color var(--transition), box-shadow var(--transition);
}
.search:focus-within { border-color: var(--cyan); box-shadow: 0 0 0 4px rgba(21, 191, 212, .13); background: var(--white); }
.search-symbol { width: 47px; position: relative; flex: 0 0 47px; }
.search-symbol::before {
    content: ""; position: absolute; left: 18px; top: 18px; width: 12px; height: 12px;
    border: 2px solid var(--muted); border-radius: 50%;
}
.search-symbol::after {
    content: ""; position: absolute; left: 31px; top: 31px; width: 8px; height: 2px;
    background: var(--muted); transform: rotate(45deg); border-radius: 3px;
}
.search input { width: 100%; min-width: 0; border: 0; outline: 0; background: transparent; color: var(--ink); }
.search input::placeholder { color: #8c9ba5; }
.search button {
    color: var(--white); background: var(--blue); padding: 0 22px; font-weight: 650;
    transition: background var(--transition);
}
.search button:hover { background: #066596; }
.header-actions { margin-left: auto; display: flex; gap: 10px; align-items: center; }
.locale-select {
    height: 46px; min-width: 118px; max-width: 150px; border: 1px solid var(--line); border-radius: 11px;
    padding: 0 10px; background: var(--white); color: var(--ink); outline: 0;
}
.icon-link {
    height: 48px; display: inline-flex; align-items: center; gap: 8px; padding: 0 12px;
    color: var(--navy); background: transparent; border-radius: 12px; font-weight: 600; font-size: .9rem;
}
.icon-link:hover { background: var(--ice); }
.icon-link svg {
    fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round;
    stroke-linejoin: round; width: 22px; height: 22px;
}
.cart-menu { position: relative; }
.cart-link b {
    min-width: 21px; height: 21px; display: inline-grid; place-items: center;
    border-radius: 999px; color: var(--white); background: var(--cyan); font-size: .72rem;
}
.mini-cart {
    position: absolute; top: calc(100% + 12px); right: 0; width: 286px; z-index: 6;
    display: grid; gap: 11px; padding: 22px; border: 1px solid var(--line);
    border-radius: 18px; background: var(--white); box-shadow: var(--shadow-strong);
}
.mini-cart strong { font-size: 1.08rem; }
.mini-cart .button { min-height: 44px; }
.cart-link.is-cart-updated { animation: cartPulse .52s ease; }
.cart-flight-image {
    position: fixed; z-index: 120; object-fit: contain; pointer-events: none;
    padding: 8px; border: 1px solid rgba(21, 191, 212, .35); border-radius: 18px;
    background: var(--white); box-shadow: 0 18px 38px rgba(8,45,72,.2);
    opacity: 1; transition: transform .7s cubic-bezier(.2,.75,.25,1), opacity .56s ease .12s;
}
.cart-added-panel {
    position: fixed; z-index: 110; right: 22px; bottom: 22px; width: min(410px, calc(100vw - 32px));
    padding: 22px; border: 1px solid #cce9ee; border-radius: 18px; background: var(--white);
    box-shadow: 0 22px 55px rgba(8,45,72,.2); animation: cartPanelIn .28s ease;
}
.cart-added-panel strong { display: block; padding-right: 30px; color: var(--navy); font-size: 1.13rem; }
.cart-added-panel p { margin: 8px 0 16px; font-size: .89rem; line-height: 1.5; }
.cart-added-panel div { display: flex; flex-wrap: wrap; gap: 8px; }
.cart-added-panel .button { min-height: 42px; padding: 0 14px; font-size: .8rem; }
.cart-added-close {
    position: absolute; top: 10px; right: 12px; width: 32px; height: 32px;
    color: var(--muted); background: transparent; border-radius: 50%; font-size: 1.5rem;
}
.cart-added-close:hover { color: var(--navy); background: var(--ice); }
@keyframes cartPulse { 50% { transform: scale(1.12); background: var(--cyan-soft); } }
@keyframes cartPanelIn { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) {
    .cart-link.is-cart-updated, .cart-added-panel { animation: none; }
}
.main-nav { border-top: 1px solid #edf3f6; border-bottom: 1px solid #edf3f6; }
.nav-row { min-height: 52px; display: flex; align-items: center; gap: clamp(24px, 3.2vw, 45px); }
.nav-row a { color: var(--navy-2); font-weight: 560; font-size: .93rem; }
.nav-row a:hover { color: var(--blue); }
.mega-nav-wrap { position: relative; height: 52px; display: flex; align-items: center; }
.mega-trigger {
    height: 44px; display: inline-flex; gap: 9px; align-items: center; padding: 0 13px;
    border-radius: 11px; color: var(--blue); background: transparent; font-weight: 700; font-size: .94rem;
}
.mega-trigger:hover, .mega-trigger.is-open { background: var(--cyan-soft); }
.mega-trigger svg {
    width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2;
    stroke-linecap: round; stroke-linejoin: round;
}
.mega-menu {
    position: absolute; z-index: 20; left: 0; top: calc(100% + 1px);
    width: min(var(--container), calc(100vw - 48px)); overflow: hidden;
    border: 1px solid #dbe6ed; border-radius: 0 0 23px 23px; background: var(--white);
    box-shadow: 0 26px 55px rgba(8,45,72,.2);
}
.mega-search {
    height: 56px; display: flex; margin: 16px 22px 14px;
    border: 1px solid #d4e1e8; border-radius: 12px; overflow: hidden; background: var(--white);
}
.mega-search:focus-within { border-color: var(--cyan); box-shadow: 0 0 0 4px rgba(21,191,212,.12); }
.mega-search input { flex: 1; border: 0; outline: 0; padding: 0 8px 0 0; }
.mega-menu-body { min-height: 470px; display: grid; grid-template-columns: 286px minmax(420px, 1fr) 218px; }
.mega-list {
    position: relative; display: flex; flex-direction: column; gap: 4px; padding: 23px 10px 57px;
    background: #f2f7fd; border-right: 1px solid #e4edf5;
}
.mega-label {
    display: block; padding: 0 13px 10px; color: #77899a; font-size: .72rem;
    font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
}
.mega-category {
    height: 48px; display: flex; gap: 11px; align-items: center; width: 100%; padding: 0 10px;
    color: #526477; background: transparent; border-radius: 12px; text-align: left;
}
.mega-category:hover, .mega-category.is-active { color: var(--navy); background: #daeafc; }
.mega-category img, .mega-category > span {
    display: inline-grid; place-items: center; width: 29px; height: 29px; border-radius: 50%;
    object-fit: contain; background: var(--white); color: var(--blue); font-weight: 600;
}
.mega-category strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: .9rem; }
.mega-category b { margin-left: auto; font-size: 1.35rem; font-weight: 400; }
.directory-link {
    position: absolute; left: 0; right: 0; bottom: 0; height: 49px; display: flex; align-items: center;
    padding: 0 20px; border-top: 1px solid #dce7ee; color: var(--blue) !important; background: var(--white);
}
.mega-panels { min-width: 0; padding: 28px 32px; }
.mega-pane-header { display: flex; align-items: center; gap: 12px; margin-bottom: 24px; }
.mega-pane-header h2 { font-size: 1.25rem; }
.mega-pane-header a {
    min-height: 26px; display: inline-flex; align-items: center; padding: 0 10px; border-radius: 20px;
    color: var(--blue); background: var(--cyan-soft); font-size: .76rem !important; font-weight: 700 !important;
}
.mega-link-grid {
    display: grid; grid-template-columns: repeat(3, minmax(120px, 1fr)); gap: 0 28px;
    margin-bottom: 30px;
}
.mega-link-grid a {
    min-height: 46px; display: flex; align-items: center; color: var(--navy) !important;
    border-bottom: 1px solid #eef3f7; font-weight: 600 !important;
}
.mega-link-grid a:hover { color: var(--blue) !important; }
.mega-copy { max-width: 510px; margin-bottom: 20px; }
.mega-shop-card {
    display: flex; flex-direction: column; gap: 6px; width: min(430px, 100%); margin-bottom: 29px;
    padding: 20px; border-radius: 15px; background: var(--ice); color: var(--navy) !important;
}
.mega-shop-card strong { font-size: 1.02rem; }
.mega-shop-card span { color: var(--blue); font-size: .86rem; font-weight: 650; }
.mega-brand-block { margin-top: 8px; border-top: 1px solid var(--line); padding-top: 19px; }
.mega-brand-block > span {
    display: block; margin-bottom: 13px; color: #77899a; font-size: .72rem;
    font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
}
.mega-brand-block div { display: flex; flex-wrap: wrap; gap: 8px; }
.mega-brand-block a {
    padding: 9px 13px; border: 1px solid var(--line); border-radius: 999px;
    color: var(--navy) !important; font-size: .81rem !important; font-weight: 580 !important;
}
.mega-brand-block a:hover { border-color: #bfe5ee; background: var(--cyan-soft); }
.mega-promo {
    display: flex; flex-direction: column; justify-content: end; gap: 13px; margin: 18px 18px 18px 0;
    padding: 27px 22px; border-radius: 17px; background: linear-gradient(165deg, #eaf8fc, #d3eaf5);
}
.mega-promo span { color: var(--blue); font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.mega-promo strong { color: var(--navy); font-size: 2.05rem; letter-spacing: -.05em; }
.mega-promo p { font-size: .85rem; }
.mega-promo .button { min-height: 44px; padding: 0 14px; font-size: .85rem; margin-top: 10px; }
.menu-toggle, .mobile-panel { display: none; }
.site-main { min-height: 45vh; }
.store-alert {
    margin-top: 22px; padding: 15px 20px; border-radius: 12px;
    background: #ecfbf3; color: var(--success); border: 1px solid #cbeedc; font-weight: 550;
}
.store-alert.error { color: var(--danger); background: #fff3f3; border-color: #f3d5d7; }

.hero { padding: 16px 0 8px; }
.hero-slider {
    position: relative; aspect-ratio: 3 / 1; overflow: hidden;
    border-radius: 22px; background: var(--ice); box-shadow: 0 14px 36px rgba(8,45,72,.07);
}
.hero-banner-slide {
    position: absolute; inset: 0; display: block; opacity: 0; visibility: hidden;
    pointer-events: none; transform: scale(1.012); transition: opacity .45s ease, transform .55s ease;
}
.hero-banner-slide.is-active { opacity: 1; visibility: visible; pointer-events: auto; transform: scale(1); }
.hero-banner-slide img { width: 100%; height: 100%; object-fit: cover; }
.hero-card {
    position: relative; min-height: 510px; display: none; align-items: center; overflow: hidden;
    padding: clamp(44px, 6vw, 70px); border-radius: 32px;
    background: linear-gradient(120deg, #eefafd 0%, #e7f4fa 52%, #d8eff6 100%);
}
.hero-card.is-active { display: flex; animation: heroFade .45s ease; }
.hero-image-card { background-position: center; background-size: cover; }
.hero-copy { width: min(575px, 100%); position: relative; z-index: 1; }
.hero-copy h1 { margin: 19px 0 17px; }
.hero-copy p { max-width: 500px; font-size: 1.06rem; }
.hero-actions { display: flex; gap: 12px; margin-top: 33px; }
.hero-metrics { margin-top: 40px; display: flex; gap: 13px; flex-wrap: wrap; }
.hero-metrics span {
    display: grid; gap: 3px; min-width: 112px; padding: 12px 15px; border-radius: 12px;
    background: rgba(255, 255, 255, .68); color: var(--muted); font-size: .78rem;
}
.hero-metrics strong { color: var(--navy); font-size: .95rem; }
.hero-art { margin-left: auto; width: min(400px, 38%); height: 340px; position: relative; }
.equipment-card {
    position: absolute; inset: 24px 25px; border-radius: 30px;
    background: var(--white); box-shadow: 0 25px 50px rgba(8,45,72,.12);
}
.equipment-screen {
    position: absolute; width: 55%; height: 44%; top: 45px; left: 50%; transform: translateX(-50%);
    border-radius: 12px; background: linear-gradient(130deg, var(--navy), var(--blue));
}
.equipment-base {
    position: absolute; width: 70%; height: 30%; bottom: 38px; left: 15%;
    border-radius: 14px; background: #edf3f6;
}
.hero-dots {
    position: absolute; z-index: 4; left: 50%; bottom: 14px; transform: translateX(-50%);
    display: flex; gap: 7px; padding: 7px 10px; border-radius: 999px; background: rgba(255,255,255,.72);
}
.hero-dots button { width: 9px; height: 9px; padding: 0; border-radius: 20px; background: rgba(8,45,72,.25); transition: width var(--transition), background var(--transition); }
.hero-dots button.is-active { width: 32px; background: var(--blue); }
.hero-arrow {
    position: absolute; z-index: 4; top: 50%; width: 44px; height: 44px;
    display: grid; place-items: center; transform: translateY(-50%); border-radius: 50%;
    color: var(--navy); background: rgba(255,255,255,.88); box-shadow: 0 7px 18px rgba(8,45,72,.13);
    font-size: 2rem; line-height: 1; opacity: 0; transition: opacity var(--transition), transform var(--transition);
}
.hero-slider:hover .hero-arrow, .hero-arrow:focus-visible { opacity: 1; }
.hero-prev { left: 16px; }
.hero-next { right: 16px; }
.hero-prev:hover { transform: translate(-2px, -50%); }
.hero-next:hover { transform: translate(2px, -50%); }
@keyframes heroFade { from { opacity: .35; transform: translateX(8px); } to { opacity: 1; transform: translateX(0); } }

.announcement-ticker { --ticker-duration: 34s; margin: 3px auto 12px; }
.ticker-speed-slow { --ticker-duration: 56s; }
.ticker-speed-fast { --ticker-duration: 20s; }
.ticker-window {
    position: relative; min-height: 49px; display: flex; align-items: center; overflow: hidden;
    border: 1px solid #dce9ef; border-radius: 14px;
    background: linear-gradient(90deg, #f4fafc, #fff, #f4fafc); color: var(--navy);
}
.ticker-window::before, .ticker-window::after {
    content: ""; position: absolute; z-index: 1; top: 0; bottom: 0; width: 54px; pointer-events: none;
}
.ticker-window::before { left: 0; background: linear-gradient(90deg, #f4fafc, transparent); }
.ticker-window::after { right: 0; background: linear-gradient(270deg, #f4fafc, transparent); }
.ticker-track {
    width: max-content; display: flex; flex-shrink: 0;
    animation: tickerScroll var(--ticker-duration) linear infinite; will-change: transform;
}
.announcement-ticker:hover .ticker-track { animation-play-state: paused; }
.ticker-group {
    min-width: min(var(--container), calc(100vw - 48px)); display: flex; align-items: center;
    justify-content: space-around; flex-shrink: 0;
}
.ticker-group span {
    display: inline-flex; align-items: center; white-space: nowrap; padding: 0 35px;
    color: var(--navy-2); font-size: .87rem; font-weight: 600;
}
.ticker-group span::before {
    content: ""; width: 7px; height: 7px; margin-right: 13px; flex: 0 0 auto;
    border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 4px rgba(21, 191, 212, .12);
}
@keyframes tickerScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .ticker-track { animation-play-state: paused; transform: none; } }

.section { padding: 65px 0; }
.section-heading {
    margin-bottom: 29px; display: flex; align-items: end; justify-content: space-between; gap: 25px;
}
.section-heading .eyebrow { margin-bottom: 9px; }
.promo-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; padding: 16px 0 10px; }
.promo-banner {
    position: relative; min-height: 184px; display: flex; align-items: end; overflow: hidden;
    padding: 24px; border-radius: var(--radius); background: var(--ice); color: var(--white);
}
.promo-banner img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.promo-banner::after { content: ""; position: absolute; inset: 0; background: linear-gradient(5deg, rgba(8,45,72,.78), rgba(8,45,72,.05)); }
.promo-banner div { position: relative; z-index: 1; }
.promo-banner h2 { color: var(--white); font-size: 1.22rem; margin-bottom: 5px; }
.promo-banner p { color: rgba(255,255,255,.82); font-size: .86rem; }
.category-grid {
    display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 16px;
}
.category-card {
    min-height: 177px; position: relative; display: flex; flex-direction: column; align-items: center;
    justify-content: center; text-align: center; gap: 10px; padding: 17px;
    border: 1px solid var(--line); border-radius: 19px; background: var(--white);
    transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
}
.category-card:hover { transform: translateY(-4px); border-color: #c6e9ef; box-shadow: var(--shadow); }
.category-photo { width: 72px; height: 72px; object-fit: contain; margin-bottom: 4px; }
.category-icon {
    display: grid; place-items: center; width: 67px; height: 67px; border-radius: 18px;
    background: var(--cyan-soft); color: var(--blue); font-size: 2rem; font-weight: 300;
}
.category-card strong { font-size: .92rem; color: var(--navy); }
.category-card small { color: var(--muted); font-size: .78rem; }
.broad-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.broad-grid .category-card { min-height: 210px; }
.products-section { padding: 64px 0; }
.products-section.light { background: var(--ice); }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); align-items: stretch; gap: 22px; }
.marketplace-feed { padding: 18px 0 60px; }
.marketplace-container { width: min(var(--container), calc(100% - 48px)); margin: 0 auto; }
.marketplace-heading {
    display: flex; align-items: center; justify-content: space-between; gap: 22px;
    margin-bottom: 18px; padding-top: 8px;
}
.marketplace-heading .eyebrow { margin: 0; font-size: .78rem; }
.marketplace-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); align-items: stretch; gap: 14px; }
.product-card {
    height: 100%; overflow: hidden; position: relative; display: flex; flex-direction: column;
    border: 1px solid #e4eef2; border-radius: var(--radius); background: var(--white);
    transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
}
.product-card:hover { transform: translateY(-5px); border-color: transparent; box-shadow: var(--shadow-strong); }
.product-media { position: relative; padding: 14px 14px 0; }
.product-media > a {
    position: relative; height: 238px; display: grid; place-items: center; overflow: hidden; border-radius: 16px; background: #f6fafc;
}
.product-media img {
    width: 100%; height: 100%; object-fit: contain; padding: 14px;
    opacity: 0; transition: opacity .22s ease, transform .32s ease;
}
.product-media > a.has-media::after {
    content: ""; position: absolute; inset: 0; background: linear-gradient(100deg, transparent 25%, rgba(255,255,255,.7) 45%, transparent 65%);
    transform: translateX(-100%); animation: productShimmer 1.2s ease-in-out infinite;
}
.product-media > a.is-loaded::after { display: none; }
.product-media > a.is-loaded img { opacity: 1; }
.card-preview-image { position: absolute; inset: 0; opacity: 0 !important; pointer-events: none; }
.product-media > a.is-loaded .card-preview-image.is-active { opacity: 1 !important; }
@keyframes productShimmer { to { transform: translateX(100%); } }
.product-card:hover .product-media img { transform: scale(1.045); }
.card-media-arrow {
    position: absolute; z-index: 3; top: 50%; width: 32px; height: 32px; display: grid; place-items: center;
    transform: translateY(-50%); border-radius: 50%; color: var(--navy); background: rgba(255,255,255,.95);
    box-shadow: 0 6px 18px rgba(8,45,72,.14); font-size: 1.45rem; line-height: 1; opacity: 0;
    transition: opacity var(--transition), transform var(--transition), box-shadow var(--transition);
}
.product-card:hover .card-media-arrow, .card-media-arrow:focus-visible { opacity: 1; }
.card-media-prev { left: 20px; }
.card-media-next { right: 20px; }
.card-media-arrow:hover { box-shadow: 0 8px 21px rgba(8,45,72,.2); }
.card-video-button {
    position: absolute; z-index: 4; top: 25px; right: 25px; width: 38px; height: 38px; display: grid;
    place-items: center; border-radius: 50%; background: rgba(8,45,72,.86);
    box-shadow: 0 7px 18px rgba(8,45,72,.22); transition: transform var(--transition), background var(--transition);
}
.card-video-button:hover { transform: translateY(-1px); background: var(--blue); }
.card-video-button span {
    width: 0; height: 0; border-top: 7px solid transparent; border-bottom: 7px solid transparent;
    border-left: 11px solid var(--white); margin-left: 2px;
}
.product-placeholder {
    position: relative; display: block; width: 100%; height: 100%; min-height: 190px;
    background: linear-gradient(140deg, #f3f9fb, #e2f1f6); border-radius: 15px;
}
.product-placeholder::before {
    content: "ZV"; position: absolute; inset: 0; display: grid; place-items: center;
    color: #b2dbe4; font-size: 2rem; font-weight: 750;
}
.product-flags { position: absolute; top: 26px; left: 25px; display: grid; gap: 6px; }
.badge {
    width: fit-content; padding: 6px 10px; border-radius: 999px;
    font-size: .68rem; font-weight: 750; text-transform: uppercase; letter-spacing: .05em;
}
.badge.sale { color: var(--white); background: var(--sale); }
.badge.new { color: var(--blue); background: var(--cyan-soft); }
.badge.out { color: var(--danger); background: #fff0f1; }
.product-body { display: flex; flex-direction: column; flex: 1; gap: 9px; padding: 16px 18px 19px; }
.product-rating { display: flex; align-items: center; gap: 7px; height: 18px; }
.product-rating span, .detail-rating span { color: #f7b631; letter-spacing: 1px; font-size: .78rem; }
.product-rating small, .detail-rating small { color: var(--muted); font-size: .76rem; }
.product-brand { min-height: 18px; width: fit-content; color: var(--blue); font-size: .76rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.product-brand-empty { visibility: hidden; }
.product-body h3 { min-height: 46px; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; font-size: .99rem; font-weight: 650; letter-spacing: -.015em; }
.product-body h3 a:hover { color: var(--blue); }
.product-price { display: flex; align-items: baseline; gap: 9px; margin: 2px 0 7px; }
.product-price strong { color: var(--navy); font-size: 1.18rem; }
.product-price del { color: #9aa8b0; font-size: .86rem; }
.quick-add, .quick-add-link { width: 100%; margin-top: auto; }
.quick-add .button, .quick-add-link {
    width: 100%;
    min-height: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    line-height: 1;
    white-space: nowrap;
    text-align: center;
}
.quick-add-text {
    display: inline-block;
    line-height: 1.15;
}
html[lang="ka"] .quick-add-text {
    transform: translateY(-1px);
}
.quick-add .button:disabled {
    opacity: 1; color: var(--white); background: linear-gradient(135deg, var(--blue), #075784);
}
.product-card-dense {
    border-radius: 16px; box-shadow: none; overflow: visible;
}
.product-card-dense:hover { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(8,45,72,.11); }
.product-card-dense .product-media { padding: 9px 9px 0; }
.product-card-dense .product-media > a { height: 183px; border-radius: 13px; background: var(--white); }
.product-card-dense .product-media img { padding: 10px; }
.product-card-dense .product-flags { top: 14px; left: 14px; }
.product-card-dense .card-media-arrow { width: 28px; height: 28px; font-size: 1.25rem; }
.product-card-dense .card-media-prev { left: 13px; }
.product-card-dense .card-media-next { right: 13px; }
.product-card-dense .card-video-button { top: 13px; right: 13px; width: 32px; height: 32px; }
.product-card-dense .card-video-button span {
    border-top-width: 6px; border-bottom-width: 6px; border-left-width: 9px;
}
.product-card-dense .product-body { padding: 11px 10px 11px; gap: 6px; }
.product-card-dense .product-rating { display: none; }
.product-card-dense .product-brand { font-size: .68rem; min-height: 14px; }
.product-card-dense .product-body h3 {
    min-height: 43px; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; font-size: .87rem; line-height: 1.42;
}
.product-card-dense .product-price { margin: 3px 0 0; gap: 7px; }
.product-card-dense .product-price strong { font-size: 1rem; }
.product-card-dense .product-price del { font-size: .75rem; }
.product-saving {
    width: fit-content; padding: 4px 7px; border-radius: 6px; color: var(--blue);
    background: #edf7ff; font-size: .7rem; font-weight: 650;
}
.product-saving.is-empty { visibility: hidden; }
.product-card-dense .quick-add,
.product-card-dense .quick-add-link {
    margin-top: auto;
    padding-top: 7px;
}
.product-card-dense .quick-add .button,
.product-card-dense .quick-add-link {
    min-height: 44px;
    height: 44px;
    border-radius: 13px;
    color: var(--white);
    background: linear-gradient(135deg, var(--blue), #075784);
    box-shadow: 0 10px 20px rgba(8, 120, 183, .15);
    font-size: .86rem;
}
.product-card-dense .quick-add .button:hover:not(:disabled),
.product-card-dense .quick-add-link:hover { box-shadow: 0 14px 26px rgba(8, 120, 183, .23); }
.brand-track { display: flex; gap: 15px; overflow-x: auto; padding: 4px 2px 12px; scrollbar-width: thin; }
.brand-tile {
    flex: 0 0 185px; height: 106px; display: flex; flex-direction: column; gap: 9px; align-items: center;
    justify-content: center; border-radius: 17px; border: 1px solid var(--line); background: var(--white);
}
.brand-tile img { max-width: 104px; max-height: 42px; object-fit: contain; }
.brand-tile strong { font-size: .87rem; color: var(--navy); }
.trust-section { padding: 70px 0; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.trust-grid article { padding: 28px 23px; border-radius: 19px; background: var(--ice); }
.trust-grid article > span { color: var(--cyan); font-weight: 750; font-size: .8rem; }
.trust-grid strong { display: block; margin: 18px 0 9px; color: var(--navy); font-size: 1.05rem; }
.trust-grid p { font-size: .9rem; }

.page-hero, .commerce-heading { padding: 58px 0 28px; }
.page-hero p, .commerce-heading p { max-width: 620px; margin-top: 13px; font-size: 1rem; }
.page-hero.centered { min-height: 430px; display: grid; justify-items: center; align-content: center; gap: 18px; text-align: center; }
.page-hero.centered p { margin-top: 0; }
.content-page { max-width: 850px; padding-bottom: 76px; }
.content-page p { max-width: none; white-space: normal; }
.content-note { margin-top: 31px; padding: 20px; border-radius: 14px; color: var(--muted); background: var(--ice); }
.catalog-header { padding-bottom: 34px; }
.catalog-layout {
    display: grid; grid-template-columns: 270px minmax(0, 1fr); gap: 32px; align-items: start;
    padding-bottom: 72px;
}
.filter-panel {
    position: sticky; top: 160px; display: grid; gap: 17px; padding: 24px;
    border-radius: 20px; border: 1px solid var(--line); background: var(--white);
}
.filter-heading { border-bottom: 1px solid var(--line); padding-bottom: 17px; }
.filter-heading h2 { font-size: 1.23rem; margin-bottom: 4px; }
.filter-heading span { color: var(--muted); font-size: .82rem; }
label { display: grid; gap: 8px; color: var(--navy); font-size: .86rem; font-weight: 600; }
input, select, textarea {
    min-width: 0; border: 1px solid #d7e4ea; border-radius: 11px; color: var(--ink);
    background: var(--white); outline: 0; transition: border-color var(--transition), box-shadow var(--transition);
}
label input, label select { height: 49px; padding: 0 13px; }
textarea { padding: 13px; resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--cyan); box-shadow: 0 0 0 4px rgba(21,191,212,.12); }
.price-filter { display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px; }
.check-filter { display: flex; gap: 9px; align-items: center; font-weight: 500; }
.check-filter input { width: 17px; height: 17px; }
.filter-panel .button { width: 100%; margin-top: 3px; }
.filter-reset { color: var(--muted); font-size: .88rem; font-weight: 550; text-align: center; }
.filter-reset:hover { color: var(--blue); }
.empty-catalog, .empty-state {
    padding: 55px 30px; border-radius: var(--radius); background: var(--ice); text-align: center;
}
.empty-state { display: grid; justify-items: center; gap: 16px; }

.breadcrumb {
    display: flex; gap: 10px; align-items: center; padding: 33px 0 25px;
    color: var(--muted); font-size: .86rem; white-space: nowrap; overflow: hidden;
}
.breadcrumb a:hover { color: var(--blue); }
.breadcrumb strong { font-weight: 600; color: var(--navy); overflow: hidden; text-overflow: ellipsis; }
.product-view {
    display: grid; grid-template-columns: minmax(410px, 49%) minmax(330px, 1fr);
    gap: clamp(35px, 5vw, 65px); align-items: start; padding-bottom: 58px;
}
.product-view > *,
.buy-box,
.gallery-shell { min-width: 0; }
.gallery-shell { position: sticky; top: 165px; }
.gallery-stage {
    position: relative; height: min(510px, calc(100vh - 210px)); min-height: 390px;
    display: grid; place-items: center; border-radius: 26px; background: var(--ice); overflow: hidden;
}
.gallery-stage img { width: 100%; height: 100%; object-fit: contain; padding: clamp(25px, 5vw, 55px); }
.gallery-stage .product-placeholder.large { min-height: 100%; }
.gallery-arrow {
    position: absolute; top: 50%; z-index: 2; width: 44px; height: 44px; display: grid; place-items: center;
    transform: translateY(-50%); border-radius: 50%; background: rgba(255,255,255,.94);
    color: var(--navy); box-shadow: 0 8px 20px rgba(8,45,72,.12); font-size: 2rem;
}
.gallery-prev { left: 18px; }
.gallery-next { right: 18px; }
.gallery-arrow:hover { color: var(--blue); box-shadow: 0 10px 24px rgba(8,45,72,.18); }
.zoom-button {
    position: absolute; bottom: 22px; right: 22px; min-height: 43px; padding: 0 17px;
    border-radius: 999px; color: var(--navy); background: var(--white);
    box-shadow: 0 8px 21px rgba(8,45,72,.1); font-weight: 650;
}
.gallery-thumbs { display: flex; gap: 12px; margin-top: 15px; overflow-x: auto; padding: 2px; scrollbar-width: thin; }
.gallery-thumbs button {
    flex: 0 0 78px; width: 78px; height: 78px; display: grid; place-items: center; padding: 6px;
    border: 1px solid var(--line); border-radius: 13px; background: var(--white);
}
.gallery-thumbs button.is-active { border-color: var(--cyan); box-shadow: 0 0 0 2px rgba(21,191,212,.17); }
.gallery-thumbs img { width: 100%; height: 100%; object-fit: contain; }
.buy-box { padding-top: 11px; }
.buy-box h1 { font-size: clamp(1.85rem, 2.6vw, 2.65rem); margin: 3px 0 14px; overflow-wrap: anywhere; }
.detail-rating { display: flex; align-items: center; gap: 13px; margin-bottom: 22px; }
.detail-rating span { font-size: .94rem; }
.buy-box .lead { font-size: .96rem; margin-bottom: 25px; overflow-wrap: anywhere; }
.detail-price { display: flex; flex-wrap: wrap; align-items: center; gap: 13px; margin-bottom: 24px; }
.detail-price strong { font-size: 2rem; color: var(--navy); letter-spacing: -.04em; }
.detail-price del { color: #98a9b3; }
.detail-price span { color: var(--sale); background: #fff1f1; border-radius: 8px; padding: 6px 10px; font-weight: 650; font-size: .78rem; }
.product-meta {
    display: grid; gap: 12px; padding: 19px 0; border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line); color: var(--muted); font-size: .9rem;
}
.product-meta span { min-width: 0; overflow-wrap: anywhere; }
.product-meta a { color: var(--blue); font-weight: 600; }
.stock-pill { width: fit-content; padding: 7px 12px; border-radius: 999px; font-weight: 650; font-size: .82rem; }
.stock-pill.available { color: var(--success); background: #edf9f3; }
.stock-pill.unavailable { color: var(--danger); background: #fff1f1; }
.variation-selector {
    display: grid; gap: 15px; margin: 22px 0 6px; padding: 18px;
    border: 1px solid var(--line); border-radius: 17px; background: #fbfdfe;
}
.variation-selector fieldset { margin: 0; padding: 0; border: 0; }
.variation-selector legend { margin-bottom: 9px; color: var(--navy); font-size: .9rem; font-weight: 750; }
.variation-selector fieldset > div { display: flex; flex-wrap: wrap; gap: 9px; }
.variation-selector label {
    position: relative; display: inline-flex; align-items: center; cursor: pointer;
}
.variation-selector input { position: absolute; opacity: 0; pointer-events: none; }
.variation-selector span {
    min-height: 39px; display: inline-flex; align-items: center; justify-content: center;
    padding: 0 15px; border: 1px solid var(--line); border-radius: 999px;
    color: var(--navy); background: var(--white); font-size: .88rem; font-weight: 650;
    transition: border-color var(--transition), background var(--transition), color var(--transition), box-shadow var(--transition);
}
.variation-selector input:checked + span {
    color: var(--blue); border-color: rgba(8,120,183,.28); background: var(--cyan-soft);
    box-shadow: 0 0 0 3px rgba(21,191,212,.13);
}
.variation-selector input:disabled + span {
    color: #9aaab3;
    background: #f3f7f9;
    border-color: #dce7ec;
    cursor: not-allowed;
}
.variation-message { min-height: 18px; color: var(--muted); font-size: .82rem; font-weight: 600; }
.add-form { display: flex; align-items: end; gap: 12px; margin: 26px 0; }
.add-form label { width: 83px; }
.add-form input { width: 83px; text-align: center; }
.add-form .button { flex: 1; min-width: 0; }
.purchase-benefits { display: grid; gap: 10px; }
.purchase-benefits article {
    display: grid; gap: 3px; padding: 14px 16px; border-radius: 12px; background: var(--ice);
}
.purchase-benefits strong { color: var(--navy); font-size: .88rem; }
.purchase-benefits small { color: var(--muted); }
.product-tabs {
    margin-bottom: 68px; border: 1px solid var(--line); border-radius: 21px; background: var(--white); overflow: hidden;
}
.tab-buttons { display: flex; gap: 30px; padding: 0 28px; border-bottom: 1px solid var(--line); }
.tab-buttons button {
    position: relative; min-height: 65px; background: transparent; color: var(--muted); font-weight: 650;
}
.tab-buttons button.is-active { color: var(--navy); }
.tab-buttons button.is-active::after { content: ""; position: absolute; bottom: -1px; left: 0; width: 100%; height: 3px; border-radius: 3px 3px 0 0; background: var(--cyan); }
.tab-panel { padding: 29px 30px; line-height: 1.75; color: var(--muted); }
.product-video-panel iframe {
    display: block; width: min(900px, 100%); aspect-ratio: 16 / 9; margin: 0 auto; border: 0;
    border-radius: 16px; background: #06131c;
}
.spec-list { margin: 0; }
.spec-list div { display: grid; grid-template-columns: minmax(160px, 32%) 1fr; gap: 20px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.spec-list dt { color: var(--navy); font-weight: 650; }
.spec-list dd { margin: 0; }
.video-modal {
    position: fixed; inset: 0; z-index: 95; display: grid; place-items: center; padding: 52px 24px;
    background: rgba(4,21,32,.84);
}
.video-modal-frame {
    width: min(960px, 100%); aspect-ratio: 16 / 9; overflow: hidden; border-radius: 18px;
    background: #06131c; box-shadow: 0 28px 70px rgba(0,0,0,.35);
}
.video-modal iframe { display: block; width: 100%; height: 100%; border: 0; }
.video-modal-close {
    position: absolute; top: 22px; right: 28px; color: var(--white); background: transparent;
    font-size: 2.6rem; line-height: 1;
}
.gallery-modal {
    position: fixed; inset: 0; z-index: 90; display: grid; place-items: center; padding: 50px;
    background: rgba(4, 21, 32, .82);
}
.gallery-modal img { max-width: min(950px, 90vw); max-height: 86vh; object-fit: contain; border-radius: 15px; background: var(--white); }
.gallery-modal button { position: absolute; top: 24px; right: 30px; color: var(--white); background: transparent; font-size: 2.6rem; }

.commerce-heading h1 { margin-top: 3px; }
.cart-page, .checkout-page { padding: 0 0 80px; }
.cart-layout { display: grid; grid-template-columns: minmax(0, 1fr) 352px; gap: 28px; align-items: start; }
.cart-items { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.cart-row {
    display: grid; grid-template-columns: 96px 1fr 86px 116px; align-items: center; gap: 18px;
    padding: 19px; background: var(--white); border-bottom: 1px solid var(--line);
}
.cart-row:last-child { border-bottom: 0; }
.cart-image { height: 90px; border-radius: 13px; overflow: hidden; background: var(--ice); }
.cart-image img { height: 100%; width: 100%; padding: 7px; object-fit: contain; }
.cart-image .product-placeholder { min-height: 100%; }
.cart-product { display: grid; gap: 7px; }
.cart-product strong { color: var(--navy); }
.cart-product small, .cart-product span { color: var(--muted); font-size: .79rem; }
.cart-remove { width: fit-content; padding: 0; color: var(--danger); background: transparent; font-size: .8rem; font-weight: 650; }
.cart-remove:hover { text-decoration: underline; }
.quantity-input input { width: 72px; text-align: center; }
.line-price { text-align: right; color: var(--navy); }
.cart-summary, .order-review {
    position: sticky; top: 165px; padding: 27px; border: 1px solid var(--line); border-radius: var(--radius);
    background: var(--white); box-shadow: var(--shadow);
}
.cart-summary h2, .order-review h2 { font-size: 1.32rem; margin-bottom: 23px; }
.cart-summary p { display: flex; justify-content: space-between; gap: 10px; padding: 12px 0; }
.cart-summary small { color: var(--muted); text-align: right; }
.cart-total { display: flex; justify-content: space-between; padding: 20px 0; margin: 9px 0 17px; border-top: 1px solid var(--line); font-size: 1.12rem; }
.cart-summary .button { width: 100%; margin-top: 10px; }
.checkout-layout { display: grid; grid-template-columns: minmax(0, 1fr) 382px; gap: 29px; align-items: start; }
.checkout-form { display: grid; gap: 19px; }
.checkout-panel { padding: 27px; border: 1px solid var(--line); border-radius: var(--radius); }
.panel-heading { display: flex; align-items: start; gap: 16px; margin-bottom: 24px; }
.panel-heading > span { width: 37px; height: 37px; display: grid; place-items: center; flex-shrink: 0; border-radius: 11px; color: var(--blue); background: var(--cyan-soft); font-weight: 700; }
.panel-heading h2 { font-size: 1.3rem; margin-bottom: 4px; }
.panel-heading p { font-size: .87rem; }
.field-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 17px; }
.field-wide { grid-column: 1 / -1; }
.choice-card {
    display: grid; grid-template-columns: auto 1fr; gap: 4px 14px; align-items: start;
    padding: 18px; border: 1px solid #cdeaf0; border-radius: 13px; background: var(--ice);
}
.choice-card input { grid-row: span 2; width: 18px; height: 18px; margin-top: 3px; }
.choice-card small { color: var(--muted); font-weight: 400; }
.checkout-submit { width: 100%; min-height: 56px; }
.ebay-checkout-form .checkout-panel {
    background: var(--white);
    box-shadow: 0 12px 34px rgba(8,45,72,.045);
}
.checkout-account-card {
    align-items: center;
    background: var(--ice);
    border: 1px solid var(--line);
    border-radius: 16px;
    display: flex;
    gap: 18px;
    justify-content: space-between;
    padding: 18px;
}
.checkout-account-card strong,
.checkout-account-card span {
    display: block;
}
.checkout-account-card strong {
    color: var(--navy);
    margin-bottom: 4px;
}
.checkout-account-card span {
    color: var(--muted);
    font-size: .92rem;
}
.checkout-account-card.warning {
    background: #fff7e6;
    border-color: #f2d396;
}
.ebay-checkout-form input:disabled {
    background: #f6f9fb;
    color: var(--muted);
}
.ebay-checkout-form .panel-heading > span {
    border-radius: 50%;
}
.order-review article {
    display: grid; grid-template-columns: 52px 1fr auto; align-items: center; gap: 11px;
    margin-bottom: 16px;
}
.order-review article > div { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 9px; background: var(--ice); overflow: hidden; }
.order-review article img { max-height: 48px; object-fit: contain; padding: 4px; }
.order-review article p { min-width: 0; display: grid; line-height: 1.35; }
.order-review article strong { color: var(--navy); font-size: .85rem; overflow-wrap: anywhere; }
.order-review article small { margin-top: 4px; }
.order-review article b { font-size: .86rem; white-space: nowrap; }
.review-total { display: flex; justify-content: space-between; margin-top: 19px; padding-top: 20px; border-top: 1px solid var(--line); font-size: 1.15rem; }
.review-row { display: flex; justify-content: space-between; gap: 12px; margin-top: 12px; color: var(--muted); font-size: .94rem; }
.review-row strong, .review-total strong { color: var(--navy); white-space: nowrap; text-align: right; }
.secure-note { margin-top: 22px; padding: 13px; border-radius: 10px; background: var(--ice); font-size: .8rem; }
.wishlist-page { padding-bottom: 76px; }
.home-category-section, .home-brand-section { padding-top: 52px; padding-bottom: 54px; }

.customer-auth {
    display: grid; grid-template-columns: 1fr minmax(430px, 492px); gap: 55px; align-items: center;
    min-height: 680px; padding: 58px 0 76px;
}
.auth-showcase { max-width: 520px; padding: 25px 10px; }
.auth-showcase h1 { margin: 21px 0 19px; }
.auth-showcase p { font-size: 1.04rem; }
.auth-benefits { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 36px; }
.auth-benefits span {
    padding: 12px 15px; border-radius: 11px; background: var(--ice);
    color: var(--navy); font-size: .85rem; font-weight: 600;
}
.customer-auth-card {
    padding: clamp(30px, 4vw, 44px); border: 1px solid var(--line); border-radius: 27px;
    background: var(--white); box-shadow: var(--shadow-strong);
}
.customer-auth-card h2 { font-size: 2.1rem; margin-bottom: 10px; }
.auth-intro { margin-bottom: 25px; }
.social-auth { display: grid; gap: 10px; margin: 23px 0; }
.social-button {
    height: 52px; display: flex; align-items: center; justify-content: center; gap: 12px;
    border-radius: 18px; border: 1px solid var(--line); color: var(--navy); font-weight: 850;
    background: var(--white); box-shadow: 0 12px 26px rgba(8, 45, 72, .06);
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, background .18s ease;
}
.social-button:hover { background: var(--ice); border-color: rgba(0, 129, 194, .22); transform: translateY(-1px); box-shadow: 0 18px 34px rgba(8, 45, 72, .1); }
.social-button span { display: grid; place-items: center; width: 24px; height: 24px; font-weight: 750; color: var(--blue); }
.social-button.google span { color: #ea4335; }
.social-button.facebook span { color: #1675e9; font-size: 1.25rem; }
.auth-divider { position: relative; margin: 23px 0; border-top: 1px solid var(--line); text-align: center; }
.auth-divider span { position: relative; top: -11px; padding: 0 13px; color: var(--muted); background: var(--white); font-size: .78rem; }
.auth-form { display: grid; gap: 17px; }
.auth-names { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.password-field { position: relative; display: block; }
.password-field input { width: 100%; padding-right: 62px; }
.password-field button {
    position: absolute; right: 9px; top: 7px; height: 35px; padding: 0 8px;
    color: var(--blue); background: transparent; font-size: .8rem; font-weight: 650;
}
.form-hint { color: var(--muted); font-weight: 400; font-size: .75rem; }
.auth-options { display: flex; justify-content: flex-end; font-size: .86rem; font-weight: 600; }
.auth-options a, .auth-switch a { color: var(--blue); }
.auth-form .button { width: 100%; margin-top: 4px; }
.auth-switch { text-align: center; font-size: .89rem; margin-top: 25px; }
.customer-auth.single { display: flex; justify-content: center; min-height: 565px; }
.customer-auth-card.compact { width: min(470px, 100%); }

.brand-list-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; padding-bottom: 72px; }
.brand-card {
    min-height: 180px; display: flex; flex-direction: column; justify-content: center; gap: 10px;
    padding: 27px; border: 1px solid var(--line); border-radius: 19px;
    transition: box-shadow var(--transition), transform var(--transition);
}
.brand-card:hover { box-shadow: var(--shadow); transform: translateY(-3px); }
.brand-card img { height: 46px; max-width: 135px; object-fit: contain; margin-bottom: 10px; }
.brand-card h2 { font-size: 1.2rem; }
.account-page { padding: 60px 0 80px; }
.account-heading { display: flex; justify-content: space-between; align-items: center; margin-bottom: 45px; }
.account-heading p { margin-top: 9px; }
.account-orders { display: grid; gap: 11px; }
.account-order-card {
    display: grid; grid-template-columns: minmax(220px, 1.2fr) minmax(230px, 1fr) auto auto; gap: 27px; align-items: center;
    padding: 21px 25px; border: 1px solid var(--line); border-radius: 17px; background: var(--white);
    transition: border-color var(--transition), transform var(--transition), box-shadow var(--transition);
}
.account-order-card:hover { border-color: #cbe9ef; transform: translateY(-2px); box-shadow: var(--shadow); }
.account-order-reference, .account-order-progress { display: grid; gap: 6px; }
.account-order-reference small, .account-order-progress small { color: var(--muted); font-size: .82rem; }
.account-order-reference strong { color: var(--navy); font-size: 1.08rem; }
.account-order-reference span { color: var(--muted); font-size: .86rem; }
.tracking-status {
    width: fit-content; display: inline-flex; align-items: center; padding: 7px 12px; border-radius: 999px;
    color: var(--blue); background: var(--cyan-soft); font-size: .8rem; font-weight: 700;
}
.tracking-status.large { padding: 11px 18px; font-size: .92rem; }
.status-delivered, .status-completed { color: var(--success); background: #e8f8ef; }
.status-cancelled, .status-refunded { color: var(--danger); background: #fff0f1; }
.order-view-link { color: var(--blue); font-size: .88rem; font-weight: 650; white-space: nowrap; }
.order-detail-page { padding: 39px 0 84px; }
.order-breadcrumb { display: flex; gap: 11px; align-items: center; margin-bottom: 27px; color: var(--muted); font-size: .9rem; }
.order-breadcrumb a { color: var(--blue); font-weight: 650; }
.order-detail-heading { display: flex; justify-content: space-between; gap: 20px; align-items: center; margin-bottom: 28px; }
.order-detail-heading h1 { margin: 7px 0 9px; }
.tracking-summary { display: grid; grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); gap: 14px; margin-bottom: 25px; }
.tracking-summary article {
    display: grid; gap: 11px; min-height: 101px; padding: 20px; border: 1px solid var(--line); border-radius: 16px; background: var(--white);
}
.tracking-summary small { color: var(--muted); }
.tracking-summary strong { color: var(--navy); line-height: 1.35; }
.order-tracking-panel {
    padding: 29px 29px 32px; margin-bottom: 24px; border: 1px solid var(--line); border-radius: 21px; background: var(--white);
}
.order-tracking-panel .section-heading { margin-bottom: 25px; }
.order-timeline { display: flex; position: relative; gap: 0; }
.order-timeline::before {
    content: ""; position: absolute; top: 16px; left: 17px; right: 17px; height: 3px; background: #e2edf1;
}
.tracking-step {
    position: relative; z-index: 1; flex: 1; display: grid; justify-items: center; gap: 13px; color: var(--muted); font-size: .84rem; text-align: center;
}
.tracking-dot {
    display: block; width: 35px; height: 35px; border: 7px solid var(--white); border-radius: 50%; background: #dce8ed;
    box-shadow: 0 0 0 1px #dce8ed;
}
.tracking-step.is-complete, .tracking-step.is-current { color: var(--navy); }
.tracking-step.is-complete .tracking-dot { background: var(--success); box-shadow: 0 0 0 1px var(--success); }
.tracking-step.is-current .tracking-dot { background: var(--cyan); box-shadow: 0 0 0 4px rgba(21,191,212,.18); }
.cancelled-notice { padding: 14px 17px; margin-bottom: 23px; border-radius: 11px; color: var(--danger); background: #fff3f3; }
.order-timeline.is-cancelled { opacity: .5; }
.order-detail-grid { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(280px, .8fr); gap: 22px; margin-bottom: 23px; }
.order-card { padding: 27px; border: 1px solid var(--line); border-radius: 20px; background: var(--white); }
.order-card h2 { margin-bottom: 22px; font-size: 1.25rem; }
.order-card h3 { margin: 24px 0 9px; font-size: 1rem; }
.order-card p { line-height: 1.65; }
.order-products article {
    display: grid; grid-template-columns: 1fr auto auto; gap: 24px; align-items: center; padding: 17px 0; border-bottom: 1px solid var(--line);
}
.order-products article div { display: grid; gap: 5px; }
.order-products article small { color: var(--muted); }
.order-product-total { display: flex; justify-content: flex-end; gap: 36px; padding-top: 22px; color: var(--navy); font-size: 1.08rem; }
.order-updates article { display: grid; grid-template-columns: 16px 1fr auto; gap: 17px; align-items: start; padding: 13px 0; }
.history-dot { display: block; width: 11px; height: 11px; margin-top: 6px; border-radius: 50%; background: var(--cyan); }
.order-updates p { color: var(--muted); font-size: .9rem; }
.order-updates time { color: var(--muted); font-size: .82rem; white-space: nowrap; }

.site-footer { margin-top: 25px; color: rgba(255,255,255,.7); background: var(--navy); }
.footer-highlight {
    position: relative; top: -35px; display: flex; justify-content: space-between; align-items: center; gap: 20px;
    padding: 27px 34px; border-radius: 20px; background: linear-gradient(120deg, var(--blue), #064f79);
    box-shadow: 0 15px 40px rgba(0,0,0,.16);
}
.footer-highlight div { display: grid; gap: 5px; }
.footer-highlight strong { color: var(--white); font-size: 1.28rem; }
.footer-highlight span { color: rgba(255,255,255,.76); }
.footer-highlight .button-primary { color: var(--blue); background: var(--white); box-shadow: none; }
.footer-grid {
    display: grid; grid-template-columns: 1.65fr .8fr .8fr 1.05fr; gap: 48px;
    padding: 18px 0 48px;
}
.footer-grid section { display: flex; flex-direction: column; gap: 14px; }
.footer-brand strong { color: var(--white); font-size: 1.28rem; }
.footer-about p { max-width: 335px; color: rgba(255,255,255,.64); margin-top: 5px; }
.footer-grid h2 { color: var(--white); font-size: .92rem; letter-spacing: .09em; text-transform: uppercase; margin: 11px 0 7px; }
.footer-grid a:hover { color: var(--white); }
.footer-grid p { color: rgba(255,255,255,.62); }
.social-links { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 8px; }
.social-links a {
    display: flex; align-items: center; gap: 6px; height: 34px; padding: 0 11px 0 7px;
    border-radius: 999px; background: rgba(255,255,255,.08); font-size: .79rem;
}
.social-links span {
    display: inline-grid; place-items: center; width: 21px; height: 21px; border-radius: 50%;
    background: rgba(255,255,255,.13); color: var(--white); font-size: .7rem; font-weight: 700;
}
.copyright { padding: 22px 0; border-top: 1px solid rgba(255,255,255,.1); font-size: .83rem; }

.app-download-banner {
    display: flex; align-items: center; justify-content: space-between; gap: 28px;
    margin-top: 54px; margin-bottom: 64px; padding: 22px 26px;
    border: 1px solid #d8eaf2; border-radius: 22px;
    background: linear-gradient(112deg, #f5fbfe, #e5f6fc);
    box-shadow: 0 16px 40px rgba(8,45,72,.06);
}
.app-download-message { display: flex; align-items: center; gap: 15px; }
.app-download-message img { flex-shrink: 0; border-radius: 13px; }
.app-download-message div { display: grid; gap: 4px; }
.app-download-message strong { color: var(--navy); font-size: 1.18rem; }
.app-download-message span { color: var(--muted); font-size: .9rem; }
.app-download-actions, .app-actions { display: flex; flex-wrap: wrap; gap: 11px; }
.app-download-actions .button { min-height: 46px; padding: 0 19px; font-size: .88rem; }

.app-page { padding: clamp(42px, 6vw, 66px) 0 58px; background: linear-gradient(180deg, #f7fcfe 0, #fff 360px); }
.app-hero {
    display: grid; grid-template-columns: minmax(340px, 1fr) 330px; align-items: center; gap: clamp(40px, 7vw, 94px);
    padding: clamp(35px, 5vw, 62px); border: 1px solid var(--line); border-radius: 30px; background: var(--white);
    box-shadow: var(--shadow);
}
.app-hero-copy { display: grid; align-items: start; gap: 22px; }
.app-hero-copy .eyebrow { margin: 0; }
.app-hero-copy p { max-width: 570px; font-size: 1.02rem; }
.app-store-button span {
    display: inline-grid; place-items: center; width: 26px; height: 26px;
    border-radius: 7px; background: rgba(255,255,255,.16); font-size: .9rem;
}
.button-secondary.app-store-button span { background: var(--cyan-soft); color: var(--blue); }
.app-phone-preview {
    display: flex; justify-content: center; min-height: 420px; padding: 13px;
    border-radius: 34px; background: linear-gradient(148deg, var(--navy), var(--blue));
    box-shadow: 0 23px 54px rgba(8,45,72,.2);
}
.app-phone-screen {
    width: 100%; display: flex; flex-direction: column; align-items: center; gap: 12px;
    padding: 66px 28px 26px; border-radius: 25px; background: #fbfdfe;
}
.app-phone-screen img { margin-bottom: 6px; border-radius: 16px; }
.app-phone-screen strong { font-size: 1.42rem; color: var(--navy); }
.app-phone-screen span { color: var(--muted); font-size: .82rem; }
.app-phone-screen i { width: 100%; height: 47px; margin-top: 14px; border-radius: 12px; background: #edf6fa; }
.app-phone-screen i + i { margin-top: 0; }
.app-install-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 30px; }
.app-install-card {
    display: flex; flex-direction: column; align-items: start; gap: 17px; min-height: 335px;
    padding: 31px; border: 1px solid var(--line); border-radius: 22px; background: var(--white);
}
#install-iphone { scroll-margin-top: 105px; }
.app-step-platform {
    padding: 7px 13px; border-radius: 100px; color: var(--blue); background: var(--cyan-soft);
    font-size: .75rem; font-weight: 750; letter-spacing: .1em; text-transform: uppercase;
}
.app-install-card ol { flex: 1; margin: 0; padding-left: 21px; color: var(--muted); line-height: 1.7; }
.app-install-card p { flex: 1; white-space: pre-line; }
.app-notification-card {
    display: grid; grid-template-columns: minmax(320px, 1fr) auto; align-items: center; gap: 26px;
    margin-top: 26px; padding: 29px 31px; border-radius: 22px; color: var(--white);
    background: linear-gradient(112deg, var(--navy), #08547e);
}
.app-notification-card h2 { margin-bottom: 8px; color: var(--white); }
.app-notification-card p { color: rgba(255,255,255,.74); }
.app-notification-card .eyebrow { color: #75dff0; }
.app-notification-card .button-secondary { color: var(--blue); }
.app-coming-soon { padding: 13px 19px; border-radius: 12px; background: rgba(255,255,255,.12); color: var(--white); font-weight: 650; }
.app-push-status { grid-column: 1 / -1; display: none; }
.app-push-status.is-visible { display: block; }
.store-future { padding-top: 54px; text-align: center; }
.store-future p { max-width: 590px; margin: 12px auto 25px; }
.store-future .app-actions { justify-content: center; }

[data-reveal] { transition: opacity .42s ease, transform .42s ease; }
[data-reveal].before-reveal { opacity: 0; transform: translateY(17px); }
[data-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 1120px) {
    .header-main { gap: 18px; }
    .header-actions .icon-link span, .brand small { display: none; }
    .search { max-width: none; }
    .mega-menu-body { grid-template-columns: 245px minmax(0, 1fr); }
    .mega-promo { display: none; }
    .mega-panels { padding: 25px 26px; }
    .category-grid { grid-template-columns: repeat(4, 1fr); }
    .product-grid { grid-template-columns: repeat(3, 1fr); }
    .marketplace-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .product-view { grid-template-columns: minmax(370px, 48%) 1fr; gap: 33px; }
    .trust-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
    .container { width: min(var(--container), calc(100% - 32px)); }
    .ticker-group { min-width: calc(100vw - 32px); }
    .main-nav, .header-main > .search { display: none; }
    .header-main { min-height: 74px; gap: 14px; }
    .brand img { width: 44px; height: 44px; border-radius: 12px; }
    .menu-toggle {
        display: grid; gap: 5px; width: 43px; height: 43px; align-content: center; padding: 0 10px;
        border-radius: 11px; background: var(--ice);
    }
    .menu-toggle span { height: 2px; border-radius: 5px; background: var(--navy); }
    .brand strong { font-size: 1.22rem; }
    .locale-select { min-width: 112px; width: auto; }
    .icon-link { padding: 0 8px; }
    .mobile-panel {
        display: block; padding: 5px 16px 20px; border-top: 1px solid var(--line); background: var(--white);
    }
    .mobile-panel .search { display: flex; max-width: none; margin: 13px 0 17px; }
    .mobile-panel nav { display: grid; }
    .mobile-panel nav a { padding: 13px 4px; border-bottom: 1px solid var(--line); color: var(--navy); font-weight: 600; }
    .mobile-categories {
        max-height: 230px; overflow-y: auto; display: grid; padding: 3px 0 8px 14px;
        border-bottom: 1px solid var(--line); background: var(--ice);
    }
    .mobile-panel nav .mobile-categories a {
        padding: 10px 9px; border-bottom: 0; color: var(--muted); font-size: .9rem;
    }
    .hero-card { min-height: 455px; padding: 38px 30px; }
    .hero-art { display: none; }
    .hero-metrics { margin-top: 29px; }
    .promo-strip { grid-template-columns: 1fr; }
    .promo-banner { min-height: 165px; }
    .category-grid, .broad-grid { grid-template-columns: repeat(3, 1fr); }
    .product-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
    .marketplace-container { width: min(var(--container), calc(100% - 32px)); }
    .marketplace-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
    .product-view, .catalog-layout, .cart-layout, .checkout-layout, .customer-auth { grid-template-columns: 1fr; }
    .gallery-shell, .filter-panel, .cart-summary, .order-review { position: static; }
    .gallery-stage { height: min(540px, 70vw); min-height: 350px; }
    .buy-box { padding-top: 0; }
    .filter-panel { order: 0; }
    .catalog-results { order: 1; }
    .account-order-card { grid-template-columns: 1fr auto; gap: 17px 22px; }
    .account-order-progress { grid-column: 1; }
    .tracking-summary { grid-template-columns: repeat(2, 1fr); }
    .order-detail-grid { grid-template-columns: 1fr; }
    .customer-auth { gap: 25px; min-height: 0; }
    .auth-showcase { text-align: center; max-width: none; padding-bottom: 5px; }
    .auth-benefits { justify-content: center; }
    .brand-list-grid { grid-template-columns: repeat(2, 1fr); }
    .app-download-banner { flex-direction: column; align-items: start; }
    .app-hero { grid-template-columns: 1fr; }
    .app-phone-preview { width: min(330px, 100%); margin: 0 auto; }
    .app-install-grid { grid-template-columns: 1fr; }
    .app-notification-card { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: repeat(2, 1fr); gap: 35px; }
    .footer-highlight { top: -27px; }
}
@media (max-width: 620px) {
    html, body { overflow-x: hidden; }
    .container { width: calc(100% - 28px); }
    .header-main { gap: 7px; min-height: 68px; }
    .brand img { width: 42px; height: 42px; border-radius: 11px; }
    .brand span { display: none; }
    .header-actions { gap: 3px; }
    .locale-select { min-width: 102px; width: 102px; padding: 0 6px; height: 40px; font-size: .78rem; }
    .icon-link { height: 40px; padding: 0 6px; }
    .icon-link svg { width: 21px; height: 21px; }
    .cart-link b { min-width: 19px; height: 19px; font-size: .66rem; }
    .hero { padding: 10px 0 9px; }
    .hero-slider { border-radius: 14px; }
    .hero-banner-slide img { object-position: center; }
    .hero-card { min-height: 470px; padding: 31px 22px 48px; border-radius: 23px; align-items: start; }
    .hero-copy h1 { font-size: 2.12rem; }
    .hero-actions { flex-direction: column; }
    .hero-actions .button { width: 100%; }
    .hero-metrics span { min-width: calc(50% - 7px); }
    .hero-dots { bottom: 8px; padding: 5px 8px; }
    .hero-dots button { width: 7px; height: 7px; }
    .hero-dots button.is-active { width: 23px; }
    .hero-arrow { width: 34px; height: 34px; opacity: .88; font-size: 1.6rem; }
    .hero-prev { left: 8px; }
    .hero-next { right: 8px; }
    .announcement-ticker { margin-top: 1px; margin-bottom: 10px; }
    .ticker-window { min-height: 43px; border-radius: 11px; }
    .ticker-window::before, .ticker-window::after { width: 27px; }
    .ticker-group { min-width: calc(100vw - 28px); }
    .ticker-group span { padding: 0 23px; font-size: .8rem; }
    .section, .products-section { padding: 44px 0; }
    .section-heading { margin-bottom: 22px; }
    .category-grid, .broad-grid { grid-template-columns: repeat(2, 1fr); gap: 11px; }
    .category-card, .broad-grid .category-card { min-height: 152px; padding: 12px; }
    .category-photo, .category-icon { width: 57px; height: 57px; }
    .product-grid { gap: 10px; }
    .marketplace-feed { padding: 9px 0 45px; }
    .marketplace-container { width: calc(100% - 22px); }
    .marketplace-heading { margin-bottom: 14px; }
    .marketplace-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
    .product-media { padding: 8px 8px 0; }
    .product-media > a { height: 164px; }
    .product-media img { padding: 8px; }
    .product-flags { top: 15px; left: 15px; }
    .card-media-arrow { opacity: .9; width: 28px; height: 28px; font-size: 1.25rem; }
    .card-media-prev { left: 13px; }
    .card-media-next { right: 13px; }
    .card-video-button { top: 15px; right: 15px; width: 32px; height: 32px; }
    .badge { padding: 5px 7px; font-size: .6rem; }
    .product-body { padding: 11px 11px 13px; gap: 7px; }
    .product-body h3 { font-size: .88rem; min-height: 41px; }
    .product-price strong { font-size: .99rem; }
    .product-brand, .product-rating { font-size: .7rem; }
    .quick-add .button, .quick-add-link {
        min-height: 42px;
        height: 42px;
        padding: 0 8px;
        font-size: clamp(.76rem, 3.4vw, .86rem);
        border-radius: 12px;
    }
    .product-card-dense .product-media > a { height: 146px; }
    .product-card-dense .card-video-button { top: 11px; right: 11px; width: 29px; height: 29px; }
    .product-card-dense .product-body { padding: 9px 8px 9px; }
    .product-card-dense .product-body h3 { min-height: 39px; font-size: .8rem; }
    .product-card-dense .quick-add .button,
    .product-card-dense .quick-add-link {
        min-height: 42px;
        height: 42px;
        border-radius: 12px;
    }
    .breadcrumb { padding: 18px 0 18px; gap: 8px; font-size: .8rem; }
    .product-view {
        width: calc(100% - 28px);
        gap: 22px;
        padding-bottom: 34px;
        overflow: hidden;
    }
    .gallery-stage { height: min(330px, 82vw); min-height: 265px; border-radius: 18px; }
    .gallery-stage img { padding: 16px; }
    .gallery-arrow { width: 37px; height: 37px; font-size: 1.65rem; }
    .gallery-prev { left: 10px; }
    .gallery-next { right: 10px; }
    .zoom-button { right: 12px; bottom: 12px; min-height: 38px; padding: 0 13px; font-size: .82rem; }
    .gallery-thumbs {
        gap: 8px;
        max-width: 100%;
        margin: 12px 0 0;
        padding: 2px 2px 6px;
        scroll-snap-type: x proximity;
    }
    .gallery-thumbs button {
        flex-basis: clamp(58px, 18vw, 70px);
        width: clamp(58px, 18vw, 70px);
        height: clamp(58px, 18vw, 70px);
        border-radius: 11px;
        padding: 5px;
        scroll-snap-align: start;
    }
    .buy-box { padding-inline: 0; }
    .buy-box h1 { font-size: clamp(1.38rem, 7vw, 1.62rem); line-height: 1.16; }
    .buy-box .lead { font-size: .88rem; line-height: 1.58; }
    .detail-rating { gap: 9px; margin-bottom: 18px; flex-wrap: wrap; }
    .detail-price strong { font-size: clamp(1.65rem, 9vw, 2rem); }
    .product-meta { padding: 17px 0; }
    .add-form { display: grid; grid-template-columns: 88px minmax(0, 1fr); gap: 10px; margin: 22px 0; }
    .add-form label,
    .add-form input { width: 100%; }
    .add-form .button { width: 100%; padding-inline: 12px; }
    .purchase-benefits article { padding: 13px 14px; }
    .tab-buttons { padding: 0 16px; gap: 20px; overflow-x: auto; }
    .tab-panel { padding: 21px 17px; }
    .video-modal { padding: 55px 13px; }
    .video-modal-close { top: 16px; right: 16px; }
    .spec-list div { grid-template-columns: 1fr; gap: 5px; }
    .cart-row {
        grid-template-columns: 72px 1fr; gap: 12px; padding: 13px;
    }
    .cart-image { height: 70px; }
    .quantity-input { grid-column: 2; }
    .line-price { grid-column: 2; text-align: left; }
    .cart-summary, .order-review, .checkout-panel { padding: 20px 17px; }
    .order-review { overflow: hidden; }
    .order-review article {
        grid-template-columns: 52px minmax(0, 1fr);
        align-items: start;
        gap: 11px 12px;
    }
    .order-review article p {
        overflow: hidden;
    }
    .order-review article strong {
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .order-review article b {
        grid-column: 1 / -1;
        justify-self: end;
        width: 100%;
        max-width: 100%;
        text-align: right;
        font-size: .95rem;
    }
    .review-row,
    .review-total {
        gap: 14px;
        align-items: baseline;
        max-width: 100%;
        overflow: hidden;
    }
    .review-row span,
    .review-total span {
        min-width: 0;
    }
    .review-row strong,
    .review-total strong {
        flex-shrink: 0;
        max-width: 58%;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .checkout-page,
    .commerce-heading {
        width: calc(100% - 32px);
        max-width: calc(100vw - 32px);
    }
    .commerce-heading {
        padding: 34px 0 24px;
    }
    .commerce-heading .eyebrow {
        font-size: .64rem;
        letter-spacing: .16em;
        overflow-wrap: anywhere;
    }
    .commerce-heading h1 {
        max-width: 8.5em;
        font-size: clamp(2.15rem, 11vw, 2.65rem);
        line-height: 1.08;
    }
    .commerce-heading p {
        max-width: 100%;
        font-size: .96rem;
        line-height: 1.58;
    }
    .order-review,
    .checkout-panel {
        max-width: 100%;
        padding-inline: 18px;
    }
    .checkout-layout {
        gap: 18px;
    }
    .checkout-panel {
        padding-block: 20px;
        border-radius: 18px;
    }
    .panel-heading {
        gap: 12px;
        margin-bottom: 18px;
    }
    .panel-heading > span {
        width: 42px;
        height: 42px;
        font-size: .9rem;
    }
    .panel-heading h2 {
        font-size: clamp(1.3rem, 7vw, 1.65rem);
        line-height: 1.12;
        overflow-wrap: anywhere;
    }
    .panel-heading p {
        font-size: .9rem;
        line-height: 1.5;
    }
    .checkout-account-card {
        display: grid;
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 16px;
    }
    .checkout-account-card strong {
        font-size: 1rem;
        line-height: 1.25;
    }
    .checkout-account-card span {
        font-size: .88rem;
        overflow-wrap: anywhere;
    }
    .checkout-account-card .text-link {
        justify-self: start;
        white-space: normal;
        font-size: .92rem;
    }
    .order-review h2 {
        font-size: clamp(1.3rem, 6.5vw, 1.58rem);
        line-height: 1.18;
    }
    .order-review article {
        grid-template-columns: 46px minmax(0, 1fr);
        gap: 9px 10px;
        max-width: 100%;
    }
    .order-review article > div {
        width: 46px;
        height: 46px;
    }
    .order-review article p,
    .order-review article strong,
    .order-review article small {
        max-width: 100%;
        min-width: 0;
    }
    .order-review article strong {
        font-size: .82rem;
        line-height: 1.32;
        word-break: break-word;
    }
    .order-review article b,
    .review-row strong,
    .review-total strong {
        padding-right: 6px;
    }
    .review-row,
    .review-total {
        font-size: .98rem;
    }
    .review-total {
        font-size: 1.08rem;
    }
    .secure-note {
        overflow-wrap: anywhere;
        padding: 13px 14px;
        font-size: .8rem;
    }
    .field-grid, .auth-names { grid-template-columns: 1fr; }
    .commerce-heading { padding: 38px 0 25px; }
    .page-hero.centered { min-height: 345px; }
    .customer-auth { padding: 33px 0 56px; }
    .auth-showcase h1 { font-size: 2rem; }
    .customer-auth-card { padding: 27px 19px; border-radius: 20px; }
    .brand-list-grid, .trust-grid { grid-template-columns: 1fr; }
    .account-heading, .order-detail-heading { display: grid; align-items: start; gap: 20px; margin-bottom: 30px; }
    .account-page { padding: 39px 0 55px; }
    .account-order-card { grid-template-columns: 1fr; padding: 18px; }
    .account-order-progress { grid-column: auto; }
    .tracking-summary { grid-template-columns: 1fr; }
    .order-tracking-panel, .order-card { padding: 20px 17px; }
    .order-timeline { display: grid; gap: 18px; }
    .order-timeline::before { top: 16px; bottom: 16px; left: 17px; right: auto; width: 3px; height: auto; }
    .tracking-step { display: flex; align-items: center; gap: 17px; justify-items: initial; text-align: left; }
    .order-products article { grid-template-columns: 1fr auto; gap: 11px; }
    .order-products article b { grid-column: 2; }
    .order-updates article { grid-template-columns: 16px 1fr; }
    .order-updates time { grid-column: 2; }
    .footer-highlight { flex-direction: column; align-items: start; padding: 24px 20px; }
    .footer-grid { grid-template-columns: 1fr; gap: 24px; padding-top: 0; }
    .app-download-banner { margin-top: 36px; margin-bottom: 52px; padding: 18px; align-items: stretch; flex-direction: column; }
    .app-download-actions { display: grid; grid-template-columns: 1fr; }
    .app-page { padding: 26px 0 44px; }
    .app-hero { display: flex; flex-direction: column; padding: 25px 19px; gap: 30px; }
    .app-hero-copy h1 { font-size: 2rem; }
    .app-actions { width: 100%; display: grid; grid-template-columns: 1fr; }
    .app-phone-preview { width: 100%; min-height: 345px; }
    .app-phone-screen { padding-top: 44px; }
    .app-install-grid { grid-template-columns: 1fr; gap: 12px; margin-top: 16px; }
    .app-install-card { padding: 22px 19px; min-height: 0; }
    .app-notification-card { grid-template-columns: 1fr; padding: 23px 19px; margin-top: 16px; }
    .store-future { padding-top: 37px; }
}
