/* =========================================================================
   Katb Ketab — Film version (video-first, lightweight)
   ========================================================================= */

:root {
  --cream: #f4eee0; --paper: #faf6ec;
  --sage: #5d6b4d;  --sage-mid: #7c8a67; --sage-soft: #9aa680;
  --gold: #b1924f;  --gold-soft: #c8ad77;
  --ink: #41463a;   --ink-soft: #6b6f60;
  --font-script: "Pinyon Script", cursive;
  --font-serif: "Cormorant Garamond", serif;
  --font-label: "Cinzel", serif;
  --font-arabic: "Amiri", serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--cream); color: var(--ink);
  font-family: var(--font-serif); font-size: 19px; line-height: 1.7;
  -webkit-font-smoothing: antialiased; overflow-x: hidden;
}

/* ---------------- version + sound toggles ---------------- */

.version-toggle {
  position: fixed; top: max(.9rem, env(safe-area-inset-top)); right: max(.9rem, env(safe-area-inset-right));
  z-index: 55; display: flex; gap: 2px; padding: 3px;
  background: #faf6ecd9; backdrop-filter: blur(8px);
  border: 1px solid #d8cdae; border-radius: 2rem; box-shadow: 0 6px 18px #00000018;
}
.version-toggle__opt {
  font-family: var(--font-label); font-size: .64rem; letter-spacing: .1em;
  color: var(--ink-soft); text-decoration: none; padding: .45rem .9rem; border-radius: 2rem;
  transition: background .3s, color .3s;
}
.version-toggle__opt:hover { color: var(--sage); }
.version-toggle__opt.is-active { background: var(--sage); color: var(--paper); }

.sound-btn {
  position: fixed; right: max(1rem, env(safe-area-inset-right));
  bottom: calc(1rem + env(safe-area-inset-bottom, 0px));
  z-index: 55; width: 50px; height: 50px; border-radius: 50%;
  border: 1px solid #d8cdae; background: #faf6ecd9; backdrop-filter: blur(8px);
  font-size: 1.15rem; cursor: pointer; box-shadow: 0 6px 18px #00000018;
  transition: transform .3s var(--ease);
}
.sound-btn:hover { transform: scale(1.08); }

/* ---------------- the film portal: fixed backdrop ----------------
   The arch mask scales up with scroll ("stepping inside"); oversized
   host so iOS toolbar collapse never exposes a gap; no filter animation
   (Safari video compositing breaks with it). */
.portal {
  position: fixed; top: 0; left: 0; width: 100vw;
  height: 100vh; height: 100svh;
  display: grid; place-items: center;
  z-index: 0; pointer-events: none;
}
.portal__mask {
  width: min(84vw, 32.8svh);
  aspect-ratio: 688 / 1312;
  border-radius: 999px 999px 16px 16px;
  border: 1px solid var(--gold-soft);
  outline: 1px solid var(--gold-soft); outline-offset: 7px;
  box-shadow: 0 24px 60px #00000028;
  overflow: hidden; will-change: transform;
  background: var(--cream) url("assets/film-poster.jpg") center / cover;
}
.portal__mask video { width: 100%; height: 100%; object-fit: cover; display: block; }

/* cream veil that thickens once we're inside the film (opacity via JS) */
.veil {
  position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 100vw; height: calc(100vh + 130px); height: 100lvh;
  z-index: 1; pointer-events: none; opacity: 0;
  background:
    radial-gradient(130vw 100vh at 50% 30%, #f4eee0e0 0%, #f4eee0fa 78%);
}

/* scroll runway: arch -> inside -> faded backdrop, then content begins */
.stage { position: relative; height: 240vh; height: 240svh; z-index: 2; }
.stage__cue {
  position: absolute; top: calc(100vh - 5.6rem); top: calc(100svh - 5.6rem);
  left: 50%; transform: translateX(-50%);
  color: var(--sage); font-family: var(--font-label); font-size: .78rem; font-weight: 500;
  letter-spacing: .26em; text-transform: uppercase; text-align: center;
  text-shadow: 0 0 12px var(--cream), 0 0 24px var(--cream);
  pointer-events: none; white-space: nowrap;
  animation: cueFade 2.6s ease-in-out infinite;
}
@keyframes cueFade { 0%,100% { opacity: 1; } 50% { opacity: .45; } }
.stage__cue-arrow { display: block; font-size: 1.5rem; line-height: 1; color: var(--gold); animation: bob 1.6s ease-in-out infinite; }
@keyframes bob { 0%,100% { transform: translateY(0); } 50% { transform: translateY(7px); } }

/* ---------------- content over the faded film ---------------- */
.content { position: relative; z-index: 2; }
.block {
  min-height: 100vh; min-height: 100svh;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  max-width: 760px; margin: 0 auto; text-align: center;
  padding: clamp(3rem, 8vh, 5rem) max(1.4rem, env(safe-area-inset-left));
  padding-right: max(1.4rem, env(safe-area-inset-right));
}
.block__title { font-family: var(--font-script); font-size: clamp(2.2rem, 7vw, 3.4rem); color: var(--sage); margin-bottom: 1.6rem; }

/* invite */
.invite__bismillah { font-family: var(--font-arabic); font-size: clamp(1.2rem, 4.5vw, 1.6rem); color: var(--sage); line-height: 1.9; margin-bottom: 1rem; }
.invite__eyebrow { font-family: var(--font-label); font-size: .66rem; letter-spacing: .28em; text-transform: uppercase; color: var(--gold); margin-bottom: .6rem; }
.invite__names { font-family: var(--font-script); font-weight: 400; font-size: clamp(2.7rem, 11vw, 4.6rem); color: var(--sage); line-height: 1.15; }
.invite__amp { font-family: var(--font-serif); font-style: italic; color: var(--gold); font-size: .55em; padding: 0 .18em; }
.invite__line { font-style: italic; color: var(--ink-soft); margin-top: .4rem; }
.invite__line strong { color: var(--ink); font-style: normal; }
.invite__date { font-family: var(--font-label); font-size: .82rem; letter-spacing: .14em; color: var(--sage-mid); margin-top: .7rem; }

.divider { color: var(--gold-soft); letter-spacing: .8em; padding-left: .8em; margin: 1.8rem 0; font-size: .8rem; }

/* countdown */
.countdown { display: flex; justify-content: center; gap: clamp(.5rem, 2.5vw, 1rem); flex-wrap: wrap; }
.cd {
  min-width: 74px; padding: .9rem .6rem; border-radius: 12px;
  background: var(--paper); border: 1px solid #ddd2b4; box-shadow: 0 8px 20px #00000010;
}
.cd b { display: block; font-family: var(--font-script); font-weight: 400; font-size: clamp(1.9rem, 6vw, 2.6rem); color: var(--sage); line-height: 1; }
.cd span { font-family: var(--font-label); font-size: .56rem; letter-spacing: .2em; text-transform: uppercase; color: var(--ink-soft); }
.countdown-done { font-family: var(--font-script); font-size: 1.6rem; color: var(--sage); }

/* actions */
.actions { display: flex; justify-content: center; gap: .8rem; flex-wrap: wrap; margin-top: 1.8rem; }
.btn {
  display: inline-block; font-family: var(--font-label); font-size: .68rem; letter-spacing: .18em;
  text-transform: uppercase; text-decoration: none; padding: .85rem 1.7rem; border-radius: 2rem;
  background: var(--sage); color: var(--paper); box-shadow: 0 6px 18px #5d6b4d33;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}
.btn:hover { transform: translateY(-3px); box-shadow: 0 10px 24px #5d6b4d44; }
.btn--gold { background: linear-gradient(135deg, #b1924f, #c8ad77); box-shadow: 0 8px 22px #b1924f55; animation: ctaGlow 3s ease-in-out infinite; }
.btn--gold:hover { background: var(--sage); }
.btn--ghost { background: transparent; color: var(--sage); border: 1px solid var(--sage-mid); box-shadow: none; }
.btn--ghost:hover { background: var(--sage); color: var(--paper); }

/* details */
.details__row { display: grid; grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); gap: 1.1rem; margin-bottom: 2rem; }
.detail {
  background: var(--paper); border: 1px solid #ddd2b4; border-radius: 12px;
  padding: 1.5rem 1rem; box-shadow: 0 10px 26px #0000000e;
}
.detail h3 { font-family: var(--font-script); font-weight: 400; font-size: 1.5rem; color: var(--sage); margin-bottom: .4rem; }
.detail p { font-size: 1.05rem; }
.muted { color: var(--ink-soft); font-size: .95rem; }

/* palette: pure colour chips (names appear as hover tooltips only) */
.palette { display: flex; justify-content: center; flex-wrap: wrap; gap: 1rem; }
.swatch {
  display: block; width: 56px; height: 56px; border-radius: 50%;
  box-shadow: inset 0 0 0 3px #ffffffcc, 0 6px 14px #00000020; border: 1px solid #00000010;
}

/* ---------------- classic-style arch cards (The Celebration) ---------------- */
.script { font-family: var(--font-script) !important; font-weight: 400 !important; }
.block__title.script { font-size: clamp(2.6rem, 9vw, 3.8rem); margin-bottom: .4rem; }
.starband { width: clamp(190px, 52vw, 300px); height: auto; color: var(--gold); margin: 0 auto 2rem; display: block; }

.details__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 1.4rem; width: 100%; }
.arch-card {
  position: relative; text-align: center;
  background: #faf6ecf5; border: 1px solid #ddd2b4; border-radius: 14px;
  box-shadow: 0 16px 40px #00000018;
  padding: 2.8rem 1.4rem 2.2rem;
  overflow: hidden;
}
.arch-card::before { /* inner mihrab arch outline */
  content: ""; position: absolute; inset: 8px; pointer-events: none;
  border: 1px solid #e3d9bb; border-radius: 999px 999px 10px 10px;
}
.arch-card::after { /* gold bottom corner brackets */
  content: ""; position: absolute; inset: 14px; pointer-events: none;
  background:
    linear-gradient(#c8ad77, #c8ad77) bottom left  / 20px 1.5px,
    linear-gradient(#c8ad77, #c8ad77) bottom left  / 1.5px 20px,
    linear-gradient(#c8ad77, #c8ad77) bottom right / 20px 1.5px,
    linear-gradient(#c8ad77, #c8ad77) bottom right / 1.5px 20px;
  background-repeat: no-repeat; opacity: .85;
}
.arch-card .ico { width: 44px; height: 44px; color: var(--sage); margin-bottom: .3rem; }
.arch-card__head { font-family: var(--font-script); font-weight: 400; font-size: 1.9rem; color: var(--sage); margin-bottom: .5rem; }
.arch-card p { font-size: 1.1rem; }
.arch-card__link {
  display: inline-block; margin-top: 1rem; text-decoration: none;
  background: linear-gradient(135deg, #b1924f, #c8ad77); color: #fff;
  font-family: var(--font-label); font-size: .7rem; letter-spacing: .18em;
  text-transform: uppercase; padding: .9rem 1.9rem; border-radius: 2rem;
  box-shadow: 0 8px 22px #b1924f55;
  animation: ctaGlow 3s ease-in-out infinite;
  transition: transform .3s var(--ease), background .3s;
}
.arch-card__link:hover { transform: translateY(-3px); background: var(--sage); }
@keyframes ctaGlow { 0%,100% { box-shadow: 0 8px 22px #b1924f55; } 50% { box-shadow: 0 8px 30px #b1924faa; } }
.arch-card--palette { grid-column: 1 / -1; padding-top: 2.2rem; }
.arch-card--palette::before { border-radius: 14px 14px 10px 10px; }
/* arch cards spring in one after another */
.arch-card.reveal { opacity: 0; }
.arch-card.reveal.is-visible { animation: cardIn .85s cubic-bezier(.30,1.25,.42,1) both; }
.details__grid .arch-card:nth-child(2).is-visible { animation-delay: .12s; }
.details__grid .arch-card:nth-child(3).is-visible { animation-delay: .24s; }
.details__grid .arch-card:nth-child(4).is-visible { animation-delay: .36s; }

/* ---------------- sage envelope closing (Sealed with love) ---------------- */
.sage {
  position: relative; background: var(--sage); z-index: 2;
  min-height: 100vh; min-height: 100svh;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  padding: 4.5rem max(1.2rem, env(safe-area-inset-left)) calc(5rem + env(safe-area-inset-bottom, 0px));
  text-align: center;
}
.sage__lace {
  position: absolute; top: -1px; left: 0; right: 0; height: 26px;
  background: radial-gradient(circle at 10px 0, var(--cream) 9px, transparent 9.8px) 0 0 / 20px 26px repeat-x;
}
.sage__sent { font-size: clamp(2.2rem, 8vw, 3.2rem); color: #fff; margin-bottom: 1.8rem; }
.env-back {
  position: relative; width: min(560px, 100%);
  background: var(--paper); border-radius: 10px;
  border: 1px solid #d8cdae; box-shadow: 0 26px 60px #00000033;
  padding: clamp(115px, 30vw, 165px) clamp(1.2rem, 5vw, 2.4rem) 2.2rem;
  overflow: hidden;
}
.env-back::after { /* gold corner brackets */
  content: ""; position: absolute; inset: 10px; pointer-events: none;
  background:
    linear-gradient(#c8ad77, #c8ad77) top left      / 22px 1.5px,
    linear-gradient(#c8ad77, #c8ad77) top left      / 1.5px 22px,
    linear-gradient(#c8ad77, #c8ad77) top right     / 22px 1.5px,
    linear-gradient(#c8ad77, #c8ad77) top right     / 1.5px 22px,
    linear-gradient(#c8ad77, #c8ad77) bottom left   / 22px 1.5px,
    linear-gradient(#c8ad77, #c8ad77) bottom left   / 1.5px 22px,
    linear-gradient(#c8ad77, #c8ad77) bottom right  / 22px 1.5px,
    linear-gradient(#c8ad77, #c8ad77) bottom right  / 1.5px 22px;
  background-repeat: no-repeat; opacity: .85;
}
.env-back__flap { position: absolute; top: 0; left: 0; width: 100%; height: auto; }
.env-back__seal {
  position: absolute; top: 0; left: 50%; width: 72px; height: 72px;
  transform: translate(-50%, 52%); color: var(--sage);
  filter: drop-shadow(0 5px 8px #00000033);
  animation: sealPulse 3.2s ease-in-out infinite;
}
.env-back__seal svg { width: 100%; height: 100%; display: block; }
@keyframes sealPulse {
  0%,100% { filter: drop-shadow(0 5px 8px #00000033); }
  50%     { filter: drop-shadow(0 5px 16px #5d6b4d88); }
}
.env-back__bouquet { position: absolute; bottom: -26px; right: -24px; width: clamp(96px, 20vw, 126px); pointer-events: none; }
.env-back.reveal { opacity: 0; }
.env-back.reveal.is-visible { animation: cardIn .95s cubic-bezier(.30,1.25,.42,1) both; }
.closing__ar { font-family: var(--font-arabic); font-size: clamp(1.3rem, 4.4vw, 1.8rem); color: var(--sage); line-height: 2; margin-bottom: .8rem; }
.closing__en { font-style: italic; color: var(--ink-soft); margin-bottom: 1rem; }
.names-line { display: flex; align-items: center; justify-content: center; gap: .7rem; margin-bottom: .6rem; }
.names-line span { font-family: var(--font-script); font-size: 1.9rem; color: var(--ink); }
.names-line i { font-family: var(--font-serif); font-style: italic; color: var(--gold); font-size: 1.2rem; }
.closing__hashtag { font-family: var(--font-label); font-size: .72rem; letter-spacing: .14em; color: var(--gold); }

/* ---------------- paper cards over the film ---------------- */
.card {
  position: relative; width: 100%;
  background: #faf6ecf5;
  border: 1px solid #d8cdae; border-radius: 18px;
  outline: 1px solid #d8cdae66; outline-offset: 6px;
  box-shadow: 0 24px 60px #00000024;
  padding: clamp(1.8rem, 5.5vw, 3rem) clamp(1.1rem, 4.5vw, 2.4rem);
  overflow: hidden;
}
/* gold corner brackets */
.card::before {
  content: ""; position: absolute; inset: 10px; pointer-events: none; z-index: 0;
  background:
    linear-gradient(#c8ad77, #c8ad77) top left      / 20px 1.5px,
    linear-gradient(#c8ad77, #c8ad77) top left      / 1.5px 20px,
    linear-gradient(#c8ad77, #c8ad77) top right     / 20px 1.5px,
    linear-gradient(#c8ad77, #c8ad77) top right     / 1.5px 20px,
    linear-gradient(#c8ad77, #c8ad77) bottom left   / 20px 1.5px,
    linear-gradient(#c8ad77, #c8ad77) bottom left   / 1.5px 20px,
    linear-gradient(#c8ad77, #c8ad77) bottom right  / 20px 1.5px,
    linear-gradient(#c8ad77, #c8ad77) bottom right  / 1.5px 20px;
  background-repeat: no-repeat; opacity: .8;
}
/* one gold sheen sweep right after the card lands */
.card::after {
  content: ""; position: absolute; inset: 0; pointer-events: none; z-index: 1;
  background: linear-gradient(115deg, transparent 42%, #ffffff99 50%, transparent 58%);
  background-size: 280% 100%; background-position: 130% 0; border-radius: 18px;
}
.card.is-visible::after { animation: sheen 1.6s ease-out .55s both; }
@keyframes sheen { from { background-position: 130% 0; } to { background-position: -150% 0; } }
.card > * { position: relative; z-index: 2; }

/* ---------------- entrance motion ---------------- */
/* the card springs up with a soft overshoot */
.card.reveal { opacity: 0; }
.card.reveal.is-visible { animation: cardIn .95s cubic-bezier(.30,1.25,.42,1) both; }
@keyframes cardIn {
  0%   { opacity: 0; transform: translateY(64px) scale(.94); }
  100% { opacity: 1; transform: none; }
}
/* inner lines cascade in, focusing from a soft blur */
.st { opacity: 0; transform: translateY(18px); filter: blur(5px); }
.reveal.is-visible .st {
  animation: stIn .75s var(--ease) both;
}
@keyframes stIn {
  from { opacity: 0; transform: translateY(18px); filter: blur(5px); }
  to   { opacity: 1; transform: none; filter: none; }
}
.reveal.is-visible .st:nth-child(1)  { animation-delay: .30s; }
.reveal.is-visible .st:nth-child(2)  { animation-delay: .42s; }
.reveal.is-visible .st:nth-child(3)  { animation-delay: .54s; }
.reveal.is-visible .st:nth-child(4)  { animation-delay: .66s; }
.reveal.is-visible .st:nth-child(5)  { animation-delay: .78s; }
.reveal.is-visible .st:nth-child(6)  { animation-delay: .90s; }
.reveal.is-visible .st:nth-child(7)  { animation-delay: 1.02s; }
.reveal.is-visible .st:nth-child(8)  { animation-delay: 1.14s; }
.reveal.is-visible .st:nth-child(9)  { animation-delay: 1.26s; }
.reveal.is-visible .st:nth-child(10) { animation-delay: 1.38s; }
/* the names write themselves in */
.reveal.is-visible .invite__names { animation: namesIn 1.5s var(--ease) both; animation-delay: .55s; }
@keyframes namesIn {
  0%   { opacity: 0; clip-path: inset(-20% 100% -20% 0); filter: none; transform: none; }
  30%  { opacity: 1; }
  100% { opacity: 1; clip-path: inset(-20% -10% -20% 0); filter: none; transform: none; }
}
/* countdown cells pop one-two-three-four */
.reveal.is-visible .cd { animation: cdPop .65s cubic-bezier(.34,1.56,.64,1) both; }
.reveal.is-visible .cd:nth-child(1) { animation-delay: 1.0s; }
.reveal.is-visible .cd:nth-child(2) { animation-delay: 1.12s; }
.reveal.is-visible .cd:nth-child(3) { animation-delay: 1.24s; }
.reveal.is-visible .cd:nth-child(4) { animation-delay: 1.36s; }
@keyframes cdPop { from { opacity: 0; transform: translateY(22px) scale(.6); } to { opacity: 1; transform: none; } }
/* palette swatches bloom in a cascade */
.reveal.is-visible .swatch { animation: swPop .6s cubic-bezier(.34,1.56,.64,1) both; }
.reveal.is-visible .swatch:nth-child(1) { animation-delay: .9s; }
.reveal.is-visible .swatch:nth-child(2) { animation-delay: .98s; }
.reveal.is-visible .swatch:nth-child(3) { animation-delay: 1.06s; }
.reveal.is-visible .swatch:nth-child(4) { animation-delay: 1.14s; }
.reveal.is-visible .swatch:nth-child(5) { animation-delay: 1.22s; }
.reveal.is-visible .swatch:nth-child(6) { animation-delay: 1.30s; }
.reveal.is-visible .swatch:nth-child(7) { animation-delay: 1.38s; }
.reveal.is-visible .swatch:nth-child(8) { animation-delay: 1.46s; }
@keyframes swPop { from { opacity: 0; transform: translateY(18px) scale(.4); } to { opacity: 1; transform: none; } }
.swatch { opacity: 0; }
.card:not(.is-visible) .cd { opacity: 0; }

/* legacy reveal (kept for any non-card element) */
.reveal:not(.card) { opacity: 0; transform: translateY(26px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.reveal:not(.card).is-visible { opacity: 1; transform: none; }

@media (max-width: 380px) {
  body { font-size: 17px; }
  .cd { min-width: 62px; padding: .7rem .45rem; }
  .block { padding-left: 1rem; padding-right: 1rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal, .card.reveal, .st, .swatch, .cd, .card:not(.is-visible) .cd {
    opacity: 1 !important; transform: none !important; filter: none !important; clip-path: none !important;
  }
  html { scroll-behavior: auto; }
}

/* ---------------- Arabic version typography ----------------
   El Messiri for display, Almarai for body/UI, Amiri kept for scripture. */
html[lang="ar"] body { font-family: "Almarai", sans-serif; font-size: 18px; line-height: 1.9; }
html[lang="ar"] .invite__bismillah,
html[lang="ar"] .closing__ar { font-family: "Amiri", serif !important; }
html[lang="ar"] .script,
html[lang="ar"] .block__title.script,
html[lang="ar"] .arch-card__head,
html[lang="ar"] .sage__sent,
html[lang="ar"] .invite__names,
html[lang="ar"] .names-line span,
html[lang="ar"] .cd b { font-family: "El Messiri", "Amiri", serif !important; font-weight: 600; }
html[lang="ar"] .invite__names { font-size: clamp(2.3rem, 9.5vw, 3.8rem); line-height: 1.55; }
html[lang="ar"] .block__title.script { font-size: clamp(1.9rem, 7.5vw, 2.8rem); line-height: 1.7; }
html[lang="ar"] .sage__sent { font-size: clamp(1.7rem, 6.5vw, 2.4rem); line-height: 1.7; }
html[lang="ar"] .arch-card__head { font-size: 1.5rem; }
html[lang="ar"] .cd b { font-size: clamp(1.6rem, 5.2vw, 2.1rem); line-height: 1.5; font-weight: 700; }
html[lang="ar"] .invite__eyebrow, html[lang="ar"] .invite__date,
html[lang="ar"] .btn, html[lang="ar"] .arch-card__link,
html[lang="ar"] .stage__cue, html[lang="ar"] .cd span,
html[lang="ar"] .version-toggle__opt, html[lang="ar"] .invite__line,
html[lang="ar"] .closing__hashtag, html[lang="ar"] .muted,
html[lang="ar"] .swatch b, html[lang="ar"] .arch-card p, html[lang="ar"] .countdown-done {
  font-family: "Almarai", sans-serif; letter-spacing: 0; text-transform: none; font-style: normal;
}
html[lang="ar"] .invite__eyebrow { font-size: .98rem; color: var(--gold); font-weight: 700; }
html[lang="ar"] .stage__cue { font-size: .95rem; font-weight: 700; }
html[lang="ar"] .btn, html[lang="ar"] .arch-card__link { font-size: .88rem; font-weight: 700; padding: .78rem 1.7rem; }
html[lang="ar"] .cd span { font-size: .78rem; }
html[lang="ar"] .countdown { direction: ltr; }
html[lang="ar"] .invite__line { font-size: 1.1rem; }
html[lang="ar"] .invite__line strong { font-weight: 700; }
html[lang="ar"] .swatch b { font-size: .88rem; }
html[lang="ar"] .arch-card p { font-size: 1.02rem; }
