/*
Theme Name: Dreamy Romance — Marko & Nadine
Theme URI: https://example.com/dreamy-romance
Author: Your Studio
Description: An elegant, romantic wedding theme for Marko & Nadine. Warm cream and dark sage palette with Parisienne script headings and Open Sans body text. Fully Elementor-compatible with pre-built page template.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: dreamy-romance
Tags: wedding, romantic, sage, cream, elementor, afrikaans
*/

/* ── DESIGN TOKENS ───────────────────────────────── */
:root {
  --sage:      #4A5E4A;
  --sage-dk:   #324D3E;
  --sage-mid:  #5C7A5C;
  --cream:     #F2EDE4;
  --cream-2:   #EDE8DE;
  --warm:      #FAF8F3;
  --rose:      #CE9C9E;
  --rose-light:#E9BDBE;
  --txt:       #2C2C28;
  --txt-2:     #5A5448;
  --txt-3:     #8C8478;

  --font-script:  'Parisienne', cursive;
  --font-body:    'Open Sans', sans-serif;
  --font-caps:    'Cormorant SC', Georgia, serif;

  --transition:   0.3s ease;
  --radius:       2px;
  --shadow:       0 2px 16px rgba(44,44,40,0.1);
}

/* ── RESET ───────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }
body { font-family: var(--font-body); background: var(--cream); color: var(--txt); line-height: 1.8; overflow-x: hidden; }
img  { max-width: 100%; height: auto; display: block; }
a    { color: var(--sage); text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--rose); }
::selection { background: var(--rose-light); color: var(--txt); }

/* ── TYPOGRAPHY ──────────────────────────────────── */
h1, h2, h3, h4 { font-family: var(--font-script); font-weight: 400; line-height: 1.15; color: var(--txt); }
.script  { font-family: var(--font-script); font-weight: 400; }
.caps    { font-family: var(--font-caps); letter-spacing: 0.22em; text-transform: uppercase; font-size: 0.76rem; }
.eyebrow { font-family: var(--font-body); font-size: 0.72rem; font-weight: 300; letter-spacing: 0.24em; text-transform: uppercase; color: var(--txt-3); display: block; margin-bottom: 0.5rem; }
.eyebrow--light { color: rgba(250,248,243,0.38); }

/* ── NAVIGATION ──────────────────────────────────── */
.site-header {
  position: fixed; top: 0; left: 0; width: 100%; z-index: 1000;
  background: var(--sage); height: 44px;
  transition: box-shadow var(--transition);
}
.site-header.scrolled { box-shadow: 0 2px 20px rgba(50,77,62,0.3); }
.site-header .container {
  display: flex; align-items: center; justify-content: space-between;
  max-width: 1200px; margin: 0 auto; padding: 0 2rem; height: 100%;
}
.site-logo {
  font-family: var(--font-body); font-size: 0.85rem; font-weight: 300;
  letter-spacing: 0.14em; color: rgba(250,248,243,0.75); text-decoration: none;
}
.site-nav ul  { display: flex; list-style: none; gap: 1.8rem; align-items: center; }
.site-nav a   { font-family: var(--font-body); font-size: 0.72rem; font-weight: 300; letter-spacing: 0.1em; color: rgba(250,248,243,0.6); transition: color var(--transition); }
.site-nav a:hover { color: rgba(250,248,243,0.95); }
.site-nav .nav-rsvp {
  border: 1px solid rgba(250,248,243,0.35); color: rgba(250,248,243,0.8);
  padding: 0.3rem 1rem; border-radius: var(--radius); transition: all var(--transition);
}
.site-nav .nav-rsvp:hover { background: var(--rose); border-color: var(--rose); color: white; }

.mobile-toggle {
  display: none; background: none; border: none; cursor: pointer;
  flex-direction: column; justify-content: center; gap: 5px;
  padding: 0.4rem; width: 36px; height: 36px;
}
.mobile-toggle span {
  display: block; width: 20px; height: 1.5px;
  background: rgba(250,248,243,0.8);
  transition: transform 0.3s ease, opacity 0.3s ease, width 0.3s ease;
  transform-origin: center;
}
.mobile-toggle.is-open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.mobile-toggle.is-open span:nth-child(2) { opacity: 0; width: 0; }
.mobile-toggle.is-open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }.mobile-nav {
  display: none; position: fixed; inset: 0; background: var(--sage-dk);
  z-index: 999; flex-direction: column; align-items: center; justify-content: center; gap: 2rem;
}
.mobile-nav a {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.88rem;
  font-weight: 300;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(250,248,243,0.7);
  text-decoration: none;
  padding: 0.9rem 2rem;
  transition: color 0.3s ease;
  display: block;
  text-align: center;
}
.mobile-nav a:hover { color: #CE9C9E; }
.mobile-nav .mob-rsvp {
  margin-top: 1.2rem;
  border: 1px solid rgba(206,156,158,0.45);
  color: #CE9C9E !important;
  padding: 0.7rem 2.5rem !important;
  border-radius: 2px;
}
.mobile-nav-close {
  position: absolute; top: 1.2rem; right: 1.2rem; background: none;
  border: 1px solid rgba(250,248,243,0.25); color: rgba(250,248,243,0.6);
  padding: 0.3rem 0.9rem; cursor: pointer; font-family: var(--font-body);
  font-size: 0.7rem; letter-spacing: 0.12em; border-radius: var(--radius);
}

/* ── HERO — dark sage ────────────────────────────── */
.hero {
  background: var(--sage);
  min-height: 100vh;
  position: relative;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  padding: 80px 2rem 60px;
  text-align: center;
  overflow: hidden;
}
.hero__photo {
  position: absolute; inset: 0;
  background-image: url('assets/images/hero-bg.jpg');
  background-size: cover; background-position: center;
  filter: grayscale(20%) brightness(0.5);
}
.hero__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(74,94,74,0.6) 0%, rgba(50,77,62,0.8) 100%);
}
.hero__content { position: relative; z-index: 2; }
.hero__names {
  font-family: var(--font-script);
  font-size: clamp(5rem, 12vw, 8rem);
  color: #FAF8F3; line-height: 0.92; display: block;
}
.hero__amp {
  font-family: var(--font-script);
  font-size: clamp(2rem, 4vw, 3rem);
  color: rgba(250,248,243,0.5); display: block; margin: 4px 0;
}
.hero__date {
  font-family: var(--font-body); font-size: 1.1rem; font-weight: 400;
  letter-spacing: 0.14em; color: rgba(250,248,243,0.88);
  display: block; margin-top: 1.2rem;
}
.hero__location {
  font-family: var(--font-body); font-size: 0.82rem; font-weight: 300;
  letter-spacing: 0.1em; color: rgba(250,248,243,0.45);
  display: block; margin-top: 0.4rem;
}
.hero__btn {
  display: inline-block; margin-top: 1.8rem; padding: 0.7rem 2rem;
  border: 1px solid rgba(250,248,243,0.4); color: rgba(250,248,243,0.8);
  font-family: var(--font-body); font-size: 0.78rem; letter-spacing: 0.12em;
  border-radius: var(--radius); transition: all var(--transition);
}
.hero__btn:hover { background: var(--rose); border-color: var(--rose); color: white; }

/* ── QUOTE BAND — cream ──────────────────────────── */
.quote-band {
  background: var(--cream);
  text-align: center;
  padding: 2.5rem 2rem 2.2rem;
  border-bottom: 1px solid rgba(74,94,74,0.08);
}
.quote-band__main {
  font-family: var(--font-script);
  font-size: clamp(2.8rem, 6vw, 4.5rem);
  color: var(--txt);
  display: block;
  white-space: nowrap;
}

/* ── OUR STORY — cream ───────────────────────────── */
.story { background: var(--cream); }
.story__heading { text-align: center; padding: 3rem 2rem 1.5rem; }
.story__heading h2 { font-family: var(--font-script); font-size: clamp(2.5rem,5vw,3.8rem); color: var(--txt); }

/* Alternating rows */
.story-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 280px;
}
.story-row--alt .story-img { order: 2; }
.story-row--alt .story-text { order: 1; }

.story-img {
  position: relative; overflow: hidden;
  background: var(--cream-2);
}
.story-img img {
  width: 100%; height: 100%; object-fit: cover;
  display: block;
}
.story-img__placeholder {
  width: 100%; height: 100%; min-height: 280px;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 0.6rem;
}
.story-img__placeholder-label {
  font-family: var(--font-body); font-size: 0.72rem; font-weight: 300;
  letter-spacing: 0.12em; color: rgba(100,100,90,0.4);
}

.story-text {
  padding: 2.5rem 2rem;
  display: flex; flex-direction: column; justify-content: center;
  background: var(--cream);
}
.story-text__pull {
  font-family: var(--font-script); font-size: 1.6rem;
  color: var(--sage); display: block; margin-bottom: 0.7rem;
}
.story-text p {
  font-family: var(--font-body); font-size: 0.9rem; font-weight: 300;
  color: var(--txt-2); line-height: 1.88; margin-bottom: 0.7rem;
}
.story-text p:last-child { margin-bottom: 0; }
.italic-rose { font-style: italic; color: var(--rose); }
.bold-sage   { font-weight: 600; color: var(--sage-dk); }

/* Story closing verse */
.story-verse {
  background: var(--cream);
  padding: 1.8rem 2rem 2.2rem;
  text-align: center;
  border-top: 1px solid rgba(74,94,74,0.1);
}
.story-verse p {
  font-family: var(--font-script); font-size: 1.5rem;
  color: var(--sage-dk); line-height: 1.55;
}
.story-verse__sub {
  font-family: var(--font-body); font-size: 0.82rem; font-weight: 300;
  font-style: italic; color: var(--txt-3);
  display: block; margin-top: 0.6rem;
}

/* ── TWEE DAE — dark sage ────────────────────────── */
.twee-dae { background: var(--sage); padding: 2.5rem 2rem 3rem; }
.twee-dae__head { text-align: center; margin-bottom: 1.8rem; }
.twee-dae__head h2 { font-family: var(--font-script); font-size: clamp(2rem,4vw,3rem); color: #FAF8F3; margin-top: 0.4rem; }
.twee-dae__grid {
  display: grid;
  grid-template-columns: 1fr 1px 1fr;
  gap: 0 2rem;
  max-width: 900px; margin: 0 auto;
}
.twee-dae__divider { background: rgba(250,248,243,0.1); }
.dag h3 { font-family: var(--font-script); font-size: 1.8rem; color: #FAF8F3; margin-bottom: 0.3rem; }
.dag__sub { font-family: var(--font-body); font-size: 0.68rem; font-weight: 300; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(250,248,243,0.35); display: block; margin-bottom: 0.8rem; }
.dag p { font-family: var(--font-body); font-size: 0.88rem; font-weight: 300; color: rgba(250,248,243,0.6); line-height: 1.85; }
.dag p + p { margin-top: 0.6rem; }
.dag strong { font-weight: 600; color: rgba(250,248,243,0.88); }

/* ── SCHEDULE — cream ────────────────────────────── */
.schedule { background: var(--cream); padding: 3rem 2rem 3.5rem; }
.schedule__head { text-align: center; margin-bottom: 2rem; }
.schedule__head h2 { font-family: var(--font-script); font-size: clamp(2.2rem,4vw,3.2rem); color: var(--txt); margin-top: 0.4rem; }
.schedule__head .sub { font-family: var(--font-body); font-size: 0.82rem; font-weight: 300; font-style: italic; color: var(--txt-3); display: block; margin-top: 0.4rem; }

.schedule__grid {
  display: grid;
  grid-template-columns: 1fr 48px 1fr;
  max-width: 500px; margin: 0 auto;
  align-items: start;
}
.sl { text-align: right; padding-right: 10px; }
.sr { text-align: left;  padding-left:  10px; }
.sc { display: flex; flex-direction: column; align-items: center; }

.s-dot {
  width: 38px; height: 38px; border-radius: 50%;
  border: 1px solid rgba(74,94,74,0.22);
  background: var(--cream);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; z-index: 1;
}
.s-dot svg { width: 18px; height: 18px; fill: var(--rose); opacity: 0.75; }
.s-line { width: 1px; height: 28px; background: rgba(74,94,74,0.18); }

.s-time { font-family: var(--font-script); font-size: 1.8rem; color: var(--sage); line-height: 1; display: block; padding: 6px 0; }
.s-name { font-family: var(--font-body); font-size: 0.88rem; font-weight: 600; color: var(--txt); letter-spacing: 0.03em; display: block; padding: 8px 0 2px; }
.s-desc { font-family: var(--font-body); font-size: 0.78rem; font-weight: 300; color: var(--txt-3); line-height: 1.5; display: block; }

/* ── ATTIRE — cream ──────────────────────────────── */
.attire {
  background: var(--cream);
  padding: 2.5rem 2rem 2.8rem;
  text-align: center;
  border-top: 1px solid rgba(74,94,74,0.08);
}
.attire h2 { font-family: var(--font-script); font-size: clamp(2.2rem,4vw,3.2rem); color: var(--txt); margin-top: 0.4rem; margin-bottom: 1.4rem; }
.attire__swatches { display: flex; gap: 0.7rem; justify-content: center; margin-bottom: 1.2rem; }
.attire__swatch { width: 42px; height: 42px; border-radius: 50%; border: 1.5px solid rgba(0,0,0,0.07); }
.attire p { font-family: var(--font-body); font-size: 0.88rem; font-weight: 300; color: var(--txt-2); line-height: 1.82; max-width: 480px; margin: 0 auto; }

/* ── GIFTING — cream ─────────────────────────────── */
.gifting {
  background: var(--cream);
  padding: 2.5rem 2rem 2.8rem;
  text-align: center;
  border-top: 1px solid rgba(74,94,74,0.08);
}
.gifting h2 { font-family: var(--font-script); font-size: clamp(2.2rem,4vw,3.2rem); color: var(--txt); margin-top: 0.4rem; margin-bottom: 0.8rem; }
.gifting p { font-family: var(--font-body); font-size: 0.9rem; font-weight: 300; color: var(--txt-2); line-height: 1.85; max-width: 500px; margin: 0 auto 0.5rem; }
.gifting .em { font-style: italic; color: var(--rose); }

/* ── WAAR ONS TROU — dark sage, 50/50 ───────────── */
.waar { background: var(--sage); display: grid; grid-template-columns: 1fr 1fr; }
.waar__img { position: relative; overflow: hidden; min-height: 320px; }
.waar__img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.waar__img-overlay { position: absolute; inset: 0; background: linear-gradient(160deg, rgba(92,120,92,0.5), rgba(50,77,62,0.75)); }
.waar__img-ph {
  position: absolute; inset: 0;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 0.5rem;
}
.waar__caption {
  position: absolute; bottom: 1rem; left: 1rem;
  font-family: var(--font-script); font-size: 0.95rem;
  color: rgba(250,248,243,0.6); z-index: 2;
}
.waar__detail { padding: 2.5rem 2rem; display: flex; flex-direction: column; justify-content: center; }
.waar__detail h2 { font-family: var(--font-script); font-size: 2rem; color: #FAF8F3; margin-top: 0.4rem; margin-bottom: 1rem; }
.waar__detail p { font-family: var(--font-body); font-size: 0.88rem; font-weight: 300; color: rgba(250,248,243,0.6); line-height: 1.8; margin-bottom: 0.5rem; }
.waar__btn {
  display: inline-block; margin-top: 0.8rem; padding: 0.6rem 1.4rem;
  border: 1px solid rgba(250,248,243,0.3); color: rgba(250,248,243,0.7);
  font-family: var(--font-body); font-size: 0.72rem; letter-spacing: 0.1em;
  border-radius: var(--radius); align-self: flex-start; transition: all var(--transition);
}
.waar__btn:hover { background: var(--rose); border-color: var(--rose); color: white; }

/* ── OORNAG — cream ──────────────────────────────── */
.oornag { background: var(--cream); padding: 2.5rem 2rem 3rem; }
.oornag__head { text-align: center; margin-bottom: 0.8rem; }
.oornag__head h2 { font-family: var(--font-script); font-size: clamp(2rem,4vw,3rem); color: var(--txt); margin-top: 0.4rem; margin-bottom: 0.6rem; }
.oornag__intro { font-family: var(--font-body); font-size: 0.9rem; font-weight: 300; color: var(--txt-2); line-height: 1.82; text-align: center; max-width: 560px; margin: 0 auto 1.5rem; }
.oornag__intro strong { font-weight: 600; color: var(--sage); }
.oornag__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; max-width: 800px; margin: 0 auto; }
.oornag__card { background: rgba(74,94,74,0.06); border: 1px solid rgba(74,94,74,0.1); border-radius: var(--radius); padding: 1.2rem 1.4rem; }
.oornag__card h4 { font-family: var(--font-body); font-size: 0.88rem; font-weight: 600; color: var(--sage-dk); margin-bottom: 0.6rem; }
.oornag__card p { font-family: var(--font-body); font-size: 0.82rem; font-weight: 300; color: var(--txt-2); line-height: 1.75; }
.oornag__card p + p { margin-top: 0.25rem; }
.oornag__card .hl { font-weight: 600; color: var(--sage); }
.oornag__card .note { font-style: italic; color: var(--txt-3); margin-top: 0.5rem; }

/* ── RSVP — dark sage ────────────────────────────── */
.rsvp { background: var(--sage); padding: 3rem 2rem 3.5rem; }
.rsvp__head { text-align: center; margin-bottom: 2rem; }
.rsvp__head h2 { font-family: var(--font-script); font-size: clamp(2.2rem,4vw,3.2rem); color: #FAF8F3; margin-top: 0.4rem; }
.rsvp__form { max-width: 560px; margin: 0 auto; }
.rsvp__row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-bottom: 0.8rem; }
.rsvp__row--one { grid-template-columns: 1fr; }
.rf { display: flex; flex-direction: column; gap: 0.3rem; }
.rf label { font-family: var(--font-body); font-size: 0.68rem; font-weight: 300; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(250,248,243,0.4); }
.rf input, .rf select, .rf textarea {
  background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.12);
  color: rgba(250,248,243,0.88); font-family: var(--font-body); font-size: 0.9rem; font-weight: 300;
  padding: 0.65rem 0.85rem; border-radius: var(--radius); outline: none; width: 100%;
  transition: border-color var(--transition);
}
.rf input::placeholder, .rf textarea::placeholder { color: rgba(250,248,243,0.22); }
.rf input:focus, .rf select:focus, .rf textarea:focus { border-color: var(--rose); }
.rf select option { background: var(--sage-dk); }
.rf textarea { min-height: 80px; resize: none; }

.rsvp__radio-row { display: grid; grid-template-columns: repeat(4,1fr); gap: 0.5rem; margin-bottom: 0.8rem; }
.rsvp__radio {
  background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12);
  color: rgba(250,248,243,0.55); font-family: var(--font-body); font-size: 0.78rem; font-weight: 300;
  padding: 0.55rem 0.3rem; text-align: center; border-radius: var(--radius); cursor: pointer;
  transition: all var(--transition);
}
.rsvp__radio:hover, .rsvp__radio.active { background: var(--rose); border-color: var(--rose); color: white; }

.rsvp__error { font-size: 0.82rem; color: var(--rose-light); margin-bottom: 0.8rem; display: none; }
.rsvp__submit {
  width: 100%; margin-top: 0.8rem; padding: 0.9rem;
  background: var(--rose); border: none; color: white;
  font-family: var(--font-body); font-size: 0.78rem; font-weight: 400;
  letter-spacing: 0.18em; text-transform: uppercase; border-radius: var(--radius); cursor: pointer;
  transition: background var(--transition);
}
.rsvp__submit:hover { background: var(--sage-dk); }
.rsvp__cal {
  display: block; text-align: center; width: 100%; margin-top: 0.7rem;
  background: none; border: none; cursor: pointer;
  font-family: var(--font-body); font-size: 0.72rem; font-weight: 300;
  color: rgba(250,248,243,0.28); letter-spacing: 0.08em; transition: color var(--transition);
}
.rsvp__cal:hover { color: rgba(250,248,243,0.6); }
.cal-dropdown {
  background: var(--sage-dk); border: 1px solid rgba(250,248,243,0.15);
  border-radius: var(--radius); padding: 0.3rem 0; z-index: 10;
  min-width: 180px; position: absolute; margin-top: 0.3rem;
}
.cal-dropdown a {
  display: block; padding: 0.5rem 1rem;
  font-family: var(--font-body); font-size: 0.72rem; font-weight: 300;
  color: rgba(250,248,243,0.75); letter-spacing: 0.08em; white-space: nowrap;
}
.cal-dropdown a:hover { color: var(--rose); }

/* ── FOOTER — darkest sage ───────────────────────── */
.site-footer {
  background: var(--sage-dk);
  border-top: 1px solid rgba(250,248,243,0.07);
  padding: 2rem 2rem 1.5rem; text-align: center;
}
.footer__names { font-family: var(--font-script); font-size: 2.5rem; color: rgba(250,248,243,0.65); }
.footer__date  { font-family: var(--font-body); font-size: 0.7rem; font-weight: 300; letter-spacing: 0.14em; color: rgba(250,248,243,0.28); margin-top: 0.4rem; }

/* ── ELEMENTOR ───────────────────────────────────── */
.elementor-section .elementor-container { max-width: 1200px; }
.elementor-section.elementor-section-full_width .elementor-container { max-width: 100%; }
body.elementor-page .elementor-widget-heading .elementor-heading-title { font-family: var(--font-script); }
body.elementor-page .elementor-widget-text-editor p { font-family: var(--font-body); font-weight: 300; line-height: 1.85; }
body.elementor-page .elementor-button { font-family: var(--font-body) !important; letter-spacing: 0.14em !important; }

/* ── BUTTONS ─────────────────────────────────────── */
.btn { display: inline-block; padding: 0.7rem 2rem; font-family: var(--font-body); font-size: 0.78rem; letter-spacing: 0.12em; border: none; cursor: pointer; transition: all var(--transition); text-decoration: none; border-radius: var(--radius); }
.btn-rose    { background: var(--rose);  color: white; }
.btn-rose:hover { background: var(--sage-dk); color: var(--rose-light); }
.btn-outline { background: transparent; border: 1px solid rgba(250,248,243,0.35); color: rgba(250,248,243,0.8); }
.btn-outline:hover { background: var(--rose); border-color: var(--rose); color: white; }

/* ── RESPONSIVE ──────────────────────────────────── */
@media (max-width: 900px) {
  .story-row, .waar { grid-template-columns: 1fr; }
  .story-row--alt .story-img { order: 0; }
  .story-row--alt .story-text { order: 0; }
  .waar__img { min-height: 260px; }
  .oornag__grid { grid-template-columns: 1fr; }
  .twee-dae__grid { grid-template-columns: 1fr; gap: 1.5rem; }
  .twee-dae__divider { display: none; }
}
@media (max-width: 768px) {
  .mobile-toggle { display: flex; }
  .site-nav { display: none; }
  .rsvp__row { grid-template-columns: 1fr; }
  .rsvp__radio-row { grid-template-columns: 1fr 1fr; }
  .schedule__grid { grid-template-columns: 44px 1fr; }
  .sl { display: none; }
  .sr { text-align: left; }
}
@media (max-width: 480px) {
  .hero__names { font-size: 4rem; }
  .hero__date { font-size: 0.95rem; }
  .attire__swatches { gap: 0.5rem; }
  .attire__swatch { width: 34px; height: 34px; }
}
