/* Tree homepage concepts — blush palette prototypes */

.page-concepts .site-footer,
body[class*="page-concept-"] .site-footer {
  /* hub keeps footer; concept pages skip via PHP */
}

.tc-shell { min-height: 70vh; }

.tc-bar {
  position: sticky;
  top: var(--header-h, 4.75rem);
  z-index: 40;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  align-items: center;
  justify-content: space-between;
  padding: 0.55rem 1rem;
  background: rgba(253, 253, 253, 0.92);
  border-bottom: 1px solid rgba(90, 61, 56, 0.1);
  backdrop-filter: blur(12px);
  font-size: 0.86rem;
}
.tc-bar a { color: var(--blush-600, #9a6b62); font-weight: 700; text-decoration: none; }
.tc-bar a:hover { text-decoration: underline; }
.tc-bar__mid { color: var(--ink-soft, #3a3533); font-weight: 600; }
.tc-bar__nav { display: flex; gap: 0.85rem; flex-wrap: wrap; }

.tc-kicker {
  margin: 0 0 0.55rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--blush-600, #9a6b62);
}
.tc-lead {
  margin: 0 0 1.25rem;
  color: var(--ink-soft, #3a3533);
  font-size: 1.05rem;
  line-height: 1.55;
  max-width: 34rem;
}
.tc-actions { display: flex; flex-wrap: wrap; gap: 0.65rem; }

/* ----- Hub ----- */
.tc-hub {
  padding: 3rem 0 4rem;
  background:
    radial-gradient(900px 420px at 10% 0%, rgba(245, 217, 210, 0.65), transparent 60%),
    var(--bg, #fdfdfd);
}
.tc-hub__inner { width: min(100% - 2rem, 980px); margin-inline: auto; }
.tc-hub__badge {
  display: inline-block;
  margin: 0 0 0.75rem;
  padding: 0.28rem 0.7rem;
  border-radius: 999px;
  background: rgba(233, 201, 194, 0.45);
  color: var(--blush-800, #5a3d38);
  font-size: 0.78rem;
  font-weight: 700;
}
.tc-hub h1 {
  font-family: var(--font-display, Marcellus, Georgia, serif);
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  margin: 0 0 0.75rem;
}
.tc-hub__lead { color: var(--ink-soft); max-width: 40rem; margin-bottom: 2rem; }
.tc-hub__grid {
  list-style: none; margin: 0; padding: 0;
  display: grid; gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
}
.tc-hub__card {
  display: grid; gap: 0.35rem;
  min-height: 11rem;
  padding: 1.25rem;
  border-radius: 1.15rem;
  text-decoration: none;
  color: inherit;
  background: rgba(255, 253, 252, 0.9);
  border: 1px solid rgba(90, 61, 56, 0.12);
  box-shadow: 0 12px 30px rgba(90, 61, 56, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.tc-hub__card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(90, 61, 56, 0.1);
  color: inherit;
}
.tc-hub__num {
  font-family: var(--font-display, Marcellus, Georgia, serif);
  font-size: 1.5rem;
  color: var(--blush-400, #d4a89e);
}
.tc-hub__tag {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--blush-600, #9a6b62);
}
.tc-hub__card strong {
  font-family: var(--font-display, Marcellus, Georgia, serif);
  font-size: 1.25rem;
  font-weight: 400;
}
.tc-hub__card span:last-child { color: var(--ink-soft); font-size: 0.95rem; line-height: 1.45; }
.tc-hub__back { margin-top: 2rem; }

/* ----- Shared panel ----- */
.tc-panel {
  position: absolute;
  z-index: 8;
  width: min(100% - 1.5rem, 22rem);
  padding: 1.2rem 1.2rem 1.1rem;
  border-radius: 1.15rem;
  background: rgba(255, 252, 250, 0.95);
  border: 1px solid rgba(90, 61, 56, 0.12);
  box-shadow: 0 18px 40px rgba(90, 61, 56, 0.14);
  backdrop-filter: blur(16px);
}
.tc-panel[hidden] { display: none; }
.tc-panel__close {
  position: absolute; top: 0.45rem; right: 0.55rem;
  width: 2rem; height: 2rem; border: 0; border-radius: 50%;
  background: transparent; color: var(--muted, #6b6562);
  font-size: 1.35rem; cursor: pointer;
}
.tc-panel__kicker {
  margin: 0 0 0.3rem;
  font-size: 0.75rem; font-weight: 700;
  letter-spacing: 0.07em; text-transform: uppercase;
  color: var(--blush-600, #9a6b62);
}
.tc-panel__title {
  margin: 0 0 0.5rem;
  font-family: var(--font-display, Marcellus, Georgia, serif);
  font-weight: 400; font-size: 1.4rem;
  color: var(--ink, #1a1a1a);
  padding-right: 1.4rem;
}
.tc-panel__blurb { margin: 0 0 1rem; color: var(--ink-soft); line-height: 1.5; font-size: 0.96rem; }
.tc-panel__actions { display: flex; flex-wrap: wrap; gap: 0.5rem; }

/* ========== 1 Hero ========== */
.tc-hero__stage {
  position: relative;
  min-height: calc(100dvh - 7.5rem);
  display: grid;
  align-items: center;
  overflow: clip;
  background: #f3e4df;
}
.tc-hero__tree {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 35%;
}
.tc-hero__wash {
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(253, 248, 246, 0.92) 0%, rgba(253, 248, 246, 0.55) 34%, rgba(253, 248, 246, 0.08) 58%, transparent 72%),
    linear-gradient(180deg, rgba(253, 248, 246, 0.2) 0%, transparent 35%, rgba(90, 61, 56, 0.18) 100%);
}
.tc-hero__copy {
  position: relative;
  z-index: 2;
  width: min(100% - 2rem, 34rem);
  margin: 0 auto 0 max(1rem, calc((100% - 1120px) / 2));
  padding: 2rem 1.25rem 2rem 0.25rem;
}
.tc-hero__copy h1 {
  margin: 0 0 0.85rem;
  font-family: var(--font-display, Marcellus, Georgia, serif);
  font-weight: 400;
  font-size: clamp(2rem, 4.5vw, 3rem);
  color: var(--ink, #1a1a1a);
  text-wrap: balance;
}
@media (max-width: 720px) {
  .tc-hero__copy {
    margin: 0 1rem 0;
    padding-bottom: 2.5rem;
    background: linear-gradient(180deg, transparent, rgba(253, 248, 246, 0.88) 28%);
    border-radius: 1rem;
    padding-inline: 0.25rem;
  }
}

.tc-after { padding: 3.25rem 0 4rem; }
.tc-after__grid {
  display: grid; gap: 1.5rem;
}
@media (min-width: 800px) {
  .tc-after__grid { grid-template-columns: 1.3fr 0.7fr; align-items: start; }
}
.tc-after h2 {
  font-family: var(--font-display, Marcellus, Georgia, serif);
  font-weight: 400;
  margin: 0 0 0.75rem;
}
.tc-mini-links {
  list-style: none; margin: 0; padding: 0;
  display: grid; gap: 0.45rem;
}
.tc-mini-links a {
  display: block;
  padding: 0.7rem 0.95rem;
  border-radius: 0.85rem;
  background: rgba(245, 217, 210, 0.4);
  color: var(--ink);
  text-decoration: none;
  font-weight: 600;
}
.tc-mini-links a:hover { background: rgba(233, 201, 194, 0.65); }

/* ========== 2 Leaves ========== */
.tc-leaves__stage {
  position: relative;
  min-height: calc(100dvh - 7.5rem);
  overflow: clip;
  background: #f0ddd7;
}
.tc-leaves__tree {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 40%;
}
.tc-leaves__intro {
  position: absolute;
  z-index: 3;
  left: max(1rem, calc((100% - 1120px) / 2));
  top: 1.5rem;
  width: min(100% - 2rem, 28rem);
  padding: 1.1rem 1.2rem;
  border-radius: 1.1rem;
  background: rgba(255, 252, 250, 0.82);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(90, 61, 56, 0.08);
}
.tc-leaves__intro h1 {
  margin: 0 0 0.45rem;
  font-family: var(--font-display, Marcellus, Georgia, serif);
  font-weight: 400;
  font-size: clamp(1.6rem, 3.5vw, 2.2rem);
}
.tc-leaves__intro .tc-lead { margin-bottom: 0; font-size: 0.98rem; }
.tc-leaves .tc-panel {
  right: 1rem; bottom: 1rem; left: auto;
}
@media (max-width: 700px) {
  .tc-leaves .tc-panel { left: 1rem; right: 1rem; width: auto; }
}

.tc-leaf {
  position: absolute;
  z-index: 4;
  width: 3.4rem; height: 3.4rem;
  margin: 0; padding: 0; border: 0;
  background: transparent;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.tc-leaf__petal {
  display: block;
  width: 1.55rem; height: 2.15rem;
  margin: 0.35rem auto 0;
  border-radius: 60% 60% 55% 55% / 40% 40% 70% 70%;
  background: linear-gradient(160deg, #f7e4df, #e2a59b);
  box-shadow: 0 6px 16px rgba(90, 61, 56, 0.22);
  transform: rotate(-18deg);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.tc-leaf:nth-child(odd) .tc-leaf__petal { transform: rotate(12deg); }
.tc-leaf:hover .tc-leaf__petal,
.tc-leaf:focus-visible .tc-leaf__petal,
.tc-leaf.is-active .tc-leaf__petal {
  transform: rotate(0deg) scale(1.12);
  box-shadow: 0 10px 22px rgba(90, 61, 56, 0.28);
}
.tc-leaf:focus-visible { outline: none; }
.tc-leaf__name {
  position: absolute;
  left: 50%; bottom: calc(100% + 0.25rem);
  transform: translateX(-50%);
  white-space: nowrap;
  padding: 0.25rem 0.55rem;
  border-radius: 999px;
  background: rgba(255, 252, 250, 0.94);
  color: var(--ink);
  font-size: 0.72rem;
  font-weight: 700;
  box-shadow: 0 4px 14px rgba(90, 61, 56, 0.12);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
.tc-leaf:hover .tc-leaf__name,
.tc-leaf:focus-visible .tc-leaf__name,
.tc-leaf.is-active .tc-leaf__name { opacity: 1; }

/* ========== 3 Zoom ========== */
.tc-zoom__intro {
  text-align: center;
  padding: 1.25rem 1rem 0.75rem;
  max-width: 40rem;
  margin-inline: auto;
}
.tc-zoom__intro h1 {
  margin: 0 0 0.45rem;
  font-family: var(--font-display, Marcellus, Georgia, serif);
  font-weight: 400;
  font-size: clamp(1.7rem, 3.5vw, 2.3rem);
}
.tc-zoom__stage {
  position: relative;
  margin: 0.5rem 0.75rem 1.5rem;
  min-height: min(70dvh, 760px);
  border-radius: 1.35rem;
  overflow: hidden;
  border: 1px solid rgba(90, 61, 56, 0.1);
  background: #edd8d1;
  box-shadow: 0 18px 40px rgba(90, 61, 56, 0.08);
}
.tc-zoom__viewport {
  position: absolute; inset: 0;
  overflow: hidden;
  cursor: grab;
  touch-action: none;
}
.tc-zoom__viewport:active { cursor: grabbing; }
.tc-zoom__world {
  position: absolute; inset: 0;
  transform-origin: center center;
  will-change: transform;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}
.tc-zoom__world.is-dragging { transition: none; }
.tc-zoom__tree {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 40%;
  pointer-events: none;
  user-select: none;
}
.tc-zoom__hotspots { position: absolute; inset: 0; }
.tc-hotspot {
  position: absolute;
  width: 2.8rem; height: 2.8rem;
  transform: translate(-50%, -50%);
  border: 0; border-radius: 50%;
  background: rgba(90, 61, 56, 0.55);
  box-shadow: 0 0 0 6px rgba(233, 201, 194, 0.45);
  cursor: pointer;
}
.tc-hotspot span {
  position: absolute;
  left: 50%; bottom: calc(100% + 0.35rem);
  transform: translateX(-50%);
  white-space: nowrap;
  padding: 0.25rem 0.55rem;
  border-radius: 999px;
  background: rgba(255, 252, 250, 0.95);
  color: var(--ink);
  font-size: 0.72rem;
  font-weight: 700;
  opacity: 0;
  pointer-events: none;
}
.tc-hotspot:hover span,
.tc-hotspot:focus-visible span,
.tc-hotspot.is-active span { opacity: 1; }
.tc-hotspot.is-active {
  background: rgba(90, 61, 56, 0.85);
  box-shadow: 0 0 0 8px rgba(233, 201, 194, 0.6);
}
.tc-zoom .tc-panel--float {
  top: 1rem; right: 1rem; bottom: auto; left: auto;
}
@media (max-width: 700px) {
  .tc-zoom .tc-panel--float { left: 1rem; right: 1rem; width: auto; top: auto; bottom: 3.5rem; }
}
.tc-zoom__hud {
  position: absolute; z-index: 6;
  left: 0.85rem; bottom: 0.85rem;
  display: flex; gap: 0.35rem;
}
.tc-hud-btn {
  width: 2.35rem; height: 2.35rem;
  border-radius: 0.75rem;
  border: 1px solid rgba(90, 61, 56, 0.14);
  background: rgba(255, 252, 250, 0.92);
  color: var(--ink);
  font-size: 1.1rem; font-weight: 700;
  cursor: pointer;
}
.tc-hud-btn--wide { width: auto; padding: 0 0.8rem; font-size: 0.8rem; }

/* ========== 4 Split ========== */
.tc-split {
  display: grid;
  min-height: calc(100dvh - 7.5rem);
  background: #fdfdfd;
  max-width: 1400px;
  margin-inline: auto;
}
@media (min-width: 900px) {
  .tc-split { grid-template-columns: 1.05fr 0.95fr; }
}
.tc-split__left {
  position: relative;
  display: grid;
  align-items: center;
  padding: 2.5rem clamp(1.25rem, 4vw, 3rem) 3rem;
  background:
    linear-gradient(135deg, #f5d9d2 0%, #f5d9d2 58%, #fdfdfd 58.2%);
}
.tc-split__copy {
  width: min(100%, 32rem);
  margin-inline: 0;
}
.tc-split__copy h1 {
  margin: 0 0 1rem;
  font-family: var(--font-body, Mulish, sans-serif);
  font-weight: 700;
  font-size: clamp(1.55rem, 3.2vw, 2.15rem);
  line-height: 1.25;
  color: var(--ink);
}
.tc-quote {
  margin: 0 0 1.5rem;
  color: var(--ink-soft);
  font-size: 1.05rem;
  line-height: 1.55;
}
.tc-split__links {
  list-style: none;
  margin: 1.75rem 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.1rem;
}
.tc-split__links a {
  color: var(--ink);
  font-family: var(--font-display, Marcellus, Georgia, serif);
  text-decoration: none;
  font-size: 1.02rem;
}
.tc-split__links a:hover { color: var(--blush-600); text-decoration: underline; }
.tc-split__right {
  position: relative;
  min-height: 22rem;
  background: linear-gradient(180deg, #f7eee9, #f3e4df);
  display: grid;
  place-items: center;
  padding: 1.5rem;
}
.tc-split__orb {
  width: min(100%, 32rem);
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  background: #ebe8e4;
  box-shadow: 0 24px 50px rgba(90, 61, 56, 0.12);
}
.tc-split__orb img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 45%;
}

/* ========== 5 Scroll ========== */
.tc-scroll {
  display: grid;
  gap: 0;
  background: #faf6f4;
}
@media (min-width: 920px) {
  .tc-scroll {
    grid-template-columns: 1fr 1fr;
    min-height: calc(100dvh - 7.5rem);
  }
}
.tc-scroll__tree-wrap {
  position: relative;
  min-height: 50vh;
  background: #edd9d2;
  overflow: hidden;
}
@media (min-width: 920px) {
  .tc-scroll__tree-wrap {
    position: sticky;
    top: calc(var(--header-h, 4.75rem) + 2.6rem);
    height: calc(100dvh - var(--header-h, 4.75rem) - 2.6rem);
    min-height: auto;
  }
}
.tc-scroll__tree {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 45%;
  transition: object-position 0.7s cubic-bezier(0.22, 1, 0.36, 1), transform 0.7s ease;
}
.tc-scroll__chapters {
  padding: 1.5rem 1.25rem 3rem;
}
.tc-chapter {
  padding: 2.5rem 0.5rem;
  border-bottom: 1px solid rgba(90, 61, 56, 0.1);
  opacity: 0.45;
  transform: translateY(8px);
  transition: opacity 0.35s ease, transform 0.35s ease;
}
.tc-chapter.is-active {
  opacity: 1;
  transform: none;
}
.tc-chapter h2 {
  margin: 0 0 0.75rem;
  font-family: var(--font-display, Marcellus, Georgia, serif);
  font-weight: 400;
  font-size: clamp(1.6rem, 3vw, 2.1rem);
}
.tc-chapter p { color: var(--ink-soft); max-width: 34rem; }
.tc-chapter:last-child { border-bottom: 0; }

/* ========== 6 Season ========== */
.page-concept-season .site-header,
.page-concept-season .site-header.is-stuck {
  background: transparent !important;
  border-bottom-color: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}
.page-concept-season .top-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: transparent;
}
.page-concept-season #content {
  padding: 0;
}
.page-concept-season.has-admin-bar .top-sticky {
  top: 2.75rem;
}
.tc-shell--season {
  min-height: 0;
}
.tc-bar--overlay {
  position: absolute;
  top: var(--header-h, 4.75rem);
  left: 0;
  right: 0;
  background: transparent;
  border-bottom-color: transparent;
  z-index: 20;
  color: var(--ink, #1a1a1a);
  text-shadow: 0 1px 10px rgba(253, 248, 246, 0.85);
}
.tc-bar--overlay a {
  text-shadow: 0 1px 10px rgba(253, 248, 246, 0.85);
}
.tc-season--fullscreen {
  margin: 0;
}
.tc-season__stage {
  position: relative;
  width: 100%;
  min-height: 100dvh;
  height: 100dvh;
  overflow: clip;
  background:
    radial-gradient(ellipse 80% 70% at 50% 45%, #f7e6df 0%, #f2ddd5 42%, #ebcfc6 100%);
}
.tc-season__picture {
  position: absolute;
  inset: 0;
  display: block;
}
.tc-season__tree {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  /* Keep natural proportions — never squash/stretch the trunk */
  object-fit: contain;
  object-position: center center;
  image-rendering: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
}
/* Only on near-16:9 screens, fill edge-to-edge without obvious letterboxing */
@media (min-aspect-ratio: 15/10) and (max-aspect-ratio: 17/9) {
  .tc-season__tree {
    object-fit: cover;
    object-position: center 42%;
  }
}
@media (max-width: 700px) {
  .tc-season__tree {
    object-fit: cover;
    object-position: center 32%;
  }
}
.tc-season__fall {
  position: absolute; inset: 0;
  pointer-events: none;
  z-index: 2;
  overflow: hidden;
}
.tc-fall-leaf {
  position: absolute;
  width: var(--leaf-w, 0.55rem);
  height: var(--leaf-h, 0.78rem);
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  pointer-events: auto;
  cursor: pointer;
  animation: tc-fall linear forwards;
  filter: drop-shadow(0 1px 1px rgba(90, 61, 56, 0.18));
  will-change: transform, opacity;
}
.tc-fall-leaf svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.tc-fall-leaf:hover {
  filter: drop-shadow(0 2px 3px rgba(90, 61, 56, 0.28)) brightness(1.04);
}
.tc-fall-leaf:focus-visible {
  outline: 2px solid rgba(154, 107, 98, 0.7);
  outline-offset: 2px;
}
@keyframes tc-fall {
  0% {
    transform: translate3d(0, 0, 0) rotate(var(--rot0, -12deg));
    opacity: 0;
  }
  6% { opacity: 0.95; }
  45% {
    transform: translate3d(calc(var(--drift, 20px) * 0.45), 48vh, 0) rotate(calc(var(--spin, 120deg) * 0.45));
    opacity: 0.9;
  }
  100% {
    transform: translate3d(var(--drift, 40px), 105vh, 0) rotate(var(--spin, 160deg));
    opacity: 0.15;
  }
}
.tc-season__copy {
  position: absolute;
  z-index: 3;
  left: max(1.25rem, calc((100% - 1120px) / 2));
  top: auto;
  bottom: max(1.75rem, 5vh);
  transform: none;
  width: min(100% - 2.5rem, 26rem);
  padding: 0.25rem 0.1rem;
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border: 0;
  box-shadow: none;
}
.tc-season__copy .tc-kicker,
.tc-season__copy h1,
.tc-season__copy .tc-lead {
  color: var(--ink, #1a1a1a);
  text-shadow:
    0 0 18px rgba(253, 248, 246, 0.95),
    0 0 36px rgba(253, 248, 246, 0.9),
    0 1px 2px rgba(253, 248, 246, 0.85),
    0 2px 14px rgba(245, 217, 210, 0.75);
}
.tc-season__copy .tc-lead {
  margin-bottom: 1rem;
  max-width: 26rem;
  color: var(--ink-soft, #3a3533);
}
.tc-season__copy h1 {
  margin: 0 0 0.55rem;
  font-family: var(--font-display, Marcellus, Georgia, serif);
  font-weight: 400;
  font-size: clamp(1.7rem, 3.5vw, 2.45rem);
}
.tc-season__copy .btn--primary {
  box-shadow: 0 10px 28px rgba(90, 61, 56, 0.16);
}
.tc-panel--toast {
  top: calc(var(--header-h, 4.75rem) + 1rem);
  right: max(1rem, calc((100% - 1120px) / 2));
  left: auto;
}
.page-concept-season .tc-season .tc-panel--toast {
  top: calc(var(--header-h, 4.75rem) + 3rem);
}
@media (max-width: 700px) {
  .tc-season .tc-panel--toast { left: 1rem; right: 1rem; width: auto; }
  .tc-season__copy {
    left: 1rem;
    right: 1rem;
    width: auto;
    top: auto;
    bottom: 1.25rem;
    transform: none;
    padding: 0.85rem 0.9rem;
    border-radius: 1rem;
    background: rgba(255, 252, 250, 0.28);
    backdrop-filter: blur(10px) saturate(1.1);
    -webkit-backdrop-filter: blur(10px) saturate(1.1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .tc-zoom__world,
  .tc-scroll__tree,
  .tc-chapter,
  .tc-hub__card { transition: none; }
  .tc-fall-leaf { animation: none; opacity: 0.85; }
}
