/* 4×6 Photo Print PDP — premium layout (/4-x-6-inch-photo-print) */
:root {
    --p46-ink: #111111;
    --p46-ink-soft: #222222;
    --p46-gold: #C7A76A;
    --p46-cream: #F8F7F4;
    --p46-white: #FFFFFF;
    --p46-border: rgba(199, 167, 106, 0.22);
    --p46-muted: #64748b;
    --p46-text: #222222;
    --p46-radius: 18px;
    --p46-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
    --p46-shadow-lg: 0 24px 60px rgba(0, 0, 0, 0.1);
}

.single-product-hero--photo-4x6.home-self-code {
    max-width: none;
    background: var(--p46-cream);
}

.single-product-hero--photo-4x6 .p46-pdp-grid {
    max-width: 1280px;
    margin: 0 auto;
    padding: 28px 20px 12px;
}

@media (min-width: 992px) {
    .single-product-hero--photo-4x6 .p46-pdp-grid {
        display: grid;
        grid-template-columns: minmax(0, 1.1fr) minmax(380px, 0.9fr);
        gap: 40px;
        align-items: start;
    }

    .single-product-hero--photo-4x6 .p46-pdp-gallery-col,
    .single-product-hero--photo-4x6 .p46-order-source {
        width: 100% !important;
        max-width: 100% !important;
        flex: none !important;
    }

    .single-product-hero--photo-4x6 .p46-order-source {
        position: sticky;
        top: 88px;
    }

    .single-product-hero--photo-4x6 .p46-configurator .p46-hero__card--sidebar,
    .single-product-hero--photo-4x6 .p46-configurator .p46-hero__trust-bar {
        display: none;
    }

    .single-product-hero--photo-4x6 .p46-pdp-subhead {
        display: none;
    }
}

.p46-pdp-gallery {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    -webkit-font-smoothing: antialiased;
}

.p46-pdp-gallery__stage {
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    background: var(--p46-cream);
    border: 1px solid var(--p46-border);
    box-shadow: var(--p46-shadow-lg);
}

.p46-pdp-gallery__stage::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #9e7c0c 0%, var(--p46-gold) 50%, #9e7c0c 100%);
    z-index: 2;
}

.p46-pdp-gallery__badges {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 3;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.p46-pdp-gallery__badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 13px;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #fff;
    background: rgba(17, 17, 17, 0.82);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(199, 167, 106, 0.35);
    border-radius: 999px;
}

.p46-pdp-gallery__badge i { color: var(--p46-gold); }

.p46-pdp-gallery__main {
    margin: 0;
    background: var(--p46-cream);
}

.p46-pdp-gallery__main img {
    width: 100%;
    height: auto;
    max-height: none;
    aspect-ratio: auto;
    object-fit: contain;
    object-position: center top;
    display: block;
    padding: 0;
    vertical-align: top;
}

.p46-pdp-gallery__main figcaption {
    padding: 12px 18px 16px;
    font-size: 0.82rem;
    line-height: 1.5;
    color: #475569;
    background: var(--p46-white);
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

/* Trust points under gallery — balances buy-box height on the right */
.p46-pdp-gallery-col .p46-sidebar-points {
    margin-top: 16px;
}

.p46-sidebar-points {
    margin-top: 16px;
    padding: 18px 18px 16px;
    background: var(--p46-white);
    border: 1px solid var(--p46-border);
    border-radius: 14px;
    box-shadow: var(--p46-shadow);
}

.p46-sidebar-points__eyebrow {
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--p46-gold);
    margin: 0 0 14px;
}

.p46-sidebar-points__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 14px;
}

@media (min-width: 768px) {
    .p46-sidebar-points__list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 16px;
    }
}

.p46-sidebar-points__item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.p46-sidebar-points__icon {
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(199, 167, 106, 0.12);
    color: var(--p46-gold);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.72rem;
    margin-top: 1px;
}

.p46-sidebar-points__copy {
    display: grid;
    gap: 2px;
    min-width: 0;
}

.p46-sidebar-points__copy strong {
    font-size: 0.84rem;
    font-weight: 800;
    color: var(--p46-ink-soft);
    line-height: 1.3;
}

.p46-sidebar-points__copy span {
    font-size: 0.76rem;
    line-height: 1.45;
    color: var(--p46-muted);
}

.p46-sidebar-points__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 14px;
    padding-top: 12px;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.p46-sidebar-points__chips span {
    font-size: 0.68rem;
    font-weight: 700;
    color: var(--p46-ink-soft);
    background: var(--p46-cream);
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 999px;
    padding: 5px 10px;
}

.p46-lifestyle-scene {
    padding: 32px 28px 28px;
    min-height: 420px;
    background:
        radial-gradient(ellipse at 70% 20%, rgba(199, 167, 106, 0.12) 0%, transparent 50%),
        linear-gradient(180deg, #ede9e0 0%, var(--p46-cream) 100%);
}

.p46-lifestyle-scene__table {
    position: relative;
    max-width: 480px;
    margin: 0 auto;
    padding-top: 20px;
}

.p46-lifestyle-scene__wood {
    background: linear-gradient(180deg, #c4a574 0%, #8b6914 8%, #a0782a 100%);
    border-radius: 8px;
    padding: 28px 24px 20px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18);
}

.p46-lifestyle-scene__prints {
    display: flex;
    gap: 8px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

.p46-lifestyle-scene__print {
    width: 72px;
    height: 108px;
    background: linear-gradient(135deg, #fff 0%, #f0ebe0 100%);
    border-radius: 2px;
    box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.2);
    position: relative;
}

.p46-lifestyle-scene__print::after {
    content: '';
    position: absolute;
    inset: 8px;
    background: linear-gradient(180deg, rgba(199, 167, 106, 0.3) 0%, rgba(100, 80, 60, 0.2) 100%);
    border-radius: 1px;
}

.p46-lifestyle-scene__print--tilt-left { transform: rotate(-4deg); }
.p46-lifestyle-scene__print--tilt-right { transform: rotate(3deg); }

.p46-lifestyle-scene__props {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 8px;
}

.p46-lifestyle-scene__album {
    width: 56px;
    height: 44px;
    background: linear-gradient(135deg, #5c4033 0%, #3d2817 100%);
    border-radius: 2px 6px 6px 2px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
}

.p46-lifestyle-scene__camera {
    width: 40px;
    height: 28px;
    background: #333;
    border-radius: 4px;
    position: relative;
}

.p46-lifestyle-scene__camera::before {
    content: '';
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 16px;
    height: 16px;
    background: #555;
    border-radius: 50%;
    border: 2px solid #777;
}

.p46-lifestyle-scene__caption {
    text-align: center;
    margin-top: 20px;
    font-size: 0.82rem;
    color: var(--p46-muted);
}

.p46-pdp-gallery__thumbs {
    display: flex;
    gap: 8px;
    margin-top: 12px;
    overflow-x: auto;
}

.p46-pdp-gallery__thumb {
    flex: 0 0 72px;
    height: 54px;
    border: 2px solid transparent;
    border-radius: 8px;
    overflow: hidden;
    padding: 0;
    cursor: pointer;
    background: var(--p46-white);
}

.p46-pdp-gallery__thumb.is-active,
.p46-pdp-gallery__thumb:hover { border-color: var(--p46-gold); }

.p46-pdp-gallery__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.p46-hero { font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; }

.p46-hero__card {
    background: var(--p46-white);
    border: 1px solid var(--p46-border);
    border-radius: var(--p46-radius);
    padding: 24px 22px;
    box-shadow: var(--p46-shadow);
}

.p46-hero__eyebrow {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--p46-gold);
    margin: 0 0 10px;
}

.p46-hero__card .p46-hero__title {
    font-size: 1.35rem;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -0.02em;
    color: var(--p46-ink-soft);
    margin: 0 0 14px;
}

.p46-hero__trust {
    list-style: none;
    padding: 0;
    margin: 0 0 18px;
    display: grid;
    gap: 8px;
}

.p46-hero__trust li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--p46-text);
}

.p46-hero__trust-icon {
    width: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--p46-gold);
    font-size: 0.75rem;
}

.p46-hero__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 15px 24px;
    background: var(--p46-ink);
    color: #fff !important;
    border: none;
    border-radius: 10px;
    font-size: 0.95rem;
    font-weight: 700;
    cursor: pointer;
    font-family: inherit;
}

.p46-hero__cta:hover { background: #333; color: #fff !important; }

.p46-hero__trust-bar {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    margin-top: 14px;
}

.p46-hero__trust-stat {
    background: var(--p46-white);
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    padding: 12px 10px;
    text-align: center;
    font-size: 0.72rem;
    color: var(--p46-muted);
}

.p46-hero__trust-stat i {
    display: block;
    color: var(--p46-gold);
    font-size: 0.9rem;
    margin-bottom: 4px;
}

.p46-hero__trust-stat span {
    display: block;
    font-weight: 800;
    font-size: 0.82rem;
    color: var(--p46-ink-soft);
}

.p46-pdp-eyebrow {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--p46-gold);
    margin: 0 0 8px;
}

.p46-pdp-subhead {
    font-size: 0.88rem;
    line-height: 1.6;
    color: var(--p46-muted);
    margin: 8px 0 0;
}

.single-product-hero--photo-4x6 .upload-now.p46-upload-cta {
    background: var(--p46-ink) !important;
    border-color: var(--p46-ink) !important;
    font-weight: 700;
}

.p46-premium {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    background: var(--p46-cream);
    color: var(--p46-text);
}

.p46-premium__wrap {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 20px;
}

.p46-premium__section {
    padding: 56px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.p46-premium__section--white { background: var(--p46-white); }

.p46-premium__eyebrow {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--p46-gold);
    margin: 0 0 10px;
}

.p46-premium__section h2 {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.2;
    color: var(--p46-ink-soft);
    margin: 0 0 12px;
}

.p46-premium__lead {
    font-size: 1.02rem;
    line-height: 1.7;
    color: #555;
    margin: 0 0 28px;
    max-width: 680px;
}

.p46-compare-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

@media (max-width: 640px) {
    .p46-compare-grid { grid-template-columns: 1fr; }
}

.p46-compare-card {
    border-radius: var(--p46-radius);
    padding: 28px 24px;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.p46-compare-card--ours {
    background: var(--p46-white);
    border-color: var(--p46-border);
    box-shadow: var(--p46-shadow);
}

.p46-compare-card--others { background: #f5f5f5; opacity: 0.85; }

.p46-compare-card h3 {
    font-size: 1.1rem;
    font-weight: 800;
    margin: 0 0 18px;
}

.p46-compare-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 10px;
}

.p46-compare-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.88rem;
    line-height: 1.45;
}

.p46-compare-list .fa-check { color: #16a34a; margin-top: 2px; }
.p46-compare-list .fa-times { color: #dc2626; margin-top: 2px; }

.p46-process {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 0;
}

@media (min-width: 768px) {
    .p46-process { grid-template-columns: repeat(6, 1fr); }
    .p46-process__step:not(:last-child)::after {
        content: '→';
        position: absolute;
        right: -6px;
        top: 38px;
        color: var(--p46-gold);
        z-index: 1;
    }
}

.p46-process__step {
    text-align: center;
    padding: 20px 12px;
    position: relative;
}

.p46-process__icon {
    width: 52px;
    height: 52px;
    margin: 0 auto 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--p46-white);
    border: 1px solid var(--p46-border);
    border-radius: 50%;
    font-size: 1.1rem;
    color: var(--p46-gold);
    box-shadow: var(--p46-shadow);
}

.p46-process__step h3 {
    font-size: 0.82rem;
    font-weight: 800;
    margin: 0 0 6px;
}

.p46-process__step p {
    font-size: 0.75rem;
    line-height: 1.5;
    color: var(--p46-muted);
    margin: 0;
}

.p46-emotion-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 16px;
}

.p46-emotion-card {
    background: var(--p46-white);
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 14px;
    padding: 22px 18px;
    transition: transform 0.2s, box-shadow 0.2s;
}

.p46-emotion-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--p46-shadow);
}

.p46-emotion-card__emoji {
    font-size: 1.6rem;
    margin-bottom: 10px;
}

.p46-emotion-card h3 {
    font-size: 0.95rem;
    font-weight: 800;
    margin: 0 0 8px;
}

.p46-emotion-card p {
    font-size: 0.82rem;
    line-height: 1.55;
    color: var(--p46-muted);
    margin: 0;
}

.p46-closeup-banner {
    background: linear-gradient(135deg, #1a1a1a 0%, #333 100%);
    border-radius: var(--p46-radius);
    padding: 32px 28px;
    text-align: center;
    margin-bottom: 24px;
    color: #fff;
}

.p46-closeup-banner strong {
    display: block;
    font-size: 2.5rem;
    font-weight: 900;
    color: var(--p46-gold);
}

.p46-closeup-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 14px;
}

.p46-closeup-item {
    background: var(--p46-white);
    border: 1px solid var(--p46-border);
    border-radius: 12px;
    padding: 18px 16px;
    text-align: center;
}

.p46-closeup-item strong {
    display: block;
    font-size: 0.85rem;
    font-weight: 800;
    margin-bottom: 6px;
}

.p46-closeup-item span {
    font-size: 0.78rem;
    line-height: 1.5;
    color: var(--p46-muted);
}

.p46-size-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 12px;
}

.p46-size-item {
    background: var(--p46-white);
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 12px;
    padding: 16px 14px;
    text-align: center;
}

.p46-size-item i {
    font-size: 1.2rem;
    color: var(--p46-gold);
    margin-bottom: 8px;
    display: block;
}

.p46-size-demo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin: 32px 0;
    flex-wrap: wrap;
}

.p46-size-demo__print {
    width: 80px;
    height: 120px;
    background: linear-gradient(135deg, #fff 0%, #f5f0e8 100%);
    border-radius: 2px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    position: relative;
}

.p46-size-demo__print::after {
    content: '4×6"';
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.65rem;
    font-weight: 800;
    color: var(--p46-gold);
}

.p46-before-after {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 20px;
    align-items: center;
    max-width: 560px;
    margin: 0 auto;
}

@media (max-width: 540px) {
    .p46-before-after { grid-template-columns: 1fr; }
}

.p46-before-after__panel {
    background: var(--p46-white);
    border-radius: 14px;
    padding: 24px 20px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    text-align: center;
}

.p46-before-after__panel i {
    font-size: 2rem;
    color: var(--p46-gold);
    margin-bottom: 10px;
}

.p46-before-after__arrow {
    font-size: 1.5rem;
    color: var(--p46-gold);
    font-weight: 700;
}

.p46-spec-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 14px;
}

.p46-spec-card {
    background: var(--p46-white);
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 12px;
    padding: 20px 18px;
}

.p46-spec-card i {
    color: var(--p46-gold);
    margin-bottom: 10px;
    display: block;
}

.p46-spec-card strong {
    display: block;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--p46-muted);
    margin-bottom: 4px;
}

.p46-spec-card span {
    font-size: 0.92rem;
    font-weight: 700;
}

.p46-wall-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 10px;
}

.p46-wall-chip {
    display: flex;
    align-items: center;
    gap: 8px;
    background: var(--p46-white);
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 999px;
    padding: 10px 14px;
    font-size: 0.8rem;
    font-weight: 600;
}

.p46-wall-chip i { color: var(--p46-gold); font-size: 0.75rem; }

.p46-zero-click-stack { display: grid; gap: 16px; }

.p46-zero-click {
    background: var(--p46-white);
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 14px;
    padding: 22px 24px;
}

.p46-zero-click h3 {
    font-size: 1.05rem;
    font-weight: 800;
    margin: 0 0 8px;
}

.p46-zero-click ul {
    margin: 0;
    padding-left: 18px;
    font-size: 0.86rem;
    line-height: 1.65;
    color: #555;
}

.p46-seo-block {
    background: var(--p46-white);
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 12px;
    padding: 20px 22px;
    margin-bottom: 12px;
}

.p46-cross-sell-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 16px;
}

.p46-cross-sell-card {
    display: block;
    background: var(--p46-white);
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 14px;
    overflow: hidden;
    text-decoration: none !important;
    color: inherit !important;
    transition: transform 0.2s, box-shadow 0.2s;
}

.p46-cross-sell-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--p46-shadow);
}

.p46-cross-sell-card img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    display: block;
}

.p46-cross-sell-card__body { padding: 12px 14px; }

.p46-cross-sell-card__body h3 {
    font-size: 0.85rem;
    font-weight: 800;
    margin: 0 0 4px;
}

.p46-cross-sell-card__body p {
    font-size: 0.72rem;
    color: var(--p46-muted);
    margin: 0 0 6px;
}

.p46-cross-sell-card__price {
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--p46-gold);
}

.p46-cross-sell-card__price s {
    color: #94a3b8;
    font-weight: 500;
    margin-right: 6px;
}

.p46-faq-list { display: grid; gap: 10px; }

.p46-faq-item {
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    padding: 0 16px;
    background: var(--p46-white);
}

.p46-faq-item summary {
    cursor: pointer;
    font-weight: 700;
    font-size: 14px;
    padding: 14px 0;
    list-style: none;
}

.p46-faq-item summary::-webkit-details-marker { display: none; }

.p46-faq-answer {
    padding: 0 0 14px;
    font-size: 14px;
    line-height: 1.65;
    color: #444;
}

.p46-mid-cta { text-align: center; padding: 32px 0 8px; }

.p46-mid-cta .p46-hero__cta { width: auto; min-width: 240px; }
