:root {
    --ink: #080808;
    --paper: #fbf8f1;
    --panel: #ffffff;
    --warm: #f4efe4;
    --serif-accent: #c2410c;
    --lime: #d6ef3f;
    --coral: #e87145;
    --blue: #1f6fb3;
    --muted: #cfc8b9;
    --soft-ink: #5b5750;
    --line: 1px solid var(--ink);
    --heavy-line: 2px solid var(--ink);
    --shadow: none;
    --radius: 0;
    --max: 1280px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: "IBM Plex Sans", Inter, Arial, sans-serif;
    font-weight: 500;
    letter-spacing: 0;
    overflow-x: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

img,
svg,
video {
    max-width: 100%;
}

h1,
h2,
h3,
p,
a,
span,
strong,
li {
    overflow-wrap: break-word;
    word-break: normal;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    width: 100%;
    max-width: 100vw;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 24px;
    padding: 14px clamp(16px, 4vw, 42px);
    border-bottom: var(--line);
    background: rgba(251, 248, 241, 0.96);
    backdrop-filter: blur(10px);
}

.brand-mark,
.site-footer,
.product-topline,
.hero-actions,
.product-actions {
    display: flex;
    align-items: center;
}

.brand-mark {
    gap: 10px;
}

.brand-bolt {
    display: grid;
    min-width: 48px;
    height: 38px;
    place-items: center;
    border: var(--line);
    background: var(--ink);
    color: var(--paper);
    font-family: "IBM Plex Mono", Consolas, monospace;
    font-size: 12px;
    box-shadow: none;
}

.brand-name {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -0.01em;
}

.site-nav {
    display: flex;
    justify-content: center;
    gap: clamp(14px, 3vw, 36px);
    font-size: 14px;
    text-transform: none;
}

.site-nav a {
    border-bottom: 3px solid transparent;
}

.site-nav a:hover,
.site-nav a:focus-visible {
    border-color: var(--serif-accent);
}

.header-actions,
.language-switcher {
    display: flex;
    align-items: center;
}

.header-actions {
    justify-content: flex-end;
    gap: 14px;
}

.language-switcher {
    gap: 0;
    border: var(--line);
    background: var(--paper);
}

.language-switcher a {
    display: inline-grid;
    min-width: 38px;
    min-height: 34px;
    place-items: center;
    font-size: 12px;
    font-weight: 900;
}

.language-switcher a + a {
    border-left: var(--line);
}

.language-switcher .is-active {
    background: var(--ink);
    color: var(--paper);
}

.header-cta,
.btn {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    border: var(--line);
    padding: 0 20px;
    background: var(--panel);
    box-shadow: none;
    font-weight: 700;
    text-transform: uppercase;
    transition: transform 150ms ease, box-shadow 150ms ease;
}

.header-cta:hover,
.btn:hover {
    transform: translateY(-1px);
    box-shadow: none;
}

.btn-primary {
    background: var(--ink);
    color: var(--paper);
}

.btn-secondary {
    background: transparent;
    color: var(--ink);
}

.btn-card {
    background: var(--paper);
    min-height: 44px;
}

.btn-demo {
    min-height: 44px;
    background: var(--lime);
    color: var(--ink);
}

.site-main {
    overflow: hidden;
}

.hero-section {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.9fr);
    gap: clamp(28px, 5vw, 70px);
    min-height: calc(100svh - 76px);
    padding: clamp(44px, 6vw, 78px) clamp(16px, 4vw, 42px) 52px;
    border-bottom: var(--line);
    background: var(--paper);
}

.hero-copy {
    max-width: 680px;
}

.hero-copy h1,
.section-head h2,
.process-statement h2,
.pay-copy h2,
.final-cta h2 {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 400;
    line-height: 0.95;
    letter-spacing: -0.025em;
    text-transform: none;
}

.hero-copy h1 {
    max-width: 840px;
    font-size: clamp(54px, 7.6vw, 108px);
}

.hero-copy p {
    max-width: 600px;
    margin: 20px 0 0;
    font-family: Georgia, "Times New Roman", serif;
    font-style: italic;
    font-weight: 400;
    color: #3b3833;
    font-size: clamp(20px, 2vw, 28px);
    line-height: 1.32;
}

.hero-kicker {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 22px;
    margin-bottom: 20px;
    color: var(--soft-ink);
    font-family: "IBM Plex Mono", Consolas, monospace;
    font-size: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.hero-actions {
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 26px;
}

.hero-wall {
    position: relative;
    min-height: 500px;
}

.poster {
    position: absolute;
    width: min(78%, 420px);
    min-height: 230px;
    padding: 22px;
    border: var(--line);
    background: var(--panel);
    box-shadow: var(--shadow);
}

.poster h2 {
    margin: 34px 0 12px;
    font-family: "Archivo Black", Impact, sans-serif;
    font-size: clamp(32px, 3.6vw, 52px);
    line-height: 0.9;
    text-transform: uppercase;
}

.poster p {
    margin: 0;
    font-size: 17px;
    line-height: 1.3;
}

.poster-num {
    display: inline-flex;
    border: 3px solid var(--ink);
    padding: 4px 10px;
    background: var(--paper);
}

.poster-main {
    top: 20px;
    left: 4%;
    z-index: 3;
    background: var(--lime);
    transform: rotate(-4deg);
}

.poster-lime {
    top: 168px;
    right: 2%;
    z-index: 2;
    background: var(--paper);
    transform: rotate(5deg);
}

.poster-coral {
    bottom: 4px;
    left: 14%;
    z-index: 1;
    color: var(--paper);
    background: var(--coral);
    transform: rotate(-1deg);
}

.scroll-hint {
    position: absolute;
    bottom: 22px;
    left: clamp(16px, 4vw, 42px);
    font-size: 13px;
    text-transform: uppercase;
    border-bottom: 1.5px solid var(--serif-accent);
}

.niche-strip,
.store-filter-bar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    padding: 14px clamp(16px, 4vw, 42px);
    border-bottom: var(--line);
    background: var(--warm);
}

.niche-strip a,
.store-filter-bar a,
.store-filter-bar strong {
    display: inline-flex;
    min-height: 36px;
    align-items: center;
    gap: 10px;
    border: var(--line);
    padding: 0 12px;
    background: var(--paper);
    color: var(--ink);
    font-family: "IBM Plex Mono", Consolas, monospace;
    font-size: 12px;
}

.niche-strip strong,
.store-filter-bar strong {
    margin-left: auto;
    background: var(--ink);
    color: var(--paper);
}

.store-filter-bar > span {
    color: var(--soft-ink);
    font-family: "IBM Plex Mono", Consolas, monospace;
    font-size: 11px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.catalog-section,
.process-section,
.pay-section,
.license-section,
.custom-strip,
.final-cta {
    padding: clamp(58px, 8vw, 98px) clamp(16px, 4vw, 42px);
    border-bottom: var(--line);
}

.section-head {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(260px, 0.55fr);
    gap: 28px;
    max-width: var(--max);
    margin: 0 auto 34px;
}

.section-head h2,
.process-statement h2,
.pay-copy h2,
.license-section h2,
.final-cta h2 {
    font-size: clamp(38px, 6vw, 82px);
}

.section-head p,
.process-statement p,
.pay-copy p {
    margin: 0;
    font-size: 18px;
    line-height: 1.35;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    max-width: var(--max);
    margin: 0 auto;
}

.product-card {
    min-width: 0;
    min-height: 390px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: var(--line);
    padding: 0;
    background: var(--panel);
    box-shadow: var(--shadow);
}

.product-card-lime {
    background: var(--panel);
}

.product-card-coral {
    background: var(--panel);
    color: var(--ink);
}

.product-card-blue {
    background: var(--panel);
    color: var(--ink);
}

.product-card-coral .btn,
.product-card-blue .btn,
.product-card-coral .text-link,
.product-card-blue .text-link,
.product-card-coral .product-topline {
    color: var(--ink);
}

.product-card-blue .product-topline {
    color: var(--ink);
}

.product-card-ink {
    color: var(--ink);
    background: var(--panel);
    box-shadow: none;
}

.product-card-ink .btn,
.product-card-ink .text-link,
.product-card-ink .product-topline {
    color: var(--ink);
}

.product-topline {
    justify-content: space-between;
    gap: 12px;
    padding: 12px 14px 0;
    color: var(--soft-ink);
    font-family: "IBM Plex Mono", Consolas, monospace;
    font-size: 12px;
    text-transform: uppercase;
}

.product-topline strong {
    border: var(--line);
    padding: 4px 8px;
    background: var(--paper);
    color: var(--ink);
}

.product-card h3 {
    margin: 10px 14px 12px;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 400;
    font-size: clamp(30px, 3.4vw, 46px);
    line-height: 0.98;
    text-transform: none;
}

.product-card p {
    margin: 0 14px;
    color: #3b3833;
    font-size: 15px;
    line-height: 1.34;
}

.product-actions {
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 22px;
    padding: 0 14px 16px;
}

.text-link {
    border-bottom: 1.5px solid currentColor;
    text-transform: uppercase;
}

.process-section {
    display: grid;
    grid-template-columns: minmax(280px, 0.75fr) minmax(320px, 1.1fr);
    gap: 44px;
    background: var(--warm);
}

.custom-strip {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) auto;
    gap: 32px;
    align-items: center;
    color: var(--paper);
    background: var(--ink);
}

.custom-strip h2 {
    margin: 8px 0 10px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(40px, 6vw, 74px);
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.025em;
}

.custom-strip p {
    max-width: 680px;
    margin: 0;
    color: var(--muted);
    font-size: 16px;
    line-height: 1.45;
}

.section-kicker {
    display: block;
    color: var(--coral);
    font-family: "IBM Plex Mono", Consolas, monospace;
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

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

.process-list li {
    display: grid;
    grid-template-columns: 70px 150px 1fr;
    gap: 18px;
    align-items: center;
    min-height: 120px;
    border: var(--line);
    padding: 18px;
    background: var(--paper);
    box-shadow: 8px 8px 0 var(--ink);
}

.process-list span,
.process-list strong {
    font-family: "Archivo Black", Impact, sans-serif;
    text-transform: uppercase;
}

.process-list span {
    font-size: 34px;
}

.process-list strong {
    font-size: 30px;
}

.process-list p {
    margin: 0;
    line-height: 1.32;
}

.pay-section {
    display: grid;
    grid-template-columns: minmax(280px, 0.8fr) minmax(320px, 1fr);
    gap: 34px;
    align-items: center;
    color: var(--paper);
    background: var(--ink);
}

.payment-board {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    border: var(--line);
    border-color: var(--paper);
    padding: 22px;
    background: var(--blue);
    box-shadow: 10px 10px 0 var(--coral);
}

.payment-chip,
.payment-total {
    border: 3px solid var(--paper);
    padding: 16px;
    font-weight: 900;
    text-transform: uppercase;
}

.payment-total {
    grid-column: span 2;
    display: flex;
    justify-content: space-between;
    gap: 18px;
    background: var(--paper);
    color: var(--ink);
}

.payment-board .btn {
    color: var(--ink);
}

.license-section {
    background: var(--paper);
}

.license-section > div {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(280px, 0.8fr);
    gap: 34px;
    max-width: var(--max);
    margin: 0 auto;
    align-items: start;
}

.license-section p {
    margin: 0;
    font-size: 20px;
    line-height: 1.35;
}

.final-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px;
    align-items: center;
    background: var(--coral);
    color: var(--paper);
}

.final-cta .btn {
    color: var(--ink);
}

.site-footer {
    justify-content: space-between;
    gap: 20px;
    padding: 24px clamp(16px, 4vw, 42px);
    background: var(--ink);
    color: var(--paper);
}

.site-footer div {
    display: grid;
    gap: 6px;
}

.site-footer a {
    border-bottom: 2px solid var(--lime);
}

.store-hero {
    padding: clamp(34px, 5vw, 58px) clamp(16px, 4vw, 42px);
    border-bottom: var(--line);
    background:
        linear-gradient(90deg, rgba(8, 8, 8, 0.08) 1px, transparent 1px),
        linear-gradient(0deg, rgba(8, 8, 8, 0.08) 1px, transparent 1px),
        var(--paper);
    background-size: 54px 54px;
}

.store-hero > div {
    max-width: var(--max);
    margin: 0 auto;
}

.store-hero h1,
.detail-hero h1,
.detail-section h2,
.theme-preview h2,
.license-section h2 {
    margin: 0;
    font-family: "Archivo Black", Impact, sans-serif;
    line-height: 0.9;
    text-transform: uppercase;
}

.store-hero h1 {
    max-width: 900px;
    font-size: clamp(44px, 7vw, 92px);
}

.store-hero p {
    max-width: 720px;
    margin: 24px 0 0;
    font-size: clamp(18px, 2vw, 24px);
    line-height: 1.3;
}

.store-demo-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: clamp(26px, 4vw, 42px);
}

.store-demo-card {
    min-width: 0;
    display: grid;
    grid-template-columns: minmax(96px, 0.55fr) minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    border: 3px solid var(--ink);
    padding: 10px;
    background: var(--paper);
    box-shadow: 6px 6px 0 var(--ink);
    text-transform: uppercase;
}

.store-demo-card img {
    width: 100%;
    aspect-ratio: 4 / 3;
    border: 3px solid var(--ink);
    object-fit: cover;
}

.store-demo-card span,
.store-demo-card strong {
    min-width: 0;
    display: block;
}

.store-demo-card span {
    width: max-content;
    max-width: 100%;
    margin-bottom: 6px;
    border: 3px solid var(--ink);
    padding: 4px 8px;
    background: var(--lime);
    font-size: 12px;
    font-weight: 900;
}

.store-demo-card strong {
    font-family: "Archivo Black", Impact, sans-serif;
    font-size: clamp(15px, 1.35vw, 20px);
    line-height: 0.95;
    overflow-wrap: normal;
}

.store-grid-section,
.detail-section {
    padding: clamp(46px, 7vw, 82px) clamp(16px, 4vw, 42px);
    border-bottom: var(--line);
}

.store-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    max-width: var(--max);
    margin: 0 auto;
}

.theme-preview {
    min-height: 620px;
}

.theme-preview h2 {
    margin-top: 30px;
    font-size: clamp(34px, 4vw, 56px);
}

.theme-preview-art,
.detail-preview {
    display: grid;
    overflow: hidden;
    min-height: 190px;
    place-items: center;
    border: var(--line);
    background:
        linear-gradient(90deg, rgba(8, 8, 8, 0.12) 1px, transparent 1px),
        linear-gradient(0deg, rgba(8, 8, 8, 0.12) 1px, transparent 1px),
        var(--lime);
    background-size: 24px 24px;
    color: var(--ink);
    transform: rotate(-2deg);
}

.theme-preview-art-compact {
    min-height: 150px;
    margin-bottom: 18px;
    transform: rotate(-1deg);
}

.theme-preview-art img,
.detail-preview img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: inherit;
    object-fit: cover;
}

.detail-preview img {
    object-fit: contain;
    background: var(--paper);
}

.theme-preview-art span,
.detail-preview span,
.detail-preview strong {
    font-family: "Archivo Black", Impact, sans-serif;
    font-size: clamp(28px, 4vw, 50px);
    line-height: 0.9;
    text-align: center;
    text-transform: uppercase;
}

.theme-meta-row {
    display: grid;
    gap: 8px;
    margin-top: 22px;
    border-top: 3px solid currentColor;
    padding-top: 14px;
}

.theme-meta-row span {
    font-size: 12px;
    text-transform: uppercase;
}

.style-variants,
.detail-variants {
    display: grid;
    gap: 10px;
    margin-top: 20px;
}

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

.style-variants a,
.detail-variants a {
    border: 3px solid var(--ink);
    padding: 0;
    overflow: hidden;
    background: var(--paper);
    color: var(--ink);
    box-shadow: 5px 5px 0 currentColor;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.05;
    text-align: center;
    text-transform: uppercase;
}

.style-variants img,
.detail-variants img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    border-bottom: 3px solid var(--ink);
    object-fit: cover;
    background: var(--muted);
}

.style-variants a {
    display: grid;
    align-content: start;
    gap: 0;
}

.style-variants a::after {
    content: "";
    display: block;
    height: 0;
}

.style-variants a {
    padding-bottom: 10px;
}

.style-variants a span {
    padding: 10px 8px 0;
}

.detail-variants {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 760px;
}

.detail-variants a {
    display: grid;
    text-align: left;
}

.detail-variants span {
    display: block;
    margin-top: 0;
    padding: 12px;
    font-size: 12px;
    line-height: 1.25;
    text-transform: none;
}

.detail-variants strong,
.detail-variants em {
    display: block;
}

.detail-variants strong {
    text-transform: uppercase;
}

.detail-variants em {
    margin-top: 6px;
    font-style: normal;
    color: #343434;
}

.detail-hero {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.8fr);
    gap: clamp(30px, 5vw, 70px);
    align-items: center;
    min-height: calc(100vh - 76px);
    padding: clamp(48px, 7vw, 90px) clamp(16px, 4vw, 42px);
    border-bottom: var(--line);
}

.detail-hero-lime {
    background: var(--lime);
}

.detail-hero-coral {
    background: var(--coral);
    color: var(--paper);
}

.detail-hero-ink {
    background: var(--ink);
    color: var(--paper);
}

.detail-hero-blue,
.detail-hero-custom {
    background: var(--blue);
    color: var(--paper);
}

.detail-copy {
    max-width: 760px;
}

.detail-copy h1 {
    margin-top: 26px;
    font-size: clamp(48px, 7vw, 92px);
}

.detail-copy p {
    max-width: 680px;
    margin: 24px 0 0;
    font-size: clamp(18px, 2vw, 24px);
    line-height: 1.32;
}

.detail-price {
    display: inline-flex;
    margin-top: 26px;
    border: var(--line);
    padding: 10px 16px;
    background: var(--paper);
    color: var(--ink);
    box-shadow: 7px 7px 0 var(--ink);
    font-weight: 900;
}

.detail-preview {
    min-height: 420px;
    align-content: center;
    gap: 20px;
    padding: 0;
    box-shadow: var(--shadow);
}

.product-card-custom .theme-preview-art,
.custom-preview {
    background:
        linear-gradient(135deg, var(--blue) 0 48%, var(--lime) 48% 100%);
    color: var(--paper);
}

.custom-preview {
    padding: 28px;
    color: var(--ink);
}

.custom-preview span {
    color: var(--paper);
}

.custom-request-section {
    display: grid;
    grid-template-columns: minmax(280px, 0.85fr) minmax(320px, 1fr);
    gap: clamp(24px, 5vw, 60px);
    padding: clamp(46px, 7vw, 82px) clamp(16px, 4vw, 42px);
    border-bottom: var(--line);
    background: var(--ink);
    color: var(--paper);
}

.custom-request-copy,
.custom-request-form {
    max-width: 680px;
}

.custom-request-copy h2 {
    margin: 0;
    font-family: "Archivo Black", Impact, sans-serif;
    font-size: clamp(42px, 7vw, 84px);
    line-height: 0.9;
    text-transform: uppercase;
}

.custom-request-copy p {
    font-size: clamp(18px, 2vw, 24px);
    line-height: 1.32;
}

.request-success {
    border: 3px solid var(--paper);
    padding: 14px 16px;
    background: var(--lime);
    color: var(--ink);
    font-weight: 900;
    text-transform: uppercase;
}

.custom-request-form {
    display: grid;
    gap: 16px;
}

.custom-request-form label {
    display: grid;
    gap: 8px;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.custom-request-form input,
.custom-request-form textarea {
    width: 100%;
    border: 3px solid var(--paper);
    border-radius: 0;
    padding: 14px 16px;
    background: var(--paper);
    color: var(--ink);
    font: inherit;
}

.detail-columns {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    max-width: var(--max);
    margin: 0 auto;
}

.detail-columns article {
    border: var(--line);
    padding: 22px;
    background: var(--muted);
    box-shadow: 8px 8px 0 var(--ink);
}

.detail-columns h2 {
    font-size: clamp(28px, 3vw, 46px);
}

.detail-columns p,
.detail-columns li {
    font-size: 17px;
    line-height: 1.35;
}

.detail-columns ul {
    display: grid;
    gap: 10px;
    margin: 16px 0 0;
    padding-left: 22px;
}

.woocommerce main,
.woocommerce-page main {
    max-width: var(--max);
    margin: 0 auto;
    padding: 50px clamp(16px, 4vw, 42px);
}

.system-page {
    max-width: var(--max);
    margin: 0 auto;
    padding: 56px clamp(16px, 4vw, 42px);
}

.system-page__content {
    border: var(--line);
    background: var(--paper);
    box-shadow: var(--shadow);
    padding: clamp(18px, 4vw, 38px);
}

.system-page__header {
    display: grid;
    gap: 10px;
    margin-bottom: 26px;
    border-bottom: var(--line);
    padding-bottom: 18px;
}

.system-page__header h1 {
    max-width: 920px;
    font-family: var(--display);
    font-size: clamp(38px, 7vw, 84px);
    line-height: 0.9;
    text-transform: uppercase;
}

.entry-content {
    max-width: 100%;
}

.entry-content > * + * {
    margin-top: 18px;
}

.woocommerce-checkout .wc-block-checkout,
.woocommerce-cart .wc-block-cart {
    margin: 0;
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce .button {
    border: 3px solid var(--ink) !important;
    border-radius: 0 !important;
    background: var(--lime) !important;
    color: var(--ink) !important;
    box-shadow: 5px 5px 0 var(--ink);
    font-weight: 900 !important;
    text-transform: uppercase;
}

@media (max-width: 900px) {
    .site-header {
        grid-template-columns: 1fr auto;
    }

    .site-nav {
        display: none;
    }

    .header-cta {
        display: none;
    }

    .hero-section,
    .section-head,
    .process-section,
    .pay-section,
    .license-section > div,
    .custom-strip,
    .store-grid,
    .detail-hero,
    .detail-columns,
    .detail-variants,
    .custom-request-section,
    .final-cta {
        grid-template-columns: 1fr;
    }

    .hero-section {
        min-height: auto;
    }

    .hero-copy,
    .hero-copy p {
        max-width: min(100%, 560px);
    }

    .hero-wall {
        min-height: 520px;
    }

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

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

    .niche-strip strong,
    .store-filter-bar strong {
        width: 100%;
        margin-left: 0;
    }

    .theme-preview {
        min-height: auto;
    }

    .process-list li {
        grid-template-columns: 1fr;
        gap: 8px;
    }
}

@media (max-width: 560px) {
    :root {
        --shadow: 6px 6px 0 var(--ink);
    }

    .site-header {
        width: 100vw;
        grid-template-columns: auto 1fr;
        justify-content: space-between;
        gap: 10px;
        padding: 12px 16px;
    }

    .brand-name {
        display: none;
    }

    .header-actions {
        justify-self: end;
    }

    .language-switcher a {
        min-width: 36px;
    }

    .hero-actions {
        display: grid;
        max-width: 240px;
        gap: 12px;
    }

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

    .hero-copy h1 {
        max-width: 340px;
        font-size: clamp(38px, 12vw, 52px);
    }

    .hero-copy p {
        max-width: 320px;
        font-size: 16px;
        line-height: 1.28;
    }

    .hero-wall {
        min-height: auto;
        display: grid;
        gap: 14px;
        margin-top: 26px;
    }

    .poster {
        position: relative;
        inset: auto;
        width: min(100%, 330px);
        min-height: 150px;
        transform: none;
    }

    .poster h2 {
        margin-top: 18px;
        font-size: clamp(28px, 9vw, 38px);
    }

    .payment-board {
        grid-template-columns: 1fr;
    }

    .payment-total,
    .payment-board .btn {
        grid-column: auto;
    }

    .payment-total {
        display: grid;
    }

    .style-variants {
        grid-template-columns: 1fr;
    }

    .store-demo-card {
        grid-template-columns: minmax(88px, 120px) minmax(0, 1fr);
    }

    .custom-request-copy h2 {
        font-size: clamp(38px, 12vw, 52px);
    }

    .site-footer {
        display: grid;
    }

    .store-hero h1,
    .detail-copy h1 {
        max-width: min(100%, 330px);
        font-size: clamp(34px, 10.8vw, 44px);
    }

    .store-hero p {
        max-width: min(100%, 330px);
        font-size: 16px;
    }

    .store-demo-card,
    .theme-preview,
    .product-card,
    .detail-columns article {
        width: min(100%, 330px);
    }

    .store-demo-card,
    .product-card,
    .detail-columns article {
        box-shadow: 6px 6px 0 var(--ink);
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
    }
}
