:root{color-scheme:dark;--bg:#18171c;--panel:#242229;--ink:#f6f0e8;--muted:#bbb6c2;--orange:#ffa35c;--line:#45414c}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font:16px/1.5 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}header,main,footer{max-width:1360px;margin:auto;padding-left:48px;padding-right:48px}header{display:flex;justify-content:space-between;align-items:center;min-height:90px;border-bottom:1px solid var(--line)}a{color:inherit}.brand{text-decoration:none;letter-spacing:.12em;font-size:14px;font-weight:800}.brand span{color:var(--orange);font-weight:500}.header-note{font-size:14px;color:var(--muted)}.intro{padding:46px 0 38px}.eyebrow{font-size:13px;letter-spacing:.15em;font-weight:700;color:var(--orange);margin:0 0 14px}h1{font-family:Georgia,serif;font-size:clamp(42px,5.4vw,72px);line-height:1.02;font-weight:400;margin:0 0 20px;letter-spacing:-.035em}h1 em{color:var(--orange);font-weight:400}.intro>p:last-child{color:var(--muted);max-width:520px;margin:0}.shop{display:grid;grid-template-columns:minmax(0,1fr) 355px;gap:36px;align-items:start}h2{font-size:21px;line-height:1.3;margin:0}.section-heading{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:22px}.section-heading>span{font-size:12px;letter-spacing:.1em;color:var(--muted)}.products{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:30px 22px}.product{min-width:0}.product img{display:block;width:100%;height:auto;aspect-ratio:1/1;object-fit:contain;background:var(--bg);border-radius:8px}.product-heading{display:flex;align-items:baseline;gap:10px;justify-content:space-between;margin:14px 0 5px}.product h3{font-size:17px;margin:0}.price{white-space:nowrap;color:var(--orange);font-size:16px}.product p{font-size:14px;color:var(--muted);margin:0 0 14px;min-height:42px}.quantity-row{display:flex;justify-content:space-between;align-items:center;gap:8px}.quantity-row label{font-size:14px;color:var(--muted)}.stepper{display:flex;border:1px solid var(--line);border-radius:5px;overflow:hidden}.stepper button{width:36px;min-height:40px;border:0;background:var(--panel);color:var(--ink);font-size:20px;cursor:pointer}.stepper input{border:0;border-left:1px solid var(--line);border-right:1px solid var(--line);border-radius:0;width:48px;min-height:40px;text-align:center;padding:3px;appearance:textfield;-moz-appearance:textfield}.stepper input::-webkit-inner-spin-button{appearance:none}.order-panel{background:var(--panel);padding:26px;border:1px solid var(--line);border-radius:10px}aside{position:sticky;top:20px}#summary{list-style:none;padding:0;margin:24px 0}#summary li{display:flex;justify-content:space-between;gap:14px;font-size:14px;margin:12px 0}#summary .empty{color:var(--muted)}.total{border-top:1px solid var(--line);padding-top:18px;display:flex;justify-content:space-between;align-items:center;font-weight:700}.total output{font-size:28px;color:var(--orange)}.small{font-size:13px;color:var(--muted)}fieldset{margin:24px 0 20px;padding:0;border:0}legend{font-size:18px;font-weight:650;margin-bottom:8px}fieldset label{display:block;font-size:14px;margin:12px 0 6px}input{background:#19181d;color:var(--ink);border:1px solid #625c6b;border-radius:5px;padding:11px 12px;font:inherit;width:100%;min-width:0}button:focus-visible,input:focus-visible,a:focus-visible{outline:3px solid var(--orange);outline-offset:3px}.submit{display:flex;justify-content:space-between;width:100%;padding:15px 18px;border:0;border-radius:5px;background:var(--orange);color:#22190f;font:700 16px system-ui;cursor:pointer}.submit:disabled{opacity:.5;cursor:not-allowed}.privacy{margin-bottom:0}.honey{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}#status{margin-top:18px;padding:12px;background:#18171c;border-left:3px solid var(--orange);font-size:14px}#status.success{border-color:#aad58b}footer{margin-top:58px;border-top:1px solid var(--line);padding-top:26px;padding-bottom:32px;display:flex;justify-content:space-between;gap:20px;font-size:14px;color:var(--muted)}@media(min-width:1250px){.products{grid-template-columns:repeat(3,minmax(0,1fr))}.shop{gap:40px}.section-heading>span{display:none}}@media(max-width:950px){header,main,footer{padding-left:24px;padding-right:24px}.shop{grid-template-columns:minmax(0,1fr) 320px;gap:24px}.section-heading>span{display:none}.order-panel{padding:20px}}@media(max-width:750px){.shop{grid-template-columns:1fr}.header-note{display:none}header{min-height:70px}.intro{padding:32px 0}.products{gap:26px 16px}aside{position:static;margin-top:18px}.product-heading{display:block}.product h3{margin-bottom:3px}footer{flex-direction:column;margin-top:36px}}@media(max-width:380px){header,main,footer{padding-left:16px;padding-right:16px}.products{grid-template-columns:1fr}.product-heading{display:flex}.quantity-row{justify-content:flex-start;gap:20px}}

.payment-note{font-size:14px;color:var(--muted);margin:18px 0}.payment-note strong{color:var(--ink)}
