/* ==========================================================================
   Asiljon & Rayhona — mobile wedding invitation
   Design tokens lifted verbatim from "Wedding Invitation.dc.html".
   ========================================================================== */

:root {
  /* palette */
  --backdrop:   #efe7dc;
  --sheet:      #f8f3ec;
  --surface:    #fffdfa;
  --cream:      #fffaf3;
  --ink:        #2c3039;
  --rose:       #c2796d;
  --rose-deep:  #ad675c;
  --blue:       #5c7da6;
  --blue-deep:  #43607f;
  --night:      #2b3038;

  --hair:       rgba(44, 48, 57, .09);
  --hair-strong:rgba(44, 48, 57, .22);

  /* type */
  --serif:  'Cormorant Garamond', Georgia, 'Times New Roman', serif;
  --script: 'Parisienne', 'Cormorant Garamond', Georgia, cursive;
  --sans:   'Jost', system-ui, -apple-system, 'Segoe UI', sans-serif;

  /* metrics */
  --col: 480px;
  --ease: cubic-bezier(.22, .61, .36, 1);
  --safe-t: env(safe-area-inset-top, 0px);
  --safe-b: env(safe-area-inset-bottom, 0px);
}

/* Parisienne has no Cyrillic subset — Russian falls back to an italic serif
   that carries the same "handwritten" weight instead of a system default. */
html[lang="ru"] .script {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 500;
  letter-spacing: .01em;
}

* { box-sizing: border-box; }

/* Several components set display on themselves, which would otherwise beat
   the [hidden] attribute we toggle from JS. */
[hidden] { display: none !important; }

html, body {
  margin: 0;
  padding: 0;
  background: var(--backdrop);
}

body {
  min-height: 100dvh;
  font-family: var(--serif);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  overscroll-behavior-y: none;
  text-rendering: optimizeLegibility;
}

body.is-locked { overflow: hidden; }

img { max-width: 100%; }
input, button, textarea { font-family: inherit; }
input:focus, button:focus { outline: none; }
:focus-visible { outline: 2px solid var(--rose); outline-offset: 3px; border-radius: 3px; }

a { color: var(--blue); text-decoration: none; }

/* ── shared type ────────────────────────────────────────────────────────── */

.script {
  font-family: var(--script);
  font-weight: 400;
  margin: 0;
  color: var(--ink);
}
.script--h2 { font-size: 29px; line-height: 1.2; }

.eyebrow {
  margin: 0;
  font-family: var(--sans);
  font-size: 9.5px;
  font-weight: 400;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: rgba(44, 48, 57, .45);
}
.eyebrow--wide  { letter-spacing: .36em; color: rgba(44, 48, 57, .5); }
.eyebrow--onDark{ color: rgba(255, 247, 239, .8); }

.rule {
  display: flex;
  align-items: center;
  gap: 12px;
}
.rule__line { display: block; width: 44px; height: 1px; background: var(--hair-strong); }
.rule__line--sm { width: 34px; }
.rule__mark { font-size: 12px; color: var(--rose); line-height: 1; }
.rule--onDark .rule__line { background: rgba(255, 247, 239, .5); }
.rule--onDark .rule__mark { color: rgba(255, 247, 239, .8); font-size: 11px; }

/* ── shell ──────────────────────────────────────────────────────────────── */

.stage {
  display: flex;
  justify-content: center;
  min-height: 100dvh;
  background: var(--backdrop);
}

.sheet {
  position: relative;
  width: 100%;
  max-width: var(--col);
  background: var(--sheet);
  box-shadow: 0 0 90px rgba(44, 48, 57, .18);
  overflow: hidden;
}

.main {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 1.25s var(--ease) .35s, transform 1.4s var(--ease) .35s;
  padding-bottom: var(--safe-b);
}
.main.is-in { opacity: 1; transform: translateY(0); }

/* ── hero ───────────────────────────────────────────────────────────────── */

.hero { position: relative; }

.hero__arch {
  position: relative;
  /* Full-bleed, flush with the top of the sheet. Only the bottom edge is
     shaped: the two bottom corners take a half-width horizontal radius so
     their arcs meet at the centre as one continuous downward bow. */
  width: 100%;
  aspect-ratio: 1 / 1;
  margin: 0;
  border-radius: 0 0 50% 50% / 0 0 46px 46px;
  overflow: hidden;
  background: #ded3c4;
  box-shadow: 0 14px 34px rgba(44, 48, 57, .12);
}

.hero__img {
  position: absolute;
  left: 0;
  width: 100%;
  /* taller than the frame + a negative offset gives room to drift inside
     .hero__arch's overflow:hidden mask without ever exposing an edge.
     ±15% of buffer is the most we can take before object-fit:cover starts
     cropping meaningful width off the sides of a portrait photo. */
  top: -15%;
  height: 130%;
  object-fit: cover;
  /* favours the hands and ring in this short, wide crop — at 62% they sat
     directly behind the names */
  object-position: 50% 85%;
  display: block;
  transform: translateY(var(--parallax-y, 0px));
  will-change: transform;
}

.hero__veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom,
    rgba(248, 243, 236, .22) 0%,
    rgba(248, 243, 236, 0) 34%,
    rgba(38, 42, 50, .42) 100%);
}

.hero__caption {
  position: absolute;
  left: 0; right: 0;
  /* clears the bowed bottom edge: the curve rises toward the sides, so the
     ends of the date line — not its centre — set the real clearance */
  bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  padding: 0 20px;
  text-align: center;
}

.hero__names {
  /* kept to one line like the wireframe: scales with the viewport so the
     full name always fits between the 20px gutters, with headroom for
     fallback-font metrics before Parisienne loads */
  font-size: clamp(22px, calc(9vw - 3px), 40px);
  line-height: 1.15;
  color: var(--cream);
  text-shadow: 0 2px 18px rgba(30, 34, 42, .45);
  white-space: nowrap;
}

.hero__date {
  font-size: 10px;
  letter-spacing: .34em;
  color: rgba(255, 250, 243, .86);
  text-shadow: 0 1px 10px rgba(30, 34, 42, .5);
}

/* ── reveal-on-scroll ───────────────────────────────────────────────────── */

[data-reveal] {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 1s ease, transform 1s var(--ease);
}
[data-reveal].is-in { opacity: 1; transform: translateY(0); }

/* ── blocks ─────────────────────────────────────────────────────────────── */

.block {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.block--copy  { gap: 16px; padding: 44px 40px 10px; }
.block--count { gap: 20px; padding: 36px 26px 8px; }
.block--venue { gap: 14px; padding: 48px 40px 0; }
.block--close { gap: 14px; padding: 56px 40px 54px; }
.block--custom{ gap: 14px; padding: 40px 40px 0; }

.block--copy .rule { padding-top: 6px; }

/* personalised greeting — only rendered when ?to= names a guest */
.guest {
  font-size: 29px;
  line-height: 1.25;
  color: var(--rose);
  margin: -2px 0 -4px;
  overflow-wrap: anywhere;
}

.lede {
  margin: 0;
  font-size: 21px;
  line-height: 1.62;
  font-weight: 300;
  color: rgba(44, 48, 57, .88);
  text-wrap: pretty;
}

/* ── countdown ──────────────────────────────────────────────────────────── */

.count {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  width: 100%;
}

.count__cell {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  padding: 16px 4px;
  background: var(--surface);
  border: 1px solid var(--hair);
  border-radius: 4px;
  box-shadow: 0 6px 18px rgba(44, 48, 57, .05);
}

.count__num {
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  color: var(--ink);
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1;
}
.count__num--accent { color: var(--rose); }

.count__lbl {
  font-family: var(--sans);
  font-size: 8.5px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(44, 48, 57, .48);
  text-align: center;
}

.count__done {
  margin: 0;
  font-size: 19px;
  font-style: italic;
  font-weight: 300;
  color: var(--rose);
}

/* ── venue ──────────────────────────────────────────────────────────────── */

.venue__name { font-size: 31px; }
.venue__date { letter-spacing: .28em; }

.map-embed {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid var(--hair);
  background: #e4ddd0;
  box-shadow: 0 6px 18px rgba(44, 48, 57, .05);
}
.map-embed__frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  /* live tiles for a real preview, but not draggable — a pannable map
     inside a scrolling page is a guaranteed thumb-scroll conflict */
  pointer-events: none;
}
.map-embed__tap {
  position: absolute;
  inset: 0;
  -webkit-tap-highlight-color: rgba(194, 121, 109, .18);
}

.btn-ghost {
  margin-top: 10px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 14px 26px;
  border: 1px solid rgba(92, 125, 166, .45);
  border-radius: 999px;
  font-family: var(--sans);
  font-size: 10.5px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--blue);
  background: var(--surface);
  transition: background .3s ease, color .3s ease, border-color .3s ease;
}
.btn-ghost__pin { font-size: 12px; }
.btn-ghost:active { background: var(--blue); color: var(--surface); border-color: var(--blue); }

/* ── rsvp card ──────────────────────────────────────────────────────────── */

.card {
  margin: 52px 26px 0;
  padding: 34px 26px 30px;
  background: var(--surface);
  border: 1px solid var(--hair);
  border-radius: 6px;
  box-shadow: 0 10px 34px rgba(44, 48, 57, .06);
}

.rsvp { display: flex; flex-direction: column; gap: 18px; }

.rsvp__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
}

.field { display: flex; flex-direction: column; gap: 7px; }

.field__lbl {
  font-family: var(--sans);
  font-size: 9.5px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: rgba(44, 48, 57, .5);
}

.field__input {
  border: none;
  border-bottom: 1px solid rgba(44, 48, 57, .28);
  background: transparent;
  padding: 8px 2px;
  font-size: 19px;              /* ≥16px keeps iOS from zooming on focus */
  font-family: var(--serif);
  color: var(--ink);
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none;
  transition: border-bottom-color .3s ease;
}
.field__input:focus { border-bottom-color: var(--rose); }
.field__input[aria-invalid="true"] { border-bottom-color: var(--rose); }
.field__input::-webkit-outer-spin-button,
.field__input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }

.choice { display: flex; flex-direction: column; gap: 9px; padding-top: 2px; }

.opt {
  padding: 14px 18px;
  border-radius: 999px;
  font-family: var(--sans);
  font-size: 10.5px;
  letter-spacing: .18em;
  text-transform: uppercase;
  cursor: pointer;
  background: transparent;
  color: rgba(44, 48, 57, .7);
  border: 1px solid rgba(44, 48, 57, .2);
  transition: background .3s ease, color .3s ease, border-color .3s ease;
}
#opt-yes[aria-checked="true"] { background: var(--rose); color: var(--surface); border-color: var(--rose); }
#opt-no[aria-checked="true"]  { background: var(--blue); color: var(--surface); border-color: var(--blue); }

.btn-solid {
  margin-top: 6px;
  padding: 16px 20px;
  border: none;
  border-radius: 999px;
  background: var(--rose);
  color: var(--surface);
  font-family: var(--sans);
  font-size: 10.5px;
  letter-spacing: .24em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background .3s ease, transform .3s ease, opacity .3s ease;
}
.btn-solid:active { background: var(--rose-deep); transform: translateY(-1px); }
.btn-solid[disabled] { opacity: .55; cursor: default; transform: none; }

.rsvp__err {
  margin: -6px 0 0;
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: .1em;
  line-height: 1.5;
  color: var(--rose-deep);
}

.thanks {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  padding: 16px 6px;
  text-align: center;
  animation: glowIn .8s ease both;
}

.thanks__seal {
  width: 54px;
  height: 54px;
  border-radius: 999px;
  background: rgba(194, 121, 109, .12);
  display: grid;
  place-items: center;
  font-size: 22px;
  color: var(--rose);
}

.thanks__note {
  margin: 0;
  font-size: 19px;
  font-weight: 300;
  line-height: 1.55;
  color: rgba(44, 48, 57, .7);
  text-wrap: pretty;
}

.link-quiet {
  border: none;
  background: none;
  padding: 4px 6px;
  font-family: var(--sans);
  font-size: 9px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(44, 48, 57, .4);
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 4px;
}

/* ── closing ────────────────────────────────────────────────────────────── */

.close__note {
  margin: 0;
  font-size: 20px;
  font-weight: 300;
  font-style: italic;
  line-height: 1.6;
  color: rgba(44, 48, 57, .75);
  text-wrap: pretty;
}
.close__sign { font-size: 27px; }
.close__stamp { font-size: 9px; letter-spacing: .3em; color: rgba(44, 48, 57, .35); }

/* ── cover ──────────────────────────────────────────────────────────────── */

.cover {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: flex;
  justify-content: center;
  background: var(--night);
  opacity: 1;
  transform: scale(1);
  transition: opacity 1.35s cubic-bezier(.4, 0, .2, 1), transform 1.6s cubic-bezier(.4, 0, .2, 1);
}
.cover.is-open { opacity: 0; transform: scale(1.08); pointer-events: none; }

.cover__inner {
  position: relative;
  width: 100%;
  max-width: var(--col);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.cover__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 55%;
  display: block;
}

.cover__veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom,
    rgba(24, 29, 38, .56) 0%,
    rgba(22, 27, 36, .5)  30%,
    rgba(20, 25, 34, .58) 55%,
    rgba(18, 22, 30, .8)  100%);
}

.cover__vignette {
  position: absolute;
  inset: 0;
  background: radial-gradient(115% 72% at 50% 44%, rgba(16, 20, 28, .34) 0%, rgba(14, 18, 26, .6) 100%);
}

.petals { position: absolute; inset: 0; pointer-events: none; }
.petal {
  position: absolute;
  border-radius: 60% 60% 60% 0;
  background: rgba(255, 246, 238, .46);
  animation: drift 12s ease-in infinite;
  will-change: transform, opacity;
}
.petal--1 { left: 14%; bottom: 120px; width: 9px; height: 9px; background: rgba(255,246,238,.5);  animation-duration: 11s; animation-delay: 1.2s; }
.petal--2 { left: 62%; bottom:  90px; width: 7px; height: 7px; background: rgba(255,246,238,.45); animation-duration: 14s; animation-delay: 3.4s; }
.petal--3 { left: 38%; bottom: 150px; width: 6px; height: 6px; background: rgba(255,246,238,.4);  animation-duration: 13s; animation-delay: 6.1s; }
.petal--4 { left: 82%; bottom: 130px; width: 8px; height: 8px; background: rgba(255,246,238,.42); animation-duration: 12s; animation-delay: 8.3s; }

.cover__top {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  padding: calc(20px + var(--safe-t)) 20px 0;
}

.cover__mid {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 0 34px;
  text-align: center;
  animation: glowIn 1.6s var(--ease) both;
}

.cover__mid .eyebrow { letter-spacing: .4em; color: rgba(255, 247, 239, .78); }

.cover__names {
  font-size: 52px;
  line-height: 1.06;
  color: var(--cream);
  text-shadow: 0 4px 30px rgba(20, 24, 32, .55);
}

.cover__date { font-size: 10.5px; letter-spacing: .3em; color: rgba(255, 247, 239, .86); }

.cover__bot {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  padding: 0 0 calc(48px + var(--safe-b));
}
.cover__bot .eyebrow { letter-spacing: .3em; color: rgba(255, 247, 239, .72); }

.opener {
  position: relative;
  width: 82px;
  height: 82px;
  display: grid;
  place-items: center;
}

.opener__ring {
  position: absolute;
  inset: 0;
  border-radius: 999px;
  border: 1px solid rgba(255, 247, 239, .6);
  animation: ringPulse 2.8s ease-out infinite;
}
.opener__ring--late { border-color: rgba(255, 247, 239, .4); animation-delay: 1.4s; }

.opener__btn {
  position: relative;
  width: 74px;
  height: 74px;
  border-radius: 999px;
  border: 1px solid rgba(255, 247, 239, .55);
  background: rgba(255, 250, 243, .94);
  color: var(--rose);
  cursor: pointer;
  display: grid;
  place-items: center;
  padding: 0;
  box-shadow: 0 12px 34px rgba(16, 20, 28, .35);
  animation: beat 2.8s ease-in-out infinite;
  transition: transform .3s ease, background .3s ease;
}
.opener__btn:active { background: var(--cream); transform: scale(1.06); }
.opener__btn svg { width: 34px; height: 34px; display: block; }

/* ── chips / floating bar ───────────────────────────────────────────────── */

.chip {
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
  line-height: 1;
  padding: 8px 12px;
  min-height: 30px;
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background .3s ease, color .3s ease, border-color .3s ease;
}

.chip--dark {
  background: rgba(255, 250, 243, .08);
  color: rgba(255, 247, 239, .82);
  border: 1px solid rgba(255, 247, 239, .42);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}
.chip--dark[aria-pressed="true"] {
  background: rgba(255, 250, 243, .95);
  color: var(--rose);
  border-color: rgba(255, 250, 243, .95);
}

.chip--light {
  background: rgba(255, 253, 250, .92);
  color: rgba(44, 48, 57, .62);
  border: 1px solid rgba(44, 48, 57, .16);
  box-shadow: 0 6px 20px rgba(44, 48, 57, .12);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}
.chip--light[aria-pressed="true"] {
  background: var(--rose);
  color: var(--surface);
  border-color: var(--rose);
  box-shadow: 0 6px 20px rgba(44, 48, 57, .16);
}

.bar {
  position: fixed;
  top: calc(16px + var(--safe-t));
  z-index: 30;
}
.bar--lang  { left:  max(16px, calc(50% - (var(--col) / 2) + 16px)); }
.bar--music { right: max(16px, calc(50% - (var(--col) / 2) + 16px)); }
.bar[hidden] { display: none; }

/* ── language picker ────────────────────────────────────────────────────── */

.sheetpick { position: fixed; inset: 0; z-index: 60; }
.sheetpick[hidden] { display: none; }

.sheetpick__scrim {
  position: absolute;
  inset: 0;
  background: rgba(20, 24, 32, .48);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  animation: fadeIn .28s ease both;
}

.sheetpick__panel {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 100%;
  max-width: var(--col);
  background: var(--surface);
  border-radius: 18px 18px 0 0;
  padding: 10px 10px calc(14px + var(--safe-b));
  box-shadow: 0 -12px 44px rgba(20, 24, 32, .3);
  animation: slideUp .34s var(--ease) both;
}

.sheetpick__opt {
  width: 100%;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 14px;
  border: none;
  background: none;
  border-radius: 10px;
  cursor: pointer;
  text-align: left;
  color: var(--ink);
}
.sheetpick__opt + .sheetpick__opt { border-top: 1px solid var(--hair); border-radius: 0; }
.sheetpick__opt b { font-family: var(--serif); font-size: 21px; font-weight: 500; }
.sheetpick__opt span {
  font-family: var(--sans);
  font-size: 9px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(44, 48, 57, .4);
}
.sheetpick__opt[aria-current="true"] { background: rgba(194, 121, 109, .09); }
.sheetpick__opt[aria-current="true"] b { color: var(--rose); }

/* ── keyframes ──────────────────────────────────────────────────────────── */

@keyframes ringPulse {
  0%   { transform: scale(1);   opacity: .55; }
  70%  { transform: scale(1.9); opacity: 0; }
  100% { transform: scale(1.9); opacity: 0; }
}

@keyframes beat {
  0%, 100% { transform: scale(1); }
  14% { transform: scale(1.13); }
  28% { transform: scale(1); }
  42% { transform: scale(1.09); }
  56% { transform: scale(1); }
}

@keyframes drift {
  0%   { transform: translate3d(0, 0, 0) scale(1); opacity: 0; }
  12%  { opacity: .55; }
  100% { transform: translate3d(18px, -120px, 0) scale(1.25); opacity: 0; }
}

@keyframes glowIn {
  from { opacity: 0; transform: translateY(14px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes fadeIn  { from { opacity: 0; } to { opacity: 1; } }
@keyframes slideUp { from { transform: translate(-50%, 100%); } to { transform: translate(-50%, 0); } }

/* ── short phones: keep the cover on one screen ─────────────────────────── */

@media (max-height: 700px) {
  .cover__names { font-size: 44px; }
  .cover__mid   { gap: 14px; }
  .cover__bot   { padding-bottom: calc(34px + var(--safe-b)); }
  .opener       { width: 72px; height: 72px; }
  .opener__btn  { width: 64px; height: 64px; }
  .opener__btn svg { width: 30px; height: 30px; }
}

@media (max-width: 360px) {
  .hero__arch    { border-radius: 0 0 50% 50% / 0 0 38px 38px; }
  .hero__caption { bottom: 32px; }
  .block--copy   { padding-inline: 28px; }
  .block--venue,
  .block--close  { padding-inline: 26px; }
  .lede          { font-size: 19px; }
  .card          { margin-inline: 18px; padding-inline: 20px; }
  .count         { gap: 7px; }
  .count__num    { font-size: 26px; }
  .cover__names  { font-size: 44px; }
}

/* ── accessibility ──────────────────────────────────────────────────────── */

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }
  .petals { display: none; }
  [data-reveal] { opacity: 1; transform: none; }
}

@media print {
  .cover, .bar, .sheetpick, .btn-solid, .choice { display: none !important; }
  .main { opacity: 1 !important; transform: none !important; }
  [data-reveal] { opacity: 1 !important; transform: none !important; }
  .sheet { box-shadow: none; }
}
