/*
 * DiscFunktional Urban Flight Theme
 * Version: 2026.07.12
 * Purpose: final, last-loaded presentation layer for the 2026 urban-flight art system.
 * Asset root: /wp-content/uploads/discfunktional/theme-20260711/
 */

@font-face {
  font-family: "DF Instrument Sans";
  src: url("/wp-content/uploads/discfunktional/theme-20260711/fonts/df-instrument-sans-variable.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 100 900;
}

@font-face {
  font-family: "DF Inter";
  src: url("/wp-content/uploads/discfunktional/theme-20260711/fonts/df-inter-variable.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 100 900;
}

:root {
  --df-uf-ink: #071421;
  --df-uf-ink-soft: #173044;
  --df-uf-night: #08243b;
  --df-uf-night-deep: #041725;
  --df-uf-paper: #f5f0e6;
  --df-uf-paper-light: #fbf8f1;
  --df-uf-white: #ffffff;
  --df-uf-cyan: #12b9c7;
  --df-uf-cyan-deep: #087f91;
  --df-uf-orange: #f47718;
  --df-uf-lime: #b7df20;
  --df-uf-green: #526d22;
  --df-uf-muted: #50606b;
  --df-uf-line: rgba(7, 20, 33, 0.18);
  --df-uf-line-strong: rgba(7, 20, 33, 0.42);
  --df-uf-shadow: 5px 6px 0 rgba(7, 20, 33, 0.96);
  --df-uf-shadow-soft: 0 16px 38px rgba(7, 20, 33, 0.11);
  --df-uf-radius: 0px;
  --df-uf-gutter: clamp(18px, 4vw, 64px);
  --df-uf-container: 1320px;
  --df-uf-heading: "DF Instrument Sans", Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  --df-uf-body: "DF Inter", Inter, "Segoe UI", Arial, sans-serif;
  --df-uf-ui: "DF Instrument Sans", "DF Inter", "Segoe UI", Arial, sans-serif;
}

/* --------------------------------------------------------------------------
   Global canvas and typography
   -------------------------------------------------------------------------- */

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body.df-theme-urban-flight {
  background-color: var(--df-uf-paper);
  background-image:
    radial-gradient(circle at 13% 19%, rgba(7, 20, 33, 0.025) 0 1px, transparent 1.5px),
    radial-gradient(circle at 82% 67%, rgba(244, 119, 24, 0.025) 0 1px, transparent 1.5px);
  background-size: 19px 19px, 27px 27px;
  color: var(--df-uf-ink);
  font-family: var(--df-uf-body);
  font-size: 16px;
  line-height: 1.62;
  overflow-wrap: break-word;
  text-rendering: optimizeLegibility;
}

body.df-theme-urban-flight .site-content,
body.df-theme-urban-flight .site-main,
body.df-theme-urban-flight article {
  color: var(--df-uf-ink);
}

body.df-theme-urban-flight .site-content {
  background-color: transparent;
}

body.df-theme-urban-flight h1,
body.df-theme-urban-flight h2,
body.df-theme-urban-flight h3,
body.df-theme-urban-flight h4,
body.df-theme-urban-flight h5,
body.df-theme-urban-flight h6,
body.df-theme-urban-flight .entry-title,
body.df-theme-urban-flight .page-title,
body.df-theme-urban-flight .product_title,
body.df-theme-urban-flight .woocommerce-loop-product__title,
body.df-theme-urban-flight .wc-block-grid__product-title {
  color: var(--df-uf-ink);
  font-family: var(--df-uf-heading) !important;
  font-stretch: condensed;
  font-variation-settings: "wdth" 72, "wght" 820;
  font-weight: 700;
  hyphens: none;
  letter-spacing: 0.012em !important;
  line-height: 1.02;
  overflow-wrap: normal;
  text-transform: uppercase;
  word-break: normal;
}

body.df-theme-urban-flight p,
body.df-theme-urban-flight li,
body.df-theme-urban-flight input,
body.df-theme-urban-flight select,
body.df-theme-urban-flight textarea,
body.df-theme-urban-flight button,
body.df-theme-urban-flight table,
body.df-theme-urban-flight .woocommerce,
body.df-theme-urban-flight .woocommerce-page {
  font-family: var(--df-uf-body);
}

body.df-theme-urban-flight h1 {
  font-size: clamp(3.1rem, 7vw, 7.5rem);
}

body.df-theme-urban-flight h2 {
  font-size: clamp(2.25rem, 4.5vw, 4.75rem);
}

body.df-theme-urban-flight h3 {
  font-size: clamp(1.55rem, 2.4vw, 2.5rem);
}

body.df-theme-urban-flight a {
  color: var(--df-uf-cyan-deep);
  text-decoration-color: currentColor;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.2em;
}

body.df-theme-urban-flight img {
  height: auto;
  max-width: 100%;
}

body.df-theme-urban-flight hr {
  border: 0;
  border-top: 2px solid var(--df-uf-line);
}

body.df-theme-urban-flight ::selection {
  background: var(--df-uf-cyan);
  color: var(--df-uf-ink);
}

body.df-theme-urban-flight .ast-container,
body.df-theme-urban-flight .wp-block-group__inner-container {
  max-width: var(--df-uf-container);
}

/* Live buttons remain text and controls, with the screen-print geometry used in
   the accepted concepts. */
body.df-theme-urban-flight :where(
  .wp-block-button__link,
  .df-home-btn,
  .dfcr-btn,
  .dfcr-file-label,
  .df-card-primary,
  .df-card-secondary,
  .woocommerce a.button,
  .woocommerce button.button,
  .woocommerce input.button,
  .woocommerce #respond input#submit,
  button[type="submit"],
  input[type="submit"]
) {
  align-items: center;
  border: 2px solid var(--df-uf-ink);
  border-radius: var(--df-uf-radius);
  box-shadow: 3px 4px 0 var(--df-uf-ink);
  box-sizing: border-box;
  cursor: pointer;
  display: inline-flex;
  font-family: var(--df-uf-heading);
  font-size: 1rem;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.025em;
  line-height: 1;
  min-height: 48px;
  padding: 13px 22px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 150ms ease, color 150ms ease, transform 150ms ease, box-shadow 150ms ease;
}

body.df-theme-urban-flight :where(
  .wp-block-button__link,
  .df-home-btn--primary,
  .dfcr-btn--primary,
  .df-card-primary,
  .woocommerce a.button,
  .woocommerce button.button,
  .woocommerce input.button,
  .woocommerce #respond input#submit,
  button[type="submit"],
  input[type="submit"]
) {
  background: var(--df-uf-cyan);
  color: var(--df-uf-ink) !important;
}

body.df-theme-urban-flight :where(.df-home-btn--ghost, .dfcr-btn--ghost, .dfcr-file-label, .df-card-secondary) {
  background: var(--df-uf-paper-light);
  color: var(--df-uf-ink) !important;
}

body.df-theme-urban-flight :where(.df-home-btn--light, .dfcr-btn--secondary) {
  background: var(--df-uf-lime);
  color: var(--df-uf-ink) !important;
}

body.df-theme-urban-flight :where(.dfcr-btn--danger, .button.cancel) {
  background: var(--df-uf-orange);
  color: var(--df-uf-ink) !important;
}

body.df-theme-urban-flight :where(
  .wp-block-button__link,
  .df-home-btn,
  .dfcr-btn,
  .dfcr-file-label,
  .df-card-primary,
  .df-card-secondary,
  .woocommerce a.button,
  .woocommerce button.button,
  .woocommerce input.button,
  button[type="submit"],
  input[type="submit"]
):hover {
  background: var(--df-uf-orange);
  color: var(--df-uf-ink) !important;
  box-shadow: 1px 2px 0 var(--df-uf-ink);
  transform: translate(2px, 2px);
}

/* --------------------------------------------------------------------------
   Header, desktop navigation, cart, and mobile drawer
   -------------------------------------------------------------------------- */

body.df-theme-urban-flight .site-header,
body.df-theme-urban-flight .ast-primary-header-bar,
body.df-theme-urban-flight .main-header-bar {
  background: rgba(251, 248, 241, 0.97);
  border-bottom: 2px solid var(--df-uf-ink);
  box-shadow: none;
}

body.df-theme-urban-flight .ast-primary-header-bar {
  min-height: 92px;
}

body.df-theme-urban-flight header .custom-logo-link img {
  max-height: 66px;
  object-fit: contain;
  width: min(255px, 24vw);
}

body.df-theme-urban-flight .site-title,
body.df-theme-urban-flight .site-title a {
  color: var(--df-uf-ink);
  font-family: var(--df-uf-heading);
  font-size: 2rem;
  text-transform: uppercase;
}

body.df-theme-urban-flight .main-header-menu > .menu-item > .menu-link,
body.df-theme-urban-flight .main-navigation .menu-link {
  color: var(--df-uf-ink);
  font-family: var(--df-uf-heading);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  min-height: 52px;
  padding-inline: clamp(10px, 1.25vw, 20px);
  text-transform: uppercase;
}

body.df-theme-urban-flight .main-header-menu > .menu-item > .menu-link::after {
  background: var(--df-uf-cyan);
  bottom: 7px;
  content: "";
  height: 4px;
  left: 18%;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 150ms ease;
  width: 64%;
}

body.df-theme-urban-flight .main-header-menu > .menu-item:hover > .menu-link::after,
body.df-theme-urban-flight .main-header-menu > .current-menu-item > .menu-link::after,
body.df-theme-urban-flight .main-header-menu > .current-menu-ancestor > .menu-link::after {
  transform: scaleX(1);
}

body.df-theme-urban-flight .main-header-menu .sub-menu {
  background: var(--df-uf-paper-light);
  border: 2px solid var(--df-uf-ink);
  box-shadow: var(--df-uf-shadow);
  padding: 8px;
}

body.df-theme-urban-flight .main-header-menu .sub-menu .menu-link {
  border-bottom: 1px solid var(--df-uf-line);
  color: var(--df-uf-ink);
  min-height: 42px;
}

body.df-theme-urban-flight .main-header-menu .sub-menu .menu-link:hover {
  background: rgba(18, 185, 199, 0.14);
  color: var(--df-uf-ink);
}

body.df-theme-urban-flight .ast-site-header-cart,
body.df-theme-urban-flight .ast-site-header-cart a {
  color: var(--df-uf-ink);
}

body.df-theme-urban-flight .ast-site-header-cart .ast-cart-menu-wrap .count,
body.df-theme-urban-flight .ast-site-header-cart .ast-addon-cart-wrap .ast-woo-header-cart-info-wrap {
  color: var(--df-uf-ink);
  font-family: var(--df-uf-ui);
  font-weight: 800;
}

body.df-theme-urban-flight .ast-mobile-menu-trigger-minimal,
body.df-theme-urban-flight .menu-toggle {
  background: var(--df-uf-paper-light);
  border: 2px solid var(--df-uf-ink);
  border-radius: 0;
  color: var(--df-uf-ink);
  min-height: 44px;
  min-width: 44px;
}

body.df-theme-urban-flight .ast-mobile-popup-drawer.active .ast-mobile-popup-overlay {
  backdrop-filter: blur(3px);
  background: rgba(4, 23, 37, 0.76);
}

body.df-theme-urban-flight .ast-mobile-popup-drawer.active .ast-mobile-popup-inner {
  background-color: var(--df-uf-night-deep);
  background-image:
    linear-gradient(rgba(4, 23, 37, 0.72), rgba(4, 23, 37, 0.84)),
    url("/wp-content/uploads/discfunktional/theme-20260711/footer-mural-1000x400.webp");
  background-position: 66% bottom;
  background-repeat: no-repeat;
  background-size: auto, cover;
  border-left: 3px solid var(--df-uf-cyan);
  box-shadow: -18px 0 50px rgba(0, 0, 0, 0.42);
  max-width: 88vw;
  width: 360px;
}

body.df-theme-urban-flight .ast-mobile-popup-drawer .ast-mobile-popup-header {
  border-bottom: 2px solid rgba(255, 255, 255, 0.22);
  min-height: 72px;
  padding: 16px 20px;
}

body.df-theme-urban-flight .ast-mobile-popup-drawer .menu-toggle-close {
  background: transparent;
  border: 2px solid var(--df-uf-cyan);
  border-radius: 0;
  color: var(--df-uf-white);
  height: 44px;
  width: 44px;
}

body.df-theme-urban-flight .ast-mobile-popup-drawer .main-header-menu .menu-link,
body.df-theme-urban-flight .ast-mobile-popup-drawer .ast-builder-menu-mobile .main-navigation .menu-item > .menu-link {
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: var(--df-uf-white);
  font-family: var(--df-uf-heading);
  font-size: 1.25rem;
  letter-spacing: 0.025em;
  min-height: 56px;
  padding: 16px 24px;
}

body.df-theme-urban-flight .ast-mobile-popup-drawer .main-header-menu .menu-link:hover,
body.df-theme-urban-flight .ast-mobile-popup-drawer .main-header-menu .current-menu-item > .menu-link {
  background: rgba(18, 185, 199, 0.18);
  color: var(--df-uf-lime);
}

/* --------------------------------------------------------------------------
   Shared hero architecture and family artwork
   -------------------------------------------------------------------------- */

body.df-theme-urban-flight :where(.df-home-hero-v3, .df-shop-hero, .dfcr-hero, .df-inner-hero, .df-blog-hero-v5, .df-tips-hero-v2) {
  isolation: isolate;
  position: relative;
}

body.df-theme-urban-flight :where(.df-shop-hero, .dfcr-hero, .df-inner-hero, .df-blog-hero-v5, .df-tips-hero-v2) {
  align-items: center;
  background-color: var(--df-uf-paper);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  color: var(--df-uf-ink);
  display: grid;
  min-height: clamp(300px, 33.333vw, 430px);
  padding: clamp(40px, 6vw, 78px) max(var(--df-uf-gutter), calc((100vw - var(--df-uf-container)) / 2));
}

body.df-theme-urban-flight :where(.df-shop-hero, .dfcr-hero, .df-inner-hero, .df-blog-hero-v5, .df-tips-hero-v2)::after {
  background: linear-gradient(90deg, var(--df-uf-cyan) 0 46%, var(--df-uf-orange) 46% 76%, var(--df-uf-lime) 76%);
  bottom: 0;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1;
}

body.df-theme-urban-flight :where(.df-shop-hero, .dfcr-hero, .df-inner-hero, .df-blog-hero-v5, .df-tips-hero-v2) > * {
  margin-left: 0;
  margin-right: 0;
  max-width: min(48%, 660px);
  position: relative;
  z-index: 2;
}

body.df-theme-urban-flight :where(.df-shop-hero, .dfcr-hero, .df-inner-hero, .df-blog-hero-v5, .df-tips-hero-v2) h1 {
  color: var(--df-uf-ink) !important;
  font-size: clamp(3.25rem, 6vw, 6.75rem) !important;
  line-height: 0.93 !important;
  margin: 0 0 18px;
  max-width: 8.5ch;
  text-shadow: none;
}

body.df-theme-urban-flight :where(.df-shop-hero, .dfcr-hero, .df-inner-hero, .df-blog-hero-v5, .df-tips-hero-v2) p {
  color: var(--df-uf-ink-soft) !important;
  font-size: clamp(1rem, 1.5vw, 1.3rem);
  line-height: 1.45;
  max-width: 43ch;
  text-shadow: none;
}

body.df-theme-urban-flight :where(.df-shop-kicker, .dfcr-kicker, .dfcr-eyebrow, .df-kicker, .df-home-eyebrow, .df-editorial-kicker) {
  color: var(--df-uf-orange) !important;
  font-family: var(--df-uf-ui);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-shadow: none;
  text-transform: uppercase;
}

/* Family images are set on existing live hero containers; no rasterized text or
   controls are introduced. */
body.df-theme-commerce .df-shop-hero,
body.df-theme-commerce :where(.dfcr-hero, .df-inner-hero) {
  background-image: url("/wp-content/uploads/discfunktional/theme-20260711/hero-commerce-1920x640.webp");
  background-image: image-set(
    url("/wp-content/uploads/discfunktional/theme-20260711/hero-commerce-1920x640.webp") type("image/webp") 2x,
    url("/wp-content/uploads/discfunktional/theme-20260711/hero-commerce-960x320.webp") type("image/webp") 1x
  );
}

body.df-theme-tools :where(.dfcr-hero, .df-inner-hero) {
  background-image: url("/wp-content/uploads/discfunktional/theme-20260711/hero-tools-1920x640.webp");
  background-image: image-set(
    url("/wp-content/uploads/discfunktional/theme-20260711/hero-tools-1920x640.webp") type("image/webp") 2x,
    url("/wp-content/uploads/discfunktional/theme-20260711/hero-tools-960x320.webp") type("image/webp") 1x
  );
}

body.df-theme-content :where(.dfcr-hero, .df-inner-hero),
body.df-theme-editorial :where(.dfcr-hero, .df-inner-hero, .df-blog-hero-v5, .df-tips-hero-v2),
body.df-theme-legal :where(.dfcr-hero, .df-inner-hero) {
  background-image: url("/wp-content/uploads/discfunktional/theme-20260711/hero-content-1920x640.webp");
  background-image: image-set(
    url("/wp-content/uploads/discfunktional/theme-20260711/hero-content-1920x640.webp") type("image/webp") 2x,
    url("/wp-content/uploads/discfunktional/theme-20260711/hero-content-960x320.webp") type("image/webp") 1x
  );
}

body.df-theme-community :where(.dfcr-hero, .df-inner-hero, .df-contact-hero) {
  background-image: url("/wp-content/uploads/discfunktional/theme-20260711/tiki-community-1920x640.webp");
  background-image: image-set(
    url("/wp-content/uploads/discfunktional/theme-20260711/tiki-community-1920x640.webp") type("image/webp") 2x,
    url("/wp-content/uploads/discfunktional/theme-20260711/tiki-community-960x320.webp") type("image/webp") 1x
  );
}

/* --------------------------------------------------------------------------
   Homepage
   -------------------------------------------------------------------------- */

body.df-theme-home .site-content > .ast-container,
body.df-theme-home #primary,
body.df-theme-home article.page,
body.df-theme-home .entry-content {
  max-width: none;
}

body.df-theme-home .df-home-hero-v3 {
  align-items: center;
  background-color: var(--df-uf-paper);
  background-image: url("/wp-content/uploads/discfunktional/theme-20260711/tiki-hero-desktop-1440x576.webp");
  background-image: image-set(
    url("/wp-content/uploads/discfunktional/theme-20260711/tiki-hero-desktop-1440x576.webp") type("image/webp") 1x,
    url("/wp-content/uploads/discfunktional/theme-20260711/tiki-hero-desktop-2400x960.webp") type("image/webp") 2x
  );
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  color: var(--df-uf-ink);
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  margin: 0 !important;
  max-width: none !important;
  min-height: clamp(610px, 40vw, 770px);
  padding: clamp(54px, 6vw, 92px) max(var(--df-uf-gutter), calc((100vw - var(--df-uf-container)) / 2));
  width: 100% !important;
}

body.df-theme-home .df-home-hero-v3::before {
  background: linear-gradient(90deg, var(--df-uf-cyan) 0 44%, var(--df-uf-orange) 44% 74%, var(--df-uf-lime) 74%);
  bottom: 0;
  height: 6px;
}

body.df-theme-home .df-home-hero-v3__copy {
  align-self: center;
  max-width: 650px;
}

body.df-theme-home .df-home-hero-v3 h1 {
  color: var(--df-uf-ink) !important;
  font-size: clamp(4.25rem, 7.5vw, 8rem) !important;
  line-height: 0.9 !important;
  margin-bottom: 20px;
  max-width: 7ch;
  text-shadow: none;
  text-wrap: balance;
}

body.df-theme-home .df-home-lede {
  color: var(--df-uf-ink-soft);
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  line-height: 1.48;
  max-width: 43ch;
  text-shadow: none;
}

body.df-theme-home .df-home-actions {
  align-items: flex-start;
  display: flex;
  gap: 14px;
  margin-top: 28px;
}

body.df-theme-home .df-home-actions .df-home-btn:first-child {
  background: var(--df-uf-night);
  color: var(--df-uf-white) !important;
}

body.df-theme-home .df-home-actions .df-home-btn:nth-child(2) {
  background: var(--df-uf-cyan);
}

body.df-theme-home .df-home-actions .df-home-btn:nth-child(3) {
  background: var(--df-uf-lime);
}

body.df-theme-home .df-home-proof {
  border-left: 4px solid var(--df-uf-orange);
  gap: 8px 18px;
  margin-top: 28px;
  padding-left: 14px;
}

body.df-theme-home .df-home-proof span {
  backdrop-filter: none;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: var(--df-uf-ink-soft);
  font-size: 0.82rem;
  padding: 0;
}

body.df-theme-home .df-home-category-strip {
  background: var(--df-uf-paper-light);
  border-block: 2px solid var(--df-uf-ink);
  box-shadow: none;
  gap: 0;
  margin: 0;
  max-width: none;
  padding: 18px max(var(--df-uf-gutter), calc((100vw - var(--df-uf-container)) / 2));
}

body.df-theme-home .df-home-category-strip a {
  background: transparent;
  border: 1px solid var(--df-uf-line);
  border-radius: 0;
  color: var(--df-uf-ink);
  min-height: 118px;
  padding: 16px;
}

body.df-theme-home .df-home-category-strip a:hover {
  background: rgba(18, 185, 199, 0.11);
  border-color: var(--df-uf-ink);
}

body.df-theme-home .df-home-category-strip img {
  background: var(--df-uf-white);
  border: 1px solid var(--df-uf-ink);
  border-radius: 0;
  height: 74px;
  object-fit: contain;
  width: 74px;
}

body.df-theme-home :where(
  .df-auburn-story-v4,
  .df-home-featured-v3,
  .df-home-signature-v3,
  .df-home-lookbook-v3,
  .df-growth-v4,
  .df-news-v4,
  .df-blog-v5,
  .df-local-links-v5
) {
  box-sizing: border-box;
  padding-block: clamp(64px, 8vw, 110px);
  padding-inline: max(var(--df-uf-gutter), calc((100vw - var(--df-uf-container)) / 2));
}

body.df-theme-home :where(.df-auburn-story-v4, .df-home-featured-v3, .df-home-lookbook-v3, .df-news-v4, .df-blog-v5, .df-local-links-v5) {
  background: var(--df-uf-paper);
}

body.df-theme-home :where(.df-growth-v4, .df-home-signature-v3, .df-home-service-v3) {
  background: var(--df-uf-night);
  color: var(--df-uf-white);
}

body.df-theme-home :where(.df-growth-v4, .df-home-signature-v3, .df-home-service-v3) h2,
body.df-theme-home :where(.df-growth-v4, .df-home-signature-v3, .df-home-service-v3) h3 {
  color: var(--df-uf-white) !important;
}

body.df-theme-home :where(.df-growth-v4, .df-home-signature-v3, .df-home-service-v3) p,
body.df-theme-home :where(.df-growth-v4, .df-home-signature-v3, .df-home-service-v3) span {
  color: #d9edf1;
}

body.df-theme-home :where(.df-auburn-story-v4__copy h2, .df-growth-v4__head h2, .df-news-v4__head h2, .df-blog-v5__head h2, .df-local-links-v5__head h2, .df-home-section-title, .df-home-lookbook-v3__head h2, .df-home-signature-v3__copy h2) {
  font-size: clamp(2.7rem, 5vw, 5.75rem) !important;
  line-height: 0.96 !important;
}

body.df-theme-home :where(.df-auburn-story-v4__panel, .df-lookbook-tile-v3, .df-growth-grid-v4 a, .df-news-grid-v4 a, .df-blog-grid-v5 a, .df-local-links-grid-v5 a) {
  border: 2px solid var(--df-uf-ink);
  border-radius: 0;
  box-shadow: none;
}

body.df-theme-home .df-auburn-story-v4__panel {
  border-color: var(--df-uf-paper-light);
}

body.df-theme-home :where(.df-growth-grid-v4 a, .df-news-grid-v4 a, .df-blog-grid-v5 a, .df-local-links-grid-v5 a):hover {
  box-shadow: 4px 5px 0 var(--df-uf-ink);
  transform: translate(-2px, -2px);
}

body.df-theme-home .df-home-featured-v3 ul.products {
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.df-theme-home .df-home-service-v3 {
  border-block: 2px solid var(--df-uf-ink);
  gap: 0;
}

body.df-theme-home .df-home-service-v3 div {
  background: transparent;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  border-top: 5px solid var(--df-uf-cyan);
}

body.df-theme-home .df-home-service-v3 div:nth-child(2) {
  border-top-color: var(--df-uf-orange);
}

body.df-theme-home .df-home-service-v3 div:nth-child(3) {
  border-top-color: var(--df-uf-lime);
  border-right: 0;
}

/* --------------------------------------------------------------------------
   Commerce: shop, archives, products, cart, checkout, and account
   -------------------------------------------------------------------------- */

body.df-theme-commerce .df-shop-hero {
  margin: 0 0 34px calc(50% - 50vw);
  min-height: clamp(300px, 33.333vw, 430px);
  overflow: hidden;
  width: 100vw;
}

body.df-theme-commerce .df-shop-hero__copy {
  max-width: min(47%, 630px);
}

body.df-theme-commerce .df-shop-hero h1 {
  margin-top: 8px;
  max-width: 9ch;
}

body.df-theme-commerce :where(.woocommerce-products-header, .page-header) {
  margin-bottom: 26px;
}

body.df-theme-commerce .df-shop-toolbar {
  background: transparent;
  border: 0;
  border-bottom: 2px solid var(--df-uf-ink);
  border-radius: 0;
  box-shadow: none;
  padding: 0 0 18px;
}

body.df-theme-commerce .df-shop-chips a {
  background: transparent;
  border: 1px solid var(--df-uf-ink);
  border-radius: 0;
  color: var(--df-uf-ink);
  font-family: var(--df-uf-ui);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

body.df-theme-commerce .df-shop-chips a:hover,
body.df-theme-commerce .df-shop-chips a.is-active {
  background: var(--df-uf-cyan);
  border-color: var(--df-uf-ink);
}

body.df-theme-commerce .woocommerce-ordering select,
body.df-theme-commerce .df-shop-sort select {
  background: var(--df-uf-paper-light);
  border: 1px solid var(--df-uf-ink);
  border-radius: 0;
  color: var(--df-uf-ink);
  min-height: 44px;
}

body.df-theme-commerce.woocommerce-shop ul.products,
body.df-theme-commerce.tax-product_cat ul.products,
body.df-theme-commerce.tax-product_tag ul.products,
body.df-theme-commerce .df-home-featured-v3 ul.products {
  display: grid !important;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.df-theme-urban-flight .woocommerce ul.products li.product,
body.df-theme-urban-flight .woocommerce-page ul.products li.product,
body.df-theme-urban-flight .wc-block-grid__product {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--df-uf-line-strong);
  border-radius: 0;
  box-shadow: none;
  color: var(--df-uf-ink);
  overflow: hidden;
  padding-bottom: 16px !important;
  transition: border-color 150ms ease, box-shadow 150ms ease, transform 150ms ease;
}

body.df-theme-urban-flight .woocommerce ul.products li.product:hover,
body.df-theme-urban-flight .wc-block-grid__product:hover {
  border-color: var(--df-uf-ink);
  box-shadow: 4px 5px 0 var(--df-uf-ink);
  transform: translate(-2px, -2px);
}

body.df-theme-urban-flight .woocommerce ul.products li.product img,
body.df-theme-urban-flight .wc-block-grid__product-image img {
  aspect-ratio: 1;
  background: var(--df-uf-white);
  border-bottom: 1px solid var(--df-uf-line);
  object-fit: contain;
  padding: clamp(8px, 1.2vw, 16px);
  width: 100%;
}

body.df-theme-urban-flight .woocommerce ul.products li.product .woocommerce-loop-product__title,
body.df-theme-urban-flight .wc-block-grid__product-title {
  color: var(--df-uf-ink);
  font-size: clamp(1.3rem, 1.7vw, 1.85rem);
  line-height: 1.04;
  margin: 16px 14px 6px;
  min-height: 0;
}

body.df-theme-urban-flight .woocommerce ul.products li.product .price,
body.df-theme-urban-flight .wc-block-grid__product-price {
  color: var(--df-uf-ink);
  font-family: var(--df-uf-ui);
  font-size: 1rem;
  font-weight: 800;
  margin: 0 14px 12px;
}

body.df-theme-urban-flight :where(.df-card-meta, .df-card-blurb, .df-card-swatches, .df-card-perks) {
  margin-left: 14px;
  margin-right: 14px;
}

body.df-theme-urban-flight .df-card-meta span {
  color: var(--df-uf-cyan-deep);
  font-family: var(--df-uf-ui);
  letter-spacing: 0.06em;
}

body.df-theme-urban-flight .df-card-swatches span,
body.df-theme-urban-flight .df-card-perks {
  background: transparent;
  border-color: var(--df-uf-line);
  border-radius: 0;
}

body.df-theme-urban-flight .woocommerce ul.products li.product :where(.df-card-primary, .df-card-secondary, .button) {
  margin: 10px 14px 0 !important;
  width: calc(100% - 28px);
}

body.df-theme-commerce.single-product .site-content > .ast-container,
body.df-theme-transactional .site-content > .ast-container {
  display: block;
  max-width: var(--df-uf-container);
  padding: clamp(28px, 5vw, 70px) var(--df-uf-gutter) !important;
}

body.df-theme-commerce.single-product div.product {
  display: grid;
  gap: clamp(28px, 5vw, 70px);
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.85fr);
}

body.df-theme-commerce.single-product .woocommerce-product-gallery {
  background: var(--df-uf-white);
  border: 2px solid var(--df-uf-ink);
  float: none !important;
  padding: clamp(12px, 2vw, 24px);
  width: 100% !important;
}

body.df-theme-commerce.single-product .summary {
  align-self: start;
  background: var(--df-uf-paper-light);
  border-top: 6px solid var(--df-uf-cyan);
  float: none !important;
  padding: clamp(22px, 4vw, 42px);
  width: 100% !important;
}

body.df-theme-commerce.single-product .product_title {
  font-size: clamp(2.8rem, 5vw, 5.5rem) !important;
  line-height: 0.94;
}

body.df-theme-commerce.single-product .summary .price {
  color: var(--df-uf-cyan-deep);
  font-family: var(--df-uf-ui);
  font-size: clamp(1.35rem, 2vw, 2rem);
  font-weight: 850;
}

body.df-theme-commerce.single-product form.cart :where(input, select) {
  background: var(--df-uf-white);
  border: 1px solid var(--df-uf-ink);
  border-radius: 0;
  min-height: 48px;
}

body.df-theme-commerce.single-product .woocommerce-tabs,
body.df-theme-commerce.single-product .related,
body.df-theme-commerce.single-product .upsells {
  grid-column: 1 / -1;
}

body.df-theme-commerce.single-product .woocommerce-tabs {
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid var(--df-uf-line-strong);
  border-radius: 0;
  padding: clamp(20px, 4vw, 42px);
}

body.df-theme-commerce.single-product .woocommerce-tabs ul.tabs {
  border-bottom: 2px solid var(--df-uf-ink);
  display: flex;
  gap: 8px;
  padding: 0;
}

body.df-theme-commerce.single-product .woocommerce-tabs ul.tabs li {
  background: transparent;
  border: 0;
  border-radius: 0;
  font-family: var(--df-uf-ui);
  font-weight: 800;
}

body.df-theme-commerce.single-product .woocommerce-tabs ul.tabs li.active {
  background: var(--df-uf-cyan);
}

body.df-theme-transactional :where(.entry-header, .woocommerce-notices-wrapper) {
  margin-inline: auto;
  max-width: var(--df-uf-container);
}

body.df-theme-transactional .entry-title {
  font-size: clamp(3rem, 6vw, 6rem) !important;
  line-height: 0.94;
}

body.df-theme-transactional :where(
  .woocommerce-cart-form,
  .cart_totals,
  #customer_details > div,
  .woocommerce-checkout-review-order,
  form.checkout_coupon,
  form.login,
  form.register,
  .woocommerce-MyAccount-navigation,
  .woocommerce-MyAccount-content
) {
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid var(--df-uf-line-strong);
  border-radius: 0;
  box-shadow: none;
  padding: clamp(18px, 3vw, 30px);
}

body.df-theme-transactional table.shop_table,
body.df-theme-transactional .woocommerce-checkout-review-order-table {
  border: 1px solid var(--df-uf-line-strong);
  border-collapse: collapse;
  border-radius: 0;
}

body.df-theme-transactional table.shop_table :where(th, td) {
  border-bottom: 1px solid var(--df-uf-line);
  padding: 14px;
}

body.df-theme-transactional :where(.woocommerce-info, .woocommerce-message, .woocommerce-error) {
  background: var(--df-uf-paper-light);
  border: 2px solid var(--df-uf-ink);
  border-top-color: var(--df-uf-cyan);
  color: var(--df-uf-ink);
}

body.df-theme-transactional .woocommerce-error {
  border-top-color: var(--df-uf-orange);
}

body.df-theme-transactional .woocommerce-MyAccount-navigation ul {
  display: grid;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

body.df-theme-transactional .woocommerce-MyAccount-navigation li a {
  border-bottom: 1px solid var(--df-uf-line);
  color: var(--df-uf-ink);
  display: block;
  font-family: var(--df-uf-ui);
  font-weight: 800;
  padding: 13px 10px;
  text-decoration: none;
  text-transform: uppercase;
}

body.df-theme-transactional .woocommerce-MyAccount-navigation li.is-active a {
  background: var(--df-uf-cyan);
}

body.df-theme-transactional :where(input.input-text, textarea, select) {
  background: var(--df-uf-white);
  border: 1px solid var(--df-uf-ink);
  border-radius: 0;
  color: var(--df-uf-ink);
  min-height: 48px;
}

body.df-theme-transactional #place_order,
body.df-theme-transactional .wc-proceed-to-checkout .checkout-button {
  background: var(--df-uf-lime);
  color: var(--df-uf-ink) !important;
  width: 100%;
}

/* --------------------------------------------------------------------------
   DFCR content, tools, practice, course guides, and community surfaces
   -------------------------------------------------------------------------- */

body.df-theme-urban-flight .dfcr-page {
  --dfcr-ink: var(--df-uf-ink);
  --dfcr-ink-2: var(--df-uf-night);
  --dfcr-paper: var(--df-uf-paper);
  --dfcr-card: var(--df-uf-paper-light);
  --dfcr-text: var(--df-uf-ink-soft);
  --dfcr-muted: var(--df-uf-muted);
  --dfcr-lime: var(--df-uf-lime);
  --dfcr-cyan: var(--df-uf-cyan);
  --dfcr-line: var(--df-uf-line);
  --dfcr-radius: 0px;
  background: transparent;
  color: var(--df-uf-ink);
}

body.df-theme-urban-flight .dfcr-page > :where(.dfcr-hero, .dfcr-section, .dfcr-split, .dfcr-newsletter) {
  box-sizing: border-box;
}

body.df-theme-urban-flight .dfcr-hero {
  color: var(--df-uf-ink);
  padding-block: clamp(44px, 6vw, 78px);
}

body.df-theme-urban-flight .dfcr-hero::after {
  height: 5px;
}

body.df-theme-urban-flight .dfcr-hero h1 {
  max-width: 8ch;
}

body.df-theme-urban-flight .dfcr-hero p,
body.df-theme-urban-flight .dfcr-hero__panel :where(strong, span, p) {
  color: var(--df-uf-ink-soft);
}

body.df-theme-urban-flight .dfcr-hero__panel {
  background: rgba(251, 248, 241, 0.92);
  border: 2px solid var(--df-uf-ink);
  border-radius: 0;
  box-shadow: var(--df-uf-shadow);
  color: var(--df-uf-ink);
}

body.df-theme-urban-flight .dfcr-section {
  background: transparent;
  padding-block: clamp(58px, 7vw, 96px);
  padding-inline: max(var(--df-uf-gutter), calc((100vw - var(--df-uf-container)) / 2));
}

body.df-theme-urban-flight .dfcr-section--light {
  background: rgba(255, 255, 255, 0.36);
  border-block: 1px solid var(--df-uf-line);
}

body.df-theme-urban-flight :where(.dfcr-section--dark, .dfcr-split) {
  background: var(--df-uf-night);
  color: var(--df-uf-white);
}

body.df-theme-urban-flight :where(.dfcr-section--dark, .dfcr-split) :where(h2, h3, h4) {
  color: var(--df-uf-white) !important;
}

body.df-theme-urban-flight :where(.dfcr-section--dark, .dfcr-split) :where(p, li) {
  color: #d8ecf1;
}

body.df-theme-urban-flight :where(
  .dfcr-card,
  .dfcr-mini-card,
  .dfcr-product-module,
  .dfcr-tool-shell,
  .dfcr-score-panel,
  .dfcr-form,
  .dfcr-progress,
  .dfcr-result-card,
  .dfcr-list-grid > div,
  .dfcr-day-grid > label,
  .dfcr-faq details
) {
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid var(--df-uf-line-strong);
  border-radius: 0;
  box-shadow: none;
}

body.df-theme-urban-flight :where(.dfcr-card, .dfcr-mini-card):hover {
  border-color: var(--df-uf-ink);
  box-shadow: 4px 5px 0 var(--df-uf-ink);
  transform: translate(-2px, -2px);
}

body.df-theme-urban-flight :where(.dfcr-card span, .dfcr-mini-card span, .dfcr-result-card > span) {
  color: var(--df-uf-cyan-deep);
  font-family: var(--df-uf-ui);
  letter-spacing: 0.06em;
}

body.df-theme-urban-flight :where(.dfcr-card strong, .dfcr-mini-card strong, .dfcr-result-card strong) {
  color: var(--df-uf-ink);
  font-family: var(--df-uf-heading);
  letter-spacing: 0.015em;
  text-transform: uppercase;
}

body.df-theme-urban-flight .dfcr-tool-shell {
  gap: clamp(24px, 4vw, 50px);
  padding: clamp(20px, 3vw, 36px);
}

body.df-theme-urban-flight :where(
  .dfcr-tool-form input,
  .dfcr-tool-form select,
  .dfcr-tool-form textarea,
  .dfcr-form input,
  .dfcr-form select,
  .dfcr-form textarea,
  .df-platform-form input,
  .df-platform-form select,
  .df-platform-form textarea,
  .df-platform-lead-form input,
  .df-platform-lead-form select,
  .df-platform-lead-form textarea
) {
  background: var(--df-uf-white);
  border: 1px solid var(--df-uf-ink);
  border-radius: 0;
  color: var(--df-uf-ink);
  font-size: 1rem;
  min-height: 48px;
  padding: 10px 12px;
}

body.df-theme-urban-flight :where(.dfcr-tool-form label, .dfcr-form label, .df-platform-form label, .df-platform-lead-form label) {
  color: var(--df-uf-ink);
  font-family: var(--df-uf-ui);
  font-size: 0.8rem;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

body.df-theme-tools .dfcr-tool-results {
  background-color: var(--df-uf-night);
  background-image:
    linear-gradient(rgba(8, 36, 59, 0.9), rgba(8, 36, 59, 0.9)),
    url("/wp-content/uploads/discfunktional/theme-20260711/footer-mural-1000x400.webp");
  background-position: center;
  background-size: cover;
  border-color: var(--df-uf-night);
  color: var(--df-uf-white);
  min-height: 100%;
}

body.df-theme-tools .dfcr-tool-results :where(h2, h3, h4) {
  color: var(--df-uf-white) !important;
}

body.df-theme-tools .dfcr-tool-results :where(p, li) {
  color: #d9edf1;
}

body.df-theme-tools .dfcr-tool-results :where(.dfcr-result-card, .df-platform-panel, .df-platform-visual-card) {
  background: var(--df-uf-paper-light);
  color: var(--df-uf-ink);
}

body.df-theme-tools .dfcr-tool-results :where(.dfcr-result-card, .df-platform-panel, .df-platform-visual-card) :where(h3, h4, p, li) {
  color: var(--df-uf-ink) !important;
}

body.df-theme-urban-flight :where(
  .df-platform-panel,
  .df-platform-control-panel,
  .df-platform-analysis-panel,
  .df-platform-quick-add,
  .df-platform-inventory-panel,
  .df-platform-disc-card,
  .df-platform-inventory-card,
  .df-platform-slot-group,
  .df-platform-visual-card,
  .df-platform-public-bag,
  .df-platform-course-type-cta,
  .df-course-finder__panel,
  .df-course-finder-card,
  .df-course-guide-card,
  .df-course-card,
  .df-course-intel__section,
  .df-course-condition-panel
) {
  background: rgba(255, 255, 255, 0.68);
  border-color: var(--df-uf-line-strong);
  border-radius: 0;
  box-shadow: none;
}

body.df-theme-urban-flight :where(.df-platform-panel__header, .df-platform-inventory-head, .df-platform-visuals__head, .df-course-card__head) {
  border-bottom-color: var(--df-uf-line);
}

body.df-theme-urban-flight :where(.df-platform-workspace-tabs button, .df-platform-flight-button, .df-platform-check-option) {
  background: var(--df-uf-paper-light);
  border: 1px solid var(--df-uf-ink);
  border-radius: 0;
  color: var(--df-uf-ink);
  font-family: var(--df-uf-ui);
}

body.df-theme-urban-flight :where(.df-platform-workspace-tabs button.is-active, .df-platform-workspace-tabs button[aria-selected="true"], .df-platform-flight-button.is-active, .df-platform-check-option.is-active) {
  background: var(--df-uf-cyan);
  border-color: var(--df-uf-ink);
  color: var(--df-uf-ink);
}

body.df-theme-urban-flight .df-platform-bag-summary {
  background: rgba(251, 248, 241, 0.96);
  border: 2px solid var(--df-uf-ink);
  border-radius: 0;
  box-shadow: 3px 4px 0 rgba(7, 20, 33, 0.9);
}

body.df-theme-urban-flight .df-platform-analysis-score,
body.df-theme-urban-flight .df-platform-recommendation-card,
body.df-theme-urban-flight .df-platform-scenario-builder,
body.df-theme-urban-flight .df-platform-analysis-empty,
body.df-theme-urban-flight .dfcr-note,
body.df-theme-urban-flight .dfcr-guide-callout,
body.df-theme-urban-flight .dfcr-guide-answer {
  background: rgba(18, 185, 199, 0.09);
  border-color: var(--df-uf-line-strong);
  border-radius: 0;
}

body.df-theme-urban-flight .df-platform-analysis-score strong {
  color: var(--df-uf-cyan-deep);
}

body.df-theme-content .df-course-finder {
  display: grid;
  gap: clamp(24px, 4vw, 48px);
  grid-template-columns: minmax(240px, 0.36fr) minmax(0, 1fr);
}

body.df-theme-content .df-course-finder__panel {
  align-self: start;
  border: 1px solid var(--df-uf-line-strong);
  padding: 20px;
  position: sticky;
  top: 104px;
}

body.df-theme-content .df-course-finder__results,
body.df-theme-content .df-course-card-grid {
  display: grid;
  gap: 14px;
}

body.df-theme-content :where(.df-course-finder-card, .df-course-guide-card, .df-course-card) {
  border-left: 5px solid var(--df-uf-cyan);
  padding: 18px;
}

body.df-theme-content :where(.df-course-finder-card, .df-course-guide-card, .df-course-card):nth-child(3n + 2) {
  border-left-color: var(--df-uf-orange);
}

body.df-theme-content :where(.df-course-finder-card, .df-course-guide-card, .df-course-card):nth-child(3n) {
  border-left-color: var(--df-uf-lime);
}

body.df-theme-content .df-course-guide-featured {
  background: var(--df-uf-paper-light);
  border: 2px solid var(--df-uf-ink);
  box-shadow: var(--df-uf-shadow);
}

body.df-theme-content .dfcr-reading-section {
  gap: clamp(32px, 6vw, 82px);
  max-width: 1180px;
}

body.df-theme-content .dfcr-reading-column {
  color: var(--df-uf-ink-soft);
  font-size: clamp(1rem, 1.4vw, 1.13rem);
  line-height: 1.75;
}

body.df-theme-content .dfcr-reading-rail .dfcr-card {
  border-top: 6px solid var(--df-uf-orange);
}

body.df-theme-community :where(.dfcr-card, .df-platform-lead-form, .df-contact-form-shell) {
  border-top: 5px solid var(--df-uf-orange);
}

body.df-theme-community .df-contact-form-section {
  background-color: var(--df-uf-night);
  background-image:
    linear-gradient(rgba(8, 36, 59, 0.78), rgba(8, 36, 59, 0.9)),
    url("/wp-content/uploads/discfunktional/theme-20260711/footer-mural-2000x800.webp");
  background-position: center;
  background-size: cover;
}

body.df-theme-community .df-contact-form-shell {
  background: var(--df-uf-paper-light);
  border-color: var(--df-uf-ink);
  border-radius: 0;
  box-shadow: var(--df-uf-shadow);
}

body.df-theme-community :where(.dfcr-practice-steps > li, .dfcr-practice-grid > label, .dfcr-practice-checks > label) {
  background: var(--df-uf-paper-light);
  border: 1px solid var(--df-uf-line-strong);
  border-radius: 0;
  box-shadow: none;
}

body.df-theme-community .dfcr-practice-steps > li::before {
  background: var(--df-uf-orange);
  border: 1px solid var(--df-uf-ink);
  border-radius: 50%;
  color: var(--df-uf-ink);
}

/* --------------------------------------------------------------------------
   Editorial, archives, articles, policy/trust, and forms
   -------------------------------------------------------------------------- */

body.df-theme-editorial .df-blog-page-v5,
body.df-theme-editorial .df-tips-page-v1 {
  background: transparent;
}

body.df-theme-editorial .df-blog-hero-v5,
body.df-theme-editorial .df-tips-hero-v2 {
  margin-inline: calc(50% - 50vw);
  max-width: none;
  width: 100vw;
}

body.df-theme-editorial :where(.df-blog-index-v5, .df-tips-grid-v1, .df-editorial-related__grid, .ast-row) {
  gap: 22px;
}

body.df-theme-editorial :where(.df-blog-index-v5 > a, .df-tips-grid-v1 > article, .df-editorial-related__card, article.post) {
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid var(--df-uf-line-strong);
  border-radius: 0;
  box-shadow: none;
}

body.df-theme-editorial :where(.df-blog-index-v5 > a, .df-tips-grid-v1 > article, .df-editorial-related__card, article.post):hover {
  border-color: var(--df-uf-ink);
  box-shadow: 4px 5px 0 var(--df-uf-ink);
  transform: translate(-2px, -2px);
}

body.df-theme-editorial :where(.df-blog-card-visual, .post-thumb img, .df-tips-poster-wall-v2 img) {
  border-bottom: 2px solid var(--df-uf-ink);
  border-radius: 0;
  object-fit: cover;
}

body.df-theme-editorial.single-post .site-content > .ast-container {
  display: block;
  max-width: 1100px;
  padding: clamp(30px, 6vw, 82px) var(--df-uf-gutter);
}

body.df-theme-editorial.single-post .ast-article-single {
  background: transparent;
  padding: 0;
}

body.df-theme-editorial.single-post .entry-header,
body.df-theme-editorial.single-post .entry-content,
body.df-theme-editorial.single-post .post-navigation {
  margin-inline: auto;
  max-width: 840px;
}

body.df-theme-editorial.single-post .entry-title {
  font-size: clamp(3.1rem, 7vw, 7rem) !important;
  line-height: 0.93;
  margin-bottom: 18px;
}

body.df-theme-editorial.single-post .entry-meta,
body.df-theme-editorial .df-editorial-byline,
body.df-theme-editorial .dfcr-byline {
  border-block: 1px solid var(--df-uf-line);
  color: var(--df-uf-muted);
  font-family: var(--df-uf-ui);
  font-size: 0.8rem;
  letter-spacing: 0.04em;
  padding-block: 12px;
  text-transform: uppercase;
}

body.df-theme-editorial.single-post .entry-content {
  color: var(--df-uf-ink-soft);
  font-size: clamp(1rem, 1.35vw, 1.16rem);
  line-height: 1.78;
}

body.df-theme-editorial.single-post .entry-content :where(h2, h3) {
  margin-top: 1.4em;
}

body.df-theme-editorial.single-post .entry-content :where(blockquote, .df-editorial-context, .df-editorial-trust, .df-review-disclosure) {
  background: rgba(18, 185, 199, 0.08);
  border: 0;
  border-left: 6px solid var(--df-uf-cyan);
  color: var(--df-uf-ink);
  margin: 28px 0;
  padding: 20px 24px;
}

body.df-theme-editorial.single-post .entry-content figure img {
  border: 2px solid var(--df-uf-ink);
}

body.df-theme-editorial.single-post .entry-content figcaption {
  color: var(--df-uf-muted);
  font-size: 0.8rem;
  text-align: left;
}

body.df-theme-legal .site-content {
  background: transparent;
}

body.df-theme-legal .site-content > .ast-container {
  display: block;
  max-width: 980px;
  padding: clamp(24px, 5vw, 68px) var(--df-uf-gutter) !important;
}

body.df-theme-legal #primary,
body.df-theme-legal .site-main,
body.df-theme-legal .site-main > article {
  float: none;
  margin: 0 auto !important;
  max-width: 900px;
  width: 100%;
}

body.df-theme-legal :where(.entry-header, .entry-content, .df-policy-page, #cmplz-document) {
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid var(--df-uf-line-strong);
  border-radius: 0;
  box-shadow: none;
}

body.df-theme-legal .entry-header {
  border-top: 7px solid var(--df-uf-orange);
  margin-bottom: 10px;
  padding: clamp(24px, 5vw, 50px);
}

body.df-theme-legal .entry-header::before {
  display: none;
}

body.df-theme-legal .entry-title {
  font-size: clamp(3rem, 7vw, 6.25rem) !important;
  line-height: 0.94;
}

body.df-theme-legal .entry-content,
body.df-theme-legal .df-policy-page,
body.df-theme-legal #cmplz-document {
  color: var(--df-uf-ink-soft);
  font-size: clamp(1rem, 1.35vw, 1.1rem);
  line-height: 1.75;
  padding: clamp(24px, 5vw, 50px);
}

body.df-theme-legal .entry-content h2 {
  border-top: 2px solid var(--df-uf-line);
  margin-top: 44px;
  padding-top: 24px;
}

body.df-theme-legal #cmplz-document .cmplz-category {
  background: var(--df-uf-paper-light);
  border: 1px solid var(--df-uf-line-strong);
  border-radius: 0;
}

body.df-theme-urban-flight :where(.wpforms-container, .df-platform-lead-form, .dfcr-form, form.comment-form) {
  color: var(--df-uf-ink);
}

body.df-theme-urban-flight :where(.wpforms-container input, .wpforms-container select, .wpforms-container textarea, form.comment-form input, form.comment-form textarea) {
  background: var(--df-uf-white);
  border: 1px solid var(--df-uf-ink);
  border-radius: 0;
  box-shadow: none;
  color: var(--df-uf-ink);
  min-height: 48px;
  padding: 11px 13px;
}

body.df-theme-urban-flight :where(.wpforms-field-label, form.comment-form label) {
  color: var(--df-uf-ink);
  font-family: var(--df-uf-ui);
  font-size: 0.82rem;
  font-weight: 850;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

/* --------------------------------------------------------------------------
   Footer and newsletter
   -------------------------------------------------------------------------- */

body.df-theme-urban-flight .site-footer {
  background-color: var(--df-uf-night-deep);
  background-image: url("/wp-content/uploads/discfunktional/theme-20260711/footer-mural-2000x800.webp");
  background-image: image-set(
    url("/wp-content/uploads/discfunktional/theme-20260711/footer-mural-2000x800.webp") type("image/webp") 2x,
    url("/wp-content/uploads/discfunktional/theme-20260711/footer-mural-1000x400.webp") type("image/webp") 1x
  );
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top: 6px solid var(--df-uf-cyan);
  color: var(--df-uf-white);
  isolation: isolate;
  position: relative;
}

body.df-theme-urban-flight .site-footer::before {
  background: linear-gradient(90deg, rgba(4, 23, 37, 0.98) 0%, rgba(4, 23, 37, 0.92) 42%, rgba(4, 23, 37, 0.38) 76%, rgba(4, 23, 37, 0.08));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: -1;
}

body.df-theme-urban-flight .site-footer :where(.site-above-footer-wrap, .site-primary-footer-wrap, .site-below-footer-wrap) {
  background: transparent;
  border: 0;
  color: var(--df-uf-white);
}

body.df-theme-urban-flight .site-footer :where(h2, h3, h4, .widget-title) {
  color: var(--df-uf-white) !important;
  font-size: clamp(1.5rem, 2.2vw, 2.35rem);
}

body.df-theme-urban-flight .site-footer :where(p, li, a, small) {
  color: #d8edf1;
}

body.df-theme-urban-flight .site-footer a:hover {
  color: var(--df-uf-lime);
}

body.df-theme-urban-flight .site-footer .footer-widget-area {
  max-width: 680px;
}

body.df-theme-urban-flight .site-footer .footer-widget-area[data-section="sidebar-widgets-footer-widget-4"] {
  max-width: 760px;
}

body.df-theme-urban-flight .site-footer #mailpoet_form_1 {
  background: rgba(4, 23, 37, 0.74);
  border: 2px solid rgba(255, 255, 255, 0.78);
  border-radius: 0;
  box-shadow: 5px 6px 0 rgba(0, 0, 0, 0.42);
  color: var(--df-uf-white);
  padding: clamp(20px, 4vw, 38px);
}

body.df-theme-urban-flight .site-footer #mailpoet_form_1::before,
body.df-theme-urban-flight .site-footer #mailpoet_form_1::after {
  display: none;
}

body.df-theme-urban-flight .site-footer #mailpoet_form_1 h3.mailpoet-heading {
  color: var(--df-uf-white) !important;
  font-size: clamp(2.25rem, 4vw, 4.5rem) !important;
  line-height: 0.96;
}

body.df-theme-urban-flight .site-footer #mailpoet_form_1 .mailpoet_text {
  background: var(--df-uf-paper-light);
  border: 2px solid var(--df-uf-white);
  border-radius: 0;
  color: var(--df-uf-ink);
  min-height: 50px;
}

body.df-theme-urban-flight .site-footer #mailpoet_form_1 .mailpoet_submit {
  background: var(--df-uf-lime);
  border-color: var(--df-uf-white);
  box-shadow: 3px 4px 0 rgba(0, 0, 0, 0.7);
  color: var(--df-uf-ink) !important;
}

body.df-theme-urban-flight .dfcr-newsletter {
  background: var(--df-uf-paper-light);
  border: 2px solid var(--df-uf-ink);
  border-radius: 0;
  box-shadow: var(--df-uf-shadow);
}

/* --------------------------------------------------------------------------
   Email popup and consent controls
   -------------------------------------------------------------------------- */

body.df-theme-urban-flight .df-email-popup[hidden],
body.df-theme-urban-flight .df-email-popup__success[hidden] {
  display: none !important;
}

body.df-theme-urban-flight .df-email-popup {
  color: var(--df-uf-ink);
  font-family: var(--df-uf-body);
}

body.df-theme-urban-flight .df-email-popup__overlay {
  backdrop-filter: blur(4px);
  background: rgba(4, 23, 37, 0.78);
}

body.df-theme-urban-flight .df-email-popup__dialog {
  background-color: var(--df-uf-paper-light);
  background-image:
    linear-gradient(90deg, rgba(251, 248, 241, 0.98), rgba(251, 248, 241, 0.94) 72%, rgba(251, 248, 241, 0.3)),
    url("/wp-content/uploads/discfunktional/theme-20260711/hero-commerce-960x320.webp");
  background-position: center;
  background-size: cover;
  border: 2px solid var(--df-uf-ink);
  border-radius: 0;
  box-shadow: 8px 10px 0 rgba(0, 0, 0, 0.52);
  color: var(--df-uf-ink);
  max-width: 680px;
}

body.df-theme-urban-flight .df-email-popup__content {
  max-width: 500px;
  padding: clamp(26px, 5vw, 48px);
}

body.df-theme-urban-flight .df-email-popup__close {
  background: var(--df-uf-paper-light);
  border: 2px solid var(--df-uf-ink);
  border-radius: 0;
  color: var(--df-uf-ink);
}

body.df-theme-urban-flight .df-email-popup__eyebrow {
  color: var(--df-uf-orange);
  font-family: var(--df-uf-ui);
}

body.df-theme-urban-flight .df-email-popup h2 {
  color: var(--df-uf-ink) !important;
  font-size: clamp(2.5rem, 6vw, 5.25rem) !important;
  line-height: 0.92;
}

body.df-theme-urban-flight .df-email-popup__form input[type="email"] {
  background: var(--df-uf-white);
  border: 2px solid var(--df-uf-ink);
  border-radius: 0;
  color: var(--df-uf-ink);
  min-height: 50px;
}

body.df-theme-urban-flight .df-email-popup__coupon {
  background: rgba(183, 223, 32, 0.16);
  border: 1px dashed var(--df-uf-ink);
  border-radius: 0;
}

body.df-theme-urban-flight .df-email-popup__coupon code {
  color: var(--df-uf-ink);
  font-family: var(--df-uf-ui);
}

body.df-theme-urban-flight .cmplz-cookiebanner {
  background: var(--df-uf-night) !important;
  border: 2px solid var(--df-uf-cyan) !important;
  border-radius: 0 !important;
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.36) !important;
  color: var(--df-uf-white) !important;
}

body.df-theme-urban-flight .cmplz-cookiebanner :where(.cmplz-title, .cmplz-message, .cmplz-description, .cmplz-category-title) {
  color: var(--df-uf-white) !important;
}

body.df-theme-urban-flight .cmplz-cookiebanner .cmplz-btn {
  background: var(--df-uf-paper-light) !important;
  border: 2px solid var(--df-uf-white) !important;
  border-radius: 0 !important;
  color: var(--df-uf-ink) !important;
  font-family: var(--df-uf-ui) !important;
  font-weight: 850 !important;
}

body.df-theme-urban-flight .cmplz-cookiebanner .cmplz-accept {
  background: var(--df-uf-lime) !important;
}

body.df-theme-urban-flight .cmplz-cookiebanner .cmplz-deny {
  background: var(--df-uf-orange) !important;
}

body.df-theme-urban-flight :where(.cmplz-manage-consent, button.cmplz-manage-consent, .cmplz-btn.cmplz-manage-consent) {
  background: var(--df-uf-night) !important;
  border: 2px solid var(--df-uf-cyan) !important;
  border-radius: 0 !important;
  color: var(--df-uf-white) !important;
  font-family: var(--df-uf-ui) !important;
  font-size: 0.75rem !important;
  font-weight: 850 !important;
  min-height: 44px !important;
}

/* --------------------------------------------------------------------------
   Accessibility, focus, states, and motion
   -------------------------------------------------------------------------- */

body.df-theme-urban-flight :where(a, button, input, select, textarea, summary, [tabindex]):focus-visible {
  outline: 4px solid var(--df-uf-orange);
  outline-offset: 4px;
}

body.df-theme-urban-flight :where(input, select, textarea):focus-visible {
  border-color: var(--df-uf-ink);
  box-shadow: 0 0 0 3px rgba(18, 185, 199, 0.28);
}

body.df-theme-urban-flight .skip-link:focus {
  background: var(--df-uf-lime);
  border: 2px solid var(--df-uf-ink);
  color: var(--df-uf-ink);
  font-family: var(--df-uf-ui);
  left: 14px;
  padding: 12px 18px;
  top: 14px;
  z-index: 100000;
}

body.df-theme-urban-flight [aria-disabled="true"],
body.df-theme-urban-flight :disabled {
  cursor: not-allowed;
  filter: grayscale(0.7);
  opacity: 0.58;
}

body.df-theme-urban-flight :target {
  scroll-margin-top: 108px;
}

/* --------------------------------------------------------------------------
   Responsive: 1440, 1024, 768, 390, and 360
   -------------------------------------------------------------------------- */

@media (min-width: 1440px) {
  body.df-theme-urban-flight .ast-primary-header-bar .site-primary-header-wrap {
    max-width: 1440px;
    padding-inline: 24px;
  }

  body.df-theme-home .df-home-hero-v3 {
    min-height: 760px;
  }

  body.df-theme-urban-flight :where(.df-shop-hero, .dfcr-hero, .df-inner-hero, .df-blog-hero-v5, .df-tips-hero-v2) {
    min-height: 430px;
  }
}

@media (max-width: 1180px) {
  body.df-theme-urban-flight .main-header-menu > .menu-item > .menu-link,
  body.df-theme-urban-flight .main-navigation .menu-link {
    font-size: 0.88rem;
    padding-inline: 9px;
  }

  body.df-theme-urban-flight header .custom-logo-link img {
    width: min(220px, 22vw);
  }
}

@media (max-width: 1024px) {
  :root {
    --df-uf-gutter: clamp(20px, 4vw, 40px);
  }

  body.df-theme-home .df-home-hero-v3 {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    min-height: 620px;
  }

  body.df-theme-home .df-home-hero-v3 h1 {
    font-size: clamp(3.8rem, 8vw, 6rem) !important;
  }

  body.df-theme-home :where(.df-auburn-story-v4, .df-blog-v5, .df-local-links-v5, .df-home-signature-v3) {
    grid-template-columns: 1fr 1fr;
  }

  body.df-theme-home :where(.df-growth-grid-v4, .df-news-grid-v4) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.df-theme-commerce.woocommerce-shop ul.products,
  body.df-theme-commerce.tax-product_cat ul.products,
  body.df-theme-commerce.tax-product_tag ul.products,
  body.df-theme-home .df-home-featured-v3 ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.df-theme-commerce.single-product div.product {
    gap: 32px;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.8fr);
  }

  body.df-theme-urban-flight :where(.dfcr-feature-grid, .dfcr-card-grid, .dfcr-collection-grid) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.df-theme-urban-flight :where(.dfcr-product-module, .dfcr-tool-shell, .dfcr-two-col, .dfcr-guide-layout, .dfcr-newsletter) {
    grid-template-columns: 1fr;
  }

  body.df-theme-content .df-course-finder {
    grid-template-columns: minmax(220px, 0.38fr) minmax(0, 1fr);
  }

  body.df-theme-urban-flight .df-platform-bag-workspace {
    grid-template-columns: minmax(220px, 0.76fr) minmax(0, 1.3fr);
  }

  body.df-theme-urban-flight .df-platform-bag-right {
    grid-column: 1 / -1;
  }
}

@media (max-width: 921px) {
  body.df-theme-urban-flight .ast-primary-header-bar {
    min-height: 76px;
  }

  body.df-theme-urban-flight header .custom-logo-link img {
    max-height: 56px;
    width: min(228px, 56vw);
  }

  body.df-theme-urban-flight .ast-site-header-cart .ast-woo-header-cart-info-wrap {
    display: none;
  }
}

@media (max-width: 768px) {
  :root {
    --df-uf-gutter: 18px;
  }

  html {
    scroll-padding-top: 78px;
  }

  body.df-theme-urban-flight h2 {
    font-size: clamp(2.15rem, 10vw, 3.7rem);
  }

  body.df-theme-urban-flight h3 {
    font-size: clamp(1.5rem, 7vw, 2.25rem);
  }

  body.df-theme-urban-flight :where(.df-shop-hero, .dfcr-hero, .df-inner-hero, .df-blog-hero-v5, .df-tips-hero-v2) {
    background-position: 58% center;
    min-height: 340px;
    padding: 36px 18px 42px;
  }

  body.df-theme-urban-flight :where(.df-shop-hero, .dfcr-hero, .df-inner-hero, .df-blog-hero-v5, .df-tips-hero-v2) > * {
    max-width: 52%;
  }

  body.df-theme-urban-flight :where(.df-shop-hero, .dfcr-hero, .df-inner-hero, .df-blog-hero-v5, .df-tips-hero-v2) h1 {
    font-size: clamp(2.65rem, 10vw, 4.5rem) !important;
  }

  body.df-theme-home .df-home-category-strip,
  body.df-theme-home .df-home-lookbook-grid-v3,
  body.df-theme-home .df-home-service-v3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.df-theme-home :where(.df-auburn-story-v4, .df-blog-v5, .df-local-links-v5, .df-home-signature-v3) {
    grid-template-columns: 1fr;
  }

  body.df-theme-home .df-home-service-v3 div {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  body.df-theme-commerce.single-product div.product {
    display: block;
  }

  body.df-theme-commerce.single-product .summary {
    margin-top: 24px;
  }

  body.df-theme-transactional :where(.woocommerce-cart-form, .cart_totals, #customer_details > div, .woocommerce-checkout-review-order) {
    padding: 16px;
  }

  body.df-theme-transactional table.shop_table_responsive thead {
    clip: rect(0 0 0 0);
    height: 1px;
    overflow: hidden;
    position: absolute;
    width: 1px;
  }

  body.df-theme-content .df-course-finder {
    grid-template-columns: 1fr;
  }

  body.df-theme-content .df-course-finder__panel {
    position: static;
  }

  body.df-theme-urban-flight :where(.dfcr-feature-grid, .dfcr-card-grid, .dfcr-collection-grid, .dfcr-product-row, .dfcr-field-row, .dfcr-result-grid, .dfcr-list-grid, .dfcr-day-grid) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.df-theme-urban-flight :where(.df-platform-bag-workspace, .df-platform-quick-add__row, .df-platform-advanced-grid, .df-platform-inventory-toolbar, .df-platform-inventory-form, .df-platform-disc-card, .df-platform-inventory-card, .df-platform-empty-slot, .df-platform-image-tools) {
    grid-template-columns: 1fr;
  }

  body.df-theme-urban-flight .df-platform-bag-workspace {
    grid-template-columns: 1fr;
  }

  body.df-theme-urban-flight .df-platform-bag-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    position: static;
  }

  body.df-theme-urban-flight .df-platform-workspace-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.df-theme-urban-flight .df-platform-disc-card__actions {
    justify-content: stretch;
    max-width: none;
  }

  body.df-theme-urban-flight .df-platform-disc-card__actions .dfcr-btn {
    width: 100%;
  }

  body.df-theme-editorial.single-post .entry-title {
    font-size: clamp(2.8rem, 12vw, 4.8rem) !important;
  }

  body.df-theme-legal .site-content > .ast-container {
    padding-inline: 12px !important;
  }

  body.df-theme-urban-flight .site-footer {
    background-position: 68% center;
  }

  body.df-theme-urban-flight .site-footer::before {
    background: rgba(4, 23, 37, 0.82);
  }

  body.df-theme-urban-flight .cmplz-cookiebanner {
    bottom: 0 !important;
    left: 0 !important;
    max-height: min(26vh, 190px) !important;
    max-width: none !important;
    overflow: auto !important;
    padding: 12px !important;
    right: 0 !important;
    width: 100vw !important;
  }

  body.df-theme-urban-flight .cmplz-cookiebanner.cmplz-categories-visible {
    max-height: min(72vh, 520px) !important;
  }

  body.df-theme-urban-flight .cmplz-cookiebanner .cmplz-buttons {
    display: grid !important;
    gap: 7px !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  body.df-theme-urban-flight .cmplz-cookiebanner .cmplz-btn {
    font-size: 0.7rem !important;
    min-height: 44px !important;
    padding: 8px 5px !important;
    white-space: normal !important;
  }
}

/* Home mobile artwork changes at 767px to match the loader's source-specific
   high-priority preload. */
@media (max-width: 767px) {
  body.df-theme-home .df-home-hero-v3 {
    align-items: start;
    background-image: url("/wp-content/uploads/discfunktional/theme-20260711/tiki-hero-mobile-480x800.webp");
    background-image: image-set(
      url("/wp-content/uploads/discfunktional/theme-20260711/tiki-hero-mobile-480x800.webp") type("image/webp") 1x,
      url("/wp-content/uploads/discfunktional/theme-20260711/tiki-hero-mobile-1080x1800.webp") type("image/webp") 2x
    );
    background-position: center top;
    background-size: cover;
    display: block;
    min-height: min(900px, calc(100svh - 74px));
    padding: 38px 18px 390px;
  }

  body.df-theme-home .df-home-hero-v3__copy {
    max-width: min(100%, 390px);
  }

  body.df-theme-home .df-home-hero-v3 h1 {
    font-size: clamp(3.55rem, 17vw, 5.25rem) !important;
    max-width: 6.5ch;
  }

  body.df-theme-home .df-home-lede {
    font-size: 1rem;
    max-width: 31ch;
  }

  body.df-theme-home .df-home-actions {
    align-items: stretch;
    display: grid;
    grid-template-columns: 1fr;
  }

  body.df-theme-home .df-home-actions .df-home-btn {
    width: 100%;
  }

  body.df-theme-home .df-home-proof {
    display: none;
  }
}

@media (max-width: 560px) {
  body.df-theme-urban-flight :where(.df-shop-hero, .dfcr-hero, .df-inner-hero, .df-blog-hero-v5, .df-tips-hero-v2) {
    background-position: 62% center;
    min-height: 360px;
  }

  body.df-theme-urban-flight :where(.df-shop-hero, .dfcr-hero, .df-inner-hero, .df-blog-hero-v5, .df-tips-hero-v2) > * {
    max-width: 60%;
  }

  body.df-theme-urban-flight :where(.df-shop-hero, .dfcr-hero, .df-inner-hero, .df-blog-hero-v5, .df-tips-hero-v2) p {
    font-size: 0.92rem;
  }

  body.df-theme-commerce.woocommerce-shop ul.products,
  body.df-theme-commerce.tax-product_cat ul.products,
  body.df-theme-commerce.tax-product_tag ul.products,
  body.df-theme-home .df-home-featured-v3 ul.products,
  body.df-theme-home .df-home-category-strip,
  body.df-theme-home .df-home-lookbook-grid-v3,
  body.df-theme-home .df-home-service-v3,
  body.df-theme-home :where(.df-growth-grid-v4, .df-news-grid-v4),
  body.df-theme-urban-flight :where(.dfcr-feature-grid, .dfcr-card-grid, .dfcr-collection-grid, .dfcr-product-row, .dfcr-field-row, .dfcr-result-grid, .dfcr-list-grid, .dfcr-day-grid, .dfcr-mini-card-grid, .dfcr-poster-grid) {
    grid-template-columns: 1fr !important;
  }

  body.df-theme-urban-flight .dfcr-actions,
  body.df-theme-urban-flight .dfcr-bag-actions,
  body.df-theme-urban-flight .dfcr-form-actions {
    align-items: stretch;
    display: grid;
  }

  body.df-theme-urban-flight .dfcr-actions > *,
  body.df-theme-urban-flight .dfcr-bag-actions > *,
  body.df-theme-urban-flight .dfcr-form-actions > * {
    width: 100%;
  }

  body.df-theme-transactional .woocommerce-cart-form {
    overflow-x: auto;
  }

  body.df-theme-urban-flight .df-email-popup__dialog {
    background-image: none;
    margin: 12px;
    max-height: calc(100svh - 24px);
    overflow-y: auto;
  }

  body.df-theme-urban-flight .df-email-popup__content {
    padding: 24px 18px;
  }
}

@media (max-width: 390px) {
  body.df-theme-urban-flight .ast-primary-header-bar {
    min-height: 70px;
  }

  body.df-theme-urban-flight header .custom-logo-link img {
    max-height: 48px;
    width: min(190px, 52vw);
  }

  body.df-theme-home .df-home-hero-v3 {
    min-height: 780px;
    padding: 30px 15px 370px;
  }

  body.df-theme-home .df-home-hero-v3 h1 {
    font-size: clamp(3.2rem, 17vw, 4.35rem) !important;
  }

  body.df-theme-urban-flight :where(.df-shop-hero, .dfcr-hero, .df-inner-hero, .df-blog-hero-v5, .df-tips-hero-v2) {
    background-position: 65% center;
    padding-inline: 15px;
  }

  body.df-theme-urban-flight :where(.df-shop-hero, .dfcr-hero, .df-inner-hero, .df-blog-hero-v5, .df-tips-hero-v2) > * {
    max-width: 66%;
  }

  body.df-theme-urban-flight :where(.df-shop-hero, .dfcr-hero, .df-inner-hero, .df-blog-hero-v5, .df-tips-hero-v2) h1 {
    font-size: clamp(2.45rem, 12.5vw, 3.45rem) !important;
  }

  body.df-theme-urban-flight :where(
    .wp-block-button__link,
    .df-home-btn,
    .dfcr-btn,
    .dfcr-file-label,
    .df-card-primary,
    .df-card-secondary,
    .woocommerce a.button,
    .woocommerce button.button,
    button[type="submit"],
    input[type="submit"]
  ) {
    font-size: 0.92rem;
    padding-inline: 14px;
  }

  body.df-theme-urban-flight .df-platform-bag-summary {
    grid-template-columns: 1fr;
  }

  body.df-theme-urban-flight .df-platform-workspace-tabs {
    grid-template-columns: 1fr;
  }

  body.df-theme-urban-flight .site-footer #mailpoet_form_1 {
    padding: 18px 14px;
  }
}

@media (max-width: 360px) {
  body.df-theme-home .df-home-hero-v3 {
    min-height: 740px;
    padding-bottom: 340px;
  }

  body.df-theme-home .df-home-hero-v3 h1 {
    font-size: 3rem !important;
  }

  body.df-theme-home .df-home-lede {
    font-size: 0.93rem;
  }

  body.df-theme-urban-flight :where(.df-shop-hero, .dfcr-hero, .df-inner-hero, .df-blog-hero-v5, .df-tips-hero-v2) {
    min-height: 345px;
  }

  body.df-theme-urban-flight :where(.df-shop-hero, .dfcr-hero, .df-inner-hero, .df-blog-hero-v5, .df-tips-hero-v2) > * {
    max-width: 69%;
  }

  body.df-theme-urban-flight .ast-mobile-popup-drawer.active .ast-mobile-popup-inner {
    width: 92vw;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  body.df-theme-urban-flight *,
  body.df-theme-urban-flight *::before,
  body.df-theme-urban-flight *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  body.df-theme-urban-flight :where(.dfcr-card, .dfcr-mini-card, .woocommerce ul.products li.product, .df-blog-index-v5 > a):hover {
    transform: none;
  }
}

@media (forced-colors: active) {
  body.df-theme-urban-flight :where(a, button, input, select, textarea, summary):focus-visible {
    outline: 3px solid CanvasText;
  }

  body.df-theme-urban-flight :where(.df-home-btn, .dfcr-btn, .woocommerce a.button, .woocommerce button.button) {
    border: 2px solid ButtonText;
    box-shadow: none;
  }
}

@media print {
  body.df-theme-urban-flight {
    background: #fff;
    color: #000;
  }

  body.df-theme-urban-flight :where(.site-header, .site-footer, .df-email-popup, .cmplz-cookiebanner, .cmplz-manage-consent, .dfcr-actions, .df-platform-actions) {
    display: none !important;
  }

  body.df-theme-urban-flight :where(.dfcr-card, .df-platform-panel, .woocommerce ul.products li.product) {
    break-inside: avoid;
    box-shadow: none;
  }
}

/* --------------------------------------------------------------------------
   Current production homepage + user-supplied tiki character integration
   -------------------------------------------------------------------------- */

body.df-theme-home .dfcr-hero--home {
  align-items: center;
  background-color: var(--df-uf-paper);
  background-image: url("/wp-content/uploads/discfunktional/theme-20260711/tiki-hero-desktop-1440x576.webp");
  background-image: image-set(
    url("/wp-content/uploads/discfunktional/theme-20260711/tiki-hero-desktop-1440x576.webp") type("image/webp") 1x,
    url("/wp-content/uploads/discfunktional/theme-20260711/tiki-hero-desktop-2400x960.webp") type("image/webp") 2x
  );
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--df-uf-ink);
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  min-height: clamp(610px, 40vw, 770px);
  padding: clamp(54px, 6vw, 92px) max(var(--df-uf-gutter), calc((100vw - var(--df-uf-container)) / 2));
}

body.df-theme-urban-flight :where(.df-shop-hero, .dfcr-hero, .df-inner-hero, .df-blog-hero-v5, .df-tips-hero-v2)::before {
  background: none !important;
  content: none !important;
  display: none !important;
  opacity: 0 !important;
}

body.df-theme-home .dfcr-hero--home > * {
  max-width: none;
}

body.df-theme-home .dfcr-hero--home .dfcr-hero__copy {
  grid-column: 1;
  max-width: 650px;
}

body.df-theme-home .dfcr-hero--home .dfcr-hero__panel {
  display: none !important;
}

body.df-theme-home .dfcr-hero--home h1 {
  color: var(--df-uf-ink) !important;
  font-size: clamp(4.25rem, 7.5vw, 8rem) !important;
  line-height: 0.9 !important;
  margin-bottom: 20px;
  max-width: 7ch;
  text-shadow: none;
  text-wrap: balance;
}

body.df-theme-home .dfcr-hero--home p {
  color: var(--df-uf-ink-soft) !important;
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  line-height: 1.48;
  max-width: 43ch;
  text-shadow: none;
}

body.df-theme-home .dfcr-hero--home .dfcr-actions {
  align-items: flex-start;
  display: flex;
  gap: 14px;
  margin-top: 28px;
}

body.df-theme-home .dfcr-hero--home .dfcr-actions .dfcr-btn:nth-child(1) {
  background: var(--df-uf-night) !important;
  border: 2px solid var(--df-uf-ink) !important;
  box-shadow: 3px 4px 0 var(--df-uf-ink) !important;
  color: var(--df-uf-white) !important;
}

body.df-theme-home .dfcr-hero--home .dfcr-actions .dfcr-btn:nth-child(2) {
  background: var(--df-uf-cyan) !important;
  border: 2px solid var(--df-uf-ink) !important;
  box-shadow: 3px 4px 0 var(--df-uf-ink) !important;
  color: var(--df-uf-ink) !important;
}

body.df-theme-home .dfcr-hero--home .dfcr-actions .dfcr-btn:nth-child(3) {
  background: var(--df-uf-lime) !important;
  border: 2px solid var(--df-uf-ink) !important;
  box-shadow: 3px 4px 0 var(--df-uf-ink) !important;
  color: var(--df-uf-ink) !important;
}

@media (min-width: 1180px) {
  body.df-theme-home .dfcr-section--dark {
    min-height: 610px;
    overflow: hidden;
    position: relative;
  }

  body.df-theme-home .dfcr-section--dark::after {
    aspect-ratio: 4 / 5;
    background-image: url("/wp-content/uploads/discfunktional/theme-20260711/tiki-campaign-600x750.webp");
    background-image: image-set(
      url("/wp-content/uploads/discfunktional/theme-20260711/tiki-campaign-600x750.webp") type("image/webp") 1x,
      url("/wp-content/uploads/discfunktional/theme-20260711/tiki-campaign-1200x1500.webp") type("image/webp") 2x
    );
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 4px solid var(--df-uf-paper-light);
    bottom: 52px;
    box-shadow: 8px 8px 0 var(--df-uf-orange);
    content: "";
    pointer-events: none;
    position: absolute;
    right: max(var(--df-uf-gutter), calc((100vw - var(--df-uf-container)) / 2));
    transform: rotate(1deg);
    width: min(28vw, 340px);
  }

  body.df-theme-home .dfcr-section--dark > .dfcr-two-col {
    max-width: min(860px, calc(100% - 390px));
    position: relative;
    z-index: 1;
  }
}

@media (max-width: 767px) {
  body.df-theme-home .dfcr-hero--home {
    align-items: start;
    background-image: url("/wp-content/uploads/discfunktional/theme-20260711/tiki-hero-mobile-480x800.webp");
    background-image: image-set(
      url("/wp-content/uploads/discfunktional/theme-20260711/tiki-hero-mobile-480x800.webp") type("image/webp") 1x,
      url("/wp-content/uploads/discfunktional/theme-20260711/tiki-hero-mobile-1080x1800.webp") type("image/webp") 2x
    );
    background-position: center bottom;
    background-size: cover;
    display: block;
    min-height: 810px;
    padding: 42px var(--df-uf-gutter) 390px;
  }

  body.df-theme-home .dfcr-hero--home .dfcr-hero__copy {
    max-width: 100%;
  }

  body.df-theme-home .dfcr-hero--home h1 {
    font-size: clamp(3.4rem, 17vw, 4.8rem) !important;
    max-width: 7ch;
    text-shadow: 2px 2px 0 rgba(251, 248, 241, 0.96) !important;
  }

  body.df-theme-home .dfcr-hero--home p {
    background: rgba(251, 248, 241, 0.9);
    border-left: 4px solid var(--df-uf-cyan);
    box-shadow: 3px 3px 0 rgba(5, 16, 31, 0.16);
    font-size: 1rem;
    max-width: 32ch;
    padding: 10px 12px;
  }

  body.df-theme-home .dfcr-hero--home .dfcr-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
  }

  body.df-theme-home .dfcr-hero--home .dfcr-actions .dfcr-btn {
    width: 100%;
  }
}

@media (max-width: 360px) {
  body.df-theme-home .dfcr-hero--home {
    min-height: 780px;
    padding-bottom: 355px;
  }
}

/* The live platform adds a two-class gradient shorthand after its base hero
   rule. These higher-specificity family rules keep the new page artwork from
   being reset while leaving all existing hero content and controls as HTML. */
body.df-theme-urban-flight.df-theme-commerce .dfcr-page .dfcr-hero,
body.df-theme-urban-flight.df-theme-commerce .df-shop-hero,
body.df-theme-urban-flight.df-theme-commerce .df-inner-hero {
  background-image: url("/wp-content/uploads/discfunktional/theme-20260711/hero-commerce-1920x640.webp");
  background-image: image-set(
    url("/wp-content/uploads/discfunktional/theme-20260711/hero-commerce-1920x640.webp") type("image/webp") 2x,
    url("/wp-content/uploads/discfunktional/theme-20260711/hero-commerce-960x320.webp") type("image/webp") 1x
  );
}

body.df-theme-urban-flight.df-theme-tools .dfcr-page .dfcr-hero,
body.df-theme-urban-flight.df-theme-tools .df-inner-hero {
  background-image: url("/wp-content/uploads/discfunktional/theme-20260711/hero-tools-1920x640.webp");
  background-image: image-set(
    url("/wp-content/uploads/discfunktional/theme-20260711/hero-tools-1920x640.webp") type("image/webp") 2x,
    url("/wp-content/uploads/discfunktional/theme-20260711/hero-tools-960x320.webp") type("image/webp") 1x
  );
}

body.df-theme-urban-flight.df-theme-content .dfcr-page .dfcr-hero,
body.df-theme-urban-flight.df-theme-editorial .dfcr-page .dfcr-hero,
body.df-theme-urban-flight.df-theme-legal .dfcr-page .dfcr-hero,
body.df-theme-urban-flight.df-theme-content .df-inner-hero,
body.df-theme-urban-flight.df-theme-editorial :is(.df-inner-hero, .df-blog-hero-v5, .df-tips-hero-v2),
body.df-theme-urban-flight.df-theme-legal .df-inner-hero {
  background-image: url("/wp-content/uploads/discfunktional/theme-20260711/hero-content-1920x640.webp");
  background-image: image-set(
    url("/wp-content/uploads/discfunktional/theme-20260711/hero-content-1920x640.webp") type("image/webp") 2x,
    url("/wp-content/uploads/discfunktional/theme-20260711/hero-content-960x320.webp") type("image/webp") 1x
  );
}

body.df-theme-urban-flight.df-theme-community .dfcr-page .dfcr-hero,
body.df-theme-urban-flight.df-theme-community :is(.df-inner-hero, .df-contact-hero) {
  background-image: url("/wp-content/uploads/discfunktional/theme-20260711/tiki-community-1920x640.webp");
  background-image: image-set(
    url("/wp-content/uploads/discfunktional/theme-20260711/tiki-community-1920x640.webp") type("image/webp") 2x,
    url("/wp-content/uploads/discfunktional/theme-20260711/tiki-community-960x320.webp") type("image/webp") 1x
  );
}

body.df-theme-urban-flight.df-theme-commerce .dfcr-page .dfcr-hero,
body.df-theme-urban-flight.df-theme-commerce .df-shop-hero,
body.df-theme-urban-flight.df-theme-commerce .df-inner-hero,
body.df-theme-urban-flight.df-theme-tools .dfcr-page .dfcr-hero,
body.df-theme-urban-flight.df-theme-tools .df-inner-hero,
body.df-theme-urban-flight.df-theme-content .dfcr-page .dfcr-hero,
body.df-theme-urban-flight.df-theme-editorial .dfcr-page .dfcr-hero,
body.df-theme-urban-flight.df-theme-legal .dfcr-page .dfcr-hero,
body.df-theme-urban-flight.df-theme-content .df-inner-hero,
body.df-theme-urban-flight.df-theme-editorial :is(.df-inner-hero, .df-blog-hero-v5, .df-tips-hero-v2),
body.df-theme-urban-flight.df-theme-legal .df-inner-hero,
body.df-theme-urban-flight.df-theme-community .dfcr-page .dfcr-hero,
body.df-theme-urban-flight.df-theme-community :is(.df-inner-hero, .df-contact-hero) {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* DFCR surfaces already provide their own full-width section system. Remove
   Astra's article gutter so the hero begins directly beneath the site header. */
body.df-theme-urban-flight:is(.df-theme-tools, .df-theme-content, .df-theme-community) .site-content > .ast-container {
  display: block;
  max-width: none;
  padding: 0 !important;
}

body.df-theme-urban-flight:is(.df-theme-tools, .df-theme-content, .df-theme-community) #primary,
body.df-theme-urban-flight:is(.df-theme-tools, .df-theme-content, .df-theme-community) .site-main {
  margin: 0 !important;
  max-width: none;
  width: 100%;
}

body.df-theme-urban-flight:is(.df-theme-tools, .df-theme-content, .df-theme-community) article.page.ast-article-single {
  background: transparent;
  padding: 0 !important;
}

/* The platform's later transparent section shorthand otherwise exposes the
   paper body beneath light-on-dark campaign copy. */
body.df-theme-urban-flight .dfcr-page .dfcr-section--dark {
  background:
    radial-gradient(circle at 18% 20%, rgba(62, 201, 218, 0.16), transparent 30%),
    radial-gradient(circle at 68% 86%, rgba(183, 230, 52, 0.1), transparent 26%),
    linear-gradient(135deg, var(--df-uf-night), #0b3737);
}

/* --------------------------------------------------------------------------
   Mobile hero system v2

   Live copy and controls stay in a calm, opaque panel. Route-specific artwork
   is rendered as its own 6:5 panel, so no focal subject or sentence is lost to
   a narrow viewport crop. Small transparent tiki stickers provide a recurring
   character without competing with the primary call to action.
   -------------------------------------------------------------------------- */

body.df-theme-version-20260711-3.df-route-home {
  --df-mobile-hero-fallback: url("/wp-content/uploads/discfunktional/theme-20260711/mobile-hero-home-v2-480x400.webp");
  --df-mobile-hero-art: image-set(
    url("/wp-content/uploads/discfunktional/theme-20260711/mobile-hero-home-v2-480x400.webp") type("image/webp") 1x,
    url("/wp-content/uploads/discfunktional/theme-20260711/mobile-hero-home-v2-960x800.webp") type("image/webp") 2x
  );
  --df-mobile-copy-bg: #fbf5e9;
}

body.df-theme-version-20260711-3.df-route-shop {
  --df-mobile-hero-fallback: url("/wp-content/uploads/discfunktional/theme-20260711/mobile-hero-shop-v2-480x400.webp");
  --df-mobile-hero-art: image-set(
    url("/wp-content/uploads/discfunktional/theme-20260711/mobile-hero-shop-v2-480x400.webp") type("image/webp") 1x,
    url("/wp-content/uploads/discfunktional/theme-20260711/mobile-hero-shop-v2-960x800.webp") type("image/webp") 2x
  );
  --df-mobile-mascot: image-set(
    url("/wp-content/uploads/discfunktional/theme-20260711/tiki-mascot-shopkeeper-256x256.webp") type("image/webp") 1x,
    url("/wp-content/uploads/discfunktional/theme-20260711/tiki-mascot-shopkeeper-512x512.webp") type("image/webp") 2x
  );
  --df-mobile-copy-bg: #eef7ef;
}

body.df-theme-version-20260711-3.df-route-courses {
  --df-mobile-hero-fallback: url("/wp-content/uploads/discfunktional/theme-20260711/mobile-hero-courses-v2-480x400.webp");
  --df-mobile-hero-art: image-set(
    url("/wp-content/uploads/discfunktional/theme-20260711/mobile-hero-courses-v2-480x400.webp") type("image/webp") 1x,
    url("/wp-content/uploads/discfunktional/theme-20260711/mobile-hero-courses-v2-960x800.webp") type("image/webp") 2x
  );
  --df-mobile-mascot: image-set(
    url("/wp-content/uploads/discfunktional/theme-20260711/tiki-mascot-course-map-256x256.webp") type("image/webp") 1x,
    url("/wp-content/uploads/discfunktional/theme-20260711/tiki-mascot-course-map-512x512.webp") type("image/webp") 2x
  );
  --df-mobile-copy-bg: #edf8f4;
}

body.df-theme-version-20260711-3.df-route-disc-guides {
  --df-mobile-hero-fallback: url("/wp-content/uploads/discfunktional/theme-20260711/mobile-hero-disc-guides-v2-480x400.webp");
  --df-mobile-hero-art: image-set(
    url("/wp-content/uploads/discfunktional/theme-20260711/mobile-hero-disc-guides-v2-480x400.webp") type("image/webp") 1x,
    url("/wp-content/uploads/discfunktional/theme-20260711/mobile-hero-disc-guides-v2-960x800.webp") type("image/webp") 2x
  );
  --df-mobile-mascot: image-set(
    url("/wp-content/uploads/discfunktional/theme-20260711/tiki-mascot-finder-coach-256x256.webp") type("image/webp") 1x,
    url("/wp-content/uploads/discfunktional/theme-20260711/tiki-mascot-finder-coach-512x512.webp") type("image/webp") 2x
  );
  --df-mobile-copy-bg: #e9f7f8;
}

body.df-theme-version-20260711-3.df-route-disc-finder {
  --df-mobile-hero-fallback: url("/wp-content/uploads/discfunktional/theme-20260711/mobile-hero-disc-finder-v2-480x400.webp");
  --df-mobile-hero-art: image-set(
    url("/wp-content/uploads/discfunktional/theme-20260711/mobile-hero-disc-finder-v2-480x400.webp") type("image/webp") 1x,
    url("/wp-content/uploads/discfunktional/theme-20260711/mobile-hero-disc-finder-v2-960x800.webp") type("image/webp") 2x
  );
  --df-mobile-mascot: image-set(
    url("/wp-content/uploads/discfunktional/theme-20260711/tiki-mascot-finder-coach-256x256.webp") type("image/webp") 1x,
    url("/wp-content/uploads/discfunktional/theme-20260711/tiki-mascot-finder-coach-512x512.webp") type("image/webp") 2x
  );
  --df-mobile-copy-bg: #09263a;
  --df-mobile-copy-color: #fbf8f1;
  --df-mobile-copy-muted: #d8eef0;
}

body.df-theme-version-20260711-3.df-route-bag-builder {
  --df-mobile-hero-fallback: url("/wp-content/uploads/discfunktional/theme-20260711/mobile-hero-bag-builder-v2-480x400.webp");
  --df-mobile-hero-art: image-set(
    url("/wp-content/uploads/discfunktional/theme-20260711/mobile-hero-bag-builder-v2-480x400.webp") type("image/webp") 1x,
    url("/wp-content/uploads/discfunktional/theme-20260711/mobile-hero-bag-builder-v2-960x800.webp") type("image/webp") 2x
  );
  --df-mobile-mascot: image-set(
    url("/wp-content/uploads/discfunktional/theme-20260711/tiki-mascot-bag-analyst-256x256.webp") type("image/webp") 1x,
    url("/wp-content/uploads/discfunktional/theme-20260711/tiki-mascot-bag-analyst-512x512.webp") type("image/webp") 2x
  );
  --df-mobile-copy-bg: #09263a;
  --df-mobile-copy-color: #fbf8f1;
  --df-mobile-copy-muted: #d8eef0;
}

body.df-theme-version-20260711-3.df-route-practice {
  --df-mobile-hero-fallback: url("/wp-content/uploads/discfunktional/theme-20260711/mobile-hero-practice-v2-480x400.webp");
  --df-mobile-hero-art: image-set(
    url("/wp-content/uploads/discfunktional/theme-20260711/mobile-hero-practice-v2-480x400.webp") type("image/webp") 1x,
    url("/wp-content/uploads/discfunktional/theme-20260711/mobile-hero-practice-v2-960x800.webp") type("image/webp") 2x
  );
  --df-mobile-mascot: image-set(
    url("/wp-content/uploads/discfunktional/theme-20260711/tiki-mascot-practice-putter-256x256.webp") type("image/webp") 1x,
    url("/wp-content/uploads/discfunktional/theme-20260711/tiki-mascot-practice-putter-512x512.webp") type("image/webp") 2x
  );
  --df-mobile-copy-bg: #0b3137;
  --df-mobile-copy-color: #fbf8f1;
  --df-mobile-copy-muted: #d8eef0;
}

body.df-theme-version-20260711-3.df-route-team {
  --df-mobile-hero-fallback: url("/wp-content/uploads/discfunktional/theme-20260711/mobile-hero-team-v2-480x400.webp");
  --df-mobile-hero-art: image-set(
    url("/wp-content/uploads/discfunktional/theme-20260711/mobile-hero-team-v2-480x400.webp") type("image/webp") 1x,
    url("/wp-content/uploads/discfunktional/theme-20260711/mobile-hero-team-v2-960x800.webp") type("image/webp") 2x
  );
  --df-mobile-mascot: image-set(
    url("/wp-content/uploads/discfunktional/theme-20260711/tiki-mascot-event-host-256x256.webp") type("image/webp") 1x,
    url("/wp-content/uploads/discfunktional/theme-20260711/tiki-mascot-event-host-512x512.webp") type("image/webp") 2x
  );
  --df-mobile-copy-bg: #fff3dc;
}

body.df-theme-version-20260711-3.df-route-events {
  --df-mobile-hero-fallback: url("/wp-content/uploads/discfunktional/theme-20260711/mobile-hero-events-v2-480x400.webp");
  --df-mobile-hero-art: image-set(
    url("/wp-content/uploads/discfunktional/theme-20260711/mobile-hero-events-v2-480x400.webp") type("image/webp") 1x,
    url("/wp-content/uploads/discfunktional/theme-20260711/mobile-hero-events-v2-960x800.webp") type("image/webp") 2x
  );
  --df-mobile-mascot: image-set(
    url("/wp-content/uploads/discfunktional/theme-20260711/tiki-mascot-event-host-256x256.webp") type("image/webp") 1x,
    url("/wp-content/uploads/discfunktional/theme-20260711/tiki-mascot-event-host-512x512.webp") type("image/webp") 2x
  );
  --df-mobile-copy-bg: #fff0dc;
}

body.df-theme-version-20260711-3.df-route-community {
  --df-mobile-hero-fallback: url("/wp-content/uploads/discfunktional/theme-20260711/mobile-hero-community-v2-480x400.webp");
  --df-mobile-hero-art: image-set(
    url("/wp-content/uploads/discfunktional/theme-20260711/mobile-hero-community-v2-480x400.webp") type("image/webp") 1x,
    url("/wp-content/uploads/discfunktional/theme-20260711/mobile-hero-community-v2-960x800.webp") type("image/webp") 2x
  );
  --df-mobile-mascot: image-set(
    url("/wp-content/uploads/discfunktional/theme-20260711/tiki-mascot-event-host-256x256.webp") type("image/webp") 1x,
    url("/wp-content/uploads/discfunktional/theme-20260711/tiki-mascot-event-host-512x512.webp") type("image/webp") 2x
  );
  --df-mobile-copy-bg: #f2f7df;
}

body.df-theme-version-20260711-3.df-route-blog {
  --df-mobile-hero-fallback: url("/wp-content/uploads/discfunktional/theme-20260711/mobile-hero-blog-v2-480x400.webp");
  --df-mobile-hero-art: image-set(
    url("/wp-content/uploads/discfunktional/theme-20260711/mobile-hero-blog-v2-480x400.webp") type("image/webp") 1x,
    url("/wp-content/uploads/discfunktional/theme-20260711/mobile-hero-blog-v2-960x800.webp") type("image/webp") 2x
  );
  --df-mobile-mascot: image-set(
    url("/wp-content/uploads/discfunktional/theme-20260711/tiki-mascot-bag-analyst-256x256.webp") type("image/webp") 1x,
    url("/wp-content/uploads/discfunktional/theme-20260711/tiki-mascot-bag-analyst-512x512.webp") type("image/webp") 2x
  );
  --df-mobile-copy-bg: #fbf5e9;
}

body.df-theme-version-20260711-3.df-route-tips {
  --df-mobile-mascot: image-set(
    url("/wp-content/uploads/discfunktional/theme-20260711/tiki-mascot-practice-putter-256x256.webp") type("image/webp") 1x,
    url("/wp-content/uploads/discfunktional/theme-20260711/tiki-mascot-practice-putter-512x512.webp") type("image/webp") 2x
  );
  --df-mobile-copy-bg: #fbf5e9;
}

@media (max-width: 767px) {
  body.df-theme-version-20260711-3:is(
    .df-route-home,
    .df-route-shop,
    .df-route-courses,
    .df-route-disc-guides,
    .df-route-disc-finder,
    .df-route-bag-builder,
    .df-route-practice,
    .df-route-team,
    .df-route-events,
    .df-route-community,
    .df-route-blog,
    .df-route-tips
  ) #primary {
    padding-top: 0 !important;
  }

  body.df-theme-version-20260711-3 .dfcr-page > p:empty:first-child {
    display: none !important;
    margin: 0 !important;
  }

  body.df-theme-version-20260711-3[class*="df-route-"] :is(
    .dfcr-hero--home,
    .df-shop-hero,
    .dfcr-page > .dfcr-hero,
    .df-inner-hero,
    .df-contact-hero,
    .df-blog-hero-v5,
    .df-tips-hero-v2
  ) {
    align-items: stretch !important;
    background-color: var(--df-mobile-copy-bg, #fbf5e9) !important;
    background-image: none !important;
    box-sizing: border-box;
    color: var(--df-mobile-copy-color, var(--df-uf-ink)) !important;
    display: flex !important;
    flex-direction: column;
    grid-template-columns: none !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: hidden;
    padding: 30px 18px 0 !important;
    position: relative;
  }

  body.df-theme-version-20260711-3[class*="df-route-"] :is(
    .dfcr-hero--home,
    .df-shop-hero,
    .dfcr-page > .dfcr-hero,
    .df-inner-hero,
    .df-contact-hero,
    .df-blog-hero-v5,
    .df-tips-hero-v2
  ) > * {
    box-sizing: border-box;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: none !important;
    position: relative;
    width: 100% !important;
    z-index: 2;
  }

  body.df-theme-version-20260711-3[class*="df-route-"] :is(
    .dfcr-hero--home,
    .df-shop-hero,
    .dfcr-page > .dfcr-hero,
    .df-inner-hero,
    .df-contact-hero,
    .df-blog-hero-v5,
    .df-tips-hero-v2
  ) h1 {
    color: var(--df-mobile-copy-color, var(--df-uf-ink)) !important;
    font-size: clamp(2.45rem, 10.8vw, 2.9rem) !important;
    line-height: 0.92 !important;
    margin: 5px 0 16px !important;
    max-width: 100% !important;
    overflow-wrap: normal;
    text-shadow: none !important;
    text-wrap: balance;
  }

  body.df-theme-version-20260711-3.df-route-home .dfcr-page > .dfcr-hero.dfcr-hero--home h1 {
    font-size: clamp(3rem, 12vw, 3.5rem) !important;
    max-width: 7ch !important;
  }

  body.df-theme-version-20260711-3[class*="df-route-"] :is(
    .dfcr-hero--home,
    .df-shop-hero,
    .dfcr-page > .dfcr-hero,
    .df-inner-hero,
    .df-contact-hero,
    .df-blog-hero-v5,
    .df-tips-hero-v2
  ) p {
    background: none !important;
    border: 0 !important;
    box-shadow: none !important;
    color: var(--df-mobile-copy-muted, var(--df-uf-ink-soft)) !important;
    font-size: 1rem !important;
    line-height: 1.5 !important;
    margin: 0 0 20px !important;
    max-width: 39ch !important;
    padding: 0 !important;
    text-shadow: none !important;
  }

  body.df-theme-version-20260711-3[class*="df-route-"] :is(
    .dfcr-hero--home,
    .df-shop-hero,
    .dfcr-page > .dfcr-hero,
    .df-inner-hero,
    .df-contact-hero,
    .df-blog-hero-v5,
    .df-tips-hero-v2
  ) :is(.dfcr-actions, .df-platform-hero-actions, .df-shop-hero__actions, .df-blog-hero-v5__actions, .df-tips-actions-v1) {
    align-items: stretch !important;
    display: grid !important;
    gap: 11px !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 4px 0 0 !important;
    width: 100% !important;
  }

  body.df-theme-version-20260711-3[class*="df-route-"] :where(
    .dfcr-hero--home,
    .df-shop-hero,
    .dfcr-page > .dfcr-hero,
    .df-inner-hero,
    .df-contact-hero,
    .df-blog-hero-v5,
    .df-tips-hero-v2
  ) :is(.dfcr-actions, .df-platform-hero-actions, .df-shop-hero__actions, .df-blog-hero-v5__actions, .df-tips-actions-v1) > * {
    align-items: center;
    background: var(--df-uf-white) !important;
    border: 2px solid var(--df-uf-ink) !important;
    box-shadow: 2px 3px 0 var(--df-uf-ink) !important;
    box-sizing: border-box;
    color: var(--df-uf-ink) !important;
    display: inline-flex;
    font-size: clamp(0.76rem, 3.15vw, 0.9rem) !important;
    justify-content: center;
    line-height: 1.15 !important;
    min-height: 50px;
    padding: 11px 10px !important;
    text-align: center;
    white-space: normal;
    width: 100% !important;
  }

  body.df-theme-version-20260711-3[class*="df-route-"] :where(
    .dfcr-hero--home,
    .df-shop-hero,
    .dfcr-page > .dfcr-hero,
    .df-inner-hero,
    .df-contact-hero,
    .df-blog-hero-v5,
    .df-tips-hero-v2
  ) :is(.dfcr-actions, .df-platform-hero-actions, .df-shop-hero__actions, .df-blog-hero-v5__actions, .df-tips-actions-v1) > :first-child {
    background: #247d50 !important;
    border-color: var(--df-uf-ink) !important;
    color: var(--df-uf-white) !important;
    grid-column: 1 / -1;
  }

  body.df-theme-version-20260711-3[class*="df-route-"] :where(
    .dfcr-hero--home,
    .df-shop-hero,
    .dfcr-page > .dfcr-hero,
    .df-inner-hero,
    .df-contact-hero,
    .df-blog-hero-v5,
    .df-tips-hero-v2
  ) :is(.dfcr-actions, .df-platform-hero-actions, .df-shop-hero__actions, .df-blog-hero-v5__actions, .df-tips-actions-v1) > :nth-child(2):last-child {
    grid-column: 1 / -1;
  }

  body.df-theme-version-20260711-3[class*="df-route-"] :where(
    .dfcr-hero--home,
    .df-shop-hero,
    .dfcr-page > .dfcr-hero,
    .df-inner-hero,
    .df-contact-hero,
    .df-blog-hero-v5,
    .df-tips-hero-v2
  ) :is(.dfcr-actions, .df-platform-hero-actions, .df-shop-hero__actions, .df-blog-hero-v5__actions, .df-tips-actions-v1) > :nth-child(3) {
    background: var(--df-uf-cyan) !important;
    color: var(--df-uf-ink) !important;
  }

  body.df-theme-version-20260711-3.df-route-home .dfcr-actions > :nth-child(2) {
    background: var(--df-uf-cyan) !important;
  }

  body.df-theme-version-20260711-3.df-route-home .dfcr-actions > :nth-child(3) {
    background: var(--df-uf-lime) !important;
  }

  body.df-theme-version-20260711-3:is(
    .df-route-home,
    .df-route-shop,
    .df-route-courses,
    .df-route-disc-guides,
    .df-route-disc-finder,
    .df-route-bag-builder,
    .df-route-practice,
    .df-route-team,
    .df-route-events,
    .df-route-community,
    .df-route-blog
  ) :is(
    .dfcr-hero--home,
    .df-shop-hero,
    .dfcr-page > .dfcr-hero,
    .df-inner-hero,
    .df-contact-hero,
    .df-blog-hero-v5
  )::before {
    align-self: stretch;
    aspect-ratio: 6 / 5;
    background-color: #d9eee7 !important;
    background-image: var(--df-mobile-mascot, none), var(--df-mobile-hero-art, var(--df-mobile-hero-fallback)) !important;
    background-position: right 10px bottom 7px, center !important;
    background-repeat: no-repeat, no-repeat !important;
    background-size: clamp(94px, 27vw, 116px) auto, cover !important;
    content: "" !important;
    display: block !important;
    flex: none;
    inset: auto !important;
    margin: 28px -18px 0 !important;
    opacity: 1 !important;
    order: 100;
    pointer-events: none;
    position: relative !important;
    transform: none !important;
    width: calc(100% + 36px) !important;
    z-index: 1;
  }

  body.df-theme-version-20260711-3.df-route-home .dfcr-hero--home::before {
    background-image: var(--df-mobile-hero-art, var(--df-mobile-hero-fallback)) !important;
    background-position: center !important;
    background-size: cover !important;
  }

  body.df-theme-version-20260711-3 .dfcr-hero--home .dfcr-hero__panel,
  body.df-theme-version-20260711-3.df-route-blog .df-blog-hero-v5__visual {
    display: none !important;
  }

  /* Challenge and tips templates already carry useful page-specific poster
     content. Put that media below the readable copy instead of behind it. */
  body.df-theme-version-20260711-3 .df-tips-hero-v2::before {
    content: none !important;
    display: none !important;
  }

  body.df-theme-version-20260711-3.df-route-practice .dfcr-page > .dfcr-hero.dfcr-challenge-hero::before {
    content: none !important;
    display: none !important;
  }

  body.df-theme-version-20260711-3.df-route-practice .dfcr-page > .dfcr-hero.dfcr-challenge-hero > .dfcr-hero-poster {
    display: block !important;
    flex: none !important;
    position: relative !important;
  }

  body.df-theme-version-20260711-3 .dfcr-challenge-hero > :is(figure, .dfcr-hero-poster),
  body.df-theme-version-20260711-3 .df-tips-hero-v2 > .df-tips-poster-wall-v2 {
    aspect-ratio: 6 / 5;
    margin: 28px -18px 0 !important;
    max-width: none !important;
    order: 100;
    overflow: hidden;
    width: calc(100% + 36px) !important;
  }

  body.df-theme-version-20260711-3 .dfcr-challenge-hero > :is(figure, .dfcr-hero-poster) img,
  body.df-theme-version-20260711-3 .df-tips-hero-v2 > .df-tips-poster-wall-v2 img {
    height: 100% !important;
    object-fit: cover;
    object-position: center;
    width: 100% !important;
  }

  body.df-theme-version-20260711-3 .dfcr-challenge-hero > :is(figure, .dfcr-hero-poster) figcaption {
    display: none !important;
  }

  body.df-theme-version-20260711-3.df-theme-commerce .df-shop-hero,
  body.df-theme-version-20260711-3.df-theme-editorial :is(.df-blog-hero-v5, .df-tips-hero-v2) {
    margin-inline: calc(50% - 50vw) !important;
    width: 100vw !important;
  }
}

@media (max-width: 369px) {
  body.df-theme-version-20260711-3[class*="df-route-"] :is(
    .dfcr-hero--home,
    .df-shop-hero,
    .dfcr-page > .dfcr-hero,
    .df-inner-hero,
    .df-contact-hero,
    .df-blog-hero-v5,
    .df-tips-hero-v2
  ) {
    padding-inline: 15px !important;
  }

  body.df-theme-version-20260711-3:is(
    .df-route-home,
    .df-route-shop,
    .df-route-courses,
    .df-route-disc-guides,
    .df-route-disc-finder,
    .df-route-bag-builder,
    .df-route-practice,
    .df-route-team,
    .df-route-events,
    .df-route-community,
    .df-route-blog
  ) :is(
    .dfcr-hero--home,
    .df-shop-hero,
    .dfcr-page > .dfcr-hero,
    .df-inner-hero,
    .df-contact-hero,
    .df-blog-hero-v5
  )::before,
  body.df-theme-version-20260711-3 .dfcr-challenge-hero > :is(figure, .dfcr-hero-poster),
  body.df-theme-version-20260711-3 .df-tips-hero-v2 > .df-tips-poster-wall-v2 {
    margin-inline: -15px !important;
    width: calc(100% + 30px) !important;
  }
}

/* On wider screens the same characters become small route markers tucked into
   the artwork edge. They stay decorative and never cover copy or controls. */
@media (min-width: 1025px) {
  body.df-theme-version-20260711-3[class*="df-route-"]:not(.df-route-home) :is(
    .df-shop-hero,
    .dfcr-page > .dfcr-hero,
    .df-inner-hero,
    .df-contact-hero,
    .df-blog-hero-v5,
    .df-tips-hero-v2
  )::before {
    aspect-ratio: 1;
    background-color: transparent !important;
    background-image: var(--df-mobile-mascot, none) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    bottom: 14px !important;
    content: "" !important;
    display: block !important;
    left: auto !important;
    opacity: 1 !important;
    pointer-events: none;
    position: absolute !important;
    right: clamp(16px, 2.5vw, 38px) !important;
    top: auto !important;
    transform: none !important;
    width: clamp(96px, 9vw, 132px) !important;
    z-index: 3;
  }

  body.df-theme-version-20260711-3.df-route-bag-builder .dfcr-page > .dfcr-hero .df-platform-hero-actions > :nth-child(3) {
    background: var(--df-uf-white) !important;
    border-color: var(--df-uf-ink) !important;
    box-shadow: 2px 3px 0 var(--df-uf-ink) !important;
    color: var(--df-uf-ink) !important;
  }
}

/* Tablet heroes use live controls on top of artwork. Keep every action on an
   opaque, high-contrast surface and omit the desktop corner mascot so neither
   the art nor the character can interfere with the tap targets. */
@media (min-width: 768px) and (max-width: 1024px) {
  body.df-theme-version-20260711-3[class*="df-route-"]:not(.df-route-home) :where(
    .df-shop-hero,
    .dfcr-page > .dfcr-hero,
    .df-inner-hero,
    .df-contact-hero,
    .df-blog-hero-v5,
    .df-tips-hero-v2
  ) :is(.dfcr-actions, .df-platform-hero-actions, .df-shop-hero__actions, .df-blog-hero-v5__actions, .df-tips-actions-v1) > * {
    background: var(--df-uf-white) !important;
    border: 2px solid var(--df-uf-ink) !important;
    box-shadow: 2px 3px 0 var(--df-uf-ink) !important;
    color: var(--df-uf-ink) !important;
  }

  body.df-theme-version-20260711-3[class*="df-route-"]:not(.df-route-home) :where(
    .df-shop-hero,
    .dfcr-page > .dfcr-hero,
    .df-inner-hero,
    .df-contact-hero,
    .df-blog-hero-v5,
    .df-tips-hero-v2
  ) :is(.dfcr-actions, .df-platform-hero-actions, .df-shop-hero__actions, .df-blog-hero-v5__actions, .df-tips-actions-v1) > :first-child {
    background: #247d50 !important;
    color: var(--df-uf-white) !important;
  }

  body.df-theme-version-20260711-3[class*="df-route-"]:not(.df-route-home) :where(
    .df-shop-hero,
    .dfcr-page > .dfcr-hero,
    .df-inner-hero,
    .df-contact-hero,
    .df-blog-hero-v5,
    .df-tips-hero-v2
  ) :is(.dfcr-actions, .df-platform-hero-actions, .df-shop-hero__actions, .df-blog-hero-v5__actions, .df-tips-actions-v1) > :nth-child(3) {
    background: var(--df-uf-cyan) !important;
    color: var(--df-uf-ink) !important;
  }
}

/* The editorial hero already uses the full-bleed route artwork. Its older
   inset visual duplicated that art at desktop and is intentionally retired. */
body.df-theme-version-20260711-3.df-route-blog .df-blog-hero-v5__visual {
  display: none !important;
}

body.df-theme-version-20260711-3.df-route-tips .df-tips-hero-v2 .df-tips-actions-v1 > a {
  background: var(--df-uf-white) !important;
  border: 2px solid var(--df-uf-ink) !important;
  color: var(--df-uf-ink) !important;
}

body.df-theme-version-20260711-3.df-route-tips .df-tips-hero-v2 .df-tips-actions-v1 > a:first-child {
  background: var(--df-uf-lime) !important;
  color: var(--df-uf-ink) !important;
}

@media (min-width: 768px) {
  body.df-theme-version-20260711-3.df-route-tips .df-tips-hero-v2__copy {
    background: var(--df-uf-paper-light) !important;
    border: 2px solid var(--df-uf-ink);
    box-shadow: 5px 6px 0 var(--df-uf-ink);
    box-sizing: border-box;
    max-width: 520px;
    padding: clamp(22px, 4vw, 38px);
  }
}

/* --------------------------------------------------------------------------
   Recurring mascot helper
   -------------------------------------------------------------------------- */

.df-mascot-helper[hidden] {
  display: none !important;
}

body.df-theme-version-20260711-3 .df-mascot-helper {
  align-items: end;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: clamp(118px, 14vw, 174px) minmax(0, 1fr);
  isolation: isolate;
  margin: clamp(58px, 8vw, 104px) auto;
  max-width: min(760px, calc(100% - 40px));
  min-width: 0;
  padding-top: 34px;
  position: relative;
  width: 100%;
}

body.df-theme-version-20260711-3 .df-mascot-helper__character {
  align-self: end;
  margin-right: -32px;
  min-width: 0;
  position: relative;
  transform-origin: 68% 82%;
  z-index: 3;
}

body.df-theme-version-20260711-3 .df-mascot-helper__image {
  display: block;
  height: auto;
  margin: 0;
  max-width: none;
  object-fit: contain;
  width: clamp(136px, 16vw, 190px);
}

body.df-theme-version-20260711-3 .df-mascot-helper__bubble {
  background: var(--df-uf-white);
  border: 2px solid var(--df-uf-ink);
  box-shadow: 3px 4px 0 var(--df-uf-ink);
  color: var(--df-uf-ink);
  font-family: var(--df-uf-heading);
  font-size: clamp(0.72rem, 1.5vw, 0.9rem);
  font-style: italic;
  font-weight: 850;
  left: -2px;
  letter-spacing: 0.035em;
  line-height: 1.05;
  margin: 0;
  max-width: 140px;
  padding: 9px 12px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: -28px;
  transform: rotate(-2deg);
  z-index: 4;
}

body.df-theme-version-20260711-3 .df-mascot-helper__bubble::after {
  background: var(--df-uf-white);
  border-bottom: 2px solid var(--df-uf-ink);
  border-right: 2px solid var(--df-uf-ink);
  bottom: -8px;
  content: "";
  height: 14px;
  left: 32px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

body.df-theme-version-20260711-3 .df-mascot-helper__tile {
  background-color: var(--df-uf-paper-light);
  background-image: radial-gradient(circle at 15% 22%, rgba(7, 20, 33, 0.035) 0 1px, transparent 1.5px);
  background-size: 19px 19px;
  border: 3px solid var(--df-uf-ink);
  box-shadow: 7px 8px 0 rgba(7, 20, 33, 0.92);
  box-sizing: border-box;
  min-height: 182px;
  min-width: 0;
  padding: clamp(22px, 3.2vw, 34px) clamp(20px, 4vw, 42px) 22px clamp(34px, 5vw, 54px);
  position: relative;
  z-index: 1;
}

body.df-theme-version-20260711-3 .df-mascot-helper__tile::before {
  background: var(--df-uf-lime);
  content: "";
  height: 5px;
  left: clamp(34px, 5vw, 54px);
  position: absolute;
  top: 0;
  width: 72px;
}

body.df-theme-version-20260711-3 .df-mascot-helper__tile h2 {
  color: var(--df-uf-ink) !important;
  font-family: var(--df-uf-heading) !important;
  font-size: clamp(1.45rem, 3.5vw, 2.45rem) !important;
  font-weight: 900 !important;
  letter-spacing: -0.035em !important;
  line-height: 0.98 !important;
  margin: 0 0 9px !important;
  max-width: 16ch;
  text-transform: uppercase;
  word-spacing: 0.09em;
}

body.df-theme-version-20260711-3 .df-mascot-helper__tile > p {
  color: var(--df-uf-ink-soft) !important;
  font-family: var(--df-uf-body) !important;
  font-size: clamp(0.92rem, 1.8vw, 1.04rem) !important;
  line-height: 1.42 !important;
  margin: 0 0 16px !important;
  max-width: 42ch;
}

body.df-theme-version-20260711-3 .df-mascot-helper__cta {
  align-items: center;
  background: var(--df-uf-cyan);
  border: 2px solid var(--df-uf-ink);
  box-shadow: 3px 4px 0 var(--df-uf-ink);
  color: var(--df-uf-ink) !important;
  display: inline-flex;
  font-family: var(--df-uf-ui);
  font-size: 0.88rem;
  font-weight: 850;
  gap: 10px;
  justify-content: center;
  letter-spacing: 0.035em;
  line-height: 1.1;
  min-height: 46px;
  padding: 10px 15px;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

body.df-theme-version-20260711-3 .df-mascot-helper__cta:is(:hover, :focus-visible) {
  background: var(--df-uf-lime);
  box-shadow: 1px 2px 0 var(--df-uf-ink);
  transform: translate(2px, 2px);
}

body.df-theme-version-20260711-3 .df-mascot-helper__cta > svg {
  flex: 0 0 auto;
  height: 20px;
  width: 20px;
}

body.df-theme-version-20260711-3 .df-inline-cart-feedback {
  align-items: center;
  background: var(--df-uf-lime);
  border: 2px solid var(--df-uf-ink);
  box-shadow: 2px 3px 0 var(--df-uf-ink);
  color: var(--df-uf-ink);
  display: flex !important;
  flex-wrap: wrap;
  font-family: var(--df-uf-ui);
  font-size: 0.78rem;
  font-weight: 850;
  gap: 8px 12px;
  justify-content: space-between;
  line-height: 1.2;
  margin: 10px 0 0 !important;
  padding: 9px 10px;
  text-transform: uppercase;
}

body.df-theme-version-20260711-3 .df-inline-cart-feedback > a {
  color: var(--df-uf-ink) !important;
  font-weight: 900;
  text-decoration: underline !important;
  text-decoration-thickness: 2px !important;
  text-underline-offset: 3px;
}

@keyframes df-mascot-tug {
  0% { transform: translateX(12px) rotate(4deg); }
  36% { transform: translateX(-9px) rotate(-7deg); }
  62% { transform: translateX(3px) rotate(2deg); }
  82% { transform: translateX(-2px) rotate(-1deg); }
  100% { transform: none; }
}

@keyframes df-mascot-help {
  0% { transform: translateY(13px) rotate(3deg); }
  55% { transform: translateY(-5px) rotate(-3deg); }
  78% { transform: translateY(2px) rotate(1deg); }
  100% { transform: none; }
}

@keyframes df-helper-tile-pull {
  0% { opacity: 0.72; transform: translateX(28px); }
  52% { opacity: 1; transform: translateX(-5px); }
  76% { transform: translateX(3px); }
  100% { opacity: 1; transform: none; }
}

@keyframes df-helper-bubble-pop {
  0%, 34% { opacity: 0; transform: translateY(7px) rotate(-2deg) scale(0.94); }
  70% { opacity: 1; transform: translateY(-2px) rotate(-2deg) scale(1.02); }
  100% { opacity: 1; transform: rotate(-2deg) scale(1); }
}

body.df-theme-version-20260711-3 .df-mascot-helper.is-mounted:not(.is-revealed) .df-mascot-helper__tile {
  opacity: 0.72;
  transform: translateX(28px);
}

body.df-theme-version-20260711-3 .df-mascot-helper.is-mounted:not(.is-revealed) .df-mascot-helper__character {
  transform: translateY(13px) rotate(3deg);
}

body.df-theme-version-20260711-3 .df-mascot-helper--pull.is-mounted:not(.is-revealed) .df-mascot-helper__character {
  transform: translateX(12px) rotate(4deg);
}

body.df-theme-version-20260711-3 .df-mascot-helper.is-mounted:not(.is-revealed) .df-mascot-helper__bubble {
  opacity: 0;
  transform: translateY(7px) rotate(-2deg) scale(0.94);
}

body.df-theme-version-20260711-3 .df-mascot-helper.is-revealed .df-mascot-helper__tile {
  animation: df-helper-tile-pull 820ms cubic-bezier(0.2, 0.75, 0.3, 1) both;
}

body.df-theme-version-20260711-3 .df-mascot-helper.is-revealed .df-mascot-helper__character {
  animation: df-mascot-help 760ms cubic-bezier(0.2, 0.75, 0.3, 1) both;
}

body.df-theme-version-20260711-3 .df-mascot-helper--pull.is-revealed .df-mascot-helper__character {
  animation-name: df-mascot-tug;
}

body.df-theme-version-20260711-3 .df-mascot-helper.is-revealed .df-mascot-helper__bubble {
  animation: df-helper-bubble-pop 880ms 120ms cubic-bezier(0.2, 0.75, 0.3, 1) both;
}

@media (max-width: 767px) {
  body.df-theme-version-20260711-3 .df-mascot-helper {
    grid-template-columns: 94px minmax(0, 1fr);
    margin-block: 60px 68px;
    max-width: calc(100% - 28px);
    padding-top: 31px;
  }

  body.df-theme-version-20260711-3 .df-mascot-helper__character {
    margin-right: -36px;
  }

  body.df-theme-version-20260711-3 .df-mascot-helper__image {
    width: 132px;
  }

  body.df-theme-version-20260711-3 .df-mascot-helper__bubble {
    font-size: 0.75rem;
    left: -4px;
    line-height: 1.15;
    max-width: 110px;
    padding: 8px 9px;
    top: -26px;
  }

  body.df-theme-version-20260711-3 .df-mascot-helper__tile {
    min-height: 172px;
    padding: 20px 14px 17px 31px;
  }

  body.df-theme-version-20260711-3 .df-mascot-helper__tile::before {
    left: 31px;
    width: 58px;
  }

  body.df-theme-version-20260711-3 .df-mascot-helper__tile h2 {
    font-size: clamp(1.12rem, 5.5vw, 1.42rem) !important;
    line-height: 1.02 !important;
    max-width: 12ch;
  }

  body.df-theme-version-20260711-3 .df-mascot-helper__tile > p {
    font-size: 0.86rem !important;
    line-height: 1.38 !important;
    margin-bottom: 13px !important;
  }

  body.df-theme-version-20260711-3 .df-mascot-helper__cta {
    font-size: 0.75rem;
    gap: 7px;
    min-height: 44px;
    padding: 9px 10px;
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.df-theme-version-20260711-3 .df-mascot-helper *,
  body.df-theme-version-20260711-3 .df-mascot-helper *::before,
  body.df-theme-version-20260711-3 .df-mascot-helper *::after {
    animation: none !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  body.df-theme-version-20260711-3 .df-mascot-helper__character,
  body.df-theme-version-20260711-3 .df-mascot-helper__tile,
  body.df-theme-version-20260711-3 .df-mascot-helper__bubble {
    opacity: 1 !important;
    transform: none !important;
  }
}

@media print {
  body.df-theme-version-20260711-3 .df-mascot-helper {
    display: none !important;
  }

  body.df-theme-home .dfcr-hero--home,
  body.df-theme-community :where(.dfcr-hero, .df-inner-hero, .df-contact-hero) {
    background-image: none !important;
  }

  body.df-theme-home .dfcr-section--dark::after {
    display: none;
  }
}

/* --------------------------------------------------------------------------
   Bag Builder overview-first workspace — 2026-07-13
   -------------------------------------------------------------------------- */

body.df-theme-version-20260711-3.df-route-bag-builder {
  --df-bb-surface: #fff;
  --df-bb-soft: #f3f7f5;
  --df-bb-line: rgba(7, 20, 33, 0.16);
  --df-bb-green: #247d50;
  --df-bb-green-soft: #e8f4ec;
  --df-bb-orange-soft: #fff1db;
  --df-bb-cyan-soft: #e8f7f8;
  --df-mobile-copy-bg: #fbf8f1;
  --df-mobile-copy-color: #071421;
  --df-mobile-copy-muted: #173044;
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-mascot-helper {
  display: none !important;
}

body.df-theme-version-20260711-3.df-route-bag-builder .dfcr-page {
  min-width: 0;
  overflow-x: clip;
}

body.df-theme-version-20260711-3.df-route-bag-builder .dfcr-page > .dfcr-section {
  padding-block: clamp(24px, 4vw, 52px) clamp(54px, 7vw, 90px) !important;
}

body.df-theme-version-20260711-3.df-route-bag-builder :is(.df-platform-bag-summary, .df-platform-workspace-tabs, .df-platform-bag-workspace) {
  box-sizing: border-box;
  width: min(1480px, 100%);
}

body.df-theme-version-20260711-3.df-route-bag-builder :is(.df-platform-bag-summary, .df-platform-bag-summary *, .df-platform-workspace-tabs, .df-platform-workspace-tabs *, .df-platform-bag-workspace, .df-platform-bag-workspace *, .df-platform-tab-panel, .df-platform-tab-panel *) {
  box-sizing: border-box;
  min-width: 0;
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-bag-workspace > [hidden] {
  display: none !important;
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-bag-workspace [hidden] {
  display: none !important;
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-bag-workspace :is(input, select, textarea, button) {
  max-width: 100%;
  min-width: 0;
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-bag-workspace :is(button, .dfcr-btn) {
  white-space: normal;
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-bag-workspace :is(p, li, small, strong, span, label, a, button) {
  overflow-wrap: break-word;
  word-break: normal;
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-bag-workspace h2 {
  font-size: clamp(1.65rem, 2.4vw, 2.35rem) !important;
  line-height: 1.02 !important;
  margin: 0;
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-bag-workspace h3 {
  font-size: clamp(1.15rem, 1.7vw, 1.55rem) !important;
  line-height: 1.12 !important;
  margin: 0;
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-bag-workspace h4 {
  font-size: 1.05rem !important;
  line-height: 1.2 !important;
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-eyebrow {
  color: var(--df-uf-cyan-deep);
  display: block;
  font-family: var(--df-uf-ui);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.075em;
  line-height: 1.2;
  margin-bottom: 6px;
  text-transform: uppercase;
}

/* Compact hero: route artwork, readable copy, no mascot overlay. */
body.df-theme-version-20260711-3.df-route-bag-builder .dfcr-page > .dfcr-hero {
  background-position: center right !important;
  min-height: clamp(236px, 19vw, 304px) !important;
  padding: clamp(34px, 4.6vw, 58px) max(var(--df-uf-gutter), calc((100vw - 1400px) / 2)) !important;
}

body.df-theme-version-20260711-3.df-route-bag-builder .dfcr-page > .dfcr-hero > * {
  max-width: min(860px, 68%) !important;
}

body.df-theme-version-20260711-3.df-route-bag-builder .dfcr-page > .dfcr-hero h1 {
  font-size: clamp(3.25rem, 5.8vw, 5.7rem) !important;
  line-height: 0.92 !important;
  margin: 0 0 12px !important;
  max-width: none !important;
}

body.df-theme-version-20260711-3.df-route-bag-builder .dfcr-page > .dfcr-hero p {
  font-size: clamp(1rem, 1.3vw, 1.15rem) !important;
  margin: 0 !important;
  max-width: 48ch !important;
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-hero-actions {
  align-items: stretch;
  display: flex;
  gap: 12px;
  margin-top: 20px;
}

@media (min-width: 768px) {
  body.df-theme-version-20260711-3.df-route-bag-builder .dfcr-page > .dfcr-hero::before {
    content: none !important;
    display: none !important;
  }
}

/* At-a-glance health and context. */
body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-bag-summary {
  background: rgba(255, 255, 255, 0.97) !important;
  border: 1px solid var(--df-bb-line) !important;
  border-radius: 12px !important;
  box-shadow: 0 14px 38px rgba(7, 20, 33, 0.08) !important;
  display: grid !important;
  gap: 0 !important;
  grid-template-columns: minmax(155px, 0.75fr) minmax(235px, 1.35fr) repeat(4, minmax(82px, 0.52fr)) minmax(230px, 1.1fr) !important;
  margin: 0 auto 14px !important;
  padding: 0 !important;
  position: static !important;
  top: auto !important;
  z-index: auto !important;
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-bag-summary > div {
  align-content: center;
  border-bottom: 0 !important;
  border-right: 1px solid var(--df-bb-line) !important;
  display: grid !important;
  gap: 5px;
  min-height: 132px;
  padding: 16px 18px !important;
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-bag-summary > div:last-child {
  border-right: 0 !important;
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-bag-summary span {
  color: var(--df-uf-muted);
  font-family: var(--df-uf-ui);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.055em;
  line-height: 1.25;
  text-transform: uppercase;
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-bag-summary strong {
  color: var(--df-uf-ink);
  font-family: var(--df-uf-heading);
  font-size: clamp(1.65rem, 2.1vw, 2.25rem);
  font-weight: 900;
  line-height: 1;
  overflow: visible;
  text-overflow: clip;
  white-space: normal;
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-bag-summary-score {
  justify-items: center;
  text-align: center;
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-bag-summary-score__ring {
  align-items: center;
  aspect-ratio: 1;
  background: conic-gradient(var(--df-bb-green) var(--df-bag-score, 0%), #dbe5df 0);
  border-radius: 50%;
  display: grid;
  justify-items: center;
  margin-top: 4px;
  padding: 13px;
  position: relative;
  width: 104px;
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-bag-summary-score__ring::before {
  background: var(--df-bb-surface);
  border-radius: inherit;
  content: "";
  inset: 9px;
  position: absolute;
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-bag-summary-score__ring :is(strong, small) {
  position: relative;
  z-index: 1;
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-bag-summary-score__ring strong {
  font-size: 2rem !important;
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-bag-summary-score__ring small,
body.df-theme-version-20260711-3.df-route-bag-builder .df-bag-summary-coverage small {
  color: var(--df-uf-muted);
  font-size: 0.75rem;
  line-height: 1.35;
}

body.df-theme-version-20260711-3.df-route-bag-builder :is(.df-bag-summary-coverage progress, .df-platform-bag-overview__coverage progress) {
  appearance: none;
  background: #e0e8e3;
  border: 0;
  border-radius: 999px;
  height: 8px;
  overflow: hidden;
  width: 100%;
}

body.df-theme-version-20260711-3.df-route-bag-builder :is(.df-bag-summary-coverage progress, .df-platform-bag-overview__coverage progress)::-webkit-progress-bar {
  background: #e0e8e3;
}

body.df-theme-version-20260711-3.df-route-bag-builder :is(.df-bag-summary-coverage progress, .df-platform-bag-overview__coverage progress)::-webkit-progress-value,
body.df-theme-version-20260711-3.df-route-bag-builder :is(.df-bag-summary-coverage progress, .df-platform-bag-overview__coverage progress)::-moz-progress-bar {
  background: var(--df-bb-green);
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-bag-summary-context {
  align-items: stretch;
  grid-template-columns: minmax(0, 1fr) minmax(72px, 0.65fr);
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-bag-summary-context label,
body.df-theme-version-20260711-3.df-route-bag-builder .df-bag-summary-context > div {
  display: grid;
  gap: 6px;
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-bag-summary-context label {
  align-content: center;
  grid-row: 1 / -1;
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-bag-summary-context > div {
  align-content: center;
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-bag-summary-context select {
  background: #fff;
  border: 1px solid var(--df-bb-line);
  border-radius: 7px;
  min-height: 44px;
  padding: 8px 10px;
  width: 100%;
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-bag-summary-context > div strong {
  font-family: var(--df-uf-body);
  font-size: 0.82rem;
  line-height: 1.25;
  overflow-wrap: normal;
  word-break: normal;
}

/* Five peer workspaces. */
body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-workspace-tabs {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid var(--df-bb-line);
  border-radius: 12px;
  display: grid !important;
  gap: 0 !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  margin: 0 auto 16px !important;
  overflow: hidden;
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-workspace-tabs button {
  align-items: center;
  background: transparent !important;
  border: 0 !important;
  border-right: 1px solid var(--df-bb-line) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: var(--df-uf-ink) !important;
  display: flex !important;
  font-family: var(--df-uf-ui);
  font-size: 0.84rem;
  font-weight: 900;
  gap: 9px;
  justify-content: center;
  min-height: 58px !important;
  padding: 10px 12px !important;
  text-transform: uppercase;
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-workspace-tabs button:last-child {
  border-right: 0 !important;
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-workspace-tabs button svg {
  fill: none;
  flex: 0 0 auto;
  height: 20px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 20px;
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-workspace-tabs button:is(:hover, :focus-visible) {
  background: var(--df-bb-soft) !important;
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-workspace-tabs button:is(.is-active, [aria-selected="true"]) {
  background: #fff !important;
  box-shadow: inset 0 -4px 0 var(--df-bb-green) !important;
  color: var(--df-bb-green) !important;
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-bag-workspace {
  display: block !important;
  grid-template-columns: none !important;
  margin: 0 auto !important;
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-tab-panel {
  margin: 0 !important;
  max-width: 100%;
  position: static !important;
  width: 100%;
}

body.df-theme-version-20260711-3.df-route-bag-builder :is(.df-platform-analysis-panel, .df-platform-control-panel) {
  position: static !important;
  top: auto !important;
}

/* Overview table and deliberately short action rail. */
body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-overview-layout {
  align-items: start;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) minmax(290px, 340px);
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-bag-overview {
  background: var(--df-bb-surface);
  border: 1px solid var(--df-bb-line);
  border-radius: 12px;
  overflow: hidden;
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-bag-overview__head {
  align-items: end;
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(0, 1fr) 190px;
  padding: clamp(18px, 2.4vw, 28px);
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-bag-overview__head p {
  color: var(--df-uf-muted);
  margin: 8px 0 0;
  max-width: 58ch;
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-bag-overview__coverage {
  display: grid;
  gap: 4px;
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-bag-overview__coverage strong {
  color: var(--df-uf-ink);
  font-family: var(--df-uf-heading);
  font-size: 1.8rem;
  line-height: 1;
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-bag-overview__coverage span {
  color: var(--df-uf-muted);
  font-size: 0.78rem;
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-bag-slot-table {
  border-top: 1px solid var(--df-bb-line);
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-bag-slot-table__head,
body.df-theme-version-20260711-3.df-route-bag-builder .df-bag-slot-row > summary {
  align-items: center;
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(105px, 0.72fr) minmax(170px, 1.1fr) minmax(180px, 1.15fr) 84px 20px;
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-bag-slot-table__head {
  background: #f0f5f2;
  color: var(--df-uf-muted);
  font-family: var(--df-uf-ui);
  font-size: 0.67rem;
  font-weight: 900;
  letter-spacing: 0.055em;
  padding: 10px 18px;
  text-transform: uppercase;
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-bag-slot-row {
  border-bottom: 1px solid var(--df-bb-line);
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-bag-slot-row:last-child {
  border-bottom: 0;
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-bag-slot-row > summary {
  cursor: pointer;
  list-style: none;
  min-height: 58px;
  padding: 11px 18px;
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-bag-slot-row > summary::-webkit-details-marker {
  display: none;
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-bag-slot-row > summary:is(:hover, :focus-visible),
body.df-theme-version-20260711-3.df-route-bag-builder .df-bag-slot-row[open] > summary {
  background: var(--df-bb-cyan-soft);
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-bag-slot-row > summary svg {
  fill: none;
  height: 20px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  transition: transform 180ms ease;
  width: 20px;
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-bag-slot-row[open] > summary svg {
  transform: rotate(180deg);
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-bag-slot-row__category {
  color: var(--df-uf-muted);
  font-size: 0.76rem;
  font-weight: 800;
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-bag-slot-row__name {
  color: var(--df-uf-ink);
  font-weight: 850;
  line-height: 1.25;
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-bag-slot-row__disc {
  color: var(--df-uf-ink-soft);
  font-size: 0.9rem;
  line-height: 1.3;
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-bag-slot-row__status {
  border-radius: 999px;
  font-size: 0.69rem;
  font-weight: 900;
  justify-self: start;
  line-height: 1;
  padding: 6px 9px;
  text-transform: uppercase;
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-bag-slot-row__status--ready {
  background: var(--df-bb-green-soft);
  color: #22683f;
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-bag-slot-row__status--open {
  background: var(--df-bb-orange-soft);
  color: #a84a0a;
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-bag-slot-row__status--optional {
  background: #edf0ef;
  color: #53615a;
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-bag-slot-row__details {
  background: #f8faf9;
  border-top: 1px solid var(--df-bb-line);
  padding: 14px 18px 18px;
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-bag-slot-row__details :is(.df-platform-disc-card, .df-platform-empty-slot) {
  background: #fff;
  border-radius: 8px;
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-empty-slot {
  grid-template-columns: minmax(0, 1fr) auto;
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-empty-slot__actions {
  align-items: end;
  display: grid;
  gap: 7px;
  justify-items: stretch;
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-slot-secondary-actions > summary,
body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-missing-slot-more > summary {
  align-items: center;
  color: var(--df-uf-cyan-deep);
  cursor: pointer;
  display: flex;
  font-size: 0.78rem;
  font-weight: 850;
  min-height: 44px;
  padding-block: 8px;
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-slot-secondary-actions > :not(summary) {
  align-items: center;
  display: flex;
  font-size: 0.78rem;
  margin-top: 6px;
  min-height: 44px;
  padding-block: 10px;
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-slot-secondary-actions:not([open]) > :not(summary),
body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-missing-slot-more:not([open]) > div {
  display: none !important;
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-bag-overview__aside {
  align-self: start;
  display: grid;
  gap: 12px;
  position: static;
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-helper-pull {
  height: 72px;
  margin: 0 0 -38px 4px;
  pointer-events: none;
  position: relative;
  z-index: 2;
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-helper-pull img {
  filter: drop-shadow(0 6px 8px rgba(7, 20, 33, 0.18));
  height: 104px;
  object-fit: contain;
  position: absolute;
  width: 104px;
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-helper-pull span {
  background: var(--df-uf-ink);
  bottom: 22px;
  height: 3px;
  left: 84px;
  position: absolute;
  transform: rotate(-8deg);
  transform-origin: left center;
  width: 58px;
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-next-action {
  background: linear-gradient(135deg, #fffaf0, #fff2d5);
  border: 1px solid rgba(244, 119, 24, 0.35);
  border-radius: 12px;
  display: grid;
  gap: 10px;
  padding: 60px 20px 20px 46px;
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-next-action p {
  color: var(--df-uf-ink-soft);
  line-height: 1.45;
  margin: 0;
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-next-action .dfcr-btn {
  justify-self: start;
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-overview-shortcuts {
  display: grid;
  gap: 8px;
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-overview-shortcuts button {
  background: #fff;
  border: 1px solid var(--df-bb-line);
  border-radius: 9px;
  color: var(--df-uf-ink);
  cursor: pointer;
  display: grid;
  gap: 2px;
  min-height: 62px;
  padding: 13px 14px;
  text-align: left;
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-overview-shortcuts button:is(:hover, :focus-visible) {
  background: var(--df-bb-cyan-soft);
  border-color: rgba(18, 185, 199, 0.5);
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-overview-shortcuts button span {
  font-weight: 900;
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-overview-shortcuts button small {
  color: var(--df-uf-muted);
  line-height: 1.35;
}

/* Add stays compact until Advanced details is requested. */
body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-add-view .df-platform-quick-add {
  background: #fff;
  border: 1px solid var(--df-bb-line);
  border-radius: 12px;
  margin: 0;
  padding: clamp(18px, 2.8vw, 30px);
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-quick-add__row {
  grid-template-columns: repeat(4, minmax(0, 1fr)) minmax(136px, auto) minmax(110px, auto) !important;
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-advanced-details {
  border: 1px solid var(--df-bb-line);
  border-radius: 9px;
  margin-top: 16px;
  padding: 0;
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-advanced-details > summary {
  cursor: pointer;
  min-height: 50px !important;
  padding: 14px 16px;
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-advanced-details[open] > summary {
  border-bottom: 1px solid var(--df-bb-line);
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-advanced-grid {
  padding: 16px;
}

/* Inventory: search first; creation, filters, and image rights on demand. */
body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-inventory-panel {
  background: #fff !important;
  border: 1px solid var(--df-bb-line) !important;
  border-radius: 12px !important;
  gap: 16px;
  margin: 0 !important;
  padding: clamp(18px, 2.8vw, 30px) !important;
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-inventory-head {
  align-items: end;
  border-bottom: 0;
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-inventory-head .df-platform-actions {
  justify-content: flex-end;
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-inventory-toolbar {
  grid-template-columns: minmax(240px, 2fr) repeat(2, minmax(145px, 0.8fr)) !important;
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-inventory-toolbar label:first-child {
  grid-column: auto !important;
}

body.df-theme-version-20260711-3.df-route-bag-builder :is(.df-platform-inventory-more-filters, .df-platform-inventory-create, .df-platform-inventory-photo-source) {
  background: #fff;
  border: 1px solid var(--df-bb-line);
  border-radius: 9px;
  overflow: hidden;
}

body.df-theme-version-20260711-3.df-route-bag-builder :is(.df-platform-inventory-more-filters, .df-platform-inventory-create, .df-platform-inventory-photo-source) > summary {
  align-items: center;
  cursor: pointer;
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1fr) auto 12px;
  list-style: none;
  min-height: 54px;
  padding: 13px 16px;
}

body.df-theme-version-20260711-3.df-route-bag-builder :is(.df-platform-inventory-more-filters, .df-platform-inventory-create, .df-platform-inventory-photo-source) > summary::-webkit-details-marker {
  display: none;
}

body.df-theme-version-20260711-3.df-route-bag-builder :is(.df-platform-inventory-more-filters, .df-platform-inventory-create, .df-platform-inventory-photo-source) > summary::after {
  border-bottom: 2px solid currentColor;
  border-right: 2px solid currentColor;
  content: "";
  height: 8px;
  transform: rotate(45deg);
  transition: transform 180ms ease;
  width: 8px;
}

body.df-theme-version-20260711-3.df-route-bag-builder :is(.df-platform-inventory-more-filters, .df-platform-inventory-create, .df-platform-inventory-photo-source)[open] > summary {
  background: var(--df-bb-soft);
  border-bottom: 1px solid var(--df-bb-line);
}

body.df-theme-version-20260711-3.df-route-bag-builder :is(.df-platform-inventory-more-filters, .df-platform-inventory-create, .df-platform-inventory-photo-source)[open] > summary::after {
  transform: rotate(225deg);
}

body.df-theme-version-20260711-3.df-route-bag-builder :is(.df-platform-inventory-more-filters, .df-platform-inventory-create, .df-platform-inventory-photo-source) > summary span {
  color: var(--df-uf-ink);
  font-family: var(--df-uf-ui);
  font-weight: 900;
  text-transform: uppercase;
}

body.df-theme-version-20260711-3.df-route-bag-builder :is(.df-platform-inventory-more-filters, .df-platform-inventory-create, .df-platform-inventory-photo-source) > summary small {
  color: var(--df-uf-muted);
  line-height: 1.3;
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-inventory-advanced-filters {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 16px;
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-inventory-advanced-filters label {
  display: grid;
  font-weight: 800;
  gap: 6px;
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-inventory-form {
  background: #f8faf9 !important;
  border: 0 !important;
  border-radius: 0 !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  padding: 18px !important;
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-inventory-form__wide {
  grid-column: 1 / -1 !important;
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-inventory-photo-source {
  background: #fff;
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-image-tools {
  border: 0;
  border-radius: 0;
  grid-template-columns: 92px repeat(3, minmax(0, 1fr)) !important;
  padding: 16px !important;
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-image-tools__preview {
  grid-row: span 2;
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-image-tools > label:not(.df-platform-image-tools__wide) {
  grid-column: auto !important;
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-image-tools__wide,
body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-image-tools .df-platform-actions,
body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-image-tools [data-df-image-status] {
  grid-column: 2 / -1 !important;
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-image-tools input[type="file"] {
  font-size: 0.78rem;
  max-width: 100%;
  overflow: hidden;
  width: 100%;
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-inventory-results-head {
  align-items: end;
  border-top: 1px solid var(--df-bb-line);
  display: flex;
  gap: 16px;
  justify-content: space-between;
  padding-top: 18px;
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-inventory-empty {
  align-items: center;
  background: var(--df-bb-cyan-soft);
  border: 1px dashed rgba(18, 185, 199, 0.55);
  border-radius: 12px;
  display: grid;
  gap: 20px;
  min-height: 210px;
  padding: clamp(20px, 3vw, 34px);
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-inventory-empty--first {
  grid-template-columns: 126px minmax(0, 1fr);
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-inventory-empty p {
  color: var(--df-uf-ink-soft);
  margin: 8px 0 16px;
  max-width: 56ch;
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-inventory-card {
  grid-template-columns: 64px minmax(220px, 1fr) minmax(330px, auto);
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-inventory-card .df-platform-disc-card__actions {
  max-width: 520px;
}

/* Analysis: highest-value actions first; supporting evidence drills down. */
body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-analysis-panel {
  background: transparent !important;
  border: 0 !important;
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-analysis-card {
  background: transparent !important;
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(0, 1fr) !important;
  padding: 0 !important;
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-analysis-lead {
  align-items: center;
  background: #fff;
  border: 1px solid var(--df-bb-line);
  border-radius: 12px;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(180px, 230px) minmax(0, 1fr) 118px;
  overflow: hidden;
  padding: clamp(18px, 2.8vw, 30px);
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-analysis-lead .df-platform-analysis-score {
  background: var(--df-bb-green-soft);
  border: 0;
  padding: 18px;
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-analysis-lead .df-platform-analysis-score > strong {
  color: var(--df-bb-green) !important;
  font-size: clamp(3.3rem, 5vw, 4.75rem) !important;
  line-height: 0.9 !important;
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-analysis-lead__copy p {
  color: var(--df-uf-muted);
  margin: 8px 0 0;
  max-width: 58ch;
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-mascot-cameo {
  filter: drop-shadow(0 7px 10px rgba(7, 20, 33, 0.17));
  height: auto;
  object-fit: contain;
  width: 116px;
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-analysis-priority {
  background: #fff;
  border: 1px solid var(--df-bb-line);
  border-radius: 12px;
  display: grid;
  gap: 16px;
  padding: clamp(18px, 2.8vw, 28px);
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-analysis-section__head {
  align-items: end;
  display: flex;
  gap: 18px;
  justify-content: space-between;
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-analysis-section__head > small {
  color: var(--df-uf-muted);
  max-width: 36ch;
  text-align: right;
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-analysis-priority .df-platform-recommendation-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(320px, 100%), 1fr));
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-recommendation-card {
  align-content: start;
  border-radius: 9px;
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-recommendation-card .df-platform-actions {
  margin-top: auto;
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-analysis-disclosure {
  background: #fff;
  border: 1px solid var(--df-bb-line);
  border-radius: 10px;
  overflow: hidden;
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-analysis-disclosure > summary {
  align-items: center;
  cursor: pointer;
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(0, 1fr) auto 20px;
  list-style: none;
  min-height: 62px;
  padding: 14px 18px;
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-analysis-disclosure > summary::-webkit-details-marker {
  display: none;
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-analysis-disclosure > summary:is(:hover, :focus-visible),
body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-analysis-disclosure[open] > summary {
  background: var(--df-bb-soft);
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-analysis-disclosure[open] > summary {
  border-bottom: 1px solid var(--df-bb-line);
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-analysis-disclosure > summary span {
  color: var(--df-uf-ink);
  font-family: var(--df-uf-ui);
  font-weight: 900;
  text-transform: uppercase;
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-analysis-disclosure > summary small {
  color: var(--df-uf-muted);
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-analysis-disclosure > summary svg {
  fill: none;
  height: 20px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  transition: transform 180ms ease;
  width: 20px;
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-analysis-disclosure[open] > summary svg {
  transform: rotate(180deg);
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-analysis-disclosure__body {
  padding: clamp(16px, 2.6vw, 28px);
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-analysis-split {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-missing-slot-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-missing-slot-card {
  align-items: center;
  grid-template-columns: minmax(0, 1fr) auto;
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-missing-slot-card small {
  color: var(--df-uf-muted);
  display: block;
  margin-top: 4px;
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-missing-slot-more {
  grid-column: 1 / -1;
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-missing-slot-more > div {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 8px;
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-missing-slot-more > div :is(a, button) {
  align-items: center;
  display: inline-flex;
  min-height: 44px;
  padding-block: 9px;
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-analysis-empty-state {
  align-items: center;
  background: var(--df-bb-cyan-soft);
  border: 1px solid rgba(18, 185, 199, 0.4);
  border-radius: 12px;
  display: grid;
  gap: 24px;
  grid-template-columns: 150px 126px minmax(0, 1fr);
  padding: clamp(22px, 3.5vw, 40px);
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-analysis-empty-state__score {
  display: grid;
  gap: 4px;
  text-align: center;
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-analysis-empty-state__score strong {
  color: var(--df-bb-green) !important;
  font-size: 4.5rem !important;
  line-height: 0.9 !important;
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-analysis-empty-state p {
  margin: 8px 0 16px;
  max-width: 58ch;
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-analysis-disclosure .df-platform-visuals {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-analysis-disclosure .df-platform-visuals__head {
  grid-column: 1 / -1;
}

/* Import and saved-bag controls occupy a normal full-width panel. */
body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-import-view .df-platform-control-panel {
  background: #fff;
  border: 1px solid var(--df-bb-line);
  border-radius: 12px;
  display: grid;
  gap: 20px;
  padding: clamp(18px, 2.8vw, 30px);
}

body.df-theme-version-20260711-3.df-route-bag-builder #df-platform-import-section [data-df-json-actions],
body.df-theme-version-20260711-3.df-route-bag-builder #df-platform-import-section [data-df-saved-bag-mount] {
  display: block !important;
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-import-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-import-table {
  max-width: 100%;
  overflow-x: auto;
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-import-table > [role="row"] {
  min-width: 720px;
}

/* The helper arrives once, tugs the recommendation tile, then rests. */
@keyframes df-bb-helper-tug {
  0% { opacity: 0; transform: translateX(18px) rotate(5deg); }
  55% { opacity: 1; transform: translateX(-6px) rotate(-5deg); }
  78% { transform: translateX(2px) rotate(1deg); }
  100% { opacity: 1; transform: none; }
}

@keyframes df-bb-tile-pull {
  0% { opacity: 0; transform: translateX(24px); }
  65% { opacity: 1; transform: translateX(-4px); }
  100% { opacity: 1; transform: none; }
}

@keyframes df-bb-cameo-arrive {
  0% { opacity: 0; transform: translateY(14px) rotate(3deg); }
  72% { opacity: 1; transform: translateY(-3px) rotate(-2deg); }
  100% { opacity: 1; transform: none; }
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-helper-pull img {
  animation: df-bb-helper-tug 760ms cubic-bezier(0.2, 0.75, 0.3, 1) both;
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-helper-pull span {
  animation: df-bb-helper-tug 650ms 80ms cubic-bezier(0.2, 0.75, 0.3, 1) both;
}

body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-next-action {
  animation: df-bb-tile-pull 760ms 100ms cubic-bezier(0.2, 0.75, 0.3, 1) both;
}

body.df-theme-version-20260711-3.df-route-bag-builder :is(.df-platform-mascot-cameo--inventory, .df-platform-mascot-cameo--analysis) {
  animation: df-bb-cameo-arrive 680ms cubic-bezier(0.2, 0.75, 0.3, 1) both;
}

@media (max-width: 1200px) {
  body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-bag-summary {
    grid-template-areas: "score coverage count filled" "score coverage missing overlap" "context context context context";
    grid-template-columns: 160px minmax(220px, 1fr) repeat(2, minmax(100px, 0.45fr)) !important;
  }

  body.df-theme-version-20260711-3.df-route-bag-builder .df-bag-summary-score { grid-area: score; }
  body.df-theme-version-20260711-3.df-route-bag-builder .df-bag-summary-coverage { grid-area: coverage; }
  body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-bag-summary > :nth-child(3) { grid-area: count; }
  body.df-theme-version-20260711-3.df-route-bag-builder .df-bag-summary-metric--filled { grid-area: filled; }
  body.df-theme-version-20260711-3.df-route-bag-builder .df-bag-summary-metric--missing { grid-area: missing; }
  body.df-theme-version-20260711-3.df-route-bag-builder .df-bag-summary-metric--overlap { grid-area: overlap; }
  body.df-theme-version-20260711-3.df-route-bag-builder .df-bag-summary-context {
    border-right: 0 !important;
    border-top: 1px solid var(--df-bb-line);
    grid-area: context;
    grid-template-columns: minmax(0, 1fr) minmax(92px, auto) minmax(112px, auto);
    grid-template-rows: 1fr;
    min-height: 86px;
  }

  body.df-theme-version-20260711-3.df-route-bag-builder .df-bag-summary-context label {
    grid-row: auto;
  }
}

@media (max-width: 1100px) {
  body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-overview-layout {
    grid-template-columns: 1fr;
  }

  body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-bag-overview__aside {
    grid-template-columns: minmax(0, 1.5fr) minmax(250px, 0.75fr);
  }

  body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-helper-pull,
  body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-next-action {
    grid-column: 1;
    grid-row: 1;
  }

  body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-overview-shortcuts {
    align-self: stretch;
    grid-column: 2;
    grid-row: 1;
  }

  body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-quick-add__row {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-analysis-priority .df-platform-recommendation-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  body.df-theme-version-20260711-3.df-route-bag-builder :is(.df-platform-inventory-advanced-filters, .df-platform-inventory-form) {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-image-tools {
    grid-template-columns: 82px minmax(0, 1fr) minmax(0, 1fr) !important;
  }

  body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-image-tools__wide {
    grid-column: 2 / -1;
  }

  body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-inventory-card {
    grid-template-columns: 58px minmax(0, 1fr);
  }

  body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-inventory-card .df-platform-disc-card__actions {
    grid-column: 1 / -1;
    justify-content: flex-start;
    max-width: none;
  }

  body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-analysis-lead {
    grid-template-columns: 190px minmax(0, 1fr) 92px;
  }
}

@media (max-width: 767px) {
  body.df-theme-version-20260711-3.df-route-bag-builder .dfcr-page {
    padding-bottom: 42px !important;
  }

  body.df-theme-version-20260711-3.df-route-bag-builder .dfcr-page > .dfcr-section {
    padding: 14px 12px 48px !important;
  }

  body.df-theme-version-20260711-3.df-route-bag-builder .dfcr-page > .dfcr-hero {
    padding: 26px 16px 0 !important;
  }

  body.df-theme-version-20260711-3.df-route-bag-builder .dfcr-page > .dfcr-hero > * {
    max-width: none !important;
  }

  body.df-theme-version-20260711-3.df-route-bag-builder .dfcr-page > .dfcr-hero h1 {
    font-size: clamp(2.15rem, 9.5vw, 2.9rem) !important;
    line-height: 0.94 !important;
    margin: 2px 0 12px !important;
    text-wrap: balance;
  }

  body.df-theme-version-20260711-3.df-route-bag-builder .dfcr-page > .dfcr-hero p {
    font-size: 0.96rem !important;
    line-height: 1.45 !important;
  }

  body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-hero-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    margin-top: 18px !important;
  }

  body.df-theme-version-20260711-3.df-route-bag-builder .dfcr-page > .dfcr-hero::before {
    aspect-ratio: 16 / 7 !important;
    background-color: #d9eee7 !important;
    background-image: var(--df-mobile-hero-art, var(--df-mobile-hero-fallback)) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    content: "" !important;
    display: block !important;
    margin: 22px -16px 0 !important;
    width: calc(100% + 32px) !important;
  }

  body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-bag-summary {
    grid-template-areas: "score coverage" "count filled" "missing overlap" "context context";
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    position: static !important;
  }

  body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-bag-summary > div {
    border-bottom: 1px solid var(--df-bb-line) !important;
    border-right: 0 !important;
    display: grid !important;
    min-height: 84px;
    padding: 12px !important;
  }

  body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-bag-summary span {
    font-size: 0.68rem !important;
    line-height: 1.2 !important;
  }

  body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-bag-summary > div > strong {
    font-size: clamp(1.45rem, 7vw, 1.9rem) !important;
    line-height: 1 !important;
  }

  body.df-theme-version-20260711-3.df-route-bag-builder .df-bag-summary-context > div strong {
    font-size: 0.82rem !important;
    line-height: 1.25 !important;
  }

  body.df-theme-version-20260711-3.df-route-bag-builder .df-bag-summary-score,
  body.df-theme-version-20260711-3.df-route-bag-builder .df-bag-summary-coverage {
    min-height: 126px;
  }

  body.df-theme-version-20260711-3.df-route-bag-builder :is(.df-bag-summary-score, .df-platform-bag-summary > :nth-child(3), .df-bag-summary-metric--missing) {
    border-right: 1px solid var(--df-bb-line) !important;
  }

  body.df-theme-version-20260711-3.df-route-bag-builder .df-bag-summary-context {
    border-bottom: 0 !important;
    border-right: 0 !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto auto;
    min-height: 96px;
  }

  body.df-theme-version-20260711-3.df-route-bag-builder .df-bag-summary-context label {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  body.df-theme-version-20260711-3.df-route-bag-builder .df-bag-summary-score__ring {
    width: 82px;
  }

  body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-workspace-tabs {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-workspace-tabs button {
    flex-direction: column;
    font-size: clamp(0.57rem, 2.45vw, 0.69rem);
    gap: 4px;
    min-height: 64px !important;
    padding: 7px 2px !important;
    white-space: nowrap;
  }

  body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-inventory-head::after {
    content: none !important;
    display: none !important;
  }

  body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-workspace-tabs button svg {
    height: 19px;
    width: 19px;
  }

  body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-bag-overview__head {
    grid-template-columns: 1fr;
    padding: 18px 16px;
  }

  body.df-theme-version-20260711-3.df-route-bag-builder .df-bag-slot-table__head {
    display: none;
  }

  body.df-theme-version-20260711-3.df-route-bag-builder .df-bag-slot-row > summary {
    gap: 3px 10px;
    grid-template-columns: minmax(0, 1fr) auto 20px;
    grid-template-rows: auto auto auto;
    min-height: 88px;
    padding: 12px 14px;
  }

  body.df-theme-version-20260711-3.df-route-bag-builder .df-bag-slot-row__category { grid-column: 1; grid-row: 1; }
  body.df-theme-version-20260711-3.df-route-bag-builder .df-bag-slot-row__name { grid-column: 1; grid-row: 2; }
  body.df-theme-version-20260711-3.df-route-bag-builder .df-bag-slot-row__disc { grid-column: 1 / -1; grid-row: 3; margin-top: 4px; }
  body.df-theme-version-20260711-3.df-route-bag-builder .df-bag-slot-row__status { grid-column: 2; grid-row: 1 / 3; }
  body.df-theme-version-20260711-3.df-route-bag-builder .df-bag-slot-row > summary svg { grid-column: 3; grid-row: 1 / 3; }

  body.df-theme-version-20260711-3.df-route-bag-builder .df-bag-slot-row__details {
    padding: 12px;
  }

  body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-disc-card {
    grid-template-columns: 52px minmax(0, 1fr) !important;
  }

  body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-empty-slot {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body.df-theme-version-20260711-3.df-route-bag-builder :is(.df-platform-disc-card__actions, .df-platform-empty-slot__actions) {
    grid-column: 1 / -1;
    justify-content: stretch;
    max-width: none;
    width: 100%;
  }

  body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-disc-card__actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-empty-slot__actions .dfcr-btn {
    width: 100%;
  }

  body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-bag-overview__aside {
    display: grid;
    grid-template-columns: 1fr;
  }

  body.df-theme-version-20260711-3.df-route-bag-builder :is(.df-platform-helper-pull, .df-platform-next-action, .df-platform-overview-shortcuts) {
    grid-column: 1;
    grid-row: auto;
  }

  body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-helper-pull {
    margin-bottom: -42px;
  }

  body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-helper-pull img {
    height: 90px;
    width: 90px;
  }

  body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-helper-pull span { left: 72px; }
  body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-next-action { padding: 56px 16px 18px 38px; }

  body.df-theme-version-20260711-3.df-route-bag-builder :is(.df-platform-quick-add__row, .df-platform-advanced-grid, .df-platform-inventory-toolbar, .df-platform-inventory-advanced-filters, .df-platform-inventory-form, .df-platform-image-tools, .df-platform-import-grid) {
    grid-template-columns: 1fr !important;
  }

  body.df-theme-version-20260711-3.df-route-bag-builder :is(
    .df-platform-quick-add__row button,
    .df-platform-disc-card__actions .dfcr-btn,
    .df-platform-empty-slot .dfcr-btn,
    .df-platform-import-panel .dfcr-btn,
    .df-platform-control-panel .dfcr-btn
  ) {
    min-height: 44px !important;
  }

  body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-inventory-head {
    align-items: stretch;
    display: grid;
  }

  body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-inventory-head .df-platform-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  body.df-theme-version-20260711-3.df-route-bag-builder :is(.df-platform-inventory-more-filters, .df-platform-inventory-create, .df-platform-inventory-photo-source) > summary {
    grid-template-columns: minmax(0, 1fr) 12px;
  }

  body.df-theme-version-20260711-3.df-route-bag-builder :is(.df-platform-inventory-more-filters, .df-platform-inventory-create, .df-platform-inventory-photo-source) > summary small {
    grid-column: 1;
    grid-row: 2;
  }

  body.df-theme-version-20260711-3.df-route-bag-builder :is(.df-platform-inventory-more-filters, .df-platform-inventory-create, .df-platform-inventory-photo-source) > summary::after {
    grid-column: 2;
    grid-row: 1 / 3;
  }

  body.df-theme-version-20260711-3.df-route-bag-builder :is(.df-platform-image-tools__wide, .df-platform-inventory-form__wide) {
    grid-column: 1 !important;
  }

  body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-image-tools .df-platform-actions,
  body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-image-tools [data-df-image-status] {
    grid-column: 1 !important;
  }

  body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-image-tools__preview {
    grid-row: auto;
  }

  body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-inventory-empty--first {
    grid-template-columns: 86px minmax(0, 1fr);
  }

  body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-inventory-empty--first .df-platform-mascot-cameo { width: 92px; }
  body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-inventory-card { grid-template-columns: 50px minmax(0, 1fr) !important; }

  body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-analysis-lead {
    grid-template-columns: minmax(0, 1fr) 78px;
    padding: 18px;
  }

  body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-analysis-lead .df-platform-analysis-score { grid-column: 1; }
  body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-analysis-lead .df-platform-mascot-cameo { grid-column: 2; width: 78px; }
  body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-analysis-lead__copy { grid-column: 1 / -1; }

  body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-analysis-section__head {
    align-items: start;
    display: grid;
  }

  body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-analysis-section__head > small { text-align: left; }

  body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-analysis-disclosure > summary {
    gap: 5px 10px;
    grid-template-columns: minmax(0, 1fr) 20px;
  }

  body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-analysis-disclosure > summary small { grid-column: 1; grid-row: 2; }
  body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-analysis-disclosure > summary svg { grid-column: 2; grid-row: 1 / 3; }

  body.df-theme-version-20260711-3.df-route-bag-builder :is(.df-platform-analysis-split, .df-platform-missing-slot-grid, .df-platform-analysis-disclosure .df-platform-visuals) {
    grid-template-columns: 1fr;
  }

  body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-missing-slot-card { grid-template-columns: 1fr; }

  body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-analysis-empty-state {
    grid-template-columns: 92px minmax(0, 1fr);
  }

  body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-analysis-empty-state__score { grid-column: 1; }
  body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-analysis-empty-state .df-platform-mascot-cameo { grid-column: 2; justify-self: start; width: 90px; }
  body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-analysis-empty-state > div:last-child { grid-column: 1 / -1; }
}

@media (max-width: 369px) {
  body.df-theme-version-20260711-3.df-route-bag-builder .df-platform-workspace-tabs button {
    font-size: 0.65rem !important;
  }

  body.df-theme-version-20260711-3.df-route-bag-builder .df-bag-summary-context {
    grid-template-columns: 1fr 1fr;
  }

  body.df-theme-version-20260711-3.df-route-bag-builder .df-bag-summary-context label {
    grid-column: 1 / -1;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.df-theme-version-20260711-3.df-route-bag-builder :is(.df-platform-helper-pull img, .df-platform-helper-pull span, .df-platform-next-action, .df-platform-mascot-cameo) {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }

  body.df-theme-version-20260711-3.df-route-bag-builder :is(.df-bag-slot-row > summary svg, .df-platform-analysis-disclosure > summary svg) {
    transition: none !important;
  }
}

@media print {
  body.df-theme-version-20260711-3.df-route-bag-builder :is(.df-platform-helper-pull, .df-platform-mascot-cameo) {
    display: none !important;
  }
}

/* --------------------------------------------------------------------------
   Hero readability and responsive type pass — 2026-07-13

   The artwork remains visible, while live supporting copy and controls always
   sit on a predictable contrast surface. These selectors intentionally carry
   enough specificity to win over the later accessibility and shop inline CSS.
   -------------------------------------------------------------------------- */

body.df-theme-urban-flight.df-theme-version-20260711-3[class*="df-route-"] :is(
  .dfcr-hero--home,
  .df-shop-hero,
  .dfcr-page > .dfcr-hero,
  .df-inner-hero,
  .df-contact-hero,
  .df-blog-hero-v5,
  .df-tips-hero-v2
) :is(
  .df-shop-kicker,
  .dfcr-kicker,
  .dfcr-eyebrow,
  .df-kicker,
  .df-home-eyebrow,
  .df-editorial-kicker,
  .df-brand-eyebrow
) {
  align-items: center;
  background: var(--df-uf-night) !important;
  border: 2px solid var(--df-uf-ink) !important;
  box-shadow: 2px 3px 0 rgba(7, 20, 33, 0.2);
  box-sizing: border-box;
  color: var(--df-uf-white) !important;
  display: inline-flex !important;
  font-size: 13px !important;
  gap: 7px;
  letter-spacing: 0.085em !important;
  line-height: 1.2 !important;
  margin: 0 0 14px !important;
  max-width: 100% !important;
  padding: 7px 10px !important;
  text-shadow: none !important;
  width: fit-content !important;
}

body.df-theme-urban-flight.df-theme-version-20260711-3.df-route-shop .df-shop-hero .df-shop-kicker {
  background: var(--df-uf-night) !important;
  color: var(--df-uf-white) !important;
}

body.df-theme-urban-flight.df-theme-version-20260711-3.df-route-shop .df-shop-hero .df-shop-kicker svg {
  fill: var(--df-uf-lime) !important;
  flex: 0 0 14px;
  height: 14px;
  width: 14px;
}

body.df-theme-urban-flight.df-theme-version-20260711-3:not(.df-route-home) .dfcr-page .dfcr-hero .dfcr-btn--ghost,
body.df-theme-urban-flight.df-theme-version-20260711-3:not(.df-route-home) .df-inner-hero .dfcr-btn--ghost,
body.df-theme-urban-flight.df-theme-version-20260711-3:not(.df-route-home) .df-blog-hero-v5 .dfcr-btn--ghost,
body.df-theme-urban-flight.df-theme-version-20260711-3:not(.df-route-home) .df-tips-hero-v2 .dfcr-btn--ghost {
  background: var(--df-uf-paper-light) !important;
  border-color: var(--df-uf-ink) !important;
  color: var(--df-uf-ink) !important;
  text-shadow: none !important;
}

@media (min-width: 768px) {
  body.df-theme-urban-flight.df-theme-version-20260711-3[class*="df-route-"] :is(
    .dfcr-hero--home,
    .df-shop-hero,
    .dfcr-page > .dfcr-hero,
    .df-inner-hero,
    .df-contact-hero,
    .df-blog-hero-v5,
    .df-tips-hero-v2
  ) {
    isolation: isolate;
    overflow: hidden;
    position: relative;
  }

  body.df-theme-urban-flight.df-theme-version-20260711-3[class*="df-route-"] :is(
    .dfcr-hero--home,
    .df-shop-hero,
    .dfcr-page > .dfcr-hero,
    .df-inner-hero,
    .df-contact-hero,
    .df-blog-hero-v5,
    .df-tips-hero-v2
  )::after {
    background:
      linear-gradient(
        90deg,
        rgba(251, 248, 241, 0.99) 0 34%,
        rgba(251, 248, 241, 0.95) 50%,
        rgba(251, 248, 241, 0.7) 63%,
        rgba(251, 248, 241, 0.18) 73%,
        rgba(251, 248, 241, 0) 82%
      ),
      linear-gradient(
        90deg,
        var(--df-uf-cyan) 0 46%,
        var(--df-uf-orange) 46% 76%,
        var(--df-uf-lime) 76%
      ) bottom / 100% 5px no-repeat !important;
    content: "" !important;
    display: block !important;
    height: auto !important;
    inset: 0 !important;
    opacity: 1 !important;
    pointer-events: none;
    position: absolute !important;
    width: auto !important;
    z-index: 1;
  }

  body.df-theme-urban-flight.df-theme-version-20260711-3[class*="df-route-"] :is(
    .dfcr-hero--home,
    .df-shop-hero,
    .dfcr-page > .dfcr-hero,
    .df-inner-hero,
    .df-contact-hero,
    .df-blog-hero-v5,
    .df-tips-hero-v2
  ) > * {
    position: relative;
    z-index: 2;
  }

  body.df-theme-urban-flight.df-theme-version-20260711-3[class*="df-route-"]:not(.df-route-home):not(.df-route-bag-builder) :is(
    .df-shop-hero,
    .dfcr-page > .dfcr-hero,
    .df-inner-hero,
    .df-contact-hero,
    .df-blog-hero-v5,
    .df-tips-hero-v2
  ) > *,
  body.df-theme-urban-flight.df-theme-version-20260711-3[class*="df-route-"]:not(.df-route-home):not(.df-route-bag-builder) :is(
    .df-shop-hero,
    .dfcr-page > .dfcr-hero,
    .df-inner-hero,
    .df-contact-hero,
    .df-blog-hero-v5,
    .df-tips-hero-v2
  ) :is(
    .df-shop-hero__copy,
    .dfcr-hero__copy,
    .df-inner-hero__copy,
    .df-blog-hero-v5__copy,
    .df-tips-hero-v2__copy
  ) {
    max-width: min(760px, 58vw) !important;
  }

  body.df-theme-urban-flight.df-theme-version-20260711-3[class*="df-route-"]:not(.df-route-home):not(.df-route-bag-builder) :is(
    .df-shop-hero,
    .dfcr-page > .dfcr-hero,
    .df-inner-hero,
    .df-contact-hero,
    .df-blog-hero-v5,
    .df-tips-hero-v2
  ) h1 {
    font-size: clamp(3.5rem, 5.4vw, 5.75rem) !important;
    line-height: 0.94 !important;
    max-width: min(15.5ch, 720px) !important;
    text-wrap: balance;
  }

  body.df-theme-urban-flight.df-theme-version-20260711-3[class*="df-route-"] :is(
    .dfcr-hero--home,
    .df-shop-hero,
    .dfcr-page > .dfcr-hero,
    .df-inner-hero,
    .df-contact-hero,
    .df-blog-hero-v5,
    .df-tips-hero-v2
  ) p:not(.df-shop-kicker):not(.dfcr-kicker):not(.dfcr-eyebrow):not(.df-kicker):not(.df-home-eyebrow):not(.df-editorial-kicker):not(.df-brand-eyebrow) {
    color: var(--df-uf-ink-soft) !important;
    font-weight: 520;
    text-shadow: none !important;
  }
}

@media (max-width: 767px) {
  body.df-theme-urban-flight.df-theme-version-20260711-3[class*="df-route-"] :is(
    .dfcr-hero--home,
    .df-shop-hero,
    .dfcr-page > .dfcr-hero,
    .df-inner-hero,
    .df-contact-hero,
    .df-blog-hero-v5,
    .df-tips-hero-v2
  ) p:not(.df-shop-kicker):not(.dfcr-kicker):not(.dfcr-eyebrow):not(.df-kicker):not(.df-home-eyebrow):not(.df-editorial-kicker):not(.df-brand-eyebrow) {
    font-size: 16px !important;
    line-height: 1.5 !important;
  }

  body.df-theme-urban-flight.df-theme-version-20260711-3[class*="df-route-"] :is(
    .dfcr-hero--home,
    .df-shop-hero,
    .dfcr-page > .dfcr-hero,
    .df-inner-hero,
    .df-contact-hero,
    .df-blog-hero-v5,
    .df-tips-hero-v2
  ) :is(
    .dfcr-actions,
    .df-platform-hero-actions,
    .df-shop-hero__actions,
    .df-blog-hero-v5__actions,
    .df-tips-actions-v1
  ) > * {
    font-size: 14px !important;
    min-height: 52px;
  }
}

@media (min-width: 768px) and (max-width: 921px) {
  body.df-theme-urban-flight.df-theme-version-20260711-3[class*="df-route-"] #primary {
    padding-top: 0 !important;
  }

  body.df-theme-urban-flight.df-theme-version-20260711-3[class*="df-route-"] :is(
    .dfcr-hero--home,
    .df-shop-hero,
    .dfcr-page > .dfcr-hero,
    .df-inner-hero,
    .df-contact-hero,
    .df-blog-hero-v5,
    .df-tips-hero-v2
  ) p:not(.df-shop-kicker):not(.dfcr-kicker):not(.dfcr-eyebrow):not(.df-kicker):not(.df-home-eyebrow):not(.df-editorial-kicker):not(.df-brand-eyebrow) {
    font-size: 16px !important;
    line-height: 1.5 !important;
  }
}

html body.df-theme-urban-flight.df-theme-version-20260711-3.df-route-practice .site-content .dfcr-page.dfcr-challenge-page .dfcr-hero.dfcr-challenge-hero .dfcr-challenge-hero__copy > .dfcr-kicker {
  color: var(--df-uf-white) !important;
}
