        :root {
            --bg:            rgb(239, 239, 239);
            --bg-sub:        #f7f8f6;
            --text:          rgb(28, 28, 28);
            --text-sub:      rgba(28, 28, 28, 0.6);
            --border:        rgb(207, 207, 207);
            --btn-bg:        rgb(28, 28, 28);
            --btn-text:      #ffffff;
            --text-xs:   0.75rem;
            --text-sm:   0.8125rem;
            --text-base: 0.875rem;
            --text-lg:   1rem;
            --text-h2:   clamp(1.25rem, 1.0671rem + 0.7805vw, 1.75rem);
            --text-h4:   clamp(1rem, 0.9543rem + 0.1951vw, 1.125rem);
            --text-h6:   0.75rem;
            --font:             "Instrument Sans", sans-serif;
            --heading-weight:   400;
            --heading-ls:       0.18em;
            --heading-tt:       uppercase;
            --btn-ls:           0.18em;
            --btn-tt:           uppercase;
            --container-sm:     78rem;
            --gutter:           4rem;
            --section-v:        4rem;
            --stack-gap:        3rem;
            --color-global-accent:         #111111;
            --color-global-background:     rgb(239, 239, 239);
            --color-global-backgroundSubdued: #fafafa;
            --color-global-border:         #e1e1e1;
            --color-global-text:           #333333;
            --color-global-textContrast:   #ffffff;
            --color-global-textSubdued:    #707070;
            --typography-size-small:       1.2rem;
            --typography-size-default:     1.4rem;
            --typography-size-large:       1.9rem;
            --typography-size-extra-large: 2.1rem;
            --typography-secondary-weight-bold: 600;
            --typography-primary-weight-bold:   400;
            --typography-primary-fonts:    "Instrument Sans", sans-serif;
            --typography-secondary-fonts:  "Instrument Sans", sans-serif;
            --typography-line-base:        1.5;
            --typography-line-small:       1.2;
            --spacing-small-300: 0.7rem;
            --spacing-small-500: 0.3rem;
            --spacing-base:      1.4rem;
            --spacing-large-100: 1.7rem;
            --spacing-large-200: 2.1rem;
            --spacing-large-300: 2.6rem;
            --spacing-large-400: 3.2rem;
            --spacing-large-500: 3.8rem;
            --border-radius-base:  0;
            --border-radius-small: 0;
            --border-radius-large: 0;
        }
        html {
            -webkit-text-size-adjust: 100%;
            font-size: 100%;
            font-family: var(--font);
            line-height: 1.65;
            overflow-x: hidden; /* prevent html-level horizontal scroll */
            box-sizing: border-box;
        }
        *, *::before, *::after { box-sizing: border-box; }
        body {
            -webkit-font-smoothing: antialiased;
            background: var(--bg);
            color: var(--text);
            overflow-x: hidden;
            max-width: 100vw;
        }
        h1, h2, h3, h4, h5, h6 {
            letter-spacing: var(--heading-ls);
        }
        .section-spacing--tight { padding-block: var(--section-v); }
        @media (max-width: 960px) {
            /* header is position:absolute on mobile; top-bar (~34px) + main bar (~62px) ≈ 96px */
            #step1Outer > .section-spacing--tight { padding-top: 6.5rem; }
        }
        .container {
            width: 100%;
            max-width: 100%;
            margin-inline: auto;
            padding-inline: var(--gutter);
            box-sizing: border-box;
        }
        .container--sm { max-width: min(var(--container-sm), 100%); }
        @media (max-width: 749px) {
            .container { padding-inline: 1.25rem; }
        }
        .section-stack {
            display: grid;
            row-gap: var(--stack-gap);
            width: 100%;
            max-width: 100%;
            min-width: 0;
        }
        .justify-self-center { justify-self: center; }
        .text-center  { text-align: center; }
        .text-end     { text-align: right; }
        .v-stack { display: grid; }
        .gap-1   { gap: 0.25rem; }
        .gap-2   { gap: 0.5rem;  }
        .gap-4   { gap: 1rem;    }
        .gap-6   { gap: 1.5rem;  }
        .h-stack       { display: flex; align-items: center; }
        .justify-start { justify-content: flex-start; }
        .justify-items-start  { justify-items: start;  }
        .justify-items-center { justify-items: center; }
        .h2 {
            font-size:      var(--text-h2);
            font-weight:    var(--heading-weight);
            font-style:     normal;
            font-family:    var(--font);
            letter-spacing: var(--heading-ls);
            text-transform: var(--heading-tt);
            line-height:    1.3;
        }
        .h6 {
            font-size:      var(--text-h6);
            font-weight:    400;
            font-style:     normal;
            font-family:    var(--font);
            letter-spacing: var(--heading-ls);
            text-transform: uppercase;
            color:          var(--text);
            text-decoration: none;
            display:        inline-block;
            line-height:    1.4;
        }
        .text-subdued { color: var(--text-sub); }
        .text-sm      { font-size: var(--text-sm); }
        .text-xs      { font-size: var(--text-xs); }
        .text-lg      { font-size: var(--text-lg); }
        .smallcaps {
            font-size:      var(--text-xs);
            text-transform: uppercase;
            letter-spacing: 0.06em;
        }
        /* ══════════════════════════════════════════════════════════
           SHOPIFY-STYLE CART ITEMS — Modern Redesign (sc-*)
        ══════════════════════════════════════════════════════════ */

        /* Page header */
        .sc-page-header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 0 0 1.25rem;
            border-bottom: 1.5px solid var(--border);
            margin-bottom: 0;
        }
        @media (max-width: 860px) {
            .sc-page-header { padding-top: .5rem; }
        }
        .sc-page-title {
            font-size: clamp(1.2rem, 3vw, 1.7rem);
            font-weight: 400;
            letter-spacing: .12em;
            text-transform: uppercase;
            color: var(--text);
            font-family: var(--font);
            margin: 0;
        }
        .sc-page-count {
            font-size: .72rem;
            color: var(--text-sub);
            letter-spacing: .08em;
        }
        .sc-back-link {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            font-size: .74rem;
            font-weight: 600;
            letter-spacing: .1em;
            text-transform: uppercase;
            color: var(--text-sub);
            text-decoration: none;
            transition: color .18s;
        }
        .sc-back-link:hover { color: var(--text); }

        /* Free shipping bar */
        .sc-free-bar {
            padding: 1rem 0 1.25rem;
            border-bottom: 1px solid var(--border);
        }
        .sc-free-bar-text {
            font-size: .74rem;
            font-weight: 600;
            letter-spacing: .06em;
            text-transform: uppercase;
            color: var(--text-sub);
            margin: 0 0 .55rem;
            display: flex;
            align-items: center;
            gap: 6px;
        }
        .sc-free-bar-text.is-free { color: #3a7d44; }
        .sc-free-bar-track {
            height: 3px;
            background: var(--border);
            width: 100%;
            overflow: hidden;
        }
        .sc-free-bar-fill {
            height: 100%;
            background: #1c1c1c;
            transition: width .5s ease;
        }
        .sc-free-bar-fill.is-free { background: #3a7d44; }

        /* Two-column layout */
        .sc-layout {
            display: grid;
            grid-template-columns: 1fr 22rem;
            gap: 3rem;
            align-items: start;
            padding-top: 2rem;
        }
        @media (max-width: 860px) {
            .sc-layout { grid-template-columns: 1fr; gap: 0; }
        }

        /* Items column */
        .sc-items { min-width: 0; }
        .sc-item {
            display: grid;
            grid-template-columns: 88px 1fr;
            gap: 1rem;
            padding: 1.25rem 0;
            border-bottom: 1px solid var(--border);
            align-items: start;
            min-width: 0;
        }
        @media (min-width: 600px) {
            .sc-item { grid-template-columns: 100px 1fr; gap: 1.25rem; }
        }
        .sc-item-img-wrap {
            width: 88px;
            height: 88px;
            background: #fff;
            border: 1px solid var(--border);
            flex-shrink: 0;
            overflow: hidden;
            position: relative;
        }
        @media (min-width: 600px) {
            .sc-item-img-wrap { width: 100px; height: 100px; }
        }
        .sc-item-img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }
        .sc-item-body {
            min-width: 0;
            display: flex;
            flex-direction: column;
            gap: .3rem;
        }
        .sc-item-top {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            gap: .75rem;
            min-width: 0;
        }
        .sc-item-name {
            font-size: .85rem;
            font-weight: 600;
            color: #1c1c1c;
            letter-spacing: .03em;
            text-decoration: none;
            line-height: 1.4;
            flex: 1;
            min-width: 0;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            display: block;
        }
        .sc-item-name:hover { opacity: .7; }
        .sc-item-price-unit {
            font-size: .78rem;
            color: var(--text-sub);
            white-space: nowrap;
            flex-shrink: 0;
        }
        .sc-item-variant {
            font-size: .74rem;
            color: var(--text-sub);
            letter-spacing: .03em;
        }

        /* ── Product options block ── */
        .sc-item-opts {
            display: flex;
            flex-direction: column;
            gap: 7px;
            margin-top: 10px;
        }
        /* Each row is its own distinct card */
        .sc-opt-row {
            display: flex;
            align-items: center;
            gap: 10px;
            padding: 8px 12px;
            border-radius: 12px;
            border: 1.5px solid transparent;
            flex-wrap: wrap;
        }
        /* Format row — sky blue */
        .sc-opt-row--fmt,
        .sc-opt-row:has(.sc-opt-pill--fmt) {
            background: linear-gradient(135deg,#f0f9ff 0%,#e0f2fe 100%);
            border-color: #bae6fd;
        }
        /* Brew row — soft violet */
        .sc-opt-row--brew,
        .sc-opt-row:has(.sc-opt-pill--brew) {
            background: linear-gradient(135deg,#fdf4ff 0%,#f3e8ff 100%);
            border-color: #ddd6fe;
        }
        /* Intensity row — warm amber */
        .sc-opt-row--intensity {
            align-items: flex-start;
            background: linear-gradient(135deg,#fffbeb 0%,#fef3c7 100%);
            border-color: #fde68a;
        }
        .sc-opt-lbl {
            font-size: .62rem;
            font-weight: 800;
            letter-spacing: .08em;
            text-transform: uppercase;
            min-width: 56px;
            flex-shrink: 0;
            padding: 2px 7px;
            border-radius: 99px;
        }
        /* Label colour per row type */
        .sc-opt-row--fmt .sc-opt-lbl,
        .sc-opt-row:has(.sc-opt-pill--fmt) .sc-opt-lbl {
            background: #bae6fd;
            color: #0369a1;
        }
        .sc-opt-row--brew .sc-opt-lbl,
        .sc-opt-row:has(.sc-opt-pill--brew) .sc-opt-lbl {
            background: #ddd6fe;
            color: #6d28d9;
        }
        .sc-opt-row--intensity .sc-opt-lbl {
            background: #fde68a;
            color: #92400e;
        }
        .sc-opt-pill {
            display: inline-flex;
            align-items: center;
            gap: 5px;
            font-size: .78rem;
            font-weight: 700;
            padding: 4px 11px;
            border-radius: 99px;
            border: 1.5px solid transparent;
            line-height: 1.3;
            letter-spacing: .01em;
        }
        .sc-opt-pill--fmt {
            background: #fff;
            color: #0c4a6e;
            border-color: #7dd3fc;
            box-shadow: 0 1px 4px rgba(14,165,233,.12);
        }
        .sc-opt-pill--brew {
            background: #fff;
            color: #4c1d95;
            border-color: #c4b5fd;
            box-shadow: 0 1px 4px rgba(139,92,246,.12);
        }
        /* Intensity bars */
        .sc-opt-intensity-bars {
            display: flex;
            flex-direction: column;
            gap: 7px;
            flex: 1;
        }
        .sc-int-bar-row {
            display: flex;
            align-items: center;
            gap: 7px;
            background: rgba(255,255,255,.7);
            border-radius: 8px;
            padding: 5px 9px;
            border: 1px solid rgba(253,211,77,.4);
        }
        .sc-int-icon {
            font-size: .9rem;
            line-height: 1;
            flex-shrink: 0;
        }
        .sc-int-name {
            font-size: .72rem;
            color: #78350f;
            font-weight: 700;
            min-width: 78px;
            flex-shrink: 0;
        }
        .sc-int-track {
            display: flex;
            gap: 3px;
            align-items: center;
            flex: 1;
        }
        .sc-int-seg {
            flex: 1;
            height: 6px;
            border-radius: 99px;
            background: #fde68a;
            transition: background .15s;
        }
        .sc-int-seg--on {
            background: linear-gradient(90deg,#fb923c,#f59e0b);
            box-shadow: 0 0 4px rgba(251,146,60,.35);
        }
        .sc-int-pct {
            font-size: .71rem;
            font-weight: 800;
            color: #b45309;
            min-width: 28px;
            text-align: right;
            flex-shrink: 0;
        }

        .sc-item-bottom {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: .75rem;
            margin-top: .5rem;
        }
        .sc-item-controls {
            display: flex;
            align-items: center;
            gap: .75rem;
        }

        /* Quantity selector */
        .sc-qty {
            display: inline-flex;
            align-items: stretch;
            border: 1.5px solid var(--border);
            background: #fff;
            height: 2.2rem;
        }
        .sc-qty-btn {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 2rem;
            background: transparent;
            border: none;
            cursor: pointer;
            color: var(--text);
            text-decoration: none;
            transition: background .15s;
            flex-shrink: 0;
        }
        .sc-qty-btn:hover { background: rgba(0,0,0,.05); }
        .sc-qty-val {
            display: flex;
            align-items: center;
            justify-content: center;
            min-width: 2.2rem;
            padding: 0 .4rem;
            font-size: .8rem;
            font-family: var(--font);
            border-left: 1.5px solid var(--border);
            border-right: 1.5px solid var(--border);
        }
        .sc-remove-btn {
            background: none;
            border: none;
            padding: 0;
            cursor: pointer;
            color: var(--text-sub);
            font-size: .72rem;
            font-weight: 600;
            letter-spacing: .08em;
            text-transform: uppercase;
            text-decoration: none;
            transition: color .18s;
            display: flex;
            align-items: center;
            gap: 4px;
        }
        .sc-remove-btn:hover { color: #c0392b; }
        .sc-item-linetotal {
            font-size: .88rem;
            font-weight: 700;
            color: #1c1c1c;
            white-space: nowrap;
        }

        /* Items footer: note */
        .sc-note-toggle {
            display: flex;
            align-items: center;
            gap: 6px;
            background: none;
            border: none;
            cursor: pointer;
            font-family: var(--font);
            font-size: .74rem;
            font-weight: 600;
            letter-spacing: .1em;
            text-transform: uppercase;
            color: var(--text-sub);
            padding: 1.1rem 0 .6rem;
            transition: color .18s;
        }
        .sc-note-toggle:hover { color: var(--text); }
        .sc-note-toggle svg { transition: transform .2s; }
        .sc-note-toggle.open svg { transform: rotate(180deg); }
        .sc-note-area {
            display: none;
            padding-bottom: 1rem;
        }
        .sc-note-area.open { display: block; }
        .sc-textarea {
            width: 100%;
            min-height: 7rem;
            padding: .75rem 1rem;
            border: 1.5px solid var(--border);
            background: #fff;
            font-family: var(--font);
            font-size: .82rem;
            color: var(--text);
            resize: vertical;
            line-height: 1.6;
            outline: none;
            transition: border-color .18s;
        }
        .sc-textarea:focus { border-color: #1c1c1c; }

        /* Order summary card */
        .sc-summary {
            background: #fff;
            border: 1px solid var(--border);
            padding: 1.5rem;
        }
        @media (max-width: 860px) {
            .sc-summary {
                margin-top: 2rem;
                border: 1px solid var(--border);
                padding: 1.5rem;
                background: #fff;
            }
        }
        @media (min-width: 861px) {
            .sc-summary { position: sticky; top: calc(var(--header-offset, 5.5rem) + 1rem); }
        }
        .sc-summary-title {
            font-size: .72rem;
            font-weight: 700;
            letter-spacing: .18em;
            text-transform: uppercase;
            color: var(--text);
            margin: 0 0 1.25rem;
            padding-bottom: .85rem;
            border-bottom: 1px solid var(--border);
        }
        .sc-summary-rows { display: flex; flex-direction: column; gap: .5rem; margin-bottom: 1rem; }
        .sc-summary-row {
            display: flex;
            justify-content: space-between;
            align-items: baseline;
            gap: .5rem;
            font-size: .82rem;
            color: var(--text);
        }
        .sc-summary-row-label { color: var(--text-sub); }
        .sc-summary-row.is-discount .sc-summary-row-val { color: #3a7d44; font-weight: 600; }
        .sc-summary-row.is-free-ship .sc-summary-row-val { color: #3a7d44; }
        .sc-summary-divider { height: 1px; background: var(--border); margin: .75rem 0; }
        .sc-summary-total {
            display: flex;
            justify-content: space-between;
            align-items: baseline;
            gap: .5rem;
            margin-bottom: .35rem;
        }
        .sc-summary-total-label {
            font-size: .82rem;
            font-weight: 700;
            letter-spacing: .06em;
            text-transform: uppercase;
        }
        .sc-summary-total-val {
            font-size: 1.1rem;
            font-weight: 700;
            color: #1c1c1c;
        }
        .sc-summary-tax-note {
            font-size: .68rem;
            color: var(--text-sub);
            margin-bottom: 1.25rem;
        }

        /* Coupon */
        .sc-coupon { display: flex; gap: 8px; margin-bottom: 1.25rem; }
        .sc-coupon-input {
            flex: 1;
            min-width: 0;
            padding: .7rem .9rem;
            border: 1.5px solid var(--border);
            background: transparent;
            font-family: var(--font);
            font-size: .78rem;
            color: var(--text);
            outline: none;
            transition: border-color .18s;
        }
        .sc-coupon-input:focus { border-color: #1c1c1c; }
        .sc-coupon-btn {
            padding: .7rem 1rem;
            background: transparent;
            border: 1.5px solid var(--border);
            font-family: var(--font);
            font-size: .74rem;
            font-weight: 700;
            letter-spacing: .08em;
            text-transform: uppercase;
            color: var(--text);
            cursor: pointer;
            white-space: nowrap;
            transition: background .18s, border-color .18s, color .18s;
        }
        .sc-coupon-btn:hover { background: #1c1c1c; border-color: #1c1c1c; color: #fff; }
        .sc-coupon-msg {
            font-size: .74rem;
            margin: -.75rem 0 .75rem;
            display: none;
        }
        .sc-coupon-msg.ok  { color: #3a7d44; display: block; }
        .sc-coupon-msg.err { color: #c0392b; display: block; }

        /* Legal & checkout */
        .sc-legal {
            display: flex;
            align-items: flex-start;
            gap: 8px;
            margin-bottom: 1rem;
        }
        .sc-legal input[type="checkbox"] {
            margin-top: .18rem;
            width: 14px;
            height: 14px;
            flex-shrink: 0;
            cursor: pointer;
            accent-color: #1c1c1c;
        }
        .sc-legal-label {
            font-size: .74rem;
            line-height: 1.55;
            color: var(--text-sub);
            cursor: pointer;
        }
        .sc-legal-label a { color: var(--text); text-decoration: underline; }
        .sc-legal-label a:hover { opacity: .7; }
        .sc-checkout-btn {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            width: 100%;
            background: #1c1c1c;
            color: #fff;
            border: none;
            padding: 1rem 1.5rem;
            font-family: var(--font);
            font-size: .8rem;
            font-weight: 700;
            letter-spacing: .14em;
            text-transform: uppercase;
            cursor: pointer;
            min-height: 3.4rem;
            transition: background .2s;
        }
        .sc-checkout-btn:hover { background: #333; }
        .sc-checkout-btn:disabled { opacity: .6; cursor: not-allowed; }

        /* Trust badges */
        .sc-trust {
            display: flex;
            flex-direction: column;
            gap: .55rem;
            margin-top: 1.1rem;
            padding-top: 1rem;
            border-top: 1px solid var(--border);
        }
        .sc-trust-item {
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: .72rem;
            color: var(--text-sub);
        }
        .sc-trust-item svg { flex-shrink: 0; opacity: .7; }

        /* Terms tooltip */
        .sc-terms-tooltip {
            display: none;
            font-size: .72rem;
            color: #c0392b;
            margin: -.5rem 0 .6rem;
        }
        .sc-terms-tooltip.is-visible { display: block; }

        /* Gift note */
        /* Gift trigger button */
        .sc-gift-trigger {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 10px;
            width: 100%;
            background: none;
            border: none;
            border-top: 1px solid var(--border);
            padding: .9rem 0 1rem;
            margin-top: .25rem;
            cursor: pointer;
            font-family: var(--font);
            text-align: left;
        }
        .sc-gift-trigger-left {
            display: flex;
            align-items: center;
            gap: 9px;
            font-size: .78rem;
            font-weight: 600;
            color: var(--text);
            letter-spacing: .03em;
        }
        .sc-gift-trigger-badge {
            font-size: .64rem;
            font-weight: 700;
            letter-spacing: .1em;
            text-transform: uppercase;
            background: #f0ede8;
            color: var(--text-sub);
            padding: 2px 7px;
            transition: background .2s, color .2s;
        }
        .sc-gift-trigger-badge.is-active { background: #1c1c1c; color: #fff; }
        .sc-gift-trigger-arrow {
            color: var(--text-sub);
            flex-shrink: 0;
            transition: transform .2s;
        }
        .sc-gift-trigger:hover .sc-gift-trigger-left { color: var(--text); opacity: .75; }

        /* Gift Popup Overlay */
        .gift-overlay {
            position: fixed;
            inset: 0;
            z-index: 2000;
            display: flex;
            align-items: flex-end;
            justify-content: center;
            background: rgba(0,0,0,0);
            transition: background .3s ease;
            pointer-events: none;
        }
        .gift-overlay.is-open {
            background: rgba(0,0,0,.5);
            pointer-events: all;
            backdrop-filter: blur(4px);
            -webkit-backdrop-filter: blur(4px);
        }
        .gift-modal {
            width: 100%;
            max-width: 560px;
            background: #fff;
            padding: 0;
            transform: translateY(100%);
            transition: transform .38s cubic-bezier(.32,0,.15,1);
            max-height: 92dvh;
            overflow-y: auto;
            border-radius: 16px 16px 0 0;
        }
        @media (min-width: 600px) {
            .gift-overlay { align-items: center; }
            .gift-modal {
                border-radius: 0;
                transform: translateY(20px);
                opacity: 0;
                transition: transform .3s ease, opacity .3s ease;
                max-height: 82vh;
                box-shadow: 0 32px 80px rgba(0,0,0,.2);
            }
        }
        .gift-overlay.is-open .gift-modal {
            transform: translateY(0);
            opacity: 1;
        }

        /* Modal header */
        .gift-modal-header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 1.4rem 1.5rem 1rem;
            border-bottom: 1px solid var(--border);
            position: sticky;
            top: 0;
            background: #fff;
            z-index: 1;
        }
        .gift-modal-title {
            font-size: .78rem;
            font-weight: 700;
            letter-spacing: .18em;
            text-transform: uppercase;
            color: var(--text);
            margin: 0;
        }
        .gift-modal-close {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 32px;
            height: 32px;
            background: #f5f4f0;
            border: none;
            border-radius: 50%;
            cursor: pointer;
            color: var(--text);
            transition: background .18s;
            flex-shrink: 0;
        }
        .gift-modal-close:hover { background: #e8e5df; }

        /* Option cards */
        .gift-options {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 14px;
            padding: 1.5rem;
        }
        .gift-option {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 0;
            border: 1.5px solid var(--border);
            background: #fff;
            cursor: pointer;
            transition: border-color .18s, box-shadow .18s, transform .15s;
            position: relative;
            overflow: hidden;
            padding: 0;
        }
        .gift-option:hover {
            border-color: #1c1c1c;
            box-shadow: 0 6px 24px rgba(0,0,0,.08);
            transform: translateY(-2px);
        }
        .gift-option.is-selected {
            border-color: #1c1c1c;
            box-shadow: 0 0 0 1px #1c1c1c;
        }
        .gift-option-check {
            position: absolute;
            top: 8px;
            right: 8px;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            background: #1c1c1c;
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0;
            transform: scale(.6);
            transition: opacity .18s, transform .18s;
        }
        .gift-option.is-selected .gift-option-check { opacity: 1; transform: scale(1); }
        .gift-option-illustration {
            width: 100%;
            aspect-ratio: 16/10;
            background: #f5f4f0;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 3rem;
        }
        .gift-option-body {
            padding: 1rem 1rem 1.1rem;
            text-align: center;
            width: 100%;
        }
        .gift-option-title {
            font-size: .82rem;
            font-weight: 700;
            letter-spacing: .05em;
            text-transform: uppercase;
            color: #1c1c1c;
            margin: 0 0 .3rem;
        }
        .gift-option-desc {
            font-size: .72rem;
            color: var(--text-sub);
            line-height: 1.55;
        }
        .gift-option-price {
            display: inline-block;
            margin-top: .45rem;
            font-size: .72rem;
            font-weight: 700;
            letter-spacing: .04em;
            color: #1c1c1c;
            background: #f0ede8;
            padding: 2px 8px;
        }
        .gift-option-price.is-free-note {
            background: #f0faf4;
            color: #2d7a50;
        }

        /* ── Mobile: compact cards so no scroll needed ── */
        @media (max-width: 599px) {
            .gift-modal { border-radius: 14px 14px 0 0; }
            .gift-modal-header { padding: 1rem 1.1rem .75rem; }
            .gift-options { gap: 10px; padding: 1rem; }
            .gift-option-illustration {
                aspect-ratio: 16/7;
                font-size: 1.9rem;
            }
            .gift-option-body { padding: .6rem .75rem .75rem; }
            .gift-option-title { font-size: .72rem; margin-bottom: .2rem; }
            .gift-option-desc  { font-size: .65rem; line-height: 1.4; }
            .gift-option-price { font-size: .65rem; padding: 2px 6px; margin-top: .3rem; }
            .gift-option-check { width: 17px; height: 17px; top: 6px; right: 6px; }
            .gift-note-section { padding: 0 1rem 1rem; }
            .gift-note-textarea { min-height: 4.5rem; font-size: .78rem; padding: .6rem .8rem; }
            .gift-modal-footer { padding: .75rem 1rem 1rem; gap: 8px; }
            .gift-cancel-btn,
            .gift-confirm-btn { padding: .75rem .8rem; font-size: .7rem; }
        }

        /* Note area inside modal */
        .gift-note-section {
            padding: 0 1.5rem 1.5rem;
            display: none;
        }
        .gift-note-section.is-visible { display: block; }
        .gift-note-label {
            font-size: .72rem;
            font-weight: 700;
            letter-spacing: .12em;
            text-transform: uppercase;
            color: var(--text-sub);
            display: block;
            margin-bottom: .55rem;
        }
        .gift-note-textarea {
            width: 100%;
            min-height: 5.5rem;
            padding: .8rem 1rem;
            border: 1.5px solid var(--border);
            background: #fafaf8;
            font-family: var(--font);
            font-size: .82rem;
            color: var(--text);
            resize: vertical;
            outline: none;
            line-height: 1.6;
            transition: border-color .18s;
            box-sizing: border-box;
        }
        .gift-note-textarea:focus { border-color: #1c1c1c; background: #fff; }
        .gift-note-hint {
            font-size: .68rem;
            color: var(--text-sub);
            margin-top: .4rem;
        }

        /* Modal footer */
        .gift-modal-footer {
            padding: 1rem 1.5rem 1.5rem;
            border-top: 1px solid var(--border);
            display: flex;
            gap: 10px;
        }
        .gift-cancel-btn {
            flex: 1;
            padding: .85rem 1rem;
            background: transparent;
            border: 1.5px solid var(--border);
            font-family: var(--font);
            font-size: .74rem;
            font-weight: 700;
            letter-spacing: .1em;
            text-transform: uppercase;
            color: var(--text-sub);
            cursor: pointer;
            transition: border-color .18s, color .18s;
        }
        .gift-cancel-btn:hover { border-color: #1c1c1c; color: var(--text); }
        .gift-confirm-btn {
            flex: 2;
            padding: .85rem 1rem;
            background: #1c1c1c;
            border: 1.5px solid #1c1c1c;
            font-family: var(--font);
            font-size: .74rem;
            font-weight: 700;
            letter-spacing: .1em;
            text-transform: uppercase;
            color: #fff;
            cursor: pointer;
            transition: background .18s;
        }
        .gift-confirm-btn:hover { background: #333; }
        .gift-confirm-btn:disabled { opacity: .45; cursor: not-allowed; }

        /* Mobile summary toggle */
        @media (max-width: 860px) {
            .sc-summary-title { font-size: .68rem; }
        }

        .order-summary {
            width: 100%;
            border-collapse: collapse;
            font-size: var(--text-base);
        }
        .order-summary__header th {
            padding-bottom: 1rem;
            font-size:      var(--text-xs);
            font-weight:    400;
            font-family:    var(--font);
            letter-spacing: var(--heading-ls);
            text-transform: uppercase;
            color:          var(--text-sub);
            border-bottom:  1px solid var(--border);
            text-align:     left;
        }
        .order-summary__header th.text-center { text-align: center; }
        .order-summary__header th.text-end    { text-align: right;  }
        .order-summary__body tr {
            border-bottom: 1px solid var(--border);
        }
        .order-summary__body td {
            padding-block:  1.5rem;
            vertical-align: top;
        }
        .order-summary__body td.text-center {
            vertical-align: middle;
            text-align:     center;
            padding-inline: 2rem;
        }
        .order-summary__body td.text-end {
            vertical-align: middle;
            text-align:     right;
            white-space:    nowrap;
            padding-left:   2rem;
            font-size:      var(--text-base);
            font-weight:    400;
        }
        .line-item {
            display:     flex;
            gap:         1rem;
            align-items: flex-start;
        }
        .line-item__media {
            width:        80px;
            height:       80px;
            object-fit:   contain;
            background:   #fff;
            border:       1px solid var(--border);
            flex-shrink:  0;
            display:      block;
        }
        @media (min-width: 750px) {
            .line-item__media { width: 130px; height: 130px; }
        }
        .line-item-info { flex: 1; min-width: 0; }
        .quantity-selector {
            display:     inline-flex;
            align-items: stretch;
            border:      1px solid var(--border);
            background:  transparent;
        }
        .quantity-selector--sm { height: 2.6rem; }
        .quantity-selector__button {
            display:         flex;
            align-items:     center;
            justify-content: center;
            min-width:       2.4rem;
            text-decoration: none;
            color:           var(--text);
            background:      transparent;
            cursor:          pointer;
            flex-shrink:     0;
            border:          none;
            transition:      background 0.15s;
        }
        .quantity-selector__button:hover { background: rgba(0,0,0,0.06); }
        .quantity-selector__button svg   { display: block; pointer-events: none; }
        .quantity-selector__value {
            display:         flex;
            align-items:     center;
            justify-content: center;
            min-width:       2.4rem;
            padding:         0 0.5rem;
            font-size:       var(--text-sm);
            font-family:     var(--font);
            border-left:     1px solid var(--border);
            border-right:    1px solid var(--border);
        }
        .cart-product-link {
            text-decoration: none;
            color:           var(--text);
            transition:      opacity 0.15s;
        }
        .cart-product-link:hover { opacity: 0.6; }
        .link {
            color:           var(--text);
            text-decoration: underline;
            cursor:          pointer;
            font-family:     var(--font);
            background:      none;
            border:          none;
            padding:         0;
            font-size:       inherit;
            transition:      opacity 0.15s;
        }
        .link:hover { opacity: 0.65; }
        .sm-hidden { display: flex; }
        @media (min-width: 750px) {
            .sm-hidden { display: none !important; }
        }
        @media (max-width: 749px) {
            .order-summary__header th.col-qty,
            .order-summary__body   td.col-qty { display: none; }
        }
        .cart-footer {
            display: grid;
            gap:     2rem;
            padding-top: 2rem;
        }
        @media (min-width: 750px) {
            .cart-footer {
                grid-template-columns: 1fr 22rem;
                align-items: start;
                gap:         4rem;
            }
        }
        .form-control { display: grid; gap: 0.625rem; }
        .form-control > label {
            font-size:   var(--text-base);
            font-weight: 300;
            color:       var(--text-sub);
        }
        .textarea {
            width:       100%;
            min-height:  10rem;
            padding:     0.75rem 1rem;
            border:      1px solid var(--border);
            border-radius: 0;
            background:  var(--bg);
            font-family: var(--font);
            font-size:   var(--text-base);
            color:       var(--text);
            resize:      vertical;
            line-height: 1.65;
        }
        .textarea:focus { outline: none; border-color: var(--text); }
        .cart-recap {
            display:         grid;
            gap:             1rem;
            justify-items:   start;
        }
        .cart-gift-label {
            display:     flex;
            align-items: center;
            gap:         0.5rem;
            font-size:   var(--text-base);
            cursor:      pointer;
            color:       var(--text);
        }
        .cart-gift-label input[type="checkbox"] {
            width:      14px;
            height:     14px;
            cursor:     pointer;
            flex-shrink: 0;
        }
        .cart-info-text {
            font-size:   var(--text-sm);
            font-weight: 300;
            color:       var(--text-sub);
        }
        .cart-legal {
            display:     flex;
            gap:         0.5rem;
            align-items: flex-start;
        }
        .cart-legal input[type="checkbox"] {
            margin-top:  0.2rem;
            width:       14px;
            height:      14px;
            flex-shrink: 0;
            cursor:      pointer;
        }
        .cart-legal label {
            font-size:   var(--text-sm);
            line-height: 1.5;
            color:       var(--text);
            cursor:      pointer;
        }
        .cart-legal label a {
            color:           var(--text);
            text-decoration: underline;
        }
        .cart-legal label a:hover { opacity: 0.65; }
        .btn-checkout {
            width:           100%;
            background:      var(--btn-bg);
            color:           var(--btn-text);
            border:          none;
            border-radius:   0;
            padding:         1.2rem 2.4rem;
            font:            normal 400 var(--text-sm) / 1.65 var(--font);
            letter-spacing:  var(--btn-ls);
            text-transform:  var(--btn-tt);
            cursor:          pointer;
            display:         flex;
            align-items:     center;
            justify-content: center;
            min-height:      4.8rem;
            transition:      background 0.2s ease;
        }
        .btn-checkout:hover { background: #000; }
        .terms-warning-overlay {
            position:   fixed;
            inset:      0;
            z-index:    1100;
            display:    none;
            align-items: center;
            justify-content: center;
            padding:    1.5rem;
            background: rgba(0, 0, 0, 0.45);
            backdrop-filter: blur(6px);
            -webkit-backdrop-filter: blur(6px);
            opacity:    0;
            transition: opacity 0.25s ease;
        }
        .terms-warning-overlay.is-open {
            display:    flex;
            opacity:    1;
        }
        .terms-warning-card {
            width:      100%;
            max-width:  22rem;
            padding:    1.75rem 1.5rem;
            background: #fff;
            border-radius: 14px;
            box-shadow: 0 24px 48px rgba(0, 0, 0, 0.14), 0 0 0 1px rgba(0, 0, 0, 0.04);
            text-align: center;
            transform:  scale(0.94);
            transition: transform 0.25s ease;
        }
        .terms-warning-overlay.is-open .terms-warning-card {
            transform: scale(1);
        }
        .terms-warning-icon {
            width:       3rem;
            height:      3rem;
            margin:      0 auto 1rem;
            display:     flex;
            align-items: center;
            justify-content: center;
            color:       #b45309;
            background:  rgba(180, 83, 9, 0.1);
            border-radius: 50%;
        }
        .terms-warning-icon svg {
            width:  1.75rem;
            height: 1.75rem;
        }
        .terms-warning-title {
            margin:      0 0 0.5rem;
            font-size:   1.1rem;
            font-weight: 600;
            font-family: var(--font);
            letter-spacing: 0.02em;
            color:       var(--text);
            text-transform: none;
        }
        .terms-warning-desc {
            margin:      0 0 1.5rem;
            font-size:   var(--text-sm);
            line-height: 1.5;
            color:       var(--text-sub);
        }
        .terms-warning-desc strong {
            color:       var(--text);
            font-weight: 600;
        }
        .terms-warning-actions {
            display:     flex;
            justify-content: center;
            gap:         0.75rem;
        }
        .terms-warning-btn {
            min-width:   8rem;
            padding:     0.75rem 1.25rem;
            border:      none;
            border-radius: 8px;
            font-family: var(--font);
            font-size:   var(--text-sm);
            font-weight: 500;
            cursor:      pointer;
            transition:  background 0.2s, transform 0.1s;
        }
        .terms-warning-btn--primary {
            background:  var(--btn-bg);
            color:       var(--btn-text);
        }
        .terms-warning-btn--primary:hover {
            background:  #000;
        }
        .terms-warning-btn:active {
            transform: scale(0.98);
        }
        .terms-checkbox-wrap { position: relative; margin-top: 0.25rem; }
        .terms-tooltip {
            display: none;
            position: absolute;
            left: 0;
            bottom: 100%;
            margin-bottom: 6px;
            padding: 0.5rem 0.75rem 0.6rem;
            background: #fff;
            border: 1px solid #d7d8d5;
            border-radius: 8px;
            box-shadow: 0 4px 12px rgba(0,0,0,0.08);
            align-items: center;
            gap: 0.5rem;
            max-width: 22rem;
            z-index: 10;
        }
        .terms-tooltip.is-visible { display: flex; }
        .terms-tooltip-pointer {
            position: absolute;
            left: 1.25rem;
            bottom: -6px;
            width: 0;
            height: 0;
            border-left: 6px solid transparent;
            border-right: 6px solid transparent;
            border-top: 6px solid #fff;
            filter: drop-shadow(0 1px 0 #d7d8d5);
        }
        .terms-tooltip-icon {
            flex-shrink: 0;
            width: 1.5rem;
            height: 1.5rem;
            background: #ea580c;
            color: #fff;
            font-size: 0.875rem;
            font-weight: 700;
            border-radius: 4px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-family: var(--font);
        }
        .terms-tooltip-text {
            font-size: 0.8125rem;
            color: #000;
            line-height: 1.35;
        }
        /* ── Empty Cart — Premium ─────────────────────────────────── */
        .cart-empty,
        .cart-empty *,
        .cart-empty *::before,
        .cart-empty *::after { box-sizing: border-box; }

        .cart-empty {
            width: 100%;
            max-width: 100%;
            min-width: 0;
            overflow: hidden;
            margin: 0 auto;
            animation: cePageIn .5s ease both;
        }
        @keyframes cePageIn {
            from { opacity: 0; transform: translateY(10px); }
            to   { opacity: 1; transform: translateY(0); }
        }

        /* Hero */
        .ce-hero {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            padding: 2.6rem 0 2.2rem;
            width: 100%;
        }
        .ce-bag-wrap {
            position: relative;
            width: 80px;
            height: 80px;
            margin-bottom: 1.75rem;
            flex-shrink: 0;
        }
        .ce-bag-circle {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            background: #f0ede8;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .ce-bag-circle svg {
            width: 36px;
            height: 36px;
            stroke: #1c1c1c;
            fill: none;
            stroke-width: 1.5;
            stroke-linecap: round;
            stroke-linejoin: round;
        }
        .ce-dot {
            position: absolute;
            top: 2px;
            right: 2px;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            background: #1c1c1c;
            border: 3px solid var(--bg);
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-size: .58rem;
            font-weight: 700;
        }
        .ce-title {
            font-size: clamp(.98rem, 3.8vw, 1.65rem);
            font-weight: 400;
            letter-spacing: .09em;
            text-transform: uppercase;
            color: var(--text);
            margin: 0 0 .55rem;
            font-family: var(--font);
            width: 100%;
        }
        .ce-sub {
            font-size: clamp(.76rem, 2.1vw, .87rem);
            color: var(--text-sub);
            line-height: 1.62;
            width: 100%;
            max-width: 33ch;
            margin: 0 auto 1.5rem;
            overflow-wrap: break-word;
            word-break: break-word;
            padding: 0 .35rem;
        }
        .ce-actions {
            display: flex;
            flex-direction: column;
            gap: 9px;
            width: 100%;
            max-width: 332px;
            align-self: center;
            margin: 0 auto;
        }
        .ce-btn-primary,
        .ce-btn-secondary {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 7px;
            width: 100%;
            padding: 11px 14px;
            font-size: clamp(.7rem, 1.95vw, .8rem);
            font-weight: 600;
            letter-spacing: .07em;
            text-transform: uppercase;
            text-decoration: none;
            text-align: center;
            white-space: normal;
            overflow-wrap: break-word;
            line-height: 1.3;
            transition: background .18s, color .18s;
        }
        .ce-btn-primary  { background: #1c1c1c; color: #fff; border: 1.5px solid #1c1c1c; }
        .ce-btn-primary:hover  { background: #333; border-color: #333; }
        .ce-btn-secondary { background: transparent; color: #1c1c1c; border: 1.5px solid #1c1c1c; }
        .ce-btn-secondary:hover { background: #1c1c1c; color: #fff; }

        /* Sections */
        .ce-section { padding: 0 0 2.5rem; width: 100%; }

        /* Divider */
        .ce-divider {
            display: flex;
            align-items: center;
            gap: 10px;
            padding: 0 0 1.3rem;
            color: var(--text-sub);
            font-size: .64rem;
            letter-spacing: .13em;
            text-transform: uppercase;
            width: 100%;
            white-space: nowrap;
        }
        .ce-divider::before,
        .ce-divider::after {
            content: '';
            flex: 1;
            min-width: 0;
            height: 1px;
            background: var(--border);
        }

        /* Product cards */
        .ce-products {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 14px;
            width: 100%;
        }
        .ce-product-card {
            display: flex;
            flex-direction: column;
            min-width: 0;
            border: 1px solid var(--border);
            background: #fff;
            text-decoration: none;
            color: inherit;
            overflow: hidden;
            transition: box-shadow .2s, transform .2s;
        }
        .ce-product-card:hover { box-shadow: 0 6px 24px rgba(0,0,0,.08); transform: translateY(-2px); }
        .ce-product-img {
            aspect-ratio: 1;
            overflow: hidden;
            background: #f5f4f0;
        }
        .ce-product-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            transition: transform .3s ease;
        }
        .ce-product-card:hover .ce-product-img img { transform: scale(1.04); }
        .ce-product-info {
            padding: 12px 12px 14px;
            display: flex;
            flex-direction: column;
            gap: 4px;
            flex: 1;
            min-width: 0;
        }
        .ce-product-name {
            font-size: .78rem;
            font-weight: 600;
            color: #1c1c1c;
            line-height: 1.4;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        .ce-product-price { font-size: .74rem; color: var(--text-sub); }
        .ce-product-cta {
            display: block;
            text-align: center;
            padding: 8px;
            background: #f5f4f0;
            color: #1c1c1c;
            font-size: .68rem;
            font-weight: 700;
            letter-spacing: .1em;
            text-transform: uppercase;
            border-top: 1px solid var(--border);
            transition: background .15s, color .15s;
        }
        .ce-product-card:hover .ce-product-cta { background: #1c1c1c; color: #fff; }

        /* Collections */
        .ce-collections {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 12px;
            width: 100%;
        }
        .ce-collection-card {
            display: flex;
            align-items: center;
            gap: 12px;
            padding: 16px;
            background: #fff;
            border: 1px solid var(--border);
            text-decoration: none;
            color: #1c1c1c;
            min-width: 0;
            overflow: hidden;
            transition: border-color .18s;
        }
        .ce-collection-card:hover { border-color: #1c1c1c; }
        .ce-collection-icon {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background: #f0ede8;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.1rem;
            flex-shrink: 0;
        }
        .ce-collection-info { display: flex; flex-direction: column; gap: 2px; min-width: 0; overflow: hidden; }
        .ce-collection-name {
            font-size: .75rem;
            font-weight: 700;
            letter-spacing: .05em;
            text-transform: uppercase;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        .ce-collection-count { font-size: .7rem; color: var(--text-sub); }

        /* Value props */
        .ce-values {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 1px;
            background: var(--border);
            border: 1px solid var(--border);
            margin-top: 1.5rem;
            width: 100%;
        }
        .ce-value-item {
            display: flex;
            align-items: center;
            gap: 10px;
            padding: 16px;
            background: #fff;
            min-width: 0;
        }
        .ce-value-icon { font-size: 1.2rem; flex-shrink: 0; }
        .ce-value-text { display: flex; flex-direction: column; gap: 2px; min-width: 0; overflow: hidden; }
        .ce-value-title {
            font-size: .72rem;
            font-weight: 700;
            letter-spacing: .05em;
            text-transform: uppercase;
            color: #1c1c1c;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        .ce-value-sub { font-size: .68rem; color: var(--text-sub); line-height: 1.4; }

        /* ── Responsive ──────────────────────────────────────────── */
        @media (max-width: 860px) {
            .ce-products    { grid-template-columns: repeat(2, 1fr); gap: 10px; }
            .ce-collections { grid-template-columns: repeat(2, 1fr); }
        }
        @media (max-width: 749px) {
            .ce-hero        { padding: 1.9rem 0 1.8rem; }
            .ce-collections { grid-template-columns: 1fr; gap: 8px; }
            .ce-values      { grid-template-columns: 1fr; }
            .ce-value-item  { padding: 14px; }
            .ce-section     { padding: 0 0 1.75rem; }
            .ce-actions     { max-width: 100%; }
            .ce-btn-primary,
            .ce-btn-secondary { font-size: .74rem; }
        }
        @media (max-width: 480px) {
            .ce-hero        { padding: 1.6rem 0 1.65rem; }
            .ce-bag-wrap    { width: 64px; height: 64px; margin-bottom: 1rem; }
            .ce-bag-circle  { width: 64px; height: 64px; }
            .ce-title       { letter-spacing: .07em; }
            .ce-sub         { max-width: 34ch; padding: 0 .2rem; }
            .ce-actions     { gap: 8px; }
            .ce-btn-primary,
            .ce-btn-secondary { padding: 10px 12px; font-size: .72rem; }
            .ce-products    { gap: 8px; }
            .ce-collection-card { padding: 12px; gap: 10px; }
            .ce-collection-icon { width: 36px; height: 36px; font-size: 1rem; }
        }
        /* ══════════════════════════════════════════════════════
           CHECKOUT STEP 2 — Luxury Wizard Design
        ══════════════════════════════════════════════════════ */
        #step2Outer {
            background: #f5f3ef;
            min-height: 100vh;
            padding-top: 0;
        }
        @media (min-width: 961px) {
            #step2Outer { padding-top: var(--header-offset, 5.5rem); }
        }
        @media (max-width: 960px) {
            #step2Outer { padding-top: 6.5rem; }
        }

        /* Breadcrumb bar */
        .cs-breadcrumb {
            width: 100%;
            background: #fff;
            border-bottom: 1px solid #e8e6e1;
        }
        .cs-breadcrumb-inner {
            max-width: 76rem;
            margin: 0 auto;
            padding: .95rem 1.5rem;
            display: flex;
            align-items: center;
            gap: .6rem;
            font-size: .68rem;
            font-weight: 700;
            letter-spacing: .14em;
            text-transform: uppercase;
        }
        .cs-bc-item { color: #bbb; }
        .cs-bc-item.is-link {
            color: #1c1c1c;
            text-decoration: none;
            cursor: pointer;
            border-bottom: 1px solid currentColor;
            padding-bottom: 1px;
            transition: opacity .15s;
        }
        .cs-bc-item.is-link:hover { opacity: .6; }
        .cs-bc-item.is-active { color: #1c1c1c; }
        .cs-bc-sep { color: #ddd; font-weight: 300; font-size: .85rem; }

        /* ── Wizard shell ── */
        /* ── Wizard shell — single centred column ── */
        .cs-wizard {
            width: 100%;
            max-width: 660px;
            margin: 0 auto;
            padding: 0 1.1rem 4rem;
        }
        @media (min-width: 640px) { .cs-wizard { padding: 0 1.5rem 4rem; } }
        @media (min-width: 920px)  { .cs-wizard { padding: 0 0 4rem; } }

        /* Aside always hidden */
        .cs-wizard-aside { display: none !important; }
        /* Breadcrumb always hidden */
        #step2Outer .cs-breadcrumb { display: none; }

        @media (max-width: 919px) {
            #step2Outer { padding-top: 5rem; }
        }

        /* ── Progress bar ── */
        .cs-progress {
            padding: 1.5rem 0 1.8rem;
            display: flex;
            align-items: flex-start;
            gap: 0;
        }
        .cs-progress-step {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: .3rem;
            flex: 1;
            position: relative;
        }
        /* Connecting line between steps */
        .cs-progress-step::after {
            content: '';
            position: absolute;
            top: 14px;
            left: 50%;
            width: 100%;
            height: 1px;
            background: #ddd;
            z-index: 0;
            transition: background .3s;
        }
        .cs-progress-step:last-child::after { display: none; }
        .cs-progress-step.is-done::after { background: #1c1c1c; }
        .cs-progress-dot {
            width: 28px;
            height: 28px;
            border-radius: 50%;
            border: 1.5px solid #ddd;
            background: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: .64rem;
            font-weight: 800;
            color: #bbb;
            position: relative;
            z-index: 1;
            transition: all .3s;
            flex-shrink: 0;
        }
        .cs-progress-step.is-done .cs-progress-dot {
            background: #1c1c1c;
            border-color: #1c1c1c;
            color: #fff;
        }
        .cs-progress-step.is-active .cs-progress-dot {
            background: #fff;
            border-color: #1c1c1c;
            border-width: 2px;
            color: #1c1c1c;
            box-shadow: 0 0 0 3px rgba(28,28,28,.08);
        }
        .cs-progress-label {
            font-size: .58rem;
            font-weight: 700;
            letter-spacing: .08em;
            text-transform: uppercase;
            color: #bbb;
            text-align: center;
            transition: color .3s;
            white-space: nowrap;
        }
        .cs-progress-step.is-active .cs-progress-label { color: #1c1c1c; }
        .cs-progress-step.is-done .cs-progress-label { color: #888; }

        /* ── Mini order strip (shown on panels 2–5) ── */
        .cs-mini-summary {
            display: flex;
            align-items: center;
            justify-content: space-between;
            background: #1c1c1c;
            color: #fff;
            padding: .75rem 1.1rem;
            margin-bottom: 1rem;
            cursor: pointer;
        }
        .cs-mini-summary-left {
            display: flex;
            align-items: center;
            gap: .55rem;
            font-size: .74rem;
            font-weight: 600;
            color: rgba(255,255,255,.75);
        }
        .cs-mini-summary-left svg { opacity: .6; }
        .cs-mini-summary-total {
            font-size: .9rem;
            font-weight: 800;
            color: #fff;
            letter-spacing: -.01em;
        }

        /* ── Panels ── */
        .cs-panels {
            position: relative;
        }
        /* Each panel: hidden by default */
        .cs-panel {
            display: none;
        }
        /* Active panel: visible, slide in from right */
        .cs-panel.is-active {
            display: block;
            animation: csPanelIn .3s cubic-bezier(.25,.8,.25,1) both;
        }
        /* Back direction: slide in from left */
        .cs-panel.anim-back.is-active {
            animation: csPanelInBack .3s cubic-bezier(.25,.8,.25,1) both;
        }
        @keyframes csPanelIn {
            from { opacity: 0; transform: translateX(24px); }
            to   { opacity: 1; transform: translateX(0); }
        }
        @keyframes csPanelInBack {
            from { opacity: 0; transform: translateX(-24px); }
            to   { opacity: 1; transform: translateX(0); }
        }

        /* ── Nav row (Back / Continue) ── */
        .cs-nav-row {
            display: flex;
            gap: .65rem;
            margin-top: 1.1rem;
        }
        .cs-nav-back {
            display: flex;
            align-items: center;
            gap: .4rem;
            padding: .9rem 1.1rem;
            background: transparent;
            border: 1px solid #e2e0da;
            font-family: var(--font);
            font-size: .72rem;
            font-weight: 700;
            letter-spacing: .1em;
            text-transform: uppercase;
            color: #888;
            cursor: pointer;
            transition: border-color .15s, color .15s;
            flex-shrink: 0;
        }
        .cs-nav-back:hover { border-color: #1c1c1c; color: #1c1c1c; }
        .cs-nav-continue {
            flex: 1;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: .55rem;
            padding: .95rem 1.2rem;
            background: #1c1c1c;
            border: none;
            font-family: var(--font);
            font-size: .74rem;
            font-weight: 800;
            letter-spacing: .12em;
            text-transform: uppercase;
            color: #fff;
            cursor: pointer;
            white-space: nowrap;
            transition: transform .15s, box-shadow .18s, background .15s;
            box-shadow: 0 3px 14px rgba(0,0,0,.2);
        }
        .cs-nav-continue svg { flex-shrink: 0; }
        .cs-nav-continue:hover { transform: translateY(-1px); box-shadow: 0 6px 20px rgba(0,0,0,.26); }
        .cs-nav-continue:active { transform: translateY(0); }
        .cs-nav-continue.is-submit { background: linear-gradient(135deg,#1c1c1c,#2a2a2a); }

        /* Left column (kept for backwards compat refs) */
        .cs-main {
            min-width: 0;
        }

        /* Section cards */
        .cs-section {
            background: #fff;
            border: 1px solid #e8e6e1;
            margin-bottom: .85rem;
            box-shadow: 0 1px 3px rgba(0,0,0,.04), 0 4px 16px rgba(0,0,0,.03);
            transition: box-shadow .2s;
        }
        .cs-section:focus-within {
            box-shadow: 0 2px 8px rgba(0,0,0,.07), 0 8px 24px rgba(0,0,0,.05);
        }
        .cs-section-head {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 1rem 1.4rem .85rem;
            border-bottom: 1px solid #f0ede8;
        }
        .cs-section-icon {
            width: 28px;
            height: 28px;
            border-radius: 50%;
            background: #f5f3ef;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #888;
            flex-shrink: 0;
            margin-right: .65rem;
        }
        .cs-section-heading {
            display: flex;
            align-items: center;
        }
        .cs-section-title {
            font-size: .68rem;
            font-weight: 800;
            letter-spacing: .18em;
            text-transform: uppercase;
            color: #1c1c1c;
            margin: 0;
        }
        .cs-section-link {
            font-size: .7rem;
            font-weight: 600;
            letter-spacing: .04em;
            color: #aaa;
            background: none;
            border: none;
            padding: 0;
            cursor: pointer;
            font-family: var(--font);
            border-bottom: 1px solid #ddd;
            transition: color .15s, border-color .15s;
        }
        .cs-section-link:hover { color: #1c1c1c; border-color: #1c1c1c; }
        .cs-section-body {
            padding: 1.25rem 1.4rem 1.4rem;
            display: grid;
            gap: .75rem;
        }

        /* Logged-in user info card */
        .cs-user-card {
            display: flex;
            align-items: center;
            gap: 1rem;
            padding: 1.1rem 1.4rem;
            background: linear-gradient(135deg, #1c1c1c 0%, #2e2e2e 100%);
            margin-bottom: .85rem;
            box-shadow: 0 4px 20px rgba(0,0,0,.14);
        }
        .cs-user-avatar {
            width: 46px;
            height: 46px;
            border-radius: 50%;
            background: rgba(255,255,255,.12);
            border: 1.5px solid rgba(255,255,255,.18);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1rem;
            font-weight: 800;
            color: #fff;
            letter-spacing: .02em;
            flex-shrink: 0;
        }
        .cs-user-info { flex: 1; min-width: 0; }
        .cs-user-name {
            font-size: .9rem;
            font-weight: 700;
            color: #fff;
            margin: 0 0 .15rem;
            letter-spacing: .01em;
        }
        .cs-user-meta {
            display: flex;
            flex-wrap: wrap;
            gap: .2rem .85rem;
        }
        .cs-user-meta-item {
            font-size: .72rem;
            color: rgba(255,255,255,.55);
            display: flex;
            align-items: center;
            gap: .3rem;
        }
        .cs-user-meta-item svg { opacity: .6; flex-shrink: 0; }

        /* Guest auth CTA block */
        .cs-auth-block {
            margin-bottom: .85rem;
            background: #fff;
            border: 1px solid #e8e6e1;
            box-shadow: 0 1px 3px rgba(0,0,0,.04), 0 4px 16px rgba(0,0,0,.03);
            overflow: hidden;
        }
        .cs-auth-block-top {
            padding: 1.4rem 1.4rem 0;
        }
        .cs-auth-eyebrow {
            font-size: .64rem;
            font-weight: 700;
            letter-spacing: .18em;
            text-transform: uppercase;
            color: #aaa;
            margin: 0 0 .35rem;
        }
        .cs-auth-headline {
            font-size: 1rem;
            font-weight: 800;
            color: #1c1c1c;
            margin: 0 0 .35rem;
            letter-spacing: -.01em;
        }
        .cs-auth-sub {
            font-size: .78rem;
            color: #888;
            margin: 0 0 1.2rem;
            line-height: 1.55;
        }
        .cs-auth-btns {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: .65rem;
            padding: 0 1.4rem 1.4rem;
        }
        .cs-auth-btn {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: .45rem;
            padding: .85rem 1rem;
            font-family: var(--font);
            font-size: .74rem;
            font-weight: 800;
            letter-spacing: .1em;
            text-transform: uppercase;
            text-decoration: none;
            cursor: pointer;
            border: none;
            transition: background .18s, transform .15s;
        }
        .cs-auth-btn:active { transform: scale(.98); }
        .cs-auth-btn--login {
            background: #1c1c1c;
            color: #fff;
        }
        .cs-auth-btn--login:hover { background: #333; }
        .cs-auth-btn--register {
            background: #f5f3ef;
            color: #1c1c1c;
            border: 1px solid #e8e6e1;
        }
        .cs-auth-btn--register:hover { background: #ede9e3; }
        .cs-auth-divider {
            height: 1px;
            background: #f0ede8;
            margin: 0 1.4rem .85rem;
        }
        .cs-auth-guest-note {
            padding: 0 1.4rem .9rem;
            font-size: .72rem;
            color: #bbb;
            display: flex;
            align-items: center;
            gap: .4rem;
        }

        /* Form fields */
        .cs-row-2 { grid-template-columns: 1fr 1fr; gap: .65rem; }
        @media (max-width: 500px) { .cs-row-2 { grid-template-columns: 1fr; } }
        .cs-field { display: flex; flex-direction: column; gap: 5px; }
        .cs-label {
            font-size: .65rem;
            font-weight: 700;
            letter-spacing: .1em;
            text-transform: uppercase;
            color: #999;
        }
        .cs-input, .cs-select {
            width: 100%;
            padding: .78rem 1rem;
            border: 1px solid #e8e6e1;
            border-bottom-width: 2px;
            background: #faf9f7;
            font-size: .84rem;
            font-family: var(--font);
            color: #1c1c1c;
            outline: none;
            transition: border-color .18s, background .18s, box-shadow .18s;
            box-sizing: border-box;
            min-height: 2.8rem;
            border-radius: 0;
        }
        .cs-input:focus, .cs-select:focus {
            border-color: #1c1c1c;
            border-bottom-color: #1c1c1c;
            background: #fff;
            box-shadow: 0 2px 8px rgba(0,0,0,.06);
        }
        .cs-input::placeholder { color: #ccc; }
        .cs-select { cursor: pointer; }
        .cs-country-wrap {
            border: 1px solid #e8e6e1;
            border-bottom-width: 2px;
            padding: .55rem 1rem .7rem;
            background: #faf9f7;
            transition: border-color .18s, background .18s;
        }
        .cs-country-wrap:focus-within {
            border-color: #1c1c1c;
            background: #fff;
        }
        .cs-country-label {
            font-size: .63rem;
            font-weight: 700;
            letter-spacing: .1em;
            text-transform: uppercase;
            color: #bbb;
            display: block;
            margin-bottom: 2px;
        }
        .cs-country-wrap .cs-select {
            border: none;
            padding: 0;
            min-height: 1.6rem;
            background: transparent;
            font-size: .86rem;
        }
        .cs-country-wrap .cs-select:focus { box-shadow: none; }
        .cs-input-icon-wrap {
            position: relative;
            display: flex;
            align-items: center;
        }
        .cs-input-icon-wrap .cs-input { padding-right: 2.5rem; }
        .cs-input-icon {
            position: absolute;
            right: .85rem;
            top: 50%;
            transform: translateY(-50%);
            color: #ccc;
            font-size: .72rem;
            pointer-events: none;
        }

        /* Checkbox rows */
        .cs-checkbox-row {
            display: flex;
            align-items: flex-start;
            gap: .6rem;
            cursor: pointer;
            font-size: .8rem;
            color: #666;
            line-height: 1.55;
        }
        .cs-checkbox-row input[type="checkbox"] {
            margin-top: .2rem;
            flex-shrink: 0;
            accent-color: #1c1c1c;
            width: 15px;
            height: 15px;
        }
        .cs-checkbox-row a { color: #1c1c1c; text-decoration: underline; }
        .cs-checkbox-row a:hover { opacity: .65; }

        /* Choice cards (address / shipping / payment / billing) */
        .cs-choice {
            display: flex;
            align-items: flex-start;
            gap: .85rem;
            padding: 1rem 1.2rem;
            border: 1px solid #e8e6e1;
            background: #fff;
            cursor: pointer;
            transition: border-color .2s, background .2s, box-shadow .2s;
            position: relative;
        }
        .cs-choice + .cs-choice { margin-top: .55rem; }
        .cs-choice:hover { border-color: #aaa; background: #faf9f7; }
        .cs-choice.is-selected {
            border-color: #1c1c1c;
            background: #faf9f7;
            box-shadow: inset 3px 0 0 #1c1c1c;
        }
        .cs-choice-radio { margin: .25rem 0 0; flex-shrink: 0; accent-color: #1c1c1c; }
        .cs-choice-body { flex: 1; min-width: 0; }
        .cs-choice-title { display: block; font-size: .84rem; font-weight: 700; color: #1c1c1c; margin: 0 0 .18rem; }
        .cs-choice-desc  { font-size: .75rem; color: #999; line-height: 1.5; margin: 0; }
        .cs-choice-price { font-size: .84rem; font-weight: 700; color: #1c1c1c; flex-shrink: 0; }
        .cs-choice-badge {
            font-size: .6rem;
            font-weight: 800;
            letter-spacing: .1em;
            text-transform: uppercase;
            background: #1c1c1c;
            color: #fff;
            padding: 2px 7px;
            margin-left: .5rem;
            vertical-align: middle;
        }

        /* Saved address preview inside choice card */
        .cs-saved-addr {
            margin-top: .4rem;
            padding: .6rem .8rem;
            background: #f5f3ef;
            border-left: 3px solid #1c1c1c;
            font-size: .76rem;
            color: #555;
            line-height: 1.6;
        }

        /* New address expand area */
        .cs-new-addr-form {
            display: none;
            margin-top: .75rem;
            padding-top: .75rem;
            border-top: 1px dashed #e8e6e1;
        }
        .cs-new-addr-form.is-open { display: block; }
        .cs-new-addr-form .cs-section-body {
            padding: 0;
            background: none;
        }

        /* Havale bank box */
        .cs-havale-box {
            display: none;
            margin-top: .75rem;
            padding: 1rem 1.1rem;
            border: 1px solid #e8e6e1;
            background: #faf9f7;
        }
        .cs-havale-box.is-visible { display: block; }
        .cs-havale-grid { display: flex; flex-wrap: wrap; gap: .6rem; }
        .bank-logo-item {
            width: 72px;
            height: 72px;
            padding: .4rem;
            border: 1px solid #e8e6e1;
            background: #fff;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: border-color .18s, box-shadow .18s;
            box-sizing: border-box;
        }
        .bank-logo-item:hover { border-color: #1c1c1c; box-shadow: 0 0 0 1px #1c1c1c; }
        .bank-logo-item--selected { border-color: #1c1c1c; box-shadow: 0 0 0 2px #1c1c1c; background: #f5f3ef; }
        .bank-logo-item img { width: 100%; height: 100%; object-fit: contain; }
        .bank-logo--inactive img { filter: grayscale(1); opacity: .45; }
        .bank-logo--inactive:hover img { filter: grayscale(0); opacity: 1; }
        .bank-logo-placeholder { font-size: 1.1rem; font-weight: 700; color: #888; }
        /* Havale bank detail — new card style */
        .havale-bank-detail {
            margin-top: .75rem;
            background: #fff;
            border: 1px solid #e5e7eb;
            border-radius: 14px;
            overflow: hidden;
        }
        .havale-bank-head {
            display: flex;
            align-items: center;
            gap: 9px;
            padding: 11px 14px;
            border-bottom: 1px solid #f3f4f6;
            background: #f9fafb;
        }
        .havale-bank-head img {
            width: 28px; height: 28px;
            object-fit: contain;
            border-radius: 6px;
            flex-shrink: 0;
        }
        .havale-bank-head-name {
            font-size: .82rem;
            font-weight: 700;
            color: #111827;
        }
        .havale-bank-body {
            padding: 12px 14px;
            display: flex;
            flex-direction: column;
            gap: 8px;
        }
        .havale-field {
            display: flex;
            flex-direction: column;
            gap: 4px;
        }
        .havale-field-label {
            font-size: .68rem;
            font-weight: 700;
            letter-spacing: .06em;
            text-transform: uppercase;
            color: #9ca3af;
        }
        .havale-field-row {
            display: flex;
            align-items: center;
            gap: 6px;
            width: 100%;
            box-sizing: border-box;
        }
        .havale-field-input {
            flex: 1;
            min-width: 0;
            width: 0;
            border: 1.5px solid #e5e7eb;
            border-radius: 8px;
            padding: 7px 10px;
            font-size: .82rem;
            color: #111827;
            background: #f9fafb;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            box-sizing: border-box;
        }
        .havale-field-input.is-mono { font-family: ui-monospace, monospace; }
        .havale-copy-btn {
            flex-shrink: 0;
            display: inline-flex;
            align-items: center;
            gap: 4px;
            border: 1.5px solid #e5e7eb;
            border-radius: 8px;
            background: #fff;
            padding: 7px 12px;
            font-size: .74rem;
            font-weight: 700;
            color: #374151;
            cursor: pointer;
            white-space: nowrap;
            transition: background .15s, border-color .15s, color .15s;
        }
        .havale-copy-btn:hover { background: #f3f4f6; border-color: #d1d5db; }
        .havale-copy-btn:active { transform: scale(.97); }
        .havale-copy-btn.is-copied { background: #dcfce7; border-color: #86efac; color: #166534; }
        .havale-field-note {
            font-size: .73rem;
            color: #9ca3af;
            line-height: 1.5;
            padding: 0 2px;
        }

        /* Billing address collapsible */
        .billing-address-form { display: none; margin-top: .75rem; }
        .billing-address-form.is-visible { display: block; }

        /* Terms box above pay button */
        .cs-terms-box {
            background: #fff;
            border: 1px solid #e8e6e1;
            padding: 1rem 1.2rem;
            margin-top: 1rem;
            box-shadow: 0 1px 3px rgba(0,0,0,.04);
        }
        .cs-terms-box .cs-checkbox-row {
            font-size: .8rem;
            color: #555;
            line-height: 1.6;
        }
        .cs-terms-box .cs-checkbox-row a {
            color: #1c1c1c;
            font-weight: 600;
        }

        /* Pay button */
        .cs-pay-btn {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: .7rem;
            width: 100%;
            padding: 1.1rem 1.5rem;
            margin-top: 1.4rem;
            background: linear-gradient(135deg, #1c1c1c 0%, #2a2a2a 100%);
            color: #fff;
            border: none;
            font-family: var(--font);
            font-size: .78rem;
            font-weight: 800;
            letter-spacing: .18em;
            text-transform: uppercase;
            cursor: pointer;
            transition: transform .15s, box-shadow .18s;
            box-shadow: 0 4px 20px rgba(0,0,0,.22);
        }
        .cs-pay-btn:hover {
            transform: translateY(-1px);
            box-shadow: 0 8px 28px rgba(0,0,0,.28);
        }
        .cs-pay-btn:active { transform: translateY(0); }
        .cs-pay-btn svg { flex-shrink: 0; opacity: .8; }

        /* Trust badges under pay btn */
        .cs-trust-strip {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 1rem;
            margin-top: .9rem;
            flex-wrap: wrap;
        }
        .cs-trust-item {
            display: flex;
            align-items: center;
            gap: .3rem;
            font-size: .66rem;
            font-weight: 600;
            letter-spacing: .06em;
            color: #aaa;
        }
        .cs-trust-item svg { color: #bbb; }

        /* Footer legal links */
        .cs-footer-links {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: .35rem .9rem;
            margin-top: 1.5rem;
            padding-top: 1rem;
            border-top: 1px solid #ede9e3;
        }
        .cs-footer-link {
            background: none;
            border: none;
            padding: 0;
            font-size: .68rem;
            color: #bbb;
            cursor: pointer;
            font-family: var(--font);
            text-decoration: underline;
            transition: color .15s;
        }
        .cs-footer-link:hover { color: #555; }

        /* ── Order summary (panel 1 içeriği) ── */
        .cs-os-items { display: grid; gap: .85rem; margin-bottom: 1.3rem; }
        .cs-os-item {
            display: grid;
            grid-template-columns: 3.2rem 1fr minmax(5rem, auto);
            gap: .75rem;
            align-items: start;
        }
        .cs-os-img-wrap {
            position: relative;
            width: 3.2rem; height: 3.2rem;
            overflow: hidden;
            background: #f5f3ef;
            border: 1px solid #e8e6e1;
            flex-shrink: 0;
        }
        .cs-os-img { width: 100%; height: 100%; object-fit: contain; }
        .cs-os-qty-badge {
            position: absolute;
            top: -5px; right: -5px;
            min-width: 1.25rem; height: 1.25rem;
            padding: 0 3px;
            background: #1c1c1c; color: #fff;
            font-size: .6rem; font-weight: 800;
            border-radius: 999px;
            display: flex; align-items: center; justify-content: center;
        }
        .cs-os-info { min-width: 0; overflow: hidden; }
        .cs-os-name {
            font-size: .82rem; font-weight: 600; color: #1c1c1c;
            margin: 0 0 .12rem;
            overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
        }
        .cs-os-name a { color: inherit; text-decoration: none; border-bottom: 1px solid #e0ddd8; }
        .cs-os-name a:hover { border-color: #1c1c1c; }
        .cs-os-variant {
            font-size: .72rem;
            color: #aaa;
            margin: 0;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        .cs-os-price { font-size: .84rem; font-weight: 700; color: #1c1c1c; white-space: nowrap; }
        .cs-os-rows { display: grid; gap: .5rem; margin-bottom: .9rem; }
        .cs-os-row {
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-size: .82rem;
            color: #888;
        }
        .cs-os-row-val { font-weight: 600; color: #1c1c1c; }
        .cs-os-row.is-discount .cs-os-row-val { color: #862a2a; }
        .cs-os-row.is-free .cs-os-row-val { color: #2d7a50; font-weight: 700; }
        .cs-os-divider { height: 1px; background: #ede9e3; margin: .65rem 0; }
        .cs-os-total {
            display: flex;
            justify-content: space-between;
            align-items: baseline;
            margin-bottom: .35rem;
        }
        .cs-os-total-label {
            font-size: .72rem; font-weight: 800;
            letter-spacing: .16em; text-transform: uppercase; color: #1c1c1c;
        }
        .cs-os-total-val {
            font-size: 1.5rem; font-weight: 800;
            color: #1c1c1c; letter-spacing: -.03em;
        }
        .cs-os-tax { font-size: .68rem; color: #bbb; margin: 0; }
        .cs-os-coupon {
            display: flex; gap: .5rem;
            margin-bottom: .9rem; padding-bottom: .9rem;
            border-bottom: 1px solid #ede9e3;
        }
        .cs-os-coupon-input {
            flex: 1; min-width: 0;
            padding: .65rem .85rem;
            border: 1px solid #e8e6e1; border-bottom-width: 2px;
            background: #faf9f7;
            font-size: .8rem; font-family: var(--font); color: #1c1c1c;
            outline: none; transition: border-color .18s;
        }
        .cs-os-coupon-input:focus { border-color: #1c1c1c; background: #fff; }
        .cs-os-coupon-input::placeholder { color: #ccc; }
        .cs-os-coupon-btn {
            padding: .65rem .9rem;
            background: #1c1c1c; border: none;
            font-size: .68rem; font-weight: 800; letter-spacing: .1em;
            text-transform: uppercase; color: #fff;
            cursor: pointer; font-family: var(--font); transition: background .18s;
            white-space: nowrap;
        }
        .cs-os-coupon-btn:hover { background: #333; }

        /* Trust strip */
        .cs-trust-strip {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 1rem;
            margin-top: .8rem;
            flex-wrap: wrap;
        }
        .cs-trust-item {
            display: flex; align-items: center; gap: .3rem;
            font-size: .66rem; font-weight: 600;
            letter-spacing: .06em; color: #aaa;
        }
        .cs-trust-item svg { color: #bbb; }

        /* Mobile & small screens */
        @media (max-width: 500px) {
            .cs-auth-btns { grid-template-columns: 1fr; }
            .cs-user-card { padding: .9rem 1rem; }
            .cs-progress-label { font-size: .5rem; }
            .cs-progress-dot { width: 24px; height: 24px; font-size: .56rem; }
            .cs-progress-step::after { top: 12px; }
        }
        .LegalModalOverlay {
            position:         fixed;
            inset:            0;
            z-index:         1000;
            display:         none;
            align-items:     center;
            justify-content: center;
            padding:         1.25rem;
            background:      rgba(0, 0, 0, 0.45);
            backdrop-filter: blur(6px);
            -webkit-backdrop-filter: blur(6px);
            opacity:         0;
            transition:      opacity 0.25s ease;
        }
        .LegalModalOverlay.is-open {
            display: flex;
            opacity: 1;
        }
        .LegalModal {
            width:        100%;
            max-width:   32rem;
            max-height:  88vh;
            background:  #fff;
            border-radius: 14px;
            box-shadow:  0 24px 48px rgba(0, 0, 0, 0.14), 0 0 0 1px rgba(0, 0, 0, 0.04);
            display:     flex;
            flex-direction: column;
            overflow:    hidden;
            transform:   scale(0.96);
            transition:  transform 0.25s ease;
        }
        .LegalModalOverlay.is-open .LegalModal {
            transform: scale(1);
        }
        .legal-modal__header {
            flex-shrink:  0;
            display:       flex;
            align-items:   center;
            justify-content: space-between;
            gap:          0.75rem;
            padding:      1rem 1.25rem;
            border-bottom: 1px solid var(--border);
            background:   #fff;
        }
        .legal-modal__title {
            margin:      0;
            font-size:   1rem;
            font-weight: 600;
            font-family: var(--font);
            color:       var(--text);
            letter-spacing: 0.02em;
        }
        .legal-modal__close {
            width:       2.25rem;
            height:      2.25rem;
            padding:     0;
            border:      none;
            background:  transparent;
            color:       var(--text-sub);
            cursor:      pointer;
            display:     flex;
            align-items: center;
            justify-content: center;
            border-radius: 8px;
            transition:  background 0.15s, color 0.15s;
        }
        .legal-modal__close:hover {
            background: rgba(0, 0, 0, 0.06);
            color:       var(--text);
        }
        .legal-modal__close svg {
            width:  1.25rem;
            height: 1.25rem;
        }
        .LegalModalBody {
            flex:        1 1 auto;
            overflow-y:  auto;
            padding:      1.25rem;
            background:  #fff;
        }
        .LegalModalBodyInner {
            max-width:   none;
            margin:      0;
            padding:     0;
            position:    relative;
        }
        .LegalModalContent {
            display: none;
            font-size:   var(--text-sm);
            color:       var(--text);
            line-height: 1.6;
        }
        .LegalModalContent.is-visible {
            display: block;
        }
        .LegalModalContent h3 {
            font-size:   0.9375rem;
            font-weight: 600;
            margin:      0 0 0.75rem;
            padding-bottom: 0.5rem;
            border-bottom: 1px solid var(--border);
            color:       var(--text);
        }
        .LegalModalContent p {
            margin-bottom: 0.6rem;
        }
        .LegalModalContent ul {
            padding-left: 1.25rem;
            margin-bottom: 0.75rem;
        }
        .LegalModalContent li {
            margin-bottom: 0.25rem;
        }
        .LegalModalContent p strong {
            display:    block;
            margin-bottom: 0.15rem;
            font-size:  0.8125rem;
            letter-spacing: 0.03em;
            text-transform: uppercase;
            color:      var(--text-sub);
        }

/* ── Custom-blend cart item ────────────────────────────────────────────── */
.sc-item--blend {
    border-color: #c6e6c6 !important;
}
.sc-blend-icon-wrap {
    width: 100%; height: 100%;
    border-radius: 0;
    background: linear-gradient(135deg, #e8f5e9, #f1f8e9);
    border: none;
    display: flex; align-items: center; justify-content: center;
    font-size: 2.4rem;
}
.sc-item-name-wrap {
    display: flex; flex-direction: column; gap: 3px; flex: 1;
}
.sc-blend-badge {
    display: inline-flex; align-items: center;
    font-size: .62rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
    color: #2e7d32; background: #e8f5e9; border: 1px solid #a5d6a7;
    border-radius: 5px; padding: 2px 7px; align-self: flex-start;
}
.sc-blend-details {
    margin-top: 10px;
    display: flex; flex-direction: column; gap: 6px;
}

/* ── Each detail chip ──────────────────────────────────────────────── */
.sc-blend-chip {
    display: flex; align-items: baseline; gap: 7px;
    border-radius: 9px; border-width: 1px; border-style: solid;
    padding: 5px 10px; line-height: 1.45;
}
.sc-bchip-icon {
    font-size: .95rem; flex-shrink: 0; align-self: center;
}
.sc-bchip-label {
    font-size: .63rem; font-weight: 800; letter-spacing: .07em;
    text-transform: uppercase; white-space: nowrap; flex-shrink: 0; align-self: center;
}
.sc-bchip-val {
    font-size: .77rem; font-weight: 500; line-height: 1.4;
}

/* Ritüel — amber/gold */
.sc-blend-chip--ritual {
    background: #fffbeb; border-color: #fde68a; color: #78350f;
}
.sc-blend-chip--ritual .sc-bchip-label { color: #d97706; }

/* Bitkiler — teal/green */
.sc-blend-chip--herbs {
    background: #f0fdf4; border-color: #bbf7d0; color: #14532d;
}
.sc-blend-chip--herbs .sc-bchip-label { color: #16a34a; }

/* Aromalar — rose/pink */
.sc-blend-chip--aroma {
    background: #fff1f2; border-color: #fecdd3; color: #881337;
}
.sc-blend-chip--aroma .sc-bchip-label { color: #e11d48; }

/* Format — indigo/blue */
.sc-blend-chip--format {
    background: #eef2ff; border-color: #c7d2fe; color: #1e1b4b;
}
.sc-blend-chip--format .sc-bchip-label { color: #4f46e5; }
.sc-price-pending {
    font-size: .72rem; color: #9ca3af; font-style: italic; font-weight: 400;
}

/* ── Guest form field error highlight ─────────────────────────────────── */
.cs-input--error {
    border-color: #dc2626 !important;
    background: #fff8f8 !important;
    outline: none;
}
.cs-input--error:focus {
    box-shadow: 0 0 0 2px rgba(220,38,38,.2);
}
