/* ==========================================================================
   2G33D4U — styles (from Claude Design "2G33D4U.dc.html", plum theme)
   ========================================================================== */
:root {
  --bg: #1c1320;
  --surface: #271a2c;
  --fg: #f0e8ef;
  --muted: #a596a6;
  --line: rgba(240, 232, 239, .16);
  --line2: rgba(240, 232, 239, .24);
  --accent: #caa86c;
  --accent2: #c06b8f;
  --band: #f0e8ef;
  --bandfg: #1c1320;
  --header-h: 76px;
  --sans: 'Jost', system-ui, sans-serif;
  --lora: 'Lora', Georgia, serif;
  --merri: 'Merriweather', Georgia, serif;
  --bodoni: 'Bodoni Moda', Georgia, serif;
  color-scheme: dark;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; }
body {
  background: var(--bg);
  color: var(--fg);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
}
img { display: block; max-width: 100%; }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; padding: 0; font-size: inherit; letter-spacing: inherit; text-transform: inherit; line-height: inherit; }
a { color: inherit; text-decoration: none; }
input, textarea, select { font-family: inherit; }
::-webkit-scrollbar { width: 9px; height: 9px; }
::-webkit-scrollbar-thumb { background: #5a5046; border-radius: 6px; }
:focus-visible { outline: 1px solid var(--accent); outline-offset: 3px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }

.hov:hover { color: var(--accent); }
.hov-u:hover { color: var(--accent); border-color: var(--accent) !important; }
.hov-o:hover { opacity: .7; }

@keyframes fin { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
#view > main { animation: fin .6s cubic-bezier(.2, .7, .2, 1) both; }

/* ---------- Image slots ---------- */
.slot { position: absolute; inset: 0; width: 100%; height: 100%; overflow: hidden; background: var(--surface); }
.slot img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.slot[data-frame] img { inset: auto; max-width: none; transform: translate(-50%, -50%); }
.slot-ph { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; padding: 16px; text-align: center; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }

/* ---------- Header ---------- */
.site-header { position: sticky; top: 0; z-index: 60; background: var(--bg); border-bottom: 1px solid var(--line); }
.hdr { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 34px; height: var(--header-h); gap: 20px; }
.hdr-nav { display: flex; align-items: center; gap: 30px; }
.hdr-nav a { font-size: 12px; letter-spacing: .22em; text-transform: uppercase; color: var(--fg); }
.hdr-nav a:hover { color: var(--accent); }
.logo { font-family: var(--lora); font-weight: 500; font-size: 27px; letter-spacing: .18em; line-height: 1; white-space: nowrap; padding-left: .18em; }
.hdr-right { display: flex; align-items: center; justify-content: flex-end; gap: 22px; }
.hdr-ig { font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); }
.hdr-ig:hover { color: var(--accent); }
.langs { display: flex; gap: 8px; font-size: 11px; letter-spacing: .14em; }
.langs button { padding: 3px 5px; color: var(--muted); }
.langs button[aria-pressed="true"] { color: var(--accent); }
.bag-btn { font-size: 11px; letter-spacing: .2em; text-transform: uppercase; display: flex; align-items: center; gap: 7px; color: var(--fg); }
.bag-btn:hover { color: var(--accent); }
.bag-btn span { color: var(--accent); }
.bag-ic { display: none; }

/* ---------- Home ---------- */
.hero { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 420px), 1fr)); align-items: center; gap: clamp(32px, 5vw, 72px); min-height: calc(100vh - var(--header-h)); padding: clamp(40px, 6vw, 96px) clamp(24px, 5vw, 80px); background: var(--bg); }
.hero-copy { display: flex; flex-direction: column; justify-content: center; max-width: 520px; }
.eyebrow { font-size: 11px; letter-spacing: .3em; text-transform: uppercase; }
.hero-copy .eyebrow { margin-bottom: 22px; color: var(--accent); }
.hero h1 { margin: 0; font-family: var(--lora); font-weight: 500; font-size: clamp(34px, 4.6vw, 64px); line-height: 1.06; font-style: italic; text-wrap: balance; }
.hero p { margin: 24px 0 0; max-width: 430px; font-size: 15px; line-height: 1.85; opacity: .8; text-wrap: pretty; }
.link-u { align-self: flex-start; font-size: 12px; letter-spacing: .26em; text-transform: uppercase; border-bottom: 1px solid currentColor; padding-bottom: 6px; }
.link-u:hover { color: var(--accent); border-color: var(--accent); }
.hero .link-u { margin-top: 32px; }
.hero-media { display: flex; justify-content: center; padding-bottom: 40px; }
.hero-frame { position: relative; width: min(100%, 460px); aspect-ratio: 4 / 5; }

.ed1 { position: relative; height: 84vh; min-height: 600px; overflow: hidden; }
.ed1-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, 0) 55%); pointer-events: none; }
.ed1-copy { position: absolute; left: clamp(28px, 6vw, 90px); top: 50%; transform: translateY(-50%); max-width: 440px; color: #f4efe6; }
.ed1-copy .eyebrow { margin-bottom: 18px; color: #d9c9a3; }
.ed1-copy h2 { margin: 0; font-family: var(--merri); font-weight: 500; font-size: clamp(30px, 4.4vw, 58px); line-height: 1.04; }
.ed1-copy .link-u { display: inline-block; margin-top: 26px; color: #f4efe6; border-color: #f4efe6; }
.ed1-copy .link-u:hover { color: #f4efe6; border-color: #f4efe6; opacity: .7; }

.ed2 { display: grid; grid-template-columns: 1fr 1fr; background: var(--band); color: var(--bandfg); }
.ed2-media { position: relative; min-height: 64vh; }
.ed2-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(36px, 6vw, 96px); }
.ed2-copy .eyebrow { margin-bottom: 20px; color: #fa0000; }
.ed2-copy h2 { margin: 0; font-family: var(--lora); font-weight: 500; font-size: clamp(28px, 3.8vw, 52px); line-height: 1.06; }
.ed2-copy p { margin: 22px 0 0; max-width: 400px; font-size: 15px; line-height: 1.8; opacity: .78; }
.ed2-copy .link-u { margin-top: 30px; }
.ed2-copy .link-u:hover { color: #9a7a40; border-color: #9a7a40; }

.latest { padding: 0 clamp(24px, 4vw, 56px) clamp(32px, 4vw, 48px); background: var(--bg); }
.latest-bar { display: flex; align-items: flex-end; justify-content: space-between; border-bottom: 1px solid var(--line); padding-bottom: 22px; }
.latest-bar a { font-size: 12px; letter-spacing: .22em; text-transform: uppercase; color: var(--accent); padding-top: 28px; }
.latest-bar a:hover { opacity: .7; }

/* ---------- Collections ---------- */
.collections { padding: clamp(48px, 6vw, 84px) clamp(24px, 4vw, 56px) 90px; background: var(--bg); }
.page-title { margin: 0; font-family: var(--lora); font-weight: 500; font-size: clamp(36px, 5vw, 68px); color: #fff; }
.collections-head { text-align: center; margin-bottom: 50px; }
.col-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(14px, 2vw, 28px); }
.col-card { text-align: center; display: block; }
.col-card .frame { position: relative; aspect-ratio: 3 / 4; background: var(--surface); overflow: hidden; }
.col-card .slot img { transition: transform 1.2s cubic-bezier(.2, .7, .2, 1); }
.col-card:hover .slot img { transform: scale(1.03); }
.col-card .name { margin-top: 18px; font-family: var(--merri); font-size: 23px; }

/* ---------- Product ---------- */
.product { padding: 30px clamp(24px, 4vw, 56px) 100px; background: var(--bg); }
.back { display: inline-block; font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); margin-bottom: 30px; }
.back:hover { color: var(--accent); }
.pd { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(32px, 5vw, 72px); align-items: start; }
.pd-imgs { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.pd-img { position: relative; aspect-ratio: 4 / 5; background: var(--surface); }
.pd-info { position: sticky; top: 100px; max-width: 430px; }
.pd-col { font-size: 11px; letter-spacing: .24em; text-transform: uppercase; color: var(--accent); margin-bottom: 16px; }
.pd-info h1 { margin: 0; font-family: var(--lora); font-weight: 500; font-size: clamp(30px, 3.6vw, 48px); line-height: 1.04; }
.pd-tag { font-family: var(--lora); font-style: italic; font-size: 16px; color: var(--muted); margin-top: 14px; }
.pd-price { font-size: 20px; letter-spacing: .04em; margin: 22px 0 30px; }
.label { font-size: 11px; letter-spacing: .22em; text-transform: uppercase; color: var(--muted); margin-bottom: 12px; }
.sizes { display: flex; gap: 9px; flex-wrap: wrap; margin-bottom: 28px; }
.sizes button { min-width: 50px; padding: 12px 14px; font-size: 13px; letter-spacing: .04em; border: 1px solid var(--line2); color: var(--fg); }
.sizes button:hover { border-color: var(--fg); }
.sizes button[aria-pressed="true"] { background: var(--fg); color: var(--bg); border-color: var(--fg); }
.btn-solid { display: inline-block; width: 100%; padding: 18px; font-size: 12px; letter-spacing: .22em; text-transform: uppercase; background: var(--fg); color: var(--bg); text-align: center; transition: opacity .2s; }
.btn-solid:hover { opacity: .88; }
.btn-solid[disabled], .btn-solid.is-disabled { background: var(--surface); color: var(--muted); border: 1px solid var(--line); cursor: not-allowed; opacity: 1; }
.pd-desc { font-size: 15px; line-height: 1.85; margin: 30px 0 0; opacity: .86; }
.pd-details { margin-top: 26px; border-top: 1px solid var(--line); padding-top: 20px; }
.pd-details .label { margin-bottom: 10px; }
.pd-details div + div { font-size: 13px; line-height: 1.75; color: var(--muted); }
.more { margin-top: 84px; }
.more h2 { margin: 0 0 28px; text-align: center; font-family: var(--bodoni); font-weight: 500; font-size: clamp(22px, 2.6vw, 34px); }
.more-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(14px, 1.8vw, 26px); }
.more-grid a { text-align: center; display: block; }
.more-grid .frame { position: relative; aspect-ratio: 4 / 5; background: var(--surface); }
.more-grid .name { margin-top: 14px; font-family: var(--bodoni); font-size: 16px; }
.more-grid .price { margin-top: 5px; font-size: 12px; color: var(--muted); }

/* ---------- Story ---------- */
.story-hero { position: relative; height: 62vh; min-height: 440px; overflow: hidden; }
.story-hero .shade { position: absolute; inset: 0; background: rgba(0, 0, 0, .4); }
.story-hero .copy { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; color: #f4efe6; }
.story-hero .copy div { font-size: 12px; letter-spacing: .34em; text-transform: uppercase; margin-bottom: 18px; }
.story-body { max-width: 760px; margin: 0 auto; padding: clamp(56px, 8vw, 104px) 24px; display: grid; gap: 30px; }
.story-body p { margin: 0; font-family: var(--merri); font-weight: 400; font-size: clamp(19px, 2.1vw, 25px); line-height: 1.62; text-align: center; }
.codes { max-width: 1100px; margin: 0 auto; padding: 0 24px clamp(40px, 6vw, 80px); display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.code { border: 1px solid var(--line); padding: 34px 26px; text-align: center; }
.code .k { font-family: var(--merri); font-weight: 500; font-size: 50px; color: var(--accent); line-height: 1; }
.code .v { font-size: 13px; color: var(--muted); margin-top: 14px; line-height: 1.6; }
.values { text-align: center; padding: 0 24px clamp(70px, 9vw, 120px); }
.values-list { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-bottom: 44px; }
.values-list span { font-size: 11px; letter-spacing: .14em; text-transform: uppercase; border: 1px solid var(--line); padding: 11px 18px; color: var(--muted); }
.btn-inline { display: inline-block; padding: 16px 34px; background: var(--fg); color: var(--bg); font-size: 12px; letter-spacing: .24em; text-transform: uppercase; }
.btn-inline:hover { opacity: .88; }

/* ---------- Footer ---------- */
.site-footer { border-top: 1px solid var(--line); background: var(--bg); }
.ftr { max-width: 1280px; margin: 0 auto; padding: clamp(48px, 6vw, 80px) clamp(24px, 4vw, 56px) 40px; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 48px; align-items: start; }
.ftr-col { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 13px; font-size: 12px; letter-spacing: .1em; }
.ftr-col .ttl { font-size: 11px; letter-spacing: .22em; text-transform: uppercase; color: var(--accent); margin-bottom: 4px; }
.ftr-col a:hover, .ftr-col button:hover { color: var(--accent); }
.ftr-col .muted { color: var(--muted); }
.ftr-blurb { text-align: center; }
.ftr-blurb p { max-width: 280px; font-size: 21px; line-height: 1.8; color: var(--muted); margin: 16px auto 0; font-family: var(--lora); text-align: center; }
.ftr-bottom { border-top: 1px solid var(--line); padding: 18px 24px; text-align: center; font-size: 11px; letter-spacing: .1em; color: var(--muted); }

/* ---------- Cart drawer ---------- */
.drawer { position: fixed; inset: 0; z-index: 100; display: flex; justify-content: flex-end; visibility: hidden; pointer-events: none; }
.drawer.open { visibility: visible; pointer-events: auto; }
.drawer-scrim { position: absolute; inset: 0; background: rgba(0, 0, 0, .55); opacity: 0; transition: opacity .3s; }
.drawer.open .drawer-scrim { opacity: 1; }
.drawer aside { position: relative; width: min(430px, 92vw); height: 100%; background: var(--bg); border-left: 1px solid var(--line); display: flex; flex-direction: column; transform: translateX(100%); transition: transform .35s cubic-bezier(.2, .7, .2, 1); }
.drawer.open aside { transform: none; }
.drawer-head { display: flex; align-items: center; justify-content: space-between; padding: 24px 26px; border-bottom: 1px solid var(--line); }
.drawer-head span { font-family: var(--bodoni); font-size: 20px; }
.drawer-head button { font-size: 19px; }
.drawer-head button:hover { color: var(--accent); }
.drawer-body { flex: 1; overflow: auto; padding: 8px 26px; }
.bag-empty { padding: 64px 0; text-align: center; color: var(--muted); font-style: italic; font-family: var(--bodoni); font-size: 16px; }
.line { display: flex; gap: 14px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.line-thumb { position: relative; width: 64px; flex: none; aspect-ratio: 4 / 5; background: var(--surface); }
.line-main { flex: 1; min-width: 0; }
.line-name { font-family: var(--bodoni); font-size: 16px; }
.line-meta { font-size: 11px; letter-spacing: .08em; color: var(--muted); margin-top: 4px; text-transform: uppercase; }
.qty { display: flex; align-items: center; gap: 14px; margin-top: 12px; }
.qty button { width: 26px; height: 26px; border: 1px solid var(--line2); font-size: 14px; }
.qty button:hover { border-color: var(--accent); }
.qty span { font-size: 13px; min-width: 16px; text-align: center; }
.line-side { text-align: right; display: flex; flex-direction: column; justify-content: space-between; align-items: flex-end; }
.line-side span { font-size: 14px; }
.line-side button { font-size: 10px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
.line-side button:hover { color: var(--accent2); }
.drawer-foot { border-top: 1px solid var(--line); padding: 24px 26px; }
.subtotal { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 6px; }
.subtotal span:first-child { font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); }
.subtotal span:last-child { font-family: Tahoma, var(--sans); font-size: 23px; }
.drawer-note { font-size: 11px; line-height: 1.6; color: var(--muted); margin: 8px 0 16px; }
.drawer-foot .btn-solid { padding: 16px; font-size: 11px; letter-spacing: .2em; }
.btn-ghost { display: block; width: 100%; padding: 13px; margin-top: 10px; font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); text-align: center; }
.btn-ghost:hover { color: var(--fg); }

/* ---------- Modals (Client Care / Shipping & Returns) ---------- */
.modal { position: fixed; inset: 0; z-index: 110; display: none; align-items: center; justify-content: center; padding: 20px; }
.modal.open { display: flex; }
.modal-scrim { position: absolute; inset: 0; background: rgba(0, 0, 0, .6); }
.modal-card { position: relative; width: min(560px, 100%); max-height: calc(100vh - 40px); overflow: auto; background: var(--bg); border: 1px solid var(--line); padding: clamp(28px, 4vw, 44px); animation: fin .35s cubic-bezier(.2, .7, .2, 1) both; }
.modal-close { position: absolute; top: 16px; right: 18px; font-size: 18px; }
.modal-close:hover { color: var(--accent); }
.modal-card h2 { margin: 0; font-family: var(--lora); font-weight: 500; font-size: 30px; }
.modal-card .sub { font-family: var(--lora); font-style: italic; color: var(--muted); margin: 8px 0 22px; }
.modal-card p { font-size: 14px; line-height: 1.75; margin: 0 0 16px; opacity: .88; }
.modal-card .small { font-size: 12px; color: var(--muted); letter-spacing: .03em; opacity: 1; }
.modal-card a.acc { color: var(--accent); }
.contact-row { display: flex; gap: 14px; align-items: center; border: 1px solid var(--line); padding: 14px 16px; margin-bottom: 10px; }
.contact-row .ic { font-size: 18px; width: 24px; text-align: center; }
.contact-row .cap { font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); margin-bottom: 3px; }
.contact-row a { font-size: 14px; color: var(--accent); }
.big-14 { border: 1px solid var(--line); padding: 18px; margin-bottom: 18px; font-size: 14px; line-height: 1.7; }
.big-14 b { font-family: var(--lora); font-size: 22px; color: var(--accent); font-weight: 500; }
.cond { list-style: none; padding: 0; margin: 0 0 20px; font-size: 14px; line-height: 1.9; }
.cond b { font-weight: 500; }
.perk { display: flex; gap: 14px; margin-bottom: 14px; }
.perk .ic { font-size: 18px; color: var(--accent); width: 24px; text-align: center; flex: none; }
.perk div div:first-child { font-size: 12px; letter-spacing: .16em; text-transform: uppercase; margin-bottom: 4px; }
.perk div div:last-child { font-size: 13px; line-height: 1.65; color: var(--muted); }

/* ---------- Checkout ---------- */
.checkout { padding: 30px clamp(24px, 4vw, 56px) 100px; background: var(--bg); }
.co-head { margin-bottom: 36px; }
.co-head h1 { margin: 0; font-family: var(--lora); font-weight: 500; font-size: clamp(32px, 4vw, 52px); }
.co { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(32px, 5vw, 80px); align-items: start; }
.co form { max-width: 620px; }
.co-sec { margin-bottom: 36px; }
.co-sec h2 { margin: 0 0 18px; font-size: 11px; letter-spacing: .24em; text-transform: uppercase; color: var(--accent); font-weight: 400; display: flex; align-items: center; gap: 12px; }
.co-sec h2 i { font-style: normal; color: var(--muted); border: 1px solid var(--line2); width: 22px; height: 22px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-size: 10px; letter-spacing: 0; }
.row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.row-city { display: grid; grid-template-columns: 1fr 150px; gap: 12px; }
.field { position: relative; margin-bottom: 12px; }
.field label { display: block; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); margin-bottom: 7px; }
.field label em { font-style: normal; text-transform: none; letter-spacing: .02em; opacity: .75; }
.field input, .field textarea { width: 100%; background: transparent; border: 1px solid var(--line2); color: var(--fg); font-size: 15px; padding: 14px 14px; border-radius: 0; outline: none; transition: border-color .2s; -webkit-appearance: none; appearance: none; }
.field textarea { resize: vertical; min-height: 84px; line-height: 1.6; }
.field input::placeholder, .field textarea::placeholder { color: var(--muted); opacity: .55; }
.field input:focus, .field textarea:focus { border-color: var(--accent); }
.field.invalid input, .field.invalid textarea { border-color: var(--accent2); }
.field .err { display: none; font-size: 12px; color: var(--accent2); margin-top: 6px; }
.field.invalid .err { display: block; }
.choices { display: grid; gap: 0; border: 1px solid var(--line2); margin-bottom: 14px; }
.choice { display: flex; align-items: center; gap: 14px; padding: 15px 16px; cursor: pointer; font-size: 14px; }
.choice + .choice { border-top: 1px solid var(--line2); }
.choice input { accent-color: var(--accent); width: 16px; height: 16px; margin: 0; }
.choice:has(input:checked) { background: rgba(202, 168, 108, .07); }
.pay-box { border: 1px solid var(--accent); }
.pay-box .choice { cursor: default; }
.pay-box p { margin: 0; padding: 0 16px 16px 46px; font-size: 13px; line-height: 1.65; color: var(--muted); }
.co-error { display: none; border: 1px solid var(--accent2); color: var(--fg); background: rgba(192, 107, 143, .08); padding: 14px 16px; font-size: 13px; line-height: 1.6; margin-bottom: 16px; }
.co-error.show { display: block; }
.co-consent { font-size: 11px; line-height: 1.6; color: var(--muted); margin: 14px 0 0; }
.hp { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }
.co-summary { position: sticky; top: 100px; background: var(--surface); padding: clamp(22px, 3vw, 34px); }
.co-summary h2 { margin: 0 0 8px; font-family: var(--bodoni); font-weight: 500; font-size: 20px; }
.sum-line { display: flex; gap: 14px; align-items: center; padding: 14px 0; border-bottom: 1px solid var(--line); }
.sum-thumb { position: relative; width: 60px; flex: none; aspect-ratio: 4 / 5; }
.sum-thumb .slot { background: var(--bg); }
.sum-thumb .badge { position: absolute; top: -8px; right: -8px; z-index: 2; min-width: 20px; height: 20px; padding: 0 6px; border-radius: 10px; background: var(--muted); color: var(--bg); font-size: 11px; display: flex; align-items: center; justify-content: center; }
.sum-name { flex: 1; min-width: 0; }
.sum-name div:first-child { font-family: var(--bodoni); font-size: 15px; }
.sum-name div:last-child { font-size: 11px; letter-spacing: .08em; color: var(--muted); margin-top: 3px; text-transform: uppercase; }
.sum-price { font-size: 14px; }
.sum-rows { padding-top: 16px; display: grid; gap: 10px; font-size: 14px; }
.sum-rows div { display: flex; justify-content: space-between; gap: 16px; }
.sum-rows div span:first-child { color: var(--muted); }
.sum-rows div span:last-child { text-align: right; }
.sum-rows .total { border-top: 1px solid var(--line); padding-top: 16px; margin-top: 6px; align-items: baseline; }
.sum-rows .total span:first-child { color: var(--fg); font-size: 12px; letter-spacing: .2em; text-transform: uppercase; }
.sum-rows .total span:last-child { font-family: Tahoma, var(--sans); font-size: 24px; }
.sum-rows .cur { font-size: 11px; color: var(--muted); margin-right: 6px; letter-spacing: .1em; font-family: var(--sans); }
.co-empty { text-align: center; padding: 80px 0; }
.co-empty p { font-family: var(--bodoni); font-style: italic; color: var(--muted); font-size: 18px; margin: 0 0 28px; }

/* ---------- Thank you ---------- */
.thanks { max-width: 680px; margin: 0 auto; padding: clamp(56px, 8vw, 110px) 24px 110px; text-align: center; }
.thanks .eyebrow { color: var(--accent); margin-bottom: 20px; }
.thanks h1 { margin: 0; font-family: var(--lora); font-weight: 500; font-style: italic; font-size: clamp(34px, 4.6vw, 58px); line-height: 1.08; }
.thanks .no { display: inline-block; margin: 24px 0 0; padding: 10px 18px; border: 1px solid var(--line2); font-size: 13px; letter-spacing: .16em; }
.thanks p { font-size: 15px; line-height: 1.85; opacity: .85; margin: 26px auto 0; max-width: 520px; }
.thanks .box { text-align: left; background: var(--surface); padding: 22px 26px; margin: 36px 0; }
.thanks .btn-inline { margin-top: 8px; }

/* ---------- Toast ---------- */
.toast { position: fixed; left: 50%; bottom: 24px; transform: translate(-50%, 20px); opacity: 0; z-index: 120; background: var(--fg); color: var(--bg); padding: 12px 20px; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; transition: opacity .25s, transform .25s; pointer-events: none; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

/* ==========================================================================
   Responsive (the design is desktop-first; these keep it clean on phones)
   ========================================================================== */
@media (max-width: 1000px) {
  .more-grid { grid-template-columns: repeat(2, 1fr); }
  .co { grid-template-columns: 1fr; }
  .co-summary { position: static; order: -1; }
  .co form { max-width: none; }
}
@media (max-width: 860px) {
  :root { --header-h: 64px; }
  .hdr { padding: 0 16px; gap: 10px; grid-template-columns: 1fr auto 1fr; }
  .hdr-nav { gap: 14px; flex-direction: column; align-items: flex-start; }
  .hdr-nav a { font-size: 10px; letter-spacing: .16em; }
  .logo { font-size: 19px; letter-spacing: .14em; }
  .hdr-right { gap: 10px; }
  .hdr-ig { display: none; }
  .langs { gap: 2px; font-size: 10px; }
  .bag-btn { font-size: 10px; letter-spacing: .14em; gap: 4px; }
  .hero { min-height: 0; }
  .hero-media { padding-bottom: 0; }
  .ed1 { height: 72vh; min-height: 460px; }
  .ed1-shade { background: linear-gradient(90deg, rgba(0, 0, 0, .6) 0%, rgba(0, 0, 0, .15) 100%); }
  .ed1-copy { right: 24px; }
  .ed2 { grid-template-columns: 1fr; }
  .ed2-media { min-height: 0; aspect-ratio: 4 / 5; }
  .col-grid { grid-template-columns: repeat(2, 1fr); }
  .col-card .name { font-size: 18px; margin-top: 12px; }
  .pd { grid-template-columns: 1fr; }
  .pd-info { position: static; max-width: none; }
  .codes { grid-template-columns: 1fr; }
  .ftr { grid-template-columns: 1fr; gap: 36px; }
  .ftr-blurb { order: -1; }
  .ftr-blurb p { margin-top: 0; }
}
@media (max-width: 520px) {
  .pd-imgs { grid-template-columns: 1fr; }
  .row2, .row-city { grid-template-columns: 1fr; gap: 0; }
  .bag-btn .lbl { display: none; }
  .bag-ic { display: block; color: var(--fg); }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
}

/* ==========================================================================
   Legal & compliance UI
   ========================================================================== */
.pd-pricenote { font-size: 11px; letter-spacing: .06em; color: var(--muted); margin: -22px 0 28px; }
.pd-facts { display: grid; grid-template-columns: auto 1fr; gap: 6px 14px; margin: 14px 0 0; font-size: 13px; line-height: 1.6; }
.pd-facts dt { color: var(--muted); }
.pd-facts dd { margin: 0; }
.rights-link { display: inline; font-size: 12px; letter-spacing: .04em; color: var(--accent); border-bottom: 1px solid currentColor; padding: 0 0 1px; margin-top: 14px; text-align: left; }
.pd-details .rights-link { display: inline-block; }
.rights-link:hover { opacity: .75; }

.co-info { border: 1px solid var(--line2); padding: 16px 18px; margin: 4px 0 18px; }
.co-info-t { font-size: 11px; letter-spacing: .22em; text-transform: uppercase; color: var(--accent); margin-bottom: 10px; }
.co-info dl { display: grid; grid-template-columns: 150px 1fr; gap: 7px 14px; margin: 0; font-size: 13px; line-height: 1.6; }
.co-info dt { color: var(--muted); }
.co-info dd { margin: 0; }
.co-info a { color: var(--accent); border-bottom: 1px solid currentColor; }
.co-info .rights-link { margin: 0; font-size: 13px; }
.check-field { margin: 6px 0 8px; }
.check { display: flex !important; gap: 12px; align-items: flex-start; font-size: 14px !important; letter-spacing: 0 !important; text-transform: none !important; color: var(--fg) !important; cursor: pointer; line-height: 1.5; }
.check input { width: 18px; height: 18px; margin: 1px 0 0; accent-color: var(--accent); flex: none; }
.check a, .co-privacy a { color: var(--accent); border-bottom: 1px solid currentColor; }
.check-field.invalid .check input { outline: 1px solid var(--accent2); outline-offset: 2px; }
.co-privacy { font-size: 12px; line-height: 1.6; color: var(--muted); margin: 0 0 16px 30px; }
.co-pay { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; border-top: 1px solid var(--line); padding: 16px 0 14px; font-size: 12px; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); }
.co-pay span:last-child { font-family: Tahoma, var(--sans); font-size: 22px; letter-spacing: .02em; text-transform: none; color: var(--fg); }
.co-pay small { font-family: var(--sans); font-size: 11px; color: var(--muted); letter-spacing: .04em; }

.ftr-legal { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 26px; padding: 18px 24px; border-top: 1px solid var(--line); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.ftr-legal a, .ftr-legal button { color: var(--muted); }
.ftr-legal a:hover, .ftr-legal button:hover { color: var(--accent); }
.ftr-legal .w-link { color: var(--fg); border-bottom: 1px solid var(--accent); padding-bottom: 2px; }

.thanks-legal { margin-top: 28px !important; font-size: 12px !important; letter-spacing: .06em; }
.thanks-legal a { color: var(--accent); }
.thanks-legal .rights-link { margin: 0; font-size: 12px; }

.legal { padding: 30px clamp(24px, 4vw, 56px) 100px; background: var(--bg); }
.legal-tools { max-width: 820px; margin: 0 auto; }
.legal-doc { max-width: 820px; margin: 0 auto; font-size: 15px; line-height: 1.8; }
.legal-doc h1 { font-family: var(--lora); font-weight: 500; font-size: clamp(32px, 4vw, 48px); line-height: 1.1; margin: 0 0 8px; }
.legal-doc h2 { font-family: var(--lora); font-weight: 500; font-size: 22px; margin: 40px 0 12px; scroll-margin-top: calc(var(--header-h) + 20px); }
.legal-doc .meta { color: var(--muted); font-size: 13px; margin: 0 0 20px; }
.legal-doc p, .legal-doc li { opacity: .9; }
.legal-doc a { color: var(--accent); }
.legal-doc ol, .legal-doc ul { padding-left: 22px; }
.seller-dl { display: grid; grid-template-columns: 160px 1fr; gap: 6px 16px; margin: 0 0 12px; font-size: 14px; }
.seller-dl dt { color: var(--muted); }
.seller-dl dd { margin: 0; }
.ltable { width: 100%; border-collapse: collapse; font-size: 13px; line-height: 1.6; margin: 10px 0 16px; }
.ltable th, .ltable td { border: 1px solid var(--line2); padding: 9px 11px; text-align: left; vertical-align: top; }
.ltable th { font-weight: 500; color: var(--accent); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.wform { border: 1px dashed var(--line2); padding: 18px 20px; margin: 18px 0; font-size: 13px; line-height: 1.7; }
.wform p { margin: 0 0 8px; }
.wform-t { font-family: var(--lora); font-size: 17px; margin-bottom: 8px; }
.legal-nav { max-width: 820px; margin: 60px auto 0; display: flex; flex-wrap: wrap; gap: 10px 26px; border-top: 1px solid var(--line); padding-top: 22px; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.legal-nav a { color: var(--muted); }
.legal-nav a:hover { color: var(--accent); }
.legal-nav .w-link { color: var(--fg); }
.eu-notice { margin: 24px 0; max-width: 760px; }
.eu-notice img { width: 100%; height: auto; background: #fff; }
.eu-notice figcaption { margin-top: 10px; font-size: 13px; }
.eu-notice figcaption a { color: var(--accent); }
.modal-card .eu-notice { margin: 0 0 14px; max-width: none; }
.modal-card.wide { width: min(860px, 100%); }
.modal-seller { margin-top: 20px; border-top: 1px solid var(--line); padding-top: 16px; }
.modal-seller .seller-dl { grid-template-columns: 120px 1fr; font-size: 13px; }
.modal-seller a { color: var(--accent); }
.withdraw form { max-width: 560px; margin: 26px 0 10px; }
.withdraw .field textarea { min-height: 70px; }
.ack { white-space: pre-wrap; background: var(--surface); padding: 18px 20px; font-family: var(--sans); font-size: 13px; line-height: 1.7; }

@media (max-width: 860px) {
  .co-info dl, .seller-dl { grid-template-columns: 1fr; gap: 0 0; }
  .co-info dd, .seller-dl dd { margin-bottom: 8px; }
  .co-privacy { margin-left: 0; }
  .ltable { display: block; overflow-x: auto; }
}

@media print {
  .site-header, .site-footer, .drawer, .modal, .toast, .legal-tools, .legal-nav, .withdraw form { display: none !important; }
  body { background: #fff; color: #000; }
  .legal { padding: 0; background: #fff; }
  .legal-doc, .legal-doc p, .legal-doc li { color: #000; opacity: 1; font-size: 11pt; }
  .legal-doc a { color: #000; }
  .ltable th, .ltable td, .wform { border-color: #999; }
  .ltable th { color: #000; }
  #view > main { animation: none; }
}
