/* photobooth.shaunmoon.com.au, design A "Glass album": frosted glass cards on the booth's warm night gradient.
   From the mockup options-web.html, section opt-a (.wa-). Phone first; 600 px and up is a tablet in portrait,
   1000 px and up an iPad on its side or a laptop. No web fonts: the system stacks. */

:root {
  --page: #111013; --beige: #e4d8c6; --beige2: #cdbba2; --moon: #f4ff6a; --ink: #1b1712;
  --ng-bg: radial-gradient(900px 500px at 20% 10%, rgba(228,216,198,.35), transparent 60%),
           radial-gradient(700px 500px at 85% 90%, rgba(244,255,106,.16), transparent 60%),
           linear-gradient(160deg, #2a241d, #0f0e10 70%);
  --ng-line: rgba(255,255,255,.14); --ng-blur: blur(30px) saturate(1.4); --ng-shadow: 0 30px 80px rgba(0,0,0,.45);
  --font-text: -apple-system, "SF Pro Text", "Segoe UI Variable Text", "Segoe UI", system-ui, sans-serif;
  --font-display: -apple-system, "SF Pro Display", "Segoe UI Variable Display", "Segoe UI", system-ui, sans-serif;
  color-scheme: dark;
}
*, *::before, *::after { box-sizing: border-box; }
html { background: #1d1915; -webkit-text-size-adjust: 100%; }
body { margin: 0; min-height: 100vh; background: #1d1915; color: #f2efe8; font-family: var(--font-text); -webkit-font-smoothing: antialiased; }
button { font: inherit; color: inherit; border: 0; background: none; padding: 0; margin: 0; cursor: pointer; -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
img, video { max-width: 100%; }
svg.i { width: 1em; height: 1em; flex: none; }
:focus-visible { outline: 2px solid var(--beige); outline-offset: 3px; }
.wa-hide { display: none !important; }
.wa-sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.wa-noscript { margin: 40px 16px; text-align: center; color: var(--beige); }

.wa-pg { position: relative; min-height: 100vh; min-height: 100dvh; color: #f2efe8; font-family: var(--font-text); -webkit-tap-highlight-color: transparent; }
.wa-bg { position: fixed; inset: 0; z-index: 0; background: var(--ng-bg); pointer-events: none; }
.wa-wrap { position: relative; z-index: 1; margin: 0 auto; padding: 14px 16px 26px; padding-left: max(16px, env(safe-area-inset-left)); padding-right: max(16px, env(safe-area-inset-right)); }
.wa-center { position: relative; z-index: 1; min-height: 100vh; min-height: 100dvh; display: grid; align-content: center; justify-items: center; gap: 22px; padding: 28px 16px; }
.wa-lgbox { display: block; line-height: 0; color: #fff; }
.wa-logo { display: block; width: 112px; height: 36px; color: #fff; }

/* type: light display, small spaced capitals */
.wa-k { margin: 0; font-size: 11px; font-weight: 500; letter-spacing: .16em; text-transform: uppercase; color: var(--beige); }
.wa-kd { color: rgba(228,216,198,.62); }
.wa-ev { margin: 0; font-family: var(--font-display); font-weight: 300; font-size: 18px; line-height: 1.3; letter-spacing: .16em; text-transform: uppercase; color: #f7f2ea; overflow-wrap: anywhere; }
.wa-when { margin: 6px 0 0; font-size: 13.5px; line-height: 1.5; color: rgba(242,239,232,.62); }
.wa-when span { display: block; }
.wa-meta { font-size: 12px; color: rgba(242,239,232,.5); font-variant-numeric: tabular-nums; white-space: nowrap; }

/* the frosted glass card */
.wa-card { background: linear-gradient(180deg, rgba(255,255,255,.115), rgba(255,255,255,.055)); border: 1px solid var(--ng-line); border-radius: 22px;
  backdrop-filter: var(--ng-blur); -webkit-backdrop-filter: var(--ng-blur); box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 18px 44px rgba(0,0,0,.26); }

/* buttons: beige primary, glass secondary, small glass pills */
.wa-btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; height: 50px; padding: 0 22px; border-radius: 14px; background: var(--beige); color: var(--ink);
  font-size: 13px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; white-space: nowrap; box-shadow: 0 10px 26px rgba(0,0,0,.28); text-decoration: none;
  transition: transform .12s ease, filter .15s ease, opacity .3s ease; }
.wa-btn svg.i { width: 18px; height: 18px; }
.wa-btn small { font-size: 11px; font-weight: 500; letter-spacing: .06em; opacity: .62; }
.wa-btn:hover { filter: brightness(1.05); }
.wa-btn:active { transform: scale(.97); }
.wa-btn:disabled { cursor: default; opacity: .8; }
.wa-sm { height: 38px; padding: 0 14px; border-radius: 11px; font-size: 11.5px; gap: 7px; box-shadow: 0 6px 18px rgba(0,0,0,.25); }
.wa-sm svg.i { width: 16px; height: 16px; }
.wa-full { width: 100%; }
.wa-gl { display: inline-flex; align-items: center; justify-content: center; gap: 7px; height: 38px; padding: 0 15px; border-radius: 999px; background: rgba(255,255,255,.1);
  border: 1px solid var(--ng-line); backdrop-filter: var(--ng-blur); -webkit-backdrop-filter: var(--ng-blur); color: #f2efe8; font-size: 11.5px; font-weight: 500;
  letter-spacing: .14em; text-transform: uppercase; white-space: nowrap; text-decoration: none; transition: transform .12s ease, background-color .2s ease; }
.wa-gl svg.i { width: 16px; height: 16px; }
.wa-gl:hover { background: rgba(255,255,255,.16); }
.wa-gl:active { transform: scale(.97); }
.wa-pill { display: inline-flex; align-items: center; justify-content: center; gap: 6px; height: 32px; padding: 0 12px; border-radius: 999px; background: rgba(255,255,255,.09);
  border: 1px solid rgba(255,255,255,.13); color: #f2efe8; font-size: 11px; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; white-space: nowrap; text-decoration: none;
  transition: transform .12s ease, background-color .2s ease, opacity .3s ease; }
.wa-pill svg.i { width: 15px; height: 15px; }
.wa-pill:hover { background: rgba(255,255,255,.15); }
.wa-pill:active { transform: scale(.96); }
.wa-book { display: inline-block; padding: 6px 4px; font-size: 13px; color: rgba(242,239,232,.58); text-decoration: underline; text-decoration-color: rgba(242,239,232,.26); text-underline-offset: 4px; transition: color .2s ease; }
.wa-book:hover { color: var(--beige); }

/* ---------- session page ---------- */
.wa-shead { position: relative; display: flex; align-items: center; justify-content: center; min-height: 40px; }
.wa-hacts { position: absolute; right: 0; top: 50%; transform: translateY(-50%); display: flex; gap: 8px; }
.wa-hacts .wa-sharep { width: 38px; padding: 0; }
.wa-hacts .wa-sharep span, .wa-hacts .wa-sa { display: none; }
.wa-title { margin-top: 16px; text-align: center; }

.wa-status { display: grid; grid-template-columns: 34px minmax(0,1fr) auto; align-items: center; gap: 4px 12px; margin-top: 18px; padding: 14px 16px 15px; border-radius: 20px; overflow: hidden;
  max-height: 260px; transition: max-height .55s ease, opacity .35s ease, margin .55s ease, padding .55s ease, border-color .3s ease; }
.wa-status.wa-gone { max-height: 0; opacity: 0; margin-top: 0; padding-top: 0; padding-bottom: 0; border-color: transparent; }
.wa-st-ic { width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; background: rgba(244,255,106,.1); color: var(--moon); }
.wa-st-ic svg.i { width: 18px; height: 18px; }
.wa-st-ic.wa-beat { animation: wa-beat .9s ease-out; }
.wa-status[data-m="offline"] .wa-st-ic, .wa-status[data-m="phone"] .wa-st-ic { background: rgba(255,255,255,.08); color: var(--beige); }
.wa-st-tx { display: grid; gap: 4px; min-width: 0; }
.wa-st-sub { font-size: 13px; line-height: 1.45; color: rgba(242,239,232,.68); }
.wa-st-n { align-self: start; padding-top: 1px; font-size: 12px; color: rgba(242,239,232,.55); font-variant-numeric: tabular-nums; white-space: nowrap; }
.wa-st-bar { grid-column: 1 / -1; display: block; position: relative; height: 3px; margin-top: 10px; border-radius: 2px; background: rgba(255,255,255,.1); overflow: hidden; }
.wa-st-bar i { position: absolute; top: 0; bottom: 0; left: 0; width: 34%; border-radius: 2px; background: var(--moon); animation: wa-slide 1.8s ease-in-out infinite; }
.wa-status[data-m="done"] .wa-st-bar i { width: 100%; animation: none; }
.wa-status[data-m="offline"] .wa-st-bar i, .wa-status[data-m="phone"] .wa-st-bar i { animation-duration: 3.6s; opacity: .45; }
.wa-dot { display: block; width: 8px; height: 8px; border-radius: 50%; background: var(--moon); animation: wa-pulse 1.6s ease-in-out infinite; }

.wa-grid { display: grid; gap: 14px; margin-top: 16px; }
.wa-gifc, .wa-printc { margin: 0; }
.wa-media { position: relative; display: block; width: 100%; overflow: hidden; background: rgba(0,0,0,.22); cursor: zoom-in; }
.wa-gifc { padding: 8px; }
.wa-gifbox { aspect-ratio: 3 / 2; max-height: 72vh; border-radius: 15px; }
.wa-gifbox .wa-im, .wa-stripbox .wa-im { object-fit: contain; }
.wa-cap { display: flex; align-items: center; gap: 10px; padding: 10px 2px 2px 8px; }
.wa-acts { display: flex; gap: 6px; }
.wa-cap .wa-acts { margin-left: auto; }
.wa-printc { display: grid; grid-template-columns: 136px minmax(0,1fr); gap: 16px; padding: 12px; }
.wa-stripbox { aspect-ratio: 2 / 3; border-radius: 4px; background: rgba(246,241,232,.08); box-shadow: 0 10px 26px rgba(0,0,0,.35); }
.wa-pside { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; min-width: 0; padding: 6px 0 2px; }
.wa-pdesc { font-size: 13.5px; line-height: 1.45; color: rgba(242,239,232,.72); }
.wa-pside .wa-acts { margin-top: auto; flex-direction: column; align-self: stretch; }
.wa-pside .wa-pill { height: 38px; }
.wa-photos { margin: 0; padding: 14px 10px 10px; }
.wa-ph-h { display: flex; align-items: baseline; justify-content: space-between; padding: 0 6px 12px; }
.wa-pgrid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.wa-ph { position: relative; min-width: 0; }
.wa-ph:first-child { grid-column: 1 / -1; }
.wa-phbox { aspect-ratio: 3 / 2; border-radius: 13px; }
.wa-im { display: block; width: 100%; height: 100%; object-fit: cover; }
.wa-sv { position: absolute; right: 8px; bottom: 8px; width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; color: #fff;
  background: rgba(20,18,16,.42); border: 1px solid rgba(255,255,255,.22); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); transition: transform .12s ease, opacity .3s ease; }
.wa-sv svg.i { width: 16px; height: 16px; }
.wa-sv:active { transform: scale(.92); }
.wa-more { margin: 12px 6px 2px; font-size: 12.5px; line-height: 1.45; color: rgba(242,239,232,.6); }

/* waiting for an item, then its landing */
.wa-wait { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; padding: 8px; text-align: center;
  font-size: 10.5px; letter-spacing: .14em; text-transform: uppercase; color: rgba(242,239,232,.55); }
.wa-slot:not(.wa-in) .wa-media { cursor: default; background: linear-gradient(100deg, rgba(255,255,255,.03) 30%, rgba(255,255,255,.09) 50%, rgba(255,255,255,.03) 70%) 0 0 / 300% 100%; animation: wa-sheen 1.8s linear infinite; }
.wa-slot:not(.wa-in) .wa-sv, .wa-slot:not(.wa-in) .wa-acts { opacity: .3; pointer-events: none; }
.wa-in .wa-wait { display: none; }
.wa-new .wa-im { animation: wa-fade .6s ease; }
.wa-new .wa-media { animation: wa-land 1.9s ease; }

/* the guest's Save all: pinned to the foot of the phone, up once everything is here */
.wa-dock { position: sticky; bottom: 0; z-index: 6; padding: 16px; padding-bottom: max(16px, env(safe-area-inset-bottom)); background: linear-gradient(180deg, rgba(15,14,16,0), rgba(15,14,16,.74) 46%);
  transition: transform .45s cubic-bezier(.2,.8,.2,1), opacity .3s ease; }
.wa-sess:not(.wa-ready) .wa-dock { transform: translateY(110%); opacity: 0; pointer-events: none; }

.wa-foot { display: grid; justify-items: center; gap: 6px; margin-top: 30px; text-align: center; }
.wa-by { margin: 2px 0 0; font-size: 12.5px; color: rgba(242,239,232,.5); }

/* expired, closed, not found: one glass card */
.wa-xcard { width: 100%; max-width: 360px; display: grid; justify-items: center; gap: 10px; padding: 28px 24px 26px; text-align: center; }
.wa-xcard svg.wa-xic { width: 30px; height: 30px; margin-bottom: 4px; color: var(--beige); }
.wa-xh { margin: 2px 0 0; font-family: var(--font-display); font-weight: 300; font-size: 26px; line-height: 1.2; color: #f7f2ea; }
.wa-xp { margin: 0; font-size: 14px; line-height: 1.5; color: rgba(242,239,232,.72); }
.wa-xd { font-size: 13px; color: rgba(242,239,232,.5); }

/* ---------- night page: the password gate ---------- */
.wa-gcard { width: 100%; max-width: 380px; display: grid; justify-items: center; padding: 30px 22px 20px; border-radius: 28px; text-align: center;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.12), var(--ng-shadow); transition: opacity .35s ease, transform .35s ease; }
.wa-gcard.wa-leave { opacity: 0; transform: translateY(-8px) scale(.985); }
.wa-gcard .wa-logo { width: 132px; height: 42px; margin-bottom: 22px; }
.wa-gcard .wa-ev { margin-top: 8px; }
.wa-field { display: grid; gap: 8px; width: 100%; margin-top: 26px; text-align: left; }
.wa-pwin { width: 100%; height: 52px; padding: 0 16px; border-radius: 14px; border: 1px solid rgba(255,255,255,.18); background: rgba(0,0,0,.24); color: #fff;
  font-family: var(--font-text); font-size: 17px; outline: none; transition: border-color .2s ease, box-shadow .2s ease; }
.wa-pwin::placeholder { color: rgba(242,239,232,.36); }
.wa-pwin:focus { border-color: rgba(228,216,198,.6); box-shadow: 0 0 0 3px rgba(228,216,198,.14); }
.wa-pwin.wa-no { border-color: rgba(240,176,74,.5); }
.wa-open { margin-top: 12px; }
.wa-spin { display: block; width: 16px; height: 16px; border-radius: 50%; border: 2px solid rgba(27,23,18,.22); border-top-color: var(--ink); animation: wa-spin .8s linear infinite; }
.wa-msg { min-height: 42px; margin: 12px 0 0; font-size: 13.5px; line-height: 1.45; color: var(--beige2); opacity: 0; transition: opacity .25s ease; }
.wa-msg.wa-on { opacity: 1; }
.wa-gfoot { margin: 0; font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: rgba(242,239,232,.36); }

/* ---------- night page: the gallery and an album ---------- */
.wa-bar { position: sticky; top: 0; z-index: 6; border-bottom: 1px solid transparent; transition: background-color .25s ease, border-color .25s ease; }
.wa-bar.wa-stuck { background: rgba(30,26,22,.6); border-bottom-color: var(--ng-line); backdrop-filter: var(--ng-blur); -webkit-backdrop-filter: var(--ng-blur); }
.wa-bar-in { display: flex; align-items: center; gap: 12px; height: 60px; margin: 0 auto; padding: 0 16px; }
.wa-bar-in > :last-child { margin-left: auto; }
.wa-bar-in > :only-child { margin-left: 0; }
.wa-bar .wa-logo { width: 96px; height: 31px; }
.wa-bar-t { display: none; }
.wa-hero { display: grid; justify-items: center; padding: 14px 0 22px; text-align: center; }
.wa-hero .wa-ev { margin-top: 8px; }
.wa-tot { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); width: 100%; max-width: 560px; margin-top: 20px; padding: 14px 4px; border-radius: 20px; }
.wa-tot span { display: grid; justify-items: center; gap: 5px; min-width: 0; }
.wa-tot span + span { border-left: 1px solid rgba(255,255,255,.1); }
.wa-tot b { font-family: var(--font-display); font-weight: 300; font-size: 19px; color: #fff; white-space: nowrap; }
.wa-tot i { font-style: normal; font-size: 9.5px; letter-spacing: .16em; text-transform: uppercase; color: rgba(228,216,198,.72); white-space: nowrap; }
.wa-arr { margin: 10px 0 0; font-size: 12.5px; color: rgba(242,239,232,.6); }
.wa-avail { display: inline-flex; align-items: center; justify-content: center; gap: 8px; max-width: 100%; margin: 14px auto 0; padding: 9px 13px; border-radius: 12px; text-align: center;
  background: rgba(244,255,106,.06); border: 1px solid rgba(244,255,106,.3); font-size: 12.5px; line-height: 1.35; color: #f2efe8; }
.wa-avail b { font-weight: 600; color: #fff; }
.wa-avail svg.i { width: 15px; height: 15px; flex: none; color: var(--moon); }
.wa-avail-g { margin: 16px auto 2px; padding: 8px 12px; font-size: 12px; }
.wa-tiles { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; }
.wa-tile { display: grid; gap: 8px; min-width: 0; padding: 7px 7px 11px; border-radius: 18px; text-align: left; text-decoration: none; color: inherit;
  background: linear-gradient(180deg, rgba(255,255,255,.105), rgba(255,255,255,.05));
  border: 1px solid var(--ng-line); box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 14px 34px rgba(0,0,0,.24); transition: transform .2s ease, border-color .2s ease; }
.wa-tile:hover { transform: translateY(-2px); border-color: rgba(255,255,255,.26); }
.wa-tile:active { transform: scale(.98); }
.wa-cover { position: relative; display: block; aspect-ratio: 3 / 2; border-radius: 12px; overflow: hidden; background: rgba(0,0,0,.25); }
.wa-cover .wa-im { position: absolute; inset: 0; }
.wa-cover-print .wa-im { object-fit: contain; }
.wa-tmeta { display: flex; align-items: baseline; justify-content: space-between; gap: 8px; padding: 2px 5px 0; }
.wa-tmeta b { font-family: var(--font-display); font-weight: 300; font-size: 19px; letter-spacing: .08em; color: #fff; }
.wa-tmeta span { font-size: 11.5px; letter-spacing: .04em; color: rgba(242,239,232,.6); white-space: nowrap; }
.wa-tname { display: block; padding: 0 5px; font-size: 10px; line-height: 1.4; color: rgba(242,239,232,.42); overflow-wrap: anywhere; }
.wa-empty { margin: 8px auto 0; max-width: 420px; padding: 22px; text-align: center; font-size: 14px; line-height: 1.5; color: rgba(242,239,232,.72); }
.wa-ahead { padding: 4px 0 0; }
.wa-an { margin: 8px 0 0; font-family: var(--font-display); font-weight: 300; font-size: 19px; line-height: 1.3; letter-spacing: .02em; color: #fff; overflow-wrap: anywhere; }
.wa-anav { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 28px; }

/* ---------- full size: a glass lightbox over the page ---------- */
.wa-vw { position: fixed; inset: 0; z-index: 50; display: grid; grid-template-columns: minmax(0,1fr) auto; grid-template-rows: auto minmax(0,1fr) auto auto; grid-template-areas: "t x" "s s" "th th" "a a";
  background: rgba(16,14,12,.8); backdrop-filter: blur(28px) saturate(1.2); -webkit-backdrop-filter: blur(28px) saturate(1.2); color: #f2efe8; font-family: var(--font-text);
  padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
  animation: wa-fade .22s ease; transition: opacity .2s ease; }
.wa-vw.wa-bye { opacity: 0; }
.wa-vw-t { grid-area: t; display: grid; gap: 3px; align-content: center; min-width: 0; padding: 14px 0 8px 20px; }
.wa-vw-t b { font-size: 11.5px; font-weight: 500; letter-spacing: .16em; text-transform: uppercase; color: var(--beige); }
.wa-vw-t span { font-size: 12.5px; color: rgba(242,239,232,.55); font-variant-numeric: tabular-nums; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.wa-vw-x { grid-area: x; align-self: center; width: 38px; height: 38px; margin: 10px 14px 0 10px; border-radius: 50%; display: grid; place-items: center; color: #fff;
  background: rgba(255,255,255,.1); border: 1px solid var(--ng-line); transition: transform .12s ease, background-color .2s ease; }
.wa-vw-x svg.i { width: 16px; height: 16px; }
.wa-vw-x:hover { background: rgba(255,255,255,.16); }
.wa-vw-x:active { transform: scale(.92); }
.wa-vw-s { grid-area: s; position: relative; min-height: 0; margin: 8px 12px; touch-action: pan-y; }
.wa-vw-img { position: absolute; inset: 0; margin: auto; max-width: 100%; max-height: 100%; border-radius: 12px; box-shadow: 0 24px 60px rgba(0,0,0,.5); opacity: 0;
  transition: opacity .16s ease, transform .2s ease; user-select: none; -webkit-user-select: none; -webkit-user-drag: none; }
.wa-vw-img.wa-strip { border-radius: 3px; }
.wa-vw-th { grid-area: th; display: flex; justify-content: center; gap: 8px; padding: 10px 12px 8px; overflow-x: auto; }
.wa-vw-tb { position: relative; flex: none; width: 48px; height: 48px; border-radius: 10px; overflow: hidden; opacity: .5; outline: 1.5px solid transparent; outline-offset: 2px;
  transition: opacity .2s ease, outline-color .2s ease; }
.wa-vw-tb.wa-on { opacity: 1; outline-color: var(--beige); }
.wa-vw-tb img { display: block; width: 100%; height: 100%; object-fit: cover; }
.wa-vw-tb.wa-tstrip img { object-position: 50% 3%; }
.wa-vw-tb i { position: absolute; left: 3px; bottom: 3px; padding: 1px 4px; border-radius: 4px; background: rgba(0,0,0,.55); font-style: normal; font-size: 8px; font-weight: 600; letter-spacing: .08em; color: #fff; }
.wa-vw-a { grid-area: a; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 8px 16px 18px; }
.wa-vw-a.wa-one { grid-template-columns: 1fr; }
.wa-vw-a .wa-btn, .wa-vw-a .wa-gl { height: 48px; border-radius: 14px; }

/* a short note that fades, for "Link copied" and the like */
.wa-toast { position: fixed; left: 50%; bottom: max(24px, env(safe-area-inset-bottom)); z-index: 80; max-width: calc(100% - 32px); transform: translateX(-50%); padding: 11px 16px; border-radius: 14px;
  background: rgba(30,26,22,.92); border: 1px solid var(--ng-line); color: #f2efe8; font-size: 14px; line-height: 1.35; text-align: center; box-shadow: 0 12px 30px rgba(0,0,0,.4);
  animation: wa-toast 2.8s ease both; pointer-events: none; }

@keyframes wa-fade { from { opacity: 0; } to { opacity: 1; } }
@keyframes wa-pulse { 0%, 100% { opacity: 1; } 50% { opacity: .4; } }
@keyframes wa-beat { from { box-shadow: 0 0 0 0 rgba(244,255,106,.34); } to { box-shadow: 0 0 0 12px rgba(244,255,106,0); } }
@keyframes wa-sheen { from { background-position: 100% 0; } to { background-position: 0 0; } }
@keyframes wa-land { from { outline: 2px solid rgba(244,255,106,.85); outline-offset: 2px; } to { outline: 2px solid rgba(244,255,106,0); outline-offset: 7px; } }
@keyframes wa-spin { to { transform: rotate(360deg); } }
@keyframes wa-slide { 0% { transform: translateX(-100%); } 100% { transform: translateX(300%); } }
@keyframes wa-toast { 0% { opacity: 0; transform: translate(-50%, 8px); } 10%, 85% { opacity: 1; transform: translate(-50%, 0); } 100% { opacity: 0; transform: translate(-50%, 0); } }

/* ---------- a tablet in portrait: 600 to 1000 ---------- */
@media (min-width: 600px) {
  .wa-wrap { padding: 22px 32px 36px; }
  .wa-logo { width: 124px; height: 39px; }
  .wa-ev { font-size: 24px; letter-spacing: .2em; }
  .wa-shead { justify-content: space-between; }
  .wa-hacts { position: static; transform: none; }
  .wa-hacts .wa-sharep { width: auto; padding: 0 15px; }
  .wa-hacts .wa-sharep span { display: inline; }
  .wa-hacts .wa-sa { display: inline-flex; }
  .wa-sess:not(.wa-ready) .wa-hacts .wa-sa { opacity: .32; pointer-events: none; }
  .wa-dock { display: none; }
  .wa-title { margin-top: 24px; text-align: left; }
  .wa-grid { grid-template-columns: minmax(0,1fr) 232px; grid-template-areas: "gif print" "photos print"; align-items: start; gap: 18px; margin-top: 22px; }
  .wa-grid.wa-noprint { grid-template-columns: minmax(0,1fr); grid-template-areas: "gif" "photos"; }
  .wa-grid.wa-nogif { grid-template-areas: "photos print" "photos print"; }
  .wa-gifc { grid-area: gif; }
  .wa-photos { grid-area: photos; }
  .wa-printc { grid-area: print; align-self: stretch; grid-template-columns: 1fr; align-content: start; gap: 14px; }
  .wa-pside { padding: 2px 4px 4px; }
  .wa-pside .wa-acts { margin-top: 6px; flex-direction: row; }
  .wa-pside .wa-pill { flex: 1; }
  .wa-xcard { max-width: 420px; padding: 34px 32px 30px; }
  .wa-gcard { max-width: 400px; padding: 34px 28px 22px; }
  .wa-bar-in { height: 66px; padding: 0 32px; }
  .wa-bar .wa-logo { width: 112px; height: 36px; }
  .wa-bar-t { display: block; flex: 1; text-align: center; font-size: 11.5px; letter-spacing: .16em; text-transform: uppercase; color: rgba(242,239,232,.7); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .wa-hero { padding: 18px 0 28px; }
  .wa-hero .wa-ev { font-size: 28px; }
  .wa-tot b { font-size: 22px; }
  .wa-tot i { font-size: 10px; }
  .wa-tiles { grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px; }
  .wa-tname { font-size: 10.5px; }
  .wa-an { font-size: 26px; }
  .wa-vw { grid-template-columns: minmax(0,1fr) auto auto; grid-template-rows: auto minmax(0,1fr) auto; grid-template-areas: "t a x" "s s s" "th th th"; }
  .wa-vw-t { padding: 18px 0 10px 28px; }
  .wa-vw-a, .wa-vw-a.wa-one { display: flex; padding: 14px 0 6px; }
  .wa-vw-a .wa-btn, .wa-vw-a .wa-gl { height: 40px; border-radius: 12px; padding: 0 18px; }
  .wa-vw-x { margin: 14px 22px 6px 12px; }
  .wa-vw-s { margin: 10px 40px; }
  .wa-vw-th { gap: 10px; padding: 12px 20px 22px; }
  .wa-vw-tb { width: 58px; height: 58px; }
}

/* ---------- wide: an iPad on its side, a laptop ---------- */
@media (min-width: 1000px) {
  .wa-wrap { max-width: 1020px; padding: 24px 40px 44px; }
  .wa-ev { font-size: 26px; }
  .wa-grid { grid-template-columns: minmax(0,1fr) 224px; gap: 20px; }
  .wa-grid.wa-noprint { grid-template-columns: minmax(0,1fr); }
  .wa-pgrid { grid-template-columns: repeat(3, 1fr); gap: 10px; }
  .wa-ph:first-child { grid-column: auto; }
  .wa-gal .wa-wrap, .wa-gal .wa-bar-in { max-width: 1200px; }
  .wa-alb .wa-bar-in { max-width: 1020px; }
  .wa-bar-in { padding: 0 40px; }
  .wa-hero { padding: 22px 0 34px; }
  .wa-hero .wa-ev { font-size: 34px; letter-spacing: .24em; }
  .wa-tiles { grid-template-columns: repeat(4, minmax(0,1fr)); gap: 18px; }
  .wa-tname { font-size: 11px; }
  .wa-vw-s { margin: 10px 64px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
