/*
Theme Name: tangerinewolf
Theme URI: https://swearyauntmellie.com
Author: Sweary Aunt Mellie
Author URI: https://swearyauntmellie.com
Description: Custom theme for swearyauntmellie.com — Sweary Spirituality, Mind F*ckery, and Unsolicited Advice.
Version: 2.1.0
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: witchymellie
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* ============================================================
   CUSTOM PROPERTIES
   ============================================================ */
:root {
  --pink:        #E8439A;
  --pink-light:  #FFD6EC;
  --pink-pale:   #FFF0F8;
  --black:       #1A1A1A;
  --cream:       #F7EFE8;
  --white:       #FFFFFF;
  --grey:        #6B6B6B;
  --grey-light:  #F2F2F2;
  --grey-mid:    #E0E0E0;

  --font-display: 'Playfair Display', Georgia, serif;
  --font-script:  'Dancing Script', cursive;
  --font-body:    'Inter', system-ui, -apple-system, sans-serif;

  --max-w:    1100px;
  --nav-h:    72px;
  --pad-xl:   100px;
  --pad-lg:   72px;
  --pad-md:   48px;
  --pad-sm:   32px;
  --ease:     0.22s ease;

  /* alias for older code in this file */
  --sam-pink:        #E8439A;
  --sam-pink-light:  #FFD6EC;
  --sam-pink-pale:   #FFF0F8;
  --sam-black:       #1A1A1A;
  --sam-cream:       #F7EFE8;
  --sam-white:       #FFFFFF;
  --sam-grey:        #6B6B6B;
  --sam-grey-light:  #F2F2F2;
  --sam-grey-mid:    #E0E0E0;
  --font-body:       'Inter', system-ui, -apple-system, sans-serif;
  --max-width:       1100px;
  --nav-height:      72px;
  --section-pad:     100px;
  --section-pad-sm:  48px;
  --radius:          0px;
  --transition:      0.22s ease;
}

/* ============================================================
   RESET & BASE
   ============================================================ */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html { scroll-behavior: smooth; font-size: 16px; }

body {
  font-family: var(--font-body);
  background: var(--white);
  color: var(--black);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

img, video { display: block; max-width: 100%; height: auto; }

a { color: inherit; text-decoration: none; transition: color var(--ease); }

ul, ol { list-style: none; }

button, input, textarea, select { font-family: inherit; font-size: inherit; }

/* ============================================================
   TYPOGRAPHY
   ============================================================ */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-display);
  font-weight: 900;
  line-height: 1.1;
  color: var(--black);
}

h1 { font-size: clamp(40px, 5vw, 64px); }
h2 { font-size: clamp(30px, 4vw, 46px); }
h3 { font-size: clamp(20px, 2.5vw, 28px); }
h4 { font-size: clamp(17px, 2vw, 22px); }

p { max-width: 68ch; }

/* ============================================================
   UTILITY
   ============================================================ */
.container {
  width: 100%;
  max-width: var(--max-w);
  margin-inline: auto;
  padding-inline: 48px;
}

.section { padding-block: var(--pad-xl); }

.text-center { text-align: center; }
.text-center p { margin-inline: auto; }

.section-title {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(28px, 3.5vw, 42px);
  color: var(--black);
  line-height: 1.1;
}

.section-header {
  margin-bottom: var(--pad-md);
}

.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.no-posts {
  text-align: center;
  padding: var(--pad-lg) 0;
  color: var(--grey);
}

/* ============================================================
   BUTTONS
   ============================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--font-body);
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  padding: 14px 28px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: background var(--ease), color var(--ease), border-color var(--ease), transform var(--ease);
  white-space: nowrap;
  text-decoration: none;
}

.btn:hover { transform: translateY(-1px); }

.btn--pink {
  background: var(--pink);
  color: var(--white);
  border-color: var(--pink);
}
.btn--pink:hover { background: #d03289; border-color: #d03289; color: var(--white); }

.btn--outline {
  background: transparent;
  color: var(--black);
  border-color: var(--black);
}
.btn--outline:hover { background: var(--black); color: var(--white); }

.btn--outline-white {
  background: transparent;
  color: var(--white);
  border-color: var(--white);
}
.btn--outline-white:hover { background: var(--white); color: var(--black); }

.btn--white {
  background: var(--white);
  color: var(--black);
  border-color: var(--white);
}
.btn--white:hover { background: var(--pink); color: var(--white); border-color: var(--pink); }

/* ============================================================
   NAVIGATION
   ============================================================ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 200;
  background: var(--white);
  border-bottom: 2px solid var(--black);
  box-shadow: none;
  transition: box-shadow var(--ease);
}

.site-header.scrolled { box-shadow: 0 4px 20px rgba(0,0,0,0.08); }

/* The container inside the header gets flex */
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--nav-h);
  gap: 32px;
  max-width: var(--max-w);
  margin-inline: auto;
  padding-inline: 48px;
}

/* Logo */
.nav-logo { flex-shrink: 0; text-decoration: none; }

.nav-logo__text {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 900;
  color: var(--black);
  letter-spacing: -0.02em;
  white-space: nowrap;
}

/* nav-links = the <ul> output by wp_nav_menu (menu_class="nav-links") */
.nav-links {
  display: flex;
  align-items: center;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 1;
  justify-content: center;
}

.nav-links li { list-style: none; }

.nav-links a {
  display: block;
  padding: 8px 14px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--black);
  border-bottom: 2px solid transparent;
  transition: color var(--ease), border-color var(--ease);
  white-space: nowrap;
}

.nav-links a:hover,
.nav-links .current-menu-item > a,
.nav-links .current-page-ancestor > a,
.nav-links .current_page_item > a {
  color: var(--pink);
  border-bottom-color: var(--pink);
}

/* CTA button in nav */
.nav-cta { flex-shrink: 0; }

/* Hamburger — hidden on desktop */
.hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}

.hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--black);
  transition: transform var(--ease), opacity var(--ease);
  transform-origin: center;
}

.hamburger.is-active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.is-active span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.hamburger.is-active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile nav drawer */
.mobile-nav {
  display: none;
  position: fixed;
  inset: var(--nav-h) 0 0 0;
  background: var(--white);
  padding: 32px 24px;
  overflow-y: auto;
  z-index: 199;
  border-top: 2px solid var(--black);
  flex-direction: column;
  gap: 0;
}

.mobile-nav.open { display: flex; }

.mobile-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-nav ul li a {
  display: block;
  font-size: 1.1rem;
  font-weight: 600;
  padding: 20px 0;
  border-bottom: 1px solid var(--grey-mid);
  color: var(--black);
  letter-spacing: 0.06em;
  text-decoration: none;
}

.mobile-nav ul li:last-child a { border-bottom: none; }

.mobile-nav__cta {
  margin-top: 32px;
  align-self: flex-start;
}

/* ============================================================
   TICKER STRIP
   ============================================================ */
.ticker {
  background: var(--pink);
  overflow: hidden;
  padding: 11px 0;
  white-space: nowrap;
}

/* The <div class="ticker__track"> is the scrolling container */
.ticker__track {
  display: inline-flex;
  animation: ticker-scroll 32s linear infinite;
  gap: 0;
}

.ticker:hover .ticker__track,
.ticker:focus-within .ticker__track { animation-play-state: paused; }

@keyframes ticker-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

.ticker__item {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--white);
  padding-inline: 20px;
}

/* ============================================================
   HERO  (front-page.php)
   ============================================================ */
.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 88vh;
  background: var(--black);
}

/* Left column — text */
.hero__content {
  padding: 80px 64px 80px 0;
  padding-left: max(48px, calc((100vw - var(--max-w)) / 2 + 48px));
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0;
}

.hero__kicker {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--pink);
  margin-bottom: 20px;
}

.hero__headline {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(40px, 5vw, 64px);
  color: var(--white);
  line-height: 1.05;
  margin-bottom: 28px;
}

.hero__sub {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.75);
  line-height: 1.8;
  max-width: 44ch;
  margin-bottom: 40px;
}

.hero__actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

/* Right column — image/avatar area */
.hero__avatar {
  background: var(--black);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 400px;
  padding: 40px;
}

/* Umbrella hero image */
.hero__umbrella {
  width: 100%;
  max-width: 480px;
  height: auto;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 0 48px rgba(232,67,154,0.35));
}

/* ============================================================
   CONTENT AREAS  (front-page.php "Three ways" section)
   ============================================================ */
.content-areas { background: var(--white); }

.content-areas__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  margin-top: var(--pad-md);
  border: 2px solid var(--black);
}

.content-area-card {
  padding: 48px 40px;
  border-right: 2px solid var(--black);
  transition: background var(--ease);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.content-area-card:last-child { border-right: none; }

.content-area-card:hover { background: var(--cream); }

.content-area-card__img {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  margin-bottom: 8px;
}

.content-area-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.content-area-card__title {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--black);
  line-height: 1.2;
}

.content-area-card__body {
  font-size: 0.95rem;
  color: var(--grey);
  line-height: 1.7;
  flex: 1;
  max-width: none;
}

.content-area-card__link {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--pink);
  margin-top: 8px;
  transition: letter-spacing var(--ease);
}

.content-area-card__link:hover { letter-spacing: 0.15em; }

/* ============================================================
   MEET AUNT MELLIE STRIP
   ============================================================ */
.meet-strip { background: var(--cream); }

.meet-strip__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  min-height: 480px;
}

.meet-strip__image {
  background: var(--black);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 380px;
}

.meet-strip__logo-img {
  width: 100%;
  max-width: 360px;
  height: auto;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 0 32px rgba(232,67,154,0.3));
}

.meet-strip__content {
  padding: var(--pad-lg) var(--pad-md);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}

.meet-strip__kicker {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--pink);
}

.meet-strip__title {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(26px, 3vw, 38px);
  color: var(--black);
  line-height: 1.15;
}

.meet-strip__body {
  font-size: 1rem;
  color: var(--black);
  line-height: 1.75;
  max-width: 52ch;
}

/* ============================================================
   POST CARDS
   ============================================================ */
.post-card {
  background: var(--white);
  border: 2px solid var(--black);
  display: flex;
  flex-direction: column;
  transition: transform var(--ease), box-shadow var(--ease);
}

.post-card:hover {
  transform: translateY(-4px);
  box-shadow: 6px 6px 0 var(--black);
}

.post-card__img-wrap {
  display: block;
  overflow: hidden;
  aspect-ratio: 3/2;
  background: var(--grey-light);
}

.post-card__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.post-card:hover .post-card__img-wrap img { transform: scale(1.04); }

.post-card__body {
  padding: 28px 28px 32px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}

.post-card__cat {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--black);
  background: var(--pink-light);
  padding: 4px 10px;
  align-self: flex-start;
}

.post-card__title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.15rem;
  color: var(--black);
  line-height: 1.3;
}

.post-card__title a { color: inherit; }
.post-card__title a:hover { color: var(--pink); }

.post-card__excerpt {
  font-size: 0.9rem;
  color: var(--grey);
  line-height: 1.65;
  flex: 1;
  max-width: none;
}

.post-card__link {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--pink);
  margin-top: 6px;
  text-decoration: none;
}

.post-card__link:hover { text-decoration: underline; }

/* ============================================================
   LATEST POSTS SECTION
   ============================================================ */
.latest-posts { background: var(--grey-light); }

/* ============================================================
   LEAD MAGNET
   ============================================================ */
.lead-magnet {
  background: var(--black);
}

.lead-magnet__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.lead-magnet__kicker {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--pink);
  margin-bottom: 16px;
}

.lead-magnet__title {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(26px, 3vw, 38px);
  color: var(--white);
  line-height: 1.15;
  margin-bottom: 20px;
}

.lead-magnet__body {
  font-size: 0.95rem;
  color: rgba(255,255,255,0.7);
  line-height: 1.75;
  margin-bottom: 28px;
  max-width: none;
}

.lead-magnet__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.lead-magnet__list li {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.85);
  padding-left: 24px;
  position: relative;
  max-width: none;
}

.lead-magnet__list li::before {
  content: '✦';
  color: var(--pink);
  position: absolute;
  left: 0;
  font-size: 0.7rem;
  top: 2px;
}

.lead-magnet__form-wrap {
  background: var(--white);
  padding: 48px 40px;
}

.lead-magnet__form-title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.3rem;
  color: var(--black);
  margin-bottom: 28px;
  max-width: none;
}

.lead-magnet__form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.lead-magnet__form input {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid var(--black);
  font-size: 0.95rem;
  outline: none;
  transition: border-color var(--ease);
}

.lead-magnet__form input:focus { border-color: var(--pink); }

.lead-magnet__form .btn { width: 100%; }

.lead-magnet__privacy {
  font-size: 0.75rem;
  color: var(--grey);
  text-align: center;
  max-width: none;
}

/* ============================================================
   NEWSLETTER STRIP
   ============================================================ */
.newsletter-strip {
  background: var(--pink);
}

.newsletter-strip__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
}

.newsletter-strip__copy { flex: 1; }

.newsletter-strip__title {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(26px, 3vw, 38px);
  color: var(--white);
  margin-bottom: 12px;
}

.newsletter-strip__sub {
  font-size: 0.95rem;
  color: rgba(255,255,255,0.85);
  line-height: 1.7;
  max-width: 50ch;
}

.newsletter-strip__form {
  display: flex;
  gap: 0;
  flex-shrink: 0;
}

.newsletter-strip__form input {
  padding: 14px 20px;
  border: 2px solid var(--white);
  border-right: none;
  background: rgba(255,255,255,0.15);
  color: var(--white);
  font-size: 0.95rem;
  outline: none;
  min-width: 240px;
}

.newsletter-strip__form input::placeholder { color: rgba(255,255,255,0.6); }
.newsletter-strip__form input:focus { background: rgba(255,255,255,0.25); }

.newsletter-strip__form .btn {
  background: var(--black);
  color: var(--white);
  border-color: var(--black);
  white-space: nowrap;
}

.newsletter-strip__form .btn:hover { background: #333; border-color: #333; }

/* ============================================================
   BLOG HERO  (home.php, archive.php)
   ============================================================ */
.blog-hero {
  background: var(--black);
  padding: var(--pad-lg) 0;
}

.blog-hero__title {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(44px, 6vw, 72px);
  color: var(--white);
  line-height: 1.05;
  margin-bottom: 16px;
}

.blog-hero__sub {
  font-size: 1rem;
  color: rgba(255,255,255,0.7);
  line-height: 1.75;
  max-width: 56ch;
  margin-inline: auto;
}

.blog-hero .hero__kicker {
  color: var(--pink);
  margin-bottom: 16px;
}

/* ============================================================
   CATEGORY NAV
   ============================================================ */
.category-nav {
  display: flex;
  gap: 0;
  border-bottom: 2px solid var(--black);
  margin-bottom: var(--pad-md);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.category-nav a {
  display: block;
  padding: 16px 24px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--grey);
  border-bottom: 3px solid transparent;
  margin-bottom: -2px;
  white-space: nowrap;
  transition: color var(--ease), border-color var(--ease);
}

.category-nav a:hover { color: var(--black); }

.category-nav a.active,
.category-nav a[aria-current="page"] {
  color: var(--pink);
  border-bottom-color: var(--pink);
}

/* ============================================================
   FEATURED POST  (home.php)
   ============================================================ */
.featured-post { background: var(--cream); padding-block: 0; }

.featured-post__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 480px;
}

.featured-post__image {
  overflow: hidden;
  background: var(--grey-light);
}

.featured-post__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.featured-post__inner:hover .featured-post__img { transform: scale(1.03); }

.featured-post__content {
  padding: 64px 56px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}

.featured-post__title {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(24px, 3vw, 36px);
  color: var(--black);
  line-height: 1.2;
}

.featured-post__title a { color: inherit; }
.featured-post__title a:hover { color: var(--pink); }

.featured-post__meta {
  font-size: 0.8rem;
  color: var(--grey);
  letter-spacing: 0.04em;
}

.featured-post__excerpt {
  font-size: 0.95rem;
  color: var(--black);
  line-height: 1.75;
  max-width: 52ch;
}

/* ============================================================
   POST GRID  (home.php, archive.php)
   ============================================================ */
.post-grid { background: var(--white); }

/* ============================================================
   PAGINATION
   ============================================================ */
.pagination {
  margin-top: var(--pad-md);
  display: flex;
  justify-content: center;
}

.pagination ul {
  display: flex;
  gap: 8px;
  list-style: none;
}

.pagination li a,
.pagination li span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 2px solid var(--black);
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--black);
  transition: background var(--ease), color var(--ease);
}

.pagination .current span,
.pagination li a:hover {
  background: var(--pink);
  color: var(--white);
  border-color: var(--pink);
}

/* ============================================================
   SINGLE POST
   ============================================================ */
.post-hero {
  background: var(--black);
  padding: var(--pad-lg) 0;
}

.post-hero__inner {
  max-width: 760px;
  margin-inline: auto;
  padding-inline: 48px;
}

.post-hero__cat {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--white);
  background: var(--pink);
  padding: 5px 12px;
  margin-bottom: 20px;
  text-decoration: none;
}

.post-hero__cat:hover { background: #d03289; color: var(--white); }

.post-hero__title {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(32px, 4.5vw, 54px);
  color: var(--white);
  line-height: 1.1;
  margin-bottom: 20px;
}

.post-hero__meta {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.55);
  letter-spacing: 0.04em;
}

.post-hero__thumbnail {
  margin-top: var(--pad-md);
  aspect-ratio: 16/7;
  overflow: hidden;
}

.post-hero__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Post content body */
.post-content { background: var(--white); }

.post-content__inner {
  max-width: 760px;
  margin-inline: auto;
  padding-inline: 48px;
}

.post-content__body {
  font-size: 1.05rem;
  line-height: 1.85;
  color: var(--black);
}

.post-content__body p { max-width: 68ch; margin-bottom: 1.4em; }

.post-content__body h2,
.post-content__body h3,
.post-content__body h4 { margin-top: 2em; margin-bottom: 0.6em; }

.post-content__body a {
  color: var(--pink);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.post-content__body a:hover { text-decoration-thickness: 2px; }

.post-content__body ul,
.post-content__body ol {
  padding-left: 1.5em;
  margin-bottom: 1.4em;
  list-style: disc;
}

.post-content__body ol { list-style: decimal; }

.post-content__body li { margin-bottom: 0.4em; max-width: 68ch; }

.post-content__body blockquote {
  border-left: 4px solid var(--pink);
  padding-left: 24px;
  margin: 2em 0;
  font-size: 1.15rem;
  color: var(--grey);
  font-style: italic;
}

.post-content__body img { margin-block: 2em; }

/* Post tags */
.post-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: var(--pad-md);
  padding-top: var(--pad-sm);
  border-top: 1px solid var(--grey-mid);
}

.post-tag {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--grey);
  border: 1px solid var(--grey-mid);
  padding: 5px 12px;
  transition: background var(--ease), color var(--ease), border-color var(--ease);
}

.post-tag:hover {
  background: var(--pink);
  color: var(--white);
  border-color: var(--pink);
}

/* Post nav */
.post-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  margin-top: var(--pad-md);
  border: 2px solid var(--black);
}

.post-nav__prev,
.post-nav__next {
  padding: 32px 28px;
  background: var(--grey-light);
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: background var(--ease);
}

.post-nav__prev:hover, .post-nav__next:hover { background: var(--cream); }

.post-nav__next { border-left: 2px solid var(--black); text-align: right; }

.post-nav__label {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--grey);
}

.post-nav__link {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1rem;
  color: var(--black);
  line-height: 1.3;
}

.post-nav__link:hover { color: var(--pink); }

/* Related posts */
.related-posts { background: var(--grey-light); }

/* ============================================================
   ARCHIVE (hero is shared .blog-hero)
   ============================================================ */

/* ============================================================
   ABOUT PAGE
   ============================================================ */
.about-hero {
  background: var(--black);
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 60vh;
}

.about-hero__content {
  padding: var(--pad-lg);
  padding-left: max(48px, calc((100vw - var(--max-w)) / 2 + 48px));
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}

.about-hero__title {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(40px, 5vw, 60px);
  color: var(--white);
  line-height: 1.05;
}

.about-hero__sub {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.7);
  line-height: 1.75;
  max-width: 44ch;
}

.about-hero__avatar {
  background: #111;
  display: flex;
  align-items: center;
  justify-content: center;
}

.identity-section { background: var(--cream); }

.identity-section__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}

.identity-section__intro .section-title { margin-bottom: 20px; }
.identity-section__intro p { color: var(--grey); max-width: 44ch; }

.identity-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  border: 2px solid var(--black);
}

.identity-list li {
  padding: 16px 24px;
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--black);
  border-bottom: 1px solid var(--grey-mid);
  position: relative;
  padding-left: 44px;
  max-width: none;
}

.identity-list li:last-child { border-bottom: none; }

.identity-list li::before {
  content: '✦';
  color: var(--pink);
  position: absolute;
  left: 18px;
  font-size: 0.7rem;
  top: 19px;
}

.about-story { background: var(--white); }

.about-story__inner {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 64px;
  align-items: start;
}

.about-story__text .section-title { margin-bottom: 28px; }

.about-story__text p {
  font-size: 1rem;
  line-height: 1.85;
  color: var(--black);
  margin-bottom: 1.3em;
}

.about-aside-card {
  border: 2px solid var(--black);
  padding: 36px 32px;
  background: var(--cream);
  position: sticky;
  top: calc(var(--nav-h) + 24px);
}

.about-aside-card__title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1rem;
  color: var(--black);
  margin-bottom: 20px;
  line-height: 1.3;
}

.about-aside-card ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.about-aside-card li {
  font-size: 0.875rem;
  color: var(--black);
  padding-left: 20px;
  position: relative;
  max-width: none;
}

.about-aside-card li::before {
  content: '✦';
  color: var(--pink);
  position: absolute;
  left: 0;
  font-size: 0.6rem;
  top: 3px;
}

.beliefs { background: var(--black); }

.beliefs .section-title { color: var(--white); }

.beliefs__grid {
  margin-top: var(--pad-md);
  gap: 2px;
}

.belief-card {
  background: #111;
  padding: 44px 36px;
  border: 1px solid #333;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: background var(--ease);
}

.belief-card:hover { background: #1a1a1a; }

.belief-card__icon {
  font-size: 1.2rem;
  color: var(--pink);
  font-family: var(--font-body);
}

.belief-card__title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.15rem;
  color: var(--white);
  line-height: 1.25;
}

.belief-card p {
  font-size: 0.92rem;
  color: rgba(255,255,255,0.65);
  line-height: 1.75;
  max-width: none;
}

/* ─── Work With Me Page ──────────────────────────────────────────────────── */

.ww-hero {
  background: var(--black);
  color: var(--white);
  padding: var(--pad-xl) var(--pad-md);
  text-align: center;
}
.ww-hero__content { max-width: 720px; margin-inline: auto; }
.ww-hero__title,
.ww-hero .ww-hero__title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 20px;
  color: #FFFFFF !important;
}
.ww-hero .hero__kicker {
  color: rgba(255, 255, 255, 0.8);
}
.ww-hero__sub {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.75);
  line-height: 1.7;
  max-width: 56ch;
  margin-inline: auto;
}

/* Services Grid */
.ww-services__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  margin-top: 48px;
}

.ww-card {
  background: var(--white);
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 12px;
  padding: 40px 36px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.ww-card--coming-soon {
  opacity: 0.7;
  background: var(--cream);
}

.ww-card__badge {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--pink);
  background: rgba(232,67,154,0.1);
  padding: 4px 12px;
  border-radius: 999px;
  align-self: flex-start;
}
.ww-card__badge--soon {
  color: #888;
  background: rgba(0,0,0,0.06);
}

.ww-card__title {
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--black);
  line-height: 1.2;
}
.ww-card__tagline {
  font-style: italic;
  color: var(--grey);
  font-size: 0.95rem;
  line-height: 1.5;
  margin-top: -8px;
}
.ww-card__body {
  font-size: 0.95rem;
  color: #444;
  line-height: 1.75;
}
.ww-card__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ww-card__list li {
  font-size: 0.9rem;
  color: #444;
  padding-left: 20px;
  position: relative;
}
.ww-card__list li::before {
  content: '✦';
  position: absolute;
  left: 0;
  color: var(--pink);
  font-size: 0.7rem;
  top: 2px;
}
.ww-card .btn { align-self: flex-start; margin-top: auto; }

/* Disclaimer section */
.ww-disclaimer {
  background: var(--cream);
}
.ww-disclaimer__inner {
  max-width: 720px;
}
.ww-disclaimer__title {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 16px;
}
.ww-disclaimer p {
  font-size: 0.9rem;
  color: var(--grey);
  line-height: 1.75;
  margin-bottom: 12px;
}
.ww-disclaimer__link {
  font-size: 0.9rem;
  color: var(--pink);
  font-weight: 600;
}

.ww-cta__actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}

@media (max-width: 900px) {
  .ww-services__grid { grid-template-columns: 1fr; }
}

/* ─── (end Work With Me) ─────────────────────────────────────────────────── */

.work-cta { background: var(--cream); }

.work-cta .section-title { margin-bottom: 16px; }

.work-cta__sub {
  font-size: 1rem;
  color: var(--grey);
  line-height: 1.7;
  max-width: 52ch;
  margin-inline: auto;
  margin-bottom: 36px;
}

.work-cta__actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

/* ============================================================
   CONTACT PAGE
   ============================================================ */
.contact-hero {
  background: var(--black);
  padding: var(--pad-lg) 0;
}

.contact-hero__title {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(36px, 5vw, 60px);
  color: var(--white);
  line-height: 1.05;
  margin-bottom: 16px;
}

.contact-hero__sub {
  font-size: 1rem;
  color: rgba(255,255,255,0.65);
  line-height: 1.75;
  max-width: 50ch;
  margin-inline: auto;
}

.contact-body { background: var(--white); }

.contact-body__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}

.contact-info__title {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 1.6rem;
  margin-bottom: 32px;
}

.contact-reasons {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.contact-reason {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.contact-reason__icon { font-size: 1.5rem; flex-shrink: 0; margin-top: 2px; }

.contact-reason__title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1rem;
  margin-bottom: 6px;
}

.contact-reason p {
  font-size: 0.9rem;
  color: var(--grey);
  line-height: 1.65;
  max-width: none;
}

.contact-direct {
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid var(--grey-mid);
}

.contact-direct__label {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--grey);
  margin-bottom: 8px;
  max-width: none;
}

.contact-direct__email {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--pink);
  text-decoration: none;
}

.contact-direct__email:hover { text-decoration: underline; }

/* Contact form */
.contact-form-wrap__title {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 1.6rem;
  margin-bottom: 32px;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-row--2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.form-group label {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--black);
}

.form-group input,
.form-group select,
.form-group textarea,
.form-input,
.form-textarea {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid var(--black);
  background: var(--white);
  font-size: 0.95rem;
  color: var(--black);
  outline: none;
  transition: border-color var(--ease);
  -webkit-appearance: none;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { border-color: var(--pink); }

.form-group textarea { resize: vertical; }

/* Social strip */
.social-strip { background: var(--cream); }

.social-links {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 32px;
}

.social-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  border: 2px solid var(--black);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--black);
  transition: background var(--ease), color var(--ease), border-color var(--ease);
}

.social-link:hover {
  background: var(--pink);
  color: var(--white);
  border-color: var(--pink);
}

.social-link__icon { font-size: 1.2rem; }

/* ============================================================
   404 PAGE
   ============================================================ */
.error-404 { background: var(--cream); }

.error-404__icon { font-size: 80px; margin-bottom: 24px; }

.error-404__title {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(32px, 4vw, 48px);
  margin-bottom: 20px;
}

.error-404__body {
  font-size: 1rem;
  color: var(--grey);
  line-height: 1.75;
  max-width: 52ch;
  margin-inline: auto;
  margin-bottom: 36px;
}

.error-404__actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 48px;
}

.error-404__search { max-width: 480px; margin-inline: auto; }
.error-404__search p { color: var(--grey); margin-bottom: 16px; max-width: none; }

/* Search form */
.search-form {
  display: flex;
  border: 2px solid var(--black);
}

.search-field {
  flex: 1;
  padding: 12px 16px;
  border: none;
  outline: none;
  font-size: 0.95rem;
}

.search-submit { flex-shrink: 0; }

/* ============================================================
   GENERIC PAGE  (page.php)
   ============================================================ */
.page-default { background: var(--white); }

.page-default__inner { max-width: 760px; margin-inline: auto; }

.page-header { margin-bottom: var(--pad-md); }

.page-header__title {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(32px, 4vw, 48px);
}

.page-content {
  font-size: 1.05rem;
  line-height: 1.85;
  color: var(--black);
}

.page-content p { margin-bottom: 1.4em; }

.page-content a {
  color: var(--pink);
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
  background: var(--black);
  color: var(--white);
}

.footer-inner {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 64px;
  padding-block: var(--pad-lg);
}

.footer-heading {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
  margin-bottom: 20px;
}

.footer-tagline {
  font-size: 0.95rem;
  color: rgba(255,255,255,0.6);
  line-height: 1.7;
  margin-top: 16px;
  margin-bottom: 28px;
  max-width: 30ch;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-links a {
  font-size: 0.875rem;
  color: rgba(255,255,255,0.7);
  transition: color var(--ease);
}

.footer-links a:hover { color: var(--pink); }

.footer-logo { text-decoration: none; }

.nav-logo__text,
.footer-logo__text {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 900;
  color: var(--white);
  text-decoration: none;
}

.nav-logo__text { color: var(--black); }

/* Footer optin */
.footer-optin__label {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
  margin-bottom: 10px;
  max-width: none;
}

.footer-optin__form {
  display: flex;
  gap: 0;
}

.footer-optin__form input {
  flex: 1;
  padding: 10px 14px;
  border: 1px solid rgba(255,255,255,0.2);
  background: rgba(255,255,255,0.08);
  color: var(--white);
  font-size: 0.875rem;
  outline: none;
  transition: border-color var(--ease);
}

.footer-optin__form input::placeholder { color: rgba(255,255,255,0.35); }
.footer-optin__form input:focus { border-color: var(--pink-light); }

.footer-optin__form .btn {
  padding: 10px 18px;
  font-size: 0.8rem;
}

/* Footer bottom bar */
/* Sitewide disclaimer bar */
.footer-disclaimer {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-block: 16px;
}
.footer-disclaimer__text {
  font-size: 0.73rem;
  color: rgba(255,255,255,0.35);
  line-height: 1.6;
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}
.footer-disclaimer__text a {
  color: rgba(255,255,255,0.5);
  text-decoration: underline;
}
.footer-disclaimer__text a:hover { color: var(--pink); }

/* Affiliate disclosure (auto-injected top of posts) */
.affiliate-disclosure {
  background: var(--cream);
  border-left: 3px solid var(--pink);
  border-radius: 4px;
  padding: 12px 16px;
  margin-bottom: 32px;
}
.affiliate-disclosure p {
  font-size: 0.82rem;
  color: #555;
  margin: 0;
  line-height: 1.6;
}
.affiliate-disclosure a { color: var(--pink); }

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
}

.footer-bottom__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 24px;
  gap: 24px;
}

.footer-bottom__copy {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.4);
  max-width: none;
}

.footer-bottom__copy a { color: rgba(255,255,255,0.6); }
.footer-bottom__copy a:hover { color: var(--pink); }

.footer-bottom__credit {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.4);
  max-width: none;
  text-align: center;
}

.footer-bottom__legal {
  display: flex;
  gap: 20px;
}

.footer-bottom__legal a {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.4);
  transition: color var(--ease);
}

.footer-bottom__legal a:hover { color: var(--white); }

/* Page links (paginated single posts) */
.page-links {
  display: flex;
  gap: 8px;
  margin-block: var(--pad-sm);
}

.page-links span,
.page-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 10px;
  border: 2px solid var(--black);
  font-size: 0.85rem;
  font-weight: 700;
}

.page-links a:hover,
.page-links .post-page-numbers.current {
  background: var(--pink);
  color: var(--white);
  border-color: var(--pink);
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .hero { grid-template-columns: 1fr; }
  .hero__content {
    padding: 72px 48px;
    padding-left: 48px;
  }
  .hero__avatar { min-height: 320px; }

  .meet-strip__inner { grid-template-columns: 1fr; }
  .meet-strip__image { min-height: 300px; }

  .lead-magnet__inner { grid-template-columns: 1fr; gap: 0; }
  .lead-magnet__form-wrap { padding: 48px; }

  .about-hero { grid-template-columns: 1fr; }
  .about-hero__content { padding: var(--pad-md) 48px; }
  .about-hero__avatar { display: none; }

  .featured-post__inner { grid-template-columns: 1fr; }
  .featured-post__image { min-height: 280px; }
  .featured-post__content { padding: 40px; }

  .about-story__inner { grid-template-columns: 1fr; }
  .identity-section__inner { grid-template-columns: 1fr; }

  .contact-body__inner { grid-template-columns: 1fr; gap: 48px; }

  .footer-inner { grid-template-columns: 1fr 1fr; gap: 40px; }
}

@media (max-width: 768px) {
  :root {
    --pad-xl: 64px;
    --pad-lg: 48px;
  }

  .container { padding-inline: 24px; }

  /* Nav collapses on mobile — hamburger + mobile-nav drawer take over */
  .nav-links { display: none; }
  .hamburger  { display: flex; }
  .nav-cta    { display: none; }

  /* Content */
  .content-areas__grid { grid-template-columns: 1fr; }
  .content-area-card { border-right: none; border-bottom: 2px solid var(--black); }
  .content-area-card:last-child { border-bottom: none; }

  .grid-2, .grid-3 { grid-template-columns: 1fr; }

  .newsletter-strip__inner { flex-direction: column; gap: 28px; }
  .newsletter-strip__form { width: 100%; }
  .newsletter-strip__form input { min-width: 0; flex: 1; }

  .post-nav { grid-template-columns: 1fr; }
  .post-nav__next { border-left: none; border-top: 2px solid var(--black); text-align: left; }

  .form-row--2col { grid-template-columns: 1fr; }

  .work-cta__actions { flex-direction: column; align-items: center; }
  .error-404__actions { flex-direction: column; align-items: center; }

  .footer-inner { grid-template-columns: 1fr; gap: 40px; }
  .footer-bottom__inner { flex-direction: column; text-align: center; }
  .footer-bottom__legal { justify-content: center; }

  .blog-hero { padding: var(--pad-md) 0; }
  .post-hero__inner { padding-inline: 24px; }
  .post-content__inner { padding-inline: 24px; }
}

@media (max-width: 480px) {
  .hero__content { padding: 48px 24px; }
  .content-area-card { padding: 36px 28px; }
  .featured-post__content { padding: 32px 24px; }
  .lead-magnet__form-wrap { padding: 36px 24px; }
}

/* ============================================================
   ACCESSIBILITY — WCAG 2.1 AA
   ============================================================ */

/* Screen reader text */
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.screen-reader-text:focus {
  position: static;
  width: auto;
  height: auto;
  padding: 12px 24px;
  margin: 0;
  overflow: visible;
  clip-path: none;
  white-space: normal;
}

/* Skip link */
.skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: 9999;
}

.skip-link:focus {
  position: fixed;
  top: 12px;
  left: 12px;
  width: auto;
  height: auto;
  padding: 12px 24px;
  background: var(--black);
  color: var(--white);
  font-weight: 600;
  border-radius: 4px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.3);
  overflow: visible;
  z-index: 9999;
  outline: 3px solid var(--pink);
  outline-offset: 3px;
  text-decoration: none;
}

/* Focus visible */
*:focus { outline: none; }

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid var(--pink);
  outline-offset: 3px;
  border-radius: 2px;
}

.site-footer a:focus-visible,
.site-footer button:focus-visible,
.hero a:focus-visible,
.hero button:focus-visible,
.newsletter-strip a:focus-visible,
.newsletter-strip button:focus-visible {
  outline-color: var(--white);
}

.form-group input:focus-visible,
.form-group textarea:focus-visible,
.form-group select:focus-visible,
.footer-optin__form input:focus-visible,
.newsletter-strip__form input:focus-visible {
  outline: 3px solid var(--pink);
  outline-offset: 0;
  border-color: var(--pink);
}

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