/* Fall at the Union Hotel, a live proposal from UA Design Group.
   Palette from the building and the brand: the hotel's iron porch green as
   ink, the bluestone steps as ground, UA's tan for the mark, a burgundy mum
   for the one accent. Bellefair is UA's own face (Lauren signs her mail in
   it); EB Garamond carries the text and the figures.
   Two caps roles only: the eyebrow (12px, wide) and the control (14px). */

@font-face {
  font-family: "Bellefair";
  src: url("/assets/fonts/Bellefair-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "EB Garamond";
  src: url("/assets/fonts/EBGaramond-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --stone: #ECEAE4;
  --stone-deep: #E2DFD7;
  --paper: #F8F6F1;
  --porch: #24332D;
  --ink: #1E2521;
  --soft: #5C645F;
  --tan: #9D846E;
  --mum: #7E3530;
  --line: rgba(36, 51, 45, 0.16);
  --line-strong: rgba(36, 51, 45, 0.5);

  --display: "Bellefair", "Cormorant Garamond", Georgia, serif;
  --text: "EB Garamond", Garamond, Georgia, serif;

  --mast-h: 58px;
  --gutter: clamp(20px, 4vw, 56px);
  --sheet-w: clamp(340px, 33vw, 420px);
  --bar-h: 66px;

  --ease-settle: cubic-bezier(0.2, 0.7, 0.2, 1);
  --dur-fast: 0.35s;
  --dur-base: 0.55s;

  color-scheme: light;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { background: var(--stone); scroll-behavior: smooth; scroll-padding-top: calc(var(--mast-h) + 16px); -webkit-text-size-adjust: 100%; }

body {
  font-family: var(--text);
  font-size: 18px;
  line-height: 1.55;
  color: var(--ink);
  background: var(--stone);
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  padding-top: var(--mast-h);
}

img { display: block; max-width: 100%; height: auto; }
[hidden] { display: none !important; }
a { color: inherit; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
button:disabled { cursor: default; }
:focus-visible { outline: 2px solid var(--mum); outline-offset: 3px; }

.money { font-variant-numeric: lining-nums tabular-nums; }

.vh { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

.skip {
  position: absolute; left: 12px; top: -60px; z-index: 200;
  background: var(--porch); color: var(--paper); padding: 10px 14px;
}
.skip:focus { top: 12px; }

/* The two caps roles. */
.eyebrow, .area-numeral, .sheet-total-label, .field span, .mast-tally-label, .count-word {
  font-family: var(--text);
  font-size: 12px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--mum);
}
.area-numeral, .field span, .mast-tally-label, .count-word { color: var(--soft); }
.sheet-total-label { color: var(--porch); }

/* ------------------------------------------------------------ masthead */
.mast {
  position: fixed; top: 0; left: 0; right: 0; z-index: 60;
  height: var(--mast-h);
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 0 var(--gutter);
  background: rgba(236, 234, 228, 0.92);
  -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.mast-brand {
  display: flex; align-items: center; gap: 12px; text-decoration: none; padding: 8px 0;
  font-family: var(--display); font-size: 17px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--porch);
}
.mast-brand img { width: 42px; height: auto; }
.mast-title { font-family: var(--display); font-size: 19px; color: var(--porch); letter-spacing: 0.01em; }
.mast-tally {
  display: inline-flex; align-items: baseline; gap: 12px; text-decoration: none; padding: 8px 0;
}
.mast-tally .money { font-family: var(--display); font-size: 24px; line-height: 1; color: var(--porch); }
@media (max-width: 899px) {
  .mast-title, .mast-tally { display: none; }
}
@media (max-width: 480px) {
  .mast-brand span { display: none; }
}

/* ------------------------------------------------------------ page grid */
.page {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  padding: 0 var(--gutter) 40px;
  max-width: 1440px;
  margin: 0 auto;
}
@media (min-width: 900px) {
  .page {
    grid-template-columns: minmax(0, 1fr) var(--sheet-w);
    column-gap: var(--gutter);
    align-items: start;
  }
  .hero { grid-column: 1 / -1; }
  .story { grid-column: 1; }
  .sheet { grid-column: 2; }
}

/* ------------------------------------------------------------ hero
   The hero is the sign and the plumes, a fragment; Area I reveals the whole
   rendering. Kept short so the sheet's letterhead is on the first screen. */
.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 28px;
  padding: 36px 0 44px;
  border-bottom: 1px solid var(--line);
}
@media (min-width: 900px) {
  .hero {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
    gap: clamp(32px, 5vw, 80px);
    align-items: center;
    padding: 40px 0 48px;
  }
}
.hero-text { max-width: 560px; }
.hero-title {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(54px, 7.4vw, 104px);
  line-height: 0.96;
  letter-spacing: -0.005em;
  color: var(--porch);
  margin: 16px 0 22px;
}
.hero-lede { font-size: clamp(19px, 1.7vw, 22px); line-height: 1.45; color: var(--ink); max-width: 30em; }
.hero-how { margin-top: 16px; color: var(--soft); max-width: 34em; }
.hero-cta { margin-top: 24px; }
.hero-art img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; object-position: 50% 12%; background: var(--stone-deep); }
@media (min-width: 900px) {
  .hero-art img { max-height: min(56vh, 620px); }
}
.hero-art figcaption, .piece-art figcaption, .piece-inset figcaption {
  font-size: 13px; color: var(--soft); margin-top: 8px; letter-spacing: 0.02em;
}

/* ------------------------------------------------------------ areas */
.story { min-width: 0; }
.area { padding: 56px 0 20px; }
.area + .area { border-top: 1px solid var(--line); }
.area-head { margin-bottom: 30px; max-width: 640px; }
.area-name {
  font-family: var(--display); font-weight: 400;
  font-size: clamp(38px, 4.4vw, 52px); line-height: 1.02; color: var(--porch); margin-top: 8px;
}
.area-where { margin-top: 10px; color: var(--soft); font-size: 17px; }

/* A piece is one priced thing. */
.piece { display: grid; gap: 22px; margin-bottom: 40px; }
.piece-major { grid-template-columns: minmax(0, 1fr); }
@media (min-width: 640px) {
  .piece-major { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(22px, 3.4vw, 44px); align-items: start; }
  .piece-flip { align-items: center; }
  .piece-flip .piece-art { order: 2; }
  .piece-flip .piece-body { order: 1; }
}
.piece-art img { width: 100%; object-fit: cover; background: var(--stone-deep); }
.piece-body { min-width: 0; }
.piece-name { font-family: var(--display); font-weight: 400; font-size: clamp(30px, 3vw, 36px); line-height: 1.05; color: var(--porch); }
.piece-price { margin-top: 10px; font-size: 23px; line-height: 1.2; color: var(--ink); }
.piece-unit { font-size: 16px; color: var(--soft); margin-left: 4px; }
.piece-blurb { margin-top: 14px; max-width: 30em; }
.piece-note { margin-top: 10px; color: var(--soft); max-width: 30em; }
.piece-actions { margin-top: 22px; min-height: 48px; }
.piece-actions-failed { color: var(--mum); font-size: 16px; max-width: 26em; }

/* The proof photo is an inset, subordinate to the rendering it supports. */
.piece-proof {
  margin-top: 28px;
  display: grid; grid-template-columns: 150px minmax(0, 1fr); gap: 14px; align-items: end;
  max-width: 400px;
}
.piece-proof img { width: 150px; }
.piece-proof figcaption { font-size: 14px; color: var(--soft); line-height: 1.4; padding-bottom: 4px; }

.piece-minor {
  grid-template-columns: minmax(120px, 190px) minmax(0, 1fr);
  align-items: start;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}
.piece-minor .piece-name { font-size: 26px; }
.piece-minor .piece-price { font-size: 20px; }
@media (max-width: 560px) {
  .piece-minor { grid-template-columns: minmax(0, 1fr); }
  .piece-minor .piece-art { max-width: 240px; }
}

/* Area II has its own register: the count is the content. Ten rules stand
   for the ten pillars, and the number is set large. */
.pillars {
  display: flex; align-items: flex-end; gap: 0; justify-content: space-between;
  max-width: 640px; height: 96px; margin: 0 0 30px; position: relative;
  border-bottom: 1px solid var(--line-strong);
}
.pillars i { display: block; width: 2px; height: 72px; background: var(--porch); opacity: 0.85; }
.pillars-note {
  position: absolute; left: 0; bottom: -26px;
  font-size: 13px; color: var(--soft); letter-spacing: 0.02em;
}
.piece-count { grid-template-columns: minmax(0, 1fr); margin-top: 44px; }
@media (min-width: 640px) {
  .piece-count { grid-template-columns: auto minmax(0, 1fr) minmax(160px, 200px); gap: clamp(22px, 3vw, 40px); align-items: start; }
}
.count-mark { display: flex; flex-direction: column; align-items: flex-start; line-height: 1; }
.count-num { font-family: var(--display); font-size: clamp(96px, 11vw, 150px); line-height: 0.85; color: var(--porch); letter-spacing: -0.02em; }
.count-word { margin-top: 12px; }
.piece-inset { max-width: 200px; }
.piece-inset img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; object-position: 50% 30%; background: var(--stone-deep); }

/* The seasons strip under the Statement Entry: one door, five dressings. */
.seasons { margin: 10px 0 44px; }
.seasons-lede { color: var(--soft); margin-bottom: 14px; max-width: 34em; }
.seasons-strip {
  list-style: none;
  display: flex; gap: 12px;
  overflow-x: auto; scroll-snap-type: x proximity; -webkit-overflow-scrolling: touch;
  padding-bottom: 8px;
  scrollbar-width: thin;
}
.seasons-strip li { flex: 0 0 clamp(128px, 15vw, 170px); scroll-snap-align: start; }
.seasons-strip img { aspect-ratio: 3 / 4; object-fit: cover; width: 100%; background: var(--stone-deep); }
.seasons-strip span { display: block; font-size: 14px; color: var(--soft); margin-top: 6px; }
@media (min-width: 900px) {
  .seasons-strip { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); overflow: visible; padding-bottom: 0; }
  .seasons-strip li { flex: none; }
}

/* ------------------------------------------------------------ actions */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 48px; padding: 0 22px;
  font-family: var(--text); font-size: 14px; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--porch); border: 1px solid var(--porch); background: transparent;
  text-decoration: none; white-space: nowrap;
  transition: background-color var(--dur-fast) var(--ease-settle), color var(--dur-fast) var(--ease-settle), opacity var(--dur-fast);
}
.btn:hover { background: rgba(36, 51, 45, 0.06); }
.btn-primary { background: var(--porch); color: var(--paper); }
.btn-primary:hover { background: #2f433b; }
.btn-quiet { border-color: var(--line-strong); }
.btn-small { min-height: 44px; padding: 0 16px; font-size: 12px; }
.btn-wide { width: 100%; }
.btn:disabled { opacity: 0.55; }
.btn:disabled:hover { background: transparent; }
.btn-primary:disabled:hover { background: var(--porch); }

.link { font: inherit; color: var(--mum); text-decoration: underline; text-underline-offset: 3px; padding: 4px 0; }

.on { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 22px; }
.on-state {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 14px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--mum);
  min-height: 48px;
}
.on-state::before { content: ""; width: 9px; height: 9px; background: var(--mum); }
.on .link, .line-ctl .link {
  color: var(--soft); min-height: 44px; display: inline-flex; align-items: center;
  text-decoration-color: var(--line-strong); text-underline-offset: 4px;
}
.on .link:hover, .line-ctl .link:hover { color: var(--mum); }

.qty { display: inline-flex; align-items: center; border: 1px solid var(--porch); }
.qty button {
  width: 46px; height: 46px; display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--display); font-size: 26px; line-height: 1; color: var(--porch);
}
.qty button:disabled { opacity: 0.35; }
.qty output {
  min-width: 44px; text-align: center;
  font-family: var(--display); font-size: 22px; color: var(--ink);
  border-left: 1px solid var(--line); border-right: 1px solid var(--line);
  height: 46px; display: inline-flex; align-items: center; justify-content: center;
}

/* ------------------------------------------------------------ terms and foot */
.terms { padding: 48px 0 32px; border-top: 1px solid var(--line); }
.terms-title { font-family: var(--display); font-weight: 400; font-size: 30px; color: var(--porch); margin-bottom: 14px; }
.terms p { max-width: 34em; }
.terms p + p { margin-top: 12px; color: var(--soft); }
.foot { padding: 40px 0 60px; border-top: 1px solid var(--line); color: var(--soft); font-size: 16px; }
.foot-mark { width: 170px; height: auto; margin-bottom: 22px; opacity: 0.85; }
.foot p + p { margin-top: 12px; }
.foot a { color: var(--mum); display: inline-block; padding: 8px 0; }

/* ------------------------------------------------------------ the sheet
   One scroller, the document in reading order: running-total strip (sticky
   at the top on wide screens), letterhead, lines, the double-ruled total,
   terms, then the send control. Nothing sits on top of the lines. */
.sheet-paper {
  background: var(--paper);
  border: 1px solid var(--line);
  padding: 0 28px 26px;
}
.sheet-tally {
  position: sticky; top: 0; z-index: 2;
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
  padding: 14px 0 12px;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}
.sheet-tally-text { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.sheet-tally-count { font-size: 15px; color: var(--soft); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.sheet-tally-total { font-family: var(--display); font-size: 30px; line-height: 1; color: var(--porch); white-space: nowrap; }
.sheet-tally-total.is-settling { animation: settle var(--dur-base) var(--ease-settle) both; }

.sheet-header { padding: 22px 0 18px; border-bottom: 1px solid var(--line); }
.sheet-client { font-family: var(--display); font-weight: 400; font-size: 34px; line-height: 1; color: var(--porch); margin-top: 8px; }
.sheet-meta { margin-top: 6px; color: var(--soft); font-size: 15px; }

.sheet-lines { list-style: none; }
.line {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  column-gap: 14px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
  align-items: start;
}
.line-thumb { width: 48px; height: 48px; object-fit: cover; }
.line-main { min-width: 0; }
.line-row { display: flex; align-items: baseline; gap: 8px; }
.line-name { font-family: var(--display); font-size: 21px; line-height: 1.1; color: var(--porch); flex: 0 1 auto; min-width: 0; }
/* The leader ties a name to its price across the row, as a typeset ledger does. */
.line-lead { flex: 1 1 24px; min-width: 24px; border-bottom: 1px dotted var(--line-strong); transform: translateY(-0.3em); }
.line-price { font-family: var(--display); font-size: 21px; color: var(--ink); text-align: right; flex: 0 0 auto; }
.line-area { display: block; font-size: 14px; color: var(--soft); margin-top: 3px; }
.line-ctl { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 16px; margin-top: 8px; }
.line-ctl .qty button { width: 44px; height: 44px; font-size: 22px; }
.line-ctl .qty output { height: 44px; min-width: 38px; font-size: 19px; }
.line-ctl .link { font-size: 15px; }
.line-qtylabel { font-size: 15px; color: var(--soft); white-space: nowrap; }
.sheet.is-sent .line-ctl { display: none; }

/* A new line writes itself onto the paper. */
.line.is-new { animation: write var(--dur-base) var(--ease-settle) both; }
@keyframes write {
  from { clip-path: inset(0 100% 0 0); opacity: 0.6; }
  to { clip-path: inset(0 0 0 0); opacity: 1; }
}

.sheet-empty { padding: 22px 0 8px; color: var(--soft); font-size: 16px; line-height: 1.5; }
.sheet-empty p + p { margin-top: 8px; }

.sheet-total {
  display: flex; justify-content: space-between; align-items: baseline;
  margin-top: 18px; padding-top: 16px;
  border-top: 3px double var(--porch);
}
.sheet-total-value { font-family: var(--display); font-size: 52px; line-height: 1; color: var(--porch); display: inline-block; }
.sheet-total-value.is-settling { animation: settle var(--dur-base) var(--ease-settle) both; }
@keyframes settle {
  from { transform: translateY(-4px); opacity: 0.2; }
  to { transform: none; opacity: 1; }
}
.sheet-terms { margin-top: 12px; font-size: 14px; line-height: 1.45; color: var(--soft); }

.send { margin-top: 20px; }
.send-hint { margin-top: 8px; font-size: 14px; color: var(--soft); text-align: center; }
.send-form { margin-top: 6px; }
.field { display: block; margin-top: 14px; }
.field span { display: block; margin-bottom: 6px; }
.field input, .field textarea, .field select {
  width: 100%; font: inherit; font-size: 17px; color: var(--ink);
  background: var(--paper); border: 0; border-bottom: 1px solid var(--line-strong); padding: 10px 2px; border-radius: 0;
  -webkit-appearance: none; appearance: none;
}
.field input:focus, .field textarea:focus, .field select:focus { outline: 0; border-bottom-color: var(--porch); box-shadow: 0 1px 0 var(--porch); }
.field textarea { resize: vertical; min-height: 72px; }
.send-more { margin-top: 14px; }
.send-more summary {
  cursor: pointer; list-style: none; display: inline-flex; align-items: center; gap: 8px; min-height: 44px;
  font-size: 15px; color: var(--soft); text-decoration: underline; text-decoration-color: var(--line-strong); text-underline-offset: 4px;
}
.send-more summary::-webkit-details-marker { display: none; }
.send-more summary::before { content: "+"; font-family: var(--display); font-size: 20px; color: var(--porch); }
.send-more[open] summary::before { content: "\2212"; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.send-note { margin-top: 14px; font-size: 14px; color: var(--soft); }
.send-actions { display: flex; gap: 10px; margin-top: 16px; flex-wrap: wrap; }
.send-actions .btn { flex: 1 1 auto; }
.send-error { margin-top: 12px; color: var(--mum); font-size: 15px; line-height: 1.45; }

/* The sent state marks the moment: a stamp, the reference set plainly. */
.sent { padding: 18px 0 4px; border-top: 1px solid var(--line); margin-top: 18px; }
.sent-stamp { margin-top: 6px; font-family: var(--display); font-size: 24px; line-height: 1.1; color: var(--porch); }
.sent-ref { margin-top: 8px; font-size: 15px; color: var(--soft); }
.sent-ref .ref { font-family: var(--text); font-size: 17px; color: var(--ink); letter-spacing: 0.08em; font-variant-numeric: lining-nums tabular-nums; }
.sent-copy { margin-top: 10px; line-height: 1.5; }
.sent-preview { margin-top: 4px; font-size: 15px; }
.sent .link { margin-top: 10px; min-height: 44px; display: inline-flex; align-items: center; }

.sheet-foot { margin-top: 24px; padding-top: 14px; border-top: 1px solid var(--line); font-size: 14px; line-height: 1.5; color: var(--soft); }

/* Desktop and iPad landscape: the sheet stands beside the story. */
.sheet-topbar { display: none; }
@media (min-width: 900px) {
  .sheet {
    position: sticky;
    top: calc(var(--mast-h) + 18px);
    max-height: calc(100vh - var(--mast-h) - 36px);
    overflow-y: auto;
    overscroll-behavior: contain;
    margin-top: 24px;
    scrollbar-width: thin;
  }
  .bar, .scrim { display: none !important; }
}

/* Phones and iPad portrait: a bottom bar that opens the sheet as a panel. */
@media (max-width: 899px) {
  body { padding-bottom: calc(var(--bar-h) + env(safe-area-inset-bottom) + 8px); }
  .sheet {
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 80;
    max-height: min(88vh, 88dvh);
    display: flex; flex-direction: column;
    background: var(--paper);
    border-top: 1px solid var(--line);
    transform: translateY(102%);
    transition: transform var(--dur-base) var(--ease-settle);
    visibility: hidden;
  }
  .sheet.is-open { transform: none; visibility: visible; }
  .sheet-topbar {
    display: flex; align-items: center; gap: 14px;
    padding: 10px 16px 10px 22px;
    border-bottom: 1px solid var(--line);
    background: var(--paper);
    flex: 0 0 auto;
  }
  .sheet-topbar-title { font-family: var(--display); font-size: 20px; color: var(--porch); }
  .sheet-topbar-total { font-family: var(--display); font-size: 26px; line-height: 1; color: var(--porch); margin-left: auto; }
  .sheet-tally { display: none; }
  .sheet-paper {
    border: 0; overflow-y: auto; -webkit-overflow-scrolling: touch;
    padding: 4px 22px calc(22px + env(safe-area-inset-bottom));
    width: 100%; max-width: 680px; margin: 0 auto;
  }
  .sheet-header { padding-top: 14px; }
  .scrim { position: fixed; inset: 0; z-index: 70; background: rgba(36, 51, 45, 0.45); }
  .bar {
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
    padding: 0 16px calc(env(safe-area-inset-bottom));
    background: var(--porch); color: var(--paper);
  }
  .bar-main {
    width: 100%; min-height: var(--bar-h);
    display: flex; align-items: center; justify-content: space-between; gap: 16px;
    color: var(--paper); text-align: left;
  }
  .bar-text { display: flex; align-items: baseline; gap: 14px; min-width: 0; }
  .bar-label { font-size: 15px; letter-spacing: 0.04em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .bar-total { font-family: var(--display); font-size: 28px; line-height: 1; }
  .bar-cta { font-size: 13px; letter-spacing: 0.16em; text-transform: uppercase; border: 1px solid rgba(248, 246, 241, 0.6); padding: 10px 14px; }
  body.sheet-open { overflow: hidden; }
}

/* ------------------------------------------------------------ the flight */
.fly {
  position: fixed; z-index: 90; pointer-events: none;
  object-fit: cover; will-change: transform, opacity;
}

/* ------------------------------------------------------------ print */
@media print {
  body { padding: 0; background: #fff; }
  .mast, .bar, .scrim, .skip, .send, .sheet-topbar, .sheet-tally, .hero-cta, .piece-actions, .pillars { display: none !important; }
  .page { display: block; padding: 0; }
  .sheet { position: static; max-height: none; transform: none; visibility: visible; page-break-before: always; }
  .sheet-paper { border: 0; }
  .piece-art img { max-height: 5in; width: auto; }
}

/* ------------------------------------------------------------ motion */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
