:root {
    --canvas: #f2efe7;
    --paper: #faf8f2;
    --ink: #12120f;
    --muted: #66645e;
    --line: #d7d2c7;
    --acid: #d9ff42;
    --fire: #d94b31;
    --earth: #344f3f;
    --air: #5d86a7;
    --spirit: #6c4d86;
    --void: #1b1b1b;
    --shadow: 0 28px 80px rgba(25, 23, 18, 0.18);
    --radius: 24px;
    color-scheme: light;
    font-family: "Arial Narrow", "Helvetica Neue", Arial, ui-sans-serif, system-ui, sans-serif;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    min-width: 320px;
    margin: 0;
    color: var(--ink);
    background:
        linear-gradient(90deg, transparent calc(50% - 1px), rgba(18, 18, 15, 0.035) 50%, transparent calc(50% + 1px)),
        var(--canvas);
}

button,
select {
    font: inherit;
}

button,
a,
select {
    -webkit-tap-highlight-color: transparent;
}

button:focus-visible,
a:focus-visible,
select:focus-visible {
    outline: 3px solid rgba(217, 75, 49, 0.35);
    outline-offset: 3px;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
}

.skip-link {
    position: fixed;
    z-index: 200;
    top: 12px;
    left: 12px;
    padding: 10px 14px;
    color: #fff;
    background: var(--ink);
    transform: translateY(-160%);
}

.skip-link:focus {
    transform: translateY(0);
}

.preview-bar,
.product-intro,
.store-frame {
    width: min(1480px, calc(100% - 40px));
    margin-inline: auto;
}

.preview-bar {
    min-height: 74px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.portfolio-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #494740;
    text-decoration: none;
    font-size: 0.82rem;
    font-weight: 750;
}

.portfolio-link:hover {
    color: var(--fire);
}

.portfolio-mark {
    width: 2.15rem;
    height: 1.65rem;
    object-fit: contain;
}

.preview-labels {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
}

.preview-label {
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 7px 12px;
    border: 1px solid #c7c2b7;
    border-radius: 999px;
    color: #4e4b44;
    background: rgba(250, 248, 242, 0.82);
    font-size: 0.67rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.preview-label--live {
    color: #1f3f31;
    border-color: #9db9a9;
}

.preview-label--live i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #2ca469;
    box-shadow: 0 0 0 4px rgba(44, 164, 105, 0.14);
}

.product-intro {
    display: grid;
    grid-template-columns: minmax(320px, 1fr) minmax(320px, 0.72fr);
    align-items: end;
    gap: 48px;
    padding: 54px 0 34px;
}

.eyebrow,
.section-number,
.season-line {
    margin: 0 0 10px;
    color: var(--fire);
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.product-intro h1 {
    margin: 0;
    font-size: clamp(3rem, 8.5vw, 7.5rem);
    line-height: 0.78;
    letter-spacing: -0.085em;
}

.product-intro > p {
    max-width: 600px;
    margin: 0 0 2px;
    color: #504e48;
    font-size: clamp(1rem, 2vw, 1.28rem);
    line-height: 1.55;
}

.store-frame {
    overflow: hidden;
    margin-bottom: 56px;
    border: 1px solid #bbb5aa;
    border-radius: var(--radius);
    background: var(--paper);
    box-shadow: var(--shadow);
}

.sample-ribbon {
    min-height: 31px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 6px 22px;
    color: #fff;
    background: var(--ink);
    font-size: 0.58rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.sample-ribbon span:last-child {
    color: var(--acid);
}

.store-header {
    min-height: 80px;
    display: grid;
    grid-template-columns: auto 1fr auto auto;
    align-items: center;
    gap: 26px;
    padding: 14px 24px;
    border-bottom: 1px solid var(--ink);
}

.menu-button {
    width: 38px;
    height: 38px;
    display: none;
    place-items: center;
    gap: 5px;
    padding: 9px;
    border: 1px solid var(--ink);
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
}

.menu-button span {
    width: 17px;
    height: 1px;
    display: block;
    background: var(--ink);
}

.wordmark {
    width: max-content;
    display: inline-flex;
    align-items: baseline;
    color: var(--ink);
    text-decoration: none;
    letter-spacing: -0.08em;
}

.wordmark strong {
    font-size: 1.75rem;
    line-height: 1;
}

.wordmark span {
    margin-left: 2px;
    font-size: 1rem;
    font-weight: 900;
}

.store-header nav {
    justify-self: center;
    display: flex;
    align-items: center;
    gap: 28px;
}

.store-header nav a,
.store-header nav button {
    padding: 4px 0;
    border: 0;
    color: var(--ink);
    background: transparent;
    text-decoration: none;
    font-size: 0.7rem;
    font-weight: 900;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    cursor: pointer;
}

.store-header nav a:hover,
.store-header nav button:hover {
    color: var(--fire);
}

.bag-button {
    min-width: 86px;
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 8px 13px;
    border: 1px solid var(--ink);
    border-radius: 999px;
    background: transparent;
    font-size: 0.7rem;
    font-weight: 900;
    text-transform: uppercase;
    cursor: pointer;
}

.bag-button span {
    min-width: 22px;
    height: 22px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: var(--ink);
    background: var(--acid);
    font-size: 0.65rem;
}

.bag-button:hover {
    color: #fff;
    background: var(--ink);
}

.store-hero {
    position: relative;
    min-height: 650px;
    display: grid;
    grid-template-columns: minmax(360px, 0.88fr) minmax(420px, 1.12fr);
    overflow: hidden;
    border-bottom: 1px solid var(--ink);
    background:
        linear-gradient(90deg, rgba(18, 18, 15, 0.035) 1px, transparent 1px) 0 0 / 80px 80px,
        linear-gradient(rgba(18, 18, 15, 0.035) 1px, transparent 1px) 0 0 / 80px 80px,
        #e8e2d7;
}

.hero-copy {
    position: relative;
    z-index: 2;
    align-self: center;
    padding: clamp(32px, 6vw, 84px);
}

.season-line {
    color: #57534b;
}

.hero-copy h2 {
    max-width: 580px;
    margin: 0;
    font-size: clamp(3.1rem, 6.5vw, 6.6rem);
    line-height: 0.87;
    letter-spacing: -0.075em;
    text-transform: uppercase;
}

.hero-copy h2 em {
    display: block;
    color: var(--fire);
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 400;
    text-transform: lowercase;
}

.hero-copy > p {
    max-width: 480px;
    margin: 26px 0 0;
    color: #555149;
    line-height: 1.6;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    margin-top: 32px;
}

.shop-button,
.hero-actions button {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 11px 18px;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
}

.shop-button {
    color: #fff;
    background: var(--ink);
}

.shop-button:hover {
    color: var(--ink);
    background: var(--acid);
}

.hero-actions button {
    border: 0;
    background: transparent;
}

.hero-actions button span {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border: 1px solid var(--ink);
    border-radius: 50%;
    font-size: 0.6rem;
}

.hero-art {
    position: relative;
    min-height: 650px;
    display: grid;
    place-items: center;
    overflow: hidden;
    background:
        radial-gradient(circle at center, rgba(217, 255, 66, 0.42), transparent 42%),
        var(--fire);
}

.hero-art::before {
    content: "XI";
    position: absolute;
    color: rgba(255, 255, 255, 0.08);
    font-size: clamp(17rem, 35vw, 34rem);
    font-weight: 950;
    letter-spacing: -0.15em;
    line-height: 1;
}

.hero-art svg {
    position: relative;
    z-index: 1;
    width: min(86%, 590px);
    filter: drop-shadow(0 28px 20px rgba(64, 19, 10, 0.22));
    transform: rotate(2deg);
}

.hero-shadow,
.garment-shadow {
    fill: rgba(35, 18, 13, 0.2);
}

.hero-sleeve {
    fill: #eee5d5;
    stroke: #201f1b;
    stroke-width: 4;
}

.hero-body {
    fill: #bc3325;
    stroke: #201f1b;
    stroke-width: 4;
}

.hero-collar,
.hero-placket,
.hero-rib {
    fill: var(--ink);
}

.hero-pocket {
    fill: #eee5d5;
}

.hero-letter {
    fill: #fff3df;
    font-family: Arial, sans-serif;
    font-size: 70px;
    font-weight: 900;
}

.art-caption {
    position: absolute;
    z-index: 2;
    padding: 8px 10px;
    color: var(--ink);
    background: var(--acid);
    font-size: 0.6rem;
    font-weight: 950;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.art-caption--top {
    top: 24px;
    right: 24px;
}

.art-caption--bottom {
    bottom: 24px;
    left: 24px;
}

.vertical-message {
    position: absolute;
    z-index: 3;
    top: 50%;
    right: 14px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.55rem;
    font-weight: 900;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    transform: translateY(-50%) rotate(90deg);
}

.collection-section {
    padding: clamp(42px, 7vw, 90px) clamp(22px, 6vw, 78px) 36px;
}

.collection-heading {
    display: grid;
    grid-template-columns: minmax(320px, 1fr) minmax(250px, 0.7fr);
    align-items: end;
    gap: 44px;
}

.collection-heading h2,
.manifesto-panel h2 {
    margin: 0;
    font-size: clamp(2.5rem, 5.8vw, 5.8rem);
    line-height: 0.91;
    letter-spacing: -0.07em;
    text-transform: uppercase;
}

.collection-heading > p {
    max-width: 520px;
    margin: 0;
    color: var(--muted);
    line-height: 1.6;
}

.feature-strip {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 44px;
    border-block: 1px solid var(--line);
}

.feature-strip span {
    display: flex;
    align-items: baseline;
    gap: 9px;
    padding: 17px;
    color: var(--muted);
    font-size: 0.65rem;
    font-weight: 800;
    text-transform: uppercase;
}

.feature-strip span + span {
    border-left: 1px solid var(--line);
}

.feature-strip strong {
    color: var(--ink);
    font-size: 1.3rem;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    padding: 1px;
    background: var(--ink);
}

.product-card {
    min-width: 0;
    padding: clamp(15px, 3vw, 26px);
    background: var(--paper);
}

.product-art {
    position: relative;
    min-height: 430px;
    display: grid;
    place-items: center;
    overflow: hidden;
    transition: background 220ms ease;
}

.product-art::after {
    content: "";
    position: absolute;
    inset: 13%;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 50%;
}

.product-art--fire {
    background: #d86850;
}

.product-art--earth {
    background: #718f73;
}

.product-art--air {
    background: #8eb2ca;
}

.product-art--spirit {
    background: #a285b6;
}

.product-art--void {
    background: #454545;
}

.product-art svg {
    position: relative;
    z-index: 1;
    width: min(72%, 350px);
    filter: drop-shadow(0 18px 15px rgba(17, 17, 15, 0.22));
}

.product-tags {
    position: absolute;
    z-index: 3;
    top: 15px;
    left: 15px;
    display: flex;
    gap: 6px;
}

.product-tags span {
    padding: 6px 8px;
    color: var(--ink);
    background: var(--paper);
    font-size: 0.54rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.garment-main {
    fill: #f2eee3;
    stroke: #1f201d;
    stroke-width: 3.5;
}

.garment-light {
    fill: #f3e6d1;
    stroke: #1f201d;
    stroke-width: 3;
}

.garment-dark {
    fill: #20201d;
}

.garment-stitch {
    fill: none;
    stroke: rgba(31, 32, 29, 0.48);
    stroke-width: 2;
    stroke-dasharray: 5 5;
}

.garment-type {
    fill: #20201d;
    font-family: Arial, sans-serif;
    font-size: 46px;
    font-weight: 900;
}

.garment-type--small {
    font-size: 22px;
    letter-spacing: 2px;
}

.garment-signal {
    fill: #292825;
}

.swatches {
    position: absolute;
    z-index: 4;
    right: 14px;
    bottom: 14px;
    display: flex;
    gap: 7px;
    padding: 7px;
    border-radius: 999px;
    background: rgba(250, 248, 242, 0.8);
    backdrop-filter: blur(8px);
}

.swatch {
    width: 24px;
    height: 24px;
    padding: 0;
    border: 2px solid rgba(255, 255, 255, 0.85);
    border-radius: 50%;
    background: var(--swatch);
    box-shadow: 0 0 0 1px rgba(18, 18, 15, 0.18);
    cursor: pointer;
}

.swatch.is-active {
    box-shadow: 0 0 0 2px var(--ink);
}

.swatch--fire { --swatch: var(--fire); }
.swatch--earth { --swatch: var(--earth); }
.swatch--air { --swatch: var(--air); }
.swatch--spirit { --swatch: var(--spirit); }
.swatch--void { --swatch: var(--void); }

.product-copy {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 18px;
}

.product-copy p,
.product-copy h3,
.product-note {
    margin: 0;
}

.product-copy p {
    margin-bottom: 4px;
    color: var(--muted);
    font-size: 0.58rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.product-copy h3 {
    font-size: clamp(1.1rem, 2.2vw, 1.55rem);
    letter-spacing: -0.035em;
    text-transform: uppercase;
}

.product-copy > strong {
    font-size: 1rem;
}

.product-note {
    margin-top: 8px;
    color: var(--muted);
    font-size: 0.75rem;
    line-height: 1.5;
}

.product-actions {
    display: grid;
    grid-template-columns: 130px 1fr;
    gap: 8px;
    margin-top: 17px;
}

.product-actions select {
    width: 100%;
    min-height: 43px;
    padding: 0 12px;
    border: 1px solid var(--line);
    border-radius: 0;
    color: var(--ink);
    background: transparent;
    font-size: 0.68rem;
    font-weight: 800;
}

.add-button {
    min-height: 43px;
    border: 1px solid var(--ink);
    color: #fff;
    background: var(--ink);
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    cursor: pointer;
}

.add-button:hover {
    color: var(--ink);
    background: var(--acid);
}

.manifesto-panel {
    display: grid;
    grid-template-columns: minmax(280px, 0.75fr) minmax(350px, 1fr);
    align-items: center;
    gap: clamp(40px, 8vw, 110px);
    padding: clamp(45px, 8vw, 100px);
    color: #fff;
    background: var(--ink);
}

.manifesto-orbit {
    position: relative;
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 50%;
}

.manifesto-orbit::before,
.manifesto-orbit::after {
    content: "";
    position: absolute;
    inset: 12%;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 50%;
}

.manifesto-orbit::after {
    inset: 29%;
    border-color: var(--acid);
}

.manifesto-orbit span {
    color: var(--acid);
    font-size: clamp(4rem, 10vw, 9rem);
    font-weight: 950;
    letter-spacing: -0.12em;
}

.manifesto-panel .section-number {
    color: var(--acid);
}

.manifesto-panel > div:last-child > p:not(.section-number) {
    max-width: 650px;
    margin: 24px 0 0;
    color: rgba(255, 255, 255, 0.68);
    line-height: 1.65;
}

.manifesto-panel button {
    margin-top: 28px;
    padding: 0 0 7px;
    border: 0;
    border-bottom: 1px solid var(--acid);
    color: #fff;
    background: transparent;
    font-size: 0.7rem;
    font-weight: 900;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    cursor: pointer;
}

.manifesto-panel button span {
    margin-left: 10px;
    color: var(--acid);
}

.store-footer {
    min-height: 100px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 35px;
    padding: 24px;
}

.store-footer p {
    max-width: 590px;
    margin: 0;
    color: var(--muted);
    font-size: 0.68rem;
    line-height: 1.5;
}

.store-footer > span {
    color: var(--muted);
    font-size: 0.6rem;
    font-weight: 800;
    text-transform: uppercase;
}

.wordmark--footer strong {
    font-size: 1.4rem;
}

.wordmark--footer span {
    font-size: 0.78rem;
}

.bag-dialog {
    width: min(500px, 100%);
    height: 100%;
    max-height: none;
    margin: 0 0 0 auto;
    padding: 0;
    border: 0;
    color: var(--ink);
    background: var(--paper);
    box-shadow: -25px 0 70px rgba(20, 18, 14, 0.28);
}

.bag-dialog::backdrop {
    background: rgba(13, 13, 11, 0.64);
    backdrop-filter: blur(4px);
}

.bag-panel {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    padding: 24px;
}

.bag-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--ink);
}

.bag-heading p,
.bag-heading h2,
.bag-empty h3,
.bag-empty p {
    margin: 0;
}

.bag-heading p {
    color: var(--fire);
    font-size: 0.62rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.bag-heading h2 {
    margin-top: 5px;
    font-size: 2.5rem;
    letter-spacing: -0.065em;
    text-transform: uppercase;
}

.bag-heading button {
    width: 42px;
    height: 42px;
    border: 1px solid var(--ink);
    border-radius: 50%;
    background: transparent;
    font-size: 1.5rem;
    cursor: pointer;
}

.bag-items {
    display: grid;
}

.bag-item {
    display: grid;
    grid-template-columns: 70px 1fr auto;
    gap: 14px;
    padding: 18px 0;
    border-bottom: 1px solid var(--line);
}

.bag-item__art {
    min-height: 84px;
    display: grid;
    place-items: center;
    color: #fff;
    background: var(--fire);
    font-size: 1.15rem;
    font-weight: 950;
}

.bag-item__art--earth {
    background: #718f73;
}

.bag-item__art--air {
    background: #8eb2ca;
}

.bag-item__art--spirit {
    background: #a285b6;
}

.bag-item__art--void {
    background: #454545;
}

.bag-item h3,
.bag-item p {
    margin: 0;
}

.bag-item h3 {
    font-size: 0.85rem;
    text-transform: uppercase;
}

.bag-item p {
    margin-top: 6px;
    color: var(--muted);
    font-size: 0.68rem;
}

.bag-item__end {
    display: grid;
    align-content: space-between;
    justify-items: end;
}

.bag-item__end strong {
    font-size: 0.78rem;
}

.bag-item__end button {
    padding: 0;
    border: 0;
    border-bottom: 1px solid currentColor;
    color: var(--muted);
    background: transparent;
    font-size: 0.62rem;
    cursor: pointer;
}

.bag-empty {
    flex: 1;
    display: grid;
    place-content: center;
    justify-items: center;
    padding: 48px 20px;
    text-align: center;
}

.bag-empty > span {
    width: 80px;
    height: 80px;
    display: grid;
    place-items: center;
    margin-bottom: 18px;
    border-radius: 50%;
    color: var(--ink);
    background: var(--acid);
    font-size: 1.8rem;
    font-weight: 950;
}

.bag-empty h3 {
    font-size: 1.2rem;
    text-transform: uppercase;
}

.bag-empty p {
    max-width: 280px;
    margin-top: 8px;
    color: var(--muted);
    font-size: 0.76rem;
    line-height: 1.5;
}

.bag-summary {
    margin-top: auto;
    padding-top: 20px;
    border-top: 1px solid var(--ink);
}

.bag-summary p {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin: 0;
    font-weight: 900;
    text-transform: uppercase;
}

.bag-summary small {
    display: block;
    margin-top: 8px;
    color: var(--muted);
    line-height: 1.45;
}

.bag-summary button {
    width: 100%;
    min-height: 52px;
    margin-top: 20px;
    border: 1px solid var(--ink);
    color: var(--ink);
    background: var(--acid);
    font-size: 0.72rem;
    font-weight: 950;
    text-transform: uppercase;
    cursor: pointer;
}

.toast {
    position: fixed;
    z-index: 220;
    right: 22px;
    bottom: 22px;
    max-width: min(390px, calc(100% - 44px));
    padding: 13px 16px;
    color: #fff;
    background: var(--ink);
    box-shadow: 0 16px 44px rgba(18, 18, 15, 0.25);
    font-size: 0.72rem;
    font-weight: 800;
    opacity: 0;
    pointer-events: none;
    transform: translateY(12px);
    transition: opacity 170ms ease, transform 170ms ease;
}

.toast::before {
    content: "XI";
    margin-right: 10px;
    color: var(--acid);
}

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

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

    .store-header nav {
        display: none;
    }

    .menu-button {
        display: grid;
    }

    .wordmark {
        justify-self: center;
    }

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

    .hero-copy {
        padding: 44px 30px;
    }

    .hero-art,
    .store-hero {
        min-height: 560px;
    }

    .product-art {
        min-height: 340px;
    }
}

@media (max-width: 760px) {
    .preview-bar,
    .product-intro,
    .store-frame {
        width: min(100% - 24px, 1480px);
    }

    .product-intro {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 34px 0 27px;
    }

    .product-intro h1 {
        font-size: clamp(3.4rem, 17vw, 6rem);
    }

    .sample-ribbon span:last-child {
        display: none;
    }

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

    .hero-copy {
        min-height: 480px;
        display: grid;
        align-content: center;
    }

    .hero-art {
        min-height: 550px;
    }

    .vertical-message {
        display: none;
    }

    .collection-heading {
        grid-template-columns: 1fr;
        gap: 24px;
    }

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

    .product-art {
        min-height: 430px;
    }

    .manifesto-panel {
        grid-template-columns: 1fr;
    }

    .manifesto-orbit {
        width: min(100%, 390px);
        justify-self: center;
    }

    .store-footer {
        grid-template-columns: 1fr;
        gap: 12px;
    }
}

@media (max-width: 520px) {
    .preview-bar {
        min-height: 94px;
        align-items: flex-start;
        padding-top: 14px;
    }

    .portfolio-link > span:last-child {
        display: none;
    }

    .preview-label {
        min-height: 30px;
        padding: 6px 9px;
        font-size: 0.58rem;
    }

    .store-frame {
        border-radius: 18px;
    }

    .store-header {
        gap: 12px;
        padding: 12px;
    }

    .wordmark strong {
        font-size: 1.4rem;
    }

    .wordmark span {
        font-size: 0.78rem;
    }

    .bag-button {
        min-width: 68px;
        padding-inline: 8px;
    }

    .hero-copy {
        min-height: 440px;
        padding: 34px 20px;
    }

    .hero-copy h2 {
        font-size: 3.25rem;
    }

    .hero-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .hero-art {
        min-height: 440px;
    }

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

    .feature-strip span + span {
        border-top: 1px solid var(--line);
        border-left: 0;
    }

    .product-art {
        min-height: 320px;
    }

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

    .manifesto-panel {
        padding: 42px 22px;
    }
}

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