/* ==========================================================================
   Dr. Cheng · TCM Aromatherapy — shared styles
   The app's jade green leads: green header bands, green headings and accents,
   over a soft sage-cream paper. The poster mat stays warm so the calendar
   artwork (cream/brown by design) still sits comfortably inside it.
   ========================================================================== */

:root {
  --paper:        #f7f7ee;
  --paper-2:      #f3e7d1;   /* warm — the mat behind a poster */
  --card:         #fdfdf6;
  --ink:          #26332b;
  --ink-soft:     #55655c;
  --ink-faint:    #83938a;

  --jade:         #2f6b4f;
  --jade-deep:    #1a4634;
  --jade-mid:     #43815f;
  --jade-light:   #5d9a78;
  --jade-soft:    #e4efe8;

  /* A little warmth kept for the seal, the poster mat and small highlights. */
  --copper:       #a8632c;
  --brown:        #7a4a25;
  --brown-deep:   #5c3418;

  --line:         #cfdcd3;
  --line-soft:    #e0e9e2;
  --shadow-sm:    0 1px 3px rgba(26, 55, 40, .10);
  --shadow:       0 6px 20px rgba(26, 55, 40, .13);
  --shadow-lg:    0 16px 44px rgba(26, 55, 40, .22);
  --radius:       14px;
  --radius-lg:    20px;
  --serif:        "Iowan Old Style", Georgia, "Songti SC", "Noto Serif CJK SC", "STSong", serif;
  --sans:         -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC",
                  "Hiragino Sans GB", "Microsoft YaHei", Roboto, sans-serif;
  --wrap:         1080px;
}

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

html { scroll-behavior: smooth; }

body {
  background: linear-gradient(168deg, #fafbf4 0%, #f1f6ee 55%, #e9f1e7 100%);
  background-attachment: fixed;
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: var(--jade); text-decoration: none; }
a:hover { color: var(--jade-deep); text-decoration: underline; }

h1, h2, h3, .serif { font-family: var(--serif); font-weight: 700; letter-spacing: .01em; }
h1 { font-size: clamp(28px, 5vw, 44px); line-height: 1.2; color: var(--jade-deep); }
h2 { font-size: clamp(22px, 3.4vw, 30px); line-height: 1.3; color: var(--jade-deep); }
h3 { font-size: 18px; line-height: 1.4; color: var(--jade); }

.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 20px; }
.narrow { max-width: 760px; }

/* --- Skip link ---------------------------------------------------------- */
.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 100;
  background: var(--jade-deep); color: #f2f8f4;
  padding: 10px 18px; border-radius: 0 0 8px 0;
}
.skip-link:focus { left: 0; }

/* --- Header ------------------------------------------------------------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(247, 247, 238, .93);
  backdrop-filter: saturate(160%) blur(10px);
  border-bottom: 1px solid var(--line-soft);
}
.site-header .wrap {
  display: flex; align-items: center; gap: 16px;
  min-height: 66px; padding-top: 10px; padding-bottom: 10px;
}

.brand { display: flex; align-items: center; gap: 10px; flex: none; }
.brand:hover { text-decoration: none; }
.brand-mark {
  width: 34px; height: 34px; flex: none; border-radius: 9px;
  background: linear-gradient(140deg, var(--jade-mid), var(--jade-deep));
  color: #f2f8f4; font-family: var(--serif); font-size: 19px; font-weight: 700;
  display: grid; place-items: center; box-shadow: var(--shadow-sm);
}
.brand-text { line-height: 1.2; }
.brand-name {
  display: block; font-family: var(--serif); font-size: 17px;
  font-weight: 700; color: var(--jade-deep); letter-spacing: .3px;
}
.brand-tag { display: block; font-size: 11px; color: var(--jade-mid); letter-spacing: .6px; }

.site-nav { margin-left: auto; display: flex; align-items: center; gap: 4px; }
.site-nav a {
  color: var(--ink-soft); font-size: 15px; padding: 7px 12px; border-radius: 999px;
}
.site-nav a:hover { background: rgba(47, 107, 79, .10); color: var(--jade-deep); text-decoration: none; }
.site-nav a[aria-current="page"] { color: var(--jade-deep); font-weight: 700; background: rgba(47, 107, 79, .13); }

.lang-toggle {
  display: inline-flex; flex: none; margin-left: 6px;
  border: 1px solid var(--line); border-radius: 999px; overflow: hidden; background: #f5f9f6;
}
.lang-toggle button {
  border: 0; background: transparent; cursor: pointer;
  font: inherit; font-size: 13px; padding: 5px 11px; color: var(--ink-soft); letter-spacing: .4px;
}
.lang-toggle button:hover { background: rgba(47, 107, 79, .10); }
.lang-toggle button[aria-pressed="true"] {
  background: linear-gradient(135deg, var(--jade-mid), var(--jade-deep)); color: #f2f8f4; font-weight: 700;
}

.nav-toggle {
  display: none; margin-left: auto; flex: none;
  border: 1px solid var(--line); background: #f5f9f6; border-radius: 10px;
  width: 38px; height: 34px; cursor: pointer; color: var(--jade-deep);
  font-size: 17px; line-height: 1;
}

/* --- Buttons ------------------------------------------------------------ */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 12px 24px; border-radius: 999px; border: 1px solid transparent;
  font-size: 15px; font-weight: 600; cursor: pointer; font-family: inherit;
  transition: transform .12s ease, box-shadow .12s ease;
}
.btn:hover { text-decoration: none; transform: translateY(-1px); }
.btn-primary { background: linear-gradient(135deg, var(--jade), var(--jade-deep)); color: #f4faf6; box-shadow: var(--shadow-sm); }
.btn-primary:hover { color: #fff; box-shadow: var(--shadow); }
.btn-secondary { background: #f5f9f6; border-color: var(--line); color: var(--jade-deep); }
.btn-secondary:hover { color: var(--jade-deep); border-color: var(--jade); }
.btn-ghost { background: transparent; border-color: rgba(242, 248, 244, .55); color: #f2f8f4; }
.btn-ghost:hover { color: #fff; background: rgba(242, 248, 244, .14); }
.btn-sm { padding: 8px 16px; font-size: 14px; }


/* Nav call-to-action — the app download stays visible on every page. */
.site-nav a.nav-cta {
  background: linear-gradient(135deg, var(--jade), var(--jade-deep));
  color: #f4faf6; font-weight: 700; padding: 8px 16px; margin-left: 4px;
  box-shadow: var(--shadow-sm);
}
.site-nav a.nav-cta:hover { color: #fff; background: linear-gradient(135deg, var(--jade-mid), var(--jade-deep)); }
.site-nav a.nav-cta[aria-current="page"] { color: #f4faf6; }

/* App Store / Google Play buttons in the hero. */
.btn-store {
  background: rgba(242, 248, 244, .12); border-color: rgba(242, 248, 244, .5);
  color: #f2f8f4; padding: 9px 20px; gap: 10px;
}
.btn-store:hover { background: rgba(242, 248, 244, .22); color: #fff; }
.btn-store .store-glyph { flex: none; width: 20px; height: 20px; }
.btn-store .store-lines { display: flex; flex-direction: column; align-items: flex-start; line-height: 1.15; }
.btn-store .store-lines small { font-size: 10.5px; opacity: .82; letter-spacing: .4px; font-weight: 400; }
.btn-store .store-lines b { font-size: 15px; font-weight: 700; }

.page-hero-portrait {
  width: 100px; height: 100px; aspect-ratio: 1; border-radius: 50%; object-fit: cover; object-position: top;
  margin: 0 auto 14px; border: 2px solid rgba(242, 248, 244, .5); box-shadow: var(--shadow);
}
.page-hero-cta { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; margin-top: 20px; }

/* --- Sections ----------------------------------------------------------- */
.section { padding: 64px 0; }
.section-tight { padding: 44px 0; }
.section-head { text-align: center; max-width: 660px; margin: 0 auto 40px; }
.section-head p { color: var(--ink-soft); margin-top: 12px; }

.eyebrow {
  display: inline-block; font-size: 12px; letter-spacing: 2.4px; text-transform: uppercase;
  color: var(--jade-mid); font-weight: 700; margin-bottom: 10px;
}
.rule {
  width: 62px; height: 1px; margin: 18px auto 0;
  background: linear-gradient(90deg, transparent, var(--jade-light), transparent);
}

/* --- Hero --------------------------------------------------------------- */
.hero {
  background:
    radial-gradient(1100px 460px at 78% -8%, rgba(93, 154, 120, .28), transparent 62%),
    linear-gradient(150deg, var(--jade-deep) 0%, #2b5f47 48%, #3f5c3e 100%);
  color: #fdf6e8; padding: 72px 0 78px; position: relative; overflow: hidden;
}
.hero::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(660px 300px at 12% 108%, rgba(250, 244, 232, .12), transparent 70%);
}
/* Compact green band for the inner pages, so every page opens the way the
   home page does. */
.page-hero {
  background:
    radial-gradient(900px 380px at 80% -10%, rgba(93, 154, 120, .30), transparent 62%),
    linear-gradient(150deg, var(--jade-deep) 0%, #2b5f47 52%, #35674a 100%);
  color: #f2f8f4; padding: 46px 0 50px; text-align: center;
}
.page-hero h1 { color: #f2f8f4; }
.page-hero .eyebrow { color: #a9d3ba; }
.page-hero p { color: rgba(242, 248, 244, .88); margin: 12px auto 0; max-width: 62ch; }
.page-hero .rule { background: linear-gradient(90deg, transparent, rgba(242, 248, 244, .6), transparent); }

.hero .wrap { position: relative; z-index: 1; display: grid; gap: 44px; align-items: center; grid-template-columns: 1.15fr .85fr; }
.hero h1 { color: #fdf6e8; }
.hero-lede { font-size: 17px; line-height: 1.7; color: rgba(253, 246, 232, .90); margin-top: 16px; max-width: 44em; }
.hero-tagline {
  font-family: var(--serif); font-size: 15px; letter-spacing: 3px;
  color: rgba(253, 246, 232, .72); margin-top: 20px;
}
.hero-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hero-stats { display: flex; flex-wrap: wrap; gap: 28px; margin-top: 34px; }
.hero-stat b {
  display: block; font-family: var(--serif); font-size: 27px; color: #fdf6e8; line-height: 1.1;
}
.hero-stat span { font-size: 12.5px; color: rgba(253, 246, 232, .74); letter-spacing: .5px; }

.hero-portrait { justify-self: center; text-align: center; }
.hero-portrait img {
  /* height:auto is required — the img's height attribute would otherwise
     override aspect-ratio and squash the circle into an oval. */
  width: min(260px, 62vw); height: auto; aspect-ratio: 1; border-radius: 50%;
  object-fit: cover; object-position: top;
  border: 3px solid rgba(250, 244, 232, .55); box-shadow: var(--shadow-lg); margin: 0 auto;
}
.hero-portrait .name {
  font-family: var(--serif); font-size: 19px; margin-top: 16px; color: #fdf6e8;
}
/* The two headline appointments, under the portrait. */
.hero-creds {
  list-style: none; margin: 14px auto 0; max-width: 320px;
  display: grid; gap: 7px; text-align: left;
}
.hero-creds li {
  position: relative; padding-left: 18px;
  font-size: 12.5px; line-height: 1.55; color: rgba(253, 246, 232, .78);
}
.hero-creds li::before {
  content: "\2756"; position: absolute; left: 0; top: 0;
  color: rgba(169, 211, 186, .9); font-size: 10px; line-height: 1.9;
}

.hero-portrait .title {
  /* Stays a step above .hero-creds so the primary title still leads. */
  font-size: 13.5px; color: rgba(253, 246, 232, .82); margin-top: 4px; line-height: 1.5;
}

/* --- Cards -------------------------------------------------------------- */
.card {
  background: var(--card); border: 1px solid var(--line-soft);
  border-radius: var(--radius-lg); padding: 26px; box-shadow: var(--shadow-sm);
}
.grid { display: grid; gap: 18px; }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.feature { display: flex; gap: 15px; align-items: flex-start; }
.feature .icon {
  flex: none; width: 44px; height: 44px; border-radius: 12px;
  background: var(--jade-soft); display: grid; place-items: center; font-size: 21px;
  border: 1px solid rgba(47, 107, 79, .12);
}
.feature h3 { color: var(--jade-deep); margin-bottom: 5px; }
.feature p { font-size: 14.5px; color: var(--ink-soft); line-height: 1.6; }

/* --- Prose -------------------------------------------------------------- */
.prose p { color: var(--ink-soft); margin-bottom: 14px; }
.prose p:last-child { margin-bottom: 0; }
.prose h2 { margin-bottom: 14px; }
.prose h3 { margin: 26px 0 10px; }
.prose ul { margin: 0 0 14px 20px; color: var(--ink-soft); }
.prose li { margin-bottom: 8px; }
.prose strong { color: var(--ink); }

.ai-feature {
  display: flex; gap: 11px; align-items: flex-start;
  background: rgba(230, 240, 233, .62); border-radius: 12px; padding: 12px 14px; margin-bottom: 9px;
}
.ai-feature .glyph { flex: none; font-size: 17px; line-height: 1.5; }
.ai-feature p { font-size: 14.5px; color: var(--ink-soft); margin: 0; }

.note {
  border-left: 3px solid var(--jade); background: rgba(47, 107, 79, .07);
  border-radius: 0 10px 10px 0; padding: 14px 18px; color: var(--ink-soft); font-size: 14.5px;
}

/* --- Daily-calendar teaser (home) --------------------------------------- */
.teaser { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); gap: 34px; align-items: center; padding: 32px; }
.teaser-cta { margin-top: 22px; }
.teaser-shot { display: block; border-radius: 14px; overflow: hidden; box-shadow: var(--shadow); line-height: 0; }
.teaser-shot img { width: 100%; height: auto; aspect-ratio: 3 / 4; background: var(--paper-2); }

/* --- Poster page -------------------------------------------------------- */
.poster-stage { display: grid; gap: 26px; grid-template-columns: minmax(0, 1fr) 260px; align-items: start; }
.poster-page .wrap { max-width: 1240px; }

/* A paper mat that hugs the page rather than stretching the whole column. */
.poster-frame {
  background: var(--paper-2); border-radius: var(--radius-lg); padding: 14px;
  box-shadow: var(--shadow); border: 1px solid var(--line-soft);
  display: flex; align-items: center; justify-content: center; min-height: 320px;
  width: fit-content; max-width: 100%; margin: 0 auto;
}
/* The posters are 3:4, so cap them by height on tall desktop windows — the
   day's page and its controls should sit in view together. */
.poster-frame img {
  border-radius: 12px; box-shadow: var(--shadow-sm);
  width: auto; height: auto; max-width: 100%; max-height: 92vh;
}
.poster-frame.is-loading { opacity: .55; }

.poster-datebar { text-align: center; margin-bottom: 16px; }
.poster-datebar .kicker {
  display: inline-block; font-size: 11.5px; letter-spacing: 2px; text-transform: uppercase;
  color: var(--jade-mid); font-weight: 700;
}
.poster-datebar .date {
  font-family: var(--serif); font-size: clamp(20px, 3vw, 26px); color: var(--jade-deep); margin-top: 4px;
}
.poster-datebar .lunar { font-size: 13px; color: var(--ink-faint); margin-top: 2px; }

.poster-controls { display: flex; align-items: center; justify-content: center; gap: 10px; margin-top: 18px; flex-wrap: wrap; }
.poster-controls button:disabled { opacity: .38; cursor: not-allowed; transform: none; }
.poster-controls .spacer { width: 6px; }

.poster-msg { text-align: center; color: var(--ink-soft); padding: 56px 22px; font-size: 16px; line-height: 1.7; }

.poster-side .card { padding: 20px; }
.poster-side h3 { margin-bottom: 10px; font-size: 16px; }
.poster-side p { font-size: 14px; color: var(--ink-soft); }

.archive-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(84px, 1fr)); gap: 9px; margin-top: 4px; }
.archive-item {
  border: 1px solid var(--line-soft); border-radius: 9px; overflow: hidden; background: var(--paper-2);
  cursor: pointer; padding: 0; display: block; position: relative; line-height: 0;
  transition: transform .12s ease, box-shadow .12s ease, border-color .12s ease;
}
.archive-item:hover { transform: translateY(-2px); box-shadow: var(--shadow-sm); border-color: var(--jade); }
.archive-item[aria-current="true"] { border-color: var(--jade); box-shadow: 0 0 0 2px rgba(47, 107, 79, .34); }
.archive-item img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; }
.archive-item .day {
  position: absolute; left: 0; right: 0; bottom: 0;
  background: linear-gradient(transparent, rgba(60, 38, 18, .82));
  color: #fdf6e8; font-size: 10.5px; line-height: 1.9; text-align: center; letter-spacing: .4px;
}

.poster-download { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 14px; }

/* --- Professor Cheng's appointments (About) ----------------------------- */
.cred-list { list-style: none; margin: 14px 0 0; display: grid; gap: 9px; }
.cred-list li {
  position: relative; padding-left: 22px;
  font-size: 15.5px; line-height: 1.6; color: var(--ink-soft);
}
.cred-list li::before {
  content: "\2756";                     /* ❖ — a quieter stand-in for the 🎀 */
  position: absolute; left: 0; top: 0;
  color: var(--jade-light); font-size: 13px; line-height: 1.8;
}
.cred-book {
  margin-top: 16px; padding-top: 14px; border-top: 1px solid var(--line-soft);
  font-size: 15.5px; line-height: 1.65; color: var(--ink-soft);
}

/* --- Poster lightbox ---------------------------------------------------- */
.poster-frame img { cursor: zoom-in; }
.poster-frame img:focus-visible { outline: 3px solid var(--jade); outline-offset: 3px; }

.lightbox {
  position: fixed; inset: 0; z-index: 200;
  /* flex-start + margin:auto on the image centres it when it fits and keeps it
     fully scrollable when it does not (centring alone clips the top). */
  display: flex; align-items: flex-start; justify-content: center;
  padding: 26px; overflow: auto;
  background: rgba(18, 36, 27, .84);
  -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px);
  /* Shown/hidden via the hidden attribute; only opacity animates, so the
     dialog is focusable the moment it is displayed. */
  opacity: 0; transition: opacity .18s ease;
}
.lightbox.is-open { opacity: 1; }

.lightbox img {
  display: block; margin: auto;
  /* Zoom to width — the page view is already capped at 92vh, so fitting the
     poster to the screen again would not enlarge it at all. */
  width: min(100%, 1100px); max-width: 100%; height: auto;
  border-radius: 10px; box-shadow: 0 26px 70px rgba(0, 0, 0, .55); cursor: zoom-out;
  transform: scale(.965); transition: transform .18s ease;
}
.lightbox.is-open img { transform: scale(1); }

.lightbox-close {
  position: fixed; top: 16px; right: 18px; z-index: 1;
  width: 42px; height: 42px; border-radius: 50%; cursor: pointer;
  border: 1px solid rgba(242, 248, 244, .38); background: rgba(18, 36, 27, .6);
  color: #f2f8f4; font: inherit; font-size: 21px; line-height: 1;
  display: grid; place-items: center;
}
.lightbox-close:hover { background: rgba(242, 248, 244, .2); }

/* The page behind must not scroll while the poster floats above it. */
body.lightbox-open { overflow: hidden; }

/* On a phone, fill the width and let the reader scroll the tall poster
   instead of shrinking it to fit the screen height. */
@media (max-width: 720px) {
  .lightbox { padding: 12px; }
  .lightbox img { width: 100%; }
  .lightbox-close { top: 10px; right: 10px; }
}

/* --- Footer ------------------------------------------------------------- */
.site-footer {
  margin-top: 20px; border-top: 1px solid var(--line-soft);
  background: rgba(228, 239, 232, .55); padding: 44px 0 30px;
}
.footer-grid { display: grid; gap: 28px; grid-template-columns: 1.4fr 1fr 1fr; }
.footer-grid h4 { font-family: var(--serif); font-size: 15px; color: var(--jade-deep); margin-bottom: 10px; }
.footer-grid p, .footer-grid li { font-size: 14px; color: var(--ink-soft); }
.footer-grid ul { list-style: none; }
.footer-grid li { margin-bottom: 6px; }
.footer-tagline { font-family: var(--serif); letter-spacing: 2px; color: var(--jade-mid); margin-top: 10px; font-size: 14px; }
.footer-legal {
  margin-top: 28px; padding-top: 18px; border-top: 1px solid var(--line-soft);
  text-align: center; font-size: 12.5px; color: var(--ink-faint);
}
.footer-legal p + p { margin-top: 6px; }

/* --- Utilities ---------------------------------------------------------- */
.center { text-align: center; }
.mt-0 { margin-top: 0; }
.mt-3 { margin-top: 24px; }
.stack > * + * { margin-top: 18px; }
[hidden] { display: none !important; }
.qr { width: 168px; margin: 16px auto 0; border-radius: 10px; }

/* --- Responsive --------------------------------------------------------- */
@media (max-width: 900px) {
  .hero .wrap { grid-template-columns: 1fr; text-align: center; gap: 32px; }
  .hero-lede { margin-left: auto; margin-right: auto; }
  .hero-cta, .hero-stats { justify-content: center; }
  .hero-portrait { order: -1; }
  /* Stacked, the portrait sits above the headline, so these two lines would
     push the store buttons below the fold — and they appear in full on the
     About page regardless. */
  .hero-creds { display: none; }
  .grid-3, .grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .teaser { grid-template-columns: 1fr; gap: 26px; text-align: center; }
  .teaser-shot { max-width: 320px; margin: 0 auto; }
  .poster-stage { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px) {
  .nav-toggle { display: block; }
  .site-nav {
    display: none; order: 3; width: 100%; margin-left: 0;
    flex-direction: column; align-items: stretch; gap: 2px;
    padding: 8px 0 12px; border-top: 1px solid var(--line-soft);
  }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 10px 12px; border-radius: 10px; }
  .site-header .wrap { flex-wrap: wrap; }
  .lang-toggle { margin-left: 0; }
}

@media (max-width: 560px) {
  .section { padding: 46px 0; }
  .grid-3, .grid-4, .grid-2 { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .card { padding: 20px; }
  .poster-frame { padding: 8px; }

  /* Keep the store buttons above the fold on a phone. */
  .hero { padding: 30px 0 38px; }
  .hero .wrap { gap: 20px; }
  .hero-portrait img { width: 150px; }
  .hero-portrait .name { font-size: 17px; margin-top: 10px; }
  .hero-lede { font-size: 15.5px; margin-top: 12px; }
  .hero-tagline { margin-top: 12px; font-size: 13px; letter-spacing: 2px; }
  .hero-cta { margin-top: 20px; }
  .hero-stats { gap: 18px; margin-top: 22px; }
  .hero-stat b { font-size: 23px; }

  .page-hero { padding: 32px 0 36px; }
  .page-hero-portrait { width: 84px; height: 84px; }
  .archive-grid { grid-template-columns: repeat(auto-fill, minmax(72px, 1fr)); }
}

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