:root {
  --ink: #24201d;
  --muted: #756e68;
  --paper: #fbf8f3;
  --cream: #f3ece2;
  --white: #fffdf9;
  --wine: #6f2f3c;
  --wine-dark: #4e202a;
  --gold: #b18a55;
  --line: rgba(73, 56, 48, .16);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.order-header {
  height: 88px; padding: 0 clamp(20px, 5vw, 76px); display: grid; grid-template-columns: 1fr auto 1fr;
  align-items: center; border-bottom: 1px solid var(--line); background: rgba(251,248,243,.94); position: sticky;
  top: 0; z-index: 20; backdrop-filter: blur(14px);
}
.back-link, .header-contact { color: var(--ink); text-decoration: none; font-size: 13px; font-weight: 700; letter-spacing: .04em; }
.back-link span { margin-left: 7px; }
.header-contact { justify-self: end; border-bottom: 1px solid var(--wine); padding-bottom: 4px; }
.order-brand { color: var(--ink); text-decoration: none; text-align: left; display: flex; align-items: center; gap: 10px; line-height: 1; }
.order-brand-logo { width: 48px; height: 48px; flex: 0 0 48px; border: 2px solid rgba(177,138,85,.48); border-radius: 50%; object-fit: cover; box-shadow: 0 5px 15px rgba(61,43,35,.12); }
.order-brand-copy { display: grid; line-height: 1; }
.order-brand .brand-heart { color: var(--wine); font-size: 12px; margin-bottom: -2px; }
.order-brand strong { font: 700 31px var(--serif); letter-spacing: -.04em; }
.order-brand strong span, .order-footer strong span { color: var(--wine); }
.order-brand small { font-size: 7px; letter-spacing: .25em; color: var(--muted); margin-top: 2px; }

.collection-hero {
  min-height: 510px; padding: 92px 24px 70px; text-align: center; position: relative; overflow: hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(177,138,85,.09) 0 2px, transparent 3px),
    radial-gradient(circle at 88% 72%, rgba(111,47,60,.08) 0 2px, transparent 3px),
    linear-gradient(135deg, #f5eee5, #fffdf9 48%, #f0e6db);
}
.collection-hero::before, .collection-hero::after { content: ""; position: absolute; border: 1px solid rgba(177,138,85,.26); width: 290px; height: 290px; transform: rotate(45deg); }
.collection-hero::before { left: -210px; top: 40px; }
.collection-hero::after { right: -220px; bottom: -20px; }
.hero-ornament { color: var(--gold); font-size: 24px; margin-bottom: 19px; }
.kicker { margin: 0 0 13px; color: var(--wine); text-transform: uppercase; letter-spacing: .21em; font-size: 11px; font-weight: 700; }
.collection-hero h1 { margin: 0; font: 600 clamp(47px, 6vw, 78px)/.94 var(--serif); letter-spacing: -.04em; }
.collection-hero h1 em { color: var(--wine); font-weight: 500; }
.collection-hero > p:not(.kicker) { max-width: 620px; margin: 27px auto 36px; color: var(--muted); font-size: 14px; line-height: 1.8; }
.journey { display: flex; justify-content: center; align-items: center; gap: 12px; color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.journey span { display: flex; align-items: center; gap: 8px; }
.journey b { width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-size: 10px; }
.journey .active { color: var(--wine); font-weight: 700; }
.journey .active b { color: white; background: var(--wine); border-color: var(--wine); }
.journey i { width: 42px; height: 1px; background: var(--line); }

.gallery-section { max-width: 1440px; margin: auto; padding: 90px clamp(20px, 5vw, 74px) 120px; }
.section-title { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 42px; }
.section-title h2, .order-intro h2 { font: 600 clamp(42px, 5vw, 64px)/.94 var(--serif); margin: 0; letter-spacing: -.035em; }
.filters { display: flex; gap: 7px; flex-wrap: wrap; }
.filter { border: 1px solid var(--line); background: transparent; padding: 10px 16px; border-radius: 40px; color: var(--muted); cursor: pointer; font-size: 12px; font-weight: 600; }
.filter:hover, .filter.active { background: var(--wine); color: white; border-color: var(--wine); }
.video-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px 20px; }
.invite-card { min-width: 0; transition: opacity .3s, transform .3s; }
.invite-card.filtered-out { display: none; }
.invite-card.selected .video-open { outline: 4px solid #a32232; outline-offset: 5px; }
.video-open { width: 100%; aspect-ratio: .72; position: relative; border: 0; padding: 0; background: #d8cec3; cursor: pointer; overflow: hidden; border-radius: 2px; }
.video-open video { width: 100%; height: 100%; object-fit: cover; display: block; pointer-events: none; }
.video-open::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 55%, rgba(31,20,17,.55)); }
.play { position: absolute; z-index: 2; inset: 50% auto auto 50%; transform: translate(-50%,-50%); width: 54px; height: 54px; border-radius: 50%; display: grid; place-items: center; padding-left: 3px; background: rgba(255,253,249,.9); color: var(--wine); box-shadow: 0 10px 35px rgba(0,0,0,.14); transition: transform .25s; }
.invite-card:not(.is-paused) .play { opacity: 0; }
.invite-card:not(.is-paused) .video-open:hover .play,
.invite-card:not(.is-paused) .video-open:focus-visible .play { opacity: 1; }
.invite-card.is-paused .video-open video { filter: brightness(.82); }
.video-open:hover .play { transform: translate(-50%,-50%) scale(1.08); }
.card-number { z-index: 2; position: absolute; left: 14px; bottom: 12px; color: white; font: italic 22px var(--serif); }
.invite-card > div { padding: 16px 2px 0; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 5px; }
.invite-card p { grid-column: 1; margin: 0; color: var(--gold); text-transform: uppercase; font-size: 9px; letter-spacing: .17em; font-weight: 700; }
.invite-card h3 { grid-column: 1; margin: 1px 0 0; font: 600 29px var(--serif); }
.choose-btn { grid-column: 2; grid-row: 1 / 3; align-self: center; border: 0; border-bottom: 1px solid var(--wine); padding: 3px 0; background: none; color: var(--wine); cursor: pointer; font-size: 10px; font-weight: 700; }
.invite-card.selected .choose-btn { color: var(--muted); border-color: var(--muted); }

.order-section { display: grid; grid-template-columns: minmax(300px, .75fr) minmax(520px, 1.25fr); max-width: 1320px; margin: 0 auto 120px; background: var(--white); box-shadow: 0 25px 80px rgba(61,43,35,.1); }
.order-intro { padding: clamp(42px, 6vw, 80px); background: var(--cream); position: relative; }
.order-intro::after { content: "♡"; position: absolute; bottom: 15px; right: 30px; font: 100px var(--serif); color: rgba(111,47,60,.07); }
.order-intro > p:not(.kicker) { color: var(--muted); font-size: 13px; line-height: 1.8; margin: 25px 0 38px; }
.selected-summary { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 23px 0; display: grid; gap: 6px; }
.selected-summary span { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .17em; }
.selected-summary strong { font: 600 27px var(--serif); color: var(--wine); }
.selected-summary button { justify-self: start; border: 0; border-bottom: 1px solid currentColor; background: none; padding: 2px 0; color: var(--wine); font-size: 11px; cursor: pointer; }
.selected-summary button:disabled { color: #a79e96; cursor: default; }
.privacy-note { margin-top: 32px; display: flex; align-items: start; gap: 13px; color: var(--muted); font-size: 11px; line-height: 1.6; }
.privacy-note span { color: var(--wine); font-size: 24px; }
.privacy-note p { margin: 0; }
.privacy-note strong { color: var(--ink); }

.wedding-form { padding: clamp(34px, 6vw, 76px); }
fieldset { border: 0; padding: 0 0 43px; margin: 0 0 42px; border-bottom: 1px solid var(--line); }
fieldset:last-of-type { margin-bottom: 30px; }
legend { width: 100%; margin-bottom: 26px; font: 600 29px var(--serif); }
legend span { color: var(--gold); font: 700 10px var(--sans); letter-spacing: .12em; margin-right: 10px; }
.form-grid { display: grid; gap: 20px; }
.form-grid.two { grid-template-columns: repeat(2, 1fr); }
label { display: grid; gap: 8px; color: #574f4a; font-size: 11px; font-weight: 700; letter-spacing: .02em; }
input, select, textarea { width: 100%; border: 1px solid var(--line); border-radius: 0; background: #fff; color: var(--ink); padding: 14px 15px; outline: none; transition: border-color .2s, box-shadow .2s; }
input:focus, select:focus, textarea:focus { border-color: var(--wine); box-shadow: 0 0 0 3px rgba(111,47,60,.08); }
textarea { resize: vertical; }
.field-help { margin: -15px 0 20px; color: var(--muted); font-size: 11px; line-height: 1.6; }
.repeat-list { display: grid; gap: 13px; }
.repeat-row { padding: 18px; border: 1px solid var(--line); background: #fdfbf8; position: relative; }
.repeat-row .form-grid { grid-template-columns: 1fr 1fr; }
.repeat-row.location .map-field { grid-column: 1 / -1; }
.remove-row { position: absolute; right: 8px; top: 7px; z-index: 2; width: 25px; height: 25px; padding: 0; border: 0; background: none; color: var(--muted); cursor: pointer; font-size: 20px; }
.add-row { margin-top: 13px; border: 0; border-bottom: 1px solid var(--wine); padding: 4px 0; background: none; color: var(--wine); font-size: 11px; font-weight: 700; cursor: pointer; }
.upload-box { min-height: 170px; border: 1px dashed rgba(111,47,60,.38); background: rgba(243,236,226,.45); display: grid; place-content: center; text-align: center; cursor: pointer; padding: 25px; }
.upload-box input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.upload-icon { font-size: 29px; color: var(--wine); }
.upload-box strong { font: 600 23px var(--serif); color: var(--ink); }
.upload-box small { color: var(--muted); font-weight: 500; }
.custom-design-option { grid-template-columns: auto 1fr; align-items: start; gap: 12px; margin-top: 15px; padding: 16px; border: 1px solid rgba(111,47,60,.24); background: rgba(243,236,226,.45); cursor: pointer; }
.custom-design-option input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--wine); }
.custom-design-option span { display: grid; gap: 5px; }
.custom-design-option strong { color: var(--wine); font-size: 12px; }
.custom-design-option small { color: var(--muted); font-weight: 500; line-height: 1.55; }
.package-choice-field { display: grid; gap: 9px; }
.package-choice-label { color: #574f4a; font-size: 11px; font-weight: 700; letter-spacing: .02em; }
.package-radio-group { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.package-radio-card { min-height: 118px; grid-template-columns: auto 1fr auto; align-items: start; gap: 12px; padding: 18px; border: 1px solid var(--line); background: #fff; cursor: pointer; transition: border-color .2s, background .2s, box-shadow .2s, transform .2s; }
.package-radio-card:hover { border-color: rgba(111,47,60,.42); transform: translateY(-1px); }
.package-radio-card:has(input:checked) { border-color: var(--wine); background: rgba(243,236,226,.58); box-shadow: 0 0 0 2px rgba(111,47,60,.08); }
.package-radio-card input { width: 18px; height: 18px; margin: 1px 0 0; accent-color: var(--wine); }
.package-radio-card span { display: grid; gap: 7px; }
.package-radio-card strong { color: var(--ink); font: 600 20px/1.05 var(--serif); }
.package-radio-card small { color: var(--muted); font-weight: 500; line-height: 1.45; }
.package-radio-card b { color: var(--wine); font: 600 24px/1 var(--serif); }
.file-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.file-list span { padding: 7px 10px; background: var(--cream); color: var(--muted); font-size: 9px; max-width: 180px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.hidden { display: none !important; }
.custom-order-flow .gallery-section { display: none; }
.custom-order-flow .collection-hero { min-height: 330px; padding: 68px 24px 54px; }
.custom-order-flow .collection-hero .journey { display: none; }
.custom-order-flow .order-section { margin-top: 70px; }
@media (max-width: 680px) {
  .package-radio-group { grid-template-columns: 1fr; }
}
.form-submit { display: grid; gap: 15px; }
.consent { display: flex; grid-template-columns: auto 1fr; align-items: center; gap: 9px; font-weight: 500; }
.consent input { width: 16px; height: 16px; accent-color: var(--wine); }
.whatsapp-submit { border: 0; background: var(--wine); color: white; min-height: 63px; padding: 0 24px; display: flex; justify-content: space-between; align-items: center; cursor: pointer; font-weight: 700; transition: background .2s, transform .2s; }
.whatsapp-submit:hover { background: var(--wine-dark); transform: translateY(-2px); }
.whatsapp-submit b { font-size: 23px; }
.form-submit > p { margin: 0; text-align: center; color: var(--muted); font-size: 9px; }

.order-footer { min-height: 180px; padding: 50px clamp(24px, 6vw, 80px); display: flex; justify-content: space-between; align-items: center; gap: 25px; background: #211b19; color: #ddd3ca; }
.order-footer div { display: grid; }
.order-footer strong { color: white; font: 600 35px var(--serif); }
.order-footer small { font-size: 7px; letter-spacing: .16em; }
.order-footer p { color: #9f948d; font-size: 11px; }
.order-footer a { color: white; font-size: 11px; text-decoration: none; border-bottom: 1px solid var(--gold); }

.video-dialog { width: min(96vw, 920px); max-height: 94vh; padding: 0; border: 0; background: #171311; color: white; box-shadow: 0 30px 100px rgba(0,0,0,.45); }
.video-dialog::backdrop { background: rgba(27,20,17,.82); backdrop-filter: blur(8px); }
.video-dialog video { width: 100%; max-height: 76vh; display: block; background: #000; }
.video-dialog > p { margin: 0; padding: 15px 20px; color: #d8cbc0; font: 600 24px var(--serif); }
.dialog-close { position: absolute; z-index: 2; top: 9px; right: 9px; width: 36px; height: 36px; border: 0; border-radius: 50%; background: rgba(255,255,255,.9); color: var(--ink); cursor: pointer; font-size: 25px; }
.dialog-choose { width: 100%; border: 0; background: var(--wine); color: white; padding: 17px; cursor: pointer; font-weight: 700; }

.timeline-grid { grid-template-columns: .5fr 1.5fr 1fr !important; }
.language-field { margin-top: 16px; }
.language-picker { border: 1px solid var(--line); background: #fff; }
.language-picker > summary { padding: 15px; display: flex; align-items: center; justify-content: space-between; color: var(--wine); cursor: pointer; font-size: 11px; font-weight: 700; list-style: none; }
.language-picker > summary::-webkit-details-marker { display: none; }
.language-panel { padding: 0 15px 15px; border-top: 1px solid var(--line); }
.language-options { max-height: 260px; overflow: auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 4px 14px; padding: 14px 0; }
.language-options label { display: flex; align-items: center; gap: 7px; padding: 5px 0; font-size: 10px; font-weight: 600; }
.language-options input { width: 14px; height: 14px; accent-color: var(--wine); }
.custom-language { display: grid; grid-template-columns: 1fr auto; gap: 8px; padding-top: 12px; border-top: 1px solid var(--line); }
.custom-language button { border: 0; background: var(--wine); color: #fff; padding: 0 15px; cursor: pointer; font-size: 10px; font-weight: 700; }
.selected-languages { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 10px; }
.selected-languages button { border: 0; border-radius: 30px; padding: 7px 10px; background: var(--cream); color: var(--wine); cursor: pointer; font-size: 9px; }
.selected-languages span { margin-left: 5px; }

.send-dialog { width: min(92vw, 560px); padding: 42px; border: 0; background: var(--white); color: var(--ink); box-shadow: 0 30px 100px rgba(0,0,0,.4); text-align: center; }
.send-dialog::backdrop { background: rgba(27,20,17,.82); backdrop-filter: blur(8px); }
.send-dialog h2 { margin: 5px 0 14px; font: 600 43px var(--serif); color: var(--wine); }
.send-dialog > p:not(.kicker) { color: var(--muted); font-size: 12px; line-height: 1.7; }
.send-dialog-close { position: absolute; top: 10px; right: 10px; width: 36px; height: 36px; border: 0; border-radius: 50%; background: var(--wine); color: #fff; cursor: pointer; font-size: 22px; }
.send-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 25px 0 18px; }
.send-actions a { padding: 16px 12px; background: var(--wine); color: #fff; text-decoration: none; font-size: 11px; font-weight: 700; }
.send-actions .whatsapp-action { background: #1f8f52; }
.send-actions button { border: 0; background: #1f8f52; color: #fff; cursor: pointer; font-size: 11px; font-weight: 700; }
.send-dialog small { display: block; color: var(--muted); font-size: 9px; line-height: 1.6; }
.toast { position: fixed; left: 50%; bottom: 24px; z-index: 50; transform: translate(-50%, 20px); padding: 12px 18px; background: #211b19; color: white; font-size: 11px; opacity: 0; pointer-events: none; transition: .25s; box-shadow: 0 12px 35px rgba(0,0,0,.2); }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 1050px) {
  .video-grid { grid-template-columns: repeat(3, 1fr); }
  .order-section { margin-inline: 20px; grid-template-columns: 1fr; }
  .order-intro { padding-bottom: 45px; }
}
@media (max-width: 760px) {
  .order-header { height: 72px; padding-inline: 16px; }
  .back-link span, .header-contact { display: none; }
  .header-contact::after { content: "WhatsApp"; display: block; }
  .order-brand strong { font-size: 27px; }
  .collection-hero { min-height: auto; padding: 65px 18px 54px; }
  .collection-hero h1 { font-size: 47px; }
  .journey { gap: 6px; }
  .journey i { width: 16px; }
  .journey span { font-size: 8px; gap: 4px; }
  .gallery-section { padding: 68px 16px 85px; }
  .section-title { align-items: start; flex-direction: column; margin-bottom: 28px; }
  .video-grid { grid-template-columns: repeat(2, 1fr); gap: 25px 11px; }
  .invite-card > div { display: block; padding-top: 11px; }
  .invite-card h3 { font-size: 25px; }
  .choose-btn { margin-top: 6px; font-size: 9px; }
  .play { width: 43px; height: 43px; }
  .order-section { margin: 0 0 70px; }
  .order-intro, .wedding-form { padding: 42px 20px; }
  .form-grid.two, .repeat-row .form-grid { grid-template-columns: 1fr; }
  .timeline-grid, .language-options { grid-template-columns: 1fr !important; }
  .send-dialog { padding: 35px 20px; }
  .send-actions { grid-template-columns: 1fr; }
  .repeat-row.location .map-field { grid-column: auto; }
  .order-footer { flex-direction: column; text-align: center; }
}
@media (max-width: 400px) {
  .collection-hero h1 { font-size: 41px; }
  .filters { gap: 5px; }
  .filter { padding: 8px 11px; font-size: 10px; }
}
@media (prefers-reduced-motion: reduce) { * { scroll-behavior: auto !important; transition: none !important; } }

/* 2026 luxury ivory and gold refinement */
:root {
  --ink: #2c2924;
  --muted: #746d63;
  --paper: #f8f4eb;
  --cream: #efe7d8;
  --white: #fffdf8;
  --wine: #8a6531;
  --wine-dark: #67471d;
  --gold: #bd8b3d;
  --line: rgba(128, 95, 48, .22);
  --serif: "Italiana", "Cormorant Garamond", Georgia, serif;
}

body {
  background-color: #f7f1e7;
  background-image: linear-gradient(rgba(255,253,248,.9), rgba(247,241,231,.94)), url("assets/design/gold-satin.png");
  background-size: cover;
  background-attachment: fixed;
}

.order-header { background: rgba(255,253,248,.9); border-color: rgba(189,139,61,.25); }
.order-header-actions { justify-self: end; display: flex; align-items: center; gap: 18px; }
.order-language { width: auto; min-width: 105px; padding: 9px 30px 9px 13px; border-radius: 999px; border-color: rgba(189,139,61,.35); background: rgba(255,255,255,.72); font-size: 11px; font-weight: 700; }
.order-brand strong span, .order-footer strong span { color: var(--gold); }
.order-brand .brand-heart { color: var(--gold); }

.collection-hero {
  min-height: 560px;
  display: grid;
  place-content: center;
  background:
    linear-gradient(90deg, rgba(255,253,248,.96), rgba(255,253,248,.76) 48%, rgba(255,253,248,.93)),
    url("assets/design/ivory-roses.jpg") center 42% / cover;
  border-bottom: 1px solid rgba(189,139,61,.22);
}
.collection-hero::before, .collection-hero::after { border-color: rgba(189,139,61,.36); }
.collection-hero h1, .section-title h2, .order-intro h2, legend { font-family: var(--serif); font-weight: 400; }
.collection-hero h1 em { color: var(--gold); }
.kicker { color: #89652f; }
.journey .active { color: #7a5522; }
.journey .active b { background: linear-gradient(135deg, #cf9e51, #8a6025); border-color: #a87933; }

.gallery-section { position: relative; background: rgba(255,253,248,.88); max-width: none; padding-inline: max(clamp(20px,5vw,74px), calc((100vw - 1440px)/2 + 40px)); overflow: hidden; }
.gallery-section::before { content: ""; position: absolute; inset: auto -80px -100px auto; width: 370px; height: 570px; background: url("assets/design/blush-flowers.png") center / cover; opacity: .07; pointer-events: none; }
.filter:hover, .filter.active { background: linear-gradient(135deg, #c69345, #805822); border-color: #a87833; }
.video-open { border-radius: 18px 18px 4px 4px; box-shadow: 0 18px 44px rgba(73,55,32,.15); }
.invite-card.selected .video-open { outline-color: #a82b38; box-shadow: 0 22px 55px rgba(117,33,44,.23); }
.play { color: #8a6531; }
.choose-btn { color: #815d29; border-color: #b27e31; }

.order-section { border: 1px solid rgba(189,139,61,.28); box-shadow: 0 35px 100px rgba(78,57,30,.17); }
.order-intro { isolation: isolate; overflow: hidden; background: #f2ecdf; }
.order-intro::before { content: ""; position: absolute; inset: 0; z-index: -2; background: url("assets/design/pearl-green.jpg") center / cover; opacity: .27; }
.order-intro::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(rgba(250,247,239,.62), rgba(243,236,223,.84)); }
.selected-summary strong, .selected-summary button, .privacy-note span { color: #8a6531; }
.repeat-row { background: rgba(255,255,255,.78); border-color: rgba(189,139,61,.23); }
input:focus, select:focus, textarea:focus { border-color: #b68131; box-shadow: 0 0 0 3px rgba(189,139,61,.12); }
.upload-box { border-color: rgba(181,128,48,.48); background: linear-gradient(rgba(255,253,248,.88),rgba(247,240,228,.86)), url("assets/design/blush-botanical.png") center / cover; }
.upload-icon, .add-row, .language-picker > summary { color: #89612a; }
.file-list { display: grid; grid-template-columns: repeat(auto-fill, minmax(82px, 1fr)); gap: 10px; }
.photo-preview { min-width: 0; margin: 0; padding: 6px; background: #fff; border: 1px solid rgba(189,139,61,.25); box-shadow: 0 7px 20px rgba(80,57,28,.09); }
.photo-preview img, .photo-preview video { display: block; width: 100%; aspect-ratio: 1; object-fit: cover; background: #211b19; }
.photo-preview figcaption { padding: 6px 2px 1px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; color: var(--muted); font-size: 8px; }
.whatsapp-submit { background: linear-gradient(135deg, #be8b3e, #79501e); }
.whatsapp-submit:hover { background: linear-gradient(135deg, #a97832, #5c3a14); }
.live-price { margin-top: 18px; padding: 22px; display: grid; gap: 5px; text-align: center; border: 1px solid rgba(189,139,61,.35); background: linear-gradient(135deg,rgba(255,253,248,.96),rgba(242,232,214,.9)); }
.live-price span { color: var(--muted); text-transform: uppercase; letter-spacing: .14em; font-size: 9px; font-weight: 800; }
.live-price strong { color: #805821; font: 400 44px var(--serif); }
.live-price small { color: var(--muted); line-height: 1.6; }
.spin-price-status { margin: 10px auto 0; display: inline-flex; grid-template-columns: none; align-items: center; gap: 8px; color: var(--muted); font-size: 10px; }
.spin-price-status input { width: 15px; height: 15px; accent-color: #9b6d2d; }
.payment-note { margin: 0 0 25px; padding: 20px; display: grid; gap: 6px; border: 1px solid rgba(189,139,61,.32); background: #f7f0e4; text-align: center; }
.payment-note strong { color: #805821; font: 400 24px var(--serif); }
.payment-note span { font-weight: 800; }
.payment-note b { color: #805821; font-size: 18px; }
.payment-note small { color: var(--muted); }
.order-footer { background: linear-gradient(rgba(35,29,22,.92),rgba(35,29,22,.96)), url("assets/design/gold-satin.png") center / cover; }
.send-dialog { border: 1px solid rgba(189,139,61,.35); background: linear-gradient(rgba(255,253,248,.96),rgba(255,253,248,.96)), url("assets/design/ivory-roses.jpg") center / cover; }
.send-dialog h2 { color: #8a6531; }
.send-actions { grid-template-columns: 1fr; }
.send-actions .whatsapp-action { background: #1f8f52; font-size: 13px; }
.send-dialog-close, .dialog-choose { background: #8a6531; }

[dir="rtl"] body { font-family: "Cairo", Arial, sans-serif; }
[dir="rtl"] .collection-hero h1, [dir="rtl"] .section-title h2, [dir="rtl"] .order-intro h2, [dir="rtl"] legend { font-family: "Cairo", sans-serif; letter-spacing: 0; }
[dir="rtl"] .back-link span { margin-left: 0; margin-right: 7px; }
[dir="rtl"] .order-header-actions { justify-self: start; }
[dir="rtl"] .remove-row { right: auto; left: 8px; }
[dir="rtl"] legend span { margin-right: 0; margin-left: 10px; }
[dir="rtl"] input[type="email"], [dir="rtl"] input[type="tel"], [dir="rtl"] input[type="url"], [dir="rtl"] input[type="datetime-local"], [dir="rtl"] input[type="time"] { direction: ltr; text-align: left; }

@media (max-width: 760px) {
  .order-header { grid-template-columns: auto 1fr auto; }
  .order-header-actions { gap: 7px; }
  .order-language { min-width: 86px; max-width: 96px; padding: 8px 24px 8px 9px; }
  .collection-hero { min-height: 470px; background-position: center; }
}
