/* =========================================================
   Theme "Fiori" — watercolour botanicals on striped cream
   paper, olive green + terracotta + peach + blush.
   Brush-script headings, elegant serif body.
   ========================================================= */
[data-theme="fiori"] {
  --font-display: 'Caveat', 'Segoe Script', cursive;
  --font-body: 'Cormorant Garamond', Georgia, serif;
  --font-accent: 'Caveat', cursive;

  --cream: #f6f2e6;
  --cream-2: #f0ebdc;
  --olive: #6f7340;
  --olive-dark: #545833;
  --terracotta: #c0644a;
  --peach: #e9a97e;
  --blush: #e5a4a0;
  --ink: #3f3a2f;

  --bg: var(--cream);
  --bg-alt: #f0ebdc;
  --surface: #fffdf8;
  --text: var(--ink);
  --text-muted: #7c7663;
  --primary: var(--olive);
  --primary-contrast: #fff9ef;
  --accent: var(--terracotta);
  --accent-2: var(--peach);
  --border: rgba(111,115,64,.22);
  --radius: 14px;
  --radius-sm: 8px;
  --shadow: 0 12px 30px rgba(84,88,51,.12);
}

[data-theme="fiori"] body {
  font-size: 1.15rem;
  background-color: var(--cream);
  background-image: repeating-linear-gradient(90deg, var(--cream) 0 58px, var(--cream-2) 58px 116px);
}
[data-theme="fiori"] h1, [data-theme="fiori"] h2, [data-theme="fiori"] h3 { font-weight: 700; color: var(--olive-dark); }
[data-theme="fiori"] .section__title { font-size: clamp(2.8rem, 6vw, 4.4rem); letter-spacing: .01em; }
[data-theme="fiori"] .section__subtitle { font-size: clamp(2rem, 3.6vw, 2.8rem); }
[data-theme="fiori"] .site-header { background: color-mix(in srgb, var(--cream) 86%, transparent); }
[data-theme="fiori"] .brand__names { font-weight: 700; font-size: 1.8rem; color: var(--olive-dark); }
[data-theme="fiori"] .site-nav a { font-family: 'Cormorant Garamond', serif; font-size: 1.05rem; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; font-size: .85rem; }
[data-theme="fiori"] .site-nav .nav-cta { background: var(--terracotta); }
[data-theme="fiori"] .btn { font-family: 'Cormorant Garamond', serif; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; font-size: .85rem; }
[data-theme="fiori"] .btn--primary { background: var(--terracotta); box-shadow: 0 8px 20px rgba(192,100,74,.3); }
[data-theme="fiori"] .btn--ghost { color: var(--olive); border-color: var(--olive); }
[data-theme="fiori"] .btn--ghost:hover { background: var(--olive); }

/* hero */
[data-theme="fiori"] .hero__kicker { color: var(--terracotta); font-size: clamp(1.8rem, 3vw, 2.4rem); }
[data-theme="fiori"] .hero__names { font-weight: 700; color: var(--olive-dark); font-size: clamp(4rem, 11vw, 8.5rem); }
[data-theme="fiori"] .hero__names .amp { color: var(--terracotta); font-weight: 500; }
[data-theme="fiori"] .hero__date { font-family: 'Cormorant Garamond', serif; font-weight: 600; font-size: clamp(1.3rem, 2.2vw, 1.7rem); }
[data-theme="fiori"] .countdown__grid b { font-family: 'Cormorant Garamond', serif; font-weight: 600; color: var(--terracotta); }

/* polaroid with washi tape */
[data-theme="fiori"] .frame { border-radius: 2px; box-shadow: 0 14px 30px rgba(84,88,51,.18), 0 2px 4px rgba(0,0,0,.05); }
[data-theme="fiori"] .frame::before {
  content: ""; position: absolute; top: -12px; left: 50%; width: 92px; height: 26px;
  transform: translateX(-50%) rotate(-3deg);
  background: rgba(233,169,126,.55); mix-blend-mode: multiply;
  clip-path: polygon(2% 0, 98% 4%, 100% 100%, 0 96%);
}
[data-theme="fiori"] .frame__caption { color: var(--olive-dark); font-weight: 700; font-size: 1.5rem; }
[data-theme="fiori"] .frame img { filter: saturate(.92) sepia(.08); }

/* section backgrounds */
[data-theme="fiori"] .section--story { background: #e8e3d4; }
[data-theme="fiori"] .section--day { background: #fffdf8; }
[data-theme="fiori"] .section--travel { background: #fffdf8; }
[data-theme="fiori"] .section--rsvp { background: #fffdf8; }
[data-theme="fiori"] .section--explore { background: var(--olive); color: #f7f3e8; }
[data-theme="fiori"] .section--explore .section__title,
[data-theme="fiori"] .section--explore .section__subtitle { color: #fff8ea; }
[data-theme="fiori"] .section--explore .section__lead,
[data-theme="fiori"] .section--explore .prose,
[data-theme="fiori"] .section--explore .chip__note { color: #e8e3cf; }
[data-theme="fiori"] .section--explore .chip a { border-color: #fff8ea; color: #fff8ea; }
[data-theme="fiori"] .section--explore .chip a:hover { background: #fff8ea; color: var(--olive-dark); }
[data-theme="fiori"] .section--explore .places__group { background: rgba(255,253,248,.96); color: var(--ink); border-color: transparent; }
[data-theme="fiori"] .section--explore .legend { border-color: rgba(255,248,234,.5); color: #f7f3e8; }
[data-theme="fiori"] .section--explore .legend b { color: var(--peach); }
[data-theme="fiori"] .place__price { color: var(--terracotta); }

[data-theme="fiori"] .quote__text { font-family: 'Cormorant Garamond', serif; font-weight: 500; color: var(--olive-dark); }
[data-theme="fiori"] .story__list li { background: rgba(255,253,248,.85); border-color: rgba(111,115,64,.18); }
[data-theme="fiori"] .story__outro strong { color: var(--terracotta); font-size: clamp(2rem, 4vw, 3rem); }
[data-theme="fiori"] .card { border: 1px solid rgba(111,115,64,.16); }
[data-theme="fiori"] .card__title { font-size: 2rem; }
[data-theme="fiori"] .card__eyebrow { font-family: 'Cormorant Garamond', serif; font-size: .82rem; }
[data-theme="fiori"] .day__date { font-family: 'Cormorant Garamond', serif; font-weight: 600; color: var(--terracotta); }
[data-theme="fiori"] .promo__code { font-family: 'Caveat', cursive; font-weight: 700; font-size: 2.2rem; }
[data-theme="fiori"] .field label, [data-theme="fiori"] .field legend { font-family: 'Cormorant Garamond', serif; font-size: 1.05rem; }
[data-theme="fiori"] .field input, [data-theme="fiori"] .field textarea { border-radius: 999px; padding-inline: 1.1rem; }
[data-theme="fiori"] .field textarea { border-radius: 16px; }
[data-theme="fiori"] .rsvp { background: rgba(255,253,248,.9); }

[data-theme="fiori"] .site-footer { background: var(--terracotta); }
[data-theme="fiori"] .footer__icon { fill: #fff3e6; }
[data-theme="fiori"] .footer__names { font-weight: 700; font-size: 2.8rem; }

/* ---------- Flowers ---------- */
[data-theme="fiori"] .deco--fiori { --petal: var(--peach); --petal-line: #c97a54; --center: #b8613f; --dots: #fff2dc; --leaf: #8b8f55; --stem: #6f7340; }
[data-theme="fiori"] .deco--fiori { opacity: .95; filter: drop-shadow(0 2px 2px rgba(84,88,51,.08)); }

/* colour variants */
[data-theme="fiori"] .deco--fl2, [data-theme="fiori"] .deco--story1, [data-theme="fiori"] .deco--stay1,
[data-theme="fiori"] .deco--info1, [data-theme="fiori"] .deco--rsvp2 { --petal: var(--blush); --petal-line: #b8746f; --center: #8e4238; }
[data-theme="fiori"] .deco--fl5, [data-theme="fiori"] .deco--travel1, [data-theme="fiori"] .deco--explore1 { --petal: #efb26a; --petal-line: #c4853e; --center: #9a4d28; }
[data-theme="fiori"] .deco--fl4 { --petal: #d9b3a3; --petal-line: #b58572; --center: #8c5a45; }

/* hero placement */
[data-theme="fiori"] .deco--fl1 { width: 240px; height: 240px; left: -70px; top: 40px; transform: rotate(-12deg); }
[data-theme="fiori"] .deco--fl2 { width: 150px; height: 150px; left: 120px; top: -30px; transform: rotate(20deg); }
[data-theme="fiori"] .deco--fl3 { width: 120px; height: 220px; left: -30px; top: 250px; transform: rotate(60deg); opacity: .8; }
[data-theme="fiori"] .deco--fl4 { width: 210px; height: 210px; right: -50px; bottom: 30px; transform: rotate(18deg); }
[data-theme="fiori"] .deco--fl5 { width: 170px; height: 170px; right: 120px; bottom: -20px; transform: rotate(-8deg); }
[data-theme="fiori"] .deco--fl6 { width: 130px; height: 240px; right: 40px; bottom: 120px; transform: rotate(-150deg); }
@media (max-width: 860px) {
  [data-theme="fiori"] .deco--fl1 { width: 150px; height: 150px; left: -50px; top: -10px; }
  [data-theme="fiori"] .deco--fl2 { width: 100px; height: 100px; left: 70px; top: -40px; }
  [data-theme="fiori"] .deco--fl3, [data-theme="fiori"] .deco--fl6 { display: none; }
  [data-theme="fiori"] .deco--fl4 { width: 140px; height: 140px; right: -40px; }
  [data-theme="fiori"] .deco--fl5 { width: 110px; height: 110px; right: 60px; bottom: -30px; }
}

/* section placements */
[data-theme="fiori"] .deco--story1 { width: 190px; height: 190px; right: -40px; top: 60px; transform: rotate(15deg); }
[data-theme="fiori"] .deco--story2 { width: 220px; height: 220px; left: -60px; bottom: 120px; transform: rotate(-20deg); }
[data-theme="fiori"] .deco--day1 { width: 200px; height: 200px; left: -50px; top: 30px; transform: rotate(10deg); }
[data-theme="fiori"] .deco--day2 { width: 120px; height: 220px; right: 30px; bottom: -30px; transform: rotate(-25deg); }
[data-theme="fiori"] .deco--stay1 { width: 180px; height: 180px; right: -30px; top: 80px; transform: rotate(-12deg); }
[data-theme="fiori"] .deco--travel1 { width: 170px; height: 170px; right: -30px; bottom: 40px; transform: rotate(22deg); }
[data-theme="fiori"] .deco--travel2 { width: 120px; height: 220px; left: 20px; top: 20px; transform: rotate(140deg); }
[data-theme="fiori"] .deco--info1 { width: 160px; height: 160px; left: -30px; bottom: 20px; transform: rotate(8deg); }
[data-theme="fiori"] .deco--rsvp1 { width: 230px; height: 230px; left: -70px; top: 120px; transform: rotate(-8deg); }
[data-theme="fiori"] .deco--rsvp2 { width: 170px; height: 170px; right: -30px; bottom: 100px; transform: rotate(14deg); }
[data-theme="fiori"] .deco--rsvp3 { width: 130px; height: 240px; right: 90px; bottom: -40px; transform: rotate(-160deg); }
[data-theme="fiori"] .deco--explore1 { width: 190px; height: 190px; right: -40px; top: 40px; transform: rotate(-10deg); opacity: .9; }
[data-theme="fiori"] .deco--explore2 { width: 130px; height: 240px; left: -10px; bottom: 60px; transform: rotate(30deg); --leaf: #c9cc93; --stem: #b7ba7c; --petal: var(--peach); opacity: .9; }
@media (max-width: 860px) {
  [data-theme="fiori"] .section .deco--fiori { width: 120px; height: 120px; opacity: .75; }
  [data-theme="fiori"] .deco--day2, [data-theme="fiori"] .deco--travel2, [data-theme="fiori"] .deco--rsvp3, [data-theme="fiori"] .deco--explore2 { display: none; }
}
