.weclawai-tech-index .container {
    max-width: 1320px;
}

.weclawai-tech-index .brand-lockup-nav {
    width: clamp(150px, 17vw, 196px);
    border-radius: 0;
    box-shadow: none;
    filter: drop-shadow(0 16px 26px rgba(57, 99, 255, 0.18));
}

.weclawai-tech-index .navbar-acg {
    position: sticky;
    top: 0;
    z-index: 1080;
}

.wk-homepage {
    width: min(1320px, calc(100% - 32px));
    margin: 0 auto;
    padding: 32px 0 56px;
}

.wk-panel {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    border: 1px solid rgba(94, 222, 255, 0.14);
    background:
        linear-gradient(180deg, rgba(7, 20, 34, 0.88), rgba(4, 13, 24, 0.96)),
        linear-gradient(135deg, rgba(57, 215, 255, 0.08), transparent 36%, rgba(59, 99, 255, 0.12));
    box-shadow:
        0 28px 60px rgba(0, 0, 0, 0.32),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.wk-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg, rgba(57, 215, 255, 0.06), transparent 36%),
        linear-gradient(315deg, rgba(59, 99, 255, 0.06), transparent 40%);
    pointer-events: none;
}

.wk-panel-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    margin-bottom: 18px;
    padding: 10px 16px;
    border-radius: 999px;
    border: 1px solid rgba(142, 245, 255, 0.18);
    background: rgba(4, 18, 29, 0.5);
    color: var(--wk-accent);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.wk-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.88fr);
    gap: 24px;
    margin-bottom: 24px;
}

.wk-hero-panel {
    padding: clamp(24px, 4vw, 36px);
}

.wk-hero-copy {
    position: relative;
    z-index: 1;
}

.wk-hero-logo {
    width: min(100%, 310px);
    height: auto;
    margin-bottom: 18px;
    filter: drop-shadow(0 20px 32px rgba(59, 99, 255, 0.2));
}

.wk-hero-title {
    margin: 0;
    max-width: 760px;
    color: #f2fbff;
    font-size: clamp(2rem, 3.8vw, 3.8rem);
    line-height: 1.04;
    font-weight: 800;
    letter-spacing: -0.05em;
}

.wk-hero-description {
    max-width: 720px;
    margin: 20px 0 0;
    color: var(--wk-text-muted);
    font-size: 15px;
    line-height: 1.9;
}

.wk-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 26px;
}

.wk-hero-actions .btn {
    min-height: 48px;
    padding-inline: 18px;
    font-weight: 700;
}

.wk-signal-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 30px;
}

.wk-signal-card {
    min-height: 180px;
    padding: 18px;
    border-radius: 22px;
    border: 1px solid rgba(94, 222, 255, 0.12);
    background: rgba(5, 17, 28, 0.58);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.wk-signal-label {
    display: inline-flex;
    align-items: center;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(57, 215, 255, 0.1);
    color: var(--wk-accent);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.wk-signal-card strong {
    display: block;
    margin-top: 18px;
    color: #f7fcff;
    font-size: 1.18rem;
    line-height: 1.35;
}

.wk-signal-card p {
    margin: 10px 0 0;
    color: var(--wk-text-muted);
    line-height: 1.75;
}

.wk-side-panel {
    padding: 24px;
    display: grid;
    gap: 18px;
    align-content: start;
}

.wk-side-top {
    position: relative;
    z-index: 1;
}

.wk-side-title {
    margin: 0;
    color: #f3fbff;
    font-size: 2rem;
    font-weight: 800;
    letter-spacing: -0.04em;
}

.wk-account-card,
.wk-notice-card,
.wk-search-card {
    position: relative;
    z-index: 1;
    padding: 18px;
    border-radius: 22px;
    border: 1px solid rgba(94, 222, 255, 0.12);
    background: rgba(5, 17, 28, 0.6);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.wk-account-label,
.wk-search-label {
    display: block;
    margin-bottom: 10px;
    color: var(--wk-text-muted);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.wk-account-card strong {
    display: block;
    color: #f5fbff;
    font-size: 1.08rem;
}

.wk-account-card p {
    margin: 10px 0 0;
    color: var(--wk-text-muted);
    line-height: 1.7;
}

.wk-account-card span:last-child,
.wk-account-card p span {
    color: var(--wk-accent);
}

.wk-side-heading {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    color: var(--wk-accent);
    font-weight: 700;
}

.wk-notice-content {
    color: var(--wk-text-muted);
    line-height: 1.85;
}

.wk-notice-content p:last-child {
    margin-bottom: 0;
}

.wk-search-card .input-group-text,
.wk-search-card .form-control {
    min-height: 52px;
    border-color: rgba(94, 222, 255, 0.12) !important;
}

.wk-quick-links {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.wk-quick-link {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 58px;
    padding: 16px;
    border-radius: 18px;
    border: 1px solid rgba(94, 222, 255, 0.1);
    background: rgba(5, 17, 28, 0.54);
    color: var(--wk-text);
    transition: transform 0.22s ease, border-color 0.22s ease, background-color 0.22s ease;
}

.wk-quick-link:hover {
    transform: translateY(-2px);
    border-color: rgba(94, 222, 255, 0.22);
    color: #ffffff;
}

.wk-quick-link i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(59, 99, 255, 0.22), rgba(57, 215, 255, 0.18));
    color: var(--wk-accent);
}

.wk-product-panel {
    padding: clamp(24px, 4vw, 34px);
}

.wk-section-head {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: end;
    margin-bottom: 22px;
}

.wk-section-title {
    margin: 0;
    color: #f2fbff;
    font-size: clamp(1.6rem, 2.4vw, 2.4rem);
    font-weight: 800;
    letter-spacing: -0.04em;
}

.wk-section-description {
    max-width: 420px;
    margin: 0;
    color: var(--wk-text-muted);
    line-height: 1.8;
}

.wk-category-toolbar {
    position: relative;
    z-index: 1;
    margin-bottom: 22px;
}

.wk-product-card {
    height: 100%;
    border-radius: 24px !important;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(7, 20, 34, 0.94), rgba(4, 13, 24, 0.98)) !important;
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.wk-product-cover {
    position: relative;
    padding: 14px 14px 0;
}

.wk-product-card .acg-thumb {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 240px;
    padding: 16px;
    overflow: hidden;
    border-radius: 22px;
    border: 1px solid rgba(97, 225, 255, 0.14);
    background:
        radial-gradient(circle at 18% 18%, rgba(76, 237, 255, 0.2), transparent 34%),
        radial-gradient(circle at 82% 78%, rgba(94, 121, 255, 0.18), transparent 30%),
        linear-gradient(180deg, rgba(57, 215, 255, 0.12), rgba(3, 10, 19, 0.74));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.06),
        inset 0 0 0 1px rgba(6, 20, 34, 0.34);
}

.wk-product-card .acg-thumb::before {
    content: "";
    position: absolute;
    inset: 12px;
    border-radius: 18px;
    border: 1px solid rgba(136, 235, 255, 0.08);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.06), transparent 48%, rgba(95, 124, 255, 0.08));
    pointer-events: none;
}

.wk-product-image {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
    filter: drop-shadow(0 18px 26px rgba(0, 0, 0, 0.34));
    transition: transform 0.28s ease, filter 0.28s ease;
}

.wk-product-card .tags {
    position: absolute;
    top: 26px;
    left: 26px;
    right: 26px;
    z-index: 2;
}

.wk-product-beam {
    position: absolute;
    inset: auto -18% -52px auto;
    width: 180px;
    height: 180px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(57, 215, 255, 0.2), transparent 72%);
    filter: blur(8px);
    pointer-events: none;
}

.wk-product-body {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-height: 248px;
    padding: 18px 20px 20px;
}

.wk-product-meta {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    align-items: center;
}

.wk-product-code,
.wk-product-state {
    color: var(--wk-text-muted);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.wk-product-state {
    color: var(--wk-accent);
}

.wk-product-card .goods-title {
    min-height: 3em;
    margin: 0;
    font-size: 1.16rem;
    line-height: 1.4;
}

.wk-product-description {
    margin: 0;
    color: var(--wk-text-muted);
    line-height: 1.75;
}

.wk-product-card .stat-row {
    margin-top: auto;
    align-items: center;
}

.wk-product-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 16px;
    border: 1px solid rgba(94, 222, 255, 0.14);
    background: rgba(4, 18, 29, 0.78);
    color: var(--wk-accent);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.wk-product-card .stat-bottom {
    padding-top: 12px;
    border-top: 1px solid rgba(94, 222, 255, 0.08);
    font-size: 0.92rem;
}

.wk-product-card .soldout-ribbon {
    top: 24px;
    right: 24px;
    left: auto;
    transform: none;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(6, 18, 28, 0.88);
    border: 1px solid rgba(143, 233, 255, 0.22);
    box-shadow: 0 12px 22px rgba(0, 0, 0, 0.2);
    letter-spacing: 0.08em;
}

.wk-empty-state {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 160px;
    border-radius: 22px;
    border: 1px dashed rgba(94, 222, 255, 0.18);
    background: rgba(4, 15, 25, 0.52);
    color: var(--wk-text-muted);
    font-size: 1rem;
}

.weclawai-tech-index .dropdown-menu {
    background: rgba(6, 20, 31, 0.9);
    border: 1px solid rgba(94, 222, 255, 0.14);
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.28);
}

.weclawai-tech-index .dropdown-item,
.weclawai-tech-index .dropdown-item i,
.weclawai-tech-index .dropdown-divider {
    color: var(--wk-text-muted);
}

.weclawai-tech-index .dropdown-item:hover {
    background: rgba(57, 215, 255, 0.08);
    color: #ffffff;
}

.weclawai-tech-index #userDropdown:hover {
    background: rgba(57, 215, 255, 0.08);
}

@media (hover: hover) and (pointer: fine) {
    .wk-product-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 28px 48px rgba(0, 0, 0, 0.34) !important;
    }

    .wk-product-card:hover .wk-product-image {
        transform: translateY(-2px) scale(1.015);
        filter: drop-shadow(0 24px 30px rgba(0, 0, 0, 0.4));
    }
}

@media (max-width: 1080px) {
    .wk-hero {
        grid-template-columns: 1fr;
    }

    .wk-signal-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .wk-homepage {
        width: min(100%, calc(100% - 20px));
        padding-top: 18px;
    }

    .wk-panel {
        border-radius: 24px;
    }

    .wk-side-panel,
    .wk-product-panel,
    .wk-hero-panel {
        padding: 20px;
    }

    .wk-section-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .wk-section-description {
        max-width: none;
    }

    .wk-product-card .acg-thumb {
        height: 220px;
        padding: 14px;
    }
}

@media (max-width: 640px) {
    .weclawai-tech-index .brand-lockup-nav {
        width: 136px;
    }

    .wk-hero-title {
        font-size: clamp(1.7rem, 9vw, 2.5rem);
    }

    .wk-hero-actions {
        flex-direction: column;
    }

    .wk-hero-actions .btn {
        width: 100%;
    }

    .wk-quick-links {
        grid-template-columns: 1fr;
    }

    .wk-product-card .goods-title {
        min-height: auto;
    }
}

@media (prefers-reduced-motion: reduce) {
    .wk-quick-link,
    .wk-product-card,
    .wk-product-image {
        transition-duration: 0.001ms !important;
    }
}

/* Final polish pass */
.weclawai-tech-index .btn,
.weclawai-tech-index button.btn,
.weclawai-tech-index a.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    white-space: nowrap;
}

.weclawai-tech-index .btn + .btn {
    margin-left: 10px;
}

.weclawai-tech-index .btn .fa-duotone,
.weclawai-tech-index .btn .layui-icon {
    line-height: 1;
}

.wk-empty-state,
.wk-query-empty .panel-body,
.wk-query-loading .panel-body {
    display: grid;
    place-items: center;
    gap: 12px;
    text-align: center;
    min-height: 180px;
    line-height: 1.8;
}

.wk-empty-state::before,
.wk-query-empty .panel-body::before {
    content: "";
    display: block;
    width: 52px;
    height: 52px;
    border-radius: 20px;
    border: 1px solid rgba(94, 222, 255, 0.16);
    background: linear-gradient(135deg, rgba(59, 99, 255, 0.22), rgba(57, 215, 255, 0.18));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.weclawai-tech-index .bootstrap-table .no-records-found td,
.weclawai-tech-index .fixed-table-body .no-records-found td {
    padding: 32px 20px !important;
    text-align: center;
    border: 0 !important;
    background: rgba(4, 15, 25, 0.52) !important;
    color: var(--wk-text-muted) !important;
}

.weclawai-tech-index .layui-layer {
    overflow: hidden;
    border-radius: 24px !important;
    border: 1px solid rgba(94, 222, 255, 0.16) !important;
    background: linear-gradient(180deg, rgba(8, 21, 36, 0.96), rgba(5, 16, 27, 0.98)) !important;
    box-shadow: 0 30px 58px rgba(0, 0, 0, 0.34) !important;
}

.weclawai-tech-index .layui-layer .layui-layer-title {
    height: auto;
    min-height: 58px;
    line-height: 1.35;
    padding: 16px 22px;
    border-bottom: 1px solid rgba(94, 222, 255, 0.1);
    background: transparent;
    color: #f3fbff;
    font-weight: 700;
}

.weclawai-tech-index .layui-layer .layui-layer-content {
    padding: 20px 22px !important;
    background: transparent;
    color: var(--wk-text) !important;
}

.weclawai-tech-index .layui-layer .layui-layer-btn {
    padding: 0 22px 20px;
}

.weclawai-tech-index .layui-layer .layui-layer-btn a {
    height: auto;
    min-height: 42px;
    line-height: 1.2;
    padding: 10px 16px;
    border-radius: 16px;
    border: 1px solid rgba(94, 222, 255, 0.12);
    background: rgba(8, 21, 36, 0.88);
    color: var(--wk-text) !important;
}

.weclawai-tech-index .layui-layer .layui-layer-btn .layui-layer-btn0 {
    border: 0;
    background-image: linear-gradient(135deg, rgba(59, 99, 255, 0.96), rgba(57, 215, 255, 0.96));
    color: #ffffff !important;
}

@media (max-width: 640px) {
    .weclawai-tech-index .btn + .btn {
        margin-top: 10px;
        margin-left: 0;
    }

    .wk-query-form-card .btn-search-query,
    .wk-hero-actions .btn {
        justify-content: center;
    }
}

.wk-item-shell,
.wk-query-shell {
    width: min(1320px, calc(100% - 32px));
    margin: 0 auto;
    padding: 28px 0 52px;
}

.wk-item-shell,
.wk-query-shell {
    display: grid;
    gap: 24px;
}

.wk-item-hero,
.wk-query-hero {
    padding: clamp(24px, 4vw, 36px);
}

.wk-item-hero::after,
.wk-query-hero::after {
    content: "";
    position: absolute;
    inset: auto auto -78px -58px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(57, 215, 255, 0.18), transparent 70%);
    filter: blur(10px);
    pointer-events: none;
}

.wk-item-gallery,
.wk-query-form-card,
.wk-query-hint,
.wk-item-price-shell,
.wk-item-field {
    position: relative;
    z-index: 1;
    border-radius: 24px;
    border: 1px solid rgba(94, 222, 255, 0.12);
    background: rgba(5, 17, 28, 0.62);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.wk-item-gallery {
    padding: 18px;
    overflow: hidden;
}

.wk-item-gallery-kicker,
.wk-item-price-label {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 34px;
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid rgba(142, 245, 255, 0.18);
    background: rgba(4, 18, 29, 0.56);
    color: var(--wk-accent);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.wk-item-gallery-kicker {
    position: absolute;
    top: 22px;
    left: 22px;
    z-index: 2;
}

.wk-item-gallery-beam {
    position: absolute;
    right: -36px;
    bottom: -42px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(59, 99, 255, 0.22), transparent 72%);
    filter: blur(8px);
}

.wk-item-cover {
    width: 100%;
    min-height: 420px;
    object-fit: cover;
    border-radius: 22px;
    display: block;
}

.wk-item-summary {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.wk-item-heading {
    display: grid;
    gap: 12px;
}

.wk-item-title,
.wk-query-title {
    margin: 0;
    color: #f4fbff;
    font-size: clamp(1.8rem, 3vw, 3rem);
    line-height: 1.06;
    font-weight: 800;
    letter-spacing: -0.04em;
}

.wk-item-caption,
.wk-query-description {
    margin: 0;
    max-width: 620px;
    color: var(--wk-text-muted);
    line-height: 1.85;
}

.wk-item-badges {
    margin-top: 2px;
}

.wk-item-price-shell {
    padding: 18px 20px;
}

.wk-item-price-shell .abacus {
    margin-top: 12px;
}

.wk-item-form {
    gap: 14px !important;
}

.wk-item-field {
    padding: 16px 18px;
}

.wk-item-field .form-label {
    display: block;
    color: var(--wk-accent);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.wk-item-field .qty-group {
    width: min(240px, 100%);
}

.wk-item-field .qty-group button {
    min-width: 48px;
    border: 0;
    background: rgba(9, 28, 46, 0.94);
    color: var(--wk-text);
}

.wk-item-field .qty-group input {
    border-inline: 1px solid rgba(94, 222, 255, 0.1) !important;
}

.wk-item-field .captcha-img {
    min-height: 48px;
    border-radius: 14px;
    border: 1px solid rgba(94, 222, 255, 0.12);
}

.wk-item-detail {
    overflow: hidden;
}

.wk-item-detail .panel-header {
    display: flex;
    align-items: center;
    gap: 14px;
}

.wk-item-detail-note {
    color: var(--wk-text-muted);
    font-size: 13px;
    line-height: 1.65;
}

.wk-item-detail .panel-body {
    padding: 24px;
    line-height: 1.9;
}

.wk-item-detail .panel-body img,
.wk-item-detail .panel-body table {
    max-width: 100%;
}

.wk-item-detail .panel-body img {
    border-radius: 18px;
}

.wk-query-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.16fr) minmax(320px, 0.84fr);
    gap: 24px;
    align-items: stretch;
}

.wk-query-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.wk-query-form-card {
    padding: 22px;
}

.wk-query-form-card .form-label {
    display: block;
    margin-bottom: 10px;
    color: var(--wk-accent);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.wk-query-field {
    padding: 14px;
}

.wk-query-field .form-control {
    min-height: 56px;
}

.wk-query-form-card .btn-search-query {
    width: 100%;
    min-height: 52px;
    margin-top: 14px;
    font-weight: 700;
}

.wk-query-hints {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 24px;
}

.wk-query-hint {
    padding: 16px 18px;
}

.wk-query-hint strong {
    display: block;
    color: #f3fbff;
    font-size: 0.96rem;
}

.wk-query-hint span {
    display: block;
    margin-top: 10px;
    color: var(--wk-text-muted);
    line-height: 1.7;
}

.wk-query-state .panel {
    overflow: hidden;
}

.wk-query-empty .panel-body,
.wk-query-loading .panel-body {
    padding: 30px 24px;
}

.wk-query-result-panel .panel-body {
    padding: 24px;
}

.wk-query-result-panel .order-list {
    display: grid;
    gap: 16px;
}

@media (hover: hover) and (pointer: fine) {
    .wk-item-gallery,
    .wk-query-form-card,
    .wk-query-hint,
    .wk-item-price-shell,
    .wk-item-field {
        transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease;
    }

    .wk-item-gallery:hover,
    .wk-query-form-card:hover,
    .wk-query-hint:hover,
    .wk-item-price-shell:hover,
    .wk-item-field:hover {
        transform: translateY(-2px);
        border-color: rgba(94, 222, 255, 0.22);
    }
}

@media (max-width: 1080px) {
    .wk-query-grid {
        grid-template-columns: 1fr;
    }

    .wk-query-hints {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .wk-item-shell,
    .wk-query-shell {
        width: min(100%, calc(100% - 20px));
        padding-top: 18px;
    }

    .wk-item-hero,
    .wk-query-hero,
    .wk-query-result-panel .panel-body,
    .wk-item-detail .panel-body {
        padding: 20px;
    }

    .wk-item-cover {
        min-height: 300px;
    }

    .wk-item-title,
    .wk-query-title {
        font-size: clamp(1.6rem, 8vw, 2.3rem);
    }
}

@media (max-width: 640px) {
    .wk-item-field .qty-group,
    .wk-item-field .input-group {
        width: 100% !important;
    }

    .wk-item-gallery-kicker,
    .wk-item-price-label {
        font-size: 11px;
        letter-spacing: 0.1em;
    }
}

@media (prefers-reduced-motion: reduce) {
    .wk-item-gallery,
    .wk-query-form-card,
    .wk-query-hint,
    .wk-item-price-shell,
    .wk-item-field {
        transition-duration: 0.001ms !important;
    }
}
