/*
Theme Name: Nail Tech Lab
Theme URI: https://nailtechlab.com/
Author: Chriss Rakoot
Author URI: https://nailtechlab.com/
Description: Lacquer Lab — a vibrant, fashion-forward editorial theme for Nail Tech Lab, with a 3D gel hero and a color system keyed to each guide collection.
Version: 2.0.3
Requires at least: 6.6
Tested up to: 7.1
Requires PHP: 8.0
Text Domain: nail-tech-lab
*/

:root {
  --ink: #241222;
  --ink-soft: #6b5468;
  --cream: #fbf7f5;
  --paper: #ffffff;
  --line: #eee1ea;
  --fuchsia: #d61f8d;
  --fuchsia-deep: #a81265;
  --violet: #7c3aed;
  --violet-deep: #6d28d9;
  --amber: #f59e0b;
  --amber-deep: #92400e;
  --teal: #14b8a6;
  --teal-deep: #0f766e;
  --night: #1d0f1e;
  --night-2: #2c1631;
  --grad-uv: linear-gradient(120deg, #d61f8d, #7c3aed);
  --grad-uv-soft: linear-gradient(120deg, rgba(214,31,141,.14), rgba(124,58,237,.14));
  --shadow: 0 24px 60px rgba(64, 18, 66, .14);
  --shadow-soft: 0 12px 32px rgba(64, 18, 66, .08);
  --r-sm: 12px;
  --r-md: 20px;
  --r-lg: 28px;
  --r-arch: 999px 999px 22px 22px;
  --serif: "Fraunces", Georgia, serif;
  --sans: "Outfit", "Segoe UI", sans-serif;
}

/* Category color system — color encodes the silo across the whole site. */
.cat-builder-gel        { --cat-tint: #fce7f3; --cat-soft: #f9c6e2; --cat-vivid: #ec4899; --cat-deep: #be185d; }
.cat-troubleshooting    { --cat-tint: #ede9fe; --cat-soft: #ddd1fb; --cat-vivid: #8b5cf6; --cat-deep: #6d28d9; }
.cat-tools-and-products { --cat-tint: #fef3c7; --cat-soft: #fbe29b; --cat-vivid: #f59e0b; --cat-deep: #92400e; }
.cat-nail-techniques    { --cat-tint: #ccfbf1; --cat-soft: #a8ecdf; --cat-vivid: #14b8a6; --cat-deep: #0f766e; }
.cat-default            { --cat-tint: #fce7f3; --cat-soft: #f9c6e2; --cat-vivid: #ec4899; --cat-deep: #be185d; }

*, *::before, *::after { box-sizing: border-box; }
/* overflow-x: clip (not hidden) — hidden would turn body into a scroll
   container and silently break the sticky header. */
html { scroll-behavior: smooth; overflow-x: clip; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--sans); font-size: 17px; line-height: 1.65; overflow-x: hidden; overflow-x: clip; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
::selection { background: var(--fuchsia); color: #fff; }
:focus-visible { outline: 2px solid var(--violet-deep); outline-offset: 3px; border-radius: 4px; }
.button:focus-visible, .page-numbers:focus-visible, .search-form .search-submit:focus-visible { outline-offset: 4px; }
.site-footer :focus-visible, .lab-note-section :focus-visible, .side-card--dark :focus-visible { outline-color: #f9c6e2; }
.shell { width: min(1180px, calc(100% - 44px)); margin-inline: auto; }
.screen-reader-text { position: absolute!important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { position: fixed!important; left: 18px; top: 18px; width: auto; height: auto; clip: auto; margin: 0; padding: 10px 16px; color: #fff; background: var(--night); border-radius: 8px; z-index: 1000; }

/* Ambient mesh — three diluted lacquer pools behind the page. */
.page-halo { position: fixed; width: 560px; height: 560px; border-radius: 50%; filter: blur(95px); opacity: .5; pointer-events: none; z-index: -2; }
.page-halo--one { top: -240px; right: -140px; background: #fbd0e9; }
.page-halo--two { top: 44%; left: -360px; background: #e3d5fb; opacity: .42; }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }
p { text-wrap: pretty; }
h1, h2 { font-family: var(--serif); font-weight: 550; line-height: 1.02; letter-spacing: -.02em; }
h1 em, h2 em { font-style: italic; font-weight: 500; background: var(--grad-uv); -webkit-background-clip: text; background-clip: text; color: transparent; }
h2 { font-size: clamp(36px, 4.6vw, 58px); }

.eyebrow { display: inline-flex; align-items: center; gap: 9px; padding: 7px 14px; border: 1px solid var(--line); border-radius: 999px; background: var(--paper); color: var(--fuchsia-deep); text-transform: uppercase; letter-spacing: .13em; font-size: 11px; font-weight: 700; box-shadow: var(--shadow-soft); }
.eyebrow > span { width: 7px; height: 7px; border-radius: 50%; background: var(--grad-uv); }
.eyebrow--light { border-color: rgba(255,255,255,.24); background: rgba(255,255,255,.08); color: #f6c8e4; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 52px; padding: 0 28px; border: 0; border-radius: 999px; color: #fff; background: var(--grad-uv); font-size: 15px; font-weight: 600; letter-spacing: .01em; box-shadow: 0 14px 30px rgba(176, 26, 133, .32); transition: transform .2s, box-shadow .2s, filter .2s; }
.button:hover { transform: translateY(-2px); filter: saturate(1.12); box-shadow: 0 18px 38px rgba(176, 26, 133, .4); }
.button:active { transform: translateY(0); box-shadow: 0 8px 18px rgba(176, 26, 133, .3); }
.button--small { min-height: 44px; padding: 0 20px; font-size: 14px; }
.button--light { color: var(--night); background: #fff; box-shadow: 0 14px 30px rgba(12, 4, 14, .35); }
.button--light:hover { filter: none; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--fuchsia-deep); font-size: 15px; font-weight: 600; border-bottom: 2px solid rgba(214,31,141,.28); padding-bottom: 3px; transition: color .2s, border-color .2s; }
.text-link:hover { color: var(--violet-deep); border-color: var(--violet-deep); }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translateX(4px); }

/* ---------- Header ---------- */
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(251,247,245,.82); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); box-shadow: 0 6px 24px rgba(64, 18, 66, .07); transition: box-shadow .25s; }
.site-header::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 3px; background: var(--grad-uv); }
.site-header.is-scrolled { box-shadow: 0 10px 36px rgba(64, 18, 66, .13); }
.admin-bar .site-header { top: 32px; }
.header-inner { min-height: 84px; display: flex; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; margin-right: auto; }
.brand-mark { width: 48px; height: 48px; display: grid; place-items: center; flex: 0 0 48px; border-radius: var(--r-arch); background: var(--grad-uv); color: #fff; font-size: 11px; letter-spacing: .1em; font-weight: 700; box-shadow: 0 10px 22px rgba(176, 26, 133, .35); }
.brand-copy { display: flex; flex-direction: column; line-height: .95; font-size: 15px; text-transform: uppercase; letter-spacing: .1em; }
.brand-copy strong { font-weight: 700; }
.brand-copy em { font-family: var(--serif); font-style: italic; text-transform: none; font-size: 21px; letter-spacing: .01em; background: var(--grad-uv); -webkit-background-clip: text; background-clip: text; color: transparent; }
.brand-custom-logo img { max-height: 56px; width: auto; }
.site-nav ul { display: flex; align-items: center; gap: 26px; margin: 0; padding: 0; list-style: none; }
.site-nav a { position: relative; display: inline-flex; align-items: center; gap: 8px; color: #4d3a4c; font-size: 15px; font-weight: 600; }
.site-nav .menu-icon { display: inline-flex; flex: 0 0 auto; color: var(--fuchsia); transition: color .2s; }
.site-nav .menu-icon svg { display: block; width: 17px; height: 17px; }
.site-nav a:hover .menu-icon, .site-nav .current-menu-item > a .menu-icon, .site-nav .current-cat > a .menu-icon { color: var(--violet-deep); }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; border-radius: 2px; background: var(--grad-uv); transition: right .2s; }
.site-nav a:hover::after, .site-nav .current-menu-item > a::after, .site-nav .current-cat > a::after { right: 0; }
.menu-toggle { display: none; width: 42px; height: 42px; border: 0; background: transparent; padding: 10px; cursor: pointer; }
.menu-toggle > span:not(.screen-reader-text) { display: block; height: 2px; border-radius: 2px; margin: 5px 0; background: var(--ink); transition: transform .25s, opacity .2s; }
.menu-toggle.is-open > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle.is-open > span:nth-child(2) { opacity: 0; }
.menu-toggle.is-open > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---------- Hero ---------- */
.hero { position: relative; min-height: 640px; display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 64px; padding-block: 64px 72px; }
.hero::before { content: ""; position: absolute; inset: -84px -120px 0; z-index: -1; pointer-events: none; background:
  radial-gradient(620px 420px at 12% 8%, rgba(214,31,141,.10), transparent 66%),
  radial-gradient(560px 400px at 88% 18%, rgba(124,58,237,.11), transparent 64%),
  radial-gradient(480px 380px at 72% 92%, rgba(245,158,11,.08), transparent 60%); }
.hero h1 { font-size: clamp(52px, 6.4vw, 88px); margin: 24px 0 24px; }
.hero-lede { max-width: 580px; color: var(--ink-soft); font-size: 19px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 34px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 40px; }
.trust-row span { display: flex; align-items: center; gap: 8px; padding: 8px 14px; border: 1px solid var(--line); border-radius: 999px; background: var(--paper); color: var(--ink-soft); font-size: 12.5px; font-weight: 600; text-transform: uppercase; letter-spacing: .05em; }
.trust-row i { font-style: normal; font-family: var(--serif); color: var(--fuchsia-deep); }

.hero-stage { position: relative; height: min(600px, 72vh); border-radius: var(--r-arch); overflow: hidden; box-shadow: var(--shadow), inset 0 0 0 1px rgba(255,255,255,.28); isolation: isolate; background: var(--night); }
.hero-stage > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-stage::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(29,15,30,0) 55%, rgba(29,15,30,.36)); pointer-events: none; }
.hero-canvas { position: absolute; inset: 0; z-index: 2; }
.hero-canvas canvas { display: block; width: 100%; height: 100%; }
.glass-note { position: absolute; z-index: 4; padding: 16px 20px; border: 1px solid rgba(255,255,255,.34); background: rgba(29,15,30,.55); color: #fff; box-shadow: 0 18px 38px rgba(12, 4, 14, .35); backdrop-filter: blur(14px); border-radius: 18px; }
.glass-note small { display: block; color: #f6c8e4; font-size: 11px; font-weight: 700; letter-spacing: .13em; margin-bottom: 6px; }
.glass-note strong { font-family: var(--serif); font-weight: 500; font-size: 18px; line-height: 1.3; }
.glass-note--top { right: 20px; top: 20px; max-width: 240px; }
.glass-note--bottom { left: 20px; bottom: 20px; display: flex; align-items: center; gap: 13px; }
.glass-note--bottom b { font-family: var(--serif); font-weight: 550; font-size: 30px; background: linear-gradient(120deg, #ff8ccb, #c4a5ff); -webkit-background-clip: text; background-clip: text; color: transparent; }
.glass-note--bottom span { color: #e9d7e6; font-size: 12px; line-height: 1.45; }

.reveal { animation: rise .7s ease both; }
.reveal--delay { animation-delay: .15s; }
@keyframes rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
/* The hero stage holds the LCP image: never animate its opacity, or the
   LCP paint is stamped after the fade instead of at first render. */
.hero-stage.reveal { animation-name: rise-stage; }
@keyframes rise-stage { from { transform: translateY(18px); } to { transform: translateY(0); } }

.motion-toggle { position: absolute; right: 16px; bottom: 16px; z-index: 5; display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; background: rgba(29,15,30,.62); color: #fff; cursor: pointer; backdrop-filter: blur(10px); transition: background .2s; }
.motion-toggle:hover { background: rgba(29,15,30,.85); }
.motion-toggle svg { width: 16px; height: 16px; }
.motion-toggle .icon-play, .motion-paused .motion-toggle .icon-pause { display: none; }
.motion-paused .motion-toggle .icon-play { display: block; }
.motion-paused .marquee-track { animation-play-state: paused; }

/* Marquee ribbon */
.marquee { overflow: hidden; border-block: 1px solid var(--line); background: var(--paper); }
.marquee-track { display: flex; width: max-content; gap: 0; animation: marquee 30s linear infinite; }
.marquee-track > span { display: inline-flex; align-items: center; gap: 26px; padding: 14px 13px 14px 26px; font-family: var(--serif); font-style: italic; font-weight: 500; font-size: 17px; color: var(--ink-soft); white-space: nowrap; }
.marquee-track i { font-style: normal; font-size: 13px; background: var(--grad-uv); -webkit-background-clip: text; background-clip: text; color: transparent; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------- Ad slots ---------- */
.ad-slot { display: flex; align-items: center; justify-content: center; gap: 14px; border: 1px dashed rgba(168,18,101,.25); border-radius: var(--r-sm); background: rgba(255,255,255,.5); color: #7a6274; text-align: center; }
.ad-slot span { font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.ad-slot strong { font-size: 12px; letter-spacing: .07em; }
.ad-slot--leader { min-height: 92px; margin-block: 8px 34px; }
.ad-slot--inline { min-height: 104px; margin-block: 24px; }
.ad-slot--box { min-height: 250px; flex-direction: column; }
.ad-widget { width: 100%; }

/* Widget areas with real content — no dashed frame, left-aligned, on-theme. */
.ad-area { width: 100%; }
.ad-area--leader, .ad-area--inline { display: flex; justify-content: center; }
.ad-area--leader { margin-block: 8px 34px; }
.ad-area--inline { margin-block: 24px; }
.ad-area--box { display: flex; flex-direction: column; gap: 24px; padding: 26px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-md); box-shadow: var(--shadow-soft); text-align: left; }
.ad-area--box .wp-block-heading { margin: 0 0 6px; font-family: var(--serif); font-weight: 550; font-size: 22px; line-height: 1.2; }
.ad-area .wp-block-search__label { display: block; margin-bottom: 10px; color: var(--fuchsia-deep); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .13em; }
.ad-area .wp-block-search__inside-wrapper { display: flex; gap: 8px; }
.ad-area .wp-block-search__input { flex: 1; min-width: 0; min-height: 46px; padding: 0 16px; border: 1px solid rgba(168,18,101,.45); border-radius: 999px; background: var(--paper); color: var(--ink); }
.ad-area .wp-block-search__button { min-height: 46px; padding: 0 18px; border: 0; border-radius: 999px; color: #fff; background: var(--grad-uv); font-size: 13px; font-weight: 600; cursor: pointer; box-shadow: 0 8px 18px rgba(176, 26, 133, .25); transition: transform .2s; }
.ad-area .wp-block-search__button:hover { transform: translateY(-1px); }
.ad-area ul, .ad-area ol { list-style: none; margin: 0; padding: 0; }
.ad-area .wp-block-latest-posts__list li { padding: 11px 0; border-bottom: 1px solid var(--line); }
.ad-area .wp-block-latest-posts__list li:last-child { border-bottom: 0; padding-bottom: 0; }
.ad-area .wp-block-latest-posts__list a { font-family: var(--serif); font-weight: 500; font-size: 16px; line-height: 1.35; transition: color .2s; }
.ad-area .wp-block-latest-posts__list a:hover { color: var(--fuchsia-deep); }
.ad-area .wp-block-latest-comments__comment { margin: 0; padding: 11px 0; border-bottom: 1px solid var(--line); color: var(--ink-soft); font-size: 13.5px; line-height: 1.55; }
.ad-area .wp-block-latest-comments__comment:last-child { border-bottom: 0; padding-bottom: 0; }
.ad-area .wp-block-latest-comments__comment-author { color: var(--ink); font-weight: 600; }
.ad-area .wp-block-latest-comments__comment-link { color: var(--fuchsia-deep); font-weight: 600; }

/* ---------- Sections ---------- */
.section { padding-block: 96px; }
.section--tint { background: linear-gradient(160deg, #fdeef7, #f4edfd 58%, #fdf4ea); border-block: 1px solid rgba(168,18,101,.07); }
.section-heading { margin-bottom: 46px; }
.section-heading h2 { margin: 16px 0 0; }
.section-heading--split { display: flex; justify-content: space-between; align-items: end; gap: 50px; }
.section-heading--split > p { max-width: 430px; margin: 0 0 7px; color: var(--ink-soft); }

/* ---------- Topic bento ---------- */
.topic-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.topic-card { position: relative; min-height: 260px; display: grid; grid-template-columns: 118px 1fr; align-items: center; gap: 28px; overflow: hidden; padding: 30px 32px; border: 1px solid var(--line); background: var(--paper); border-radius: var(--r-lg); box-shadow: var(--shadow-soft); transition: transform .25s, box-shadow .25s; }
.topic-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(130deg, var(--cat-tint), transparent 62%); pointer-events: none; }
.topic-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.topic-card > * { position: relative; }
.topic-number { position: absolute; top: 20px; right: 25px; color: var(--cat-deep); font-family: var(--serif); font-size: 13px; }
.topic-photo { width: 118px; height: 158px; border-radius: var(--r-arch); overflow: hidden; border: 1px solid rgba(255,255,255,.6); box-shadow: 0 14px 28px rgba(64, 18, 66, .18); }
.topic-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.topic-card:hover .topic-photo img { transform: scale(1.06); }
.topic-card small, .tag { color: var(--cat-deep, var(--fuchsia-deep)); text-transform: uppercase; letter-spacing: .11em; font-size: 12px; font-weight: 700; }
.topic-card h3 { margin: 8px 0 8px; font-family: var(--serif); font-weight: 550; font-size: 28px; line-height: 1.08; }
.topic-card p { margin: 0; color: var(--ink-soft); font-size: 15px; }
.card-arrow { position: absolute; right: 25px; bottom: 20px; display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--cat-vivid); color: #fff; font-size: 15px; transition: transform .25s; }
.topic-card:hover .card-arrow { transform: translate(3px,-3px); }

/* ---------- Article cards ---------- */
.article-grid, .posts-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.article-card { overflow: hidden; background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-md); box-shadow: var(--shadow-soft); transition: transform .25s, box-shadow .25s; }
.article-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.article-card h2 a, .article-card h3 a, .list-card h3 a { transition: color .2s; }
.article-card h2 a:hover, .article-card h3 a:hover, .list-card h3 a:hover { color: var(--fuchsia-deep); }
.card-visual { position: relative; display: block; height: 225px; overflow: hidden; }
.card-visual.has-thumbnail img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.article-card:hover .card-visual.has-thumbnail img { transform: scale(1.04); }
.visual-builder { background: radial-gradient(circle at 23% 18%, rgba(255,255,255,.85), transparent 30%), linear-gradient(145deg, #f9c6e2, #d61f8d 68%, #6d28d9); }
.visual-drop { position: absolute; width: 105px; height: 190px; left: 50%; top: 50%; border-radius: 50% 50% 40% 40% / 29% 29% 72% 72%; background: linear-gradient(155deg, rgba(255,255,255,.95), rgba(249,198,226,.7) 45%, rgba(109,40,217,.55)); box-shadow: 0 22px 38px rgba(64, 18, 66, .3), inset 12px 10px 18px rgba(255,255,255,.4); transform: translate(-50%,-50%) rotate(12deg); }
.visual-label { position: absolute; left: 16px; top: 16px; z-index: 2; padding: 7px 12px; border-radius: 999px; background: rgba(255,255,255,.85); border: 1px solid rgba(255,255,255,.5); color: var(--cat-deep, var(--fuchsia-deep)); backdrop-filter: blur(10px); font-size: 11.5px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.visual-lamp { background: linear-gradient(145deg, #ddd1fb, #8b5cf6 72%, #4c1d95); }
.visual-lamp::before { content: ""; position: absolute; width: 150px; height: 95px; left: 50%; top: 53%; border-radius: 80px 80px 12px 12px; background: linear-gradient(#ffffff, #ddd1fb); transform: translate(-50%,-50%); box-shadow: 0 20px 30px rgba(46, 16, 101, .3); }
.visual-lifting { background: linear-gradient(145deg, #fbe29b, #f59e0b 70%, #92400e); }
.visual-lifting::before { content: ""; position: absolute; width: 96px; height: 170px; left: 50%; top: 52%; border-radius: 48% 48% 38% 38% / 24% 24% 74% 74%; background: linear-gradient(150deg, #fff7e8, #f0b350); transform: translate(-50%,-50%) rotate(-11deg); box-shadow: 0 17px 30px rgba(120, 53, 15, .28); }
.article-card-copy { padding: 24px; }
.article-card h2, .article-card h3 { margin: 9px 0 11px; font-family: var(--serif); font-weight: 550; font-size: 24px; line-height: 1.22; }
.article-card p { color: var(--ink-soft); font-size: 15px; }
.article-meta { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: 12.5px; }
.article-meta a { color: var(--fuchsia-deep); font-weight: 700; }

/* ---------- Promise band ---------- */
.lab-note-section { position: relative; display: grid; grid-template-columns: .8fr 1.2fr; min-height: 500px; padding: 0; margin-block: 100px; color: #fff; background: var(--night); border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow); }
.lab-note-section::before { content: ""; position: absolute; inset: 0; background-image: var(--lab-note-bg, none); background-size: cover; background-position: center; opacity: .6; }
.lab-note-section::after { content: ""; position: absolute; inset: 0; background: linear-gradient(100deg, rgba(29,15,30,.4) 30%, rgba(29,15,30,.86) 62%); }
.lab-note-art { position: relative; min-height: 500px; }
.ring { position: absolute; z-index: 1; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; }
.ring--one { width: 340px; height: 340px; left: -60px; top: 80px; }
.ring--two { width: 250px; height: 400px; left: 30px; top: 40px; transform: rotate(38deg); }
.floating-nail { display: none; }
.lab-note-art b { position: absolute; z-index: 1; right: 40px; top: 70px; color: #ff8ccb; font-size: 30px; }
.lab-note-copy { position: relative; z-index: 2; align-self: center; max-width: 590px; padding: 72px 78px 72px 40px; }
.lab-note-copy h2 { margin: 18px 0 22px; font-size: clamp(40px, 4.8vw, 60px); }
.lab-note-copy h2 em { background: linear-gradient(120deg, #ff8ccb, #c4a5ff); -webkit-background-clip: text; background-clip: text; color: transparent; }
.lab-note-copy p { color: #ecd9ea; font-size: 16px; margin-bottom: 30px; }

/* ---------- Quick answers ---------- */
.quick-answer { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: start; }
.quick-answer h2 { margin: 16px 0 20px; }
.quick-answer-copy p { max-width: 450px; color: var(--ink-soft); }
.answer-list a { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px 18px; border-bottom: 1px solid var(--line); border-radius: var(--r-sm); font-family: var(--serif); font-weight: 500; font-size: 22px; transition: background .2s, padding-left .25s, color .2s; }
.answer-list a:first-child { border-top: 1px solid var(--line); }
.answer-list a:hover { background: var(--paper); padding-left: 28px; color: var(--fuchsia-deep); }
.answer-list b { color: var(--violet-deep); font-family: var(--sans); font-size: 13px; font-weight: 700; white-space: nowrap; }

/* ---------- Archives ---------- */
.archive-hero { padding-block: 80px 46px; }
.archive-hero h1 { margin: 16px 0 20px; font-size: clamp(50px, 6.6vw, 82px); }
.archive-hero p { color: var(--ink-soft); font-size: 18px; }
.empty-state { grid-column: 1/-1; padding: 70px; border: 1px solid var(--line); background: var(--paper); text-align: center; border-radius: var(--r-md); }
.empty-state h2 { font-size: 38px; }
.navigation.pagination { margin-top: 45px; }
.nav-links { display: flex; gap: 8px; justify-content: center; }
.page-numbers { display: grid; place-items: center; min-width: 44px; height: 44px; padding: 0 12px; border: 1px solid var(--line); background: var(--paper); border-radius: 999px; transition: border-color .2s, color .2s; }
.page-numbers:hover:not(.current) { border-color: var(--fuchsia); color: var(--fuchsia-deep); }
.page-numbers.current { color: #fff; background: var(--grad-uv); border-color: transparent; }

.breadcrumbs { display: flex; flex-wrap: wrap; gap: 10px; color: var(--ink-soft); font-size: 13px; text-transform: uppercase; letter-spacing: .06em; margin-bottom: 30px; }
.breadcrumbs a:hover { color: var(--fuchsia-deep); }

/* Category hero — carries the silo color + photo. */
.category-hero { position: relative; overflow: hidden; padding: 64px 0 84px; background: linear-gradient(150deg, var(--cat-tint, #fce7f3), var(--cream) 78%); border-bottom: 1px solid var(--line); }
.category-hero-inner { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 70px; }
.category-intro h1 { font-size: clamp(50px, 6.6vw, 82px); margin: 18px 0 25px; text-transform: capitalize; }
.category-intro .eyebrow { color: var(--cat-deep, var(--fuchsia-deep)); }
.category-description { max-width: 590px; color: var(--ink-soft); font-size: 18px; }
.category-stats { display: flex; gap: 28px; margin-top: 32px; padding-top: 25px; border-top: 1px solid rgba(36,18,34,.12); color: var(--ink-soft); font-size: 13px; }
.category-stats span { display: flex; align-items: baseline; gap: 6px; }
.category-stats b { color: var(--cat-deep, var(--fuchsia-deep)); font-family: var(--serif); font-size: 24px; }
.category-art { position: relative; height: 400px; }
.category-photo { position: relative; width: min(340px, 82%); height: 100%; margin-inline: auto; border-radius: var(--r-arch); overflow: hidden; border: 1px solid rgba(255,255,255,.65); box-shadow: var(--shadow); }
.category-photo img { width: 100%; height: 100%; object-fit: cover; }
.category-art::before, .category-art::after { content: ""; position: absolute; border: 1px solid var(--cat-soft, rgba(168,18,101,.2)); border-radius: 50%; }
.category-art::before { inset: 20px 40px; transform: rotate(35deg); }
.category-art::after { inset: 40px 20px; transform: rotate(-28deg); }
.category-art i { position: absolute; right: 12%; top: 8%; color: var(--cat-vivid, var(--fuchsia)); font-size: 26px; }
.category-nail { display: none; }
.category-layout { display: grid; grid-template-columns: minmax(0,1fr) 300px; gap: 55px; align-items: start; }
.filter-bar { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 35px; }
.filter-bar h2 { margin: 8px 0 0; font-family: var(--serif); font-weight: 550; font-size: 38px; text-transform: capitalize; }
.category-list { border-top: 1px solid var(--line); }
.list-card { display: grid; grid-template-columns: 44px 118px 1fr; gap: 25px; align-items: start; padding: 30px 16px; border-bottom: 1px solid var(--line); border-radius: var(--r-sm); transition: background .2s; }
.list-card:hover { background: var(--paper); }
.list-card-number { padding-top: 4px; color: var(--cat-deep, var(--fuchsia-deep)); font-family: var(--serif); font-size: 15px; }
.list-thumb { display: block; width: 118px; height: 150px; border-radius: var(--r-arch); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow-soft); background: var(--cat-tint, #fce7f3); }
.list-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.list-card:hover .list-thumb img { transform: scale(1.05); }
.list-thumb--empty { display: grid; place-items: center; color: var(--cat-vivid, var(--fuchsia)); font-size: 22px; }
.list-card h3 { margin: 6px 0 10px; font-family: var(--serif); font-weight: 550; font-size: 26px; line-height: 1.18; }
.list-card p { margin: 0; color: var(--ink-soft); font-size: 15px; }
.category-sidebar, .article-rail, .article-aside { position: sticky; top: 118px; }
.side-card { padding: 27px; border: 1px solid var(--line); background: var(--paper); box-shadow: var(--shadow-soft); border-radius: var(--r-md); }
.side-card--dark { margin-bottom: 22px; color: #fff; background: linear-gradient(145deg, var(--night), var(--night-2)); border-color: transparent; }
.side-card h3 { margin: 13px 0; font-family: var(--serif); font-weight: 550; font-size: 25px; line-height: 1.2; }
.side-card p { color: #e3cede; font-size: 14px; }

/* ---------- Single article ---------- */
.reading-progress { position: fixed; top: 0; left: 0; z-index: 300; width: 0; height: 3px; background: var(--grad-uv); }
.admin-bar .reading-progress { top: 32px; }
.article-hero { padding-block: 54px 60px; }
.article-hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 65px; align-items: center; }
.article-title-wrap h1 { margin: 16px 0 24px; font-size: clamp(44px, 5.4vw, 70px); }
.article-deck { max-width: 690px; color: var(--ink-soft); font-size: 18px; }
.byline { display: flex; align-items: center; gap: 13px; margin-top: 30px; }
.author-avatar { width: 44px; height: 44px; display: grid; place-items: center; flex: 0 0 44px; border-radius: 50%; background: var(--grad-uv); color: #fff; font-family: var(--serif); font-size: 12px; box-shadow: 0 8px 20px rgba(176, 26, 133, .3); }
.byline > span:last-child { display: flex; flex-direction: column; }
.byline strong { font-size: 13px; }
.byline small { color: var(--ink-soft); font-size: 12px; }
.article-hero-art { position: relative; height: 420px; border-radius: var(--r-arch); overflow: hidden; box-shadow: var(--shadow); }
.article-hero-art.has-thumbnail img { width: 100%; height: 100%; object-fit: cover; }
.article-hero-art .visual-drop { width: 130px; height: 250px; }
.art-caption { position: absolute; left: 22px; right: 22px; bottom: 20px; padding: 16px 20px; border: 1px solid rgba(255,255,255,.34); background: rgba(29,15,30,.8); color: #fff; backdrop-filter: blur(12px); border-radius: 16px; }
.art-caption small { display: block; color: #f6c8e4; font-size: 11px; letter-spacing: .12em; font-weight: 700; }
.art-caption strong { display: block; margin-top: 4px; font-family: var(--serif); font-weight: 500; font-size: 16px; line-height: 1.3; }
.article-layout { display: grid; grid-template-columns: 175px minmax(0,680px) 220px; justify-content: space-between; gap: 40px; align-items: start; padding-block: 70px 96px; }
.toc { display: flex; flex-direction: column; gap: 10px; padding-left: 15px; border-left: 2px solid var(--line); }
.toc strong { margin-bottom: 5px; font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }
.toc a { color: #6f5a6b; font-size: 13px; transition: color .2s; }
.toc a:hover, .toc a.is-active { color: var(--fuchsia-deep); }
.toc a.is-active { font-weight: 700; }
.share-row { display: flex; align-items: center; justify-content: space-between; margin-top: 25px; color: var(--ink-soft); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.share-row button { border: 0; background: transparent; color: var(--fuchsia-deep); cursor: pointer; font-size: 12px; font-weight: 700; }
.article-content { color: #3c2b3a; font-size: 17.5px; line-height: 1.8; }
.article-content > p:first-child { color: var(--ink); font-size: 20px; line-height: 1.65; }
.article-content h2 { scroll-margin-top: 115px; margin: 60px 0 22px; font-size: 40px; }
.article-content h3 { scroll-margin-top: 115px; margin: 40px 0 15px; font-family: var(--serif); font-weight: 550; font-size: 28px; line-height: 1.2; }
.article-content p { margin-bottom: 22px; }
.article-content a { color: var(--fuchsia-deep); text-decoration: underline; text-underline-offset: 3px; text-decoration-color: rgba(214,31,141,.4); }
.article-content a:hover { color: var(--violet-deep); }
.article-content blockquote { margin: 35px 0; padding: 24px 28px; border-left: 3px solid var(--fuchsia); background: #fdeef7; font-family: var(--serif); font-size: 21px; border-radius: var(--r-sm); }
.article-content table { width: 100%; margin: 30px 0; border-collapse: collapse; font-family: var(--sans); font-size: 14px; }
.article-content th { background: var(--night); color: #fff; text-align: left; font-size: 12px; text-transform: uppercase; letter-spacing: .05em; }
.article-content th, .article-content td { padding: 15px 17px; border: 1px solid var(--line); }
.article-content tbody tr:nth-child(even) td { background: #fdf1f8; }
.article-content ul, .article-content ol { padding-left: 24px; }
.article-content li { margin-bottom: 10px; }
.article-content li::marker { color: var(--fuchsia); }
.article-content img { border-radius: var(--r-md); box-shadow: var(--shadow-soft); }
.article-content figure { margin: 32px 0; }
.article-content figcaption { margin-top: 12px; color: var(--ink-soft); font-family: var(--sans); font-size: 13px; }
.article-content .wp-block-table { margin: 30px 0; overflow-x: auto; -webkit-overflow-scrolling: touch; }
.article-content .wp-block-table table { margin: 0; }
.article-content hr { width: 90px; margin: 48px auto; border: 0; border-top: 3px solid; border-image: linear-gradient(120deg, #d61f8d, #7c3aed) 1; }
.article-content code { padding: 2px 7px; background: #fdeef7; border-radius: 6px; font-size: .9em; }
.article-content pre { padding: 22px 26px; background: var(--night); color: #f4e5f1; border-radius: var(--r-sm); overflow-x: auto; font-size: 14px; line-height: 1.6; }
.article-content pre code { padding: 0; background: transparent; }
.article-content details { margin: 14px 0; padding: 20px 24px; border: 1px solid var(--line); background: var(--paper); border-radius: var(--r-sm); box-shadow: var(--shadow-soft); }
.article-content summary { cursor: pointer; font-family: var(--sans); font-weight: 700; color: var(--night); }
.article-content details[open] summary { margin-bottom: 12px; }
.article-content summary::marker { color: var(--fuchsia); }
.article-content .is-style-lab-note, .article-content .is-style-lab-warning { margin: 32px 0; padding: 24px 28px; border-radius: var(--r-sm); font-family: var(--sans); font-size: 16px; }
.article-content .is-style-lab-note { background: #f3edfd; border-left: 3px solid var(--violet); }
.article-content .is-style-lab-warning { background: #fdf3df; border-left: 3px solid var(--amber); }
.article-content .is-style-lab-note > :last-child, .article-content .is-style-lab-warning > :last-child { margin-bottom: 0; }
.author-box { display: grid; grid-template-columns: 90px 1fr; gap: 25px; margin-top: 65px; padding: 30px; background: var(--grad-uv-soft); border: 1px solid var(--line); border-radius: var(--r-md); }
.author-avatar--large { width: 86px; height: 86px; font-size: 20px; }
.author-box h3 { margin: 5px 0; font-family: var(--serif); font-weight: 550; font-size: 27px; }
.author-box p { color: var(--ink-soft); font-size: 13px; line-height: 1.6; }
.post-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 45px; font-family: var(--sans); }
.post-nav a { display: flex; flex-direction: column; gap: 8px; padding: 22px 24px; border: 1px solid var(--line); background: var(--paper); border-radius: var(--r-md); box-shadow: var(--shadow-soft); transition: transform .25s, box-shadow .25s; }
.article-content .post-nav a { color: var(--ink); text-decoration: none; }
.post-nav a:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.post-nav small { color: var(--ink-soft); font-family: var(--sans); font-size: 12px; text-transform: uppercase; letter-spacing: .1em; font-weight: 700; }
.post-nav strong { font-family: var(--serif); font-size: 19px; font-weight: 550; line-height: 1.3; }
.post-nav .post-nav-next { text-align: right; align-items: flex-end; }
.related-list { display: flex; flex-direction: column; }
.related-list a { padding: 13px 0; border-bottom: 1px solid var(--line); font-family: var(--serif); font-weight: 500; font-size: 16px; line-height: 1.35; transition: color .2s; }
.related-list a:hover { color: var(--fuchsia-deep); }
.related-list a:last-child { border-bottom: 0; }
.side-card .related-list + .text-link { margin-top: 16px; }
.article-rail { display: flex; flex-direction: column; gap: 22px; }

/* ---------- Pages, search, 404 ---------- */
.standard-page { max-width: 860px; padding-block: 80px 110px; }
.standard-page header h1 { margin: 15px 0 50px; font-size: clamp(48px, 6.4vw, 76px); }
.not-found { min-height: 70vh; display: flex; flex-direction: column; align-items: start; justify-content: center; padding-block: 70px; }
.not-found h1 { max-width: 750px; margin: 15px 0 20px; font-size: clamp(50px, 7.4vw, 84px); }
.not-found p { color: var(--ink-soft); font-size: 18px; }
.search-form { display: flex; gap: 10px; width: min(100%, 460px); }
.search-form label { flex: 1; }
.search-form .search-field { width: 100%; min-height: 52px; padding: 0 20px; border: 1px solid rgba(168,18,101,.5); border-radius: 999px; background: var(--paper); color: var(--ink); }
.search-form .search-field::placeholder { color: var(--ink-soft); }
.search-form .search-submit { min-height: 52px; padding: 0 24px; border: 0; border-radius: 999px; color: #fff; background: var(--grad-uv); font-size: 14px; font-weight: 600; cursor: pointer; box-shadow: 0 12px 26px rgba(176, 26, 133, .3); transition: transform .2s, box-shadow .2s; }
.search-form .search-submit:hover { transform: translateY(-2px); box-shadow: 0 16px 34px rgba(176, 26, 133, .38); }
.search-form .search-submit:active { transform: translateY(0); box-shadow: 0 8px 18px rgba(176, 26, 133, .28); }
.not-found .search-form { margin: 28px 0 8px; }
.not-found .button { margin-top: 30px; }
.not-found-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.not-found-links a { padding: 10px 18px; border: 1px solid var(--line); border-radius: 999px; background: var(--paper); font-size: 13px; font-weight: 600; transition: border-color .2s, color .2s; }
.not-found-links a:hover { border-color: var(--fuchsia); color: var(--fuchsia-deep); }

/* Scroll reveal */
.will-reveal { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; transition-delay: var(--reveal-delay, 0s); }
.post-nav a.will-reveal { transition: opacity .55s ease, transform .55s ease; transition-delay: var(--reveal-delay, 0s); }
.will-reveal.is-visible { opacity: 1; transform: none; }
@media print { .will-reveal { opacity: 1 !important; transform: none !important; } }

/* ---------- Footer ---------- */
.site-footer { position: relative; padding: 72px 0 24px; color: #f0e3ee; background: var(--night); }
.site-footer::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 3px; background: var(--grad-uv); }
.brand--footer .brand-mark { background: var(--grad-uv); }
.brand--footer .brand-copy em { background: linear-gradient(120deg, #ff8ccb, #c4a5ff); -webkit-background-clip: text; background-clip: text; color: transparent; }
.footer-main { display: grid; grid-template-columns: 1fr 1.35fr; gap: 80px; padding-bottom: 55px; }
.footer-main > div > p { color: #c3aec0; font-size: 15px; margin-top: 20px; }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.footer-links div { display: flex; flex-direction: column; gap: 9px; }
.footer-links strong { margin-bottom: 8px; color: #f6c8e4; font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.footer-links a { color: #c9b3c6; font-size: 14px; transition: color .2s; }
.footer-links a:hover { color: #ff8ccb; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 25px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); color: #ab94a8; font-size: 12px; }
.footer-menu ul { display: flex; flex-wrap: wrap; gap: 18px; margin: 0; padding: 0; list-style: none; }
.footer-menu a { color: #c9b3c6; }
.footer-menu a:hover { color: #ff8ccb; }

.alignwide { width: min(1180px, calc(100vw - 44px)); max-width: none; margin-left: 50%; transform: translateX(-50%); }
.alignfull { width: 100vw; max-width: none; margin-left: 50%; transform: translateX(-50%); }
.article-content .alignwide, .article-content .alignfull { width: 100%; margin-left: 0; transform: none; }

/* ---------- Responsive ---------- */
@media (max-width: 1020px) {
  .site-nav ul { gap: 18px; }
  .site-nav a { font-size: 14px; }
  .header-cta { display: none; }
  .hero { grid-template-columns: 1fr 1fr; gap: 35px; }
  .hero-stage { height: 480px; }
  .topic-card { grid-template-columns: 96px 1fr; padding: 25px; }
  .topic-photo { width: 96px; height: 134px; }
  .article-grid, .posts-grid { grid-template-columns: 1fr 1fr; }
  .category-layout { grid-template-columns: minmax(0,1fr) 260px; gap: 30px; }
  .article-layout { grid-template-columns: minmax(0,680px) 220px; justify-content: center; }
  .article-aside { display: none; }
}

@media (max-width: 782px) {
  .admin-bar .site-header { top: 46px; }
  .admin-bar .reading-progress { top: 46px; }
}

@media (max-width: 780px) {
  .shell { width: min(100% - 30px, 620px); }
  .header-inner { min-height: 76px; }
  .menu-toggle { display: block; }
  .site-nav { position: absolute; left: 15px; right: 15px; top: 76px; padding: 10px 20px 20px; border: 1px solid var(--line); border-radius: 0 0 var(--r-md) var(--r-md); background: rgba(255,255,255,.98); box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(-8px); transition: .2s; }
  .site-nav.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
  .site-nav ul { display: flex; flex-direction: column; align-items: stretch; gap: 0; }
  .site-nav a { display: flex; align-items: center; gap: 11px; padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 14px; }
  .site-nav .menu-icon svg { width: 18px; height: 18px; }
  .site-nav a::after { display: none; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding-block: 48px 56px; }
  .hero h1 { font-size: clamp(46px, 13vw, 68px); }
  .hero-stage { width: 100%; max-width: 520px; height: 460px; justify-self: center; }
  .marquee-track > span { font-size: 15px; }
  .section { padding-block: 72px; }
  .section-heading--split { display: block; }
  .section-heading--split > p, .section-heading--split > a { margin-top: 20px; }
  .topic-grid, .article-grid, .posts-grid { grid-template-columns: 1fr; }
  .lab-note-section { grid-template-columns: 1fr; margin-block: 70px; }
  .lab-note-art { min-height: 220px; }
  .lab-note-copy { padding: 20px 30px 50px; }
  .quick-answer { grid-template-columns: 1fr; gap: 35px; }
  .footer-main { grid-template-columns: 1fr; gap: 45px; }
  .category-hero-inner { grid-template-columns: 1fr; gap: 26px; }
  .category-art { height: 340px; }
  .category-layout { grid-template-columns: 1fr; }
  .category-sidebar { position: static; display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
  .category-sidebar .side-card--dark { margin-bottom: 0; }
  .article-hero-grid { grid-template-columns: 1fr; }
  .article-hero-art { height: 380px; }
  .article-layout { grid-template-columns: 1fr; }
  .article-rail { position: static; display: grid; grid-template-columns: 1fr 1fr; }
}

@media (max-width: 520px) {
  h2 { font-size: 36px; }
  .hero h1 { font-size: 44px; }
  .hero-lede { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .trust-row { gap: 8px; }
  .hero-stage { height: 420px; }
  .glass-note--top { right: 12px; top: 12px; }
  .glass-note--bottom { left: 12px; bottom: 12px; }
  .topic-card { grid-template-columns: 78px 1fr; gap: 18px; min-height: 220px; padding: 20px; }
  .topic-photo { width: 78px; height: 112px; }
  .topic-card h3 { font-size: 23px; }
  .article-card-copy { padding: 20px; }
  .lab-note-section { width: calc(100% - 24px); }
  .answer-list a { font-size: 18px; }
  .footer-links { grid-template-columns: 1fr 1fr; }
  .footer-bottom { flex-direction: column; }
  .category-hero { padding-top: 45px; }
  .category-intro h1 { font-size: 46px; }
  .category-stats { flex-direction: column; gap: 5px; }
  .category-art { height: 300px; }
  .category-sidebar { display: flex; flex-direction: column; gap: 22px; }
  .list-card { grid-template-columns: 72px 1fr; gap: 16px; padding: 24px 10px; }
  .list-card-number { display: none; }
  .list-thumb { width: 72px; height: 96px; }
  .article-title-wrap h1 { font-size: 42px; }
  .article-deck { font-size: 16px; }
  .article-hero-art { height: 340px; }
  .article-layout { padding-top: 45px; }
  .article-content { font-size: 16px; }
  .article-content > p:first-child { font-size: 18px; }
  .article-content h2 { font-size: 34px; }
  .author-box { grid-template-columns: 1fr; }
  .article-rail { display: flex; }
  .post-nav { grid-template-columns: 1fr; }
  .post-nav .post-nav-next { text-align: left; align-items: flex-start; }
  .search-form { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto!important; animation-duration: .01ms!important; animation-iteration-count: 1!important; transition-duration: .01ms!important; }
  .marquee-track { animation: none; }
}
