/* VTII — Innovist-style storefront (mobile + desktop) */

:root {
    --iv-yellow: #e4233d;
    --iv-accent: #e4233d;
    --iv-ink: #111;
    --iv-muted: #6b6b6b;
    --iv-green: #1f7a4d;
    --iv-green-soft: #e5f6ea;
    --iv-badge: #fde8eb;
    --iv-badge-ink: #8a1524;
    --iv-page: #f3f3f3;
    --iv-card: #fff;
    --iv-radius: 14px;
    --iv-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}

body {
    background: #fff;
}

/* Header: FOTP layout — white bar, red announce with white copy, black cats */
.store-announce {
    background: var(--color-fleet, #e4233d) !important;
    color: #fff !important;
}

.store-announce-msg,
.store-announce a {
    color: #fff !important;
}

.store-bar {
    background: #fff !important;
    color: var(--color-ink, #111) !important;
    box-shadow: 0 1px 0 rgba(20, 23, 28, 0.08);
}

.store-brand .store-mark img,
.store-mark img {
    height: 3rem !important;
    width: 3rem !important;
    max-height: none !important;
    object-fit: contain;
}

@media (min-width: 900px) {
    .store-brand .store-mark img,
    .store-mark img {
        height: 3.5rem !important;
        width: 3.5rem !important;
    }
}

.store-bar-inner,
.store-utils a,
.store-utils button.store-cart,
.store-icon-btn,
.store-search input,
.store-search button,
.store-word-name,
.store-word-line {
    color: var(--color-ink, #111) !important;
}

.store-search {
    background: #eceef0 !important;
}

.store-search input {
    background: transparent !important;
    border: 0 !important;
}

.store-search input::placeholder {
    color: #6a727c !important;
}

.store-cats {
    background: #111 !important;
}

.store-cat > a,
.store-cat > button {
    color: #fff !important;
}

/* —— Category strip —— */
.vtii-cats {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 14px 16px 12px;
    background: #fff;
    border-bottom: 1px solid #eee;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overscroll-behavior-x: contain;
}

.vtii-cats::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}

.vtii-cats a {
    flex: 0 0 auto;
    width: 78px;
    text-align: center;
    font-size: 11px;
    font-weight: 650;
    color: var(--iv-ink);
    text-decoration: none;
    line-height: 1.25;
}

.vtii-cat-thumb {
    display: grid;
    place-items: center;
    width: 64px;
    height: 64px;
    margin: 0 auto 8px;
    border: 2.5px solid transparent;
    border-radius: 50%;
    background:
        linear-gradient(#fff, #fff) padding-box,
        linear-gradient(135deg, #111 0 50%, #e4233d 50%) border-box;
    overflow: hidden;
}

.vtii-cat-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

/* —— Section headers —— */
.iv-section-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin: 0 0 1rem;
}

.iv-section-head h2 {
    margin: 0 0 0.25rem;
    font-size: clamp(1.35rem, 4vw, 1.85rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--iv-ink);
}

.iv-section-head p {
    margin: 0;
    color: var(--iv-muted);
    font-size: 0.92rem;
}

.iv-view-all {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 14px;
    border-radius: 999px;
    background: var(--iv-ink);
    color: #fff !important;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

/* —— Ekyawan-style product shelves / listings —— */
.eky-shelf {
    --eky-paper: #f6f0e8;
    background: var(--eky-paper);
    padding: 2.4rem 0 2.8rem;
}

.eky-shelf--soft {
    background: color-mix(in srgb, var(--eky-paper) 70%, #fff);
}

.eky-shelf--plain,
.eky-shelf--plain.eky-shelf--soft {
    background: #fff !important;
}

.eky-shelf--listing {
    padding-top: 0.5rem;
    padding-bottom: 3rem;
}

.eky-shelf-inner {
    max-width: 78rem;
    margin: 0 auto;
    padding: 0 1.15rem;
}

.eky-shelf-inner.catalog-wrap {
    max-width: 78rem;
    padding-left: 1.15rem;
    padding-right: 1.15rem;
    padding-bottom: 0;
}

.eky-shelf-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem 1.5rem;
    margin: 0 0 1.45rem;
}

.eky-shelf-head h2 {
    margin: 0;
    width: fit-content;
    max-width: 100%;
    padding-bottom: 0.42rem;
    font-family: 'Marcellus SC', ui-serif, Georgia, 'Times New Roman', serif;
    font-size: clamp(1.35rem, 3.4vw, 1.9rem);
    font-weight: 400;
    letter-spacing: 0.06em;
    line-height: 1.15;
    text-transform: uppercase;
    color: #2a1810;
    box-shadow: inset 0 -3px 0 var(--iv-accent);
}

.eky-shelf-head p {
    margin: 0.55rem 0 0;
    max-width: 42ch;
    color: color-mix(in srgb, #2a1810 55%, #fff);
    font-size: 0.92rem;
    line-height: 1.45;
}

.eky-shelf-head--listing {
    margin-top: 1.35rem;
}

.eky-shelf-all {
    flex: 0 0 auto;
    margin-bottom: 0.15rem;
    color: var(--iv-accent) !important;
    font-size: 0.88rem;
    font-weight: 750;
    letter-spacing: 0.02em;
    text-decoration: none;
    white-space: nowrap;
}

.eky-shelf-all:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.eky-shelf .iv-grid,
.eky-listing .iv-grid,
.eky-listing .catalog-grid.iv-grid {
    gap: 1.15rem 1.25rem !important;
}

.catalog-page.eky-listing {
    background: #f6f0e8;
}

.catalog-page.eky-listing .catalog-filters {
    margin-top: -2.2rem;
}

.catalog-hero {
    position: relative;
    color: #fff;
    padding: 2.4rem 1rem 3.2rem;
    min-height: 10.5rem;
    background:
        linear-gradient(105deg, rgba(17, 17, 17, 0.88) 0%, rgba(17, 17, 17, 0.55) 48%, rgba(17, 17, 17, 0.28) 100%),
        var(--catalog-hero, url('/images/hero-cables.jpg')) center center / cover no-repeat,
        #111;
    font-family: inherit;
}

.catalog-hero-inner {
    position: relative;
    z-index: 1;
    max-width: 78rem;
    margin: 0 auto;
}

.catalog-hero-inner > p {
    margin: 0;
    font-size: 0.92rem;
    font-weight: 550;
}

.catalog-hero-inner > p a {
    color: color-mix(in srgb, #fff 82%, #e4233d);
    text-decoration: none;
}

.catalog-hero-inner > p a:hover {
    color: #fff;
}

.catalog-hero h1 {
    margin: 0.35rem 0 0;
    font-family: 'Marcellus SC', ui-serif, Georgia, serif;
    font-size: clamp(1.85rem, 4vw, 2.85rem);
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 1.08;
    text-transform: uppercase;
    color: #fff;
}

.catalog-hero-chips {
    margin-top: 1.2rem;
}

@media (min-width: 900px) {
    .catalog-hero {
        padding: 3rem 1.25rem 3.6rem;
        min-height: 13rem;
        background:
            linear-gradient(100deg, rgba(17, 17, 17, 0.9) 0%, rgba(17, 17, 17, 0.5) 42%, rgba(17, 17, 17, 0.22) 100%),
            var(--catalog-hero, url('/images/hero-cables.jpg')) center 40% / cover no-repeat,
            #111;
    }
}

.home-sellers,
.home-spot,
.home-shelf,
.home-offer-grid {
    padding-top: 1.5rem;
    padding-bottom: 1.75rem;
}

/* FOTP-style fact strip under the hero */
.fact-rail {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0;
    background: #fff;
    border-bottom: 1px solid #e4e6e9;
}

.fact-rail > div {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 1.15rem 1.1rem 1.25rem;
    border-left: 1px solid #eceef0;
}

.fact-rail > div:first-child {
    border-left: 0;
}

.fact-rail .store-ico {
    width: 1.55rem;
    height: 1.55rem;
    margin-top: 0.12rem;
    color: var(--iv-accent, #e4233d);
    flex: 0 0 auto;
}

.fact-rail p {
    margin: 0;
    font-size: 0.86rem;
    line-height: 1.35;
    color: #3d444c;
}

.fact-rail strong {
    display: block;
    margin-bottom: 0.15rem;
    color: #111;
    font-family: Georgia, 'Times New Roman', ui-serif, serif;
    font-size: 0.98rem;
    font-weight: 700;
}

@media (max-width: 1099px) {
    .fact-rail {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .fact-rail > div {
        border-left: 0;
        border-top: 1px solid #eceef0;
    }

    .fact-rail > div:nth-child(-n+2) {
        border-top: 0;
    }
}

@media (max-width: 639px) {
    .fact-rail {
        grid-template-columns: 1fr;
    }

    .fact-rail > div:first-child {
        border-top: 0;
    }
}

/* —— Product cards —— */
.iv-grid,
.catalog-grid.iv-grid,
.catalog-grid:has(.iv-card) {
    display: grid !important;
    grid-template-columns: repeat(var(--iv-grid-cols-mobile, 2), minmax(0, 1fr));
    gap: 12px;
    align-items: stretch;
}

.iv-card,
.catalog-item.iv-card {
    display: flex;
    flex-direction: column;
    background: var(--iv-card);
    border-radius: var(--iv-radius);
    box-shadow: var(--iv-shadow);
    overflow: visible;
    position: relative;
    z-index: 1;
    border: 0;
    min-width: 0;
}

.iv-card:hover,
.iv-card:focus-within {
    z-index: 4;
}

.iv-card-media {
    position: relative;
    background: #fff;
    overflow: hidden;
    border-radius: var(--iv-radius) var(--iv-radius) 0 0;
}

.iv-card-pic {
    display: grid;
    place-items: center;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    padding: 14px 12px 10px;
    box-sizing: border-box;
}

.iv-card-pic img,
.iv-card-pic > * {
    width: 100%;
    height: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
}

.iv-card-pic.has-hover .is-swap {
    display: none;
}

@media (hover: hover) {
    .iv-card-pic.has-hover:hover .is-swap {
        display: block;
    }
    .iv-card-pic.has-hover:hover .is-cover {
        display: none;
    }
}

.iv-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    background: var(--iv-badge);
    color: var(--iv-badge-ink);
    font-size: 10px;
    font-weight: 800;
    padding: 4px 8px;
    border-radius: 8px;
}

.iv-card-media .wish-heart {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 2;
}

.iv-card-body {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 10px 10px 12px;
    flex: 1;
}

.iv-rating {
    display: flex;
    align-items: center;
    gap: 4px;
    margin: 0;
    font-size: 12px;
    font-weight: 650;
    color: var(--iv-muted);
}

.iv-star {
    color: var(--iv-green);
}

.iv-rating > span:nth-child(2) {
    color: var(--iv-green);
}

.iv-sep {
    color: #bbb;
    margin: 0 2px;
}

.iv-reviews {
    color: var(--iv-muted);
    font-weight: 500;
}

.iv-card-link {
    text-decoration: none;
    color: inherit;
}

.iv-title {
    margin: 0;
    font-size: 13px;
    font-weight: 750;
    line-height: 1.3;
    color: var(--iv-ink);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.iv-sub {
    margin: 4px 0 0;
    font-size: 11px;
    color: var(--iv-muted);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.iv-price {
    margin: 2px 0 0;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 6px;
}

.iv-price strong {
    font-size: 15px;
    font-weight: 800;
    color: var(--iv-ink);
}

.iv-unit {
    font-size: 12px;
    font-weight: 650;
    color: var(--iv-muted);
    text-transform: lowercase;
}

.iv-price s {
    font-size: 12px;
    color: #999;
}

.iv-off {
    display: inline-flex;
    align-items: center;
    background: var(--iv-green-soft);
    color: var(--iv-green);
    border-radius: 999px;
    padding: 2px 7px;
    font-size: 10px;
    font-weight: 800;
}

.iv-offer {
    margin: 0;
    font-size: 11px;
    color: var(--iv-green);
    font-weight: 650;
}

.iv-card-act {
    margin-top: auto;
    padding-top: 6px;
}

.iv-card-act.is-icons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4px;
    align-items: stretch;
    position: relative;
    z-index: 2;
}

.iv-card-act.is-icons form {
    margin: 0;
    min-width: 0;
}

.iv-card-act.is-icons form .iv-card-ico {
    width: 100%;
}

.iv-card-ico {
    appearance: none;
    -webkit-appearance: none;
    position: relative;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 1.85rem;
    min-height: 1.85rem;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent !important;
    box-shadow: none !important;
    text-decoration: none;
    cursor: pointer;
    box-sizing: border-box;
    color: #111 !important;
    isolation: isolate;
    transition: color 0.2s ease, transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}

.iv-card-ico .store-ico,
.iv-card-ico svg {
    width: 1.05rem;
    height: 1.05rem;
    display: block;
    transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), filter 0.28s ease;
}

.iv-card-ico--view {
    color: var(--iv-accent, #e4233d) !important;
}

.iv-card-ico--cart,
.iv-card-ico--enquire {
    color: #111 !important;
}

.iv-card-ico::after {
    content: attr(data-tip);
    position: absolute;
    left: 50%;
    bottom: calc(100% + 10px);
    transform: translateX(-50%) translateY(6px) scale(0.96);
    padding: 0.38rem 0.65rem;
    border-radius: 999px;
    background: #111;
    color: #fff;
    font-size: 0.62rem;
    font-weight: 750;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    white-space: nowrap;
    line-height: 1;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 10px 24px rgba(17, 17, 17, 0.22);
    transition:
        opacity 0.22s ease,
        transform 0.32s cubic-bezier(0.22, 1, 0.36, 1),
        visibility 0.22s ease;
    z-index: 8;
}

.iv-card-ico::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: calc(100% + 4px);
    width: 8px;
    height: 8px;
    margin-left: -4px;
    background: #111;
    transform: translateY(6px) rotate(45deg) scale(0.6);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition:
        opacity 0.22s ease,
        transform 0.32s cubic-bezier(0.22, 1, 0.36, 1),
        visibility 0.22s ease;
    z-index: 7;
}

.iv-card-ico:hover,
.iv-card-ico:focus-visible {
    color: var(--iv-accent, #e4233d) !important;
    transform: translateY(-2px);
    outline: none;
}

.iv-card-ico:hover .store-ico,
.iv-card-ico:hover svg,
.iv-card-ico:focus-visible .store-ico,
.iv-card-ico:focus-visible svg {
    transform: scale(1.14);
    filter: drop-shadow(0 4px 8px rgba(228, 35, 61, 0.28));
}

.iv-card-ico:hover::after,
.iv-card-ico:focus-visible::after {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0) scale(1);
}

.iv-card-ico:hover::before,
.iv-card-ico:focus-visible::before {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) rotate(45deg) scale(1);
}

.iv-card-ico:active {
    transform: translateY(0) scale(0.96);
}

@media (prefers-reduced-motion: no-preference) {
    .iv-card-act.is-icons .iv-card-ico {
        animation: iv-card-ico-rise 0.55s cubic-bezier(0.22, 1, 0.36, 1) both;
        animation-timeline: view();
        animation-range: entry 5% cover 28%;
    }

    .iv-card-act.is-icons .iv-card-ico:nth-child(2),
    .iv-card-act.is-icons form:nth-child(2) .iv-card-ico {
        animation-delay: 70ms;
    }
}

@keyframes iv-card-ico-rise {
    from {
        opacity: 0.35;
        transform: translateY(10px) scale(0.92);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@media (prefers-reduced-motion: reduce) {
    .iv-card-ico,
    .iv-card-ico .store-ico,
    .iv-card-ico svg,
    .iv-card-ico::after,
    .iv-card-ico::before {
        transition: none;
        animation: none;
    }
}

/* Legacy text CTAs (if any remain outside cards) */
.iv-atc,
button.iv-atc,
a.iv-atc,
.iv-view {
    display: flex !important;
    width: 100%;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border: 0;
    border-radius: 999px !important;
    background: var(--iv-accent) !important;
    color: #fff !important;
    font-size: 11px;
    font-weight: 850;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-decoration: none;
    padding: 11px 10px;
    cursor: pointer;
    box-sizing: border-box;
    text-align: center;
    line-height: 1.2;
}

.iv-atc.iv-atc-ink {
    background: #111 !important;
    color: #fff !important;
}

.iv-atc .store-ico,
.iv-atc svg {
    width: 14px;
    height: 14px;
}

.desk-price .iv-unit {
    margin-left: 0.35rem;
    font-size: 0.95rem;
    font-weight: 650;
    color: color-mix(in srgb, var(--color-ink, #111) 55%, #fff);
    text-transform: lowercase;
}

/* Hide old catalog-item chrome when iv-card is used */
.catalog-grid .catalog-item:not(.iv-card) {
    /* legacy fallback */
}

/* Classic brand-wall markup is styled in app.css */

.brand-wall {
    background: #fff;
}

.store-phone span {
    white-space: nowrap;
    font-size: clamp(11px, 1.6vw, 13px);
}

.help-desk-phones {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem 1rem;
}

.home-contact {
    padding: 2.4rem 1rem 1.2rem;
}

.home-contact-section {
    padding-top: 2.6rem;
    padding-bottom: 3rem;
}

.home-contact-inner {
    max-width: 78rem;
}

.home-contact-head {
    margin-bottom: 1.6rem;
}

.home-contact-grid {
    display: grid;
    gap: 1.25rem;
}

.home-contact-places {
    display: grid;
    gap: 0.9rem;
}

.home-contact-card {
    background: #fff;
    border-radius: 16px;
    padding: 1.15rem 1.2rem 1.2rem;
    box-shadow: 0 8px 22px rgba(20, 23, 28, 0.05);
}

.home-contact-label {
    margin: 0 0 0.35rem;
    color: var(--iv-accent);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.home-contact-card h3 {
    margin: 0 0 0.45rem;
    font-size: 1.05rem;
    font-weight: 750;
    letter-spacing: -0.01em;
    color: #1a1a1a;
}

.home-contact-address {
    margin: 0;
    white-space: pre-line;
    line-height: 1.45;
    color: color-mix(in srgb, #1a1a1a 62%, #fff);
    font-size: 0.92rem;
}

.home-contact-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem 0.85rem;
    margin-top: 0.85rem;
}

.home-contact-phone,
.home-contact-mail {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: #111 !important;
    font-weight: 700;
    font-size: 0.92rem;
    text-decoration: none;
}

.home-contact-phone:hover,
.home-contact-mail:hover {
    color: var(--iv-accent) !important;
}

.home-contact-phone .store-ico,
.home-contact-mail .store-ico {
    width: 0.95rem;
    height: 0.95rem;
    flex: 0 0 auto;
}

.home-contact-mail {
    width: fit-content;
    margin-top: 0.25rem;
    padding: 0.7rem 0.95rem;
    background: #fff;
    border-radius: 999px;
    box-shadow: 0 6px 16px rgba(20, 23, 28, 0.05);
}

.home-contact-form {
    background: #fff;
    border-radius: 18px;
    padding: 1.35rem 1.2rem 1.4rem;
    box-shadow: 0 10px 28px rgba(20, 23, 28, 0.06);
}

.home-contact-form h3 {
    margin: 0 0 0.3rem;
    font-size: 1.2rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #111;
}

.home-contact-form-lead {
    margin: 0 0 1.05rem;
    color: color-mix(in srgb, #1a1a1a 58%, #fff);
    font-size: 0.92rem;
    line-height: 1.45;
}

.home-contact-status {
    margin: 0 0 0.85rem;
    padding: 0.65rem 0.75rem;
    border-radius: 10px;
    background: var(--iv-green-soft);
    color: var(--iv-green);
    font-weight: 650;
}

.home-contact-fields {
    display: grid;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.home-contact-fields label {
    display: grid;
    gap: 0.3rem;
}

.home-contact-fields span {
    font-size: 0.75rem;
    font-weight: 750;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #444;
}

.home-contact-fields .field,
.home-contact-fields textarea {
    width: 100%;
    border: 1px solid #e4e4e4;
    border-radius: 12px;
    padding: 0.72rem 0.85rem;
    background: #fff;
    font: inherit;
    color: #111;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.home-contact-fields .field:focus,
.home-contact-fields textarea:focus {
    outline: none;
    border-color: color-mix(in srgb, var(--iv-accent) 55%, #ddd);
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--iv-accent) 16%, transparent);
}

.home-contact-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    width: 100%;
    border: 0;
    border-radius: 999px;
    padding: 0.85rem 1.25rem;
    background: var(--iv-accent);
    color: #fff;
    font-size: 0.88rem;
    font-weight: 850;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    cursor: pointer;
}

.home-contact-submit:hover {
    filter: brightness(0.96);
}

.house-aside-place {
    margin: 0 0 1.1rem;
}

.house-aside-place h3 {
    margin: 0 0 0.3rem;
    font-size: 1rem;
}

.house-aside-place p {
    white-space: pre-line;
}

@media (min-width: 900px) {
    .home-contact-grid {
        grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
        gap: 1.5rem;
        align-items: start;
    }

    .home-contact-fields {
        grid-template-columns: 1fr 1fr;
    }

    .home-contact-fields .is-full {
        grid-column: 1 / -1;
    }

    .home-contact-submit {
        width: auto;
        min-width: 11rem;
    }
}

/* —— Buttons / CTAs —— */
.catalog-add,
.btn-primary,
.desk-cart,
.desk-now,
.iv-atc {
    background: var(--iv-accent) !important;
    color: #fff !important;
    border-radius: 999px !important;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.desk-now {
    background: var(--iv-ink) !important;
    color: #fff !important;
}

/* —— Product page —— */
.desk-page {
    background: #fff;
    padding-bottom: calc(7.5rem + env(safe-area-inset-bottom, 0px));
}

.desk-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 0 2rem;
}

.desk-crumb {
    padding: 0.75rem 1rem 0.35rem;
    font-size: 12px;
    color: var(--iv-muted);
}

.desk-hero {
    display: grid;
    gap: 0;
}

.desk-gallery {
    margin: 0;
}

.desk-stage {
    position: relative;
    border-radius: 0;
    overflow: hidden;
    background: #f3efe8;
    aspect-ratio: 1 / 1.02;
    border: 0;
}

.desk-stage img[data-spin-stage] {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    background: #f3efe8;
}

.desk-thumbs {
    display: flex;
    gap: 8px;
    padding: 10px 16px 0;
    overflow-x: auto;
}

.desk-thumb {
    flex: 0 0 56px;
    width: 56px;
    height: 56px;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    overflow: hidden;
    padding: 0;
    background: #fff;
}

.desk-thumb.is-on {
    border-color: #111;
}

.desk-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.iv-sold-bar {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 9px 12px;
    background: #111;
    color: #fff;
    font-size: 12px;
    font-weight: 650;
    text-align: center;
}

.desk-buy {
    padding: 1rem 1rem 0.25rem;
}

.desk-buy h1 {
    font-size: clamp(1.15rem, 4.4vw, 1.55rem);
    line-height: 1.28;
    margin: 0 0 0.55rem;
    letter-spacing: -0.02em;
    color: #222;
    text-transform: none;
    font-family: inherit;
    font-weight: 750;
}

.iv-tag {
    display: inline-flex;
    margin: 0 0 0.7rem;
    padding: 5px 12px;
    border: 1px solid #d9d9d9;
    border-radius: 999px;
    background: #fff;
    color: #333;
    font-size: 12px;
    font-weight: 650;
}

.iv-pdp-rate {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 0.75rem;
}

.desk-buy .iv-rating {
    color: var(--iv-green);
    font-weight: 700;
}

.desk-buy .iv-rating .iv-reviews {
    color: var(--iv-green);
}

.iv-offers {
    display: inline-flex;
    align-items: center;
    padding: 7px 12px;
    border-radius: 999px;
    background: var(--iv-green);
    color: #fff !important;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

.desk-lead {
    margin: 0 0 1rem;
    color: color-mix(in srgb, var(--color-ink, #111) 68%, #fff);
    font-size: 0.95rem;
    line-height: 1.45;
}

.desk-buy-form {
    display: grid;
    gap: 0.85rem;
}

.desk-price {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 8px;
}

.desk-price strong {
    font-size: 1.75rem;
    font-weight: 850;
    letter-spacing: -0.02em;
    color: #111 !important;
}

.desk-price .iv-unit {
    font-size: 0.95rem;
    font-weight: 650;
    color: var(--iv-muted);
    text-transform: lowercase;
}

.desk-price s {
    color: #999;
    font-size: 0.95rem;
}

.desk-price em {
    font-style: normal;
    background: var(--iv-green-soft);
    color: var(--iv-green);
    border-radius: 999px;
    padding: 2px 8px;
    font-size: 11px;
    font-weight: 800;
}

.iv-mrp {
    flex: 1 0 100%;
    margin-top: 2px;
    font-size: 12px;
    color: var(--iv-muted);
    font-weight: 500;
}

.desk-qty {
    display: inline-flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 999px;
    overflow: hidden;
    width: fit-content;
}

.desk-qty button,
.desk-qty input {
    border: 0;
    background: #fff;
    height: 42px;
    text-align: center;
}

.desk-qty button {
    width: 42px;
    font-size: 1.15rem;
    cursor: pointer;
}

.desk-qty input {
    width: 52px;
    font-weight: 700;
}

.desk-acts {
    display: grid;
    gap: 6px;
}

.desk-acts.is-pair {
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
}

.desk-acts .desk-cart,
.desk-acts .desk-now,
.desk-acts .desk-enquire,
.desk-acts a.desk-cart,
.desk-acts button.desk-cart,
.desk-acts button.desk-enquire {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 28px;
    min-height: 28px;
    max-height: 28px;
    margin: 0;
    border: 0;
    border-radius: 999px !important;
    padding: 0 0.7rem;
    font-size: 0.62rem;
    font-weight: 850;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1;
    box-sizing: border-box;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
}

.desk-acts .desk-cart,
.desk-acts a.desk-cart,
.desk-acts button.desk-cart {
    background: var(--iv-accent, #e4233d) !important;
    color: #fff !important;
}

.desk-acts .desk-enquire,
.desk-acts button.desk-enquire {
    background: #111 !important;
    color: #fff !important;
}

.desk-acts .desk-now {
    grid-column: 1 / -1;
}

.store-utils .store-cart {
    appearance: none;
    border: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    cursor: pointer;
}

.enquire-product-label {
    margin: 0 0 0.65rem;
    font-size: 0.85rem;
    font-weight: 650;
    color: color-mix(in srgb, var(--color-ink, #111) 70%, #fff);
}

/* —— Quick enquiry modal —— */
.enquire-modal {
    position: fixed;
    inset: 0;
    width: min(32rem, calc(100vw - 1.5rem));
    height: fit-content;
    max-height: min(92vh, 40rem);
    margin: auto;
    padding: 0;
    border: 0;
    border-radius: 18px;
    background: transparent;
    color: #111;
    overflow: visible;
    box-shadow: none;
}

.enquire-modal::backdrop {
    background: rgba(17, 17, 17, 0.58);
    backdrop-filter: blur(2px);
}

.enquire-modal-panel {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 22px 48px rgba(17, 17, 17, 0.22);
    overflow: hidden;
}

.enquire-modal-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.35rem 1.35rem 1.05rem;
    border-bottom: 1px solid #eee;
}

.enquire-modal-head h2 {
    margin: 0;
    font-family: 'Marcellus SC', ui-serif, Georgia, serif;
    font-size: 1.35rem;
    font-weight: 400;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #111;
}

.enquire-modal-lead {
    margin: 0.4rem 0 0;
    max-width: 34ch;
    color: color-mix(in srgb, #111 58%, #fff);
    font-size: 0.9rem;
    line-height: 1.45;
}

.enquire-modal-close {
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    width: 2.35rem;
    height: 2.35rem;
    margin: -0.15rem -0.2rem 0 0;
    border: 0;
    border-radius: 999px;
    background: #f3f3f3;
    color: #111;
    cursor: pointer;
}

.enquire-modal-close:hover {
    background: #ebebeb;
}

.enquire-modal-close .store-ico {
    width: 1rem;
    height: 1rem;
}

.enquire-modal-form {
    padding: 1.15rem 1.35rem 1.4rem;
}

.enquire-modal-product {
    margin: 0 0 0.95rem;
    padding: 0.65rem 0.8rem;
    border-radius: 10px;
    background: #f7f7f7;
    color: #111;
    font-size: 0.88rem;
    font-weight: 700;
    line-height: 1.35;
}

.enquire-modal-product:not([hidden]) {
    display: block;
}

.enquire-modal-fields {
    display: grid;
    gap: 0.75rem;
    margin-bottom: 1.05rem;
}

.enquire-modal-fields label {
    display: grid;
    gap: 0.3rem;
}

.enquire-modal-fields span {
    font-size: 0.72rem;
    font-weight: 750;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #444;
}

.enquire-modal-fields .field,
.enquire-modal-fields textarea {
    width: 100%;
    border: 1px solid #e4e4e4;
    border-radius: 12px;
    padding: 0.72rem 0.85rem;
    background: #fff;
    font: inherit;
    color: #111;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.enquire-modal-fields .field:focus,
.enquire-modal-fields textarea:focus {
    outline: none;
    border-color: color-mix(in srgb, var(--iv-accent, #e4233d) 55%, #ddd);
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--iv-accent, #e4233d) 16%, transparent);
}

.enquire-modal-fields textarea {
    min-height: 6.5rem;
    resize: vertical;
}

.enquire-modal-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    width: 100%;
    border: 0;
    border-radius: 999px;
    padding: 0.85rem 1.25rem;
    background: var(--iv-accent, #e4233d);
    color: #fff;
    font-size: 0.88rem;
    font-weight: 850;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    cursor: pointer;
}

.enquire-modal-submit:hover {
    filter: brightness(0.96);
}

@media (min-width: 640px) {
    .enquire-modal-fields {
        grid-template-columns: 1fr 1fr;
    }

    .enquire-modal-fields .is-full {
        grid-column: 1 / -1;
    }
}

@media (prefers-reduced-motion: no-preference) {
    .enquire-modal[open] .enquire-modal-panel {
        animation: enquire-pop 280ms cubic-bezier(0.22, 1, 0.36, 1) both;
    }

    .enquire-modal[open]::backdrop {
        animation: enquire-fade 220ms ease-out both;
    }
}

@keyframes enquire-pop {
    from {
        opacity: 0;
        transform: translateY(12px) scale(0.98);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes enquire-fade {
    from { opacity: 0; }
    to { opacity: 1; }
}

.store-sticky-cart--pair {
    display: none;
}

.store-sticky-cart--pair button,
.store-sticky-cart--pair .store-sticky-btn,
.store-sticky-cart--pair .store-sticky-enquire,
.store-sticky-cart--pair a {
    display: none;
}

.store-sticky-enquire {
    background: #111 !important;
    color: #fff !important;
}

/* Mobile PDP floating actions */
.store-pdp-fab {
    position: fixed;
    right: 12px;
    bottom: calc(4.15rem + env(safe-area-inset-bottom, 0px));
    z-index: 65;
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    align-items: center;
}

.store-pdp-fab__btn {
    appearance: none;
    -webkit-appearance: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.65rem;
    height: 2.65rem;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 999px;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    box-shadow:
        0 8px 18px rgba(20, 23, 28, 0.18),
        0 1px 0 rgba(255, 255, 255, 0.18) inset;
    transition: transform 0.15s ease, filter 0.15s ease;
}

.store-pdp-fab__btn:active {
    transform: scale(0.96);
}

.store-pdp-fab__btn .store-ico {
    width: 1.15rem;
    height: 1.15rem;
}

.store-pdp-fab__btn--primary {
    background: var(--iv-accent, #e4233d);
}

.store-pdp-fab__btn--enquire {
    background: #111;
}

@media (min-width: 900px) {
    .store-pdp-fab {
        display: none;
    }
}

@media (max-width: 899px) {
    .desk-page:not(.desk-about):not(.desk-contact) .desk-acts {
        display: none;
    }

    .desk-page:not(.desk-about):not(.desk-contact) {
        padding-bottom: calc(4.35rem + env(safe-area-inset-bottom, 0px));
    }

    .catalog-refine-fab {
        right: 0.85rem;
        bottom: calc(3.55rem + env(safe-area-inset-bottom, 0px));
        min-height: 2.2rem;
        padding: 0 0.78rem;
        gap: 0.32rem;
        font-size: 0.74rem;
        font-weight: 650;
        box-shadow: 0 6px 16px rgba(20, 23, 28, 0.18);
    }

    .catalog-refine-fab .store-ico {
        width: 0.92rem;
        height: 0.92rem;
    }

    .catalog-page.eky-listing,
    .catalog-page {
        padding-bottom: calc(5.75rem + env(safe-area-inset-bottom, 0px));
    }
}

/* App-like mobile dock */
.store-dock {
    position: fixed !important;
    left: 10px !important;
    right: 10px !important;
    bottom: calc(8px + env(safe-area-inset-bottom, 0px)) !important;
    z-index: 70 !important;
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    padding: 3px 2px !important;
    background: rgba(255, 255, 255, 0.96) !important;
    border: 1px solid rgba(20, 23, 28, 0.08);
    border-radius: 16px;
    box-shadow:
        0 6px 18px rgba(20, 23, 28, 0.12),
        0 1px 0 rgba(255, 255, 255, 0.8) inset !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.store-dock a,
.store-dock button {
    appearance: none;
    border: 0;
    background: transparent;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.08rem;
    min-height: 2.45rem;
    padding: 0.12rem 0.1rem;
    border-radius: 12px;
    font-size: 0.55rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    color: #6a727c;
    font-family: inherit;
    text-decoration: none;
    cursor: pointer;
    transition: color 0.15s ease, background-color 0.15s ease;
}

.store-dock a .store-ico,
.store-dock button .store-ico {
    width: 1.05rem;
    height: 1.05rem;
    padding: 0.22rem;
    box-sizing: content-box;
    border-radius: 9px;
    color: inherit;
    transition: background-color 0.15s ease, color 0.15s ease;
}

.store-dock a.is-on,
.store-dock a:hover,
.store-dock button:hover {
    color: var(--iv-accent, #e4233d);
}

.store-dock a.is-on .store-ico {
    background: color-mix(in srgb, var(--iv-accent, #e4233d) 14%, #fff);
    color: var(--iv-accent, #e4233d);
}

.store-dock em {
    top: 0.05rem;
    right: calc(50% - 1.1rem);
    min-width: 1rem;
    height: 1rem;
    padding: 0 0.22rem;
    font-size: 0.58rem;
    line-height: 1rem;
    background: var(--iv-accent, #e4233d);
    color: #fff;
    border: 1.5px solid #fff;
}

.store-sticky-cart {
    position: fixed !important;
    left: 0;
    right: 0;
    bottom: calc(3.55rem + env(safe-area-inset-bottom, 0px)) !important;
    z-index: 60 !important;
    padding: 10px 12px 8px !important;
    background: linear-gradient(180deg, transparent, #fff 34%) !important;
    color: inherit !important;
    display: none !important;
}

.store-sticky-cart button,
.store-sticky-cart .store-sticky-btn,
.store-sticky-cart .store-sticky-enquire {
    display: none !important;
}

.store-sticky-cart .store-sticky-enquire {
    background: #111 !important;
    color: #fff !important;
}

body {
    padding-bottom: calc(4.15rem + env(safe-area-inset-bottom, 0px));
}

@media (min-width: 900px) {
    body {
        padding-bottom: 0;
    }

    .store-dock {
        display: none !important;
    }
}

.store-utils button.store-cart {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: inherit;
}

.desk-sheet {
    margin: 2.2rem 0 0;
    background: #fff;
    border: 1px solid color-mix(in srgb, var(--color-ink, #111) 10%, transparent);
    border-radius: 0.85rem;
    overflow: hidden;
}

.desk-tabs {
    display: flex;
    flex-wrap: nowrap;
    gap: 0;
    padding: 0;
    overflow-x: auto;
    background: transparent;
    border: 0;
    border-bottom: 1px solid color-mix(in srgb, var(--color-ink, #111) 10%, transparent);
    border-radius: 0;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.desk-tabs::-webkit-scrollbar {
    display: none;
}

.desk-tabs button {
    appearance: none;
    border: 0;
    background: transparent;
    border-radius: 0;
    padding: 0.9rem 1.2rem;
    font-family: 'Marcellus SC', ui-serif, Georgia, serif;
    font-size: 0.92rem;
    font-weight: 400;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #111;
    white-space: nowrap;
    cursor: pointer;
    box-shadow: none;
}

.desk-tabs button.is-on {
    background: transparent !important;
    color: var(--iv-accent, #e4233d) !important;
    box-shadow: inset 0 -2px 0 var(--iv-accent, #e4233d) !important;
}

.desk-pane {
    display: none;
    margin: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 0;
}

.desk-pane.is-on {
    display: block;
}

.desk-pane-title {
    display: none;
}

.desk-pane table {
    width: 100%;
    border-collapse: collapse;
}

.desk-pane th,
.desk-pane td {
    padding: 0.85rem 1.15rem;
    border-bottom: 1px solid color-mix(in srgb, var(--color-ink, #111) 8%, transparent);
    text-align: left;
    vertical-align: top;
    font-size: 0.95rem;
    line-height: 1.45;
}

.desk-pane th {
    width: 28%;
    color: color-mix(in srgb, var(--color-ink, #111) 58%, #fff);
    font-weight: 650;
    padding-right: 1rem;
}

.desk-pane tr:last-child th,
.desk-pane tr:last-child td {
    border-bottom: 0;
}

.desk-prose {
    padding: 1.05rem 1.15rem 1.2rem;
    font-size: 0.95rem;
    line-height: 1.55;
    color: color-mix(in srgb, var(--color-ink, #111) 88%, #fff);
}

.desk-prose p:last-child {
    margin-bottom: 0;
}

.desk-reviews,
.desk-like {
    margin: 2.6rem 0 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 0;
}

.desk-reviews-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.desk-verified {
    margin: 0;
    color: var(--iv-accent, #e4233d);
    font-size: 0.78rem;
    font-weight: 750;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.desk-reviews h2,
.desk-like h2 {
    margin: 0.2rem 0 0;
    font-family: 'Marcellus SC', ui-serif, Georgia, serif;
    font-size: clamp(1.45rem, 2.6vw, 1.85rem);
    font-weight: 400;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #111;
}

.desk-like h2 {
    display: block;
    width: fit-content;
    margin: 0 0 1rem;
    padding-bottom: 0.35rem;
    box-shadow: inset 0 -3px 0 var(--iv-accent, #e4233d);
}

.desk-reviews-head a {
    color: var(--iv-accent, #e4233d);
    font-size: 0.9rem;
    font-weight: 650;
    text-decoration: none;
    white-space: nowrap;
}

.desk-reviews-head a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.desk-score {
    margin: 0.35rem 0 0;
    font-size: 0.92rem;
    color: color-mix(in srgb, var(--color-ink, #111) 62%, #fff);
}

.desk-score strong {
    color: #111;
    font-weight: 800;
}

.desk-review-rail {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 0.55rem;
    margin-top: 0.35rem;
}

.desk-review-rail ul {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(16rem, 1fr);
    gap: 0.85rem;
    margin: 0;
    padding: 0.15rem 0.1rem 0.35rem;
    list-style: none;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.desk-review-rail ul::-webkit-scrollbar {
    display: none;
}

.desk-review-rail li {
    scroll-snap-align: start;
    padding: 1rem 1.05rem 1.1rem;
    background: #fff;
    border: 1px solid color-mix(in srgb, var(--color-ink, #111) 10%, transparent);
    border-radius: 0.75rem;
    box-shadow: 0 10px 24px rgba(20, 23, 28, 0.05);
    min-width: 0;
}

.desk-review-rail button {
    width: 2.1rem;
    height: 2.1rem;
    border: 1px solid #c5c9ce;
    background: #fff;
    border-radius: 0.35rem;
    font-size: 1.15rem;
    line-height: 1;
    color: #111;
    cursor: pointer;
}

.desk-review-rail button:hover {
    border-color: var(--iv-accent, #e4233d);
    color: var(--iv-accent, #e4233d);
}

.review-stars {
    margin: 0 0 0.55rem;
    color: var(--iv-accent, #e4233d);
    display: flex;
    gap: 0.12rem;
}

.review-stars .store-ico {
    width: 0.85rem;
    height: 0.85rem;
}

.desk-review-rail blockquote {
    margin: 0;
    font-size: 0.92rem;
    line-height: 1.45;
    color: #111;
}

.review-who {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    margin-top: 0.85rem;
}

.review-who img,
.review-who span {
    width: 2rem;
    height: 2rem;
    border-radius: 0.35rem;
    object-fit: cover;
    flex: 0 0 auto;
}

.review-who span {
    display: grid;
    place-items: center;
    background: #111;
    color: #fff;
    font-size: 0.68rem;
    font-weight: 750;
    letter-spacing: 0.04em;
}

.review-who p {
    margin: 0;
    font-size: 0.78rem;
    line-height: 1.3;
    color: color-mix(in srgb, var(--color-ink, #111) 58%, #fff);
}

.review-who strong {
    display: block;
    color: #111;
    font-size: 0.86rem;
    font-weight: 750;
}

.desk-like--recent {
    margin-top: 2.6rem;
}

.desk-like .iv-grid {
    margin: 0;
}

@media (min-width: 900px) {
    .desk-review-rail ul {
        grid-auto-columns: minmax(0, 1fr);
        grid-template-columns: repeat(3, minmax(0, 1fr));
        grid-auto-flow: row;
        overflow: visible;
    }
}

.catalog-page {
    background: var(--iv-page);
}

.catalog-wrap .iv-grid,
.catalog-page .iv-grid {
    padding-bottom: 1rem;
}

@media (min-width: 720px) {
    .iv-grid,
    .catalog-grid.iv-grid,
    .catalog-grid:has(.iv-card) {
        gap: 16px;
    }

    .eky-shelf .iv-grid,
    .eky-listing .iv-grid,
    .eky-listing .catalog-grid.iv-grid {
        gap: 1.35rem 1.5rem !important;
    }

    .iv-title {
        font-size: 14px;
    }

    .iv-atc {
        font-size: 12px;
        padding: 12px;
    }

    .desk-wrap {
        padding: 0 1.25rem 2rem;
    }

    .desk-stage {
        border-radius: 18px;
    }

    .desk-buy {
        padding: 0.35rem 0 0;
    }

    .eky-shelf {
        padding: 3rem 0 3.4rem;
    }

    .eky-shelf-inner {
        padding: 0 1.5rem;
    }
}

@media (min-width: 900px) {
    .store-sticky-cart {
        display: none;
    }

    .desk-page:not(.desk-about):not(.desk-contact) {
        padding-bottom: 2rem;
    }

    .desk-page:not(.desk-about):not(.desk-contact) .desk-hero {
        grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
        gap: 2rem;
        align-items: start;
        padding-top: 0.5rem;
        background: transparent;
        color: inherit;
    }

    .desk-acts.is-pair {
        grid-template-columns: 1fr 1fr;
    }

    .desk-acts .desk-cart:only-child {
        grid-column: 1 / -1;
    }

    .iv-grid,
    .catalog-grid.iv-grid,
    .catalog-grid:has(.iv-card) {
        grid-template-columns: repeat(var(--iv-grid-cols-desktop, 5), minmax(0, 1fr));
        gap: 18px;
    }

    .eky-shelf .iv-grid,
    .eky-listing .iv-grid,
    .eky-listing .catalog-grid.iv-grid {
        grid-template-columns: repeat(var(--iv-grid-cols-desktop, 5), minmax(0, 1fr)) !important;
        gap: 1.35rem 1.45rem !important;
    }

    .desk-stage {
        border-radius: 20px;
    }
}

@media (min-width: 1200px) {
    .iv-grid,
    .catalog-grid.iv-grid,
    .catalog-grid:has(.iv-card) {
        grid-template-columns: repeat(var(--iv-grid-cols-desktop, 5), minmax(0, 1fr));
        gap: 1.25rem;
    }

    .eky-shelf .iv-grid,
    .eky-listing .iv-grid,
    .eky-listing .catalog-grid.iv-grid {
        grid-template-columns: repeat(var(--iv-grid-cols-desktop, 5), minmax(0, 1fr)) !important;
        gap: 1.4rem 1.5rem !important;
    }
}

.store-foot-credit a {
    color: rgba(255, 255, 255, 0.72);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.store-foot-credit a:hover {
    color: #fff;
}

/* —— About / Contact pages only (do not touch PDP .desk-page) —— */
.desk-about,
.desk-contact {
    background: #f7f3ea;
    padding-bottom: 0;
}

.desk-about .desk-hero,
.desk-contact .desk-hero {
    display: block;
    background: #111;
    color: #fff;
    padding: 2.1rem 1rem 2.4rem;
}

.desk-about .desk-hero--about {
    padding: 0;
    overflow: hidden;
}

.desk-about .desk-hero-inner,
.desk-contact .desk-hero-inner {
    max-width: 78rem;
    margin: 0 auto;
}

.desk-about .desk-crumb,
.desk-contact .desk-crumb {
    margin: 0 0 0.75rem;
    padding: 0;
    font-size: 0.82rem;
    color: color-mix(in srgb, #fff 58%, #111);
}

.desk-about .desk-crumb a,
.desk-contact .desk-crumb a {
    color: inherit;
    text-decoration: none;
}

.desk-about .desk-crumb a:hover,
.desk-contact .desk-crumb a:hover {
    color: #fff;
}

.desk-about .desk-hero h1,
.desk-contact .desk-hero h1 {
    margin: 0;
    max-width: 16ch;
    font-family: 'Marcellus SC', ui-serif, Georgia, serif;
    font-size: clamp(2rem, 5.5vw, 3.35rem);
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 1.05;
    text-transform: uppercase;
    color: #fff;
}

.desk-about .desk-hero--about h1 {
    max-width: 14ch;
    font-size: clamp(1.85rem, 4.2vw, 2.85rem);
}

.desk-about .desk-lead,
.desk-contact .desk-lead {
    margin: 0.85rem 0 0;
    max-width: 42rem;
    font-size: 1.05rem;
    line-height: 1.55;
    color: color-mix(in srgb, #fff 78%, #111);
}

.desk-about .desk-hero--about .desk-lead {
    margin-top: 0.7rem;
    max-width: 34rem;
    font-size: 0.98rem;
    line-height: 1.5;
}

.desk-about .desk-body-p {
    margin: 0.75rem 0 0;
    max-width: 42rem;
    font-size: 0.98rem;
    line-height: 1.6;
    color: color-mix(in srgb, #fff 68%, #111);
}

.desk-hero-split {
    display: grid;
    gap: 0;
    align-items: stretch;
}

.desk-about .desk-hero--about .desk-hero-split {
    width: 100%;
    max-width: none;
    margin: 0;
}

.desk-about .desk-hero-copy {
    padding: 1.5rem 1rem 1.65rem;
}

.desk-hero-media {
    margin: 0;
    border-radius: 0;
    overflow: hidden;
    background: #1a1a1a;
    min-height: 12.5rem;
}

.desk-hero-media img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 12.5rem;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    object-position: center;
}

.desk-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-top: 1.1rem;
}

.desk-about .desk-hero--about .desk-actions {
    margin-top: 1rem;
}

.desk-submit--link {
    text-decoration: none;
    width: auto;
    min-width: 10rem;
    padding-inline: 1.35rem;
}

.desk-about-continue {
    max-width: 48rem;
    margin: 0 0 1.75rem;
    display: grid;
    gap: 0.85rem;
}

.desk-about-continue p {
    margin: 0;
    font-size: 1rem;
    line-height: 1.6;
    color: color-mix(in srgb, #111 72%, #fff);
}

.desk-ghost {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0.75rem 1.2rem;
    border: 1px solid color-mix(in srgb, #fff 28%, transparent);
    border-radius: 999px;
    color: #fff;
    font-size: 0.88rem;
    font-weight: 750;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-decoration: none;
}

.desk-ghost:hover {
    border-color: #fff;
    color: #fff;
}

.desk-body {
    padding-top: 2.4rem;
    padding-bottom: 2.8rem;
}

.desk-body--desks {
    padding-top: 2.2rem;
}

.desk-inner {
    max-width: 78rem;
}

.desk-pillars {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0;
    border-top: 1px solid color-mix(in srgb, #111 12%, transparent);
}

.desk-pillars li {
    display: grid;
    gap: 0.35rem;
    padding: 1.15rem 0;
    border-bottom: 1px solid color-mix(in srgb, #111 12%, transparent);
}

.desk-pillars strong {
    font-family: 'Marcellus SC', ui-serif, Georgia, serif;
    font-size: 1.05rem;
    font-weight: 400;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #111;
}

.desk-pillars span {
    max-width: 52rem;
    color: color-mix(in srgb, #111 62%, #fff);
    font-size: 0.95rem;
    line-height: 1.5;
}

.desk-contact-grid {
    display: grid;
    gap: 1.35rem;
    align-items: start;
}

.desk-form,
.desk-place {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 10px 28px rgba(20, 23, 28, 0.06);
}

.desk-form {
    padding: 1.4rem 1.25rem 1.45rem;
}

.desk-form h2,
.desk-places > h2 {
    margin: 0;
    font-family: 'Marcellus SC', ui-serif, Georgia, serif;
    font-size: 1.35rem;
    font-weight: 400;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #111;
}

.desk-form-lead,
.desk-places-lead {
    margin: 0.4rem 0 1.05rem;
    color: color-mix(in srgb, #111 58%, #fff);
    font-size: 0.92rem;
    line-height: 1.45;
}

.desk-status {
    margin: 0 0 0.9rem;
    padding: 0.65rem 0.75rem;
    border-radius: 10px;
    background: var(--iv-green-soft, #e5f6ea);
    color: var(--iv-green, #1f7a4d);
    font-weight: 650;
}

.desk-err {
    margin: 0.25rem 0 0;
    color: var(--iv-accent, #e4233d);
    font-size: 0.82rem;
}

.desk-fields {
    display: grid;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.desk-fields label {
    display: grid;
    gap: 0.3rem;
}

.desk-fields span {
    font-size: 0.72rem;
    font-weight: 750;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #444;
}

.desk-fields .field,
.desk-fields textarea {
    width: 100%;
    border: 1px solid #e4e4e4;
    border-radius: 12px;
    padding: 0.72rem 0.85rem;
    background: #fff;
    font: inherit;
    color: #111;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.desk-fields .field:focus,
.desk-fields textarea:focus {
    outline: none;
    border-color: color-mix(in srgb, var(--iv-accent, #e4233d) 55%, #ddd);
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--iv-accent, #e4233d) 16%, transparent);
}

.desk-fields textarea {
    min-height: 7.5rem;
    resize: vertical;
}

.desk-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    width: 100%;
    border: 0;
    border-radius: 999px;
    padding: 0.85rem 1.25rem;
    background: var(--iv-accent, #e4233d);
    color: #fff;
    font-size: 0.88rem;
    font-weight: 850;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    cursor: pointer;
}

.desk-submit:hover {
    filter: brightness(0.96);
}

.desk-places {
    display: grid;
    gap: 0.9rem;
}

.desk-place {
    padding: 1.15rem 1.2rem 1.2rem;
}

.desk-place-tag {
    margin: 0 0 0.35rem;
    color: var(--iv-accent, #e4233d);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.desk-place h3 {
    margin: 0 0 0.45rem;
    font-size: 1.05rem;
    font-weight: 750;
    letter-spacing: -0.01em;
    color: #1a1a1a;
}

.desk-place-address {
    margin: 0;
    white-space: pre-line;
    line-height: 1.45;
    color: color-mix(in srgb, #1a1a1a 62%, #fff);
    font-size: 0.92rem;
}

.desk-place-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.55rem 0.95rem;
    margin-top: 0.85rem;
}

.desk-place-phone,
.desk-mail {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: #111 !important;
    font-weight: 700;
    font-size: 0.92rem;
    text-decoration: none;
}

.desk-place-phone:hover,
.desk-mail:hover,
.desk-place-map:hover {
    color: var(--iv-accent, #e4233d) !important;
}

.desk-place-phone .store-ico,
.desk-mail .store-ico {
    width: 0.95rem;
    height: 0.95rem;
    flex: 0 0 auto;
}

.desk-place-map {
    font-size: 0.85rem;
    font-weight: 700;
    color: #111;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.desk-mail {
    width: fit-content;
    margin-top: 0.15rem;
    padding: 0.7rem 0.95rem;
    background: #fff;
    border-radius: 999px;
    box-shadow: 0 6px 16px rgba(20, 23, 28, 0.05);
}

.desk-place-grid {
    display: grid;
    gap: 0.9rem;
}

.desk-map {
    margin: 1.75rem 0 0;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 10px 28px rgba(20, 23, 28, 0.06);
}

.desk-map iframe {
    display: block;
    width: 100%;
    height: min(52vw, 22rem);
    border: 0;
}

.desk-map figcaption {
    padding: 0.75rem 1rem 0.9rem;
    font-size: 0.88rem;
    font-weight: 650;
}

.desk-map figcaption a {
    color: #111;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.desk-map figcaption a:hover {
    color: var(--iv-accent, #e4233d);
}

@media (min-width: 800px) {
    .desk-hero-split {
        grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
        gap: 2rem;
        align-items: center;
    }

    .desk-about .desk-hero--about .desk-hero-split {
        grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
        gap: 0;
        align-items: stretch;
        min-height: 22rem;
    }

    .desk-about .desk-hero-copy {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 2rem clamp(1.5rem, 4.5vw, 4.5rem);
        max-width: none;
    }

    .desk-about .desk-hero--about .desk-actions {
        flex-wrap: nowrap;
    }

    .desk-about .desk-hero-media {
        min-height: 100%;
        align-self: stretch;
    }

    .desk-about .desk-hero-media img {
        min-height: 22rem;
        height: 100%;
        aspect-ratio: auto;
    }

    .desk-pillars li {
        grid-template-columns: minmax(10rem, 14rem) minmax(0, 1fr);
        gap: 1.25rem;
        align-items: baseline;
        padding: 1.35rem 0;
    }

    .desk-place-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.1rem;
    }

    .desk-map iframe {
        height: 22rem;
    }
}

@media (min-width: 960px) {
    .desk-about .desk-hero,
    .desk-contact .desk-hero {
        padding: 2.6rem 1.25rem 3rem;
    }

    .desk-about .desk-hero--about {
        padding: 0;
    }

    .desk-about .desk-hero--about .desk-hero-split {
        min-height: 24rem;
    }

    .desk-about .desk-hero-media img {
        min-height: 24rem;
    }

    .desk-contact-grid {
        grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
        gap: 1.5rem;
    }

    .desk-fields {
        grid-template-columns: 1fr 1fr;
    }

    .desk-fields .is-full {
        grid-column: 1 / -1;
    }

    .desk-submit {
        width: auto;
        min-width: 12rem;
    }
}

@media (prefers-reduced-motion: no-preference) {
    .desk-form,
    .desk-place,
    .desk-map {
        animation: desk-rise 520ms cubic-bezier(0.22, 1, 0.36, 1) both;
    }

    .desk-place:nth-child(2),
    .desk-places .desk-place:nth-of-type(2) {
        animation-delay: 60ms;
    }

    .desk-map {
        animation-delay: 90ms;
    }
}

@keyframes desk-rise {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* —— Account / WD desk —— */
.catalog-page.studio .studio-wrap {
    display: grid;
    gap: 0.85rem;
    padding-top: 0.85rem;
    padding-bottom: 2.4rem;
}

.catalog-page.studio .studio-stage {
    padding: 1rem 1.05rem 1.15rem;
    border-radius: 0.95rem;
    box-shadow: 0 10px 28px rgba(20, 23, 28, 0.08);
}

.catalog-page.studio .studio-form.wd-place-form,
.catalog-page.studio .wd-place-form.studio-form {
    max-width: none;
    width: 100%;
    gap: 0.95rem;
}

.catalog-page.studio .wd-place {
    gap: 0.95rem;
}

.catalog-page.studio .wd-place-head .studio-copy {
    max-width: 44rem;
}

.catalog-page.studio .wd-place-card {
    padding: 0.9rem 0.95rem 1rem;
}

.catalog-page.studio .wd-place-grid {
    gap: 0.6rem;
}

@media (min-width: 768px) {
    .catalog-page.studio .wd-place-grid {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    .catalog-page.studio .wd-place-span {
        grid-column: 1 / -1;
    }

    .catalog-page.studio .wd-place-half {
        grid-column: span 3;
    }

    .catalog-page.studio .wd-place-third {
        grid-column: span 2;
    }
}

.catalog-page.studio .studio-help {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
    align-items: center;
    margin: 0;
    padding: 0.9rem 1rem;
    border: 1px solid color-mix(in srgb, var(--color-ink, #111) 10%, transparent);
    border-radius: 0.95rem;
    background: #fff;
    box-shadow: 0 8px 22px rgba(20, 23, 28, 0.06);
}

.catalog-page.studio .studio-help-kicker {
    margin: 0;
    font-size: 0.68rem;
    font-weight: 750;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: color-mix(in srgb, var(--color-ink, #111) 48%, transparent);
}

.catalog-page.studio .studio-help-text {
    margin: 0.18rem 0 0;
    font-size: 0.88rem;
    color: color-mix(in srgb, var(--color-ink, #111) 62%, transparent);
}

.catalog-page.studio .studio-help-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.catalog-page.studio .studio-help-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    min-height: 2.35rem;
    padding: 0 0.85rem;
    border-radius: 999px;
    text-decoration: none;
    font-size: 0.84rem;
    font-weight: 650;
    line-height: 1;
    transition: transform 0.15s ease, background-color 0.15s ease, color 0.15s ease;
}

.catalog-page.studio .studio-help-btn .store-ico {
    width: 1rem;
    height: 1rem;
    flex: none;
}

.catalog-page.studio .studio-help-btn--call {
    background: color-mix(in srgb, var(--iv-accent, #e4233d) 10%, #fff);
    color: var(--iv-accent, #e4233d);
    border: 1px solid color-mix(in srgb, var(--iv-accent, #e4233d) 22%, transparent);
}

.catalog-page.studio .studio-help-btn--wa {
    background: #111;
    color: #fff;
    border: 1px solid #111;
}

.catalog-page.studio .studio-help-btn:hover {
    transform: translateY(-1px);
}

.catalog-page.studio .studio-help-btn--call:hover {
    background: color-mix(in srgb, var(--iv-accent, #e4233d) 16%, #fff);
}

.catalog-page.studio .studio-help-btn--wa:hover {
    background: #000;
}

.catalog-page.studio .studio-help-out {
    margin: 0;
}

.catalog-page.studio .studio-out {
    appearance: none;
    border: 0;
    background: transparent;
    padding: 0.35rem 0;
    color: color-mix(in srgb, var(--color-ink, #111) 55%, transparent);
    font: inherit;
    font-size: 0.84rem;
    font-weight: 650;
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: 0.18em;
}

.catalog-page.studio .studio-out:hover {
    color: var(--color-ink, #111);
}

@media (min-width: 900px) {
    .catalog-page.studio .studio-help {
        grid-template-columns: minmax(0, 1.1fr) auto auto;
        gap: 1rem 1.25rem;
    }

    .catalog-page.studio .studio-help-out {
        justify-self: end;
    }
}

@media (min-width: 1100px) {
    .catalog-page.studio .studio-wrap {
        grid-template-columns: minmax(0, 1fr) 17.5rem;
        align-items: start;
        gap: 1rem;
    }

    .catalog-page.studio .studio-help {
        position: sticky;
        top: 5.5rem;
        grid-template-columns: 1fr;
        gap: 0.85rem;
        padding: 1rem;
    }

    .catalog-page.studio .studio-help-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .catalog-page.studio .studio-help-btn {
        justify-content: center;
        width: 100%;
    }

    .catalog-page.studio .studio-help-out {
        justify-self: stretch;
        padding-top: 0.35rem;
        border-top: 1px solid color-mix(in srgb, var(--color-ink, #111) 10%, transparent);
    }
}

