/* Creative Archive */

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

.archive-hero {
    padding: 10rem 20px 4rem;
    text-align: center;
    background: var(--darker-bg);
    border-bottom: 1px solid var(--border-color);
}

.archive-hero-content {
    max-width: 720px;
    margin: 0 auto;
}

.archive-eyebrow {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: var(--accent-gold);
    margin-bottom: 1rem;
}

.archive-title {
    font-family: 'Cinzel', serif;
    font-size: clamp(2.2rem, 5vw, 3.4rem);
    font-weight: 600;
    letter-spacing: 3px;
    margin-bottom: 1.25rem;
}

.archive-subtitle {
    color: var(--text-secondary);
    font-size: 1.1rem;
    line-height: 1.8;
    font-weight: 300;
}

.archive-hero-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.8rem;
    margin-top: 2rem;
}

.archive-primary-link,
.archive-secondary-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0.75rem 1.2rem;
    border: 1px solid var(--accent-gold);
    color: var(--text-primary);
    font-family: 'Roboto', sans-serif;
    font-size: 0.78rem;
    letter-spacing: 0.12em;
    text-decoration: none;
    text-transform: uppercase;
    transition: background 0.2s ease, color 0.2s ease;
}

.archive-primary-link {
    background: transparent;
    color: var(--text-primary);
}

.archive-primary-link:hover,
.archive-secondary-link:hover {
    background: rgba(255, 255, 255, 0.06);
}

.nav-menu .nav-link.is-current {
    color: var(--accent-gold);
}

.archive-language-switch {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin-left: 0.25rem;
    color: var(--border-color);
    font-family: 'Roboto', sans-serif;
    font-size: 0.7rem;
}

.archive-language-button {
    padding: 0.25rem 0.15rem;
    border: 0;
    background: transparent;
    color: var(--text-secondary);
    font: inherit;
    font-weight: 400;
    letter-spacing: 0.08em;
    cursor: pointer;
    transition: color 0.2s ease;
}

.archive-language-button:hover,
.archive-language-button:focus-visible {
    color: var(--text-primary);
    outline: none;
}

.archive-language-button.is-active {
    color: var(--accent-gold);
}

.archive-storefront {
    padding: 5rem 0 6rem;
    background:
        radial-gradient(circle at 15% 0%, rgba(140, 20, 20, 0.09), transparent 32rem),
        var(--dark-bg);
    border-bottom: 1px solid var(--border-color);
}

#store-products,
#browse-art,
.store-sample-preview,
.archive-series {
    scroll-margin-top: 100px;
}

.archive-storefront[hidden],
.archive-hero-actions[hidden] {
    display: none;
}

.store-section-heading {
    max-width: 760px;
    margin-bottom: 2.5rem;
}

.store-section-heading h2,
.store-product-group-heading h2,
.archive-gallery-heading h2 {
    margin: 0.35rem 0 0.8rem;
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.8rem, 4vw, 2.7rem);
    font-weight: 400;
}

.store-section-heading > p:last-child,
.store-product-group-heading > p,
.archive-gallery-heading > [data-i18n="browseIntro"],
.archive-portfolio-heading > p:last-child {
    max-width: 680px;
    color: var(--text-secondary);
    font-size: 1rem;
    line-height: 1.7;
}

.store-tax-note {
    margin-top: 0.75rem;
    color: var(--text-secondary);
    font-size: 0.78rem;
    line-height: 1.5;
}

.individual-wallpaper-callout {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(240px, 0.7fr);
    align-items: center;
    gap: 2rem;
    margin-top: 2rem;
    padding: clamp(1.4rem, 3vw, 2.25rem);
    border: 1px solid rgba(196, 24, 47, 0.75);
    background: linear-gradient(120deg, rgba(196, 24, 47, 0.12), rgba(255, 255, 255, 0.02));
}

.individual-wallpaper-callout h2 {
    margin: 0.35rem 0 0.75rem;
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.7rem, 3vw, 2.4rem);
    font-weight: 400;
}

.individual-wallpaper-callout p {
    margin: 0;
    color: var(--text-secondary);
    line-height: 1.65;
}

.individual-wallpaper-action {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.individual-wallpaper-action strong {
    color: var(--text-primary);
    font-family: 'Playfair Display', serif;
    font-size: 1.35rem;
    font-weight: 400;
}

.individual-wallpaper-action span {
    color: var(--text-secondary);
    font-size: 0.7rem;
    line-height: 1.5;
}

.store-sample-preview {
    margin-top: 2rem;
    padding: 1.5rem;
    border: 1px solid var(--border-color);
    background: rgba(255, 255, 255, 0.02);
}

.store-sample-preview[hidden] {
    display: none;
}

.store-sample-preview-heading {
    max-width: 720px;
    margin-bottom: 1.5rem;
}

.store-sample-preview-heading h2 {
    margin: 0.35rem 0 0.65rem;
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.55rem, 3vw, 2.1rem);
    font-weight: 400;
}

.store-sample-preview-heading > p:last-child {
    margin: 0;
    color: var(--text-secondary);
    line-height: 1.6;
}

.store-sample-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sample-artwork {
    position: relative;
    padding: 0;
    overflow: hidden;
    border: 1px solid var(--border-color);
    background: #050505;
    color: var(--text-primary);
    text-align: left;
    cursor: zoom-in;
}

.sample-artwork img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: contain;
    background: #000;
}

.sample-artwork span {
    display: block;
    padding: 0.7rem 0.8rem;
    color: var(--text-secondary);
    font-size: 0.72rem;
    line-height: 1.45;
}

.store-kicker,
.store-product-type,
.lightbox-series {
    margin: 0;
    color: #ff4d4d;
    font-family: 'Roboto', sans-serif;
    font-size: 0.72rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.store-product-group {
    margin-top: 5rem;
    scroll-margin-top: 100px;
}

.store-product-group-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 1.8rem;
}

.store-product-group-heading > p {
    max-width: 460px;
    margin-bottom: 0.35rem;
}

.store-product-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.25rem;
}

.store-product-grid-wide {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.store-product-card {
    display: flex;
    min-width: 0;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid var(--border-color);
    background: rgba(11, 11, 11, 0.92);
    transition: transform 0.25s ease, border-color 0.25s ease;
}

.store-product-card:hover {
    transform: translateY(-3px);
    border-color: rgba(255, 255, 255, 0.32);
}

.store-product-card-sample {
    display: grid;
    grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.1fr);
    border-color: rgba(153, 34, 34, 0.6);
}

.store-product-card-wide {
    display: grid;
    grid-template-columns: minmax(190px, 0.8fr) minmax(0, 1.2fr);
}

.store-product-card-wide .store-product-footer {
    align-items: stretch;
    flex-direction: column;
}

.store-product-card-wide .store-product-actions {
    width: 100%;
    min-width: 0;
}

.store-product-card-wide .store-buy-button {
    width: 100%;
    box-sizing: border-box;
}

.store-product-image {
    position: relative;
    width: 100%;
    min-height: 0;
    aspect-ratio: 16 / 9;
    align-self: start;
    overflow: hidden;
    background: #000;
}

.store-product-card-sample .store-product-image {
    min-height: 0;
}

.store-product-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    transition: opacity 0.25s ease;
}

.store-product-card:hover .store-product-image img {
    opacity: 0.94;
}

.store-product-badge {
    position: absolute;
    top: 0.9rem;
    left: 0.9rem;
    padding: 0.4rem 0.65rem;
    background: var(--accent-gold);
    color: var(--darker-bg);
    font-family: 'Roboto', sans-serif;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.store-product-body {
    display: flex;
    min-width: 0;
    flex: 1;
    flex-direction: column;
    padding: 1.4rem;
}

.store-product-card-sample .store-product-body {
    justify-content: center;
    padding: clamp(1.5rem, 4vw, 3rem);
}

.store-product-body h3 {
    margin: 0.55rem 0 0.35rem;
    font-family: 'Cinzel', serif;
    font-size: 1.15rem;
    font-weight: 400;
    letter-spacing: 0.05em;
}

.store-product-card-sample .store-product-body h3 {
    font-size: clamp(1.55rem, 3vw, 2.25rem);
}

.store-product-title-link,
.archive-series-title-link {
    color: inherit;
    text-decoration-color: rgba(224, 189, 118, 0.45);
    text-decoration-thickness: 1px;
    text-underline-offset: 0.24em;
}

.store-product-title-link:hover,
.store-product-title-link:focus-visible,
.archive-series-title-link:hover,
.archive-series-title-link:focus-visible {
    color: #e0bd76;
    text-decoration-color: currentColor;
}

.store-product-subtitle {
    margin: 0 0 1rem;
    color: var(--text-primary);
    font-size: 0.82rem;
    letter-spacing: 0.04em;
}

.store-product-description {
    flex: 1;
    margin: 0;
    color: var(--text-secondary);
    font-size: 0.9rem;
    line-height: 1.65;
}

.store-product-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 1.5rem;
    padding-top: 1.2rem;
    border-top: 1px solid var(--border-color);
}

.store-product-price {
    display: flex;
    min-width: max-content;
    flex-direction: column;
}

.store-product-price strong,
.lightbox-price {
    color: var(--text-primary);
    font-family: 'Playfair Display', serif;
    font-size: 1.35rem;
    font-weight: 400;
}

.store-product-price span {
    margin-top: 0.15rem;
    color: var(--text-secondary);
    font-size: 0.68rem;
}

.store-buy-button {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    padding: 0.65rem 0.9rem;
    border: 1px solid var(--accent-gold);
    background: transparent;
    color: var(--text-primary);
    font-family: 'Roboto', sans-serif;
    font-size: 0.68rem;
    letter-spacing: 0.1em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
}

.store-buy-button:hover {
    background: var(--accent-gold);
    color: var(--darker-bg);
}

.store-product-actions {
    display: flex;
    min-width: 190px;
    flex-direction: column;
    align-items: stretch;
    gap: 0.65rem;
}

#store-collections .store-product-footer {
    align-items: stretch;
    flex-direction: column;
}

#store-collections .store-product-actions {
    width: 100%;
    min-width: 0;
}

#store-collections .store-buy-button {
    width: 100%;
    box-sizing: border-box;
}

.store-preview-link {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    color: #e0bd76;
    font-size: 0.7rem;
    letter-spacing: 0.06em;
    line-height: 1.4;
    text-align: center;
    text-decoration: underline;
    text-decoration-color: rgba(197, 160, 89, 0.5);
    text-underline-offset: 0.3em;
}

.store-preview-link:hover {
    color: var(--text-primary);
    text-decoration-color: currentColor;
}

.store-buy-button.is-pending,
.store-buy-button:disabled,
.store-buy-button[aria-disabled="true"] {
    border-color: var(--border-color);
    color: var(--text-secondary);
    cursor: not-allowed;
    opacity: 0.75;
}

.store-buy-button.is-pending:hover,
.store-buy-button:disabled:hover,
.store-buy-button[aria-disabled="true"]:hover {
    background: transparent;
    color: var(--text-secondary);
}

.store-license-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
    margin-top: 2rem;
}

.store-license-card {
    padding: 1.5rem;
    border-left: 2px solid var(--accent-gold);
    background: rgba(255, 255, 255, 0.025);
}

.store-license-card h3 {
    margin: 0.45rem 0 0.55rem;
    font-family: 'Cinzel', serif;
    font-size: 1rem;
    font-weight: 400;
}

.store-license-card > p:last-child {
    margin: 0;
    color: var(--text-secondary);
    font-size: 0.88rem;
    line-height: 1.65;
}

.store-faq {
    margin-top: 5rem;
    padding-top: 4rem;
    border-top: 1px solid var(--border-color);
}

.store-faq-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
}

.store-faq-grid article {
    padding: 1.5rem;
    border: 1px solid var(--border-color);
    background: rgba(255, 255, 255, 0.025);
}

.store-faq-grid h3 {
    margin: 0 0 0.65rem;
    font: 400 1rem 'Cinzel', serif;
}

.store-faq-grid p {
    margin: 0;
    color: var(--text-secondary);
    font-size: 0.88rem;
    line-height: 1.7;
}

.store-collection-index {
    margin-top: 5rem;
    padding-top: 4rem;
    border-top: 1px solid var(--border-color);
}

.store-collection-index-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    margin: 0;
    padding: 1px;
    background: var(--border-color);
    list-style: none;
}

.store-collection-index-list li {
    background: #0b0b0b;
}

.store-collection-index-list a {
    display: block;
    padding: 1.1rem;
    color: var(--text-primary);
    font: 400 0.88rem 'Cinzel', serif;
    text-decoration-color: rgba(224, 189, 118, 0.45);
    text-underline-offset: 0.25em;
}

.store-collection-index-list a:hover,
.store-collection-index-list a:focus-visible {
    color: #e0bd76;
    text-decoration-color: currentColor;
}

.archive-gallery {
    padding: 4rem 0 6rem;
    background: var(--dark-bg);
    min-height: 40vh;
}

.archive-gallery-heading {
    max-width: 760px;
    margin-bottom: 3.5rem;
}

.format-switch {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin-top: 1.25rem;
    padding: 0.35rem;
    border: 1px solid var(--border-color);
    background: #080808;
}

.format-switch-label {
    padding: 0 0.65rem;
    color: var(--text-secondary);
    font-size: 0.72rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.format-switch-button {
    min-height: 40px;
    padding: 0.6rem 1rem;
    border: 1px solid transparent;
    background: transparent;
    color: var(--text-secondary);
    font-family: 'Roboto', sans-serif;
    font-size: 0.72rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    cursor: pointer;
}

.format-switch-button:hover,
.format-switch-button:focus-visible {
    color: var(--text-primary);
    border-color: var(--accent-red);
    outline: none;
}

.format-switch-button.is-active {
    border-color: var(--accent-red);
    background: rgba(142, 23, 23, 0.22);
    color: var(--text-primary);
}

.archive-series-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.archive-series-heading .archive-series-title {
    margin: 0;
}

.format-switch-series {
    flex: 0 0 auto;
    margin: 0;
}

.archive-section {
    scroll-margin-top: 100px;
    margin-bottom: 4rem;
}

.archive-section:last-child {
    margin-bottom: 0;
}

.archive-section-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;
    color: var(--accent-gold);
    margin-bottom: 1.75rem;
    letter-spacing: 1px;
}

.archive-series {
    margin-bottom: 3rem;
}

.archive-series:last-child {
    margin-bottom: 0;
}

.archive-portfolio {
    margin-top: 7rem;
    padding-top: 4rem;
    border-top: 1px solid var(--border-color);
}

.archive-portfolio-heading {
    max-width: 720px;
    margin-bottom: 1.8rem;
}

.archive-portfolio-heading .archive-section-title {
    margin: 0.35rem 0 0.8rem;
}

.archive-portfolio-grid {
    opacity: 0.88;
}

.archive-series-title {
    margin-bottom: 1.25rem;
    color: var(--text-primary);
    font-family: 'Cinzel', serif;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.archive-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.5rem;
}

.archive-grid.is-mobile {
    grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
}

.archive-item {
    position: relative;
    aspect-ratio: 4 / 3;
    background: var(--accent-dark);
    border: 1px solid var(--border-color);
    overflow: hidden;
    cursor: pointer;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease, border-color 0.3s ease;
}

.archive-item.digital-art-item {
    aspect-ratio: 16 / 9;
}

.archive-item.digital-art-item.is-mobile {
    aspect-ratio: 9 / 16;
}

.archive-item.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.archive-item:hover,
.archive-item:focus-visible {
    border-color: var(--accent-gold);
    outline: none;
}

.archive-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    transition: opacity 0.25s ease;
}

.store-terms-link {
    display: inline-flex;
    margin-top: 0.9rem;
    color: #e0bd76;
    font-size: 0.75rem;
    line-height: 1.5;
    text-underline-offset: 0.25em;
}

.store-terms-link:hover {
    color: var(--text-primary);
}

.archive-item-label {
    position: absolute;
    bottom: 0;
    left: 0;
    width: min(78%, 360px);
    padding: 1.5rem 1.8rem 0.65rem 0.8rem;
    color: var(--text-primary);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0));
    font-family: 'Roboto', sans-serif;
    font-size: 0.72rem;
    font-weight: 400;
    letter-spacing: 0.08em;
    text-align: left;
    text-transform: uppercase;
    opacity: 0;
    transform: translateY(6px);
    transition: opacity 0.25s ease, transform 0.25s ease;
    pointer-events: none;
}

.archive-item:hover .archive-item-label,
.archive-item:focus-visible .archive-item-label {
    opacity: 1;
    transform: translateY(0);
}

.archive-item:hover img,
.archive-item:focus-visible img {
    opacity: 0.94;
}

.archive-empty {
    max-width: 640px;
    margin: 0 auto;
    padding: 2.5rem;
    border: 1px dashed var(--border-color);
    background: var(--accent-dark);
}

.archive-empty h2 {
    font-family: 'Playfair Display', serif;
    color: var(--accent-gold);
    margin-bottom: 1rem;
}

.archive-empty p,
.archive-empty li {
    color: var(--text-secondary);
    line-height: 1.7;
}

.archive-empty ol {
    margin: 1.5rem 0;
    padding-left: 1.25rem;
}

.archive-empty li {
    margin-bottom: 0.75rem;
}

.archive-empty code {
    font-size: 0.9em;
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.06);
    padding: 0.1em 0.35em;
}

.archive-empty-note {
    margin-top: 1rem;
    font-size: 0.95rem;
    color: var(--text-primary);
}

.archive-example {
    margin-top: 0.5rem;
    padding: 1rem 1.25rem;
    background: rgba(0, 0, 0, 0.45);
    border: 1px solid var(--border-color);
    color: var(--text-secondary);
    font-size: 0.85rem;
    line-height: 1.5;
    overflow-x: auto;
    white-space: pre;
}

/* Lightbox */
.lightbox {
    position: fixed;
    inset: 0;
    z-index: 2000;
    background: rgba(0, 0, 0, 0.92);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    cursor: zoom-out;
}

.lightbox[hidden] {
    display: none;
}

.lightbox-close {
    position: absolute;
    top: 1rem;
    right: 1.25rem;
    width: 44px;
    height: 44px;
    background: rgba(0, 0, 0, 0.72);
    border: none;
    color: var(--text-primary);
    font-size: 2.5rem;
    line-height: 1;
    cursor: pointer;
    opacity: 0.8;
}

.lightbox-close:hover {
    opacity: 1;
    color: var(--accent-gold);
}

.lightbox-dialog {
    display: grid;
    width: min(1380px, 100%);
    max-height: 88vh;
    grid-template-columns: minmax(0, 1fr);
    overflow: hidden;
    border: 1px solid var(--border-color);
    background: #080808;
    cursor: default;
}

.lightbox-dialog.has-product {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 380px);
}

.lightbox-media {
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 0;
    align-items: center;
    justify-content: center;
    background: #000;
}

.format-switch-lightbox {
    position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 2;
    margin: 0;
    background: rgba(8, 8, 8, 0.9);
}

.lightbox img {
    width: 100%;
    max-height: 88vh;
    object-fit: contain;
    cursor: default;
}

.lightbox img.is-mobile {
    width: auto;
    max-width: 100%;
}

.lightbox-product {
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: center;
    padding: 2rem;
    border-left: 1px solid var(--border-color);
}

.lightbox-product[hidden] {
    display: none;
}

.lightbox-title {
    margin: 0.65rem 0 1.15rem;
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.6rem, 3vw, 2.25rem);
    font-weight: 400;
}

.lightbox-availability {
    margin: 0 0 0.6rem;
    color: var(--text-primary);
    font-size: 0.9rem;
    line-height: 1.5;
}

.lightbox-format {
    margin: 0;
    color: var(--text-secondary);
    font-size: 0.82rem;
    line-height: 1.6;
}

.lightbox-purchase {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1.7rem;
    padding-top: 1.4rem;
    border-top: 1px solid var(--border-color);
}

.lightbox-offers {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    margin-top: 1.7rem;
    padding-top: 1.4rem;
    border-top: 1px solid var(--border-color);
}

.lightbox-offer {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-items: center;
    gap: 0.8rem;
}

.lightbox-offer .store-buy-button {
    width: 100%;
}

.lightbox-offer-label {
    margin: 0 0 0.2rem;
    color: var(--text-primary);
    font-size: 0.78rem;
    line-height: 1.4;
}

.lightbox-offer-detail {
    max-width: 28rem;
    margin: 0.3rem 0 0;
    color: var(--text-secondary);
    font-size: 0.68rem;
    line-height: 1.45;
}

.lightbox-offer.is-coming-soon {
    padding-bottom: 0.8rem;
    border-bottom: 1px solid var(--border-color);
}

@media (max-width: 768px) {

    .archive-series-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .format-switch-series {
        width: 100%;
    }

    .format-switch-series .format-switch-button {
        flex: 1;
    }
    .archive-hero {
        padding: 8rem 20px 3rem;
    }

    .archive-grid {
        grid-template-columns: 1fr;
    }

    .archive-grid.is-mobile {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.8rem;
    }

    .format-switch-label {
        display: none;
    }

    .format-switch-lightbox {
        top: 0.65rem;
        left: 0.65rem;
    }

    .individual-wallpaper-callout {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }

    .store-product-group-heading {
        align-items: start;
        flex-direction: column;
        gap: 0.5rem;
    }

    .store-product-grid,
    .store-product-grid-wide,
    .store-license-grid,
    .store-faq-grid,
    .store-collection-index-list,
    .store-product-card-sample,
    .store-product-card-wide {
        grid-template-columns: 1fr;
    }

    .store-product-card-sample .store-product-image {
        min-height: 0;
    }

    .store-product-footer {
        align-items: stretch;
        flex-direction: column;
    }

    .store-product-actions {
        min-width: 0;
    }

    .store-buy-button {
        width: 100%;
    }

    .store-sample-grid {
        grid-template-columns: 1fr;
    }

    .lightbox {
        align-items: stretch;
        justify-content: start;
        overflow-y: auto;
        padding: 3.5rem 0.8rem 1rem;
    }

    .lightbox-dialog {
        max-height: none;
        grid-template-columns: 1fr;
        overflow: visible;
    }

    .lightbox-dialog.has-product {
        grid-template-columns: 1fr;
    }

    .lightbox img {
        max-height: 62vh;
    }

    .lightbox-product {
        padding: 1.4rem;
        border-top: 1px solid var(--border-color);
        border-left: 0;
    }

    .archive-language-switch {
        margin-left: auto;
        margin-right: 0.8rem;
    }

    .archive-language-button {
        min-width: 44px;
        min-height: 44px;
        padding: 0.5rem;
    }
}

@media (min-width: 769px) and (max-width: 1120px) {
    .store-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .store-product-card-wide {
        grid-template-columns: 1fr;
    }
}
