/* ══════════════════════════════════════════════════════════════════════════
   DUTY DUCK — mobile car detailing, Whistler

   Direction: professional detailer first, duck second. Syne (display) +
   Epilogue (body). Dark, photo-led, restrained.

   PALETTE — pulled straight off the Duty Duck logo, and used site-wide with no
   per-section variation. Dark blue is the main surface, light blue is the
   secondary/support tone, yellow is the single accent, white/near-white is the
   page background. Every colour below traces back to one of those four:
     dark blue  #152D44 (logo linework)   light blue #D0E2F4 (logo discs)
     yellow     #F9DE7C (the duck)        white      #FFFFFF
   ══════════════════════════════════════════════════════════════════════════ */

:root {
  /* Dark blue — primary */
  --ink:        #0E2136;   /* deepest: hero, nav, dark sections */
  --ink-2:      #152D44;   /* logo navy: alternate dark sections, footer */
  --ink-3:      #1E3B56;   /* raised surfaces on dark */
  /* White / near-white — backgrounds */
  --paper:      #F4F8FC;
  --paper-2:    #FFFFFF;
  /* Yellow — accent */
  --duck:       #F9DE7C;
  --duck-hi:    #FFECA8;
  --duck-dp:    #DEB155;   /* darker yellow, for text on white (contrast) */
  /* Light blue — secondary */
  --sky:        #D0E2F4;
  --sky-2:      #95B3D2;
  --sky-3:      #E2EFFB;
  /* The one saturated blue, for accents that have to hold up on navy — the pale
     logo blue disappears at headline weight. Same family, just turned up. */
  --sky-hot:    #3B82E8;
  --text:       #0E2136;
  --muted:      #52708C;
  --muted-d:    rgba(208,226,244,.72);
  --line:       rgba(21,45,68,.14);
  --line-d:     rgba(208,226,244,.20);

  --display: "Syne", Georgia, serif;
  --body:    "Epilogue", "Segoe UI", sans-serif;

  --fs-hero: clamp(2.6rem, 7.6vw, 5.2rem);
  --fs-h2:   clamp(1.9rem, 4.4vw, 3rem);
  --fs-h3:   clamp(1.1rem, 1.9vw, 1.3rem);
  --fs-lede: clamp(1rem, 1.7vw, 1.15rem);

  --wrap:   1200px;
  --radius: 16px;
  --ease:   cubic-bezier(.22, 1, .36, 1);
  --shadow: 0 20px 50px -26px rgba(14,33,54,.45);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body, h1, h2, h3, p, ul, ol, figure { margin: 0; }
ul, ol { padding: 0; list-style: none; }
img, svg { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; color: inherit; }
a { color: inherit; text-decoration: none; }

body {
  font-family: var(--body);
  font-size: clamp(1rem, 1.5vw, 1.05rem);
  line-height: 1.65;
  color: var(--text);
  background: var(--paper);
  overflow-x: hidden;
}

.skip-link { position: absolute; left: -9999px; top: 0; z-index: 999;
  background: var(--ink); color: #fff; padding: .75rem 1.25rem; }
.skip-link:focus { left: 0; }
:focus-visible { outline: 3px solid var(--duck); outline-offset: 3px; border-radius: 4px; }

.wrap { width: min(100% - 2.5rem, var(--wrap)); margin-inline: auto; }
.section { padding: clamp(3.75rem, 9vw, 6.5rem) 0; }

h1, h2, h3, .wordmark {
  font-family: var(--display);
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: -.02em;
}
h2 { font-size: var(--fs-h2); }
h3 { font-size: var(--fs-h3); }
.on-dark { color: #fff; }

.eyebrow {
  font-family: var(--body);
  font-size: .74rem; font-weight: 700;
  letter-spacing: .18em; text-transform: uppercase;
  color: var(--duck); margin-bottom: .9rem;
}
.eyebrow.dark { color: var(--duck-dp); }

.sec-head { max-width: 44rem; margin-bottom: clamp(2.25rem, 4.5vw, 3.25rem); }
.lede { font-size: var(--fs-lede); color: var(--muted); margin-top: .9rem; max-width: 40rem; }
.lede.on-dark { color: var(--muted-d); }

/* ─── Buttons ───────────────────────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: .78rem 1.5rem; border-radius: 6px;
  font-weight: 700; font-size: .95rem;
  border: 1.5px solid transparent; cursor: pointer; white-space: nowrap;
  transition: transform .3s var(--ease), background-color .25s ease,
              border-color .25s ease, color .25s ease;
  will-change: transform;
}
.btn-lg { padding: .95rem 1.85rem; font-size: 1rem; }
.btn-block { width: 100%; }
.btn-primary { background: var(--duck); color: var(--ink); }
.btn-primary:hover { background: var(--duck-hi); transform: translateY(-2px); }
.btn-line { border-color: var(--sky-hot); color: #fff; }
.btn-line:hover { border-color: var(--sky-hot); background: rgba(59,130,232,.16); transform: translateY(-2px); }

/* ─── Nav ───────────────────────────────────────────────────────────────── */
.nav {
  position: sticky; top: 0; z-index: 60;
  background: rgba(14,33,54,.82);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid transparent;
  transition: border-color .3s ease;
}
.nav.scrolled { border-bottom-color: var(--line-d); }
.nav-inner {
  width: min(100% - 2.5rem, var(--wrap)); margin-inline: auto;
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; padding: .8rem 0;
}
.brand { display: flex; align-items: center; gap: .5rem; }
/* The real Duty Duck logo. It's a round badge, not a horizontal lockup, so the
   name is set alongside it — inside the badge the lettering is decorative at
   this size, not something anyone reads. */
.mark { width: 44px; height: auto; flex: none; }
@media (min-width: 880px) { .mark { width: 52px; } }
.wordmark { font-size: 1.15rem; font-weight: 800; color: #fff; letter-spacing: -.02em; }
.wordmark b { font-weight: inherit; color: var(--sky-hot); }

.foot .brand { flex-direction: column; gap: .75rem; }
.foot .mark { width: 116px; }
.foot .wordmark { font-size: 1.35rem; }

.nav-links {
  position: fixed; inset: 0 0 auto; top: 0;
  padding: 5.5rem 2rem 2.5rem; background: var(--ink);
  display: flex; flex-direction: column; gap: .25rem;
  transform: translateY(-102%); transition: transform .45s var(--ease); z-index: 55;
}
.nav-links.open { transform: translateY(0); }
.nav-links a {
  color: #fff; font-weight: 600; font-size: 1.25rem;
  padding: .75rem 0; border-bottom: 1px solid var(--line-d);
}
.nav-links .nav-cta { margin-top: 1.25rem; color: var(--ink); border-bottom: 0; justify-content: center; }

.burger { position: relative; z-index: 60; width: 44px; height: 44px; flex: none;
  display: grid; place-content: center; gap: 5px; background: none; border: 0; cursor: pointer; }
.burger span { display: block; width: 23px; height: 2px; background: #fff; border-radius: 2px;
  transition: transform .4s var(--ease), opacity .25s ease; }
.burger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.burger.open span:nth-child(2) { opacity: 0; }
.burger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

@media (min-width: 880px) {
  .burger { display: none; }
  .nav-links { position: static; transform: none; padding: 0; background: none;
    flex-direction: row; align-items: center; gap: 1.75rem; }
  .nav-links a { font-size: .92rem; font-weight: 600; padding: .25rem 0; border-bottom: 0;
    color: rgba(255,255,255,.82); position: relative; }
  .nav-links a:not(.nav-cta):hover { color: #fff; }
  .nav-links a:not(.nav-cta)::after {
    content: ""; position: absolute; left: 0; right: 0; bottom: -2px; height: 2px;
    background: var(--duck); transform: scaleX(0); transform-origin: left;
    transition: transform .35s var(--ease);
  }
  .nav-links a:not(.nav-cta):hover::after,
  .nav-links a.active::after { transform: scaleX(1); }
  .nav-links .nav-cta { margin-top: 0; padding: .58rem 1.2rem; color: var(--ink); }
}

/* ─── 1. Hero ───────────────────────────────────────────────────────────── */
.hero {
  position: relative; isolation: isolate;
  min-height: min(88vh, 720px);
  display: flex; align-items: flex-end;
  /* Tight vertical rhythm — four lines of headline plus a trust bar only fits
     above the fold on a laptop if the padding stays honest. */
  padding: clamp(3.5rem, 8vw, 5rem) 0 clamp(2rem, 4.5vw, 3rem);
  background: var(--ink); color: #fff; overflow: hidden;
}
/* display:contents so the <picture> wrapper doesn't leave a stray inline box —
   the absolutely-positioned <img> still resolves against .hero */
.hero picture { display: contents; }
.hero-bg {
  position: absolute; inset: 0; z-index: -2;
  width: 100%; height: 100%; object-fit: cover;
}
.hero-scrim {
  position: absolute; inset: 0; z-index: -1;
  /* Solid behind the copy, but stays light where the vehicle sits so it isn't
     washed out — the earlier even scrim greyed the whole image out. */
  background:
    linear-gradient(to top, rgba(14,33,54,.94) 0%, rgba(14,33,54,.80) 26%,
                            rgba(14,33,54,.34) 58%, rgba(14,33,54,.14) 100%),
    linear-gradient(to right, rgba(14,33,54,.72), transparent 66%);
}
.hero-inner { width: min(100% - 2.5rem, var(--wrap)); margin-inline: auto; }
.hero h1 {
  font-size: var(--fs-hero); font-weight: 800; letter-spacing: -.035em;
  line-height: 1.0; margin-bottom: .85rem;
}
/* Second line in the brand blue, full stop in the yellow — the two accents get
   one job each in the headline and nowhere else. */
.hero h1 em { font-style: normal; color: var(--sky-hot); }
.hero h1 .dot { color: var(--duck); }
.rule {
  display: block; width: 74px; height: 4px; border-radius: 2px;
  background: var(--duck); margin-bottom: 1.25rem;
}
.hero-sub { font-size: var(--fs-lede); color: rgba(255,255,255,.8); max-width: 34rem; margin-bottom: 1.5rem; }
.hero-cta { display: flex; flex-wrap: wrap; gap: .75rem; margin-bottom: 1.6rem; }

/* Trust bar */
.hero-facts {
  display: grid; gap: 1.1rem 2rem;
  background: rgba(21,45,68,.55);
  border: 1px solid var(--line-d); border-radius: var(--radius);
  padding: 1.15rem 1.25rem;
  backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
}
.hero-facts li { display: flex; align-items: flex-start; gap: .7rem; }
.fact-ico { width: 26px; height: 26px; flex: none; margin-top: .1rem; }
.fact-ico.blue   { fill: var(--sky-hot); }
.fact-ico.yellow { fill: var(--duck); }
/* Punched-out detail inside a filled glyph, so it reads at 26px */
.fact-ico .knock { fill: var(--ink); stroke: var(--ink); }
.hero-facts strong { display: block; font-size: .92rem; font-weight: 700; color: #fff; }
.hero-facts span { display: block; font-size: .8rem; line-height: 1.45; color: var(--muted-d); }
@media (min-width: 620px) { .hero-facts { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1040px) { .hero-facts { grid-template-columns: repeat(4, 1fr); } }

/* ─── 2. Services ───────────────────────────────────────────────────────── */
.cards { display: grid; gap: 1rem; }
.card {
  background: var(--paper-2);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(1.5rem, 3vw, 2rem);
  display: flex; flex-direction: column;
  transition: transform .4s var(--ease), box-shadow .4s var(--ease), border-color .4s var(--ease);
  will-change: transform;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: rgba(249,222,124,.6); }
.card .price {
  font-family: var(--display); font-weight: 800;
  font-size: clamp(1.9rem, 4.2vw, 2.4rem); line-height: 1.1;
  margin: .55rem 0 .15rem; letter-spacing: -.03em;
}
.card .dur { font-size: .82rem; font-weight: 700; color: var(--duck-dp); margin-bottom: .9rem; }
.card > p:last-of-type { color: var(--muted); }
.card-link { margin-top: auto; padding-top: 1.25rem; font-weight: 700; font-size: .92rem; color: var(--duck-dp); }
.card.feature {
  position: relative;
  background: var(--ink); border-color: var(--ink); color: #fff;
}
.card.feature .price { color: var(--duck); }
.card.feature .dur { color: var(--duck); }
.card.feature > p:last-of-type { color: var(--muted-d); }
.card.feature .card-link { color: var(--duck); }
.tag {
  align-self: flex-start; margin-bottom: .75rem;
  background: var(--duck); color: var(--ink);
  font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  padding: .28rem .7rem; border-radius: 100px;
}
.foot-note { margin-top: 1.75rem; font-size: .92rem; color: var(--muted); max-width: 44rem; }
@media (min-width: 820px) { .cards { grid-template-columns: repeat(3, 1fr); } }

/* ─── 2b. Add-ons ───────────────────────────────────────────────────────────
   Deliberately quieter than the three main services: a light-blue panel with a
   plain priced list, so the eye lands on the packages first and treats these as
   extras bolted onto one of them. */
.addons {
  margin-top: clamp(2.25rem, 4.5vw, 3.25rem);
  background: var(--sky-3);
  border: 1px solid var(--sky-2);
  border-radius: var(--radius);
  padding: clamp(1.5rem, 3.4vw, 2.25rem);
}
.addons-head { display: flex; flex-wrap: wrap; align-items: baseline; gap: .25rem 1rem; }
.addons-head h3 { font-size: clamp(1.25rem, 2.6vw, 1.6rem); }
.addons-head p { font-size: .92rem; color: var(--muted); }
.addon-list { display: grid; gap: 0; margin-top: 1.35rem; }
.addon-list li {
  display: flex; align-items: baseline; gap: .75rem;
  padding: .8rem 0; border-top: 1px solid rgba(21,45,68,.14);
}
.addon-list li:first-child { border-top: 0; }
.addon-list .a-name { font-weight: 600; }
/* Dotted leader keeps the name tied to its price across the gap */
.addon-list .a-dots {
  flex: 1; height: 1px; align-self: center;
  background-image: radial-gradient(circle, var(--sky-2) 1px, transparent 1px);
  background-size: 6px 1px; background-repeat: repeat-x;
}
.addon-list .a-price {
  font-family: var(--display); font-weight: 800; font-size: 1.05rem;
  white-space: nowrap; color: var(--ink);
}
@media (min-width: 720px) {
  .addon-list { grid-template-columns: 1fr 1fr; column-gap: 2.75rem; }
  .addon-list li:nth-child(2) { border-top: 0; }
}

/* ─── 3. The work (dark) ────────────────────────────────────────────────── */
.work { background: var(--ink-2); }
.ba { margin: 0; }
.ba-stage {
  position: relative; overflow: hidden;
  border-radius: var(--radius); border: 1px solid var(--line-d);
  aspect-ratio: 4 / 3;                 /* reserve the box so nothing reflows */
  background: var(--ink);
}
.ba-img { width: 100%; height: 100%; object-fit: cover; }
.ba-before {
  position: absolute; inset: 0;
  /* Reveal the left --pos of "before" over "after". clip-path keeps both at
     full stage width, so neither image squashes as the handle moves. */
  clip-path: inset(0 calc(100% - var(--pos, 50%)) 0 0);
}
.ba-badge {
  position: absolute; top: 12px; z-index: 3; pointer-events: none;
  font-size: .64rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  padding: .28rem .7rem; border-radius: 4px;
}
.ba-b { left: 12px; background: rgba(255,255,255,.9); color: var(--ink); }
.ba-a { right: 12px; background: var(--duck); color: var(--ink); }
.ba-handle {
  position: absolute; top: 0; bottom: 0; z-index: 4; pointer-events: none;
  left: var(--pos, 50%); width: 2px; margin-left: -1px; background: #fff;
}
.ba-handle::after {
  content: ""; position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 44px; height: 44px; border-radius: 50%;
  background: #fff; border: 2px solid var(--ink);
  box-shadow: 0 6px 18px rgba(0,0,0,.45);
}
.ba-handle::before {
  content: "⟨ ⟩"; position: absolute; top: 50%; left: 50%; z-index: 1;
  transform: translate(-50%, -50%);
  font-size: .72rem; font-weight: 800; color: var(--ink); letter-spacing: -1px;
}
.ba-range {
  position: absolute; inset: 0; z-index: 5;
  width: 100%; height: 100%; margin: 0; padding: 0;
  opacity: 0; cursor: ew-resize;
  -webkit-appearance: none; appearance: none; background: transparent;
}
.ba-range::-webkit-slider-thumb { -webkit-appearance: none; width: 48px; height: 100%; }
.ba-range::-moz-range-thumb { width: 48px; height: 100%; border: 0; opacity: 0; }
.ba-range:focus-visible { outline: none; }
.ba-range:focus-visible ~ .ba-handle::after { outline: 3px solid var(--duck); outline-offset: 3px; }

/* Single real job shots — one image per tile, caption underneath. */
.thumbs { display: grid; gap: 1.25rem; margin-top: 1.75rem; }
.thumbs figure { margin: 0; }
.thumbs .shot { border-radius: 10px; overflow: hidden; background: var(--ink); }
.thumbs img {
  width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: cover;
  transition: transform .6s var(--ease);
}
.thumbs li:hover img { transform: scale(1.03); }
.thumbs figcaption {
  padding-top: .6rem;
  font-size: .82rem; font-weight: 600; color: var(--muted-d);
}
@media (min-width: 780px) { .thumbs { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1080px) { .thumbs { grid-template-columns: repeat(4, 1fr); } }

/* ─── 4. Why ────────────────────────────────────────────────────────────── */
.why-grid { display: grid; gap: clamp(2rem, 4vw, 3.5rem); }
.reasons { display: grid; gap: 1.75rem; counter-reset: r; }
.reasons li {
  counter-increment: r; padding-left: 3rem; position: relative;
}
.reasons li::before {
  content: counter(r, decimal-leading-zero);
  position: absolute; left: 0; top: .05em;
  font-family: var(--display); font-weight: 800; font-size: 1.4rem;
  color: var(--duck);
}
.reasons h3 { margin-bottom: .35rem; }
.reasons p { color: var(--muted); }
@media (min-width: 900px) { .why-grid { grid-template-columns: .85fr 1.15fr; align-items: start; } }

/* ─── 5. Book (dark) ────────────────────────────────────────────────────── */
.book { background: var(--ink); }
.book-grid { display: grid; gap: clamp(2rem, 4vw, 3.25rem); align-items: start; }
.book-copy p { color: var(--muted-d); margin-top: .9rem; }
.contact { display: grid; gap: .9rem; margin-top: 2rem; }
.contact li { display: flex; flex-direction: column; padding-top: .9rem; border-top: 1px solid var(--line-d); }
.contact span { font-size: .7rem; font-weight: 700; letter-spacing: .14em;
  text-transform: uppercase; color: rgba(255,255,255,.45); }
.contact strong { font-size: 1.02rem; color: var(--duck); font-weight: 600; }
.contact strong a { color: inherit; text-decoration: none;
  border-bottom: 1px solid color-mix(in srgb, currentColor 40%, transparent); }
.contact strong a:hover { border-bottom-color: currentColor; }

.book-form {
  background: var(--paper-2); border-radius: var(--radius);
  padding: clamp(1.5rem, 3vw, 2rem);
}
.field { display: grid; gap: .35rem; margin-bottom: 1rem; }
.field-row { display: grid; gap: 1rem; }
.field label { font-size: .8rem; font-weight: 700; }
.field input, .field select, .field textarea {
  width: 100%; padding: .75rem .9rem;
  background: #F8FBFE; border: 1.5px solid var(--line); border-radius: 8px;
  font-size: 1rem;   /* 16px min — stops iOS zooming the page on focus */
  transition: border-color .25s ease, box-shadow .25s ease, background-color .25s ease;
}
.field textarea { resize: vertical; min-height: 104px; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; background: #fff; border-color: var(--duck);
  box-shadow: 0 0 0 3px rgba(249,222,124,.28);
}
.field.invalid input, .field.invalid select { border-color: #D64545; background: #FFF8F8; }
.err { font-size: .78rem; font-weight: 600; color: #C93636; }
.form-status { margin-top: .8rem; font-size: .9rem; font-weight: 600; text-align: center; min-height: 1.3rem; }
.form-status.ok  { color: #1B7A4B; }
.form-status.bad { color: #C93636; }
.book-form.sent .field, .book-form.sent #submitBtn { display: none; }
@media (min-width: 560px) { .field-row { grid-template-columns: 1fr 1fr; } }
@media (min-width: 900px) { .book-grid { grid-template-columns: .9fr 1.1fr; } }

/* ─── Footer ────────────────────────────────────────────────────────────── */
.foot { background: var(--ink-2); color: #fff; padding: 2.5rem 0 2rem; border-top: 1px solid var(--line-d); }
.foot-inner { display: grid; gap: .6rem; place-items: center; text-align: center; }
.foot p { font-size: .88rem; color: var(--muted-d); }
.foot .fine { font-size: .78rem; color: rgba(255,255,255,.38); }

/* ─── Back to top ───────────────────────────────────────────────────────── */
.totop {
  position: fixed; right: 1rem; bottom: 1rem; z-index: 70;
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--duck); color: var(--ink); border: 0; cursor: pointer;
  font-size: 1.1rem; line-height: 1;
  opacity: 0; visibility: hidden; transform: translateY(12px);
  transition: opacity .35s var(--ease), transform .35s var(--ease), visibility .35s;
  box-shadow: var(--shadow);
}
.totop.show { opacity: 1; visibility: visible; transform: translateY(0); }
.totop:hover { transform: translateY(-2px); }

/* ─── Custom cursor (desktop only, enabled by app.js) ───────────────────── */
.cursor, .cursor-dot { display: none; }
body.has-cursor { cursor: none; }
body.has-cursor a, body.has-cursor button,
body.has-cursor input, body.has-cursor select, body.has-cursor textarea { cursor: none; }
body.has-cursor .cursor, body.has-cursor .cursor-dot {
  display: block; position: fixed; top: 0; left: 0; z-index: 999;
  pointer-events: none; border-radius: 50%; will-change: transform;
}
body.has-cursor .cursor {
  width: 36px; height: 36px; margin: -18px 0 0 -18px;
  border: 1.5px solid var(--duck); transform: scale(.3);
  transition: transform .28s var(--ease), background-color .28s ease;
}
body.has-cursor .cursor.grow { transform: scale(1); background: rgba(249,222,124,.16); }
body.has-cursor .cursor-dot {
  width: 6px; height: 6px; margin: -3px 0 0 -3px;
  background: var(--duck); transition: opacity .28s ease;
}
body.has-cursor .cursor-dot.hide { opacity: 0; }

/* ─── Reveals ───────────────────────────────────────────────────────────── */
.reveal, .reveal-art {
  opacity: 0; transform: translateY(22px);
  transition: opacity .8s var(--ease) var(--d, 0s), transform .8s var(--ease) var(--d, 0s);
  will-change: transform, opacity;
}
.reveal-art { transform: translateY(22px) scale(.98); }
.reveal.in, .reveal-art.in { opacity: 1; transform: none; }
.no-js .reveal, .no-js .reveal-art { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .001ms !important; animation-iteration-count: 1 !important;
    transition-duration: .001ms !important; scroll-behavior: auto !important;
  }
  .reveal, .reveal-art { opacity: 1 !important; transform: none !important; }
  body.has-cursor { cursor: auto; }
  body.has-cursor .cursor, body.has-cursor .cursor-dot { display: none; }
}

@media print {
  .nav, .totop, .cursor, .cursor-dot { display: none !important; }
  body { background: #fff; }
  .reveal, .reveal-art { opacity: 1 !important; transform: none !important; }
}
