:root {
    --ink: #0a0a0a;
    --paper: #ffffff;
    --muted: #777;
    --line: #d9d9d9;
    --soft: #f3f3f1;
    --accent: #e42313;
    --pad: clamp(18px, 3vw, 48px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.35;
    -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
img { max-width: 100%; display: block; }

/* COMING SOON */
.coming-soon-page {
    min-height: 100svh;
    display: grid;
    grid-template-rows: auto 1fr auto;
    overflow: hidden;
}
.coming-top, .coming-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 18px var(--pad);
    font-size: 11px;
    letter-spacing: .15em;
    font-weight: 700;
}
.coming-top { border-bottom: 1px solid var(--ink); }
.coming-bottom { border-top: 1px solid var(--ink); }
.coming-main {
    position: relative;
    display: grid;
    place-items: center;
    min-height: 0;
    padding: var(--pad);
}
.coming-logo-wrap {
    width: min(94vw, 1480px);
}
.coming-logo { width: 100%; height: auto; }
.coming-status {
    position: absolute;
    left: var(--pad);
    bottom: var(--pad);
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 12px;
    letter-spacing: .1em;
}
.status-dot { width: 9px; height: 9px; background: var(--accent); border-radius: 50%; }

/* STORE SHELL */
.announcement {
    min-height: 31px;
    padding: 8px var(--pad);
    background: var(--ink);
    color: var(--paper);
    display: flex;
    justify-content: space-between;
    gap: 20px;
    font-size: 9px;
    letter-spacing: .16em;
    font-weight: 700;
}
.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(255,255,255,.95);
    backdrop-filter: blur(14px);
    min-height: 90px;
    padding: 0 var(--pad);
    display: grid;
    grid-template-columns: minmax(180px, 1fr) auto minmax(120px, 1fr);
    align-items: center;
    border-bottom: 1px solid var(--ink);
}
.wordmark { width: clamp(150px, 17vw, 270px); }
.wordmark img { width: 100%; }
.main-nav { display: flex; gap: clamp(18px, 3vw, 46px); font-size: 11px; font-weight: 700; letter-spacing: .1em; }
.main-nav a { padding: 6px 0; border-bottom: 1px solid transparent; }
.main-nav a:hover, .main-nav a.is-active { border-color: var(--ink); }
.cart-link { justify-self: end; font-size: 11px; font-weight: 700; letter-spacing: .1em; }
.cart-link span { display: inline-grid; place-items: center; width: 22px; height: 22px; margin-left: 5px; background: var(--ink); color: var(--paper); border-radius: 50%; }

.store-intro {
    padding: clamp(70px, 11vw, 170px) var(--pad) clamp(60px, 8vw, 120px);
    border-bottom: 1px solid var(--ink);
}
.eyebrow { margin: 0 0 22px; font-size: 10px; letter-spacing: .17em; font-weight: 700; }
.store-intro h1, .checkout-form-wrap h1, .success-page h1, .legal-page > h1 {
    margin: 0;
    max-width: 1450px;
    font-size: clamp(44px, 8.6vw, 148px);
    line-height: .87;
    letter-spacing: -.07em;
    font-weight: 800;
}
.intro-copy { max-width: 460px; margin: 36px 0 0 auto; font-size: clamp(16px, 1.6vw, 24px); line-height: 1.25; }

.category-rail { border-bottom: 1px solid var(--ink); }
.category-rail a {
    min-height: clamp(88px, 9vw, 142px);
    padding: 0 var(--pad);
    display: grid;
    grid-template-columns: 50px 1fr auto;
    gap: 20px;
    align-items: center;
    border-top: 1px solid var(--ink);
    transition: background .2s, color .2s;
}
.category-rail a:first-child { border-top: 0; }
.category-rail a span { font-size: 10px; letter-spacing: .12em; }
.category-rail a strong { font-size: clamp(30px, 5vw, 78px); line-height: 1; letter-spacing: -.045em; }
.category-rail a i { font-style: normal; font-size: clamp(30px, 4vw, 64px); transition: transform .2s; }
.category-rail a:hover { background: var(--ink); color: var(--paper); }
.category-rail a:hover i { transform: translateX(8px); }

.shop-section { padding: clamp(70px, 8vw, 120px) var(--pad); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; padding-bottom: 18px; border-bottom: 1px solid var(--ink); }
.section-heading h2 { margin: 0; font-size: clamp(26px, 4vw, 58px); letter-spacing: -.04em; }
.section-heading a { font-size: 10px; font-weight: 700; letter-spacing: .12em; }
.product-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(40px, 6vw, 100px) clamp(18px, 3vw, 48px); margin-top: clamp(28px, 4vw, 60px); }
.product-card { min-width: 0; }
.product-media { position: relative; margin: 0; background: var(--soft); overflow: hidden; aspect-ratio: 4/5; }
.product-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.8,.2,1); }
.product-card:hover .product-media img { transform: scale(1.025); }
.product-badge { position: absolute; left: 14px; top: 14px; padding: 7px 9px; background: var(--paper); font-size: 9px; letter-spacing: .12em; font-weight: 700; }
.product-meta { display: flex; justify-content: space-between; gap: 30px; padding-top: 14px; }
.product-meta h3 { margin: 0 0 5px; font-size: 13px; letter-spacing: .02em; }
.product-meta p { margin: 0; color: var(--muted); font-size: 9px; letter-spacing: .12em; }
.product-meta > strong { white-space: nowrap; font-size: 12px; }
.product-card.is-sold { opacity: .48; }

/* PRODUCT */
.product-page { min-height: 78vh; display: grid; grid-template-columns: 1.35fr .65fr; border-bottom: 1px solid var(--ink); }
.product-visual { background: var(--soft); min-height: 720px; }
.product-visual img { width: 100%; height: 100%; object-fit: cover; }
.product-copy { padding: clamp(40px, 6vw, 100px) var(--pad); align-self: start; position: sticky; top: 120px; }
.product-copy h1 { margin: 0; font-size: clamp(38px, 5.2vw, 82px); line-height: .92; letter-spacing: -.055em; }
.product-price { margin: 24px 0 40px; font-size: 24px; font-weight: 700; }
.product-description { margin: 0 0 38px; max-width: 520px; font-size: 16px; line-height: 1.5; text-transform: none; }
.product-notes { display: grid; gap: 10px; margin-bottom: 36px; padding: 18px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: 9px; letter-spacing: .12em; }
.buy-button {
    width: 100%; min-height: 60px; border: 1px solid var(--ink); background: var(--ink); color: var(--paper);
    padding: 18px 24px; font-size: 11px; letter-spacing: .12em; font-weight: 700; cursor: pointer;
    transition: background .18s, color .18s;
}
.buy-button:hover:not(:disabled) { background: var(--paper); color: var(--ink); }
.buy-button:disabled { opacity: .35; cursor: not-allowed; }
.buy-button.inline { width: auto; display: inline-flex; justify-content: center; align-items: center; min-width: 260px; }

/* CART + GENERIC */
.simple-page { padding: clamp(70px, 9vw, 140px) var(--pad); min-height: 75vh; }
.simple-title h1 { margin: 0 0 70px; font-size: clamp(72px, 13vw, 220px); line-height: .8; letter-spacing: -.08em; }
.cart-row { display: grid; grid-template-columns: 110px 1fr auto auto; gap: 28px; align-items: center; padding: 18px 0; border-top: 1px solid var(--ink); }
.cart-row img { width: 110px; height: 135px; object-fit: cover; background: var(--soft); }
.cart-row h2 { margin: 0 0 7px; font-size: 18px; }
.cart-row p { margin: 0; color: var(--muted); font-size: 9px; letter-spacing: .12em; }
.remove-link { border: 0; background: none; text-decoration: underline; cursor: pointer; font-size: 9px; letter-spacing: .12em; }
.cart-total { display: flex; justify-content: space-between; padding: 24px 0; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); font-size: 16px; }
.cart-actions { display: flex; justify-content: space-between; align-items: center; gap: 30px; margin-top: 28px; }
.text-link { font-size: 10px; letter-spacing: .11em; font-weight: 700; text-decoration: underline; text-underline-offset: 4px; }
.empty-state { padding: 80px 0; font-size: 12px; letter-spacing: .12em; }
.empty-state.large { border-top: 1px solid var(--ink); }
.empty-state.large p { margin: 0 0 20px; }

/* CHECKOUT */
.checkout-page { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(330px, .8fr); min-height: 75vh; }
.checkout-form-wrap { padding: clamp(65px, 8vw, 120px) var(--pad); }
.checkout-form-wrap h1 { margin-bottom: 80px; }
fieldset { margin: 0 0 56px; padding: 0; border: 0; }
legend { width: 100%; margin-bottom: 24px; padding-bottom: 11px; border-bottom: 1px solid var(--ink); font-size: 10px; letter-spacing: .14em; font-weight: 700; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; }
.form-grid .wide { grid-column: 1 / -1; }
label > span, .note-field > span { display: block; margin-bottom: 8px; font-size: 9px; letter-spacing: .12em; font-weight: 700; }
input, textarea { width: 100%; border: 0; border-bottom: 1px solid var(--ink); border-radius: 0; background: transparent; padding: 13px 0; outline: none; }
input:focus, textarea:focus { border-bottom-width: 2px; }
.choice-list { border-top: 1px solid var(--ink); }
.choice-row { display: grid; grid-template-columns: 22px 1fr auto; gap: 18px; align-items: center; min-height: 86px; padding: 14px 0; border-bottom: 1px solid var(--ink); cursor: pointer; }
.choice-row input { width: 16px; height: 16px; accent-color: var(--ink); }
.choice-row strong { display: block; margin-bottom: 6px; font-size: 12px; letter-spacing: .05em; }
.choice-row small { color: var(--muted); text-transform: none; }
.choice-row b { font-size: 11px; }
.choice-row.is-disabled { opacity: .28; cursor: not-allowed; }
.conditional-field { display: none; margin-top: 24px; }
.conditional-field.is-visible { display: block; }
.note-field { display: block; margin-bottom: 28px; }
.consent { display: grid; grid-template-columns: 18px 1fr; gap: 12px; align-items: start; margin-bottom: 24px; }
.consent input { width: 16px; height: 16px; }
.consent span { margin: 0; text-transform: none; line-height: 1.4; }
.order-summary { align-self: stretch; padding: clamp(65px, 8vw, 120px) var(--pad); background: var(--soft); border-left: 1px solid var(--ink); }
.summary-item, .summary-line, .summary-total { display: flex; justify-content: space-between; gap: 20px; padding: 18px 0; border-bottom: 1px solid var(--ink); }
.summary-item span { max-width: 250px; }
.summary-total { margin-top: 22px; font-size: 20px; border-top: 2px solid var(--ink); }
.error-box { margin-bottom: 34px; padding: 16px; border: 1px solid var(--accent); color: var(--accent); line-height: 1.5; }

/* SUCCESS + LEGAL */
.success-page, .legal-page { padding: clamp(70px, 9vw, 140px) var(--pad); min-height: 75vh; }
.success-page h1, .legal-page > h1 { margin-bottom: clamp(60px, 8vw, 120px); }
.success-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.success-grid > div { padding: 20px; border-right: 1px solid var(--ink); }
.success-grid > div:last-child { border: 0; }
.success-grid span { display: block; margin-bottom: 10px; color: var(--muted); font-size: 9px; letter-spacing: .12em; }
.success-grid strong { font-size: 13px; }
.payment-block { margin: 70px 0; display: grid; grid-template-columns: 260px 1fr; align-items: center; gap: 50px; max-width: 900px; }
#qr-code { width: 240px; height: 240px; padding: 10px; border: 1px solid var(--ink); }
#qr-code img, #qr-code canvas { width: 100% !important; height: 100% !important; }
.payment-block h2 { margin: 0 0 20px; font-size: clamp(28px, 4vw, 58px); line-height: .95; letter-spacing: -.05em; }
.payment-block p { line-height: 1.8; }
.success-note { margin: 60px 0; font-size: 14px; letter-spacing: .08em; }
.legal-page section { max-width: 840px; display: grid; grid-template-columns: 220px 1fr; gap: 50px; padding: 40px 0; border-top: 1px solid var(--ink); }
.legal-page section h2 { margin: 0; font-size: 11px; letter-spacing: .12em; }
.legal-page section p { margin: 0 0 18px; font-size: 16px; line-height: 1.55; text-transform: none; }

/* FOOTER */
.site-footer { min-height: 190px; padding: 34px var(--pad); display: grid; grid-template-columns: 1fr auto auto; gap: 50px; align-items: start; border-top: 1px solid var(--ink); font-size: 9px; line-height: 1.7; letter-spacing: .1em; }
.footer-links { display: grid; gap: 8px; }
.footer-links a:hover { text-decoration: underline; }
.footer-copy { text-align: right; }

@media (max-width: 900px) {
    .announcement span:last-child { display: none; }
    .site-header { min-height: 78px; grid-template-columns: 1fr auto; }
    .main-nav { grid-column: 1 / -1; order: 3; overflow-x: auto; padding: 14px 0; border-top: 1px solid var(--line); }
    .wordmark { width: 170px; }
    .product-page, .checkout-page { grid-template-columns: 1fr; }
    .product-copy { position: static; }
    .product-visual { min-height: 0; aspect-ratio: 4/5; }
    .order-summary { border-left: 0; border-top: 1px solid var(--ink); }
    .success-grid { grid-template-columns: repeat(2, 1fr); }
    .success-grid > div:nth-child(2) { border-right: 0; }
    .success-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--ink); }
}

@media (max-width: 620px) {
    .coming-bottom { font-size: 8px; }
    .coming-status { bottom: 28px; }
    .store-intro h1, .checkout-form-wrap h1, .success-page h1, .legal-page > h1 { font-size: clamp(45px, 15vw, 84px); }
    .intro-copy { margin-left: 0; }
    .category-rail a { grid-template-columns: 34px 1fr auto; }
    .product-grid { grid-template-columns: 1fr; }
    .cart-row { grid-template-columns: 82px 1fr auto; gap: 14px; }
    .cart-row img { width: 82px; height: 100px; }
    .cart-row form { grid-column: 2 / -1; }
    .cart-actions { align-items: stretch; flex-direction: column-reverse; }
    .buy-button.inline { width: 100%; }
    .form-grid { grid-template-columns: 1fr; }
    .form-grid .wide { grid-column: auto; }
    .choice-row { grid-template-columns: 20px 1fr; }
    .choice-row b { grid-column: 2; }
    .success-grid { grid-template-columns: 1fr; }
    .success-grid > div { border-right: 0; border-bottom: 1px solid var(--ink); }
    .payment-block { grid-template-columns: 1fr; }
    .legal-page section { grid-template-columns: 1fr; gap: 18px; }
    .site-footer { grid-template-columns: 1fr; }
    .footer-copy { text-align: left; }
}
