.product-id-state {
    padding-bottom: 0.75rem;
}

.product-id-fallback-page {
    margin: 0 auto;
    max-width: 860px;
    width: 100%;
}

.product-id-notice {
    background: var(--product-surface-soft);
    border: 1px solid var(--product-border);
    border-radius: 8px;
    box-shadow: var(--product-shadow-card);
    color: var(--text-primary);
    font-size: 0.98rem;
    line-height: 1.5;
    margin: 0;
    padding: 0.85rem 0.9rem;
}

.product-id-notice strong {
    display: block;
    font-size: 1rem;
    line-height: 1.2;
    margin-bottom: 0.32rem;
}

.product-id-status-panel {
    align-items: center;
    background: var(--product-surface-soft);
    border: 1px solid var(--product-border);
    border-radius: 8px;
    box-shadow: var(--product-shadow-card);
    color: var(--text-primary);
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(0, 1fr);
    margin: 0;
    max-width: 100%;
    overflow: hidden;
    padding: 0.9rem;
}

.product-id-status-main {
    max-width: 100%;
    min-width: 0;
}

.product-id-status-panel h2 {
    font-size: clamp(1.25rem, 5.6vw, 1.75rem);
    letter-spacing: 0;
    line-height: 1.1;
    margin: 0 0 0.45rem;
}

.product-id-status-panel p {
    color: var(--text-primary);
    font-size: 0.96rem;
    line-height: 1.45;
    margin: 0;
    max-width: 44rem;
    overflow-wrap: anywhere;
}

.product-id-status-details {
    display: grid;
    gap: 0.5rem;
    margin: 0.85rem 0 0;
    max-width: 430px;
    min-width: 0;
    width: 100%;
}

.product-id-status-details div {
    background: var(--product-surface);
    border: 1px solid rgba(221, 230, 227, 0.9);
    border-radius: 8px;
    display: grid;
    gap: 0.22rem;
    padding: 0.58rem 0.65rem;
}

.product-id-status-details dt {
    color: var(--text-secondary);
    font-size: 0.72rem;
    font-weight: 780;
    line-height: 1;
    text-transform: uppercase;
}

.product-id-status-details dd {
    color: var(--text-primary);
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
    font-size: 0.82rem;
    font-weight: 650;
    line-height: 1.25;
    margin: 0;
    overflow-wrap: anywhere;
}

.product-id-status-visual {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 8.6rem;
    min-width: 0;
    position: relative;
}

.product-id-status-visual::before {
    background: var(--product-surface);
    border: 1px solid rgba(44, 62, 80, 0.08);
    border-radius: 8px;
    content: "";
    height: 8rem;
    position: absolute;
    transform: rotate(-7deg);
    width: min(66vw, 12.4rem);
}

.product-id-status-label-card {
    aspect-ratio: 1.56;
    background: #ffffff;
    border: 1px solid rgba(44, 62, 80, 0.12);
    border-radius: 14px;
    box-shadow: 0 16px 38px rgba(44, 62, 80, 0.14), inset 0 0 0 1px rgba(255, 255, 255, 0.9);
    max-width: 198px;
    overflow: hidden;
    padding: 1rem;
    position: relative;
    transform: rotate(3deg);
    width: min(58vw, 100%);
}

.product-id-status-label-top,
.product-id-status-label-lines,
.product-id-status-label-code {
    position: relative;
    transform: translateY(0.42rem);
    z-index: 1;
}

.product-id-status-label-top {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.55rem;
}

.product-id-status-label-top span:first-child {
    background: var(--primary);
    border-radius: 999px;
    height: 0.65rem;
    width: 42%;
}

.product-id-status-label-lines {
    display: flex;
    flex-direction: column;
    gap: 0.32rem;
    margin-bottom: 0.65rem;
}

.product-id-status-label-lines span {
    animation: product-id-status-line-pulse 1.8s ease-in-out infinite;
    background: rgba(44, 62, 80, 0.16);
    border-radius: 999px;
    height: 0.28rem;
}

.product-id-status-label-lines span:nth-child(1) {
    width: 84%;
}

.product-id-status-label-lines span:nth-child(2) {
    animation-delay: 0.12s;
    width: 54%;
}

.product-id-status-label-lines span:nth-child(3) {
    animation-delay: 0.24s;
    width: 72%;
}

.product-id-status-label-lines span:nth-child(4) {
    animation-delay: 0.36s;
    width: 46%;
}

.product-id-status-label-code {
    display: grid;
    gap: 0.25rem;
    grid-template-columns: 1.2fr 0.7fr 1fr 0.9fr 1.1fr;
}

.product-id-status-label-code span {
    background: rgba(230, 126, 34, 0.34);
    border-radius: 3px;
    height: 0.78rem;
}

.product-id-status-label-code span:nth-child(even) {
    background: rgba(44, 62, 80, 0.18);
}

.product-id-status-label-chip {
    align-items: center;
    background: var(--text-primary);
    border-radius: 999px;
    color: #ffffff;
    display: flex;
    font-size: 0.72rem;
    font-weight: 760;
    height: 1.62rem;
    justify-content: center;
    position: absolute;
    right: 0.85rem;
    top: 0.85rem;
    width: 1.62rem;
    z-index: 1;
}

.product-id-status-label-scan {
    animation: product-id-status-label-scan 2.4s ease-in-out infinite;
    background: rgba(230, 126, 34, 0.9);
    box-shadow: 0 0 18px rgba(230, 126, 34, 0.46);
    height: 3px;
    left: 0.85rem;
    position: absolute;
    right: 0.85rem;
    top: 0.85rem;
    z-index: 2;
}

@keyframes product-id-status-label-scan {
    0%, 100% {
        opacity: 0;
        transform: translateY(0);
    }
    10%, 88% {
        opacity: 1;
    }
    50% {
        transform: translateY(5.85rem);
    }
}

@keyframes product-id-status-line-pulse {
    0%, 100% {
        opacity: 0.42;
    }
    50% {
        opacity: 1;
    }
}

@media (max-width: 760px) {
    .product-id-status-panel {
        grid-template-columns: 1fr;
        padding: 0.85rem;
    }

    .product-id-status-panel p {
        max-width: 31ch;
    }
}

@media (min-width: 760px) {
    .product-id-status-panel {
        gap: 1.2rem;
        grid-template-columns: minmax(0, 1fr) 220px;
        margin-left: auto;
        margin-right: auto;
        max-width: 860px;
        padding: 1rem;
    }

    .product-id-status-main {
        grid-column: 1;
        grid-row: 1;
    }

    .product-id-status-visual {
        grid-column: 2;
        grid-row: 1;
        min-height: 9.2rem;
    }
}

.product-id-loader {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: clamp(4.75rem, 18vh, 9rem) auto 2rem;
    max-width: 360px;
    padding: 0;
    width: 100%;
}

#product-id-root .product-id-loading-state {
    background: transparent !important;
    border: 0;
    box-shadow: none;
    padding: 0;
}

.product-id-loader-label {
    aspect-ratio: 1.55;
    background:
        linear-gradient(135deg, rgba(44, 62, 80, 0.08), rgba(230, 126, 34, 0.08)),
        #ffffff;
    border: 1px solid rgba(44, 62, 80, 0.12);
    border-radius: 10px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.8), 0 14px 34px rgba(44, 62, 80, 0.1);
    max-width: 250px;
    overflow: hidden;
    padding: 1rem;
    position: relative;
    width: 72%;
}

.product-id-loader-header,
.product-id-loader-lines,
.product-id-loader-code {
    position: relative;
    z-index: 1;
}

.product-id-loader-header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.85rem;
}

.product-id-loader-header span:first-child {
    background: var(--primary);
    border-radius: 999px;
    height: 0.65rem;
    width: 38%;
}

.product-id-loader-header span:last-child {
    border: 1px solid rgba(44, 62, 80, 0.24);
    border-radius: 999px;
    height: 1.5rem;
    width: 1.5rem;
}

.product-id-loader-lines {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    margin-bottom: 0.9rem;
}

.product-id-loader-lines span {
    animation: product-id-loader-pulse 1.6s ease-in-out infinite;
    background: rgba(44, 62, 80, 0.18);
    border-radius: 999px;
    height: 0.35rem;
}

.product-id-loader-lines span:nth-child(1) {
    width: 78%;
}

.product-id-loader-lines span:nth-child(2) {
    animation-delay: 0.15s;
    width: 56%;
}

.product-id-loader-lines span:nth-child(3) {
    animation-delay: 0.3s;
    width: 68%;
}

.product-id-loader-code {
    display: grid;
    gap: 0.3rem;
    grid-template-columns: repeat(4, 1fr);
}

.product-id-loader-code span {
    background: rgba(230, 126, 34, 0.35);
    border-radius: 3px;
    height: 1rem;
}

.product-id-loader-code span:nth-child(2),
.product-id-loader-code span:nth-child(4) {
    background: rgba(44, 62, 80, 0.2);
}

.product-id-loader-scan {
    animation: product-id-loader-scan 1.8s ease-in-out infinite;
    background: linear-gradient(180deg, rgba(230, 126, 34, 0), rgba(230, 126, 34, 0.8), rgba(230, 126, 34, 0));
    box-shadow: 0 0 14px rgba(230, 126, 34, 0.5);
    height: 2px;
    left: 0.7rem;
    position: absolute;
    right: 0.7rem;
    top: 0.8rem;
    z-index: 2;
}

@keyframes product-id-loader-scan {
    0%, 100% {
        transform: translateY(0);
        opacity: 0;
    }
    12%, 88% {
        opacity: 1;
    }
    50% {
        transform: translateY(8.6rem);
    }
}

@keyframes product-id-loader-pulse {
    0%, 100% {
        opacity: 0.45;
    }
    50% {
        opacity: 1;
    }
}

@media (prefers-reduced-motion: reduce) {
    .product-id-loader-scan,
    .product-id-loader-lines span,
    .product-id-status-label-scan,
    .product-id-status-label-lines span {
        animation: none;
    }
}

.product-id-reference {
    align-items: center;
    background: var(--product-surface);
    border: 1px solid rgba(221, 230, 227, 0.9);
    border-radius: 999px;
    color: var(--text-primary);
    display: inline-flex;
    font-size: 0.82rem;
    font-weight: 760;
    gap: 0.32rem;
    line-height: 1;
    margin-top: 0.75rem;
    padding: 0.46rem 0.62rem;
}

.product-id-inline {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    width: 100%;
}

.product-id-description {
    color: var(--text-secondary);
    font-size: 1rem;
    line-height: 1.5;
    text-align: left;
    width: 100%;
}

.product-id-detail-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.product-id-detail-row + .product-id-detail-row {
    margin-top: 0.1rem;
}

.product-id-empty-map {
    align-items: center;
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    color: var(--text-secondary);
    display: flex;
    justify-content: center;
    min-height: 180px;
    text-align: center;
}

#product-id-root {
    --product-surface: #ffffff;
    --product-surface-soft: #f7f9f8;
    --product-border: #dde6e3;
    --product-border-strong: #c6d4d0;
    --product-ink-muted: #5f6f70;
    --product-green: #2f7d68;
    --product-teal: #dff1ec;
    --product-amber: #f3b04d;
    --product-shadow-soft: 0 8px 24px rgba(44, 62, 80, 0.08);
    --product-shadow-card: 0 3px 12px rgba(44, 62, 80, 0.08);
}

#product-id-root .product-id-hero {
    background: #ffffff !important;
    border-bottom: 1px solid var(--product-border);
    overflow: hidden;
    padding: 0.85rem 0.55rem 1rem;
}

#product-id-root .product-info {
    margin-bottom: 0.75rem;
    padding: 0;
}

#product-id-root .product-section .product-title {
    font-size: clamp(1.5rem, 7.2vw, 2rem);
    font-weight: 750;
    letter-spacing: 0;
    line-height: 1.05;
    margin: 0;
    text-wrap: pretty;
}

@media (max-width: 719.98px) {
    #product-id-root .product-section .product-title.is-long {
        font-size: clamp(1.375rem, 6.2vw, 2rem);
    }
}

#product-id-root .product-meta-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin-top: 0.85rem;
}

#product-id-root .product-meta-chip {
    align-items: center;
    background: var(--product-surface-soft);
    border: 1px solid var(--product-border);
    border-radius: 999px;
    color: var(--text-primary);
    display: inline-flex;
    font-size: 0.78rem;
    font-weight: 700;
    gap: 0.35rem;
    line-height: 1;
    max-width: 100%;
    min-height: 2rem;
    padding: 0.48rem 0.66rem;
}

#product-id-root .product-meta-chip span {
    color: var(--product-ink-muted);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

#product-id-root .product-image-container {
    gap: 1rem;
    padding: 0;
}

#product-id-root .product-image {
    background: transparent;
    border: 0;
    border-radius: 4px;
    box-shadow: none;
    max-width: min(100%, 430px);
}

#product-id-root .product-id-inline {
    align-items: stretch;
    gap: 0.85rem;
}

#product-id-root .product-id-description {
    color: var(--text-primary);
    font-size: 1.02rem;
    line-height: 1.58;
}

#product-id-root .product-verification-strip {
    align-items: center;
    background: rgba(247, 249, 248, 0.52);
    border: 1px solid rgba(221, 230, 227, 0.58);
    border-radius: 8px;
    box-shadow: 0 1px 7px rgba(44, 62, 80, 0.035);
    container-type: inline-size;
    display: grid;
    gap: 0.5rem;
    justify-items: center;
    padding: 0.75rem;
}

#product-id-root .product-verification-label {
    color: var(--product-ink-muted);
    font-size: 0.66rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    line-height: 1;
    text-transform: uppercase;
}

#product-id-root .product-verification-link,
#product-id-root .cert-link a {
    align-items: center;
    background: var(--product-surface-soft);
    border: 1px solid var(--product-border);
    border-radius: 999px;
    box-shadow: 0 3px 10px rgba(44, 62, 80, 0.08);
    color: var(--text-primary);
    display: inline-flex;
    font-size: 0.82rem;
    font-weight: 800;
    gap: 0.4rem;
    justify-content: center;
    line-height: 1;
    min-height: 2.35rem;
    padding: 0.68rem 0.95rem;
    text-decoration: none;
    transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

#product-id-root .product-link-icon {
    display: block;
    fill: none;
    flex: 0 0 auto;
    height: 1.05rem;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
    width: 1.05rem;
}

#product-id-root .product-verification-link:hover,
#product-id-root .cert-link a:hover {
    background: #ffffff;
    border-color: var(--product-border-strong);
    box-shadow: 0 5px 14px rgba(44, 62, 80, 0.12);
    transform: translateY(-1px);
}

#product-id-root .product-verification-link:focus-visible,
#product-id-root .cert-link a:focus-visible {
    outline: 2px solid var(--product-amber);
    outline-offset: 2px;
}

#product-id-root .inline-icons-row {
    gap: 0.7rem;
    height: 64px;
    max-width: 100%;
}

#product-id-root .inline-icons-row img {
    height: 64px;
    max-height: 64px;
    max-width: 106px;
}

#product-id-root .product-id-section {
    background: var(--product-surface) !important;
    border: 0;
    border-bottom: 1px solid var(--product-border);
    box-shadow: none;
    cursor: default;
    margin: 0;
    padding: 0;
}

#product-id-root .section-header {
    -webkit-appearance: none;
    appearance: none;
    background: var(--product-surface);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: var(--text-primary);
    display: flex;
    font-family: inherit;
    font-size: 1.12rem;
    font-weight: 720;
    height: 64px;
    justify-content: space-between;
    line-height: 1.1;
    margin: 0;
    padding: 0 1rem;
    text-align: left;
}

#product-id-root .section-header:focus-visible {
    box-shadow: inset 0 0 0 2px var(--product-amber);
}

#product-id-root .product-id-section.is-open .section-header {
    background: var(--product-surface-soft);
}

#product-id-root .section-title-wrap {
    align-items: center;
    display: flex;
    gap: 0.78rem;
    min-width: 0;
}

#product-id-root .section-header-icon {
    align-items: center;
    color: var(--product-green);
    display: inline-flex;
    flex: 0 0 auto;
    height: 2.45rem;
    justify-content: center;
    width: 2.45rem;
}

#product-id-root .section-header-icon svg {
    display: block;
    fill: none;
    height: 2.08rem;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
    width: 2.08rem;
}

#product-id-root .toggle-icon {
    color: var(--product-ink-muted);
    height: 1.1rem;
    right: 1rem;
    width: 1.1rem;
}

#product-id-root .section-content {
    transition: max-height 0.38s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.22s ease-out;
}

#product-id-root .product-id-section.is-open .section-content {
    opacity: 1;
}

#product-id-root .section-content-inner {
    padding: 0.85rem 0.75rem 1.05rem;
}

#product-id-root .product-id-state .section-content-inner {
    padding: 0.75rem;
}

#product-id-root .materials-scroll,
#product-id-root .desc-care-scroll {
    display: flex;
    gap: 0.75rem;
    margin: 0;
    max-width: none;
    overflow-x: auto;
    padding: 0.1rem 0.25rem 0.85rem;
    scroll-padding: 0.25rem;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

#product-id-root .materials-scroll::-webkit-scrollbar,
#product-id-root .desc-care-scroll::-webkit-scrollbar {
    display: none;
}

#product-id-root .material-card,
#product-id-root .desc-care-card {
    background: var(--product-surface-soft);
    border: 1px solid var(--product-border);
    border-radius: 8px;
    box-shadow: var(--product-shadow-card);
    flex: 0 0 min(86vw, 340px);
    max-width: none;
    min-width: 0;
    padding: 0.95rem;
    scroll-snap-align: center;
    width: 100%;
}

#product-id-root .desc-title {
    font-size: 1rem;
    font-weight: 780;
    line-height: 1.25;
    margin-bottom: 0.35rem;
}

#product-id-root .desc-text {
    color: var(--text-primary);
    font-size: 0.98rem;
    line-height: 1.58;
}

#product-id-root .product-id-detail-row {
    border-bottom: 1px solid rgba(198, 212, 208, 0.7);
    padding: 0.48rem 0;
}

#product-id-root .product-id-detail-row:last-child {
    border-bottom: 0;
}

#product-id-root .supply-chain-layout {
    display: grid;
    gap: 0.85rem;
}

#product-id-root .supply-chain-timeline {
    display: grid;
    gap: 0.65rem;
    position: relative;
}

#product-id-root .supply-chain-timeline-step {
    align-items: center;
    background: var(--product-surface-soft);
    border: 1px solid var(--product-border);
    border-radius: 8px;
    box-shadow: var(--product-shadow-card);
    display: grid;
    gap: 0.75rem;
    grid-template-columns: auto minmax(0, 1fr);
    min-height: 74px;
    padding: 0.75rem;
    position: relative;
}

#product-id-root .supply-chain-marker {
    align-items: center;
    background: transparent;
    border: 0;
    display: flex;
    height: 2.6rem;
    justify-content: center;
    position: relative;
    width: 2.6rem;
}

#product-id-root .supply-chain-marker img {
    height: 2.5rem;
    object-fit: contain;
    width: auto;
}

#product-id-root .supply-chain-step-copy {
    display: grid;
    gap: 0.22rem;
    min-width: 0;
}

#product-id-root .supply-chain-step-copy .detail-label {
    align-items: center;
    color: var(--text-primary);
    display: flex;
    flex-wrap: wrap;
    font-size: 0.94rem;
    font-weight: 780;
    gap: 0.35rem;
    line-height: 1.18;
}

#product-id-root .supply-chain-material-chip {
    align-items: center;
    background: var(--product-surface);
    border: 1px solid var(--product-border);
    border-radius: 999px;
    color: var(--product-ink-muted);
    display: inline-flex;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.01em;
    line-height: 1;
    min-height: 1.35rem;
    padding: 0.28rem 0.46rem;
    white-space: nowrap;
}

#product-id-root .supply-chain-step-copy .detail-value {
    color: var(--product-ink-muted);
    font-size: 0.9rem;
    line-height: 1.35;
    text-align: left;
}

#product-id-root .map-container {
    border: 1px solid var(--product-border);
    border-radius: 8px;
    box-shadow: var(--product-shadow-card);
    height: 260px;
    margin: 0;
    overflow: hidden;
}

#product-id-root .map-overlay {
    border: 0;
}

#product-id-root .map-overlay::after {
    background: rgba(44, 62, 80, 0.82);
    border-radius: 999px;
    font-size: 0.7rem;
}

#product-id-root .supply-chain-note {
    color: var(--product-ink-muted);
    font-size: 0.76rem;
    line-height: 1.35;
    margin-top: 0.55rem;
    text-align: center;
}

#product-id-root .product-id-metric-grid {
    display: grid;
    gap: 0.48rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

#product-id-root .product-id-metric-grid.is-count-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

#product-id-root .product-id-metric-note {
    color: var(--product-ink-muted);
    font-size: 0.82rem;
    font-weight: 650;
    line-height: 1.35;
    margin: 0 0 0.5rem;
    text-align: center;
}

#product-id-root .product-id-metric-card {
    align-items: center;
    background: var(--product-surface-soft);
    border: 1px solid var(--product-border);
    border-radius: 8px;
    box-shadow: var(--product-shadow-card);
    display: grid;
    gap: 0.42rem;
    grid-template-rows: auto auto;
    justify-items: center;
    align-content: end;
    min-height: 126px;
    padding: 0.58rem 0.5rem 1.2rem;
    text-align: center;
}

#product-id-root .product-id-metric-icon {
    align-items: center;
    display: inline-flex;
    height: 2.78rem;
    justify-content: center;
    width: 2.78rem;
}

#product-id-root .product-id-metric-icon svg {
    display: block;
    fill: none;
    height: 2.78rem;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.12;
    width: 2.78rem;
}

#product-id-root .product-id-metric-icon.is-carbon {
    color: #2f7d68;
}

#product-id-root .product-id-metric-icon.is-carbon svg {
    transform: scale(1.01) translateY(0.02rem);
}

#product-id-root .product-id-metric-icon.is-water {
    color: #4f8292;
}

#product-id-root .product-id-metric-icon.is-water svg {
    transform: scale(0.93);
}

#product-id-root .product-id-metric-icon.is-energy {
    color: #d79a37;
}

#product-id-root .product-id-metric-icon.is-energy svg {
    transform: scale(1.02) rotate(5deg);
}

#product-id-root .product-id-metric-icon.is-bottles {
    color: #3e8a62;
}

#product-id-root .product-id-metric-icon.is-bottles svg {
    transform: scale(1.04);
}

#product-id-root .product-id-metric-copy {
    min-width: 0;
}

#product-id-root .product-id-metric-value {
    color: var(--text-primary);
    font-size: 1rem;
    font-weight: 780;
    line-height: 1.12;
}

#product-id-root .product-id-metric-detail {
    color: var(--product-ink-muted);
    font-size: 0.72rem;
    font-weight: 560;
    line-height: 1.18;
    margin-top: 0.16rem;
}

@media (min-width: 600px) {
    #product-id-root .product-id-metric-grid {
        gap: 0.62rem;
        grid-template-columns: repeat(auto-fit, minmax(132px, 1fr));
    }

    #product-id-root .product-id-metric-card {
        min-height: 132px;
        padding: 0.64rem 0.58rem 1.24rem;
    }
}

@media (min-width: 768px) {
    #product-id-root.container {
        padding: 1rem;
    }

    #product-id-root .product-id-hero {
        border: 1px solid var(--product-border);
        border-radius: 8px;
        box-shadow: var(--product-shadow-soft);
        padding: 1.5rem;
    }

    #product-id-root .product-info {
        padding: 0;
    }

    #product-id-root .product-image-container {
        padding: 0;
    }

    #product-id-root .product-id-section {
        border: 1px solid var(--product-border);
        border-radius: 8px;
        margin-top: 0.75rem;
        overflow: hidden;
    }

    #product-id-root .section-header {
        height: 64px;
        padding: 0 1.25rem;
    }

    #product-id-root .section-content-inner {
        padding: 1rem 1.25rem 1.25rem;
    }

    #product-id-root .materials-scroll,
    #product-id-root .desc-care-scroll {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        overflow: visible;
        padding: 0;
        scroll-snap-type: none;
    }

    #product-id-root .material-card,
    #product-id-root .desc-care-card {
        flex: initial;
        scroll-snap-align: none;
    }

    #product-id-root .product-verification-strip .inline-icons-row {
        flex-wrap: wrap;
        height: auto;
        min-height: 64px;
        overflow: visible;
        row-gap: 0.45rem;
    }
}

@media (min-width: 900px) {
    #product-id-root .product-id-hero {
        display: grid;
        gap: 1.5rem clamp(1rem, 2.8vw, 2.25rem);
        grid-template-columns: minmax(280px, 0.68fr) minmax(0, 1.32fr);
        grid-template-rows: auto 1fr;
    }

    #product-id-root .product-info {
        grid-column: 2;
        grid-row: 1;
        margin: 0;
        place-self: start;
    }

    #product-id-root .product-image-container {
        display: contents;
    }

    #product-id-root .product-image {
        grid-column: 1;
        grid-row: 1 / span 2;
        margin: 0 !important;
        max-width: 360px;
        width: 100%;
    }

    #product-id-root .product-id-inline {
        align-self: start;
        grid-column: 2;
        grid-row: 2;
        margin-top: 1.75rem;
        max-width: 100%;
        padding-right: clamp(1.25rem, 3vw, 2.75rem);
    }

    #product-id-root .product-id-description {
        font-size: 1.05rem;
    }

    #product-id-root .product-verification-strip {
        align-items: center;
        grid-template-columns: minmax(0, 1fr) auto;
        justify-items: start;
        padding: 0.8rem 0.9rem;
    }

    #product-id-root .product-verification-label {
        grid-column: 1 / -1;
    }

    #product-id-root .product-verification-strip .inline-icons-row {
        flex-wrap: nowrap;
        justify-content: flex-start;
        margin: 0;
    }

    @container (max-width: 600px) {
        #product-id-root .product-verification-strip {
            grid-template-columns: 1fr;
        }

        #product-id-root .product-verification-link {
            grid-column: 1;
            justify-self: start;
        }
    }

    #product-id-root .materials-scroll,
    #product-id-root .desc-care-scroll {
        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    }

    #product-id-root .supply-chain-layout {
        align-items: stretch;
        grid-template-columns: minmax(310px, 0.9fr) minmax(0, 1.1fr);
    }

    #product-id-root .map-container {
        height: 100%;
        min-height: 350px;
    }

    #product-id-root .product-id-metric-grid {
        gap: 0.7rem;
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    }

    #product-id-root .product-id-metric-note {
        font-size: 0.88rem;
        margin-bottom: 0.62rem;
    }

    #product-id-root .product-id-metric-card {
        min-height: 144px;
        padding: 0.74rem 0.68rem 1.32rem;
    }

    #product-id-root .product-id-metric-icon,
    #product-id-root .product-id-metric-icon svg {
        height: 3rem;
        width: 3rem;
    }

    #product-id-root .product-id-metric-value {
        font-size: 1.06rem;
    }

}
