@charset "UTF-8";
/**
 * Color vars
 */
/**
 * Animation Helpers
 */
/**
 * Layout
 */
/**
 * WYSIWYG STYLES
 */
@font-face {
  font-family: "Cosmica";
  font-weight: 500;
  font-style: normal;
  src: url("/wp-content/themes/sportrition/assets/fonts/Cosmica-Medium.woff2") format("woff2"), url("/wp-content/themes/sportrition/assets/fonts/Cosmica-Medium.woff") format("woff");
}
@font-face {
  font-family: "Cosmica";
  font-weight: 500;
  font-style: italic;
  src: url("/wp-content/themes/sportrition/assets/fonts/Cosmica-MediumItalic.woff2") format("woff2"), url("/wp-content/themes/sportrition/assets/fonts/Cosmica-MediumItalic.woff") format("woff");
}
@font-face {
  font-family: "Cosmica";
  font-weight: 400;
  font-style: normal;
  src: url("/wp-content/themes/sportrition/assets/fonts/Cosmica-Regular.woff2") format("woff2"), url("/wp-content/themes/sportrition/assets/fonts/Cosmica-Regular.woff") format("woff");
}
@font-face {
  font-family: "Cosmica";
  font-weight: 400;
  font-style: italic;
  src: url("/wp-content/themes/sportrition/assets/fonts/Cosmica-RegularItalic.woff2") format("woff2"), url("/wp-content/themes/sportrition/assets/fonts/Cosmica-RegularItalic.woff") format("woff");
}
.typo-h1 {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.2;
  font-weight: 400;
}
@media (min-width: 1000px) {
  .typo-h1 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

.typo-h2 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.3;
}

.typo-h3 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.3;
}

.typo-body {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.7;
}

.typo-small {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.3;
  margin-bottom: 1em;
}

*, *::before, *::after {
  box-sizing: border-box;
}

html {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Cosmica", Helvetica, Arial, sans-serif;
  background-color: #FFFFFF;
  color: #111111;
}

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

a {
  color: inherit;
  text-decoration: underline;
}
a:hover, a:focus {
  opacity: 0.8;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: 400;
}

p {
  margin: 0;
}

button {
  font-family: "Cosmica", Helvetica, Arial, sans-serif;
  cursor: pointer;
}

.trad-container, .th-hero__inner, .trad-home-cta__inner, .trad-home-featured__inner, .trad-home-services__inner, .trad-home-hero__inner, .trad-404, .trad-pagination, .trad-factsheet-single, .trad-video-single, .trad-ebook-single, .trad-single__nav, .trad-single__body, .trad-single__featured-image, .trad-single__header, .trad-contact__legal, .trad-contact__grid, .trad-cta__inner, .trad-featured__inner, .trad-home-intro, .trad-section__inner, .trad-hero__content, .trad-footer__bottom, .trad-footer__inner, .trad-header__inner {
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 700px) {
  .trad-container, .th-hero__inner, .trad-home-cta__inner, .trad-home-featured__inner, .trad-home-services__inner, .trad-home-hero__inner, .trad-404, .trad-pagination, .trad-factsheet-single, .trad-video-single, .trad-ebook-single, .trad-single__nav, .trad-single__body, .trad-single__featured-image, .trad-single__header, .trad-contact__legal, .trad-contact__grid, .trad-cta__inner, .trad-featured__inner, .trad-home-intro, .trad-section__inner, .trad-hero__content, .trad-footer__bottom, .trad-footer__inner, .trad-header__inner {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (min-width: 1300px) {
  .trad-container, .th-hero__inner, .trad-home-cta__inner, .trad-home-featured__inner, .trad-home-services__inner, .trad-home-hero__inner, .trad-404, .trad-pagination, .trad-factsheet-single, .trad-video-single, .trad-ebook-single, .trad-single__nav, .trad-single__body, .trad-single__featured-image, .trad-single__header, .trad-contact__legal, .trad-contact__grid, .trad-cta__inner, .trad-featured__inner, .trad-home-intro, .trad-section__inner, .trad-hero__content, .trad-footer__bottom, .trad-footer__inner, .trad-header__inner {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

.trad-sr-only, .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.trad-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  padding: 0.8em 2em;
  font-family: "Cosmica", Helvetica, Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-decoration: none;
  border: 2px solid transparent;
  cursor: pointer;
  transition: background-color 200ms ease, color 200ms ease, border-color 200ms ease, transform 150ms ease;
}
.trad-btn:hover, .trad-btn:focus {
  transform: translateY(-1px);
  opacity: 1;
}
.trad-btn--blue {
  background-color: #164A92;
  color: #FFFFFF;
  border-color: #164A92;
}
.trad-btn--blue:hover, .trad-btn--blue:focus {
  background-color: rgb(27.3428571429, 91.9714285714, 181.4571428571);
  border-color: rgb(27.3428571429, 91.9714285714, 181.4571428571);
}
.trad-btn--green {
  background-color: #0D7F40;
  color: #FFFFFF;
  border-color: #0D7F40;
}
.trad-btn--green:hover, .trad-btn--green:focus {
  background-color: rgb(16.7885714286, 164.0114285714, 82.6514285714);
  border-color: rgb(16.7885714286, 164.0114285714, 82.6514285714);
}
.trad-btn--yellow {
  background-color: #E59C3C;
  color: #FFFFFF;
  border-color: #E59C3C;
}
.trad-btn--yellow:hover, .trad-btn--yellow:focus {
  background-color: rgb(233.8, 174.2769230769, 96);
  border-color: rgb(233.8, 174.2769230769, 96);
}
.trad-btn--red {
  background-color: #B24738;
  color: #FFFFFF;
  border-color: #B24738;
}
.trad-btn--red:hover, .trad-btn--red:focus {
  background-color: rgb(198.7128205128, 91.1641025641, 76.0871794872);
  border-color: rgb(198.7128205128, 91.1641025641, 76.0871794872);
}
.trad-btn--outline-white {
  background-color: transparent;
  color: #FFFFFF;
  border-color: rgba(255, 255, 255, 0.7);
}
.trad-btn--outline-white:hover, .trad-btn--outline-white:focus {
  background-color: #FFFFFF;
  color: #111111;
  border-color: #FFFFFF;
}
.trad-btn--outline-blue {
  background-color: transparent;
  color: #164A92;
  border-color: #164A92;
}
.trad-btn--outline-blue:hover, .trad-btn--outline-blue:focus {
  background-color: #164A92;
  color: #FFFFFF;
}
.trad-btn--white {
  background-color: #FFFFFF;
  color: #164A92;
  border-color: #FFFFFF;
}
.trad-btn--white:hover, .trad-btn--white:focus {
  background-color: transparent;
  color: #FFFFFF;
  border-color: #FFFFFF;
}

.trad-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  background-color: transparent;
  color: #FFFFFF;
  transition: background-color 350ms ease, box-shadow 350ms ease;
}
.trad-header.is-scrolled {
  background-color: #164A92;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.08), 0 4px 24px rgba(0, 0, 0, 0.25);
}
.woocommerce-cart .trad-header, .woocommerce-checkout .trad-header, .woocommerce-account .trad-header {
  background-color: #164A92;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.08), 0 4px 24px rgba(0, 0, 0, 0.25);
}
.trad-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
}
.trad-header__logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #FFFFFF;
  flex-shrink: 0;
}
.trad-header__logo svg {
  height: 22px;
  width: auto;
  overflow: visible;
}
.trad-header__logo svg path, .trad-header__logo svg polygon, .trad-header__logo svg rect {
  fill: #FFFFFF;
}
.trad-header__nav {
  display: none;
}
@media (min-width: 1000px) {
  .trad-header__nav {
    display: flex;
    align-items: center;
  }
}
.trad-header__nav ul {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.trad-header__nav li {
  list-style: none;
}
.trad-header__nav a {
  display: block;
  padding: 0.4rem 1rem;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  position: relative;
  transition: color 200ms ease, opacity 200ms ease;
}
.trad-header__nav a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 1rem;
  right: 1rem;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.6);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 280ms cubic-bezier(0.2, 0.6, 0.3, 1);
}
.trad-header__nav a:hover, .trad-header__nav a:focus {
  color: #FFFFFF;
  opacity: 1;
}
.trad-header__nav a:hover::after, .trad-header__nav a:focus::after {
  transform: scaleX(1);
}
.trad-header__nav a.current-menu-item,
.trad-header__nav a.current-page-ancestor,
.trad-header__nav a[aria-current=page] {
  color: #FFFFFF;
}
.trad-header__nav a.current-menu-item::after,
.trad-header__nav a.current-page-ancestor::after,
.trad-header__nav a[aria-current=page]::after {
  transform: scaleX(1);
}
.trad-header__nav li.current-menu-item > a,
.trad-header__nav li.current-page-ancestor > a {
  color: #FFFFFF;
}
.trad-header__nav li.current-menu-item > a::after,
.trad-header__nav li.current-page-ancestor > a::after {
  transform: scaleX(1);
}
.trad-header__actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.trad-header__cta {
  display: none;
  padding: 0.5em 1.4em;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 500;
  font-family: "Cosmica", Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.45);
  text-decoration: none;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: background-color 200ms ease, border-color 200ms ease, color 200ms ease;
  white-space: nowrap;
}
@media (min-width: 1000px) {
  .trad-header__cta {
    display: inline-block;
  }
}
.trad-header__cta:hover, .trad-header__cta:focus {
  background-color: #FFFFFF;
  color: #164A92;
  border-color: #FFFFFF;
  opacity: 1;
}
.is-scrolled .trad-header__cta {
  background-color: #FFFFFF;
  color: #164A92;
  border-color: #FFFFFF;
}
.is-scrolled .trad-header__cta:hover, .is-scrolled .trad-header__cta:focus {
  background-color: rgba(255, 255, 255, 0.88);
}
.trad-header__hamburger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 28px;
  height: 28px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
@media (min-width: 1000px) {
  .trad-header__hamburger {
    display: none;
  }
}
.trad-header__hamburger span {
  display: block;
  height: 1.5px;
  width: 100%;
  background-color: #FFFFFF;
  transition: transform 250ms ease, opacity 200ms ease;
}
.trad-header__hamburger[aria-expanded=true] span:nth-child(1) {
  transform: translateY(6.5px) rotate(45deg);
}
.trad-header__hamburger[aria-expanded=true] span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.trad-header__hamburger[aria-expanded=true] span:nth-child(3) {
  transform: translateY(-6.5px) rotate(-45deg);
}
.trad-header__cart.is-empty {
  display: none;
}
.trad-header__cart {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45em;
  color: #FFFFFF;
  text-decoration: none;
  position: relative;
  flex-shrink: 0;
  padding: 0.45em 0.9em;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 2px;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 500;
  font-family: "Cosmica", Helvetica, Arial, sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: background-color 200ms ease, border-color 200ms ease, color 200ms ease;
}
.trad-header__cart svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}
.trad-header__cart:hover, .trad-header__cart:focus {
  background-color: #FFFFFF;
  color: #164A92;
  border-color: #FFFFFF;
  opacity: 1;
}
.is-scrolled .trad-header__cart {
  background-color: #FFFFFF;
  color: #164A92;
  border-color: #FFFFFF;
}
.is-scrolled .trad-header__cart:hover, .is-scrolled .trad-header__cart:focus {
  background-color: rgba(255, 255, 255, 0.88);
}
@keyframes cart-pop {
  0%   { transform: scale(0.4); opacity: 0; }
  60%  { transform: scale(1.18); opacity: 1; }
  80%  { transform: scale(0.94); }
  100% { transform: scale(1); }
}
.trad-header__cart.is-appearing {
  animation: cart-pop 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}
.trad-header__cart-count {
  position: absolute;
  top: -5px;
  right: -5px;
  background: #B24738;
  color: #FFFFFF;
  font-family: "Cosmica", Helvetica, Arial, sans-serif;
  font-size: 9px;
  font-weight: 700;
  min-width: 15px;
  height: 15px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 3px;
  line-height: 1;
  pointer-events: none;
}
.trad-header__cart-count.is-empty {
  display: none;
}

body.nav-open {
  overflow: hidden;
}

.trad-mobile-nav {
  display: none;
  position: fixed;
  top: 72px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #164A92;
  z-index: 99;
  padding: 2rem 1.5rem;
  overflow-y: auto;
}
.trad-mobile-nav.is-open {
  display: flex;
  flex-direction: column;
}
.trad-mobile-nav ul {
  display: flex;
  flex-direction: column;
}
.trad-mobile-nav li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.trad-mobile-nav a {
  display: block;
  padding: 1.1rem 0;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  font-style: italic;
  color: #FFFFFF;
  text-decoration: none;
  letter-spacing: 0.02em;
}
.trad-mobile-nav a:hover, .trad-mobile-nav a:focus {
  opacity: 0.65;
}
.trad-mobile-nav a.trad-mobile-nav__book {
  display: block;
  margin-top: auto;
  padding: 0.85em 1.5em;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  color: #164A92;
  background-color: #FFFFFF;
  border-radius: 2px;
  transition: background-color 180ms ease, opacity 180ms ease;
}
.trad-mobile-nav a.trad-mobile-nav__book:hover,
.trad-mobile-nav a.trad-mobile-nav__book:focus {
  background-color: rgba(255, 255, 255, 0.88);
  opacity: 1;
}

.trad-footer {
  background-color: #0d3870;
  color: #FFFFFF;
  padding: 5rem 0 0;
  border-top: 4px solid transparent;
  background-image:
    linear-gradient(#0d3870, #0d3870),
    linear-gradient(to right, #164A92 0%, #0D7F40 25%, #E59C3C 50%, #B24738 75%, #111111 100%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}
.trad-footer__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}
@media (min-width: 700px) {
  .trad-footer__inner {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1000px) {
  .trad-footer__inner {
    grid-template-columns: 200px 1fr auto;
    align-items: start;
    gap: 5rem;
  }
}
.trad-footer__brand svg {
  height: 20px;
  width: auto;
  margin-bottom: 1.25rem;
  opacity: 0.9;
}
.trad-footer__brand svg path, .trad-footer__brand svg polygon, .trad-footer__brand svg rect {
  fill: #FFFFFF;
}
.trad-footer__brand p {
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
}
.trad-footer__cta {
  display: inline-block;
  margin-top: 1.5rem;
  padding: 0.5em 1.4em;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 500;
  font-family: "Cosmica", Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.45);
  text-decoration: none;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: background-color 200ms ease, border-color 200ms ease, color 200ms ease;
}
.trad-footer__cta:hover,
.trad-footer__cta:focus {
  background-color: #FFFFFF;
  color: #164A92;
  border-color: #FFFFFF;
}
.trad-footer__nav ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.2rem 2rem;
}
@media (min-width: 1000px) {
  .trad-footer__nav ul {
    grid-template-columns: 1fr;
    gap: 0.3rem;
  }
}
.trad-footer__nav a {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
  letter-spacing: 0.03em;
  transition: color 150ms ease;
}
.trad-footer__nav a:hover, .trad-footer__nav a:focus {
  color: #FFFFFF;
  opacity: 1;
}
.trad-footer__contact p {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.55);
}
.trad-footer__contact a {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
  transition: color 150ms ease;
}
.trad-footer__contact a:hover, .trad-footer__contact a:focus {
  color: #FFFFFF;
  opacity: 1;
}
.trad-footer__social {
  display: flex;
  gap: 0.5rem;
  margin-top: 1.25rem;
}
.trad-footer__social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  text-decoration: none;
  transition: background-color 200ms ease, border-color 200ms ease;
  opacity: 1;
}
.trad-footer__social a svg {
  width: 13px;
  height: 13px;
  fill: rgba(255, 255, 255, 0.55);
  transition: fill 200ms ease;
}
.trad-footer__social a:hover, .trad-footer__social a:focus {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.4);
}
.trad-footer__social a:hover svg, .trad-footer__social a:focus svg {
  fill: #FFFFFF;
}
.trad-footer__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  text-decoration: none;
  transition: background-color 200ms ease, border-color 200ms ease;
}
.trad-footer__social-link svg {
  width: 13px;
  height: 13px;
  fill: rgba(255, 255, 255, 0.55);
  transition: fill 200ms ease;
}
.trad-footer__social-link:hover, .trad-footer__social-link:focus {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.4);
}
.trad-footer__social-link:hover svg, .trad-footer__social-link:focus svg {
  fill: #FFFFFF;
}
.trad-footer__bottom {
  margin-top: 4rem;
  padding-top: 1.25rem;
  padding-bottom: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.5rem;
  align-items: center;
  justify-content: space-between;
}
.trad-footer__bottom p, .trad-footer__bottom a {
  font-size: 11px;
  font-size: 0.6875rem;
  color: rgba(255, 255, 255, 0.3);
  text-decoration: none;
  letter-spacing: 0.04em;
}
.trad-footer__bottom a:hover {
  color: rgba(255, 255, 255, 0.65);
  opacity: 1;
}
.trad-footer__bottom-links {
  display: flex;
  gap: 1.5rem;
}

.th-hero {
  padding-top: calc(72px + 3.5rem);
  padding-bottom: 3.5rem;
  color: #FFFFFF;
  position: relative;
}
@media (min-width: 1000px) {
  .th-hero {
    padding-top: calc(72px + 4.5rem);
    padding-bottom: 4.5rem;
  }
}

.trad-hero {
  padding: calc(76px + 4rem) 0 4rem;
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
  min-height: 420px;
  display: flex;
  align-items: center;
}
@media (min-width: 1000px) {
  .trad-hero {
    min-height: 520px;
    padding: calc(76px + 5rem) 0 5rem;
  }
}
.trad-hero--blue {
  background-color: #164A92;
}
.trad-hero--black {
  background-color: #111111;
}
.trad-hero--green {
  background-color: #0D7F40;
}
.trad-hero--red {
  background-color: #B24738;
}
.trad-hero--yellow {
  background-color: #E59C3C;
}
.trad-hero--compact {
  min-height: 0;
  padding: calc(76px + 2rem) 0 2rem;
}
@media (min-width: 1000px) {
  .trad-hero--compact {
    min-height: 0;
    padding: calc(76px + 2.5rem) 0 2.5rem;
  }
}
.trad-hero--compact .trad-hero__title {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.2;
}
@media (min-width: 1000px) {
  .trad-hero--compact .trad-hero__title {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.2;
  }
}
.trad-hero--shop {
  min-height: 380px;
  padding: calc(76px + 3rem) 0 3rem;
}
@media (min-width: 1000px) {
  .trad-hero--shop {
    min-height: 440px;
    padding: calc(76px + 4rem) 0 4rem;
  }
}
.trad-hero--shop .trad-hero__title {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.2;
}
@media (min-width: 1000px) {
  .trad-hero--shop .trad-hero__title {
    font-size: 52px;
    font-size: 3.25rem;
    line-height: 1.15;
  }
}
.trad-hero--shop .trad-hero__sub {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
  opacity: 0.75;
  margin-top: 0.85rem;
  max-width: 38rem;
}
.trad-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.06;
  background-image: url("/wp-content/themes/sportrition/assets/img/sportrition-logo.svg");
  background-repeat: no-repeat;
  background-position: right 88%;
  background-size: 55% auto;
  pointer-events: none;
}
.trad-hero--with-image {
  min-height: 560px;
}
@media (min-width: 1000px) {
  .trad-hero--with-image {
    min-height: 680px;
  }
}

/* Diagonal bottom cut for full-height heroes */
.trad-hero:not(.trad-hero--compact):not(.trad-hero--with-image) {
  clip-path: polygon(0 0, 100% 0, 100% 84%, 0 100%);
  padding-bottom: 8rem;
  min-height: 480px;
}
@media (min-width: 1000px) {
  .trad-hero:not(.trad-hero--compact):not(.trad-hero--with-image) {
    padding-bottom: 10rem;
    min-height: 580px;
  }
}
.trad-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.trad-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.trad-hero__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(22, 74, 146, 0.9) 0%, rgba(22, 74, 146, 0.6) 60%, rgba(22, 74, 146, 0.3) 100%);
}
.trad-hero__content {
  position: relative;
  z-index: 1;
  width: 100%;
}
.trad-hero__label {
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  opacity: 0.65;
  margin-bottom: 1.25rem;
  display: inline-flex;
  align-items: center;
  gap: 0.35em;
}
.trad-hero__label--back {
  text-decoration: none;
  color: inherit;
  transition: opacity 200ms;
  cursor: pointer;
}
.trad-hero__label--back:hover {
  opacity: 1;
}
.trad-hero__label--back svg {
  flex-shrink: 0;
  stroke: currentColor;
  fill: none;
  stroke-width: 2.5;
}
.trad-hero__title {
  font-weight: 400;
  font-style: italic;
  line-height: 1.1;
  max-width: 820px;
  font-size: clamp(2rem, 4.5vw, 3.8rem);
}
.trad-hero__subtitle {
  font-size: 18px;
  font-size: 1.2rem;
  line-height: 1.5;
  margin-top: 1.5rem;
  max-width: 540px;
  opacity: 0.92;
}
.trad-hero__actions {
  margin-top: 2.25rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.trad-page {
  padding-bottom: 0;
}
.trad-page--offset {
  padding-top: 76px;
}

.trad-section {
  padding: 4rem 0;
}
.trad-section + .trad-section {
  border-top: 1px solid rgba(17, 17, 17, 0.07);
}
.trad-section + .trad-section--pkg-list {
  border-top: none;
}
.trad-section--dark {
  background-color: #111111;
  color: #FFFFFF;
  border-top: none !important;
}
.trad-section--dark + .trad-section--dark {
  border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
}
.trad-section--tinted {
  background-color: #f7f8fa;
}
.trad-section__heading {
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  opacity: 0.45;
  margin-bottom: 2.5rem;
}
.trad-section__inner {
  color: #111111;
  line-height: 1.6;
}
.trad-section__inner p,
.trad-section__inner li,
.trad-section__inner h1,
.trad-section__inner h2,
.trad-section__inner h3,
.trad-section__inner h4,
.trad-section__inner h5,
.trad-section__inner h6 {
  color: #111111;
}
.trad-section__inner p {
  margin-bottom: 1.5rem;
}
.trad-section__inner h1,
.trad-section__inner h2,
.trad-section__inner h3 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 600;
}
.trad-section__inner h4,
.trad-section__inner h5,
.trad-section__inner h6 {
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
  font-weight: 600;
}
.trad-section__inner ul,
.trad-section__inner ol {
  margin-bottom: 1.5rem;
  margin-left: 1.5rem;
}
.trad-section__inner li {
  margin-bottom: 0.5rem;
}

.trad-wysiwyg, .trad-ebook-single__more, .trad-ebook-single__description, .trad-home-intro__body {
  max-width: 740px;
}
.trad-wysiwyg > * + *, .trad-ebook-single__more > * + *, .trad-ebook-single__description > * + *, .trad-home-intro__body > * + * {
  margin-top: 1.2em;
}
.trad-wysiwyg h1, .trad-ebook-single__more h1, .trad-ebook-single__description h1, .trad-home-intro__body h1 {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.2;
  font-weight: 400;
}
@media (min-width: 1000px) {
  .trad-wysiwyg h1, .trad-ebook-single__more h1, .trad-ebook-single__description h1, .trad-home-intro__body h1 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
.trad-wysiwyg h1, .trad-ebook-single__more h1, .trad-ebook-single__description h1, .trad-home-intro__body h1 {
  font-style: italic;
  margin-bottom: 0.25em;
}
.trad-wysiwyg h2, .trad-ebook-single__more h2, .trad-ebook-single__description h2, .trad-home-intro__body h2 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.3;
  margin-top: 1.75em;
}
.trad-wysiwyg h2:first-child, .trad-ebook-single__more h2:first-child, .trad-ebook-single__description h2:first-child, .trad-home-intro__body h2:first-child {
  margin-top: 0;
}
.trad-wysiwyg h3, .trad-ebook-single__more h3, .trad-ebook-single__description h3, .trad-home-intro__body h3 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.3;
  margin-top: 1.5em;
}
.trad-wysiwyg h3:first-child, .trad-ebook-single__more h3:first-child, .trad-ebook-single__description h3:first-child, .trad-home-intro__body h3:first-child {
  margin-top: 0;
}
.trad-wysiwyg p, .trad-ebook-single__more p, .trad-ebook-single__description p, .trad-home-intro__body p, .trad-wysiwyg li, .trad-ebook-single__more li, .trad-ebook-single__description li, .trad-home-intro__body li {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.7;
  line-height: 1.75;
}
.trad-wysiwyg ul, .trad-ebook-single__more ul, .trad-ebook-single__description ul, .trad-home-intro__body ul {
  list-style: none;
  padding-left: 0;
}
.trad-wysiwyg ul li, .trad-ebook-single__more ul li, .trad-ebook-single__description ul li, .trad-home-intro__body ul li {
  position: relative;
  padding-left: 1.25em;
}
.trad-wysiwyg ul li::before, .trad-ebook-single__more ul li::before, .trad-ebook-single__description ul li::before, .trad-home-intro__body ul li::before {
  content: "–";
  position: absolute;
  left: 0;
  color: inherit;
}
.trad-wysiwyg ul li + li, .trad-ebook-single__more ul li + li, .trad-ebook-single__description ul li + li, .trad-home-intro__body ul li + li {
  margin-top: 0.4em;
}
.trad-wysiwyg ol, .trad-ebook-single__more ol, .trad-ebook-single__description ol, .trad-home-intro__body ol {
  list-style: decimal;
  padding-left: 1.5em;
}
.trad-wysiwyg ol li + li, .trad-ebook-single__more ol li + li, .trad-ebook-single__description ol li + li, .trad-home-intro__body ol li + li {
  margin-top: 0.4em;
}
.trad-wysiwyg a, .trad-ebook-single__more a, .trad-ebook-single__description a, .trad-home-intro__body a {
  color: #164A92;
  text-decoration: underline;
}
.trad-wysiwyg a:hover, .trad-ebook-single__more a:hover, .trad-ebook-single__description a:hover, .trad-home-intro__body a:hover {
  opacity: 0.75;
}
.trad-wysiwyg blockquote, .trad-ebook-single__more blockquote, .trad-ebook-single__description blockquote, .trad-home-intro__body blockquote {
  padding-left: 1.5em;
  border-left: 3px solid #164A92;
  margin: 0;
}
.trad-wysiwyg blockquote p, .trad-ebook-single__more blockquote p, .trad-ebook-single__description blockquote p, .trad-home-intro__body blockquote p {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
  font-style: italic;
  opacity: 0.85;
}
.trad-wysiwyg strong, .trad-ebook-single__more strong, .trad-ebook-single__description strong, .trad-home-intro__body strong {
  font-weight: 500;
}
.trad-wysiwyg img, .trad-ebook-single__more img, .trad-ebook-single__description img, .trad-home-intro__body img {
  border-radius: 2px;
}

.trad-two-col {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}
@media (min-width: 700px) {
  .trad-two-col {
    grid-template-columns: 1fr 1fr;
    align-items: start;
    gap: 4rem;
  }
}
.trad-two-col__image {
  width: 100%;
  height: auto;
  border-radius: 3px;
}

.trad-logos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  align-items: center;
}
@media (min-width: 700px) {
  .trad-logos {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1000px) {
  .trad-logos {
    grid-template-columns: repeat(4, 1fr);
  }
}
.trad-logos__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.6rem;
  padding: 1rem;
}
.trad-logos__item img {
  max-height: 64px;
  width: auto;
  max-width: 100%;
  filter: grayscale(20%);
  transition: filter 200ms ease;
}
.trad-logos__item img:hover {
  filter: grayscale(0%);
}
.trad-logos__item span {
  font-size: 11px;
  font-size: 0.6875rem;
  opacity: 0.5;
  letter-spacing: 0.02em;
}

.trad-pkg {
  padding: 3rem 0;
  border-top: 3px solid rgba(13, 127, 64, 0.2);
}
.trad-pkg:first-child {
  border-top: 3px solid #0D7F40;
}
@media (min-width: 1000px) {
  .trad-pkg {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 4rem;
    align-items: start;
  }
}
.trad-pkg__aside {
  margin-bottom: 1.75rem;
}
@media (min-width: 1000px) {
  .trad-pkg__aside {
    margin-bottom: 0;
    position: sticky;
    top: 2rem;
  }
}
.trad-pkg__num {
  display: block;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #0D7F40;
  margin-bottom: 0.6rem;
}
.trad-pkg__name {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.25;
  font-weight: 500;
  color: #111111;
}
.trad-pkg__body {
  max-width: none;
}
.trad-pkg__body strong {
  color: #111111;
  font-weight: 600;
}
.trad-pkg__body a {
  color: #0D7F40;
}
.trad-pkg__banner {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-top: 1.5rem;
  padding: 1.25rem 1.5rem;
  background: #f5f7fa;
  border-left: 3px solid #0D7F40;
  border-radius: 4px;
  flex-wrap: wrap;
}
.trad-pkg__banner-text {
  flex: 1;
  font-size: 0.95rem;
  font-weight: 500;
  color: #111111;
  min-width: 180px;
}
.trad-pkg__btn {
  display: inline-flex;
  flex-shrink: 0;
  color: #fff !important;
  text-decoration: none !important;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.8rem;
}

.trad-tabs__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 3rem;
}
.trad-tabs__tab {
  padding: 0.55em 1.4em;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  background: transparent;
  border: 1px solid rgba(17, 17, 17, 0.2);
  border-radius: 100px;
  cursor: pointer;
  color: rgba(17, 17, 17, 0.45);
  white-space: nowrap;
  transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.3em;
}
.trad-tabs__tab sup {
  font-size: 10px;
  font-size: 0.625rem;
  opacity: 0.7;
  vertical-align: super;
}
.trad-tabs__tab:not(.is-active):hover {
  color: rgba(17, 17, 17, 0.7);
  border-color: rgba(17, 17, 17, 0.35);
}
.trad-tabs__panel {
  display: none;
}
.trad-tabs__panel.is-active {
  display: block;
}

#servicesTabs .trad-tabs__tab.is-active,
#servicesTabs .trad-tabs__tab[aria-selected=true] {
  background-color: #0D7F40;
  border-color: #0D7F40;
  color: #FFFFFF;
}

#resourcesTabs .trad-tabs__tab.is-active,
#resourcesTabs .trad-tabs__tab[aria-selected=true] {
  background-color: #E59C3C;
  border-color: #E59C3C;
  color: #FFFFFF;
}

.trad-card-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 700px) {
  .trad-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1000px) {
  .trad-card-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.trad-post-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  background: #FFFFFF;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(17, 17, 17, 0.07);
  transition: transform 250ms ease, box-shadow 250ms ease;
}
.trad-post-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 40px rgba(17, 17, 17, 0.14);
  opacity: 1;
}
.trad-post-card__thumb {
  aspect-ratio: 3/2;
  overflow: hidden;
  background-color: rgb(135.0714285714, 177.7857142857, 236.9285714286);
}
.trad-post-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 400ms ease;
}
.trad-post-card:hover .trad-post-card__thumb img {
  transform: scale(1.04);
}
.trad-post-card > div {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1.25rem;
}
.trad-post-card__meta {
  font-size: 11px;
  font-size: 0.6875rem;
  letter-spacing: 0.06em;
  opacity: 0.4;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
.trad-post-card__title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3;
  font-weight: 400;
  margin-bottom: 0.6rem;
  text-decoration: none;
}
.trad-post-card__excerpt {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.65;
  opacity: 0.65;
  margin-bottom: 1.25rem;
}
.trad-post-card__link {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-decoration: none;
  margin-top: auto;
  color: #164A92;
}

.trad-ebook-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  padding: 2rem;
  background: #FFFFFF;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(17, 17, 17, 0.07);
  transition: box-shadow 200ms ease;
}
@media (min-width: 700px) {
  .trad-ebook-card {
    grid-template-columns: 140px 1fr;
    align-items: start;
  }
}
.trad-ebook-card:hover {
  box-shadow: 0 16px 40px rgba(17, 17, 17, 0.14);
  transform: translateY(-3px);
}
.trad-ebook-card__cover {
  flex-shrink: 0;
}
.trad-ebook-card__cover img {
  width: 100%;
  height: auto;
  box-shadow: 0 6px 20px rgba(17, 17, 17, 0.22);
}
.trad-ebook-card__title {
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 0.35rem;
  text-decoration: none;
  color: inherit;
}
.trad-ebook-card__title h3 {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.trad-ebook-card__price {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  margin-bottom: 0.75rem;
  color: #E59C3C;
}
.trad-ebook-card__description {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.65;
  opacity: 0.7;
  margin-bottom: 1.25rem;
}
.trad-ebook-card__description p {
  font-size: inherit;
  line-height: inherit;
}
.trad-ebook-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}

/* ── Book Recommendation cards ───────────────────────────────────────────── */
.trad-book-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.trad-book-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  padding: 1.75rem;
  background: #FFFFFF;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-left: 3px solid rgba(17, 17, 17, 0.08);
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(17, 17, 17, 0.06);
  transition: box-shadow 220ms ease, transform 220ms ease, border-left-color 220ms ease;
}
@media (min-width: 560px) {
  .trad-book-card {
    grid-template-columns: 120px 1fr;
    align-items: start;
  }
}
.trad-book-card:hover {
  box-shadow: 0 12px 36px rgba(17, 17, 17, 0.12);
  transform: translateY(-2px);
  border-left-color: #E59C3C;
}

.trad-book-card__cover {
  position: relative;
}
.trad-book-card__cover img {
  width: 100%;
  max-width: 120px;
  height: auto;
  display: block;
  border-radius: 3px 6px 6px 3px;
  box-shadow:
    -3px 0 0 #d4c8b0,
    -5px 0 0 #c8bba0,
    0 4px 6px rgba(17, 17, 17, 0.15),
    0 12px 28px rgba(17, 17, 17, 0.18);
}
@media (min-width: 560px) {
  .trad-book-card__cover img {
    max-width: none;
  }
}

.trad-book-card__body {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  min-width: 0;
}

.trad-book-card__title {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.3;
  font-weight: 500;
  margin: 0 0 0.1rem;
  color: #111111;
}

.trad-book-card__author {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #E59C3C;
  margin: 0 0 0.35rem;
  letter-spacing: 0.01em;
}

.trad-book-card__description {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7;
  opacity: 0.68;
  margin: 0;
  flex: 1;
}
.trad-book-card__description p {
  font-size: inherit;
  line-height: inherit;
  margin: 0 0 0.5em;
}
.trad-book-card__description p:last-child {
  margin-bottom: 0;
}

.trad-book-card__actions {
  margin-top: 0.85rem;
}
.trad-book-card__actions .trad-btn {
  font-size: 0.8125rem;
  padding: 0.6em 1.4em;
}

.trad-video-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  transition: transform 250ms ease;
}
.trad-video-card:hover {
  transform: translateY(-2px);
  opacity: 1;
}
.trad-video-card__thumb {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  background-color: #111111;
  margin-bottom: 1rem;
  border-radius: 10px;
  box-shadow: 0 4px 14px rgba(17, 17, 17, 0.12);
}
.trad-video-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 400ms ease;
}
.trad-video-card__thumb-play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(17, 17, 17, 0.35);
  transition: background 200ms ease;
}
.trad-video-card__thumb-play svg {
  width: 60px;
  height: 60px;
  fill: #FFFFFF;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.5));
}
.trad-video-card:hover .trad-video-card__thumb img {
  transform: scale(1.03);
}
.trad-video-card:hover .trad-video-card__thumb-play {
  background: rgba(17, 17, 17, 0.5);
}
.trad-video-card__duration {
  font-size: 11px;
  font-size: 0.6875rem;
  opacity: 0.45;
  margin-bottom: 0.4rem;
  letter-spacing: 0.05em;
}
.trad-video-card__title {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 400;
}

.trad-factsheet-card {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  text-decoration: none;
  color: inherit;
}
.trad-factsheet-card__cover {
  aspect-ratio: 3/4;
  overflow: hidden;
  background-color: rgba(229, 156, 60, 0.15);
  border-radius: 10px;
  box-shadow: 0 4px 14px rgba(17, 17, 17, 0.1);
}
.trad-factsheet-card__cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 400ms ease;
}
.trad-factsheet-card__cover:hover img {
  transform: scale(1.02);
}
.trad-factsheet-card__title {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.35;
  font-weight: 500;
}
.trad-factsheet-card__description {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
  opacity: 0.7;
}
.trad-factsheet-card__download {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #E59C3C;
  text-decoration: none;
  letter-spacing: 0.03em;
  margin-top: auto;
}
.trad-factsheet-card__download::before {
  content: "↓ ";
}
.trad-factsheet-card__download:hover {
  text-decoration: underline;
  opacity: 0.8;
}

.trad-home-intro {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}
@media (min-width: 1000px) {
  .trad-home-intro {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: start;
  }
}
.trad-featured {
  background-color: #164A92;
  color: #FFFFFF;
  padding: 4rem 0;
}
@media (min-width: 700px) {
  .trad-featured__inner {
    display: grid;
    grid-template-columns: 160px 1fr;
    gap: 3rem;
    align-items: center;
  }
}
.trad-featured__cover {
  margin-bottom: 1.5rem;
}
@media (min-width: 700px) {
  .trad-featured__cover {
    margin-bottom: 0;
  }
}
.trad-featured__cover img {
  width: 100%;
  max-width: 160px;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.35);
}
.trad-featured__label {
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  opacity: 0.5;
  margin-bottom: 0.75rem;
}
.trad-featured__title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.25;
  font-style: italic;
  margin-bottom: 0.75rem;
}
.trad-featured__summary {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.65;
  opacity: 0.75;
  margin-bottom: 1.5rem;
}

.trad-cta {
  padding: 4rem 0;
  background-color: #111111;
  color: #FFFFFF;
}
.trad-cta__inner {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: flex-start;
}
@media (min-width: 700px) {
  .trad-cta__inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.trad-cta__text h2 {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.2;
  font-style: italic;
  margin-bottom: 0.5rem;
}
.trad-cta__text p {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  opacity: 0.65;
}

.trad-services__tabs-heading {
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  opacity: 0.55;
  margin-bottom: 1rem;
  color: #0D7F40;
}
.trad-services .trad-tabs__nav {
  color: #0D7F40;
}

.trad-resources .trad-tabs__nav {
  color: #E59C3C;
}

.trad-contact__cta {
  background: #B24738;
  padding: 2.5rem 1.5rem;
}
.trad-contact__cta .trad-section__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.trad-contact__cta-text {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0;
}
@media (min-width: 700px) {
  .trad-contact__cta {
    padding: 3rem 2.5rem;
  }
}

.trad-contact__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3.5rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (min-width: 700px) {
  .trad-contact__grid {
    grid-template-columns: 1fr 1fr;
  }
}
.trad-contact__group-label {
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0.4;
  margin-bottom: 0.4rem;
  display: block;
}
.trad-contact__value {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.3;
  margin-bottom: 1.5rem;
}
.trad-contact__value a {
  color: inherit;
  text-decoration: none;
}
.trad-contact__value a:hover {
  text-decoration: underline;
  opacity: 0.8;
}
.trad-contact__location {
  margin-bottom: 1.75rem;
}
.trad-contact__location h3 {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 0.4rem;
}
.trad-contact__location p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.7;
  opacity: 0.65;
  line-height: 1.7;
}
.trad-contact__legal {
  padding-bottom: 4rem;
  border-top: 1px solid rgba(17, 17, 17, 0.08);
}
.trad-contact__toggle {
  display: flex;
  align-items: center;
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  border-bottom: 1px solid rgba(17, 17, 17, 0.08);
  padding: 1.25rem 0;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  cursor: pointer;
  color: inherit;
}
.trad-contact__toggle::after {
  content: "+";
  margin-left: auto;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 300;
  line-height: 1;
  opacity: 0.4;
  transition: transform 200ms ease, opacity 200ms ease;
}
.trad-contact__toggle.is-open::after {
  content: "−";
  opacity: 0.6;
}
.trad-contact__toggle:hover::after {
  opacity: 0.7;
}
.trad-contact__toggle-content {
  display: none;
  padding: 1.75rem 0;
}
.trad-contact__toggle-content.is-open {
  display: block;
}
.trad-contact__toggle-content .trad-wysiwyg, .trad-contact__toggle-content .trad-ebook-single__more, .trad-contact__toggle-content .trad-ebook-single__description, .trad-contact__toggle-content .trad-home-intro__body {
  max-width: 720px;
}

.trad-social {
  display: flex;
  gap: 0.6rem;
  margin-top: 0.75rem;
}
.trad-social__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(17, 17, 17, 0.15);
  border-radius: 50%;
  text-decoration: none;
  transition: background-color 200ms ease, border-color 200ms ease;
  opacity: 1;
}
.trad-social__link svg {
  width: 16px;
  height: 16px;
  fill: #111111;
  transition: fill 200ms ease;
}
.trad-social__link:hover, .trad-social__link:focus {
  background-color: #111111;
  border-color: #111111;
  opacity: 1;
}
.trad-social__link:hover svg, .trad-social__link:focus svg {
  fill: #FFFFFF;
}

.trad-single__header {
  padding-top: 3.5rem;
  padding-bottom: 2rem;
}
.trad-single__meta {
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  opacity: 0.4;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.trad-single__title {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.2;
  font-weight: 400;
}
@media (min-width: 1000px) {
  .trad-single__title {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
.trad-single__title {
  font-style: italic;
  max-width: 760px;
  line-height: 1.15;
}
.trad-single__featured-image {
  margin-bottom: 3rem;
}
.trad-single__featured-image img {
  width: 100%;
  max-height: 500px;
  object-fit: cover;
}
.trad-single__body {
  padding-bottom: 5rem;
}
.trad-single__nav {
  margin-top: 3rem;
  padding-top: 2rem;
  padding-bottom: 3rem;
  border-top: 1px solid rgba(17, 17, 17, 0.08);
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
.trad-single__nav a {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #164A92;
  text-decoration: none;
}
.trad-single__nav a:hover {
  text-decoration: underline;
  opacity: 0.8;
}

/* ── Blog single post ──────────────────────────────────────────────────── */
/* Black hero — same diagonal as other subpages (no compact, so gets clip-path) */
.trad-hero--blog .trad-hero__title {
  font-size: clamp(1.7rem, 3.5vw, 3rem);
  max-width: 900px;
}
/* Date line below the back label */
.trad-single-hero__meta {
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.55;
  margin: 0.6rem 0 1rem;
}
/* Featured image below hero — full-width, capped height */
.trad-single--blog .trad-single__featured-image {
  width: 100%;
  max-width: 760px;
  margin: 2rem auto 0;
}
.trad-single--blog .trad-single__featured-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
}
/* Article meta (category + read time) */
.trad-single__article-meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  max-width: 760px;
  margin: 2rem auto 0;
  padding: 0 1.5rem;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0.55;
}
.trad-single__article-cat {
  color: #164A92;
  opacity: 1;
  font-weight: 600;
}
.trad-single__article-cat::after {
  content: "·";
  margin-left: 1rem;
  opacity: 0.4;
  font-weight: 400;
}
/* Reading column */
.trad-single--blog .trad-single__body {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3rem;
}
.trad-single--blog .trad-single__nav {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
.trad-single--blog .trad-section__inner {
  padding-left: 0;
  padding-right: 0;
}
/* Back-to-blog button wrapper */
.trad-single__back {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1.5rem 3.5rem;
}
/* Post navigation — directional layout */
.trad-single__nav-item {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  max-width: 46%;
  text-decoration: none !important;
}
.trad-single__nav-item--next {
  text-align: right;
  margin-left: auto;
}
.trad-single__nav-dir {
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #111111;
  opacity: 0.4;
}
.trad-single__nav-title {
  font-size: 0.95rem;
  font-weight: 600;
  color: #164A92;
  line-height: 1.3;
}
.trad-single__nav-item:hover .trad-single__nav-title {
  text-decoration: underline;
  opacity: 0.8;
}

.trad-ebook-single {
  padding-top: 3.5rem;
  padding-bottom: 5rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}
@media (min-width: 700px) {
  .trad-ebook-single {
    grid-template-columns: 200px 1fr;
    align-items: start;
  }
}
@media (min-width: 1000px) {
  .trad-ebook-single {
    grid-template-columns: 250px 1fr;
    gap: 4rem;
  }
}
.trad-ebook-single__cover img {
  width: 100%;
  box-shadow: 0 12px 40px rgba(17, 17, 17, 0.22);
}
.trad-ebook-single__price {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
  margin-bottom: 1.25rem;
  color: #E59C3C;
}
.trad-ebook-single__description {
  margin-bottom: 2rem;
}
.trad-ebook-single__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 2.5rem;
}
.trad-ebook-single__more {
  margin-top: 2.5rem;
  padding-top: 2.5rem;
  border-top: 1px solid rgba(17, 17, 17, 0.08);
}

.trad-video-single {
  padding-top: 3rem;
  padding-bottom: 5rem;
}
.trad-video-single__player {
  position: relative;
  aspect-ratio: 16/9;
  background-color: #111111;
  margin-bottom: 2rem;
}
.trad-video-single__player iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.trad-video-single__meta {
  font-size: 12px;
  font-size: 0.75rem;
  opacity: 0.4;
  margin-bottom: 0.6rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.trad-video-single__title {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.2;
  font-weight: 400;
}
@media (min-width: 1000px) {
  .trad-video-single__title {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
.trad-video-single__title {
  font-style: italic;
}

.trad-factsheet-single {
  padding-top: 3rem;
  padding-bottom: 5rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}
@media (min-width: 700px) {
  .trad-factsheet-single {
    grid-template-columns: 200px 1fr;
    align-items: start;
  }
}
.trad-factsheet-single__cover img {
  width: 100%;
  box-shadow: 0 8px 32px rgba(17, 17, 17, 0.18);
}
.trad-factsheet-single__title {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.2;
  font-weight: 400;
}
@media (min-width: 1000px) {
  .trad-factsheet-single__title {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
.trad-factsheet-single__title {
  font-style: italic;
  margin-bottom: 1.25rem;
}
.trad-factsheet-single__description {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.7;
  opacity: 0.75;
  margin-bottom: 2rem;
  line-height: 1.75;
}

.trad-pagination {
  display: flex;
  justify-content: center;
  gap: 0.4rem;
  margin-top: 4rem;
  padding-bottom: 4rem;
}
.trad-pagination a, .trad-pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 0.75rem;
  font-size: 14px;
  font-size: 0.875rem;
  border: 1px solid rgba(17, 17, 17, 0.12);
  text-decoration: none;
  color: #111111;
  transition: background-color 200ms ease, color 200ms ease;
}
.trad-pagination a.current, .trad-pagination a:hover, .trad-pagination span.current, .trad-pagination span:hover {
  background-color: #164A92;
  color: #FFFFFF;
  border-color: #164A92;
  opacity: 1;
}

.trad-back-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 2rem;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-decoration: none;
  color: rgba(17, 17, 17, 0.45);
  transition: color 180ms ease;
}
.trad-back-link svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
  flex-shrink: 0;
}
.trad-back-link:hover {
  color: #164A92;
  opacity: 1;
}

.trad-section--product-page {
  padding-top: calc(72px + 3rem);
  padding-bottom: 5rem;
}

.woocommerce .trad-section__inner > *,
.woocommerce-page .trad-section__inner > * {
  max-width: none;
}

.woocommerce-breadcrumb {
  font-size: 13px;
  font-size: 0.8125rem;
  color: rgba(17, 17, 17, 0.5);
  margin-bottom: 2rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(17, 17, 17, 0.08);
}
.woocommerce-breadcrumb a {
  color: #164A92;
  text-decoration: none;
}
.woocommerce-breadcrumb a:hover {
  text-decoration: underline;
}
.single-product .woocommerce-breadcrumb {
  margin-bottom: 2.5rem;
}

.woocommerce-notices-wrapper {
  margin-bottom: 1.5rem;
}

.woocommerce-message,
.woocommerce-info {
  padding: 1rem 1.5rem;
  border-left: 4px solid #164A92;
  background: rgba(22, 74, 146, 0.05);
  font-size: 15px;
  font-size: 0.9375rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 0 1rem;
}
.woocommerce-message a.button,
.woocommerce-info a.button {
  display: inline-block;
  padding: 0.75em 1.75em;
  background: #164A92;
  color: #FFFFFF;
  font-family: "Cosmica", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid #164A92;
  cursor: pointer;
  transition: background 200ms ease, color 200ms ease, border-color 200ms ease;
}
.woocommerce-message a.button:hover, .woocommerce-message a.button:focus,
.woocommerce-info a.button:hover,
.woocommerce-info a.button:focus {
  background: transparent;
  color: #164A92;
}
.woocommerce-message a.button,
.woocommerce-info a.button {
  padding: 0.4em 1em;
  font-size: 13px;
}

.woocommerce-error {
  padding: 1rem 1.5rem;
  border-left: 4px solid #B24738;
  background: rgba(178, 71, 56, 0.05);
  font-size: 15px;
  font-size: 0.9375rem;
  list-style: none;
  margin: 0 0 1rem;
}
.woocommerce-error li {
  padding: 0.2rem 0;
}

.woocommerce-result-count {
  font-size: 14px;
  font-size: 0.875rem;
  color: rgba(17, 17, 17, 0.55);
  margin: 0;
}

.woocommerce-ordering select {
  font-family: "Cosmica", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0.4rem 0.75rem;
  border: 1px solid rgba(17, 17, 17, 0.15);
  background: #FFFFFF;
  color: #111111;
  border-radius: 2px;
}

.woocommerce-shop .woocommerce-result-count,
.woocommerce-shop .woocommerce-ordering {
  margin-bottom: 1.5rem;
}

ul.products {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
@media (min-width: 700px) {
  ul.products {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1000px) {
  ul.products {
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
  }
}
ul.products li.product {
  background: #FFFFFF;
  border: 1px solid rgba(17, 17, 17, 0.09);
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  transition: box-shadow 240ms ease, transform 240ms ease;
}
ul.products li.product:hover {
  box-shadow: 0 8px 28px rgba(17, 17, 17, 0.12);
  transform: translateY(-4px);
}
ul.products li.product .woocommerce-loop-product__link {
  display: flex;
  flex-direction: column;
  flex: 1;
  text-decoration: none;
  color: inherit;
}
ul.products li.product img {
  display: block;
  width: 100%;
  height: auto;
  background: #f4f4f4;
}
ul.products li.product .woocommerce-placeholder {
  padding: 2rem;
}
ul.products li.product .woocommerce-loop-product__title {
  font-family: "Cosmica", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.35;
  font-weight: 600;
  padding: 0.85rem 0.85rem 0.3rem;
  margin: 0;
  color: #111111;
  flex: 1;
}
ul.products li.product .price {
  display: block;
  padding: 0 0.85rem 0.85rem;
  margin: 0;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #164A92;
  font-weight: 700;
}
ul.products li.product .price del {
  color: rgba(17, 17, 17, 0.35);
  font-weight: 400;
  font-size: 0.85em;
  margin-right: 0.25em;
}
ul.products li.product .price ins {
  text-decoration: none;
  color: #0D7F40;
}
ul.products li.product .button {
  display: block;
  padding: 0.85em 1em;
  background: #0D7F40;
  color: #FFFFFF;
  border: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: "Cosmica", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
  transition: background 200ms ease, opacity 200ms ease;
  margin-top: auto;
}
ul.products li.product .button:hover {
  opacity: 0.88;
  color: #FFFFFF;
}
ul.products li.product .button.added {
  display: none !important;
}
ul.products li.product .button.loading {
  opacity: 0.55;
  pointer-events: none;
}
ul.products li.product .button.button--remove-cart {
  display: block !important;
  background: #888888;
  color: #FFFFFF;
}
ul.products li.product .button.button--remove-cart:hover {
  opacity: 0.88;
  color: #FFFFFF;
}
ul.products li.product a.added_to_cart {
  display: none !important;
  padding: 0.85em 1em;
  background: #164A92;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: "Cosmica", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
  transition: background 300ms ease, opacity 200ms ease;
}
ul.products li.product a.added_to_cart:hover {
  opacity: 0.88;
  color: #FFFFFF;
}
ul.products li.product a.added_to_cart.is-remove {
  background: #B24738;
}
ul.products li.product .onsale {
  position: absolute;
  top: 0.6rem;
  left: 0.6rem;
  background: #B24738;
  color: #FFFFFF;
  font-family: "Cosmica", Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.2em 0.55em;
  z-index: 2;
}

.single-product div.product {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}
@media (min-width: 1000px) {
  .single-product div.product {
    grid-template-columns: 2fr 3fr;
    gap: 4rem;
    align-items: start;
  }
}
@media (min-width: 1000px) {
  .single-product .woocommerce-product-gallery {
    margin-bottom: 0;
  }
}
.single-product .woocommerce-product-gallery__wrapper {
  overflow: hidden;
}
.single-product .woocommerce-product-gallery__image img {
  display: block;
  width: 100%;
  height: auto;
}
.single-product .woocommerce-product-gallery .flex-control-thumbs {
  display: flex;
  gap: 0.5rem;
  margin-top: 0.5rem;
  list-style: none;
  padding: 0;
}
.single-product .woocommerce-product-gallery .flex-control-thumbs li img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border-color 200ms;
}
.single-product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
  border-color: #164A92;
}
.single-product .summary .price {
  display: block;
  font-size: 34px;
  font-size: 2.125rem;
  color: #0D7F40;
  font-weight: 700;
  margin: 0 0 2rem;
}
.single-product .summary .price del {
  color: rgba(17, 17, 17, 0.35);
  font-weight: 400;
  font-size: 0.7em;
  margin-right: 0.25em;
}
.single-product .summary .price ins {
  text-decoration: none;
}
.single-product .summary .woocommerce-product-details__short-description {
  background: rgba(22, 74, 146, 0.04);
  border: 1px solid rgba(22, 74, 146, 0.15);
  border-left: 3px solid #164A92;
  border-radius: 4px;
  padding: 1rem 1.25rem;
  margin-bottom: 1.75rem;
}
.single-product .summary .woocommerce-product-details__short-description p, .single-product .summary .woocommerce-product-details__short-description li {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.7;
  line-height: 1.7;
  color: rgba(17, 17, 17, 0.8);
}
.single-product .summary .woocommerce-product-details__short-description p + p {
  margin-top: 0.6em;
}
.single-product .summary .woocommerce-product-details__short-description ul {
  list-style: none;
  padding-left: 0;
  margin-top: 0.4rem;
}
.single-product .summary .woocommerce-product-details__short-description ul li {
  position: relative;
  padding-left: 1.25em;
}
.single-product .summary .woocommerce-product-details__short-description ul li::before {
  content: "–";
  position: absolute;
  left: 0;
}
.single-product .summary .woocommerce-product-details__short-description ul li + li {
  margin-top: 0.35em;
}
.single-product .summary .quantity {
  display: none;
}
.single-product .summary form.cart {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.single-product .summary .product-badge--download {
  display: inline-flex;
  align-items: center;
  background: rgba(22, 74, 146, 0.07);
  color: #164A92;
  font-family: "Cosmica", Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  padding: 0.35em 0.8em;
  border-radius: 3px;
  border: 1px solid rgba(22, 74, 146, 0.2);
  white-space: nowrap;
  flex-shrink: 0;
}
.single-product .summary .single_add_to_cart_button,
.single-product .summary .button {
  display: inline-block;
  padding: 0.75em 1.75em;
  background: #0D7F40;
  color: #FFFFFF;
  font-family: "Cosmica", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid #0D7F40;
  cursor: pointer;
  transition: background 200ms ease, color 200ms ease, border-color 200ms ease;
}
.single-product .summary .single_add_to_cart_button:hover, .single-product .summary .single_add_to_cart_button:focus,
.single-product .summary .button:hover,
.single-product .summary .button:focus {
  background: transparent;
  color: #0D7F40;
}
.single-product .summary .single_add_to_cart_button,
.single-product .summary .button {
  font-size: 15px;
  font-size: 0.9375rem;
  padding: 0.9em 2.5em;
  border-width: 2px;
}
.single-product .summary .single_add_to_cart_button.loading,
.single-product .summary .button.loading {
  opacity: 0.7;
  pointer-events: none;
}
.single-product .summary .button.button--remove-cart {
  background: #888888;
  border-color: #888888;
  color: #FFFFFF;
}
.single-product .summary .button.button--remove-cart:hover,
.single-product .summary .button.button--remove-cart:focus {
  background: #777777;
  border-color: #777777;
  color: #FFFFFF;
}
.single-product .trad-product-description {
  padding-top: 2rem;
  margin-top: 2rem;
  border-top: 1px solid rgba(17, 17, 17, 0.1);
  max-width: 680px;
}
.single-product .trad-product-description > * + * {
  margin-top: 1em;
}
.single-product .trad-product-description h2 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.3;
  margin: 0 0 0.75rem;
  color: #111111;
}
.single-product .trad-product-description h3 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.3;
  margin: 1.5rem 0 0.5rem;
  color: #111111;
}
.single-product .trad-product-description h3:first-child {
  margin-top: 0;
}
.single-product .trad-product-description p, .single-product .trad-product-description li {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.7;
  line-height: 1.75;
  color: rgba(17, 17, 17, 0.8);
}
.single-product .trad-product-description ul {
  list-style: none;
  padding-left: 0;
}
.single-product .trad-product-description ul li {
  position: relative;
  padding-left: 1.25em;
}
.single-product .trad-product-description ul li::before {
  content: "–";
  position: absolute;
  left: 0;
}
.single-product .trad-product-description ul li + li {
  margin-top: 0.4em;
}
.single-product .trad-product-description ol {
  list-style: decimal;
  padding-left: 1.5em;
}
.single-product .trad-product-description ol li + li {
  margin-top: 0.4em;
}
.single-product .related.products,
.single-product .upsells.products {
  margin-top: 5rem;
  padding-top: 3rem;
  border-top: 1px solid rgba(17, 17, 17, 0.08);
}
@media (min-width: 1000px) {
  .single-product .related.products,
  .single-product .upsells.products {
    grid-column: 1/-1;
  }
}
.single-product .related.products > h2,
.single-product .upsells.products > h2 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.3;
  margin-bottom: 2rem;
}

.woocommerce-cart .trad-section__inner > .woocommerce {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: start;
}
@media (min-width: 1000px) {
  .woocommerce-cart .trad-section__inner > .woocommerce {
    grid-template-columns: 1fr 340px;
    gap: 0 4rem;
  }
}
.woocommerce-cart .trad-section__inner > .woocommerce .woocommerce-notices-wrapper {
  grid-column: 1/-1;
}
.woocommerce-cart .trad-section__inner > .woocommerce form.woocommerce-cart-form {
  grid-row: 2;
}
.woocommerce-cart .trad-section__inner > .woocommerce .cart-collaterals {
  grid-row: 2;
}
@media (min-width: 1000px) {
  .woocommerce-cart .trad-section__inner > .woocommerce .cart-collaterals {
    position: sticky;
    top: 5.5rem;
  }
}
.woocommerce-cart table.shop_table {
  width: 100%;
  font-size: 15px;
  font-size: 0.9375rem;
}
.woocommerce-cart table.shop_table thead {
  display: none;
}
.woocommerce-cart table.shop_table tbody {
  display: block;
}
.woocommerce-cart table.shop_table tr.woocommerce-cart-form__cart-item {
  display: flex;
  align-items: center;
  padding: 1.25rem 0;
  border-bottom: 1px solid rgba(17, 17, 17, 0.06);
}
.woocommerce-cart table.shop_table tr.woocommerce-cart-form__cart-item td {
  padding: 0;
  border: none;
  vertical-align: middle;
}
.woocommerce-cart table.shop_table .product-thumbnail {
  order: 1;
  flex-shrink: 0;
  margin-right: 1.25rem;
}
.woocommerce-cart table.shop_table .product-thumbnail img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  display: block;
}
.woocommerce-cart table.shop_table .product-quantity {
  order: 2;
  flex-shrink: 0;
}
.woocommerce-cart table.shop_table .product-quantity .quantity {
  display: flex;
  align-items: center;
}
.woocommerce-cart table.shop_table .product-quantity .quantity::after {
  content: "×";
  color: rgba(17, 17, 17, 0.25);
  font-size: 0.8rem;
  margin: 0 0.6rem;
}
.woocommerce-cart table.shop_table .product-quantity input[type=number],
.woocommerce-cart table.shop_table .product-quantity input[type=text],
.woocommerce-cart table.shop_table .product-quantity .qty-display {
  font-family: "Cosmica", Helvetica, Arial, sans-serif;
  width: 44px;
  padding: 0.35rem 0.25rem;
  border: 1px solid rgba(17, 17, 17, 0.12);
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #111111;
  background: #FFFFFF;
  display: inline-block;
  line-height: 1.4;
  -moz-appearance: textfield;
}
.woocommerce-cart table.shop_table .product-quantity input[type=number]::-webkit-outer-spin-button, .woocommerce-cart table.shop_table .product-quantity input[type=number]::-webkit-inner-spin-button,
.woocommerce-cart table.shop_table .product-quantity input[type=text]::-webkit-outer-spin-button,
.woocommerce-cart table.shop_table .product-quantity input[type=text]::-webkit-inner-spin-button,
.woocommerce-cart table.shop_table .product-quantity .qty-display::-webkit-outer-spin-button,
.woocommerce-cart table.shop_table .product-quantity .qty-display::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.woocommerce-cart table.shop_table .product-quantity input[type=number]:focus,
.woocommerce-cart table.shop_table .product-quantity input[type=text]:focus,
.woocommerce-cart table.shop_table .product-quantity .qty-display:focus {
  border-color: #164A92;
  outline: none;
}
.woocommerce-cart table.shop_table .product-name {
  order: 3;
  flex: 1;
  min-width: 0;
}
.woocommerce-cart table.shop_table .product-name a {
  font-weight: 600;
  color: #111111;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.woocommerce-cart table.shop_table .product-name a:hover {
  color: #164A92;
}
.woocommerce-cart table.shop_table .product-price {
  display: none;
}
.woocommerce-cart table.shop_table .product-subtotal {
  order: 5;
  flex-shrink: 0;
  font-weight: 700;
  color: #111111;
  padding: 0 1.25rem;
  font-size: 15px;
  font-size: 0.9375rem;
}
.woocommerce-cart table.shop_table .product-remove {
  order: 6;
  flex-shrink: 0;
}
.woocommerce-cart table.shop_table .product-remove a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  text-decoration: none;
  border-radius: 50%;
  font-size: 0;
  line-height: 0;
  transition: background-color 150ms;
}
.woocommerce-cart table.shop_table .product-remove a::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  background-color: rgba(17, 17, 17, 0.22);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='3 6 5 6 21 6'/%3E%3Cpath d='M19 6l-1 14a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2L5 6'/%3E%3Cpath d='M10 11v6M14 11v6'/%3E%3Cpath d='M9 6V4a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v2'/%3E%3C/svg%3E") center/contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='3 6 5 6 21 6'/%3E%3Cpath d='M19 6l-1 14a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2L5 6'/%3E%3Cpath d='M10 11v6M14 11v6'/%3E%3Cpath d='M9 6V4a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v2'/%3E%3C/svg%3E") center/contain no-repeat;
  transition: background-color 150ms;
}
.woocommerce-cart table.shop_table .product-remove a:hover {
  background-color: rgba(178, 71, 56, 0.07);
}
.woocommerce-cart table.shop_table .product-remove a:hover::after {
  background-color: #B24738;
}
.woocommerce-cart .actions {
  display: none;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 0 0;
  gap: 1rem;
  flex-wrap: wrap;
}
.woocommerce-cart .actions .coupon {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  flex-wrap: wrap;
}
.woocommerce-cart .actions .coupon label {
  display: none;
}
.woocommerce-cart .actions .coupon input[type=text] {
  font-family: "Cosmica", Helvetica, Arial, sans-serif;
  padding: 0.55rem 1rem;
  border: 1px solid rgba(17, 17, 17, 0.14);
  font-size: 13px;
  font-size: 0.8125rem;
  width: 170px;
}
.woocommerce-cart .actions .coupon input[type=text]::placeholder {
  color: rgba(17, 17, 17, 0.35);
}
.woocommerce-cart .actions .coupon input[type=text]:focus {
  border-color: #164A92;
  outline: none;
}
.woocommerce-cart .actions .coupon button[name=apply_coupon] {
  display: inline-block;
  padding: 0.75em 1.75em;
  background: transparent;
  color: #111111;
  font-family: "Cosmica", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid transparent;
  cursor: pointer;
  transition: background 200ms ease, color 200ms ease, border-color 200ms ease;
}
.woocommerce-cart .actions .coupon button[name=apply_coupon]:hover, .woocommerce-cart .actions .coupon button[name=apply_coupon]:focus {
  background: transparent;
  color: transparent;
}
.woocommerce-cart .actions .coupon button[name=apply_coupon] {
  padding: 0.55em 1.1em;
  font-size: 12px;
  border-color: rgba(17, 17, 17, 0.18);
}
.woocommerce-cart .actions .coupon button[name=apply_coupon]:hover {
  background: #111111;
  color: #FFFFFF;
  border-color: #111111;
}
.woocommerce-cart .actions button[name=update_cart] {
  display: inline-block;
  padding: 0.75em 1.75em;
  background: transparent;
  color: rgba(17, 17, 17, 0.35);
  font-family: "Cosmica", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid transparent;
  cursor: pointer;
  transition: background 200ms ease, color 200ms ease, border-color 200ms ease;
}
.woocommerce-cart .actions button[name=update_cart]:hover, .woocommerce-cart .actions button[name=update_cart]:focus {
  background: transparent;
  color: transparent;
}
.woocommerce-cart .actions button[name=update_cart] {
  border-color: rgba(17, 17, 17, 0.1);
  font-size: 11px;
  padding: 0.5em 0.9em;
  letter-spacing: 0.08em;
}
.woocommerce-cart .actions button[name=update_cart]:hover {
  color: #111111;
  border-color: rgba(17, 17, 17, 0.2);
  background: rgba(17, 17, 17, 0.03);
}
.woocommerce-cart .cart_totals {
  background: #f4f4f4;
  color: #111111;
  padding: 2rem 2rem 2.5rem;
}
.woocommerce-cart .cart_totals h2 {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: rgba(17, 17, 17, 0.4);
  margin: 0 0 1.75rem;
}
.woocommerce-cart .cart_totals table.shop_table {
  width: 100%;
  border-collapse: collapse;
}
.woocommerce-cart .cart_totals table.shop_table th, .woocommerce-cart .cart_totals table.shop_table td {
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(17, 17, 17, 0.08);
  vertical-align: middle;
}
.woocommerce-cart .cart_totals table.shop_table th {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  color: rgba(17, 17, 17, 0.5);
  text-align: left;
  text-transform: none;
  letter-spacing: 0;
}
.woocommerce-cart .cart_totals table.shop_table td {
  text-align: right;
  font-weight: 600;
  color: #111111;
}
.woocommerce-cart .cart_totals table.shop_table .order-total th, .woocommerce-cart .cart_totals table.shop_table .order-total td {
  border-bottom: none;
  padding-top: 1.25rem;
}
.woocommerce-cart .cart_totals table.shop_table .order-total th {
  color: #111111;
  font-weight: 600;
  font-size: 15px;
  font-size: 0.9375rem;
}
.woocommerce-cart .cart_totals table.shop_table .order-total td {
  font-size: 22px;
  font-size: 1.375rem;
}
.woocommerce-cart .cart_totals .wc-proceed-to-checkout {
  margin-top: 2rem;
}
.woocommerce-cart .cart_totals .wc-proceed-to-checkout .checkout-button {
  display: inline-block;
  padding: 0.75em 1.75em;
  background: #164A92;
  color: #FFFFFF;
  font-family: "Cosmica", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid #164A92;
  cursor: pointer;
  transition: background 200ms ease, color 200ms ease, border-color 200ms ease;
}
.woocommerce-cart .cart_totals .wc-proceed-to-checkout .checkout-button:hover, .woocommerce-cart .cart_totals .wc-proceed-to-checkout .checkout-button:focus {
  background: transparent;
  color: #164A92;
}
.woocommerce-cart .cart_totals .wc-proceed-to-checkout .checkout-button {
  display: block;
  text-align: center;
  padding: 1em 1.5em;
  font-size: 15px;
  width: 100%;
  letter-spacing: 0.05em;
}
.woocommerce-cart .cart-empty {
  font-size: 16px;
  font-size: 1rem;
  color: rgba(17, 17, 17, 0.5);
  padding: 3rem 0 1rem;
  border: none;
  background: none;
  display: block;
}
.woocommerce-cart .woocommerce-return-to-shop {
  margin-top: 1.5rem;
}
.woocommerce-cart .woocommerce-return-to-shop .button {
  display: inline-block;
  padding: 0.75em 1.75em;
  background: #164A92;
  color: #FFFFFF;
  font-family: "Cosmica", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid #164A92;
  cursor: pointer;
  transition: background 200ms ease, color 200ms ease, border-color 200ms ease;
}
.woocommerce-cart .woocommerce-return-to-shop .button:hover, .woocommerce-cart .woocommerce-return-to-shop .button:focus {
  background: transparent;
  color: #164A92;
}

.woocommerce-form-coupon-toggle {
  margin-bottom: 1.75rem;
}
.woocommerce-form-coupon-toggle .woocommerce-info,
.woocommerce-form-coupon-toggle .wc-block-components-notice-banner {
  border: 1px solid rgba(17, 17, 17, 0.1);
  background: rgba(17, 17, 17, 0.025);
  padding: 0.85rem 1.25rem;
  font-size: 14px;
  font-size: 0.875rem;
  color: rgba(17, 17, 17, 0.65);
  border-left: 3px solid rgba(22, 74, 146, 0.4);
  margin: 0;
  list-style: none;
}
.woocommerce-form-coupon-toggle .woocommerce-info::before,
.woocommerce-form-coupon-toggle .wc-block-components-notice-banner::before {
  display: none;
}
.woocommerce-form-coupon-toggle .woocommerce-info a,
.woocommerce-form-coupon-toggle .wc-block-components-notice-banner a {
  color: #164A92;
  font-weight: 600;
}

form.woocommerce-checkout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 1000px) {
  form.woocommerce-checkout {
    grid-template-columns: 1fr 360px;
    gap: 0 4rem;
    align-items: start;
  }
}
form.woocommerce-checkout .woocommerce-form-coupon-toggle {
  grid-column: 1/-1;
}
form.woocommerce-checkout .woocommerce-NoticeGroup {
  grid-column: 1/-1;
}
@media (min-width: 1000px) {
  form.woocommerce-checkout #customer_details {
    grid-column: 1;
    grid-row: 2;
    align-self: start;
  }
}
@media (min-width: 1000px) {
  form.woocommerce-checkout .checkout-order-col {
    grid-column: 2;
    grid-row: 2;
    position: sticky;
    top: 5.5rem;
    align-self: start;
  }
}

.woocommerce-checkout #order_review_heading {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0 0 1.25rem;
  padding-bottom: 0.85rem;
  border-bottom: 2px solid rgba(17, 17, 17, 0.08);
  color: #111111;
}
.woocommerce-checkout h3 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0 0 1.25rem;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid rgba(17, 17, 17, 0.08);
  color: #111111;
}
.woocommerce-checkout .woocommerce-billing-fields,
.woocommerce-checkout .woocommerce-shipping-fields,
.woocommerce-checkout .woocommerce-additional-fields {
  margin-bottom: 2rem;
}
.woocommerce-checkout p.form-row {
  margin: 0 0 1rem;
  padding: 0;
  line-height: 1.4;
}
.woocommerce-checkout p.form-row label {
  display: block;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 0.4rem;
  color: rgba(17, 17, 17, 0.5);
}
.woocommerce-checkout p.form-row label .required {
  color: #B24738;
}
.woocommerce-checkout p.form-row input[type=text],
.woocommerce-checkout p.form-row input[type=email],
.woocommerce-checkout p.form-row input[type=tel],
.woocommerce-checkout p.form-row input[type=number],
.woocommerce-checkout p.form-row input[type=password],
.woocommerce-checkout p.form-row .select2-container,
.woocommerce-checkout p.form-row textarea {
  width: 100%;
  font-family: "Cosmica", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  padding: 0.7rem 1rem;
  border: 1px solid rgba(17, 17, 17, 0.18);
  background: #FFFFFF;
  color: #111111;
  transition: border-color 150ms;
  appearance: none;
  display: block;
}
.woocommerce-checkout p.form-row input[type=text]:focus,
.woocommerce-checkout p.form-row input[type=email]:focus,
.woocommerce-checkout p.form-row input[type=tel]:focus,
.woocommerce-checkout p.form-row input[type=number]:focus,
.woocommerce-checkout p.form-row input[type=password]:focus,
.woocommerce-checkout p.form-row .select2-container:focus,
.woocommerce-checkout p.form-row textarea:focus {
  border-color: #164A92;
  outline: none;
  box-shadow: 0 0 0 3px rgba(22, 74, 146, 0.09);
}
.woocommerce-checkout p.form-row textarea {
  resize: vertical;
  min-height: 90px;
}
.woocommerce-checkout p.form-row .select2-container {
  padding: 0;
}
.woocommerce-checkout p.form-row .select2-container .select2-selection--single {
  height: auto;
  border: none;
  border-radius: 0;
  background: transparent;
}
.woocommerce-checkout p.form-row .select2-container .select2-selection--single .select2-selection__rendered {
  font-family: "Cosmica", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  padding: 0.7rem 2.5rem 0.7rem 1rem;
  color: #111111;
  line-height: 1.5;
}
.woocommerce-checkout p.form-row .select2-container .select2-selection--single .select2-selection__arrow {
  height: 100%;
  width: 2rem;
}
.woocommerce-checkout p.form-row .select2-container .select2-selection--single .select2-selection__arrow b {
  border-color: rgba(17, 17, 17, 0.4) transparent transparent;
}
@media (min-width: 480px) {
  .woocommerce-checkout .form-row-first {
    float: left;
    width: 47%;
    clear: left;
  }
  .woocommerce-checkout .form-row-last {
    float: right;
    width: 47%;
  }
  .woocommerce-checkout .form-row-wide {
    clear: both;
    float: none;
    width: 100%;
  }
}
.woocommerce-checkout .col2-set::after,
.woocommerce-checkout #customer_details::after {
  content: "";
  display: table;
  clear: both;
}
.woocommerce-checkout #order_review {
  background: #f4f4f4;
  padding: 1.75rem 1.75rem 2rem;
}
.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 0;
}
.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table thead th {
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(17, 17, 17, 0.4);
  padding: 0 0 0.75rem;
  border-bottom: 1px solid rgba(17, 17, 17, 0.1);
}
.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tbody td {
  padding: 0.8rem 0;
  border-bottom: 1px solid rgba(17, 17, 17, 0.06);
  font-size: 14px;
  font-size: 0.875rem;
  vertical-align: middle;
}
.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tbody .product-name {
  font-weight: 500;
  color: #111111;
}
.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tbody .product-name .product-quantity {
  color: rgba(17, 17, 17, 0.45);
  font-size: 0.9em;
}
.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tbody .product-total {
  text-align: right;
  font-weight: 600;
}
.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tfoot tr th, .woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tfoot tr td {
  padding: 0.55rem 0;
  font-size: 14px;
  font-size: 0.875rem;
  border: none;
}
.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tfoot tr th {
  color: rgba(17, 17, 17, 0.5);
  font-weight: 400;
}
.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tfoot tr td {
  text-align: right;
  font-weight: 600;
}
.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tfoot .order-total th, .woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tfoot .order-total td {
  padding-top: 1rem;
  border-top: 1px solid rgba(17, 17, 17, 0.1);
}
.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tfoot .order-total th {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #111111;
}
.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tfoot .order-total td {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
}
.woocommerce-checkout #payment {
  margin-top: 1.5rem;
}
.woocommerce-checkout #payment .wc_payment_methods {
  list-style: none;
  padding: 0;
  margin: 0 0 1.25rem;
  border: 1px solid rgba(17, 17, 17, 0.1);
  background: #FFFFFF;
}
.woocommerce-checkout #payment .wc_payment_methods li.wc_payment_method {
  padding: 0.85rem 1rem;
  border-bottom: 1px solid rgba(17, 17, 17, 0.06);
}
.woocommerce-checkout #payment .wc_payment_methods li.wc_payment_method:last-child {
  border-bottom: none;
}
.woocommerce-checkout #payment .wc_payment_methods li.wc_payment_method label {
  font-weight: 600;
  cursor: pointer;
  font-size: 14px;
  font-size: 0.875rem;
}
.woocommerce-checkout #payment .payment_box {
  background: rgba(22, 74, 146, 0.04);
  border: 1px solid rgba(22, 74, 146, 0.12);
  padding: 0.85rem 1rem;
  margin: 0.35rem 0 1rem;
  font-size: 13px;
  font-size: 0.8125rem;
  color: rgba(17, 17, 17, 0.65);
}
.woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper {
  font-size: 13px;
  font-size: 0.8125rem;
  color: rgba(17, 17, 17, 0.5);
  margin-bottom: 1.25rem;
}
.woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper a {
  color: #164A92;
}
.woocommerce-checkout #payment #place_order {
  display: inline-block;
  padding: 0.75em 1.75em;
  background: #111111;
  color: #FFFFFF;
  font-family: "Cosmica", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid #111111;
  cursor: pointer;
  transition: background 200ms ease, color 200ms ease, border-color 200ms ease;
}
.woocommerce-checkout #payment #place_order:hover, .woocommerce-checkout #payment #place_order:focus {
  background: transparent;
  color: #111111;
}
.woocommerce-checkout #payment #place_order {
  display: block;
  width: 100%;
  text-align: center;
  padding: 1em;
  font-size: 15px;
  font-size: 0.9375rem;
  border: none;
  letter-spacing: 0.05em;
  cursor: pointer;
}
.woocommerce-checkout #payment #place_order:hover {
  background: rgb(55.25, 55.25, 55.25);
}
.woocommerce-checkout .woocommerce-no-payment-methods-notice,
.woocommerce-checkout .woocommerce-NoticeGroup p {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 1rem 1.25rem;
  border-left: 3px solid rgba(178, 71, 56, 0.5);
  background: rgba(178, 71, 56, 0.04);
  color: rgba(17, 17, 17, 0.65);
  margin-bottom: 1rem;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  margin-bottom: 2.5rem;
}
@media (min-width: 1000px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 220px;
    margin-right: 3rem;
  }
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(17, 17, 17, 0.08);
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  border-bottom: 1px solid rgba(17, 17, 17, 0.06);
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child {
  border-bottom: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
  background: #164A92;
  color: #FFFFFF;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  display: block;
  padding: 0.75rem 1.25rem;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  text-decoration: none;
  color: rgba(17, 17, 17, 0.65);
  transition: background 150ms, color 150ms;
}
@media (min-width: 1000px) {
  .woocommerce-account .woocommerce-MyAccount-content {
    overflow: hidden;
  }
}
.woocommerce-account .woocommerce-MyAccount-content p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 1rem;
}
.woocommerce-account .woocommerce-MyAccount-content table {
  width: 100%;
  border-collapse: collapse;
}
.woocommerce-account .woocommerce-MyAccount-content table th, .woocommerce-account .woocommerce-MyAccount-content table td {
  padding: 0.75rem 1rem;
  border-bottom: 1px solid rgba(17, 17, 17, 0.07);
  font-size: 14px;
  font-size: 0.875rem;
  text-align: left;
}
.woocommerce-account .woocommerce-MyAccount-content table th {
  font-weight: 700;
  background: #f5f5f5;
  color: rgba(17, 17, 17, 0.6);
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.woocommerce-account .woocommerce-MyAccount-content table .woocommerce-button {
  display: inline-block;
  padding: 0.75em 1.75em;
  background: #164A92;
  color: #FFFFFF;
  font-family: "Cosmica", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid #164A92;
  cursor: pointer;
  transition: background 200ms ease, color 200ms ease, border-color 200ms ease;
}
.woocommerce-account .woocommerce-MyAccount-content table .woocommerce-button:hover, .woocommerce-account .woocommerce-MyAccount-content table .woocommerce-button:focus {
  background: transparent;
  color: #164A92;
}
.woocommerce-account .woocommerce-MyAccount-content table .woocommerce-button {
  padding: 0.35em 0.9em;
  font-size: 12px;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-downloads-table td a {
  color: #164A92;
  text-decoration: none;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-downloads-table td a:hover {
  text-decoration: underline;
}
.woocommerce-account .woocommerce-form {
  max-width: 480px;
}
.woocommerce-account .woocommerce-form h3 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.3;
  margin-bottom: 1.5rem;
}
.woocommerce-account .woocommerce-form p.form-row {
  margin: 0 0 1.25rem;
}
.woocommerce-account .woocommerce-form p.form-row label {
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 0.4rem;
}
.woocommerce-account .woocommerce-form p.form-row input {
  display: block;
  width: 100%;
  font-family: "Cosmica", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  padding: 0.7rem 1rem;
  border: 1px solid rgba(17, 17, 17, 0.2);
}
.woocommerce-account .woocommerce-form p.form-row input:focus {
  border-color: #164A92;
  outline: none;
}
.woocommerce-account .woocommerce-form .woocommerce-Button,
.woocommerce-account .woocommerce-form .button {
  display: inline-block;
  padding: 0.75em 1.75em;
  background: #164A92;
  color: #FFFFFF;
  font-family: "Cosmica", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid #164A92;
  cursor: pointer;
  transition: background 200ms ease, color 200ms ease, border-color 200ms ease;
}
.woocommerce-account .woocommerce-form .woocommerce-Button:hover, .woocommerce-account .woocommerce-form .woocommerce-Button:focus,
.woocommerce-account .woocommerce-form .button:hover,
.woocommerce-account .woocommerce-form .button:focus {
  background: transparent;
  color: #164A92;
}
.woocommerce-account .woocommerce-form .woocommerce-privacy-policy-text {
  font-size: 13px;
  font-size: 0.8125rem;
  margin: 1rem 0;
}

.woocommerce input[type=text],
.woocommerce input[type=email],
.woocommerce input[type=tel],
.woocommerce input[type=number],
.woocommerce input[type=password],
.woocommerce select,
.woocommerce textarea {
  font-family: "Cosmica", Helvetica, Arial, sans-serif;
}

p.woocommerce-store-notice {
  display: none;
}

.trad-404 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  text-align: center;
}
.trad-404__code {
  font-size: clamp(5rem, 15vw, 10rem);
  font-style: italic;
  line-height: 1;
  color: #164A92;
  opacity: 0.12;
  margin-bottom: 1.5rem;
}
.trad-404 h1 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.3;
  margin-bottom: 0.75rem;
}
.trad-404 p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.7;
  opacity: 0.55;
  margin-bottom: 2.5rem;
}

.trad-home-hero {
  position: relative;
  overflow: hidden;
  background-color: #164A92;
  color: #FFFFFF;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1000px) {
  .trad-home-hero {
    min-height: 100vh;
  }
}
.trad-home-hero__carousel {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.trad-home-hero__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1600ms ease;
}
.trad-home-hero__slide.is-active {
  opacity: 1;
}
.trad-home-hero__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
}
.trad-home-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(105deg, rgba(22, 74, 146, 0.92) 0%, rgba(22, 74, 146, 0.78) 35%, rgba(22, 74, 146, 0.45) 65%, rgba(0, 0, 0, 0.15) 100%);
}
.trad-home-hero__inner {
  position: relative;
  z-index: 2;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-top: calc(72px + 6rem);
  padding-bottom: 4rem;
}
@media (min-width: 1000px) {
  .trad-home-hero__inner {
    padding-bottom: 5rem;
  }
}
.trad-home-hero__content {
  max-width: 600px;
}
.trad-home-hero__eyebrow {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.trad-home-hero__eyebrow::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  flex-shrink: 0;
}
.trad-home-hero__title {
  font-size: clamp(2.4rem, 5vw, 4rem);
  font-weight: 400;
  font-style: italic;
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin-bottom: 1.5rem;
}
.trad-home-hero__title br {
  display: block;
}
.trad-home-hero__sub {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.72);
  max-width: 440px;
  margin-bottom: 2.5rem;
}
.trad-home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  align-items: center;
}
.trad-home-hero__stats {
  position: relative;
  z-index: 2;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background-color: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(6px);
  display: flex;
  align-items: stretch;
}
.trad-home-hero__stat {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.5rem 1rem;
  text-align: center;
  gap: 0.25rem;
}
@media (min-width: 1000px) {
  .trad-home-hero__stat {
    padding: 2rem 1.5rem;
  }
}
.trad-home-hero__stat-divider {
  width: 1px;
  background-color: rgba(255, 255, 255, 0.12);
  margin: 1.25rem 0;
}
.trad-home-hero__stat-num {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-style: italic;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #FFFFFF;
}
.trad-home-hero__stat-label {
  font-size: 10px;
  font-size: 0.625rem;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1.4;
  max-width: 120px;
}
.trad-home-hero__scroll-hint {
  display: none;
}

.trad-home-intro {
  display: grid;
  grid-template-columns: 1fr;
  background-color: #FFFFFF;
}
@media (min-width: 1000px) {
  .trad-home-intro {
    grid-template-columns: 1fr 1fr;
    min-height: 600px;
  }
}
@media (min-width: 1300px) {
  .trad-home-intro {
    min-height: 700px;
  }
}
.trad-home-intro__image-col {
  position: relative;
  min-height: 400px;
  overflow: hidden;
  background-color: #164A92;
  order: 2;
}
@media (min-width: 1000px) {
  .trad-home-intro__image-col {
    order: 1;
    min-height: unset;
  }
}
.trad-home-intro__img-wrap {
  position: absolute;
  inset: 0;
}
.trad-home-intro__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.trad-home-intro__credential {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2rem 2rem 1.75rem;
  background: linear-gradient(to top, rgba(22, 74, 146, 0.85) 0%, transparent 100%);
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.trad-home-intro__cred-name {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  font-style: italic;
  color: #FFFFFF;
}
.trad-home-intro__cred-title {
  font-size: 10px;
  font-size: 0.625rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}
.trad-home-intro__text-col {
  order: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4rem 1.5rem;
}
@media (min-width: 700px) {
  .trad-home-intro__text-col {
    padding: 4rem 2.5rem;
  }
}
@media (min-width: 1000px) {
  .trad-home-intro__text-col {
    order: 2;
    padding: 5rem 4rem;
  }
}
@media (min-width: 1300px) {
  .trad-home-intro__text-col {
    padding: 6rem 5rem;
  }
}
.trad-home-intro__label {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #164A92;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.trad-home-intro__label::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 1px;
  background-color: #164A92;
  flex-shrink: 0;
}
.trad-home-intro .trad-wysiwyg, .trad-home-intro .trad-home-intro__body, .trad-home-intro .trad-ebook-single__description, .trad-home-intro .trad-ebook-single__more {
  margin-bottom: 2.5rem;
  max-width: 480px;
}

.trad-home-services {
  background-color: #111111;
  color: #FFFFFF;
  padding: 5rem 0;
}
@media (min-width: 1000px) {
  .trad-home-services {
    padding: 7rem 0;
  }
}
.trad-home-services__header {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 3rem;
}
@media (min-width: 1000px) {
  .trad-home-services__header {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 4rem;
  }
}
.trad-home-services__label {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.trad-home-services__label::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  flex-shrink: 0;
}
.trad-home-services__title {
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-style: italic;
  font-weight: 400;
  line-height: 1.1;
  max-width: 520px;
}
.trad-home-services__all {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  transition: color 200ms ease;
}
.trad-home-services__all span {
  display: inline-block;
  transition: transform 200ms ease;
}
.trad-home-services__all:hover {
  color: #FFFFFF;
  opacity: 1;
}
.trad-home-services__all:hover span {
  transform: translateX(3px);
}
.trad-home-services__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  background-color: rgba(255, 255, 255, 0.06);
}
@media (min-width: 700px) {
  .trad-home-services__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1000px) {
  .trad-home-services__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.trad-service-card {
  background-color: #181818;
  padding: 2.5rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  text-decoration: none;
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
  transition: background-color 280ms ease;
}
.trad-service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 3px;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 320ms cubic-bezier(0.2, 0.6, 0.3, 1);
}
.trad-service-card:hover, .trad-service-card:focus {
  background-color: #1e1e1e;
  opacity: 1;
}
.trad-service-card:hover::before, .trad-service-card:focus::before {
  transform: scaleY(1);
}
.trad-service-card:hover .trad-service-card__arrow, .trad-service-card:focus .trad-service-card__arrow {
  transform: translateX(5px);
  opacity: 1;
}
.trad-service-card--green::before {
  background-color: #0D7F40;
}
.trad-service-card--blue::before {
  background-color: #164A92;
}
.trad-service-card--yellow::before {
  background-color: #E59C3C;
}
.trad-service-card--red::before {
  background-color: #B24738;
}
.trad-service-card__num {
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.2);
}
.trad-service-card__body {
  flex: 1;
}
.trad-service-card__title {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.25;
  font-weight: 500;
  margin-bottom: 0.6rem;
}
.trad-service-card__desc {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.45);
}
.trad-service-card__arrow {
  font-size: 18px;
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.25);
  display: inline-block;
  transition: transform 280ms cubic-bezier(0.2, 0.6, 0.3, 1), opacity 280ms ease;
  align-self: flex-end;
}

.trad-home-featured {
  background-color: #164A92;
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
}
.trad-home-featured__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  z-index: 1;
}
@media (min-width: 1000px) {
  .trad-home-featured__inner {
    grid-template-columns: 1fr 220px;
    gap: 5rem;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.trad-home-featured__label {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.trad-home-featured__label::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.35);
  flex-shrink: 0;
}
.trad-home-featured__title {
  font-size: clamp(1.75rem, 3.5vw, 2.8rem);
  font-style: italic;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 1.25rem;
}
.trad-home-featured__summary {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.7);
  max-width: 500px;
  margin-bottom: 2rem;
}
.trad-home-featured__image img {
  width: 100%;
  height: auto;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}

.trad-home-cta {
  padding: 5rem 0;
  background-color: #f5f6f8;
  color: #111111;
}
@media (min-width: 1000px) {
  .trad-home-cta {
    padding: 6rem 0;
  }
}
.trad-home-cta__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
}
@media (min-width: 1000px) {
  .trad-home-cta__inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.trad-home-cta__text h2 {
  font-size: clamp(1.75rem, 3.5vw, 2.8rem);
  font-style: italic;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 0.6rem;
  color: #111111;
}
.trad-home-cta__text p {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.65;
  color: rgba(17, 17, 17, 0.55);
  max-width: 440px;
}
.trad-home-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  flex-shrink: 0;
}

.trad-home-cta .trad-btn--blue {
  background-color: #164A92;
  color: #FFFFFF;
  border-color: #164A92;
}

.trad-home-cta .trad-btn--outline-white {
  color: #164A92;
  border-color: #164A92;
}
.trad-home-cta .trad-btn--outline-white:hover, .trad-home-cta .trad-btn--outline-white:focus {
  background-color: #164A92;
  color: #FFFFFF;
}

.trad-home-collage {
  overflow: hidden;
  background-color: #111111;
}
.trad-home-collage__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 200px 200px;
  gap: 3px;
  grid-template-areas: "tall b c" "tall wide wide";
}
@media (min-width: 700px) {
  .trad-home-collage__grid {
    grid-template-rows: 240px 240px;
  }
}
@media (min-width: 1000px) {
  .trad-home-collage__grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 260px 260px;
    grid-template-areas: "tall a b c" "tall wide wide d";
  }
}
@media (min-width: 1300px) {
  .trad-home-collage__grid {
    grid-template-rows: 300px 300px;
  }
}
.trad-home-collage__item:nth-child(1) {
  grid-area: tall;
}
.trad-home-collage__item:nth-child(2) {
  display: none;
}
.trad-home-collage__item:nth-child(3) {
  grid-area: b;
}
.trad-home-collage__item:nth-child(4) {
  grid-area: c;
}
.trad-home-collage__item:nth-child(5) {
  grid-area: wide;
}
@media (min-width: 1000px) {
  .trad-home-collage__item:nth-child(2) {
    display: block;
    grid-area: a;
  }
}
.trad-home-collage__item {
  overflow: hidden;
  position: relative;
}
.trad-home-collage__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 700ms cubic-bezier(0.2, 0.6, 0.3, 1), filter 700ms ease;
  filter: brightness(0.8) saturate(0.85);
}
.trad-home-collage__item:hover img {
  transform: scale(1.06);
  filter: brightness(0.95) saturate(1.05);
}
.trad-home-collage__item--tall {
  grid-row: span 2;
}
.trad-home-collage__item--wide {
  grid-column: span 2;
}

.th-hero {
  background: radial-gradient(ellipse at 25% 60%, #1d5ab5 0%, #164A92 55%, #0d3870 100%);
  position: relative;
  overflow: hidden;
  min-height: 520px;
  padding-bottom: 5rem;
}
.th-hero::before {
  display: none;
}
.th-hero::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #111111;
  clip-path: polygon(0 100%, 100% 84%, 100% 100%);
  z-index: 0;
  pointer-events: none;
}
.th-hero__inner {
  position: relative;
  z-index: 1;
}
@media (min-width: 1000px) {
  .th-hero {
    min-height: 640px;
    padding-bottom: 6rem;
  }
}
.th-hero__eyebrow {
  display: block;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #E59C3C;
  margin-bottom: 1.25rem;
}
.th-hero__title {
  font-size: clamp(2.2rem, 4.5vw, 4rem);
  font-weight: 400;
  font-style: italic;
  line-height: 1;
  letter-spacing: -0.025em;
  color: #FFFFFF;
  max-width: 28ch;
  margin-bottom: 1.5rem;
}
.th-hero__title br {
  display: block;
}
.th-hero__sub {
  font-size: 16px;
  font-size: 1.05rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.82);
  max-width: 440px;
  margin-bottom: 2.5rem;
}
.th-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  align-items: center;
}

.th-hero__stats {
  display: flex;
  gap: 2rem 3.5rem;
  padding-top: 2.5rem;
  margin-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  flex-wrap: wrap;
}
.th-hero__stat {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.th-hero__stat-num {
  font-size: clamp(1.4rem, 2.2vw, 2rem);
  font-weight: 700;
  color: #fff;
  line-height: 1;
  letter-spacing: -0.02em;
}
.th-hero__stat-label {
  font-size: 0.68rem;
  color: rgba(255, 255, 255, 0.45);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 500;
}

.th-track-strip {
  display: none;
}
.th-track-strip span {
  flex: 1;
}
.th-track-strip span:nth-child(1) { background-color: #164A92; }
.th-track-strip span:nth-child(2) { background-color: #0D7F40; }
.th-track-strip span:nth-child(3) { background-color: #E59C3C; }
.th-track-strip span:nth-child(4) { background-color: #B24738; }
.th-track-strip span:nth-child(5) { background-color: #111111; }
.th-track-strip span:nth-child(6) { background-color: #164A92; }

.th-lane-divider {
  height: 4px;
  overflow: hidden;
  background: linear-gradient(to right, #164A92 0%, #0D7F40 33%, #E59C3C 66%, #B24738 100%);
}
.th-lane-divider span {
  display: none;
}

.th-index-row {
  display: grid;
  grid-template-columns: 1fr;
  min-height: 560px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1000px) {
  .th-index-row {
    grid-template-columns: 1fr 1fr;
    min-height: 560px;
  }
}
@media (min-width: 1300px) {
  .th-index-row {
    min-height: 620px;
  }
}
.th-index-row__photo {
  display: none;
  position: relative;
  overflow: hidden;
  min-height: 320px;
  background-color: #111;
}
@media (min-width: 1000px) {
  .th-index-row__photo {
    display: block;
    min-height: unset;
    box-shadow: inset -2px 0 0 rgba(255, 255, 255, 0.45);
  }
}
.th-index-row__photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 1000px) {
  .th-index-row__body--right ~ .th-index-row__photo {
    box-shadow: inset 2px 0 0 rgba(255, 255, 255, 0.45);
  }
}
.th-index-row__photo-badge {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2.5rem 2rem 1.75rem;
  background: linear-gradient(to top, rgba(22, 74, 146, 0.88) 0%, transparent 100%);
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  z-index: 1;
}
.th-index-row__photo-name {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  font-style: italic;
  color: #FFFFFF;
}
.th-index-row__photo-cred {
  font-size: 10px;
  font-size: 0.625rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}
.th-index-row__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4rem 2rem;
  background-color: #164A92;
  color: #FFFFFF;
  position: relative;
}
@media (min-width: 700px) {
  .th-index-row__body {
    padding: 4rem 3rem;
  }
}
@media (min-width: 1000px) {
  .th-index-row__body {
    padding: 5rem 4rem;
  }
}
@media (min-width: 1300px) {
  .th-index-row__body {
    padding: 5.5rem 5.5rem;
  }
}
.th-index-row__body {
  overflow: hidden;
}

/* Section index numbers — decorative ghost numerals */
.th-index-row--about .th-index-row__body::after,
.th-index-row--shop .th-index-row__body::after,
.th-index-row--services .th-index-row__body::after,
.th-index-row--resources .th-index-row__body::after,
.th-index-row--blog .th-index-row__body::after,
.th-index-row--contact .th-index-row__body::after {
  position: absolute;
  bottom: -2rem;
  right: -1rem;
  font-size: clamp(8rem, 14vw, 16rem);
  font-weight: 900;
  font-style: italic;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(255, 255, 255, 0.07);
  pointer-events: none;
  line-height: 1;
  z-index: 0;
  user-select: none;
  letter-spacing: -0.05em;
}
.th-index-row--about .th-index-row__body::after    { content: "01"; }
.th-index-row--shop .th-index-row__body::after     { content: "02"; }
.th-index-row--services .th-index-row__body::after { content: "03"; }
.th-index-row--resources .th-index-row__body::after {
  content: "04";
  -webkit-text-stroke: 1.5px rgba(0, 0, 0, 0.06);
}
.th-index-row--blog .th-index-row__body::after    { content: "05"; }
.th-index-row--contact .th-index-row__body::after { content: "06"; }

/* Ensure body text content sits above the ghost number */
.th-index-row__text,
.th-index-row__services-list,
.th-index-row__resource-types,
.th-index-row__post-list,
.th-index-row__product-grid,
.th-index-row__contact-actions,
.th-index-row__cta {
  position: relative;
  z-index: 1;
}

/* Shop: featured product grid (3 columns) */
.th-index-row__product-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-top: 1.5rem;
}
@media (min-width: 750px) {
  .th-index-row__product-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.th-index-row__product-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: #111111;
  transition: transform 200ms ease, box-shadow 200ms ease;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 16px rgba(17, 17, 17, 0.15);
  padding: 0;
  margin: 0;
}
.th-index-row__product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(17, 17, 17, 0.22);
}
.th-index-row__product-image {
  width: 100%;
  height: 280px;
  overflow: hidden;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.th-index-row__product-image img {
  width: 102%;
  height: 102%;
  object-fit: cover;
}
.th-index-row__product-price {
  font-size: 0.9rem;
  font-weight: 500;
  color: #0D7F40;
  padding: 0.75rem;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  background: #fff;
}
.th-index-row--shop .th-index-row__cta {
  margin-top: 1.5rem;
}

.th-index-row__num {
  position: absolute;
  top: 2rem;
  right: 2rem;
  font-size: clamp(4rem, 8vw, 7rem);
  font-style: italic;
  font-weight: 400;
  line-height: 1;
  color: currentColor;
  opacity: 0.05;
  letter-spacing: -0.04em;
  pointer-events: none;
  user-select: none;
}
@media (min-width: 1000px) {
  .th-index-row__num {
    top: 2.5rem;
    right: 2.5rem;
  }
}
.th-index-row__text {
  margin-bottom: 2rem;
}
.th-index-row__label {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: currentColor;
  opacity: 0.4;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.th-index-row__label::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 1px;
  background-color: currentColor;
  opacity: 0.6;
  flex-shrink: 0;
}
.th-index-row__title {
  font-size: clamp(1.9rem, 3.2vw, 2.8rem);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 1.25rem;
  color: #FFFFFF;
}
.th-index-row__title em {
  font-style: italic;
  color: inherit;
}
.th-index-row__desc {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.65);
  max-width: 440px;
}
.th-index-row__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.85em 0;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.85);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  transition: gap 260ms cubic-bezier(0.2, 0.6, 0.3, 1), border-color 200ms ease, color 200ms ease;
  align-self: flex-start;
}
.th-index-row__cta svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
  transition: transform 260ms cubic-bezier(0.2, 0.6, 0.3, 1);
}
.th-index-row__cta:hover {
  gap: 1.1rem;
  border-color: currentColor;
  opacity: 1;
}
.th-index-row__cta:hover svg {
  transform: translateX(4px);
}
.th-index-row__cta--primary {
  padding: 0.85em 2em;
  border: 2px solid #111111;
  background-color: #111111;
  color: #FFFFFF;
  letter-spacing: 0.04em;
}
.th-index-row__cta--primary:hover {
  background-color: transparent;
  color: #111111;
  gap: 1.1rem;
}
.th-index-row__services-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-bottom: 2.5rem;
}
.th-index-row__service-item {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 13px;
  font-size: 0.8125rem;
  color: rgba(17, 17, 17, 0.7);
}
.th-index-row__service-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}
.th-index-row__service-badge {
  display: inline-block;
  padding: 0.4em 1.1em;
  border-radius: 100px;
  font-size: 0.8rem;
  font-weight: 600;
  color: inherit;
  letter-spacing: 0.04em;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.45);
  text-decoration: none;
  transition: opacity 200ms ease;
}
a.th-index-row__service-badge:hover {
  opacity: 0.85;
}
.th-index-row__resource-types {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-bottom: 2.5rem;
}
.th-index-row__resource-type {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.4em 1em;
  font-size: 12px;
  font-size: 0.75rem;
  background-color: rgba(17, 17, 17, 0.05);
  color: rgba(17, 17, 17, 0.65);
  border: 1px solid rgba(17, 17, 17, 0.08);
}
.th-index-row__resource-icon {
  font-size: 1em;
  line-height: 1;
}
.th-index-row__post-list {
  display: flex;
  flex-direction: column;
  margin-bottom: 2.5rem;
  border-top: 1px solid rgba(17, 17, 17, 0.07);
}
.th-index-row__post-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.85rem 0;
  border-bottom: 1px solid rgba(17, 17, 17, 0.07);
  text-decoration: none;
  color: inherit;
  gap: 1rem;
  transition: background-color 150ms ease;
}
.th-index-row__post-item:hover {
  opacity: 1;
}
.th-index-row__post-item:hover .th-index-row__post-arrow {
  transform: translateX(4px);
}
.th-index-row__post-title {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  color: rgba(17, 17, 17, 0.75);
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.th-index-row__post-arrow {
  font-size: 16px;
  font-size: 1rem;
  color: rgba(17, 17, 17, 0.25);
  flex-shrink: 0;
  display: inline-block;
  transition: transform 260ms cubic-bezier(0.2, 0.6, 0.3, 1);
}
.th-index-row__contact-actions {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-start;
}
.th-index-row__body {
  background-color: #164A92;
  color: #FFFFFF;
}
.th-index-row__title {
  color: #FFFFFF;
}
.th-index-row__desc {
  color: rgba(255, 255, 255, 0.65);
}
.th-index-row__label {
  color: rgba(255, 255, 255, 0.5);
}
.th-index-row__cta {
  color: rgba(255, 255, 255, 0.85);
  border-color: rgba(255, 255, 255, 0.2);
}
.th-index-row__cta:hover {
  color: #FFFFFF;
  border-color: rgba(255, 255, 255, 0.6);
}
.th-index-row__cta--primary {
  background-color: #FFFFFF;
  color: #164A92;
  border-color: #FFFFFF;
}
.th-index-row__cta--primary:hover {
  background-color: transparent;
  color: #FFFFFF;
}
.th-index-row__service-item {
  color: rgba(255, 255, 255, 0.75);
}
.th-index-row__resource-type {
  background-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.7);
  border-color: rgba(255, 255, 255, 0.12);
}
.th-index-row__post-list {
  border-color: rgba(255, 255, 255, 0.1);
}
.th-index-row__post-item {
  border-color: rgba(255, 255, 255, 0.1);
  color: #FFFFFF;
}
.th-index-row__post-item:hover .th-index-row__post-arrow {
  transform: translateX(4px);
}
.th-index-row__post-title {
  color: rgba(255, 255, 255, 0.8);
}
.th-index-row__post-arrow {
  color: rgba(255, 255, 255, 0.3);
}
.th-index-row--about .th-index-row__photo {
  background-color: #111111;
  box-shadow: none;
}
.th-index-row--about .th-index-row__photo img {
  object-fit: contain;
  object-position: bottom center;
  inset: 0 0 0 0;
}
.th-index-row--about .th-index-row__body {
  background-color: #111111;
}
.th-index-row--services .th-index-row__body {
  background-color: #0D7F40;
}
.th-index-row--services .th-index-row__services-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 2.5rem;
}
.th-index-row--services .th-index-row__service-dot {
  background-color: currentColor !important;
}
.th-index-row--resources .th-index-row__body {
  background-color: #E59C3C;
  color: #111111;
}
.th-index-row--resources .th-index-row__title {
  color: #111111;
}
.th-index-row--resources .th-index-row__desc {
  color: rgba(17, 17, 17, 0.65);
}
.th-index-row--resources .th-index-row__label {
  color: rgba(17, 17, 17, 0.8);
  opacity: 1;
}
.th-index-row--resources .th-index-row__label::before {
  background-color: #111111;
  opacity: 1;
}
.th-index-row--resources .th-index-row__cta {
  color: rgba(17, 17, 17, 0.8);
  border-color: rgba(17, 17, 17, 0.25);
}
.th-index-row--resources .th-index-row__service-badge {
  border-color: rgba(17, 17, 17, 0.3);
}
.th-index-row--resources .th-index-row__cta:hover {
  color: #111111;
  border-color: rgba(17, 17, 17, 0.65);
}
.th-index-row--resources .th-index-row__resource-type {
  background-color: rgba(17, 17, 17, 0.07);
  color: rgba(17, 17, 17, 0.65);
  border-color: rgba(17, 17, 17, 0.12);
}
.th-index-row--blog .th-index-row__body {
  background-color: rgb(24.6714285714, 82.9857142857, 163.7285714286);
}
.th-index-row--blog .th-index-row__label {
  color: rgba(255, 255, 255, 0.55);
}
.th-index-row--contact .th-index-row__body {
  background-color: #111111;
}
.th-index-row--contact .th-index-row__label {
  color: #B24738;
}
.th-index-row--contact .th-index-row__photo {
  box-shadow: inset -2px 0 0 rgba(178, 71, 56, 0.6);
}
.th-index-row--contact .th-index-row__cta--primary {
  background-color: #FFFFFF;
  color: #111111;
  border-color: #FFFFFF;
}
.th-index-row--contact .th-index-row__cta--primary:hover {
  background-color: transparent;
  color: #FFFFFF;
}
