*{box-sizing:border-box}
:root{--bg:#fdfcf9;--panel:#fff;--ink:#171513;--muted:#6f6a65;--line:#e6e1db;--gold:#b88735;--gold-dark:#956820;--soft:#faf8f4;--danger:#a72413;--ok:#167847;--serif:Georgia,"Times New Roman",serif;--sans:Arial,Helvetica,sans-serif}
[hidden]{display:none!important}
body.checkout-body{min-height:100vh;margin:0;overflow-x:hidden;color:var(--ink);background:var(--bg);font-family:var(--sans);-webkit-font-smoothing:antialiased}
.checkout-body a{color:inherit;text-decoration:none}
.checkout-header{min-height:118px;padding:24px max(48px,calc((100vw - 1340px)/2));border-bottom:1px solid var(--line);background:#fff;display:flex;align-items:center;justify-content:space-between;gap:32px}
.checkout-header-brand,.brand-logo,.checkout-header-actions,.checkout-header-actions>*{display:flex;align-items:center}
.brand-logo{gap:14px}.brand-monogram{color:var(--gold-dark);font:40px/1 var(--serif);letter-spacing:-6px}.brand-wordmark{display:grid;gap:4px}.brand-wordmark strong{font:34px/.95 var(--serif);font-variant:small-caps;letter-spacing:1px}.brand-wordmark small{color:#85817d;font-size:13px}
.checkout-header-actions{gap:40px}.checkout-header-actions>*{min-height:38px;gap:10px;font-size:14px;font-weight:700;white-space:nowrap}.checkout-header-actions svg{width:23px;height:23px;flex:0 0 23px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}
.checkout-shell{width:min(1340px,calc(100% - 64px));margin:0 auto;padding:24px 0 36px;display:grid;grid-template-columns:minmax(0,1.62fr) minmax(350px,.92fr);grid-template-areas:"progress progress" "form summary";column-gap:28px;align-items:start}
.checkout-progress{grid-area:progress;width:100%;min-height:66px;margin:0 0 20px;padding:0 28px;list-style:none;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-items:center}
.checkout-progress li{min-width:0;display:grid;grid-template-columns:40px max-content minmax(18px,1fr);align-items:center;gap:12px;color:#77726d}.checkout-progress li:after{content:"";height:1px;margin:0 8px;background:#ded9d3}.checkout-progress li:last-child{grid-template-columns:40px max-content}.checkout-progress li:last-child:after{display:none}
.checkout-progress span{width:40px;height:40px;border:1px solid #d9d4ce;border-radius:50%;display:grid;place-items:center;color:#272421;background:#fff;font:18px/1 var(--serif)}.checkout-progress strong{font-size:13px;font-weight:500;white-space:nowrap}.checkout-progress .is-active{color:var(--ink)}.checkout-progress .is-active span{border-color:var(--ink);color:#fff;background:var(--ink)}.checkout-progress .is-active strong{font:700 16px/1.2 var(--serif)}.checkout-progress .is-complete span{border-color:var(--gold);color:var(--gold-dark)}
.checkout-form-panel{grid-area:form;min-width:0}.order-summary{grid-area:summary;min-width:0;position:sticky;top:20px}.checkout-form,.checkout-form-grid,.checkout-form-grid>div{display:grid;gap:8px;min-width:0}
.checkout-step-card,.summary-card{border:1px solid var(--line);border-radius:7px;background:var(--panel);box-shadow:0 2px 7px rgba(25,20,14,.025)}.checkout-step-card{padding:27px 32px 28px}.checkout-step-title{display:flex;align-items:flex-start;gap:14px;margin-bottom:20px}.checkout-step-title h2,.summary-eyebrow{margin:0;color:var(--ink);font:700 20px/1.15 var(--serif)}.checkout-step-title p{margin:7px 0 0;color:var(--muted);font-size:13px;line-height:1.45}.step-icon{flex:0 0 38px;width:38px;height:38px;border-radius:50%;display:grid;place-items:center;color:#fff;background:var(--ink);font-family:var(--serif)}
.form-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.checkout-step-card .form-row+.form-row{margin-top:12px}.compact-row{grid-template-columns:.66fr 1fr .58fr 1.08fr;gap:20px}.checkout-field{min-width:0;position:relative;display:block}.checkout-field>span{position:absolute;z-index:1;left:13px;top:9px;color:#68635e;font-size:11px;font-weight:600;pointer-events:none}
.checkout-field input,.discount-row input{width:100%;min-width:0;min-height:58px;padding:25px 34px 8px 13px;border:1px solid #ddd8d2;border-radius:5px;outline:none;color:#292623;background:#fff;font:13px/1.2 var(--sans);transition:.16s}.checkout-field input:focus,.discount-row input:focus{border-color:var(--gold);box-shadow:0 0 0 3px rgba(184,135,53,.11)}.checkout-field.has-valid-mark:has(input:valid:not(:placeholder-shown)):after{content:"";position:absolute;right:14px;top:24px;width:12px;height:6px;border-left:2px solid var(--ok);border-bottom:2px solid var(--ok);transform:rotate(-45deg)}
.checkout-newsletter{margin-top:22px;display:flex;align-items:flex-start;gap:12px;color:#3d3935;font-size:13px;line-height:1.45}.checkout-newsletter input{width:17px;height:17px;margin:0;accent-color:var(--gold)}
.shipping-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.shipping-option{min-height:76px;padding:13px 14px;border:1px solid #ddd8d2;border-radius:5px;background:#fff;display:grid;grid-template-columns:18px 30px minmax(0,1fr) auto;align-items:center;gap:10px;cursor:pointer}.shipping-option.is-selected{border-color:var(--gold);box-shadow:inset 0 0 0 1px rgba(184,135,53,.12)}.shipping-option input{position:absolute;opacity:0;pointer-events:none}.radio-dot{width:17px;height:17px;border:1.5px solid #cfc8c0;border-radius:50%;display:grid;place-items:center}.shipping-option.is-selected .radio-dot{border-color:var(--gold-dark);background:var(--gold-dark)}.shipping-option.is-selected .radio-dot:after{content:"";width:5px;height:5px;border-radius:50%;background:#fff}
.ship-icon{width:29px;height:20px;position:relative;border:1.5px solid #6b6661;border-radius:2px}.ship-icon:after{content:"";position:absolute;right:-7px;bottom:-1px;width:8px;height:11px;border:1.5px solid #6b6661;border-left:0}.ship-copy strong{display:block;margin-bottom:4px;font-size:12px}.ship-copy small{display:block;color:var(--muted);font-size:11px;line-height:1.35}.ship-price{font-size:12px;white-space:nowrap}.shipping-unavailable{margin:0;grid-column:1/-1;color:var(--muted);font-size:13px}
.checkout-pay-button{width:100%;min-height:58px;margin-top:26px;padding:0 24px;border:0;border-radius:5px;color:#fff;background:#171717;display:flex;align-items:center;justify-content:center;gap:14px;cursor:pointer;font-size:16px;font-weight:700;box-shadow:0 7px 16px rgba(0,0,0,.09)}.checkout-pay-button b{font-size:23px;font-weight:400}.checkout-pay-button:disabled{opacity:.56;cursor:not-allowed}
.checkout-info-box{margin:0 0 8px;padding:15px 18px;border:1px solid #e5d4ba;border-radius:7px;background:#fffaf2}.checkout-info-box strong{display:block;margin-bottom:5px}.checkout-info-box p{margin:0;color:var(--muted);font-size:13px;line-height:1.45}
.checkout-payment-card{min-height:618px;padding:32px}.checkout-payment-card .checkout-step-title{margin-bottom:31px}.checkout-payment-card .checkout-step-title h2{font-size:25px}.checkout-payment-card .checkout-step-title p{font-size:14px}.payment-section-label{margin:0 0 14px;font-size:14px;font-weight:700}.payment-method-area{overflow:hidden;border:1px solid #ddd7cf;border-radius:7px;background:#fff}.payment-method-head{min-height:76px;padding:14px 18px;display:grid;grid-template-columns:34px minmax(0,1fr) auto;gap:14px;align-items:center}.payment-method-icon{width:31px;height:31px;border:1px solid var(--gold);border-radius:5px;display:grid;place-items:center;color:var(--gold-dark)}.payment-method-icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.payment-method-head strong{display:block;font-size:15px}.payment-method-head small{display:block;margin-top:5px;color:var(--muted);font-size:12px}.payment-method-head .stripe-wordmark{color:var(--gold-dark);font-size:13px;font-weight:800}.stripe-element-box{margin:0;padding:22px;border:0;border-top:1px solid var(--line);border-radius:0;background:#fbfaf8}.stripe-element-box:has(#payment-element:empty){min-height:194px}#payment-element{margin:0}.stripe-runtime-status{margin:0 0 14px;padding:11px 13px;border-radius:5px;font-size:12px;font-weight:700}.stripe-runtime-status.is-loading{color:#72531f;background:#fff8e9}.stripe-runtime-status.is-error{color:var(--danger);background:#fff2ef}.stripe-runtime-status.is-ready{color:var(--ok);background:#effaf4}
.stripe-fixture-state{min-height:148px;padding:22px;display:flex;align-items:center;justify-content:center;gap:15px;text-align:left}.stripe-fixture-state>span{width:32px;height:32px;flex:0 0 32px;border-radius:50%;display:grid;place-items:center;font-weight:800}.stripe-fixture-state strong{margin:0 0 6px;font-size:14px}.stripe-fixture-state p{font-size:12px}.stripe-fixture-state.is-ready>span{color:#fff;background:var(--ok)}.stripe-fixture-state.is-error>span{color:#fff;background:var(--danger)}.stripe-loader{border:2px solid #eadcc5;border-top-color:var(--gold);animation:stripe-spin .8s linear infinite}@keyframes stripe-spin{to{transform:rotate(360deg)}}
.payment-security-note{min-height:50px;margin-top:22px;padding:12px 18px;border:1px solid #eadfce;border-radius:6px;display:flex;align-items:center;justify-content:center;gap:12px;color:var(--muted);font-size:12px;text-align:center}.payment-security-note svg{width:19px;height:19px;flex:0 0 19px;color:var(--gold-dark);fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.checkout-payment-card .checkout-pay-button{margin-top:23px}
.checkout-review-card{padding:31px 32px 24px}.checkout-review-card .checkout-step-title{margin-bottom:22px}.checkout-review-card .checkout-step-title h2{font-size:27px}.checkout-review-card .checkout-step-title p{font-size:13px}.checkout-review-list{border-top:1px solid var(--line)}.checkout-review-row{min-height:118px;padding:22px 5px 20px 0;border-bottom:1px solid var(--line);display:grid;grid-template-columns:38px minmax(0,1fr) auto;gap:16px;align-items:start}.checkout-review-icon{width:29px;height:29px;margin-top:1px;color:var(--gold-dark);fill:none;stroke:currentColor;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}.checkout-review-row h3{margin:0 0 9px;font:17px/1.2 var(--serif)}.checkout-review-row p{margin:4px 0;color:var(--muted);font-size:13px;line-height:1.35}.checkout-review-row p strong{color:#49443f;font-weight:500}.checkout-review-edit{padding:2px 0;border:0;color:var(--gold-dark);background:transparent;cursor:pointer;font-size:12px;font-weight:700}.checkout-review-edit:disabled{opacity:.5;cursor:not-allowed}.checkout-review-legal{min-height:66px;margin:18px 0 0;padding:13px 18px;border:1px solid #eadfce;border-radius:6px;display:flex;align-items:center;justify-content:center;gap:13px;color:var(--muted);font-size:12px;line-height:1.45;text-align:left}.checkout-review-legal svg{width:20px;height:20px;flex:0 0 20px;color:var(--gold-dark);fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.checkout-review-legal p{margin:0}.checkout-review-legal a{color:var(--gold-dark)}.checkout-review-actions .checkout-pay-button{margin-top:13px;position:relative}.checkout-review-actions .checkout-pay-button svg{width:22px;height:22px;position:absolute;right:20px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.summary-card{padding:27px 28px}.summary-head{padding-bottom:18px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:12px}.summary-eyebrow{font-size:20px}.summary-head a{color:var(--gold-dark);font-size:11px;font-weight:700;text-decoration:underline}.summary-products{display:grid;gap:16px;padding:20px 0}.summary-product{min-width:0;display:grid;grid-template-columns:78px minmax(0,1fr) auto;gap:14px;align-items:center}.summary-image{width:78px;height:78px;position:relative;border-radius:6px;background:#f1e8dc}.summary-image img{width:100%;height:100%;display:block;object-fit:cover;border-radius:inherit}.placeholder-art{display:none;width:100%;height:100%;padding:8px;place-items:center;color:var(--gold-dark);text-align:center;font-size:10px;font-weight:700}.summary-image.image-missing img{display:none}.summary-image.image-missing .placeholder-art{display:grid}.quantity-badge{position:absolute;right:-8px;top:-8px;width:22px;height:22px;border:2px solid #fff;border-radius:50%;color:#fff;background:#171717;display:grid;place-items:center;font-size:10px;font-weight:700}
.summary-info{min-width:0}.summary-info h3{margin:0 0 5px;font-size:13px;line-height:1.25}.summary-info small,.summary-info p,.summary-info em{display:block;margin:0 0 4px;color:var(--muted);font-size:11px;font-style:normal;line-height:1.3}.summary-product>strong{font-size:14px;white-space:nowrap}.summary-divider{height:1px;margin:0 0 18px;background:var(--line)}.summary-brand-line,.summary-line{margin:0 0 13px;display:flex;justify-content:space-between;gap:16px;color:#4e4a46;font-size:13px}.summary-brand-line{display:none}.summary-line strong{color:var(--ink);white-space:nowrap}.discount-row{display:none}.summary-line.total{margin-top:20px;padding-top:20px;border-top:1px solid var(--line);align-items:baseline}.summary-line.total span{font:700 19px/1.2 var(--serif)}.summary-line.total strong{font-size:27px}.shipping-summary-note{margin:-3px 0 0;color:var(--muted);font-size:11px}
.summary-trust-list{margin-top:24px;padding-top:22px;border-top:1px solid var(--line);display:grid;gap:17px}.summary-trust-item{display:grid;grid-template-columns:34px 1fr;gap:11px;align-items:center}.summary-trust-item>svg{width:29px;height:29px;display:block;color:var(--gold-dark);fill:none;stroke:currentColor;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}.summary-trust-item strong{display:block;margin-bottom:3px;font-size:12px}.summary-trust-item p{margin:0;color:var(--muted);font-size:11px;line-height:1.35}
.form-message{min-height:18px;margin:10px 0 0;color:var(--muted);font-size:12px;font-weight:600}.form-message.error{color:var(--danger)}.form-message.notice{color:var(--ok)}.checkout-footer-menu{width:min(1340px,calc(100% - 64px));margin:0 auto 28px;padding-top:18px;border-top:1px solid var(--line)}.checkout-footer-menu nav{display:flex;flex-wrap:wrap;justify-content:center;gap:20px}.checkout-footer-menu a{color:var(--muted);font-size:12px}.checkout-legal{display:none}
@media(max-width:1050px){.checkout-header{padding-inline:32px}.checkout-header-actions{gap:22px}.checkout-shell{width:calc(100% - 40px);grid-template-columns:minmax(0,1.35fr) minmax(320px,.85fr);column-gap:20px}.checkout-progress{padding-inline:10px}.checkout-progress li{grid-template-columns:34px max-content minmax(10px,1fr);gap:8px}.checkout-progress li:last-child{grid-template-columns:34px max-content}.checkout-progress span{width:34px;height:34px}.checkout-progress strong{font-size:11px}.checkout-progress .is-active strong{font-size:14px}.checkout-step-card{padding:24px}.summary-card{padding:24px 20px}.compact-row{grid-template-columns:repeat(2,minmax(0,1fr))}.shipping-options{grid-template-columns:1fr}.summary-product{grid-template-columns:66px minmax(0,1fr)}.summary-image{width:66px;height:66px}.summary-product>strong{grid-column:2;margin-top:-5px}}
@media(max-width:780px){.checkout-header{min-height:auto;padding:18px 22px;flex-wrap:wrap}.checkout-header-actions{width:100%;justify-content:space-between}.checkout-shell{width:calc(100% - 32px);grid-template-columns:1fr;grid-template-areas:"progress" "form" "summary";padding-top:14px}.checkout-progress{min-height:70px;margin-bottom:12px;padding:0}.checkout-progress li,.checkout-progress li:last-child{grid-template-columns:32px minmax(0,1fr);gap:7px;text-align:center;justify-items:center}.checkout-progress li:after{display:none}.checkout-progress span{width:32px;height:32px}.checkout-progress strong,.checkout-progress .is-active strong{grid-column:1/-1;font-family:var(--sans);font-size:10px;line-height:1.2;white-space:normal}.order-summary{position:static;margin-top:12px}.checkout-footer-menu{width:calc(100% - 32px)}}
@media(max-width:520px){.checkout-header{gap:14px;padding:16px}.brand-monogram{font-size:32px}.brand-wordmark strong{font-size:25px}.brand-wordmark small{display:none}.checkout-header-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.checkout-header-actions>*{min-width:0;min-height:30px;font-size:11px}.checkout-shop-link{grid-column:1/-1}.checkout-shell{width:calc(100% - 24px)}.checkout-progress{margin-bottom:8px}.checkout-progress li,.checkout-progress li:last-child{grid-template-columns:28px minmax(0,1fr)}.checkout-progress span{width:28px;height:28px;font-size:14px}.checkout-progress strong,.checkout-progress .is-active strong{font-size:9px}.checkout-step-card,.summary-card{padding:20px 16px}.checkout-step-title h2,.summary-eyebrow{font-size:19px}.form-row,.compact-row{grid-template-columns:1fr;gap:10px}.checkout-field input{min-height:56px}.checkout-newsletter{margin-top:17px}.shipping-option{grid-template-columns:17px 27px minmax(0,1fr) auto;padding-inline:11px}.checkout-pay-button{min-height:56px;font-size:15px}.summary-product{grid-template-columns:62px minmax(0,1fr);gap:12px}.summary-image{width:62px;height:62px}.checkout-review-card{padding:20px 16px}.checkout-review-card .checkout-step-title h2{font-size:21px}.checkout-review-row{min-height:0;padding:18px 0;grid-template-columns:28px minmax(0,1fr);gap:10px}.checkout-review-icon{width:25px;height:25px}.checkout-review-edit{grid-column:2;justify-self:start}.checkout-review-legal{padding:12px;align-items:flex-start}.checkout-review-actions .checkout-pay-button{padding-right:48px;font-size:14px}.summary-line.total strong{font-size:24px}.checkout-payment-card{min-width:0;min-height:0}.payment-method-area,.payment-method-head>div{min-width:0}.payment-method-head{grid-template-columns:30px minmax(0,1fr);gap:10px;padding:13px}.payment-method-head .stripe-wordmark{grid-column:2}.payment-method-head small,.stripe-fixture-state p{overflow-wrap:anywhere}.stripe-element-box{padding:14px}.stripe-fixture-state{min-height:150px;padding:12px;align-items:flex-start;justify-content:flex-start}.payment-security-note{padding:11px 10px;font-size:11px}}
@media(max-width:350px){.checkout-header-actions svg{width:18px;height:18px;flex-basis:18px}.checkout-progress strong,.checkout-progress .is-active strong{font-size:8px}.checkout-step-card,.summary-card{padding-inline:13px}.shipping-option{grid-template-columns:17px minmax(0,1fr) auto}.ship-icon{display:none}}
