/* Roberin The New global shell — 2026-06-27m
 * Applies the approved The New/newsprint treatment to the site header and footer.
 * The existing logo assets stay untouched; this only normalizes shell layout/tokens.
 */

body {
  --tn-shell-ink: #1a1208;
  --tn-shell-muted: #5a4a30;
  --tn-shell-line: #b8a888;
  --tn-shell-line-soft: #ddd4be;
  --tn-shell-paper: #faf6ee;
  --tn-shell-wash: #f5efdf;
  --tn-shell-button: #ede6d4;
  --tn-shell-button-hover: #dfd4bb;
  --tn-shell-menu-hover: #f5efdf;
  --tn-shell-menu-hover-text: #9f3700;
  --tn-shell-accent: #c44a00;
  --tn-shell-dark-bg: #201811;
  --tn-shell-dark-panel: #251b12;
  --tn-shell-dark-card: #2c2015;
  --tn-shell-dark-control: #21170f;
  --tn-shell-dark-line: #5f4a32;
  --tn-shell-dark-text: #f7ead1;
  --tn-shell-dark-muted: #ead9bd;
  --tn-shell-dark-menu-hover: #352618;
  --tn-shell-dark-menu-hover-text: #f0a36e;
}

body :is(.cs-header, .cs-header *, .cs-footer, .cs-footer *, .cs-lang-dropdown, .cs-lang-dropdown *, .cs-mobile-menu-dropdown, .cs-mobile-menu-dropdown *) {
  box-sizing: border-box !important;
}

body .cs-header,
body .cs-header.cs-header-stretch {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--tn-shell-ink) !important;
  -webkit-text-fill-color: currentColor !important;
  background-color: var(--tn-shell-paper) !important;
  background-image:
    radial-gradient(rgba(90, 74, 48, .13) .55px, transparent .7px),
    linear-gradient(rgba(184, 168, 136, .18) 1px, transparent 1px) !important;
  background-size: 12px 12px, 100% 100% !important;
  border: 0 !important;
  border-bottom: 1px solid var(--tn-shell-line-soft) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

body .cs-header__outer {
  width: 100% !important;
  margin: 0 !important;
  padding: 7px 0 !important;
  color: inherit !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body .cs-header.cs-header-stretch .cs-header__outer > .cs-container,
body .cs-header .cs-container,
body .cs-header__outer > .cs-container,
body footer.cs-footer .cs-container {
  width: min(1180px, calc(100% - 40px)) !important;
  max-width: 1180px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  color: inherit !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body .cs-header__inner {
  width: 100% !important;
  max-width: 100% !important;
  min-height: 48px !important;
  margin: 0 !important;
  padding: 0 !important;
  color: inherit !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

body .cs-header__inner-desktop .cs-header__col,
body .cs-header__inner-mobile .cs-header__col {
  min-width: 0 !important;
}

body .cs-header__main-nav,
body .cs-header__menu {
  display: flex !important;
  align-items: center !important;
}

body .cs-header__menu {
  gap: 2px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

body .cs-header__menu li {
  margin: 0 !important;
  padding: 0 !important;
}

body .cs-header__menu a,
body .cs-lang-dropdown a,
body .cs-mobile-menu-dropdown a {
  color: var(--tn-shell-ink) !important;
  -webkit-text-fill-color: currentColor !important;
  text-decoration: none !important;
}

body .cs-header__menu a {
  min-height: 30px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 9px !important;
  color: var(--tn-shell-ink) !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font: 900 12px/1.15 "Courier New", monospace !important;
  letter-spacing: -.02em !important;
  transition: background-color 120ms ease, color 120ms ease !important;
}

body .cs-header__menu a:hover,
body .cs-header__menu a:focus-visible {
  color: var(--tn-shell-menu-hover-text) !important;
  background: var(--tn-shell-menu-hover) !important;
  outline: 1px solid var(--tn-shell-line) !important;
  outline-offset: 2px !important;
  transform: none !important;
  box-shadow: none !important;
}

body .cs-header__logo-outer,
body .cs-logo {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

body .cs-header__logo,
body .cs-header__logo:visited,
body .cs-header__logo:hover,
body .cs-header__logo:focus,
body .cs-logo a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  outline-offset: 3px !important;
}

body .cs-header__toggles {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 7px !important;
}

body .cs-header__toggle,
body .cs-header__scheme-toggle,
body .tn-header-search-toggle__button,
body .cs-lang-current,
body .cs-mobile-menu-button {
  width: 31px !important;
  height: 31px !important;
  min-width: 31px !important;
  min-height: 31px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--tn-shell-ink) !important;
  -webkit-text-fill-color: currentColor !important;
  background: rgba(237, 230, 212, .78) !important;
  border: 1px solid var(--tn-shell-line) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  cursor: pointer !important;
  transition: background-color 120ms ease, color 120ms ease, border-color 120ms ease !important;
}

body .cs-header__toggle:hover,
body .cs-header__scheme-toggle:hover,
body .tn-header-search-toggle__button:hover,
body .cs-lang-current:hover,
body .cs-mobile-menu-button:hover,
body .cs-header__toggle:focus-visible,
body .cs-header__scheme-toggle:focus-visible,
body .tn-header-search-toggle__button:focus-visible,
body .cs-lang-current:focus-visible,
body .cs-mobile-menu-button:focus-visible {
  color: var(--tn-shell-ink) !important;
  background: var(--tn-shell-button-hover) !important;
  border-color: var(--tn-shell-ink) !important;
  outline: 1px solid var(--tn-shell-ink) !important;
  outline-offset: 2px !important;
  transform: none !important;
  box-shadow: none !important;
}

body .cs-header__toggle svg,
body .cs-header__scheme-toggle svg,
body .tn-header-search-toggle__button svg,
body .tn-header-search-toggle__button i,
body .cs-lang-current svg,
body .cs-mobile-menu-button svg,
body .cs-mobile-menu-button i {
  width: 15px !important;
  height: 15px !important;
  font-size: 15px !important;
  line-height: 1 !important;
  color: currentColor !important;
  stroke: currentColor !important;
  fill: none !important;
}

body .cs-lang-switcher,
body .cs-mobile-menu-toggle {
  position: relative !important;
}

body .cs-lang-dropdown,
body .cs-mobile-menu-dropdown {
  min-width: 168px !important;
  max-width: calc(100vw - 20px) !important;
  margin-top: 8px !important;
  padding: 8px !important;
  color: var(--tn-shell-ink) !important;
  background: var(--tn-shell-paper) !important;
  border: 1px solid var(--tn-shell-line) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

body .cs-lang-dropdown li,
body .cs-mobile-menu-dropdown li {
  margin: 0 !important;
  padding: 0 !important;
}

body .cs-lang-dropdown a,
body .cs-mobile-menu-dropdown a {
  display: block !important;
  padding: 8px 9px !important;
  color: var(--tn-shell-ink) !important;
  background: transparent !important;
  font: 900 12px/1.25 "Courier New", monospace !important;
}

body .cs-lang-dropdown li.active a,
body .cs-lang-dropdown a:hover,
body .cs-mobile-menu-dropdown a:hover,
body .cs-lang-dropdown a:focus-visible,
body .cs-mobile-menu-dropdown a:focus-visible {
  color: var(--tn-shell-ink) !important;
  background: var(--tn-shell-button) !important;
  outline: 1px solid var(--tn-shell-ink) !important;
  outline-offset: 1px !important;
}

body footer.cs-footer,
body footer.cs-footer[data-scheme] {
  width: 100% !important;
  margin: 46px 0 0 !important;
  padding: 0 0 34px !important;
  color: var(--tn-shell-muted) !important;
  -webkit-text-fill-color: currentColor !important;
  background-color: var(--tn-shell-paper) !important;
  background-image:
    radial-gradient(rgba(90, 74, 48, .13) .55px, transparent .7px),
    linear-gradient(rgba(184, 168, 136, .18) 1px, transparent 1px) !important;
  background-size: 12px 12px, 100% 100% !important;
  border: 0 !important;
  border-top: 1px solid var(--tn-shell-line-soft) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

body footer.cs-footer .cs-footer__item,
body footer.cs-footer .cs-footer__item-bottom-bar {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  color: inherit !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body footer.cs-footer .cs-footer__item-inner {
  width: 100% !important;
  min-height: 72px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 16px !important;
  margin: 0 !important;
  padding: 22px 0 0 !important;
  color: inherit !important;
  background: transparent !important;
  border: 0 !important;
  border-top: 1px solid var(--tn-shell-line-soft) !important;
  box-shadow: none !important;
}

body footer.cs-footer .cs-footer__col,
body footer.cs-footer .cs-col-right,
body footer.cs-footer .cs-footer__copyright {
  width: auto !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--tn-shell-muted) !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  text-align: right !important;
  font: 12px/1.55 "Courier New", monospace !important;
  letter-spacing: -.01em !important;
}

body footer.cs-footer a,
body footer.cs-footer .cs-footer__copyright a {
  color: var(--tn-shell-ink) !important;
  -webkit-text-fill-color: currentColor !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  text-decoration: underline !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 3px !important;
}

body footer.cs-footer a:hover,
body footer.cs-footer a:focus-visible {
  color: var(--tn-shell-accent) !important;
  background: transparent !important;
  outline: 1px solid var(--tn-shell-ink) !important;
  outline-offset: 2px !important;
}

body:is([data-scheme="dark"], [data-scheme="inverse"]) .cs-header,
body:is([data-scheme="dark"], [data-scheme="inverse"]) .cs-header.cs-header-stretch,
body[data-scheme="auto"]:is([data-d="dark"], [data-l="dark"]) .cs-header,
body[data-scheme="auto"]:is([data-d="dark"], [data-l="dark"]) .cs-header.cs-header-stretch,
html:is([data-scheme="dark"], [data-scheme="inverse"], .theme-dark) body:not([data-scheme="light"]) .cs-header,
html:is([data-scheme="dark"], [data-scheme="inverse"], .theme-dark) body:not([data-scheme="light"]) .cs-header.cs-header-stretch,
body:is([data-scheme="dark"], [data-scheme="inverse"]) footer.cs-footer,
body:is([data-scheme="dark"], [data-scheme="inverse"]) footer.cs-footer[data-scheme],
body[data-scheme="auto"]:is([data-d="dark"], [data-l="dark"]) footer.cs-footer,
body[data-scheme="auto"]:is([data-d="dark"], [data-l="dark"]) footer.cs-footer[data-scheme],
html:is([data-scheme="dark"], [data-scheme="inverse"], .theme-dark) body:not([data-scheme="light"]) footer.cs-footer,
html:is([data-scheme="dark"], [data-scheme="inverse"], .theme-dark) body:not([data-scheme="light"]) footer.cs-footer[data-scheme] {
  color: var(--tn-shell-dark-text) !important;
  background-color: var(--tn-shell-dark-bg) !important;
  background-image:
    radial-gradient(rgba(247, 234, 209, .12) .55px, transparent .7px),
    linear-gradient(rgba(247, 234, 209, .07) 1px, transparent 1px) !important;
  background-size: 12px 12px, 100% 100% !important;
  border-color: var(--tn-shell-dark-line) !important;
  box-shadow: none !important;
}

body:is([data-scheme="dark"], [data-scheme="inverse"]) .cs-header :is(.cs-header__outer, .cs-header__outer > .cs-container, .cs-header__inner),
body[data-scheme="auto"]:is([data-d="dark"], [data-l="dark"]) .cs-header :is(.cs-header__outer, .cs-header__outer > .cs-container, .cs-header__inner),
html:is([data-scheme="dark"], [data-scheme="inverse"], .theme-dark) body:not([data-scheme="light"]) .cs-header :is(.cs-header__outer, .cs-header__outer > .cs-container, .cs-header__inner),
body:is([data-scheme="dark"], [data-scheme="inverse"]) footer.cs-footer :is(.cs-container, .cs-footer__item, .cs-footer__item-bottom-bar, .cs-footer__item-inner),
body[data-scheme="auto"]:is([data-d="dark"], [data-l="dark"]) footer.cs-footer :is(.cs-container, .cs-footer__item, .cs-footer__item-bottom-bar, .cs-footer__item-inner),
html:is([data-scheme="dark"], [data-scheme="inverse"], .theme-dark) body:not([data-scheme="light"]) footer.cs-footer :is(.cs-container, .cs-footer__item, .cs-footer__item-bottom-bar, .cs-footer__item-inner) {
  color: inherit !important;
  background: transparent !important;
  border-color: var(--tn-shell-dark-line) !important;
  box-shadow: none !important;
}

body:is([data-scheme="dark"], [data-scheme="inverse"]) .cs-header__menu a,
body[data-scheme="auto"]:is([data-d="dark"], [data-l="dark"]) .cs-header__menu a,
html:is([data-scheme="dark"], [data-scheme="inverse"], .theme-dark) body:not([data-scheme="light"]) .cs-header__menu a,
body:is([data-scheme="dark"], [data-scheme="inverse"]) .cs-lang-dropdown a,
body[data-scheme="auto"]:is([data-d="dark"], [data-l="dark"]) .cs-lang-dropdown a,
html:is([data-scheme="dark"], [data-scheme="inverse"], .theme-dark) body:not([data-scheme="light"]) .cs-lang-dropdown a,
body:is([data-scheme="dark"], [data-scheme="inverse"]) .cs-mobile-menu-dropdown a,
body[data-scheme="auto"]:is([data-d="dark"], [data-l="dark"]) .cs-mobile-menu-dropdown a,
html:is([data-scheme="dark"], [data-scheme="inverse"], .theme-dark) body:not([data-scheme="light"]) .cs-mobile-menu-dropdown a,
body:is([data-scheme="dark"], [data-scheme="inverse"]) footer.cs-footer a,
body[data-scheme="auto"]:is([data-d="dark"], [data-l="dark"]) footer.cs-footer a,
html:is([data-scheme="dark"], [data-scheme="inverse"], .theme-dark) body:not([data-scheme="light"]) footer.cs-footer a {
  color: var(--tn-shell-dark-text) !important;
  -webkit-text-fill-color: currentColor !important;
}

body:is([data-scheme="dark"], [data-scheme="inverse"]) .cs-header__menu a:hover,
body:is([data-scheme="dark"], [data-scheme="inverse"]) .cs-header__menu a:focus-visible,
body[data-scheme="auto"]:is([data-d="dark"], [data-l="dark"]) .cs-header__menu a:hover,
body[data-scheme="auto"]:is([data-d="dark"], [data-l="dark"]) .cs-header__menu a:focus-visible,
html:is([data-scheme="dark"], [data-scheme="inverse"], .theme-dark) body:not([data-scheme="light"]) .cs-header__menu a:hover,
html:is([data-scheme="dark"], [data-scheme="inverse"], .theme-dark) body:not([data-scheme="light"]) .cs-header__menu a:focus-visible {
  color: var(--tn-shell-dark-menu-hover-text) !important;
  -webkit-text-fill-color: currentColor !important;
  background: var(--tn-shell-dark-menu-hover) !important;
  outline-color: var(--tn-shell-dark-line) !important;
}

body:is([data-scheme="dark"], [data-scheme="inverse"]) :is(.cs-header__toggle, .cs-header__scheme-toggle, .tn-header-search-toggle__button, .cs-lang-current, .cs-mobile-menu-button),
body[data-scheme="auto"]:is([data-d="dark"], [data-l="dark"]) :is(.cs-header__toggle, .cs-header__scheme-toggle, .tn-header-search-toggle__button, .cs-lang-current, .cs-mobile-menu-button),
html:is([data-scheme="dark"], [data-scheme="inverse"], .theme-dark) body:not([data-scheme="light"]) :is(.cs-header__toggle, .cs-header__scheme-toggle, .tn-header-search-toggle__button, .cs-lang-current, .cs-mobile-menu-button) {
  color: var(--tn-shell-dark-text) !important;
  -webkit-text-fill-color: currentColor !important;
  background: var(--tn-shell-dark-control) !important;
  border-color: var(--tn-shell-dark-line) !important;
  box-shadow: none !important;
}

body:is([data-scheme="dark"], [data-scheme="inverse"]) :is(.cs-header__toggle, .cs-header__scheme-toggle, .tn-header-search-toggle__button, .cs-lang-current, .cs-mobile-menu-button):hover,
body:is([data-scheme="dark"], [data-scheme="inverse"]) :is(.cs-header__toggle, .cs-header__scheme-toggle, .tn-header-search-toggle__button, .cs-lang-current, .cs-mobile-menu-button):focus-visible,
body[data-scheme="auto"]:is([data-d="dark"], [data-l="dark"]) :is(.cs-header__toggle, .cs-header__scheme-toggle, .tn-header-search-toggle__button, .cs-lang-current, .cs-mobile-menu-button):hover,
body[data-scheme="auto"]:is([data-d="dark"], [data-l="dark"]) :is(.cs-header__toggle, .cs-header__scheme-toggle, .tn-header-search-toggle__button, .cs-lang-current, .cs-mobile-menu-button):focus-visible,
html:is([data-scheme="dark"], [data-scheme="inverse"], .theme-dark) body:not([data-scheme="light"]) :is(.cs-header__toggle, .cs-header__scheme-toggle, .tn-header-search-toggle__button, .cs-lang-current, .cs-mobile-menu-button):hover,
html:is([data-scheme="dark"], [data-scheme="inverse"], .theme-dark) body:not([data-scheme="light"]) :is(.cs-header__toggle, .cs-header__scheme-toggle, .tn-header-search-toggle__button, .cs-lang-current, .cs-mobile-menu-button):focus-visible {
  background: var(--tn-shell-dark-card) !important;
  border-color: var(--tn-shell-dark-text) !important;
  outline-color: var(--tn-shell-dark-text) !important;
}

body:is([data-scheme="dark"], [data-scheme="inverse"]) :is(.cs-lang-dropdown, .cs-mobile-menu-dropdown),
body[data-scheme="auto"]:is([data-d="dark"], [data-l="dark"]) :is(.cs-lang-dropdown, .cs-mobile-menu-dropdown),
html:is([data-scheme="dark"], [data-scheme="inverse"], .theme-dark) body:not([data-scheme="light"]) :is(.cs-lang-dropdown, .cs-mobile-menu-dropdown) {
  color: var(--tn-shell-dark-text) !important;
  background: var(--tn-shell-dark-panel) !important;
  border-color: var(--tn-shell-dark-line) !important;
  box-shadow: none !important;
}

body:is([data-scheme="dark"], [data-scheme="inverse"]) :is(.cs-lang-dropdown li.active a, .cs-lang-dropdown a:hover, .cs-mobile-menu-dropdown a:hover),
body[data-scheme="auto"]:is([data-d="dark"], [data-l="dark"]) :is(.cs-lang-dropdown li.active a, .cs-lang-dropdown a:hover, .cs-mobile-menu-dropdown a:hover),
html:is([data-scheme="dark"], [data-scheme="inverse"], .theme-dark) body:not([data-scheme="light"]) :is(.cs-lang-dropdown li.active a, .cs-lang-dropdown a:hover, .cs-mobile-menu-dropdown a:hover) {
  background: var(--tn-shell-dark-card) !important;
}

body:is([data-scheme="dark"], [data-scheme="inverse"]) footer.cs-footer :is(.cs-footer__copyright, .cs-footer__copyright p, .cs-footer__copyright span, .cs-footer__col),
body[data-scheme="auto"]:is([data-d="dark"], [data-l="dark"]) footer.cs-footer :is(.cs-footer__copyright, .cs-footer__copyright p, .cs-footer__copyright span, .cs-footer__col),
html:is([data-scheme="dark"], [data-scheme="inverse"], .theme-dark) body:not([data-scheme="light"]) footer.cs-footer :is(.cs-footer__copyright, .cs-footer__copyright p, .cs-footer__copyright span, .cs-footer__col) {
  color: var(--tn-shell-dark-muted) !important;
  -webkit-text-fill-color: currentColor !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body:is([data-scheme="dark"], [data-scheme="inverse"]) footer.cs-footer .cs-footer__item-inner,
body[data-scheme="auto"]:is([data-d="dark"], [data-l="dark"]) footer.cs-footer .cs-footer__item-inner,
html:is([data-scheme="dark"], [data-scheme="inverse"], .theme-dark) body:not([data-scheme="light"]) footer.cs-footer .cs-footer__item-inner {
  border-top-color: var(--tn-shell-dark-line) !important;
}

/* Final shell overrides with old selector parity: these out-rank the previous
   950px/header-button/footer-badge rules without touching logo assets. */
body .cs-header.cs-header-stretch .cs-header__inner,
body .cs-header .cs-header__inner {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

body:is([data-scheme="light"]) .cs-header[data-scheme],
body:is([data-scheme="light"]) .cs-header[data-scheme].cs-header-stretch,
body:not([data-scheme]) .cs-header[data-scheme],
body:not([data-scheme]) .cs-header[data-scheme].cs-header-stretch,
body[data-scheme="auto"]:not([data-d="dark"]):not([data-l="dark"]) .cs-header[data-scheme],
body[data-scheme="auto"]:not([data-d="dark"]):not([data-l="dark"]) .cs-header[data-scheme].cs-header-stretch,
body:is([data-scheme="light"]) footer.cs-footer[data-scheme],
body:not([data-scheme]) footer.cs-footer[data-scheme],
body[data-scheme="auto"]:not([data-d="dark"]):not([data-l="dark"]) footer.cs-footer[data-scheme] {
  color: var(--tn-shell-ink) !important;
  -webkit-text-fill-color: currentColor !important;
  background-color: var(--tn-shell-paper) !important;
  background-image:
    radial-gradient(rgba(90, 74, 48, .13) .55px, transparent .7px),
    linear-gradient(rgba(184, 168, 136, .18) 1px, transparent 1px) !important;
  background-size: 12px 12px, 100% 100% !important;
  border-color: var(--tn-shell-line-soft) !important;
  box-shadow: none !important;
}

body .cs-header :is(.cs-header__toggle, .cs-header__scheme-toggle, .cs-site-scheme-toggle, .tn-header-search-toggle__button, .cs-lang-current, .cs-mobile-menu-button) {
  width: 31px !important;
  height: 31px !important;
  min-width: 31px !important;
  min-height: 31px !important;
  color: var(--tn-shell-ink) !important;
  -webkit-text-fill-color: currentColor !important;
  background: rgba(237, 230, 212, .78) !important;
  border: 1px solid var(--tn-shell-line) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

body:is([data-scheme="dark"], [data-scheme="inverse"]) .cs-header :is(.cs-header__toggle, .cs-header__scheme-toggle, .cs-site-scheme-toggle, .tn-header-search-toggle__button, .cs-lang-current, .cs-mobile-menu-button),
body[data-scheme="auto"]:is([data-d="dark"], [data-l="dark"]) .cs-header :is(.cs-header__toggle, .cs-header__scheme-toggle, .cs-site-scheme-toggle, .tn-header-search-toggle__button, .cs-lang-current, .cs-mobile-menu-button),
html:is([data-scheme="dark"], [data-scheme="inverse"], .theme-dark) body:not([data-scheme="light"]) .cs-header :is(.cs-header__toggle, .cs-header__scheme-toggle, .cs-site-scheme-toggle, .tn-header-search-toggle__button, .cs-lang-current, .cs-mobile-menu-button) {
  width: 31px !important;
  height: 31px !important;
  min-width: 31px !important;
  min-height: 31px !important;
  color: var(--tn-shell-dark-text) !important;
  -webkit-text-fill-color: currentColor !important;
  background: var(--tn-shell-dark-control) !important;
  border: 1px solid var(--tn-shell-dark-line) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

body footer.cs-footer .cs-footer__item-bottom-bar .cs-footer__item-inner {
  min-height: 72px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 16px !important;
  margin: 0 !important;
  padding: 22px 0 0 !important;
  color: inherit !important;
  background: transparent !important;
  border: 0 !important;
  border-top: 1px solid var(--tn-shell-line-soft) !important;
  box-shadow: none !important;
}

body footer.cs-footer .cs-footer__item-bottom-bar .cs-footer__item-inner::before {
  content: none !important;
  display: none !important;
}

body:is([data-scheme="dark"], [data-scheme="inverse"]) footer.cs-footer .cs-footer__item-bottom-bar .cs-footer__item-inner,
body[data-scheme="auto"]:is([data-d="dark"], [data-l="dark"]) footer.cs-footer .cs-footer__item-bottom-bar .cs-footer__item-inner,
html:is([data-scheme="dark"], [data-scheme="inverse"], .theme-dark) body:not([data-scheme="light"]) footer.cs-footer .cs-footer__item-bottom-bar .cs-footer__item-inner {
  color: var(--tn-shell-dark-muted) !important;
  background: transparent !important;
  border-top-color: var(--tn-shell-dark-line) !important;
  box-shadow: none !important;
}

body:is([data-scheme="dark"], [data-scheme="inverse"]) footer.cs-footer .cs-footer__copyright a,
body[data-scheme="auto"]:is([data-d="dark"], [data-l="dark"]) footer.cs-footer .cs-footer__copyright a,
html:is([data-scheme="dark"], [data-scheme="inverse"], .theme-dark) body:not([data-scheme="light"]) footer.cs-footer .cs-footer__copyright a {
  color: var(--tn-shell-dark-text) !important;
  -webkit-text-fill-color: currentColor !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* Higher-specificity theme-wide overrides for page-specific home/archive shell CSS. */
body.wp-theme-intro .cs-header.cs-header-stretch .cs-header__outer > .cs-container,
body.wp-theme-intro .cs-header .cs-container,
body.wp-theme-intro .cs-header__outer > .cs-container,
body.wp-theme-intro footer.cs-footer .cs-container {
  width: min(1180px, calc(100% - 40px)) !important;
  max-width: 1180px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.wp-theme-intro .cs-header.cs-header-stretch .cs-header__inner,
body.wp-theme-intro .cs-header .cs-header__inner,
body.wp-theme-intro .cs-header__inner {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding: 0 !important;
  color: inherit !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.wp-theme-intro[data-scheme="light"] .cs-header,
body.wp-theme-intro[data-scheme="light"] .cs-header.cs-header-stretch,
body.wp-theme-intro[data-scheme="light"] footer.cs-footer,
body.wp-theme-intro[data-scheme="light"] footer.cs-footer[data-scheme],
body.wp-theme-intro:not([data-scheme]) .cs-header,
body.wp-theme-intro:not([data-scheme]) .cs-header.cs-header-stretch,
body.wp-theme-intro:not([data-scheme]) footer.cs-footer,
body.wp-theme-intro:not([data-scheme]) footer.cs-footer[data-scheme],
body.wp-theme-intro[data-scheme="auto"]:not([data-d="dark"]):not([data-l="dark"]) .cs-header,
body.wp-theme-intro[data-scheme="auto"]:not([data-d="dark"]):not([data-l="dark"]) .cs-header.cs-header-stretch,
body.wp-theme-intro[data-scheme="auto"]:not([data-d="dark"]):not([data-l="dark"]) footer.cs-footer,
body.wp-theme-intro[data-scheme="auto"]:not([data-d="dark"]):not([data-l="dark"]) footer.cs-footer[data-scheme] {
  color: var(--tn-shell-ink) !important;
  -webkit-text-fill-color: currentColor !important;
  background-color: var(--tn-shell-paper) !important;
  background-image:
    radial-gradient(rgba(90, 74, 48, .13) .55px, transparent .7px),
    linear-gradient(rgba(184, 168, 136, .18) 1px, transparent 1px) !important;
  background-size: 12px 12px, 100% 100% !important;
  border-color: var(--tn-shell-line-soft) !important;
  box-shadow: none !important;
}

body.wp-theme-intro footer.cs-footer .cs-footer__item-bottom-bar .cs-footer__item-inner {
  min-height: 72px !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 16px !important;
  padding: 22px 0 0 !important;
  color: inherit !important;
  background: transparent !important;
  background-image: none !important;
  border: 0 !important;
  border-top: 1px solid var(--tn-shell-line-soft) !important;
  box-shadow: none !important;
}

body.wp-theme-intro footer.cs-footer .cs-footer__item-bottom-bar .cs-footer__item-inner::before {
  content: none !important;
  display: none !important;
}

body.wp-theme-intro footer.cs-footer .cs-footer__copyright a {
  color: var(--tn-shell-ink) !important;
  -webkit-text-fill-color: currentColor !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  text-decoration: underline !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 3px !important;
}

body.wp-theme-intro .cs-header .cs-header__menu a {
  color: var(--tn-shell-ink) !important;
  -webkit-text-fill-color: currentColor !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  text-decoration: none !important;
}

body.wp-theme-intro:is([data-scheme="dark"], [data-scheme="inverse"]) .cs-header .cs-header__menu a,
body.wp-theme-intro[data-scheme="auto"]:is([data-d="dark"], [data-l="dark"]) .cs-header .cs-header__menu a,
html:is([data-scheme="dark"], [data-scheme="inverse"], .theme-dark) body.wp-theme-intro:not([data-scheme="light"]) .cs-header .cs-header__menu a {
  color: var(--tn-shell-dark-text) !important;
  -webkit-text-fill-color: currentColor !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.wp-theme-intro:is([data-scheme="dark"], [data-scheme="inverse"]) footer.cs-footer .cs-footer__item-bottom-bar .cs-footer__item-inner,
body.wp-theme-intro[data-scheme="auto"]:is([data-d="dark"], [data-l="dark"]) footer.cs-footer .cs-footer__item-bottom-bar .cs-footer__item-inner,
html:is([data-scheme="dark"], [data-scheme="inverse"], .theme-dark) body.wp-theme-intro:not([data-scheme="light"]) footer.cs-footer .cs-footer__item-bottom-bar .cs-footer__item-inner {
  color: var(--tn-shell-dark-muted) !important;
  background: transparent !important;
  background-image: none !important;
  border-top-color: var(--tn-shell-dark-line) !important;
  box-shadow: none !important;
}

body.wp-theme-intro:is([data-scheme="dark"], [data-scheme="inverse"]) footer.cs-footer .cs-footer__copyright a,
body.wp-theme-intro[data-scheme="auto"]:is([data-d="dark"], [data-l="dark"]) footer.cs-footer .cs-footer__copyright a,
html:is([data-scheme="dark"], [data-scheme="inverse"], .theme-dark) body.wp-theme-intro:not([data-scheme="light"]) footer.cs-footer .cs-footer__copyright a {
  color: var(--tn-shell-dark-text) !important;
  -webkit-text-fill-color: currentColor !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}
@media (prefers-color-scheme: dark) {
  body[data-scheme="auto"] .cs-header,
  body[data-scheme="auto"] .cs-header.cs-header-stretch,
  body[data-scheme="auto"] footer.cs-footer,
  body[data-scheme="auto"] footer.cs-footer[data-scheme] {
    color: var(--tn-shell-dark-text) !important;
    background-color: var(--tn-shell-dark-bg) !important;
    background-image:
      radial-gradient(rgba(247, 234, 209, .12) .55px, transparent .7px),
      linear-gradient(rgba(247, 234, 209, .07) 1px, transparent 1px) !important;
    background-size: 12px 12px, 100% 100% !important;
    border-color: var(--tn-shell-dark-line) !important;
  }

  body[data-scheme="auto"] .cs-header :is(.cs-header__outer, .cs-header__outer > .cs-container, .cs-header__inner),
  body[data-scheme="auto"] footer.cs-footer :is(.cs-container, .cs-footer__item, .cs-footer__item-bottom-bar, .cs-footer__item-inner) {
    color: inherit !important;
    background: transparent !important;
    border-color: var(--tn-shell-dark-line) !important;
    box-shadow: none !important;
  }

  body[data-scheme="auto"] .cs-header__menu a,
  body[data-scheme="auto"] .cs-lang-dropdown a,
  body[data-scheme="auto"] .cs-mobile-menu-dropdown a,
  body[data-scheme="auto"] footer.cs-footer a,
  body[data-scheme="auto"] footer.cs-footer :is(.cs-footer__copyright, .cs-footer__copyright p, .cs-footer__copyright span, .cs-footer__col) {
    color: var(--tn-shell-dark-text) !important;
    -webkit-text-fill-color: currentColor !important;
  }

  body[data-scheme="auto"] :is(.cs-header__toggle, .cs-header__scheme-toggle, .tn-header-search-toggle__button, .cs-lang-current, .cs-mobile-menu-button) {
    color: var(--tn-shell-dark-text) !important;
    background: var(--tn-shell-dark-control) !important;
    border-color: var(--tn-shell-dark-line) !important;
  }

  body[data-scheme="auto"] :is(.cs-lang-dropdown, .cs-mobile-menu-dropdown) {
    color: var(--tn-shell-dark-text) !important;
    background: var(--tn-shell-dark-panel) !important;
    border-color: var(--tn-shell-dark-line) !important;
  }
}

@media (max-width: 900px) {
  body .cs-header__outer {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }

  body .cs-header.cs-header-stretch .cs-header__outer > .cs-container,
  body .cs-header .cs-container,
  body .cs-header__outer > .cs-container,
  body footer.cs-footer .cs-container {
    width: calc(100% - 10px) !important;
    max-width: calc(100% - 10px) !important;
  }

  body.wp-theme-intro .cs-header.cs-header-stretch .cs-header__outer > .cs-container,
  body.wp-theme-intro .cs-header .cs-container,
  body.wp-theme-intro .cs-header__outer > .cs-container,
  body.wp-theme-intro footer.cs-footer .cs-container {
    width: calc(100% - 10px) !important;
    max-width: calc(100% - 10px) !important;
  }

  body .cs-header__inner {
    min-height: 44px !important;
  }

  body .cs-header__inner-mobile .cs-col-left,
  body .cs-header__inner-mobile .cs-col-right {
    flex: 1 1 0 !important;
    min-width: 0 !important;
  }

  body .cs-header__inner-mobile .cs-col-center {
    flex: 0 0 auto !important;
    min-width: 0 !important;
  }

  body .cs-header__toggles {
    gap: 5px !important;
  }

  body .cs-header__toggle,
  body .cs-header__scheme-toggle,
  body .tn-header-search-toggle__button,
  body .cs-lang-current,
  body .cs-mobile-menu-button {
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    min-height: 30px !important;
  }

  body .cs-header :is(.cs-header__toggle, .cs-header__scheme-toggle, .cs-site-scheme-toggle, .tn-header-search-toggle__button, .cs-lang-current, .cs-mobile-menu-button) {
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    min-height: 30px !important;
  }

  body .cs-lang-dropdown {
    right: 0 !important;
    left: auto !important;
  }

  body footer.cs-footer {
    margin-top: 34px !important;
    padding-bottom: 24px !important;
  }

  body footer.cs-footer .cs-footer__item-inner {
    min-height: 64px !important;
    justify-content: center !important;
    padding-top: 18px !important;
  }

  body footer.cs-footer .cs-footer__item-bottom-bar .cs-footer__item-inner {
    min-height: 64px !important;
    justify-content: center !important;
    padding-top: 18px !important;
  }

  body.wp-theme-intro footer.cs-footer .cs-footer__item-bottom-bar .cs-footer__item-inner {
    min-height: 64px !important;
    flex-direction: column !important;
    justify-content: center !important;
    padding-top: 18px !important;
  }

  body footer.cs-footer .cs-footer__col,
  body footer.cs-footer .cs-col-right,
  body footer.cs-footer .cs-footer__copyright {
    width: 100% !important;
    text-align: center !important;
    font-size: 11px !important;
  }
}


/* 2026-06-26e follow-up: make every page use the same home-header link hover/base treatment. */
body.wp-theme-intro .cs-header .cs-header__menu a,
body.wp-theme-intro .cs-header.cs-header-stretch .cs-header__menu a {
  color: #574838 !important;
  -webkit-text-fill-color: currentColor !important;
  background: #fff8ed !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  text-decoration: none !important;
}

body.wp-theme-intro .cs-header .cs-header__menu a:hover,
body.wp-theme-intro .cs-header .cs-header__menu a:focus-visible,
body.wp-theme-intro .cs-header.cs-header-stretch .cs-header__menu a:hover,
body.wp-theme-intro .cs-header.cs-header-stretch .cs-header__menu a:focus-visible {
  color: var(--tn-shell-menu-hover-text) !important;
  -webkit-text-fill-color: currentColor !important;
  background: var(--tn-shell-menu-hover) !important;
  border: 0 !important;
  outline: 1px solid var(--tn-shell-line) !important;
  outline-offset: 2px !important;
  box-shadow: none !important;
  transform: none !important;
}

body.wp-theme-intro:is([data-scheme="dark"], [data-scheme="inverse"]) .cs-header .cs-header__menu a,
body.wp-theme-intro[data-scheme="auto"]:is([data-d="dark"], [data-l="dark"]) .cs-header .cs-header__menu a,
html:is([data-scheme="dark"], [data-scheme="inverse"], .theme-dark) body.wp-theme-intro:not([data-scheme="light"]) .cs-header .cs-header__menu a {
  color: var(--tn-shell-dark-text) !important;
  -webkit-text-fill-color: currentColor !important;
  background: rgba(33, 23, 15, .78) !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.wp-theme-intro:is([data-scheme="dark"], [data-scheme="inverse"]) .cs-header .cs-header__menu a:hover,
body.wp-theme-intro:is([data-scheme="dark"], [data-scheme="inverse"]) .cs-header .cs-header__menu a:focus-visible,
body.wp-theme-intro[data-scheme="auto"]:is([data-d="dark"], [data-l="dark"]) .cs-header .cs-header__menu a:hover,
body.wp-theme-intro[data-scheme="auto"]:is([data-d="dark"], [data-l="dark"]) .cs-header .cs-header__menu a:focus-visible,
html:is([data-scheme="dark"], [data-scheme="inverse"], .theme-dark) body.wp-theme-intro:not([data-scheme="light"]) .cs-header .cs-header__menu a:hover,
html:is([data-scheme="dark"], [data-scheme="inverse"], .theme-dark) body.wp-theme-intro:not([data-scheme="light"]) .cs-header .cs-header__menu a:focus-visible {
  color: var(--tn-shell-dark-menu-hover-text) !important;
  -webkit-text-fill-color: currentColor !important;
  background: var(--tn-shell-dark-menu-hover) !important;
  outline-color: var(--tn-shell-dark-line) !important;
  box-shadow: none !important;
}

@media (prefers-color-scheme: dark) {
  body.wp-theme-intro[data-scheme="auto"] .cs-header .cs-header__menu a {
    color: var(--tn-shell-dark-text) !important;
    -webkit-text-fill-color: currentColor !important;
    background: rgba(33, 23, 15, .78) !important;
  }

  body.wp-theme-intro[data-scheme="auto"] .cs-header .cs-header__menu a:hover,
  body.wp-theme-intro[data-scheme="auto"] .cs-header .cs-header__menu a:focus-visible {
    color: var(--tn-shell-dark-menu-hover-text) !important;
    -webkit-text-fill-color: currentColor !important;
    background: var(--tn-shell-dark-menu-hover) !important;
    outline-color: var(--tn-shell-dark-line) !important;
  }
}

/* Home already has a header 문의 link; remove the duplicated homepage contact form block only on the main home. */
body.wp-theme-intro.home .cs-contact-form {
  display: none !important;
}


/* 2026-06-26f: visited/current menu links must keep the same hover fill as the home page. */
body.wp-theme-intro .cs-header .cs-header__menu a:hover,
body.wp-theme-intro .cs-header .cs-header__menu a:visited:hover,
body.wp-theme-intro .cs-header .cs-header__menu a:focus-visible,
body.wp-theme-intro .cs-header .cs-header__menu a:visited:focus-visible,
body.wp-theme-intro .cs-header.cs-header-stretch .cs-header__menu a:hover,
body.wp-theme-intro .cs-header.cs-header-stretch .cs-header__menu a:visited:hover,
body.wp-theme-intro .cs-header.cs-header-stretch .cs-header__menu a:focus-visible,
body.wp-theme-intro .cs-header.cs-header-stretch .cs-header__menu a:visited:focus-visible {
  color: var(--tn-shell-menu-hover-text) !important;
  -webkit-text-fill-color: currentColor !important;
  background-color: var(--tn-shell-menu-hover) !important;
  background-image: none !important;
  border: 0 !important;
  outline: 1px solid var(--tn-shell-line) !important;
  outline-offset: 2px !important;
  box-shadow: none !important;
}

body.wp-theme-intro:is([data-scheme="dark"], [data-scheme="inverse"]) .cs-header .cs-header__menu a:hover,
body.wp-theme-intro:is([data-scheme="dark"], [data-scheme="inverse"]) .cs-header .cs-header__menu a:visited:hover,
body.wp-theme-intro:is([data-scheme="dark"], [data-scheme="inverse"]) .cs-header .cs-header__menu a:focus-visible,
body.wp-theme-intro:is([data-scheme="dark"], [data-scheme="inverse"]) .cs-header .cs-header__menu a:visited:focus-visible,
body.wp-theme-intro[data-scheme="auto"]:is([data-d="dark"], [data-l="dark"]) .cs-header .cs-header__menu a:hover,
body.wp-theme-intro[data-scheme="auto"]:is([data-d="dark"], [data-l="dark"]) .cs-header .cs-header__menu a:visited:hover,
body.wp-theme-intro[data-scheme="auto"]:is([data-d="dark"], [data-l="dark"]) .cs-header .cs-header__menu a:focus-visible,
body.wp-theme-intro[data-scheme="auto"]:is([data-d="dark"], [data-l="dark"]) .cs-header .cs-header__menu a:visited:focus-visible,
html:is([data-scheme="dark"], [data-scheme="inverse"], .theme-dark) body.wp-theme-intro:not([data-scheme="light"]) .cs-header .cs-header__menu a:hover,
html:is([data-scheme="dark"], [data-scheme="inverse"], .theme-dark) body.wp-theme-intro:not([data-scheme="light"]) .cs-header .cs-header__menu a:visited:hover,
html:is([data-scheme="dark"], [data-scheme="inverse"], .theme-dark) body.wp-theme-intro:not([data-scheme="light"]) .cs-header .cs-header__menu a:focus-visible,
html:is([data-scheme="dark"], [data-scheme="inverse"], .theme-dark) body.wp-theme-intro:not([data-scheme="light"]) .cs-header .cs-header__menu a:visited:focus-visible {
  color: var(--tn-shell-dark-menu-hover-text) !important;
  -webkit-text-fill-color: currentColor !important;
  background-color: var(--tn-shell-dark-menu-hover) !important;
  background-image: none !important;
  outline-color: var(--tn-shell-dark-line) !important;
  box-shadow: none !important;
}

/* 2026-06-26 lower-flow rhythm: remove legacy site-bottom spacer and let the footer own the final gap. */
body.wp-theme-intro .cs-wrapper > .cs-site,
body.wp-theme-intro .cs-site-content {
  margin-bottom: 0 !important;
}

body.wp-theme-intro footer.cs-footer,
body.wp-theme-intro footer.cs-footer[data-scheme] {
  margin-top: 34px !important;
}

@media (max-width: 900px) {
  body.wp-theme-intro footer.cs-footer,
  body.wp-theme-intro footer.cs-footer[data-scheme] {
    margin-top: 32px !important;
  }
}


/* The New global header search modal — 2026-06-27a */
body :is(.tn-header-search, .tn-header-search *) {
  box-sizing: border-box !important;
}

html.roberin-tool-search-open,
body.roberin-tool-search-open {
  overflow: hidden !important;
}

body .tn-header-search[hidden] {
  display: none !important;
}

body .tn-header-search {
  position: fixed !important;
  inset: 0 !important;
  z-index: 99999 !important;
  display: flex !important;
  align-items: flex-start !important;
  justify-content: center !important;
  padding: max(78px, env(safe-area-inset-top)) 20px 24px !important;
  color: var(--tn-shell-ink) !important;
  -webkit-text-fill-color: currentColor !important;
}

body .tn-header-search__backdrop {
  position: absolute !important;
  inset: 0 !important;
  background: rgba(26, 18, 8, .46) !important;
  backdrop-filter: blur(6px) !important;
  -webkit-backdrop-filter: blur(6px) !important;
}

body .tn-header-search__dialog {
  position: relative !important;
  z-index: 1 !important;
  width: min(760px, 100%) !important;
  max-height: min(760px, calc(100vh - 104px)) !important;
  overflow: hidden !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 14px !important;
  margin: 0 auto !important;
  padding: 22px !important;
  color: var(--tn-shell-ink) !important;
  -webkit-text-fill-color: currentColor !important;
  background-color: var(--tn-shell-paper) !important;
  background-image:
    radial-gradient(rgba(90, 74, 48, .12) .55px, transparent .7px),
    linear-gradient(rgba(184, 168, 136, .16) 1px, transparent 1px) !important;
  background-size: 12px 12px, 100% 100% !important;
  border: 1px solid var(--tn-shell-ink) !important;
  border-radius: 0 !important;
  box-shadow: 10px 10px 0 rgba(26, 18, 8, .16) !important;
}

body .tn-header-search__close {
  position: absolute !important;
  top: 14px !important;
  right: 14px !important;
  width: 31px !important;
  height: 31px !important;
  min-width: 31px !important;
  min-height: 31px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--tn-shell-ink) !important;
  -webkit-text-fill-color: currentColor !important;
  background: rgba(237, 230, 212, .82) !important;
  border: 1px solid var(--tn-shell-line) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  cursor: pointer !important;
}

body .tn-header-search__close:hover,
body .tn-header-search__close:focus-visible {
  background: var(--tn-shell-button-hover) !important;
  border-color: var(--tn-shell-ink) !important;
  outline: 1px solid var(--tn-shell-ink) !important;
  outline-offset: 2px !important;
}

body .tn-header-search__header {
  display: grid !important;
  gap: 7px !important;
  padding: 0 42px 12px 0 !important;
  border-bottom: 1px solid var(--tn-shell-line-soft) !important;
}

body .tn-header-search__kicker {
  display: inline-flex !important;
  width: max-content !important;
  padding: 3px 7px !important;
  color: var(--tn-shell-accent) !important;
  -webkit-text-fill-color: currentColor !important;
  background: rgba(237, 230, 212, .64) !important;
  border: 1px solid var(--tn-shell-line) !important;
  border-radius: 0 !important;
  font: 900 11px/1 "Courier New", monospace !important;
  letter-spacing: .06em !important;
}

body .tn-header-search__title {
  margin: 0 !important;
  color: var(--tn-shell-ink) !important;
  -webkit-text-fill-color: currentColor !important;
  font: 950 clamp(28px, 5vw, 44px)/.92 "Courier New", monospace !important;
  letter-spacing: -.08em !important;
}

body .tn-header-search__desc {
  max-width: 52ch !important;
  margin: 0 !important;
  color: var(--tn-shell-muted) !important;
  -webkit-text-fill-color: currentColor !important;
  font: 700 14px/1.62 "Courier New", monospace !important;
  word-break: keep-all !important;
  overflow-wrap: anywhere !important;
}

body .tn-header-search__field {
  display: block !important;
  margin: 0 !important;
}

body .tn-header-search__input {
  width: 100% !important;
  height: 52px !important;
  margin: 0 !important;
  padding: 0 15px !important;
  color: var(--tn-shell-ink) !important;
  -webkit-text-fill-color: currentColor !important;
  background: rgba(250, 246, 238, .92) !important;
  border: 1px solid var(--tn-shell-ink) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: none !important;
  font: 900 15px/1.2 "Courier New", monospace !important;
  letter-spacing: -.02em !important;
}

body .tn-header-search__input::placeholder {
  color: color-mix(in srgb, var(--tn-shell-muted) 86%, transparent) !important;
  -webkit-text-fill-color: color-mix(in srgb, var(--tn-shell-muted) 86%, transparent) !important;
  opacity: 1 !important;
}

body .tn-header-search__input:focus {
  border-color: var(--tn-shell-accent) !important;
  box-shadow: inset 0 -3px 0 rgba(196, 74, 0, .22) !important;
}

body .tn-header-search__status {
  min-height: 18px !important;
  color: var(--tn-shell-muted) !important;
  -webkit-text-fill-color: currentColor !important;
  font: 900 12px/1.4 "Courier New", monospace !important;
}

body .tn-header-search__results {
  display: grid !important;
  gap: 8px !important;
  margin: 0 !important;
  padding: 0 2px 2px 0 !important;
  overflow: auto !important;
  overscroll-behavior: contain !important;
}

body .tn-header-search__result {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 12px !important;
  min-height: 48px !important;
  margin: 0 !important;
  padding: 10px 12px !important;
  color: var(--tn-shell-ink) !important;
  -webkit-text-fill-color: currentColor !important;
  text-decoration: none !important;
  background: rgba(245, 239, 223, .72) !important;
  border: 1px solid var(--tn-shell-line-soft) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

body .tn-header-search__result:hover,
body .tn-header-search__result:focus-visible,
body .tn-header-search__result.is-active {
  color: var(--tn-shell-ink) !important;
  background: var(--tn-shell-button) !important;
  border-color: var(--tn-shell-ink) !important;
  outline: 1px solid var(--tn-shell-ink) !important;
  outline-offset: 2px !important;
}

body .tn-header-search__result-title {
  min-width: 0 !important;
  color: inherit !important;
  -webkit-text-fill-color: currentColor !important;
  font: 900 14px/1.35 "Courier New", monospace !important;
  letter-spacing: -.03em !important;
  overflow-wrap: anywhere !important;
  word-break: keep-all !important;
}

body .tn-header-search__result-title mark {
  color: var(--tn-shell-ink) !important;
  -webkit-text-fill-color: currentColor !important;
  background: rgba(196, 74, 0, .18) !important;
  padding: 0 1px !important;
}

body .tn-header-search__result-meta {
  justify-self: end !important;
  max-width: 180px !important;
  color: var(--tn-shell-muted) !important;
  -webkit-text-fill-color: currentColor !important;
  font: 900 11px/1.25 "Courier New", monospace !important;
  text-align: right !important;
  overflow-wrap: anywhere !important;
}

body .tn-header-search__empty {
  margin: 0 !important;
  padding: 16px !important;
  color: var(--tn-shell-muted) !important;
  -webkit-text-fill-color: currentColor !important;
  background: rgba(245, 239, 223, .68) !important;
  border: 1px solid var(--tn-shell-line-soft) !important;
  border-radius: 0 !important;
  font: 800 14px/1.5 "Courier New", monospace !important;
}

body:is([data-scheme="dark"], [data-scheme="inverse"]) .tn-header-search,
body[data-scheme="auto"]:is([data-d="dark"], [data-l="dark"]) .tn-header-search,
html:is([data-scheme="dark"], [data-scheme="inverse"], .theme-dark) body:not([data-scheme="light"]) .tn-header-search {
  color: var(--tn-shell-dark-text) !important;
  -webkit-text-fill-color: currentColor !important;
}

body:is([data-scheme="dark"], [data-scheme="inverse"]) .tn-header-search__backdrop,
body[data-scheme="auto"]:is([data-d="dark"], [data-l="dark"]) .tn-header-search__backdrop,
html:is([data-scheme="dark"], [data-scheme="inverse"], .theme-dark) body:not([data-scheme="light"]) .tn-header-search__backdrop {
  background: rgba(32, 24, 17, .76) !important;
}

body:is([data-scheme="dark"], [data-scheme="inverse"]) .tn-header-search__dialog,
body[data-scheme="auto"]:is([data-d="dark"], [data-l="dark"]) .tn-header-search__dialog,
html:is([data-scheme="dark"], [data-scheme="inverse"], .theme-dark) body:not([data-scheme="light"]) .tn-header-search__dialog {
  color: var(--tn-shell-dark-text) !important;
  -webkit-text-fill-color: currentColor !important;
  background-color: var(--tn-shell-dark-bg) !important;
  background-image:
    radial-gradient(rgba(229, 196, 139, .13) .55px, transparent .7px),
    linear-gradient(rgba(229, 196, 139, .10) 1px, transparent 1px) !important;
  border-color: var(--tn-shell-dark-text) !important;
  box-shadow: 10px 10px 0 rgba(0, 0, 0, .32) !important;
}

body:is([data-scheme="dark"], [data-scheme="inverse"]) :is(.tn-header-search__close, .tn-header-search__kicker, .tn-header-search__input, .tn-header-search__result, .tn-header-search__empty),
body[data-scheme="auto"]:is([data-d="dark"], [data-l="dark"]) :is(.tn-header-search__close, .tn-header-search__kicker, .tn-header-search__input, .tn-header-search__result, .tn-header-search__empty),
html:is([data-scheme="dark"], [data-scheme="inverse"], .theme-dark) body:not([data-scheme="light"]) :is(.tn-header-search__close, .tn-header-search__kicker, .tn-header-search__input, .tn-header-search__result, .tn-header-search__empty) {
  color: var(--tn-shell-dark-text) !important;
  -webkit-text-fill-color: currentColor !important;
  background: var(--tn-shell-dark-control) !important;
  border-color: var(--tn-shell-dark-line) !important;
}

body:is([data-scheme="dark"], [data-scheme="inverse"]) :is(.tn-header-search__title, .tn-header-search__result-title),
body[data-scheme="auto"]:is([data-d="dark"], [data-l="dark"]) :is(.tn-header-search__title, .tn-header-search__result-title),
html:is([data-scheme="dark"], [data-scheme="inverse"], .theme-dark) body:not([data-scheme="light"]) :is(.tn-header-search__title, .tn-header-search__result-title) {
  color: var(--tn-shell-dark-text) !important;
  -webkit-text-fill-color: currentColor !important;
}

body:is([data-scheme="dark"], [data-scheme="inverse"]) :is(.tn-header-search__desc, .tn-header-search__status, .tn-header-search__result-meta),
body[data-scheme="auto"]:is([data-d="dark"], [data-l="dark"]) :is(.tn-header-search__desc, .tn-header-search__status, .tn-header-search__result-meta),
html:is([data-scheme="dark"], [data-scheme="inverse"], .theme-dark) body:not([data-scheme="light"]) :is(.tn-header-search__desc, .tn-header-search__status, .tn-header-search__result-meta) {
  color: var(--tn-shell-dark-muted) !important;
  -webkit-text-fill-color: currentColor !important;
}

body:is([data-scheme="dark"], [data-scheme="inverse"]) .tn-header-search__kicker,
body[data-scheme="auto"]:is([data-d="dark"], [data-l="dark"]) .tn-header-search__kicker,
html:is([data-scheme="dark"], [data-scheme="inverse"], .theme-dark) body:not([data-scheme="light"]) .tn-header-search__kicker {
  color: #f0a36e !important;
  -webkit-text-fill-color: currentColor !important;
}

body:is([data-scheme="dark"], [data-scheme="inverse"]) :is(.tn-header-search__close:hover, .tn-header-search__close:focus-visible, .tn-header-search__result:hover, .tn-header-search__result:focus-visible, .tn-header-search__result.is-active),
body[data-scheme="auto"]:is([data-d="dark"], [data-l="dark"]) :is(.tn-header-search__close:hover, .tn-header-search__close:focus-visible, .tn-header-search__result:hover, .tn-header-search__result:focus-visible, .tn-header-search__result.is-active),
html:is([data-scheme="dark"], [data-scheme="inverse"], .theme-dark) body:not([data-scheme="light"]) :is(.tn-header-search__close:hover, .tn-header-search__close:focus-visible, .tn-header-search__result:hover, .tn-header-search__result:focus-visible, .tn-header-search__result.is-active) {
  color: var(--tn-shell-dark-text) !important;
  -webkit-text-fill-color: currentColor !important;
  background: var(--tn-shell-dark-card) !important;
  border-color: var(--tn-shell-dark-text) !important;
  outline-color: var(--tn-shell-dark-text) !important;
}

@media (prefers-color-scheme: dark) {
  body[data-scheme="auto"] .tn-header-search {
    color: var(--tn-shell-dark-text) !important;
    -webkit-text-fill-color: currentColor !important;
  }

  body[data-scheme="auto"] .tn-header-search__dialog {
    color: var(--tn-shell-dark-text) !important;
    -webkit-text-fill-color: currentColor !important;
    background-color: var(--tn-shell-dark-bg) !important;
    border-color: var(--tn-shell-dark-text) !important;
  }
}

@media (max-width: 767px) {
  body .tn-header-search {
    padding: max(62px, env(safe-area-inset-top)) 5px 12px !important;
  }

  body .tn-header-search__dialog {
    width: calc(100vw - 10px) !important;
    max-height: calc(100vh - 74px) !important;
    padding: 16px !important;
    gap: 12px !important;
    box-shadow: 5px 5px 0 rgba(26, 18, 8, .14) !important;
  }

  body .tn-header-search__title {
    font-size: clamp(25px, 11vw, 36px) !important;
  }

  body .tn-header-search__desc {
    font-size: 13px !important;
  }

  body .tn-header-search__input {
    height: 48px !important;
    font-size: 14px !important;
  }

  body .tn-header-search__result {
    grid-template-columns: minmax(0, 1fr) !important;
    align-items: start !important;
    gap: 4px !important;
    min-height: 54px !important;
  }

  body .tn-header-search__result-meta {
    justify-self: start !important;
    max-width: 100% !important;
    text-align: left !important;
  }
}

/* 2026-06-27f: make header menu hover line complete and search modal header rhythm clearer. */
body.wp-theme-intro .cs-header .cs-header__menu a,
body.wp-theme-intro .cs-header .cs-header__menu a:visited,
body.wp-theme-intro .cs-header.cs-header-stretch .cs-header__menu a,
body.wp-theme-intro .cs-header.cs-header-stretch .cs-header__menu a:visited {
  border: 1px solid transparent !important;
  background-clip: padding-box !important;
  outline: 0 !important;
}

body.wp-theme-intro .cs-header .cs-header__menu a:hover,
body.wp-theme-intro .cs-header .cs-header__menu a:visited:hover,
body.wp-theme-intro .cs-header .cs-header__menu a:focus-visible,
body.wp-theme-intro .cs-header .cs-header__menu a:visited:focus-visible,
body.wp-theme-intro .cs-header.cs-header-stretch .cs-header__menu a:hover,
body.wp-theme-intro .cs-header.cs-header-stretch .cs-header__menu a:visited:hover,
body.wp-theme-intro .cs-header.cs-header-stretch .cs-header__menu a:focus-visible,
body.wp-theme-intro .cs-header.cs-header-stretch .cs-header__menu a:visited:focus-visible {
  color: var(--tn-shell-menu-hover-text) !important;
  -webkit-text-fill-color: currentColor !important;
  background-color: var(--tn-shell-menu-hover) !important;
  background-image: none !important;
  border-width: 1px !important;
  border-style: solid !important;
  border-color: var(--tn-shell-line) !important;
  box-shadow: inset 0 0 0 1px var(--tn-shell-line) !important;
  outline: 0 !important;
  transform: none !important;
}

body.wp-theme-intro:is([data-scheme="dark"], [data-scheme="inverse"]) .cs-header .cs-header__menu a:hover,
body.wp-theme-intro:is([data-scheme="dark"], [data-scheme="inverse"]) .cs-header .cs-header__menu a:visited:hover,
body.wp-theme-intro:is([data-scheme="dark"], [data-scheme="inverse"]) .cs-header .cs-header__menu a:focus-visible,
body.wp-theme-intro:is([data-scheme="dark"], [data-scheme="inverse"]) .cs-header .cs-header__menu a:visited:focus-visible,
body.wp-theme-intro[data-scheme="auto"]:is([data-d="dark"], [data-l="dark"]) .cs-header .cs-header__menu a:hover,
body.wp-theme-intro[data-scheme="auto"]:is([data-d="dark"], [data-l="dark"]) .cs-header .cs-header__menu a:visited:hover,
body.wp-theme-intro[data-scheme="auto"]:is([data-d="dark"], [data-l="dark"]) .cs-header .cs-header__menu a:focus-visible,
body.wp-theme-intro[data-scheme="auto"]:is([data-d="dark"], [data-l="dark"]) .cs-header .cs-header__menu a:visited:focus-visible,
html:is([data-scheme="dark"], [data-scheme="inverse"], .theme-dark) body.wp-theme-intro:not([data-scheme="light"]) .cs-header .cs-header__menu a:hover,
html:is([data-scheme="dark"], [data-scheme="inverse"], .theme-dark) body.wp-theme-intro:not([data-scheme="light"]) .cs-header .cs-header__menu a:visited:hover,
html:is([data-scheme="dark"], [data-scheme="inverse"], .theme-dark) body.wp-theme-intro:not([data-scheme="light"]) .cs-header .cs-header__menu a:focus-visible,
html:is([data-scheme="dark"], [data-scheme="inverse"], .theme-dark) body.wp-theme-intro:not([data-scheme="light"]) .cs-header .cs-header__menu a:visited:focus-visible {
  color: var(--tn-shell-dark-menu-hover-text) !important;
  -webkit-text-fill-color: currentColor !important;
  background-color: var(--tn-shell-dark-menu-hover) !important;
  border-width: 1px !important;
  border-style: solid !important;
  border-color: var(--tn-shell-dark-line) !important;
  box-shadow: inset 0 0 0 1px var(--tn-shell-dark-line) !important;
  outline: 0 !important;
}

body .tn-header-search__dialog {
  gap: 18px !important;
}

body .tn-header-search__header {
  gap: 10px !important;
  padding: 0 46px 16px 0 !important;
  margin: 0 0 2px !important;
  border-bottom: 1px solid var(--tn-shell-line) !important;
}

body .tn-header-search__kicker {
  padding: 2px 6px !important;
  font-size: 10px !important;
  letter-spacing: .05em !important;
}

body .tn-header-search__title {
  font-size: clamp(24px, 4.4vw, 38px) !important;
  line-height: .94 !important;
  letter-spacing: -.07em !important;
}

body .tn-header-search__desc {
  max-width: 48ch !important;
  font-size: 13px !important;
  line-height: 1.55 !important;
}

body .tn-header-search__field {
  margin-top: 2px !important;
}

@media (max-width: 767px) {
  body .tn-header-search__dialog {
    gap: 14px !important;
  }

  body .tn-header-search__header {
    gap: 8px !important;
    padding: 0 40px 14px 0 !important;
  }

  body .tn-header-search__title {
    font-size: clamp(22px, 9.6vw, 31px) !important;
    line-height: .96 !important;
  }

  body .tn-header-search__desc {
    font-size: 12.5px !important;
    line-height: 1.5 !important;
  }
}

/* 20260627j: keep the theme main gap, but remove extra entry-wrap top air on The New detail pages. */
body.single-sight-projects .cs-entry__wrap:not(:first-child) {
  margin-top: 4px !important;
}
@media (max-width: 540px) {
  body.single-sight-projects .cs-entry__wrap:not(:first-child) {
    margin-top: 0 !important;
  }
}
/* 20260627j: header parity guard — tool/detail pages must not fall back to legacy roberin-custom header spacing when this global shell is loaded before older CSS. */
body.wp-theme-intro .cs-header .cs-header__outer,
body.wp-theme-intro .cs-header.cs-header-stretch .cs-header__outer {
  padding: 5px 0 !important;
}
body.wp-theme-intro .cs-header .cs-header__inner,
body.wp-theme-intro .cs-header.cs-header-stretch .cs-header__inner {
  min-height: 44px !important;
}

body.wp-theme-intro .cs-header .cs-header__main-nav,
body.wp-theme-intro .cs-header .cs-header__menu,
body.wp-theme-intro .cs-header.cs-header-stretch .cs-header__main-nav,
body.wp-theme-intro .cs-header.cs-header-stretch .cs-header__menu {
  gap: 2px !important;
  align-items: center !important;
}

body.wp-theme-intro .cs-header .cs-header__menu a,
body.wp-theme-intro .cs-header .cs-header__menu a:visited,
body.wp-theme-intro .cs-header.cs-header-stretch .cs-header__menu a,
body.wp-theme-intro .cs-header.cs-header-stretch .cs-header__menu a:visited {
  min-height: 30px !important;
  height: 30px !important;
  padding: 0 9px !important;
  font: 900 12px/1.15 "Courier New", monospace !important;
  letter-spacing: -.02em !important;
  color: #574838 !important;
  -webkit-text-fill-color: currentColor !important;
  background: #fff8ed !important;
  border: 1px solid transparent !important;
  background-clip: padding-box !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
  transform: none !important;
  text-decoration: none !important;
}

body.wp-theme-intro .cs-header .cs-header__menu a:hover,
body.wp-theme-intro .cs-header .cs-header__menu a:visited:hover,
body.wp-theme-intro .cs-header .cs-header__menu a:focus-visible,
body.wp-theme-intro .cs-header .cs-header__menu a:visited:focus-visible,
body.wp-theme-intro .cs-header.cs-header-stretch .cs-header__menu a:hover,
body.wp-theme-intro .cs-header.cs-header-stretch .cs-header__menu a:visited:hover,
body.wp-theme-intro .cs-header.cs-header-stretch .cs-header__menu a:focus-visible,
body.wp-theme-intro .cs-header.cs-header-stretch .cs-header__menu a:visited:focus-visible {
  color: var(--tn-shell-menu-hover-text) !important;
  -webkit-text-fill-color: currentColor !important;
  background-color: var(--tn-shell-menu-hover) !important;
  background-image: none !important;
  border-width: 1px !important;
  border-style: solid !important;
  border-color: var(--tn-shell-line) !important;
  box-shadow: inset 0 0 0 1px var(--tn-shell-line) !important;
  outline: 0 !important;
  transform: none !important;
}

body.wp-theme-intro:is([data-scheme="dark"], [data-scheme="inverse"]) .cs-header .cs-header__menu a,
body.wp-theme-intro[data-scheme="auto"]:is([data-d="dark"], [data-l="dark"]) .cs-header .cs-header__menu a,
html:is([data-scheme="dark"], [data-scheme="inverse"], .theme-dark) body.wp-theme-intro:not([data-scheme="light"]) .cs-header .cs-header__menu a {
  color: var(--tn-shell-dark-text) !important;
  -webkit-text-fill-color: currentColor !important;
  background: rgba(33, 23, 15, .78) !important;
  border: 1px solid transparent !important;
  box-shadow: none !important;
}

body.wp-theme-intro:is([data-scheme="dark"], [data-scheme="inverse"]) .cs-header .cs-header__menu a:hover,
body.wp-theme-intro:is([data-scheme="dark"], [data-scheme="inverse"]) .cs-header .cs-header__menu a:visited:hover,
body.wp-theme-intro:is([data-scheme="dark"], [data-scheme="inverse"]) .cs-header .cs-header__menu a:focus-visible,
body.wp-theme-intro:is([data-scheme="dark"], [data-scheme="inverse"]) .cs-header .cs-header__menu a:visited:focus-visible,
body.wp-theme-intro[data-scheme="auto"]:is([data-d="dark"], [data-l="dark"]) .cs-header .cs-header__menu a:hover,
body.wp-theme-intro[data-scheme="auto"]:is([data-d="dark"], [data-l="dark"]) .cs-header .cs-header__menu a:visited:hover,
body.wp-theme-intro[data-scheme="auto"]:is([data-d="dark"], [data-l="dark"]) .cs-header .cs-header__menu a:focus-visible,
body.wp-theme-intro[data-scheme="auto"]:is([data-d="dark"], [data-l="dark"]) .cs-header .cs-header__menu a:visited:focus-visible,
html:is([data-scheme="dark"], [data-scheme="inverse"], .theme-dark) body.wp-theme-intro:not([data-scheme="light"]) .cs-header .cs-header__menu a:hover,
html:is([data-scheme="dark"], [data-scheme="inverse"], .theme-dark) body.wp-theme-intro:not([data-scheme="light"]) .cs-header .cs-header__menu a:visited:hover,
html:is([data-scheme="dark"], [data-scheme="inverse"], .theme-dark) body.wp-theme-intro:not([data-scheme="light"]) .cs-header .cs-header__menu a:focus-visible,
html:is([data-scheme="dark"], [data-scheme="inverse"], .theme-dark) body.wp-theme-intro:not([data-scheme="light"]) .cs-header .cs-header__menu a:visited:focus-visible {
  color: var(--tn-shell-dark-menu-hover-text) !important;
  -webkit-text-fill-color: currentColor !important;
  background-color: var(--tn-shell-dark-menu-hover) !important;
  border-color: var(--tn-shell-dark-line) !important;
  box-shadow: inset 0 0 0 1px var(--tn-shell-dark-line) !important;
  outline: 0 !important;
  transform: none !important;
}
/* 20260627j: language switch parity guard — the globe control/dropdown must keep the home header hover tone even when legacy roberin-custom.css loads after this dependency-pulled shell on tool pages. */
body.wp-theme-intro .cs-header .cs-header__toggles .cs-header__lang-toggle.cs-header__toggle:hover,
body.wp-theme-intro .cs-header .cs-header__toggles .cs-header__lang-toggle.cs-header__toggle:focus-within,
body.wp-theme-intro .cs-header .cs-header__toggles .cs-header__lang-toggle:hover .cs-lang-current,
body.wp-theme-intro .cs-header .cs-header__toggles .cs-header__lang-toggle .cs-lang-current:hover,
body.wp-theme-intro .cs-header .cs-header__toggles .cs-header__lang-toggle .cs-lang-current:focus-visible {
  color: var(--tn-shell-ink) !important;
  -webkit-text-fill-color: currentColor !important;
  background: rgba(237, 230, 212, .78) !important;
  border-color: var(--tn-shell-line) !important;
  box-shadow: none !important;
  transform: none !important;
}

body.wp-theme-intro .cs-header .cs-header__toggles .cs-header__lang-toggle .cs-lang-dropdown {
  color: var(--tn-shell-ink) !important;
  -webkit-text-fill-color: currentColor !important;
  background-color: var(--tn-shell-paper) !important;
  background-image: none !important;
  border: 1px solid var(--tn-shell-ink) !important;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, .18) !important;
}

body.wp-theme-intro .cs-header .cs-header__toggles .cs-header__lang-toggle .cs-lang-dropdown li.active > a,
body.wp-theme-intro .cs-header .cs-header__toggles .cs-header__lang-toggle .cs-lang-dropdown a:hover,
body.wp-theme-intro .cs-header .cs-header__toggles .cs-header__lang-toggle .cs-lang-dropdown a:focus-visible {
  color: var(--tn-shell-ink) !important;
  -webkit-text-fill-color: currentColor !important;
  background: var(--tn-shell-button) !important;
  outline: 1px solid var(--tn-shell-ink) !important;
  outline-offset: 1px !important;
}

body.wp-theme-intro:is([data-scheme="dark"], [data-scheme="inverse"]) .cs-header .cs-header__toggles .cs-header__lang-toggle.cs-header__toggle:hover,
body.wp-theme-intro:is([data-scheme="dark"], [data-scheme="inverse"]) .cs-header .cs-header__toggles .cs-header__lang-toggle.cs-header__toggle:focus-within,
body.wp-theme-intro:is([data-scheme="dark"], [data-scheme="inverse"]) .cs-header .cs-header__toggles .cs-header__lang-toggle:hover .cs-lang-current,
body.wp-theme-intro:is([data-scheme="dark"], [data-scheme="inverse"]) .cs-header .cs-header__toggles .cs-header__lang-toggle .cs-lang-current:hover,
body.wp-theme-intro:is([data-scheme="dark"], [data-scheme="inverse"]) .cs-header .cs-header__toggles .cs-header__lang-toggle .cs-lang-current:focus-visible,
body.wp-theme-intro[data-scheme="auto"]:is([data-d="dark"], [data-l="dark"]) .cs-header .cs-header__toggles .cs-header__lang-toggle.cs-header__toggle:hover,
body.wp-theme-intro[data-scheme="auto"]:is([data-d="dark"], [data-l="dark"]) .cs-header .cs-header__toggles .cs-header__lang-toggle.cs-header__toggle:focus-within,
body.wp-theme-intro[data-scheme="auto"]:is([data-d="dark"], [data-l="dark"]) .cs-header .cs-header__toggles .cs-header__lang-toggle:hover .cs-lang-current,
body.wp-theme-intro[data-scheme="auto"]:is([data-d="dark"], [data-l="dark"]) .cs-header .cs-header__toggles .cs-header__lang-toggle .cs-lang-current:hover,
body.wp-theme-intro[data-scheme="auto"]:is([data-d="dark"], [data-l="dark"]) .cs-header .cs-header__toggles .cs-header__lang-toggle .cs-lang-current:focus-visible,
html:is([data-scheme="dark"], [data-scheme="inverse"], .theme-dark) body.wp-theme-intro:not([data-scheme="light"]) .cs-header .cs-header__toggles .cs-header__lang-toggle.cs-header__toggle:hover,
html:is([data-scheme="dark"], [data-scheme="inverse"], .theme-dark) body.wp-theme-intro:not([data-scheme="light"]) .cs-header .cs-header__toggles .cs-header__lang-toggle.cs-header__toggle:focus-within,
html:is([data-scheme="dark"], [data-scheme="inverse"], .theme-dark) body.wp-theme-intro:not([data-scheme="light"]) .cs-header .cs-header__toggles .cs-header__lang-toggle:hover .cs-lang-current,
html:is([data-scheme="dark"], [data-scheme="inverse"], .theme-dark) body.wp-theme-intro:not([data-scheme="light"]) .cs-header .cs-header__toggles .cs-header__lang-toggle .cs-lang-current:hover,
html:is([data-scheme="dark"], [data-scheme="inverse"], .theme-dark) body.wp-theme-intro:not([data-scheme="light"]) .cs-header .cs-header__toggles .cs-header__lang-toggle .cs-lang-current:focus-visible {
  color: var(--tn-shell-dark-text) !important;
  -webkit-text-fill-color: currentColor !important;
  background: var(--tn-shell-dark-control) !important;
  border-color: var(--tn-shell-dark-line) !important;
  box-shadow: none !important;
  transform: none !important;
}

body.wp-theme-intro:is([data-scheme="dark"], [data-scheme="inverse"]) .cs-header .cs-header__toggles .cs-header__lang-toggle .cs-lang-dropdown,
body.wp-theme-intro[data-scheme="auto"]:is([data-d="dark"], [data-l="dark"]) .cs-header .cs-header__toggles .cs-header__lang-toggle .cs-lang-dropdown,
html:is([data-scheme="dark"], [data-scheme="inverse"], .theme-dark) body.wp-theme-intro:not([data-scheme="light"]) .cs-header .cs-header__toggles .cs-header__lang-toggle .cs-lang-dropdown {
  color: var(--tn-shell-dark-text) !important;
  -webkit-text-fill-color: currentColor !important;
  background: var(--tn-shell-dark-panel) !important;
  border: 2px solid var(--tn-shell-dark-line) !important;
  box-shadow: none !important;
}

body.wp-theme-intro:is([data-scheme="dark"], [data-scheme="inverse"]) .cs-header .cs-header__toggles .cs-header__lang-toggle .cs-lang-dropdown li.active > a,
body.wp-theme-intro:is([data-scheme="dark"], [data-scheme="inverse"]) .cs-header .cs-header__toggles .cs-header__lang-toggle .cs-lang-dropdown a:hover,
body.wp-theme-intro:is([data-scheme="dark"], [data-scheme="inverse"]) .cs-header .cs-header__toggles .cs-header__lang-toggle .cs-lang-dropdown a:focus-visible,
body.wp-theme-intro[data-scheme="auto"]:is([data-d="dark"], [data-l="dark"]) .cs-header .cs-header__toggles .cs-header__lang-toggle .cs-lang-dropdown li.active > a,
body.wp-theme-intro[data-scheme="auto"]:is([data-d="dark"], [data-l="dark"]) .cs-header .cs-header__toggles .cs-header__lang-toggle .cs-lang-dropdown a:hover,
body.wp-theme-intro[data-scheme="auto"]:is([data-d="dark"], [data-l="dark"]) .cs-header .cs-header__toggles .cs-header__lang-toggle .cs-lang-dropdown a:focus-visible,
html:is([data-scheme="dark"], [data-scheme="inverse"], .theme-dark) body.wp-theme-intro:not([data-scheme="light"]) .cs-header .cs-header__toggles .cs-header__lang-toggle .cs-lang-dropdown li.active > a,
html:is([data-scheme="dark"], [data-scheme="inverse"], .theme-dark) body.wp-theme-intro:not([data-scheme="light"]) .cs-header .cs-header__toggles .cs-header__lang-toggle .cs-lang-dropdown a:hover,
html:is([data-scheme="dark"], [data-scheme="inverse"], .theme-dark) body.wp-theme-intro:not([data-scheme="light"]) .cs-header .cs-header__toggles .cs-header__lang-toggle .cs-lang-dropdown a:focus-visible {
  color: var(--tn-shell-dark-text) !important;
  -webkit-text-fill-color: currentColor !important;
  background: var(--tn-shell-dark-card) !important;
  outline-color: var(--tn-shell-dark-text) !important;
}
@media (max-width: 900px) {
  body.wp-theme-intro .cs-header .cs-header__outer,
  body.wp-theme-intro .cs-header.cs-header-stretch .cs-header__outer {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }
}
/* 20260627o: TN hero H1 is a global .tn-hero contract, not a per-tool exception. */
html body.wp-theme-intro .tn-hero.tn-hero h1 {
  font-size: clamp(19px, calc(5.2vw - 15px), 47px) !important;
}

@media (max-width: 720px) {
  html body.wp-theme-intro .tn-hero.tn-hero h1 {
    font-size: 25px !important;
    line-height: 1 !important;
  }
}

/* 20260627l: The New scroll-to-top button with progress-ring animation. */
body.wp-theme-intro .cs-scroll-top {
  width: 52px !important;
  height: 52px !important;
  min-width: 52px !important;
  min-height: 52px !important;
  right: 22px !important;
  bottom: 22px !important;
  z-index: 130 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--tn-shell-ink) !important;
  -webkit-text-fill-color: currentColor !important;
  background-color: rgba(250, 246, 238, .94) !important;
  background-image:
    radial-gradient(rgba(90, 74, 48, .16) .52px, transparent .7px),
    linear-gradient(rgba(184, 168, 136, .14) 1px, transparent 1px) !important;
  background-size: 10px 10px, 100% 100% !important;
  border: 1px solid var(--tn-shell-line) !important;
  border-radius: 0 !important;
  box-shadow:
    0 0 0 1px rgba(250, 246, 238, .58) inset,
    0 10px 24px rgba(26, 18, 8, .14) !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transform: translateY(12px) scale(.96) !important;
  transition:
    opacity 180ms ease,
    visibility 180ms ease,
    transform 220ms cubic-bezier(.2, .78, .24, 1),
    color 140ms ease,
    background-color 140ms ease,
    border-color 140ms ease,
    box-shadow 140ms ease !important;
  overflow: visible !important;
  cursor: pointer !important;
}

body.wp-theme-intro .cs-scroll-top.is-active {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: translateY(0) scale(1) !important;
  animation: tn-scroll-top-pop 320ms cubic-bezier(.2, .78, .24, 1) both !important;
}

body.wp-theme-intro .cs-scroll-top::before {
  content: "" !important;
  position: absolute !important;
  inset: 5px !important;
  display: block !important;
  z-index: 0 !important;
  pointer-events: none !important;
  background: rgba(245, 239, 223, .58) !important;
  border: 1px solid var(--tn-shell-line-soft) !important;
  border-radius: 0 !important;
  opacity: 1 !important;
}

body.wp-theme-intro .cs-scroll-top::after {
  content: "" !important;
  position: absolute !important;
  left: 10px !important;
  right: 10px !important;
  top: 9px !important;
  display: block !important;
  height: 1px !important;
  z-index: 3 !important;
  pointer-events: none !important;
  background: var(--tn-shell-accent) !important;
  border: 0 !important;
  border-radius: 0 !important;
  opacity: .36 !important;
  transform: scaleX(.42) !important;
  transform-origin: 50% 50% !important;
  transition: opacity 140ms ease, transform 180ms ease !important;
}

body.wp-theme-intro .cs-scroll-top-border,
body.wp-theme-intro .cs-scroll-top-progress {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  width: 52px !important;
  height: 52px !important;
  z-index: 2 !important;
  pointer-events: none !important;
  opacity: 1 !important;
  visibility: visible !important;
}

body.wp-theme-intro .cs-scroll-top-border svg,
body.wp-theme-intro .cs-scroll-top-progress svg {
  display: block !important;
  width: 52px !important;
  height: 52px !important;
  overflow: visible !important;
  transform: rotate(-90deg) !important;
  transform-origin: 50% 50% !important;
}

body.wp-theme-intro .cs-scroll-top-border path,
body.wp-theme-intro .cs-scroll-top-progress path {
  fill: none !important;
  stroke-linecap: butt !important;
  stroke-linejoin: miter !important;
}

body.wp-theme-intro .cs-scroll-top-border path {
  stroke: var(--tn-shell-line-soft) !important;
  stroke-width: 1.25 !important;
}

body.wp-theme-intro .cs-scroll-top-progress path {
  stroke: var(--tn-shell-accent) !important;
  stroke-width: 2.25 !important;
  filter: none !important;
}

body.wp-theme-intro .cs-scroll-top i {
  position: relative !important;
  z-index: 4 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 24px !important;
  height: 24px !important;
  font-size: 17px !important;
  line-height: 1 !important;
  color: currentColor !important;
  -webkit-text-fill-color: currentColor !important;
  text-shadow: none !important;
  transform: translateY(0) !important;
  translate: 0 0;
  transition: color 140ms ease, translate 140ms ease !important;
}

body.wp-theme-intro .cs-scroll-top.is-active i {
  animation: tn-scroll-top-arrow 1800ms ease-in-out infinite !important;
}

body.wp-theme-intro .cs-scroll-top:hover,
body.wp-theme-intro .cs-scroll-top:focus-visible {
  color: var(--tn-shell-ink) !important;
  -webkit-text-fill-color: currentColor !important;
  background-color: rgba(237, 230, 212, .98) !important;
  background-image:
    radial-gradient(rgba(90, 74, 48, .16) .52px, transparent .7px),
    linear-gradient(rgba(184, 168, 136, .14) 1px, transparent 1px) !important;
  background-size: 10px 10px, 100% 100% !important;
  border-color: var(--tn-shell-ink) !important;
  outline: 1px solid var(--tn-shell-ink) !important;
  outline-offset: 3px !important;
  box-shadow:
    0 0 0 1px rgba(250, 246, 238, .72) inset,
    0 12px 26px rgba(26, 18, 8, .18) !important;
  transform: translateY(-2px) scale(1) !important;
}

body.wp-theme-intro .cs-scroll-top:hover::after,
body.wp-theme-intro .cs-scroll-top:focus-visible::after {
  opacity: .72 !important;
  transform: scaleX(1) !important;
}

body.wp-theme-intro .cs-scroll-top:hover .cs-scroll-top-progress path,
body.wp-theme-intro .cs-scroll-top:focus-visible .cs-scroll-top-progress path {
  stroke: #9f3700 !important;
}

body.wp-theme-intro .cs-scroll-top:active {
  transform: translateY(1px) scale(.99) !important;
  box-shadow:
    0 0 0 1px rgba(250, 246, 238, .52) inset,
    0 5px 14px rgba(26, 18, 8, .16) !important;
}

body.wp-theme-intro:is([data-scheme="dark"], [data-scheme="inverse"]) .cs-scroll-top,
body.wp-theme-intro[data-scheme="auto"]:is([data-d="dark"], [data-l="dark"]) .cs-scroll-top,
html:is([data-scheme="dark"], [data-scheme="inverse"], .theme-dark) body.wp-theme-intro:not([data-scheme="light"]) .cs-scroll-top {
  color: var(--tn-shell-dark-text) !important;
  -webkit-text-fill-color: currentColor !important;
  background-color: rgba(33, 23, 15, .96) !important;
  background-image:
    radial-gradient(rgba(247, 234, 209, .13) .52px, transparent .7px),
    linear-gradient(rgba(95, 74, 50, .28) 1px, transparent 1px) !important;
  border-color: var(--tn-shell-dark-line) !important;
  box-shadow:
    0 0 0 1px rgba(247, 234, 209, .08) inset,
    0 10px 24px rgba(0, 0, 0, .28) !important;
}

body.wp-theme-intro:is([data-scheme="dark"], [data-scheme="inverse"]) .cs-scroll-top::before,
body.wp-theme-intro[data-scheme="auto"]:is([data-d="dark"], [data-l="dark"]) .cs-scroll-top::before,
html:is([data-scheme="dark"], [data-scheme="inverse"], .theme-dark) body.wp-theme-intro:not([data-scheme="light"]) .cs-scroll-top::before {
  background: rgba(44, 32, 21, .72) !important;
  border-color: rgba(95, 74, 50, .9) !important;
}

body.wp-theme-intro:is([data-scheme="dark"], [data-scheme="inverse"]) .cs-scroll-top-border path,
body.wp-theme-intro[data-scheme="auto"]:is([data-d="dark"], [data-l="dark"]) .cs-scroll-top-border path,
html:is([data-scheme="dark"], [data-scheme="inverse"], .theme-dark) body.wp-theme-intro:not([data-scheme="light"]) .cs-scroll-top-border path {
  stroke: rgba(234, 217, 189, .28) !important;
}

body.wp-theme-intro:is([data-scheme="dark"], [data-scheme="inverse"]) .cs-scroll-top-progress path,
body.wp-theme-intro[data-scheme="auto"]:is([data-d="dark"], [data-l="dark"]) .cs-scroll-top-progress path,
html:is([data-scheme="dark"], [data-scheme="inverse"], .theme-dark) body.wp-theme-intro:not([data-scheme="light"]) .cs-scroll-top-progress path,
body.wp-theme-intro:is([data-scheme="dark"], [data-scheme="inverse"]) .cs-scroll-top::after,
body.wp-theme-intro[data-scheme="auto"]:is([data-d="dark"], [data-l="dark"]) .cs-scroll-top::after,
html:is([data-scheme="dark"], [data-scheme="inverse"], .theme-dark) body.wp-theme-intro:not([data-scheme="light"]) .cs-scroll-top::after {
  stroke: #f0a36e !important;
  background: #f0a36e !important;
}

body.wp-theme-intro:is([data-scheme="dark"], [data-scheme="inverse"]) .cs-scroll-top:hover,
body.wp-theme-intro:is([data-scheme="dark"], [data-scheme="inverse"]) .cs-scroll-top:focus-visible,
body.wp-theme-intro[data-scheme="auto"]:is([data-d="dark"], [data-l="dark"]) .cs-scroll-top:hover,
body.wp-theme-intro[data-scheme="auto"]:is([data-d="dark"], [data-l="dark"]) .cs-scroll-top:focus-visible,
html:is([data-scheme="dark"], [data-scheme="inverse"], .theme-dark) body.wp-theme-intro:not([data-scheme="light"]) .cs-scroll-top:hover,
html:is([data-scheme="dark"], [data-scheme="inverse"], .theme-dark) body.wp-theme-intro:not([data-scheme="light"]) .cs-scroll-top:focus-visible {
  color: var(--tn-shell-dark-text) !important;
  -webkit-text-fill-color: currentColor !important;
  background-color: var(--tn-shell-dark-card) !important;
  background-image:
    radial-gradient(rgba(247, 234, 209, .13) .52px, transparent .7px),
    linear-gradient(rgba(95, 74, 50, .28) 1px, transparent 1px) !important;
  background-size: 10px 10px, 100% 100% !important;
  border-color: var(--tn-shell-dark-text) !important;
  outline-color: var(--tn-shell-dark-text) !important;
}

@media (prefers-color-scheme: dark) {
  body.wp-theme-intro[data-scheme="auto"] .cs-scroll-top {
    color: var(--tn-shell-dark-text) !important;
    -webkit-text-fill-color: currentColor !important;
    background-color: rgba(33, 23, 15, .96) !important;
    background-image:
      radial-gradient(rgba(247, 234, 209, .13) .52px, transparent .7px),
      linear-gradient(rgba(95, 74, 50, .28) 1px, transparent 1px) !important;
    border-color: var(--tn-shell-dark-line) !important;
    background-size: 10px 10px, 100% 100% !important;
  }

  body.wp-theme-intro[data-scheme="auto"] .cs-scroll-top::before {
    background: rgba(44, 32, 21, .72) !important;
    border-color: rgba(95, 74, 50, .9) !important;
  }

  body.wp-theme-intro[data-scheme="auto"] .cs-scroll-top-border path {
    stroke: rgba(234, 217, 189, .28) !important;
  }

  body.wp-theme-intro[data-scheme="auto"] .cs-scroll-top-progress path,
  body.wp-theme-intro[data-scheme="auto"] .cs-scroll-top::after {
    stroke: #f0a36e !important;
    background: #f0a36e !important;
  }
  body.wp-theme-intro[data-scheme="auto"] .cs-scroll-top:hover .cs-scroll-top-progress path,
  body.wp-theme-intro[data-scheme="auto"] .cs-scroll-top:focus-visible .cs-scroll-top-progress path {
    stroke: #f0a36e !important;
  }
  body.wp-theme-intro[data-scheme="auto"] .cs-scroll-top:hover,
  body.wp-theme-intro[data-scheme="auto"] .cs-scroll-top:focus-visible {
    color: var(--tn-shell-dark-text) !important;
    -webkit-text-fill-color: currentColor !important;
    background-color: var(--tn-shell-dark-card) !important;
    background-image:
      radial-gradient(rgba(247, 234, 209, .13) .52px, transparent .7px),
      linear-gradient(rgba(95, 74, 50, .28) 1px, transparent 1px) !important;
    background-size: 10px 10px, 100% 100% !important;
    border-color: var(--tn-shell-dark-text) !important;
    outline-color: var(--tn-shell-dark-text) !important;
  }
}

@media (max-width: 768px) {
  body.wp-theme-intro .cs-scroll-top {
    width: 52px !important;
    height: 52px !important;
    min-width: 52px !important;
    min-height: 52px !important;
    right: 12px !important;
    bottom: 12px !important;
  }

  body.wp-theme-intro .cs-scroll-top-border,
  body.wp-theme-intro .cs-scroll-top-progress,
  body.wp-theme-intro .cs-scroll-top-border svg,
  body.wp-theme-intro .cs-scroll-top-progress svg {
    width: 52px !important;
    height: 52px !important;
  }

  body.wp-theme-intro .cs-scroll-top::before {
    inset: 4px !important;
  }

  body.wp-theme-intro .cs-scroll-top::after {
    left: 9px !important;
    right: 9px !important;
    top: 8px !important;
  }

  body.wp-theme-intro .cs-scroll-top i {
    width: 24px !important;
    height: 24px !important;
    font-size: 17px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.wp-theme-intro .cs-scroll-top,
  body.wp-theme-intro .cs-scroll-top *,
  body.wp-theme-intro .cs-scroll-top::before,
  body.wp-theme-intro .cs-scroll-top::after {
    animation: none !important;
    transition: none !important;
  }
}

@keyframes tn-scroll-top-pop {
  0% { transform: translateY(12px) scale(.96); }
  64% { transform: translateY(-2px) scale(1.01); }
  100% { transform: translateY(0) scale(1); }
}

@keyframes tn-scroll-top-arrow {
  0%, 100% { translate: 0 1px; }
  50% { translate: 0 -3px; }
}

/* 20260627m: visibly increase only the internal TN hero text gaps. */
html body.wp-theme-intro :is(.tn-image-compressor-page, .tn-character-counter, .tn-ccf-gallons, .tn-news-page, .tn-about-page, .tn-contact-page, .tn-home) .tn-hero > .tn-hero__eyebrow,
html body.wp-theme-intro .tn-hero > .tn-hero__eyebrow {
  margin-bottom: 20px !important;
}

html body.wp-theme-intro :is(.tn-image-compressor-page, .tn-character-counter, .tn-ccf-gallons, .tn-news-page, .tn-about-page, .tn-contact-page, .tn-home) .tn-hero > h1,
html body.wp-theme-intro .tn-hero > h1,
html body.wp-theme-intro :is(.tn-image-compressor-page, .tn-character-counter, .tn-ccf-gallons, .tn-news-page, .tn-about-page, .tn-contact-page, .tn-home) .tn-hero h1,
html body.wp-theme-intro .tn-hero h1 {
  margin-bottom: 22px !important;
}

/* 20260627n: user-corrected arrow-only scroll-to-top; no border, box, or progress ring. */
body.wp-theme-intro .cs-scroll-top {
  width: 44px !important;
  height: 44px !important;
  min-width: 44px !important;
  min-height: 44px !important;
  right: 20px !important;
  bottom: 20px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  margin: 0 !important;
  color: #3a2c1f !important;
  -webkit-text-fill-color: currentColor !important;
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transform: translateY(10px) !important;
  transition:
    opacity 160ms ease,
    visibility 160ms ease,
    transform 200ms cubic-bezier(.2, .78, .24, 1),
    color 140ms ease !important;
  overflow: visible !important;
  cursor: pointer !important;
}

body.wp-theme-intro .cs-scroll-top.is-active {
  opacity: .92 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: translateY(0) !important;
  animation: none !important;
}

body.wp-theme-intro .cs-scroll-top::before,
body.wp-theme-intro .cs-scroll-top::after {
  content: none !important;
  display: none !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.wp-theme-intro .cs-scroll-top-border,
body.wp-theme-intro .cs-scroll-top-progress,
body.wp-theme-intro .cs-scroll-top-border svg,
body.wp-theme-intro .cs-scroll-top-progress svg {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
}

body.wp-theme-intro .cs-scroll-top-border path,
body.wp-theme-intro .cs-scroll-top-progress path {
  stroke: transparent !important;
  stroke-width: 0 !important;
  filter: none !important;
}

body.wp-theme-intro .cs-scroll-top i {
  position: relative !important;
  z-index: 1 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 32px !important;
  height: 32px !important;
  font-size: 26px !important;
  line-height: 1 !important;
  color: currentColor !important;
  -webkit-text-fill-color: currentColor !important;
  text-shadow: none !important;
  transform: translateY(0) !important;
  translate: 0 0;
  transition: color 140ms ease, translate 140ms ease, opacity 140ms ease !important;
}

body.wp-theme-intro .cs-scroll-top.is-active i {
  animation: tn-scroll-top-arrow-only 1700ms ease-in-out infinite !important;
}

body.wp-theme-intro .cs-scroll-top:hover,
body.wp-theme-intro .cs-scroll-top:focus-visible {
  color: #9f3700 !important;
  -webkit-text-fill-color: currentColor !important;
  background: transparent !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  opacity: 1 !important;
  transform: translateY(-2px) !important;
}

body.wp-theme-intro .cs-scroll-top:active {
  transform: translateY(0) scale(.96) !important;
  box-shadow: none !important;
}

body.wp-theme-intro:is([data-scheme="dark"], [data-scheme="inverse"]) .cs-scroll-top,
body.wp-theme-intro[data-scheme="auto"]:is([data-d="dark"], [data-l="dark"]) .cs-scroll-top,
html:is([data-scheme="dark"], [data-scheme="inverse"], .theme-dark) body.wp-theme-intro:not([data-scheme="light"]) .cs-scroll-top {
  color: #f7ead1 !important;
  -webkit-text-fill-color: currentColor !important;
  background: transparent !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

body.wp-theme-intro:is([data-scheme="dark"], [data-scheme="inverse"]) .cs-scroll-top:hover,
body.wp-theme-intro:is([data-scheme="dark"], [data-scheme="inverse"]) .cs-scroll-top:focus-visible,
body.wp-theme-intro[data-scheme="auto"]:is([data-d="dark"], [data-l="dark"]) .cs-scroll-top:hover,
body.wp-theme-intro[data-scheme="auto"]:is([data-d="dark"], [data-l="dark"]) .cs-scroll-top:focus-visible,
html:is([data-scheme="dark"], [data-scheme="inverse"], .theme-dark) body.wp-theme-intro:not([data-scheme="light"]) .cs-scroll-top:hover,
html:is([data-scheme="dark"], [data-scheme="inverse"], .theme-dark) body.wp-theme-intro:not([data-scheme="light"]) .cs-scroll-top:focus-visible {
  color: #f0a36e !important;
  -webkit-text-fill-color: currentColor !important;
  background: transparent !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

@media (prefers-color-scheme: dark) {
  body.wp-theme-intro[data-scheme="auto"] .cs-scroll-top {
    color: #f7ead1 !important;
    -webkit-text-fill-color: currentColor !important;
    background: transparent !important;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
  }

  body.wp-theme-intro[data-scheme="auto"] .cs-scroll-top:hover,
  body.wp-theme-intro[data-scheme="auto"] .cs-scroll-top:focus-visible {
    color: #f0a36e !important;
    -webkit-text-fill-color: currentColor !important;
    background: transparent !important;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
  }
}

@media (max-width: 768px) {
  body.wp-theme-intro .cs-scroll-top {
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    min-height: 42px !important;
    right: 13px !important;
    bottom: 13px !important;
  }

  body.wp-theme-intro .cs-scroll-top i {
    width: 30px !important;
    height: 30px !important;
    font-size: 24px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.wp-theme-intro .cs-scroll-top.is-active i {
    animation: none !important;
  }
}

@keyframes tn-scroll-top-arrow-only {
  0%, 100% { translate: 0 2px; }
  50% { translate: 0 -4px; }
}
