/* Tema: Minimalis Putih — putih bersih, hitam, huruf tipis, tanpa hiasan berlebih */
:root {
  --bg: #ffffff;
  --paper: #ffffff;
  --blush: #f4f3f0;
  --pink: #d8d5ce;
  --rose: #8f8a80;
  --deep: #1f1d1a;
  --on-deep: #ffffff;
  --ink: #2b2926;
  --muted: #86827b;
  --gold: #8f8a80;
  --line: rgba(31, 29, 26, .12);
  --shadow: 0 0 0;
  --overlay: 20 20 20;
  --frame: #ffffff;
  --radius: 0px;
  --cover-bg: #ffffff;
  --cover-ink: #1f1d1a;
  --bank-bg: #1f1d1a;
  --dock-bg: rgba(255, 255, 255, .94);
  --script: "Italiana", serif;
  --serif: "Bodoni Moda", Georgia, serif;
  --sans: "Jost", system-ui, sans-serif;
}

body { font-weight: 300; }
.script { letter-spacing: .04em; }
.kicker { font-weight: 400; letter-spacing: .4em; font-size: .66rem; }
.sec-title { font-weight: 400; font-size: 1.9rem; }
.btn { border-radius: 0; font-weight: 400; letter-spacing: .2em; text-transform: uppercase; font-size: .7rem; padding: 13px 24px; }
.btn-open, .btn-main { box-shadow: none; }
.btn-open:hover, .btn-main:hover { transform: none; background: #000; }
.btn-soft { background: transparent; border: 1px solid var(--deep); }
.btn-soft:hover { background: var(--deep); color: #fff; }
.btn-copy { border-color: var(--deep); border-radius: 0; }

/* sampul: bingkai garis tipis, tanpa bunga */
.cover::before { content: ""; position: absolute; inset: 18px; border: 1px solid currentColor; opacity: .35; pointer-events: none; }
.cover-title { font-size: clamp(2.8rem, 12vw, 4rem); line-height: 1.1; }
.cover:not([style]) .cover-guest, .cover-guest { border-radius: 0; background: transparent; border: 0; border-top: 1px solid currentColor; border-bottom: 1px solid currentColor; backdrop-filter: none; }
.cover-guest b { font-weight: 400; }
.cover .btn-open { animation: none; }
.deco { display: none; }

.hero, .closing { background: none; }
.arch { border-radius: 0; border: 0; box-shadow: none; outline: 1px solid var(--deep); outline-offset: 8px; width: 210px; height: 280px; }
.arch-orn, .person-photo svg { color: var(--pink); }
.hero-title { font-size: 3rem; }
.hero-date, .cover-date { font-family: var(--sans); font-weight: 300; letter-spacing: .3em; text-transform: uppercase; font-size: .85rem; }
.countdown div { border-radius: 0; border: 0; border-left: 1px solid var(--line); background: none; }
.countdown div:first-child { border-left: 0; }
.countdown b { font-weight: 400; }

.divider-orn { color: var(--deep); width: 90px; }
blockquote p { font-size: 1.05rem; color: var(--ink); }

.person-photo { border-radius: 0; border: 0; box-shadow: none; width: 180px; height: 230px; background: var(--blush); }
.person-name { font-size: 2.4rem; }
.person-full { font-weight: 400; font-size: 1.05rem; }
.amp { font-size: 2.4rem; color: var(--muted); }
.ig { background: none; border-bottom: 1px solid var(--deep); border-radius: 0; padding: 2px 0; }

.event { box-shadow: none; border: 0; border-top: 1px solid var(--deep); border-bottom: 1px solid var(--line); background: none; padding: 30px 6px; }
.event h3 { font-weight: 400; font-size: 1.5rem; }
.event-date b { color: var(--deep); font-weight: 400; }
.event-time, .event-venue { font-weight: 500; }

.timeline::before { background: var(--line); width: 1px; left: 7px; }
.timeline li::before { background: #fff; border: 1px solid var(--deep); box-shadow: none; width: 11px; height: 11px; left: -23px; }

.rsvp-stats div, .wish-form, .wish, .qris, .gift-address { border-radius: 0; background: none; }
.wish-form { border: 1px solid var(--deep); }
.wish-form input[type=text], .wish-form select, .wish-form textarea { border-radius: 0; background: #fff; border-color: var(--pink); }
.wish-form :is(input, select, textarea):focus { border-color: var(--deep); box-shadow: none; }
.chips span { border-radius: 0; }
.tag { border-radius: 0; }
.wish { border: 0; border-bottom: 1px solid var(--line); padding: 14px 2px; }
.bank { border-radius: 0; box-shadow: none; }
.bank::after { display: none; }
.chip { background: none; border: 1px solid rgba(255, 255, 255, .5); border-radius: 3px; }
.g-item { border-radius: 0; }

.dock { border-radius: 0; box-shadow: 0 10px 30px -18px rgba(0, 0, 0, .35); }
.dock a { border-radius: 0; font-weight: 400; }
.dock a.active { background: var(--deep); color: #fff; }
.music-btn { box-shadow: none; }

@media (min-width: 900px) {
  .side { background: linear-gradient(transparent 50%, rgb(var(--overlay) / .55)), var(--cover-img, #f4f3f0) center / cover no-repeat; }
  .side:not([style]) { color: var(--deep); place-items: center; text-align: center; background: #f4f3f0; }
  .side:not([style]) :is(.side-title, .kicker) { color: var(--deep); }
  .side:not([style])::before { content: ""; position: absolute; inset: 40px; border: 1px solid var(--line); }
  .content { box-shadow: none; border-left: 1px solid var(--line); }
}

.petals { display: none; }
