/* ============================================================
   CROWNED IN EDEN — styles.css
   Visual design file. Edit here to change colors, fonts,
   spacing, layout, etc.

   ⚠ DO NOT edit this file to change prices, products,
     photos, or form options. That's what products.js is for.

   BRAND COLORS:
     --black  #0C0A09   (background)
     --gold   #C9A84C   (accent / headings)
     --red    #6B1020   (buttons / highlights)
     --cream  #F0E8DC   (body text)
     --muted  #8A7E72   (secondary text)
============================================================ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --black: #0C0A09;
  --gold:  #C9A84C;
  --red:   #6B1020;
  --cream: #F0E8DC;
  --muted: #8A7E72;
  --border: rgba(201,168,76,0.15);
  --font-d: 'Cinzel', serif;
  --font-b: 'Cormorant Garamond', serif;
}

body {
  background: radial-gradient(ellipse at 50% 0%, rgba(107,16,32,0.18) 0%, transparent 65%), var(--black);
  color: var(--cream);
  font-family: var(--font-b);
  min-height: 100vh;
  padding: 0 0 80px;
}

/* ── HERO ──────────────────────────────────────── */
.hero { text-align: center; padding: 52px 24px 40px; }
.hero-logo { height: 90px; width: auto; margin: 0 auto 22px; display: block; }
.hero-eyebrow { font-family: var(--font-d); font-size: 9px; letter-spacing: 0.28em; text-transform: uppercase; color: var(--gold); display: block; margin-bottom: 14px; }
.hero-title { font-family: var(--font-d); font-size: clamp(26px,6vw,42px); font-weight: 400; color: var(--cream); letter-spacing: 0.06em; margin-bottom: 6px; }
.hero-title span { color: var(--gold); }
.hero-statement { font-family: var(--font-b); font-style: italic; font-size: clamp(16px,3.5vw,20px); color: var(--cream); line-height: 1.7; margin: 0 auto 24px; max-width: 480px; }
.hero-notice { display: inline-block; font-family: var(--font-b); font-style: italic; font-size: 13px; color: rgba(201,168,76,0.7); border: 1px solid rgba(201,168,76,0.2); border-radius: 4px; padding: 8px 18px; margin-bottom: 28px; line-height: 1.6; }
.hero-badges { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; }
.badge { background: rgba(255,255,255,0.03); border: 1px solid var(--border); border-radius: 6px; padding: 10px 18px; text-align: center; }
.badge-label { display: block; font-family: var(--font-d); font-size: 8px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted); margin-bottom: 4px; }
.badge-value { display: block; font-family: var(--font-d); font-size: 10px; letter-spacing: 0.1em; color: var(--cream); }

/* ── BRAND INTRO ───────────────────────────────── */
.brand-intro { max-width: 700px; margin: 0 auto; padding: 32px 24px 28px; text-align: center; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.brand-intro h2 { font-family: var(--font-d); font-size: clamp(15px,3.5vw,21px); font-weight: 400; color: var(--cream); letter-spacing: 0.05em; margin-bottom: 12px; }
.brand-intro p { font-family: var(--font-b); font-size: 15px; color: var(--muted); line-height: 1.75; margin-bottom: 20px; }
.brand-pillars { display: flex; justify-content: center; gap: 24px; flex-wrap: wrap; margin-bottom: 16px; }
.pillar { text-align: center; }
.pillar-icon { font-size: 20px; display: block; margin-bottom: 4px; }
.pillar-text { font-family: var(--font-d); font-size: 8px; letter-spacing: 0.15em; text-transform: uppercase; color: var(--muted); display: block; }
.brand-includes { display: block; font-family: var(--font-b); font-style: italic; font-size: 14px; color: rgba(201,168,76,0.8); border-top: 1px solid rgba(201,168,76,0.15); padding-top: 14px; margin-top: 2px; line-height: 1.7; }
.ig-link { display: inline-block; margin-top: 14px; font-family: var(--font-d); font-size: 9px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); text-decoration: none; border-bottom: 1px solid rgba(201,168,76,0.3); padding-bottom: 2px; }

/* ── TRUST SECTION ─────────────────────────────── */
.trust-section { max-width: 780px; margin: 0 auto; padding: 40px 20px 36px; border-bottom: 1px solid var(--border); }
.trust-header { text-align: center; margin-bottom: 24px; }
.trust-eyebrow { display: block; font-family: var(--font-d); font-size: 9px; letter-spacing: 0.25em; text-transform: uppercase; color: var(--gold); margin-bottom: 10px; }
.trust-title { font-family: var(--font-d); font-size: clamp(17px,3.5vw,24px); font-weight: 400; color: var(--cream); letter-spacing: 0.04em; }
.trust-gallery { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; margin-bottom: 28px; }
@media (max-width: 600px) {
  .trust-gallery { grid-template-columns: repeat(15, calc((100vw - 64px) / 3)); overflow-x: auto; -webkit-overflow-scrolling: touch; scrollbar-width: none; padding-bottom: 4px; }
  .trust-gallery::-webkit-scrollbar { display: none; }
}
.trust-photo { aspect-ratio: 3/4; overflow: hidden; border-radius: 6px; border: 1px solid rgba(201,168,76,0.15); flex-shrink: 0; }
.trust-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block; }
.trust-reviews { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-bottom: 20px; }
@media (max-width: 640px) { .trust-reviews { grid-template-columns: 1fr; } }
.trust-card { background: rgba(255,255,255,0.03); border: 1px solid rgba(201,168,76,0.12); border-radius: 8px; padding: 18px 16px; }
.trust-stars { color: var(--gold); font-size: 12px; letter-spacing: 2px; margin-bottom: 10px; }
.trust-quote { font-family: var(--font-b); font-style: italic; font-size: 13px; color: rgba(240,232,220,0.82); line-height: 1.65; margin-bottom: 12px; }
.trust-name { font-family: var(--font-d); font-size: 8px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); }
.trust-rating-bar { display: flex; align-items: center; justify-content: center; gap: 12px; padding: 14px 0 2px; }
.trust-stars-lg { color: var(--gold); font-size: 14px; letter-spacing: 3px; }
.trust-rating-text { font-family: var(--font-d); font-size: 9px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted); }

/* ── FORM WRAPPER ──────────────────────────────── */
.form-wrapper { max-width: 680px; margin: 0 auto; padding: 40px 20px 0; }
.section { background: rgba(255,255,255,0.02); border: 1px solid var(--border); border-radius: 10px; padding: 28px 24px; margin-bottom: 16px; }
.section-header { display: flex; align-items: center; gap: 12px; margin-bottom: 22px; }
.section-num { width: 28px; height: 28px; border: 1px solid var(--gold); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: var(--font-d); font-size: 11px; color: var(--gold); flex-shrink: 0; }
.section-title { font-family: var(--font-d); font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--cream); }
.field { margin-bottom: 16px; }
.field label { display: block; font-family: var(--font-d); font-size: 9px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted); margin-bottom: 7px; }
.field input, .field select, .field textarea { width: 100%; background: rgba(255,255,255,0.04); border: 1px solid rgba(201,168,76,0.2); border-radius: 6px; padding: 12px 14px; font-family: var(--font-b); font-size: 15px; color: var(--cream); outline: none; transition: border-color 0.2s; appearance: none; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: rgba(201,168,76,0.5); }
.field select option { background: #1a1410; }
.field textarea { min-height: 80px; resize: vertical; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
@media (max-width: 480px) { .field-row { grid-template-columns: 1fr; } }

/* ── OCCASION PILLS ────────────────────────────── */
.occasion-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; }
@media (max-width: 400px) { .occasion-grid { grid-template-columns: repeat(2,1fr); } }
.occasion-opt { display: none; }
.occasion-label { display: block; padding: 10px 8px; border: 1px solid rgba(201,168,76,0.18); border-radius: 6px; cursor: pointer; text-align: center; transition: all 0.2s; font-family: var(--font-d); font-size: 9px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); }
.occasion-opt:checked + .occasion-label { border-color: var(--gold); background: rgba(201,168,76,0.08); color: var(--cream); }

/* ── COLLECTIONS ───────────────────────────────── */
.collections { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
@media (max-width: 400px) { .collections { grid-template-columns: 1fr; } }
.collection-option { display: none; }
.collection-label { display: flex; align-items: center; gap: 14px; padding: 14px 16px; border: 1px solid rgba(201,168,76,0.18); border-radius: 8px; cursor: pointer; transition: all 0.2s; }
.collection-option:checked + .collection-label { border-color: var(--gold); background: rgba(201,168,76,0.06); }
.collection-dot { width: 14px; height: 14px; border-radius: 50%; flex-shrink: 0; }
.collection-dot.red    { background: #8C1A2A; }
.collection-dot.pink   { background: #C4738A; }
.collection-dot.white  { background: #E8E0D4; }
.collection-dot.purple { background: #6B4E8C; }
.collection-name { font-family: var(--font-d); font-size: 10px; letter-spacing: 0.12em; color: var(--cream); display: block; }
.collection-sub  { font-family: var(--font-b); font-style: italic; font-size: 12px; color: var(--muted); display: block; }

/* ── PRODUCT TYPE CARDS ────────────────────────── */
.type-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin-bottom: 20px; }
@media (max-width: 480px) { .type-cards { grid-template-columns: 1fr; } }
.type-card-opt { display: none; }
.type-card-label { display: block; padding: 16px 14px; border: 1px solid rgba(201,168,76,0.18); border-radius: 8px; cursor: pointer; text-align: center; transition: all 0.2s; }
.type-card-opt:checked + .type-card-label { border-color: var(--gold); background: rgba(201,168,76,0.06); }
.type-card-name { font-family: var(--font-d); font-size: 10px; letter-spacing: 0.12em; color: var(--cream); display: block; margin-bottom: 5px; }
.type-card-desc { font-family: var(--font-b); font-style: italic; font-size: 12px; color: var(--muted); display: block; }

/* ── SYMPATHY CARDS ────────────────────────────── */
.sympathy-type-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.sympathy-opt { display: none; }
.sympathy-label { display: block; padding: 16px 14px; border: 1px solid rgba(201,168,76,0.18); border-radius: 8px; cursor: pointer; transition: all 0.2s; }
.sympathy-opt:checked + .sympathy-label { border-color: var(--gold); background: rgba(201,168,76,0.06); }
.sympathy-name  { font-family: var(--font-d); font-size: 10px; letter-spacing: 0.12em; color: var(--cream); display: block; margin-bottom: 4px; }
.sympathy-price { font-family: var(--font-d); font-size: 10px; color: var(--gold); display: block; margin-bottom: 5px; }
.sympathy-desc  { font-family: var(--font-b); font-style: italic; font-size: 12px; color: var(--muted); display: block; }

/* ── ARRANGEMENT GROUPS ────────────────────────── */
.arrangement-group { background: rgba(255,255,255,0.02); border: 1px solid rgba(201,168,76,0.1); border-radius: 8px; padding: 18px; margin-bottom: 12px; }
.remove-arrangement { background: none; border: 1px solid rgba(107,16,32,0.5); border-radius: 4px; color: rgba(201,168,76,0.5); font-family: var(--font-d); font-size: 8px; letter-spacing: 0.15em; text-transform: uppercase; padding: 6px 12px; cursor: pointer; margin-top: 4px; }
.add-arrangement-btn { width: 100%; padding: 12px; background: none; border: 1px dashed rgba(201,168,76,0.25); border-radius: 6px; font-family: var(--font-d); font-size: 9px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); cursor: pointer; transition: all 0.2s; margin-top: 4px; }
.add-arrangement-btn:hover { border-color: rgba(201,168,76,0.5); background: rgba(201,168,76,0.04); }
.custom-note { font-family: var(--font-b); font-style: italic; font-size: 13px; color: var(--muted); margin-bottom: 18px; }

/* ── WRAP OPTIONS ──────────────────────────────── */
.wrap-options { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
@media (max-width: 400px) { .wrap-options { grid-template-columns: 1fr; } }
.wrap-option { display: none; }
.wrap-label { display: block; padding: 14px 12px; border: 1px solid rgba(201,168,76,0.18); border-radius: 8px; cursor: pointer; text-align: center; transition: all 0.2s; }
.wrap-option:checked + .wrap-label { border-color: var(--gold); background: rgba(201,168,76,0.06); }
.wrap-name  { font-family: var(--font-d); font-size: 10px; letter-spacing: 0.1em; color: var(--cream); display: block; margin-bottom: 4px; }
.wrap-desc  { font-family: var(--font-b); font-style: italic; font-size: 11px; color: var(--muted); display: block; margin-bottom: 6px; }
.wrap-price { font-family: var(--font-d); font-size: 9px; color: var(--gold); display: block; }

/* ── ADD-ONS ───────────────────────────────────── */
.addons-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; }
@media (max-width: 400px) { .addons-grid { grid-template-columns: 1fr; } }
.addon-option { display: none; }
.addon-label { display: flex; justify-content: space-between; align-items: center; padding: 12px 14px; border: 1px solid rgba(201,168,76,0.15); border-radius: 7px; cursor: pointer; transition: all 0.2s; }
.addon-option:checked + .addon-label { border-color: var(--gold); background: rgba(201,168,76,0.05); }
.addon-name  { font-family: var(--font-d); font-size: 9px; letter-spacing: 0.12em; color: var(--cream); }
.addon-price { font-family: var(--font-d); font-size: 9px; color: var(--gold); }
.addon-sub   { font-size: 8px; color: var(--muted); }
.addon-qty { margin-top: 10px; display: none; }
.addon-qty.visible { display: block; }
.addon-qty input,
.addon-qty select {
  width: 100%;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(201,168,76,0.2);
  border-radius: 6px;
  padding: 10px 14px;
  font-family: var(--font-b);
  font-size: 15px;
  color: var(--cream);
  outline: none;
  appearance: none;
}
.addon-qty-label {
  font-family: var(--font-d);
  font-size: 9px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--muted);
  display: block;
  margin: 10px 0 6px;
}

/* ── DELIVERY ──────────────────────────────────── */
.delivery-options { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
@media (max-width: 480px) { .delivery-options { grid-template-columns: 1fr; } }
.delivery-opt { display: none; }
.delivery-label { display: block; padding: 14px; border: 1px solid rgba(201,168,76,0.15); border-radius: 8px; cursor: pointer; transition: all 0.2s; }
.delivery-opt:checked + .delivery-label { border-color: var(--gold); background: rgba(201,168,76,0.05); }
.delivery-name  { font-family: var(--font-d); font-size: 9px; letter-spacing: 0.12em; color: var(--cream); display: block; margin-bottom: 3px; }
.delivery-desc  { font-family: var(--font-b); font-style: italic; font-size: 12px; color: var(--muted); display: block; margin-bottom: 5px; }
.delivery-price { font-family: var(--font-d); font-size: 9px; color: var(--gold); display: block; }
.address-fields { display: none; }
.address-fields.visible { display: block; margin-top: 16px; }

/* ── MISC ──────────────────────────────────────── */
.rush-disclaimer { background: rgba(107,16,32,0.12); border: 1px solid rgba(107,16,32,0.35); border-radius: 8px; padding: 14px 16px; margin-bottom: 16px; display: flex; gap: 10px; align-items: flex-start; }
.rush-icon { color: var(--gold); font-size: 14px; flex-shrink: 0; margin-top: 1px; }
.rush-text { font-family: var(--font-b); font-size: 13px; color: var(--muted); line-height: 1.6; font-style: italic; }
.rush-text strong { color: var(--cream); font-style: normal; }
.invoice-total-box { background: rgba(201,168,76,0.04); border: 1px solid rgba(201,168,76,0.2); border-radius: 8px; padding: 20px 22px; margin-top: 8px; }
.invoice-label { font-family: var(--font-d); font-size: 9px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted); display: block; margin-bottom: 6px; }
.invoice-amount { font-family: var(--font-d); font-size: 24px; color: var(--gold); display: block; margin-bottom: 4px; }
.invoice-deposit-note { font-family: var(--font-b); font-style: italic; font-size: 12px; color: var(--muted); }
.submit-btn { width: 100%; padding: 18px; background: linear-gradient(135deg, #8C1A2A 0%, #6B1020 100%); border: 1px solid rgba(201,168,76,0.3); border-radius: 8px; font-family: var(--font-d); font-size: 11px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--cream); cursor: pointer; transition: opacity 0.2s, transform 0.1s; margin-top: 8px; }
.submit-btn:hover   { opacity: 0.9; }
.submit-btn:active  { transform: scale(0.99); }
.submit-btn:disabled { opacity: 0.5; cursor: not-allowed; }
.footer-note { text-align: center; font-family: var(--font-b); font-style: italic; font-size: 13px; color: var(--muted); margin-top: 28px; line-height: 1.7; }
.closing-statement { font-family: var(--font-b); font-style: italic; font-size: 15px; color: rgba(201,168,76,0.75); line-height: 1.75; text-align: center; margin-top: 20px; padding: 16px 0 4px; border-top: 1px solid rgba(201,168,76,0.12); }

/* ── SUCCESS SCREEN ────────────────────────────── */
.success-screen { display: none; text-align: center; padding: 60px 24px; }
.success-screen.visible { display: block; }
.success-icon  { font-size: 36px; margin-bottom: 18px; }
.success-title { font-family: var(--font-d); font-size: 22px; font-weight: 400; color: var(--cream); letter-spacing: 0.06em; margin-bottom: 14px; }
.success-body  { font-family: var(--font-b); font-size: 16px; color: var(--muted); line-height: 1.75; }

/* ── PAGE FOOTER ───────────────────────────────── */
.page-footer { text-align: center; padding: 32px 20px 0; font-family: var(--font-d); font-size: 9px; letter-spacing: 0.15em; text-transform: uppercase; color: var(--muted); }

/* ── SYMPATHY INLINE ADDON BOX ─────────────────── */
.sympathy-addon-box { background: rgba(255,255,255,0.02); border: 1px solid rgba(201,168,76,0.1); border-radius: 8px; padding: 14px 16px; margin-bottom: 16px; }
.sympathy-addon-box .addon-label { border: none; padding: 0; background: none; }

/* ── UTILITY ───────────────────────────────────── */
.hidden { display: none !important; }

/* ── FIELD HELPERS ─────────────────────────────── */
.field-optional { font-family: var(--font-b); font-style: italic; font-size: 11px; color: var(--muted); }
.section-title-sub { font-family: var(--font-b); font-style: italic; font-size: 12px; letter-spacing: 0; text-transform: none; color: var(--muted); }
.custom-note-link { color: var(--gold); text-decoration: none; border-bottom: 1px solid rgba(201,168,76,0.3); }
.sympathy-note { font-family: var(--font-b); font-style: italic; font-size: 12px; color: rgba(201,168,76,0.6); line-height: 1.6; }

/* ── SUB-DIVIDER ───────────────────────────────── */
.sub-divider {
  font-family: var(--font-d);
  font-size: 9px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
  text-align: center;
  margin: 20px 0 14px;
  position: relative;
}
.sub-divider::before,
.sub-divider::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 30%;
  height: 1px;
  background: rgba(201,168,76,0.15);
}
.sub-divider::before { left: 0; }
.sub-divider::after  { right: 0; }

/* ── BOUQUET TYPE CARDS (Fresh / Faux) ─────────── */
.bouquet-type-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 4px; }
@media (max-width: 400px) { .bouquet-type-cards { grid-template-columns: 1fr; } }
.btype-opt { display: none; }
.btype-label {
  display: block;
  padding: 16px 14px;
  border: 1px solid rgba(201,168,76,0.18);
  border-radius: 8px;
  cursor: pointer;
  text-align: center;
  transition: all 0.2s;
}
.btype-opt:checked + .btype-label { border-color: var(--gold); background: rgba(201,168,76,0.06); }
.btype-name { font-family: var(--font-d); font-size: 10px; letter-spacing: 0.12em; color: var(--cream); display: block; margin-bottom: 5px; }
.btype-desc { font-family: var(--font-b); font-style: italic; font-size: 12px; color: var(--muted); display: block; }

/* ── FAUX PRICE NOTE ───────────────────────────── */
.faux-price-note {
  font-family: var(--font-b);
  font-style: italic;
  font-size: 13px;
  color: rgba(201,168,76,0.7);
  margin-top: 8px;
  text-align: center;
}

/* ── COLOR GRID (rose color picker) ───────────── */
.color-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 2px; }
@media (max-width: 400px) { .color-grid { grid-template-columns: repeat(2, 1fr); } }
.color-opt-wrapper { position: relative; }
.color-opt { display: none; }
.color-label {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 12px;
  border: 1px solid rgba(201,168,76,0.18);
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s;
}
.color-opt:checked + .color-label { border-color: var(--gold); background: rgba(201,168,76,0.08); }
.color-label.dimmed { opacity: 0.35; cursor: not-allowed; }
.color-dot { display: block; width: 14px; height: 14px; min-width: 14px; border-radius: 50%; flex-shrink: 0; border: 1px solid rgba(255,255,255,0.1); align-self: center; }
.color-dot.red    { background: #8C1A2A; }
.color-dot.pink   { background: #C4738A; }
.color-dot.white  { background: #E8E0D4; border-color: rgba(201,168,76,0.3); }
.color-dot.purple { background: #6B4E8C; }
.color-dot.yellow { background: #D4A020; }
.color-dot.custom { background: linear-gradient(135deg, #C4738A 0%, #E8E0D4 33%, #6B4E8C 66%, #D4A020 100%); }
.color-text { display: flex; flex-direction: column; }
.color-name { font-family: var(--font-d); font-size: 9px; letter-spacing: 0.1em; color: var(--cream); }
.color-sub  { font-family: var(--font-b); font-style: italic; font-size: 11px; color: var(--muted); }
.color-limit-note {
  font-family: var(--font-b);
  font-style: italic;
  font-size: 11px;
  color: rgba(201,168,76,0.6);
  letter-spacing: 0;
  text-transform: none;
  margin-left: 6px;
}
.color-custom-block { margin-top: 10px; }
.color-custom-note {
  font-family: var(--font-b);
  font-style: italic;
  font-size: 12px;
  color: rgba(201,168,76,0.6);
  margin-bottom: 8px;
  line-height: 1.5;
}
.color-custom-input {
  width: 100%;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(201,168,76,0.2);
  border-radius: 6px;
  padding: 10px 14px;
  font-family: var(--font-b);
  font-size: 14px;
  color: var(--cream);
  outline: none;
}
.color-custom-input:focus { border-color: rgba(201,168,76,0.5); }

/* ── WRAP COLOR PILLS ──────────────────────────── */
.wrap-color-options { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 2px; }
.wrap-color-opt-wrapper { position: relative; }
.wrap-color-opt { display: none; }
.wrap-color-label {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 8px 14px;
  border: 1px solid rgba(201,168,76,0.18);
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.2s;
}
.wrap-color-opt:checked + .wrap-color-label { border-color: var(--gold); background: rgba(201,168,76,0.08); }
.wrap-color-dot { display: block; width: 11px; height: 11px; min-width: 11px; border-radius: 50%; flex-shrink: 0; border: 1px solid rgba(255,255,255,0.12); align-self: center; }
.wc-black        { background: #1a1410; border-color: rgba(201,168,76,0.3) !important; }
.wc-white        { background: #E8E0D4; border-color: rgba(201,168,76,0.3) !important; }
.wc-pink         { background: #C4738A; }
.wc-beige        { background: #C8A882; }
.wc-pastel-green { background: #9DC08B; }
.wrap-color-name { font-family: var(--font-d); font-size: 9px; letter-spacing: 0.1em; color: var(--cream); }

/* ── PHOTO UPLOAD ──────────────────────────────── */
.photo-upload-input {
  width: 100%;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(201,168,76,0.2);
  border-radius: 6px;
  padding: 10px 14px;
  font-family: var(--font-b);
  font-size: 14px;
  color: var(--cream);
  outline: none;
  cursor: pointer;
}
.photo-upload-input:focus { border-color: rgba(201,168,76,0.5); }

/* ── DEPOSIT AGREEMENT BOX ─────────────────────── */
.deposit-agreement-box {
  background: rgba(107,16,32,0.08);
  border: 1px solid rgba(107,16,32,0.3);
  border-radius: 8px;
  padding: 16px 18px;
  margin-bottom: 16px;
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.deposit-agreement-box input[type="checkbox"] {
  margin-top: 3px;
  flex-shrink: 0;
  accent-color: var(--gold);
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.deposit-agreement-box label {
  font-family: var(--font-b);
  font-size: 14px;
  color: var(--cream);
  line-height: 1.65;
  cursor: pointer;
}
.deposit-highlight { color: var(--gold); }

/* ── FOOTER PRIVACY LINK ───────────────────────── */
/* ── BLOCKED DATE MESSAGE ──────────────────────────── */
.date-blocked-msg {
  font-family: var(--font-b);
  font-style: italic;
  font-size: 13px;
  color: #E07070;
  margin-top: 8px;
  line-height: 1.5;
}

/* ── FOOTER PRIVACY LINK ───────────────────────────── */
.footer-privacy-link {
  color: var(--muted);
  text-decoration: none;
  font-family: var(--font-d);
  font-size: 9px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(138,126,114,0.3);
  padding-bottom: 1px;
  transition: color 0.2s;
}
.footer-privacy-link:hover { color: var(--gold); border-color: rgba(201,168,76,0.4); }

/* ── PRIVACY POLICY MODAL ──────────────────────── */
.privacy-modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(12,10,9,0.85);
  z-index: 1000;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.privacy-modal-overlay.visible { display: flex; }
.privacy-modal {
  position: relative;
  background: #171410;
  border: 1px solid rgba(201,168,76,0.2);
  border-radius: 10px;
  max-width: 600px;
  width: 100%;
  max-height: 80vh;
  overflow-y: auto;
  padding: 36px 32px 32px;
}
@media (max-width: 480px) { .privacy-modal { padding: 28px 20px 24px; } }
.privacy-modal-close {
  position: absolute;
  top: 14px;
  right: 16px;
  background: none;
  border: none;
  color: var(--muted);
  font-size: 16px;
  cursor: pointer;
  line-height: 1;
  padding: 4px 6px;
  transition: color 0.2s;
}
.privacy-modal-close:hover { color: var(--gold); }
.privacy-modal-content h2 {
  font-family: var(--font-d);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: var(--cream);
  margin-bottom: 6px;
}
.privacy-modal-content .pp-updated {
  font-family: var(--font-b);
  font-style: italic;
  font-size: 12px;
  color: var(--muted);
  margin-bottom: 20px;
}
.privacy-modal-content h3 {
  font-family: var(--font-d);
  font-size: 10px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 20px 0 8px;
}
.privacy-modal-content p {
  font-family: var(--font-b);
  font-size: 14px;
  color: rgba(240,232,220,0.8);
  line-height: 1.75;
}
