@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/*
! tailwindcss v3.4.3 | MIT License | https://tailwindcss.com
*/ /*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
  tab-size: 4; /* 3 */
  font-family: 'Inter', ui-sans-serif, system-ui, sans-serif,
    'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  line-height: 24px !important;
  font-weight: 400;
  color: #263238 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Inter', sans-serif;
  font-weight: 600 !important;
  color: #4371a7;
  line-height: 1.2;
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    'Liberation Mono', 'Courier New', monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role='button'] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

:root {
  --containerPadding: 100px;
  --primary: #237d31;
  --secondary: #4371a7;
}

html {
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.container {
  max-width: 100% !important;
  width: 100% !important;
  padding-left: var(--containerPadding) !important;
  padding-right: var(--containerPadding) !important;
}

@media screen and (max-width: 1600px) {
  :root {
    --containerPadding: 50px;
  }
}

@media screen and (max-width: 990px) {
  :root {
    --containerPadding: 50px;
  }
}

@media screen and (max-width: 767px) {
  :root {
    --containerPadding: 25px;
  }
}

*,
::before,
::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}

@media screen and (min-width: 783px) {
  .adminFixedHeader {
    top: 32px !important;
  }
}
@media screen and (max-width: 783px) {
  .adminFixedHeader {
    top: 46px !important;
  }
}
@media screen and (max-width: 990px) {
  .navBase {
    position: fixed;
    right: 0px;
    top: 0px;
    z-index: 20;
    display: flex;
    height: 100vh;
    width: 100%;
    align-items: center;
    padding-right: var(--containerPadding);
    padding-left: var(--containerPadding);
    --tw-bg-opacity: 1;
    background-color: #fff;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .navHandler {
    visibility: hidden;
    width: 0px;
    opacity: 0;
  }

  .navHandler ul#menu-main-menu {
    opacity: 0;
  }
}

/* Header primary nav: current item stays S2S green (beats Tailwind text-black / max-md:text-secondary / md:hover:text-secondary). */
#primary-menu li.current-menu-item,
#primary-menu li.current-menu-item:hover,
#primary-menu li.current-menu-item > a,
#primary-menu li.current-menu-item > a:hover,
#primary-menu li.current_page_item,
#primary-menu li.current_page_item:hover,
#primary-menu li.current_page_item > a,
#primary-menu li.current_page_item > a:hover,
#primary-menu li.current-menu-parent,
#primary-menu li.current-menu-parent:hover,
#primary-menu li.current-menu-parent > a,
#primary-menu li.current-menu-parent > a:hover,
#primary-menu li.current-menu-ancestor,
#primary-menu li.current-menu-ancestor:hover,
#primary-menu li.current-menu-ancestor > a,
#primary-menu li.current-menu-ancestor > a:hover,
#primary-menu li.current_page_parent,
#primary-menu li.current_page_parent:hover,
#primary-menu li.current_page_parent > a,
#primary-menu li.current_page_parent > a:hover {
  color: var(--primary);
}

.baseTransition {
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.alignfull {
  margin: 2rem calc(50% - 50vw) !important;
  max-width: 100vw !important;
  width: 100vw;
}

.alignwide {
  margin: 2rem 0;
  max-width: 1600px !important;
}

.alignnone {
  margin-left: 0px;
  margin-right: 0px;
  height: auto;
  max-width: 100%;
}
.aligncenter {
  margin: 0.5rem auto;
  display: block;
}

@media (min-width: 767px) {
  .alignleft:not(.wp-block-button) {
    margin-right: 0.5rem;
    float: left;
  }

  .alignright:not(.wp-block-button) {
    margin-left: 0.5rem;
    float: right;
  }

  .wp-block-button.alignleft a {
    float: left;
    margin-right: 1rem;
  }

  .wp-block-button.alignright a {
    float: right;
    margin-left: 1rem;
  }
}

.wp-caption {
  display: inline-block;
}

.wp-caption img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.wp-caption-text {
  font-size: 0.875rem;
  color: #4b5563;
}

.entry-content h1,
.block-editor-block-list__layout h1 {
  font-size: 1.5rem;
  line-height: 2rem;
}
.block-editor-block-list__layout h2 {
  font-size: 1.25rem;
}
.entry-content h2 {
  font-size: 32px;
  line-height: 1.3;
  color: var(--secondary);
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}
.block-editor-block-list__layout h3 {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.entry-content h3 {
  font-size: 24px;
  line-height: 1.35;
  color: var(--secondary);
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}
.entry-content p a,
.entry-content ul a,
.entry-content ol a,
.block-editor-block-list__layout p a,
.block-editor-block-list__layout ul a,
.block-editor-block-list__layout ol a {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
.entry-content p a,
.entry-content ul a,
.entry-content ol a {
  color: var(--primary);
}
.entry-content p a:hover,
.entry-content ul a:hover,
.entry-content ol a:hover,
.block-editor-block-list__layout p a:hover,
.block-editor-block-list__layout ul a:hover,
.block-editor-block-list__layout ol a:hover {
  text-decoration-line: none;
}
.entry-content p,
.entry-content ul,
.entry-content ol,
.block-editor-block-list__layout p,
.block-editor-block-list__layout ul,
.block-editor-block-list__layout ol {
  margin-bottom: 2rem;
}
.entry-content ul:not(.block-editor-block-variation-picker__variations) li,
.block-editor-block-list__layout
  ul:not(.block-editor-block-variation-picker__variations)
  li {
  list-style-position: inside;
  list-style-type: disc;
}
.entry-content ol li,
.block-editor-block-list__layout ol li {
  list-style-position: inside;
  list-style-type: decimal;
}
.entry-content img {
  max-width: 100%;
  height: auto;
  border-radius: 0.75rem;
}
img.blog-featured-img {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.entry-content .entry-lead {
  font-style: italic;
  font-size: 18px;
  line-height: 1.8;
  color: var(--secondary);
  border-left: 4px solid var(--primary);
  padding-left: 20px;
  margin-bottom: 36px;
}
.entry-content .entry-warning {
  background: #fff9f0;
  border: 1px solid #f0c070;
  border-left: 4px solid var(--primary);
  border-radius: 10px;
  padding: 24px 28px;
  margin: 32px 0;
}
.entry-content .entry-warning .entry-warning-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--secondary);
  margin-bottom: 14px;
}
.entry-content .entry-warning ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.entry-content .entry-warning li {
  list-style: none;
  padding: 6px 0;
  font-size: 16px;
  color: #263238;
  border-bottom: 1px solid #f0e0c0;
}
.entry-content .entry-warning li:last-child {
  border-bottom: none;
}
.entry-content .abcde-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 12px;
  margin: 28px 0 40px;
}
.entry-content .abcde-card {
  background: #fff;
  border: 1px solid #d0e8d8;
  border-radius: 12px;
  padding: 20px 14px;
  text-align: center;
}
.entry-content .abcde-letter {
  font-size: 38px;
  font-weight: 700;
  color: var(--primary);
  line-height: 1;
}
.entry-content .abcde-label {
  font-size: 11px;
  font-weight: 600;
  color: var(--secondary);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 8px 0 6px;
}
.entry-content .abcde-desc {
  font-size: 12px;
  color: #5a7a66;
  margin-bottom: 0;
}
.entry-content .entry-callout {
  background: #263238;
  border-radius: 20px;
  padding: 36px 32px;
  margin: 48px 0;
}
.entry-content .entry-callout h2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 16px;
}
.entry-content .entry-callout p {
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 16px;
}
.entry-content .entry-callout p:last-child {
  margin-bottom: 0;
}
.single-post-cta .btn {
  display: inline-block;
}

/* CUSTOM CSS */

.baseH1,
.editorAboutUs h1 {
  font-size: 52px !important;
  line-height: 1.2;
}

.text-secondary {
  color: var(--secondary);
}

.baseH2,
.editor h2 {
  font-size: 80px;
  line-height: 75px;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.editor h3 {
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 15px;
}

.editorWhite h1,
.editorWhite h2,
.editorWhite h3,
.editorWhite h4,
.editorWhite h5,
.editorWhite h6 {
  color: #fff;
}

.slick-dots {
  position: absolute;
  bottom: 9rem;
  right: 0;
  transform: translate(-50%, -50%);
  display: flex;
  gap: 10px;
  z-index: 99;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 55px;
  height: 1px;
  padding: 0px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #fff;
  border-radius: 50px;
  opacity: 50%;
  transition: all 0.5s ease-in-out;
}

.slick-dots li.slick-active button {
  opacity: 100%;
}

/* CURSOR ANIMATIONS */

.cursor-section {
  cursor: pointer;
}

.cursor-section-el {
  position: fixed;
  left: 0;
  border-radius: 50%;
  pointer-events: none;
  transition: transform 0.1s;
}

.cursor-section-el {
  top: -80.5px;
  left: -80.5px;
  width: 161px;
  height: 161px;
  z-index: 9999;
  display: grid;
  place-content: center;
  opacity: 0;
  scale: 0;
  background: #fff;
  border-radius: 50%;
  color: #000;
}

/* END CURSOR ANIMATIONS */

#socials a {
  transition: all 0.3s ease-in-out;
}

#socials a:hover {
  scale: 1.1;
}

.editor p {
  margin-bottom: 1.25rem;
}

.editor a {
  transition: all 0.3s ease-in-out;
  color: var(--primary);
  position: relative;
  display: inline-block;
}

.editor a::after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0px;
  display: block;
  left: 0;
  transition: all 0.3s ease-in-out;
  background: var(--primary);
}

.editor a:hover::after {
  width: 0%;
}

.editor a:hover {
  opacity: 70%;
}

.baseLinkWhite {
  transition: all 0.3s ease-in-out;
  color: #fff;
  position: relative;
  display: inline-block;
}

.baseLinkWhite::after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 5px;
  display: block;
  left: 0;
  transition: all 0.3s ease-in-out;
  background: #fff;
}

.baseLinkWhite:hover::after {
  width: 0%;
}

.baseLinkWhite:hover {
  opacity: 70%;
}

header.stickNav > div {
  background: #fff;
  box-shadow: 0px 4px 12px 0px rgba(15, 23, 42, 0.1);
}

.editor h2 {
  margin-bottom: 1.25rem;
}

.strokeText {
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: #fff;
}

.quform-edit-form {
  display: none;
}

.baseTransition1000 {
  transition: all 1s ease-out;
}

.btn,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  #respond
  input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  #respond
  input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  input.button,
.wc-block-cart__submit-container,
button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained,
button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
  transition: all 0.3s ease-in-out;
  padding: 14px 32px;
  font-size: 16px;
  font-weight: 400;
  border-radius: 4px;
}

.btn-primary,
.wc-block-cart__submit-container,
button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained,
button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
  background: var(--primary);
  color: #fff;
  border: 1px solid var(--primary);
}

.btn-primary:hover,
.wc-block-cart__submit-container:hover,
button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained:hover,
button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained:hover {
  background: transparent;
  color: var(--primary);
}

.btn-secondary {
  background: var(--secondary);
  color: #fff;
  border: 1px solid var(--secondary);
}

.btn-secondary:hover {
  background: transparent;
  color: var(--secondary);
}

.btn-white {
  background: #fff;
  color: #000;
  border: 1px solid #fff;
}

.btn-white:hover {
  background: transparent;
  color: #fff;
}

.shadow-dropdown {
  box-shadow: 0px 4px 12px 0px rgba(15, 23, 42, 0.1);
}

.font-bold {
  font-weight: 700 !important;
}

.facts-js-prev,
.facts-js-next {
  position: absolute;
  top: 50%;
  z-index: 99;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}

.facts-js-prev:hover,
.facts-js-next:hover {
  scale: 1.1;
}

.facts-js-prev {
  left: 0px;
  transform: translate(-50%, -50%);
}

.facts-js-next {
  right: -20px;
  transform: translate(50%, -50%);
}

.slick-track {
  display: flex !important;
}
.slick-slide {
  height: inherit !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

a.gt_switcher-popup span:nth-child(2) {
  display: none;
}

/* WOOCOMMERCE */

.mainWrapper > div > div.woocommerce,
.mainWrapper main > div > .woocommerce,
.wp-block-woocommerce-cart.alignwide,
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout {
  padding-top: 150px;
  max-width: 100%;
  width: 100%;
  padding-left: var(--containerPadding);
  padding-right: var(--containerPadding);
  padding-bottom: 75px;
  margin: 0 auto;
}

/**
 * My Account
 */

.woocommerce-account .woocommerce-MyAccount-navigation {
  float: left;
  width: 20%;
}

.woocommerce-account .woocommerce-MyAccount-content {
  display: inline-block;
  float: left;
  margin-left: 5%;
  width: 75%;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  padding: 0;
  border-top: 1px solid #eee;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  list-style: none;
  border-bottom: 1px solid #eee;
  padding-bottom: 0;
}

.woocommerce-account
  .woocommerce-MyAccount-navigation
  ul
  li.is-active
  a:before {
  opacity: 1;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  padding: 10px 5px;
  display: block;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:before {
  margin-right: 20px;
  opacity: 0.25;
  display: inline-block;
  width: 15px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover:before {
  opacity: 1;
}

.woocommerce-account
  .woocommerce-MyAccount-navigation
  ul
  li.woocommerce-MyAccount-navigation-link--dashboard
  a:before {
  font-family: 'FontAwesome';
  content: '\f0e4';
}

.woocommerce-account
  .woocommerce-MyAccount-navigation
  ul
  li.woocommerce-MyAccount-navigation-link--orders
  a:before {
  font-family: 'FontAwesome';
  content: '\f291';
}

.woocommerce-account
  .woocommerce-MyAccount-navigation
  ul
  li.woocommerce-MyAccount-navigation-link--downloads
  a:before {
  font-family: 'FontAwesome';
  content: '\f1c6';
}

.woocommerce-account
  .woocommerce-MyAccount-navigation
  ul
  li.woocommerce-MyAccount-navigation-link--edit-address
  a:before {
  font-family: 'FontAwesome';
  content: '\f015';
}

.woocommerce-account
  .woocommerce-MyAccount-navigation
  ul
  li.woocommerce-MyAccount-navigation-link--payment-methods
  a:before {
  font-family: 'FontAwesome';
  content: '\f09d';
}

.woocommerce-account
  .woocommerce-MyAccount-navigation
  ul
  li.woocommerce-MyAccount-navigation-link--edit-account
  a:before {
  font-family: 'FontAwesome';
  content: '\f007';
}

.woocommerce-account
  .woocommerce-MyAccount-navigation
  ul
  li.woocommerce-MyAccount-navigation-link--customer-logout
  a:before {
  font-family: 'FontAwesome';
  content: '\f08b';
}

.woocommerce-account .woocommerce-MyAccount-content h2 {
  font-size: 25px;
  font-weight: 600;
}

.woocommerce-account p.order-again {
  text-align: right;
}

.woocommerce-account .woocommerce-EditAccountForm input[type='submit'] {
  margin-top: 50px;
  float: right;
}

.woocommerce-account .addresses .title .edit {
  font-size: 12px;
  background: var(--primary);
  color: white;
  padding: 4px 10px;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.woocommerce-account .addresses .title .edit:hover {
  opacity: 0.7;
}

.woocommerce .col2-set,
.woocommerce-page .col2-set {
  margin-top: 20px;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  border-bottom: 1px solid var(--secondary);
}

p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide
  span
  em {
  font-size: 14px;
}

.page-id-83 fieldset {
  margin-top: 30px;
}

/* CART PAGE */

.wp-block-woocommerce-cart.alignwide {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
}

/* CHECKOUT PAGE */

.wp-block-woocommerce-checkout.alignwide.wc-block-checkout {
  padding-top: 0 !important;
  padding-bottom: 50px !important;
  max-width: 100% !important;
  width: 100% !important;
}

.sts-empty-cart-offers {
  margin-top: 2.5rem;
  margin-bottom: 4rem;
  text-align: center;
}

.sts-empty-cart-offers a.btn {
  display: inline-block;
  max-width: 100%;
  white-space: normal;
  box-sizing: border-box;
}

@media screen and (max-width: 639px) {
  .sts-empty-cart-offers a.btn {
    width: 100%;
  }
}

.wc-block-grid.wp-block-product-new.wp-block-woocommerce-product-new.wc-block-product-new.has-4-columns,
.wp-block-woocommerce-empty-cart-block .wp-block-separator,
.wp-block-woocommerce-empty-cart-block .wp-block-woocommerce-product-new,
.wp-block-woocommerce-empty-cart-block h2.wp-block-heading:not(.wc-block-cart__empty-cart__title),
.wp-block-woocommerce-checkout-shipping-method-block,
.wp-block-woocommerce-checkout-pickup-options-block {
  display: none;
}

button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
  max-width: 200px;
}

/* ORDER PAGE */

.woocommerce-order {
  margin-top: -150px;
}

p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  margin-bottom: 25px;
}

h2.woocommerce-order-details__title,
h2.woocommerce-column__title {
  margin-bottom: 15px;
}

@media screen and (min-width: 1200px) {
  .timeline-section:first-child {
    position: relative;
    left: -50px;
    top: 105px;
  }

  .timeline-section:nth-child(2) {
    position: relative;
    top: 115px;
    left: -30px;
  }

  .timeline-section:nth-child(3) {
    position: relative;
    top: 224px;
    left: 95px;
  }

  .timeline-section:nth-child(4) {
    position: relative;
    top: 178px;
    left: -70px;
  }

  .timeline-section:nth-child(5) {
    position: relative;
    top: 96px;
    left: -30px;
  }

  .timeline-section:nth-child(6) {
    position: relative;
    top: 65px;
    left: -50px;
  }

  .timeline-section:nth-child(7) {
    position: relative;
    top: 195px;
    left: 100px;
  }

  .timeline-section:nth-child(8) {
    position: relative;
    left: -50px;
  }
}

/* RESPONSIVE */

html body .editorAboutUs h1 {
  font-size: 52px !important;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .baseH1,
  .editorAboutUs h1 {
    font-size: 32px !important;
  }

  .entry-content h2 {
    font-size: 26px;
  }

  .entry-content h3 {
    font-size: 20px;
  }

  .entry-content .entry-callout {
    padding: 24px 20px;
  }

  body {
    font-size: 16px;
    line-height: 24px;
  }
}

.ays-abs-fs.ays-start-page > img {
  margin-bottom: 35px;
}

.ays-abs-fs::before {
  content: '';
  background-image: url('/wp-content/uploads/2024/12/Asset-40@4x-2.png');
  background-size: 94px;
  background-repeat: no-repeat;
  background-position: center;
  width: 30%;
  height: 100%;
  background-color: rgba(202, 220, 238, 0.38);
  position: absolute;
  left: 0;
  top: 0;
}

.ays-abs-fs.ays-start-page::before {
  display: none;
}

.ays-abs-fs:not(.ays-start-page) {
  padding-left: 30%;
}

/* Info quiz viewport stage: center Quiz Maker start screen below 82px header.
   Scoped to #quiz. Plugin CSS files are not edited. */
#quiz {
  --sts-quiz-header: 82px;
  scroll-margin-top: var(--sts-quiz-header);
}

#quiz:not(.hidden) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  box-sizing: border-box;
  min-height: calc(100vh - var(--sts-quiz-header));
  min-height: calc(100dvh - var(--sts-quiz-header));
}

#quiz .sts-quiz-stage__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex: 1 1 auto;
  box-sizing: border-box;
  padding-top: 24px;
  padding-bottom: 24px;
}

#quiz .ays-quiz-container {
  margin-top: 0;
  margin-bottom: 0;
}

#quiz .ays-quiz-container:has(.step.active-step > .ays-start-page) {
  padding-bottom: 24px;
}

#quiz [id^='ays_finish_quiz_'] .step.active-step:has(> .ays-start-page) {
  padding-top: 24px;
}

#quiz .ays-abs-fs.ays-start-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* Plugin default quiz_title_transformation is uppercase; keep sentence case. */
#quiz .ays-quiz-container .ays-fs-title,
#quiz .ays-start-page .ays-fs-title {
  text-transform: none !important;
}

@media screen and (max-width: 767px) {
  #quiz .sts-quiz-stage__inner {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  #quiz .ays-quiz-container {
    width: 100%;
    max-width: 100%;
  }

  #quiz [id^='ays_finish_quiz_'] .step.active-step:has(> .ays-start-page) .ays-abs-fs.ays-start-page {
    width: 100%;
    box-sizing: border-box;
    padding-left: 12px;
    padding-right: 12px;
  }
}

/* Info quiz: restore CSS radio, hide rect_light JPEG checkmark.
   Scoped to #quiz. Plugin CSS files are not edited. */
#quiz .ays_quiz_rect_light .ays-field input + label:before,
#quiz .ays_quiz_rect_light .ays-field input:checked + label:before,
#quiz .ays_quiz_rect_light .ays_list_view_container label[for^='ays-answer']:before,
#quiz .ays_quiz_rect_light .rect_answer_correct_before:before,
#quiz .ays_quiz_rect_light .rect_answer_wrong_before:before {
  content: '' !important;
  display: inline-block !important;
  width: 20px !important;
  height: 20px !important;
  border-width: 3px !important;
  border-style: solid !important;
  padding: 3px !important;
  box-sizing: border-box !important;
  background-clip: content-box !important;
  background-image: none !important;
  margin-right: 10px !important;
  margin-bottom: 0 !important;
  position: static !important;
  top: auto !important;
  vertical-align: middle;
}

#quiz .ays_quiz_rect_light .ays-field input:not(:checked) + label:before,
#quiz .ays_quiz_rect_light .ays_list_view_container .ays-field input:not(:checked) + label:before {
  background-color: #ddd !important;
  border-color: #ccc !important;
}

#quiz .ays_quiz_rect_light .ays-field input:checked + label:before,
#quiz .ays_quiz_rect_light .ays-field.checked_answer_div input + label:before {
  background-color: #237D31 !important;
  border-color: #237D31 !important;
  line-height: 14px !important;
  min-width: 20px !important;
  min-height: 20px !important;
  transition: none !important;
}

#quiz .ays_quiz_rect_light .ays-field.ays_grid_view_item input + label[for^='ays-answer']:not(.ays_answer_image) {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

#quiz .ays_quiz_rect_light .ays-field input[type='radio'] + label:before,
#quiz .ays_quiz_rect_light .ays-field input[type='radio']:checked + label:before {
  border-radius: 50% !important;
}

#quiz .ays_quiz_rect_light label[for^='ays-answer']:last-child:before,
#quiz .ays_quiz_rect_light .ays-field.ays_list_view_item label[for^='ays-answer']:last-of-type:before,
#quiz .ays_quiz_rect_light .ays-field input ~ label.ays_empty_before_content:before {
  content: none !important;
}

.ays_quiz_results {
  padding: 0 !important;
}

.ays_quiz_question p {
  font-size: 24px !important;
  line-height: 1.2 !important;
  margin-bottom: 35px !important;
}

.ays-field.ays_grid_view_item label {
  text-align: center;
}

.wcb-modal-body {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.wcb-modal-header {
  padding-top: 50px !important;
}

.wcb-md-overlay {
  background: #0000005e !important;
  inset: 0 !important;
  backdrop-filter: blur(2px);
  visibility: visible !important;
  opacity: 1 !important;
}

.editor h2,
.editor h1 {
  font-size: 32px !important;
  line-height: 1.2 !important;
}

.timeline-section .editor h2 {
  font-size: 28px !important;
  line-height: 34px !important;
  margin-bottom: 15px;
}

.editor > *:not(:last-child) {
  margin-bottom: 1.25rem;
}

.editor ul {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 1.25rem;
}

.editor ol {
  list-style-type: decimal;
  list-style-position: outside;
  margin-left: 1.25rem;
}

.editor li {
  margin-bottom: 0.5rem;
}

.wcb-coupon-treasure-container {
  position: relative;
  cursor: pointer;
}
.wcb-coupon-treasure-container::before {
  content: 'Copy';
  position: absolute;
  display: block;
  bottom: 50%;
  transform: translate(10px, 10px);
  left: 10px;
  cursor: pointer;
  pointer-events: none;
}

.gt_float_switcher {
  box-shadow: none !important;
  font-size: 16px !important;
}

.gt_float_switcher img {
  width: 22px !important;
}

@media screen and (min-width: 990px) {
  .gt-current-lang {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-right: 15px;
    margin-left: 16px;
  }

  li#menu-item-248 {
    display: none;
  }
}

.tab-box-content.type-email.tab-box-email-content.element-gifts {
  width: 100%;
}

.tab-box-content .form-wrap input,
.tab-box-content .form-wrap input:focus {
  font-size: 14px !important;
}

#tab-box-front-241
  .tab-box-content.tab-box-email-content
  .coupon-button.coupon-email-button {
  color: #ffffff;
  background-color: #237d31;
  font-family: 'Inter' !important;
}

.tab-box-content * {
  font-family: 'Inter' !important;
}

li.menu-item.menu-item-gtranslate {
  display: none !important;
}

html[lang="de-DE"] .tab-front-box,
html[lang="de-DE"] [class*="couponapp"],
html[lang="de-DE"] .coupon-bar {
  display: none !important;
}

.sts-lang-switch {
  display: flex;
  align-items: center;
  margin-left: 3rem;
  height: 82px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  white-space: nowrap;
  z-index: 30;
  flex-shrink: 0;
  position: relative;
}

.sts-lang-switch__details {
  position: relative;
  height: 82px;
  display: flex;
  align-items: center;
}

.sts-lang-switch__current {
  list-style: none;
  cursor: pointer;
  color: #237d31;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 2px;
}

.sts-lang-switch__current::-webkit-details-marker {
  display: none;
}

.sts-lang-switch__current::marker {
  content: "";
  font-size: 0;
}

.sts-lang-switch__current::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #263238;
}

.sts-lang-switch__list {
  position: absolute;
  top: calc(100% - 12px);
  right: 0;
  margin: 0;
  padding: 6px 0;
  list-style: none;
  background: #fff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  min-width: 11.5rem;
  z-index: 80;
}

.sts-lang-switch__item {
  color: #000;
  text-decoration: none;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
}

.sts-lang-switch__flag {
  width: 20px;
  height: 14px;
  flex-shrink: 0;
  display: inline-flex;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 2px;
  background: #fff;
}

.sts-lang-switch__flag svg {
  width: 100%;
  height: 100%;
  display: block;
}

.sts-lang-switch__item.is-current {
  color: #237d31;
}

.sts-lang-switch a.sts-lang-switch__item:hover {
  color: #4371a7;
}

.sts-lang-switch__sep {
  color: #263238;
  opacity: 0.45;
  line-height: 1;
}

@media screen and (max-width: 989px) {
  .sts-lang-switch {
    position: absolute;
    right: calc(var(--containerPadding) + 2.75rem);
    margin-left: 0;
    height: 82px;
  }
}

.gt_options.gt-open {
  overflow-x: hidden;
}

.show-password-input::after {
  position: relative !important;
  top: -15px;
}

.woocommerce form .form-row label {
  line-height: 1.2;
  margin-bottom: 6px;
}

.woocommerce form .clear {
  height: 15px;
}

@media screen and (max-width: 990px) {
  nav.woocommerce-MyAccount-navigation {
    width: 100% !important;
    margin-bottom: 25px;
  }

  .woocommerce-MyAccount-content {
    width: 100% !important;
    margin: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .ays-abs-fs::before {
    display: none;
  }

  .ays-abs-fs {
    padding-left: 0 !important;
  }

  .u-column1.col-1.woocommerce-Address {
    margin-bottom: 15px;
  }

  .facts-js-prev {
    left: 20px !important;
  }

  .facts-js-next {
    right: -7px !important;
  }

  html body .mainWrapper > div > div.woocommerce,
  html body .mainWrapper main > div > .woocommerce {
    padding-top: 100px !important;
  }

  html body .wp-block-woocommerce-cart.alignwide,
  .wp-block-woocommerce-checkout.alignwide.wc-block-checkout {
    padding-top: 0 !important;
  }

  .woocommerce-order {
    margin-top: -100px;
  }

  ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
}

fieldset#payment-method {
  display: none;
}

.input_field {
  border-bottom: 1px solid var(--secondary);
  padding: 7px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}

.input_field:focus {
  outline: none !important;
}

img.custom-logo {
  width: 222px;
  height: auto;
}

.wc-block-checkout__terms.wc-block-checkout__terms--with-separator.wp-block-woocommerce-checkout-terms-block
  a {
  color: var(--secondary);
}


td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions {
    display: flex;
    gap: 10px;
}

td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a.woocommerce-button.button {
    width: 100px;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
}
/* =========================================================
   About Us redesign — all rules scoped under .sts-about
   (layout: blocks/about-us/block-about-us.php, copy: ACF)
   Theme breakpoints: sm 767 / md 990 / lg 1200
   ========================================================= */

.sts-about {
  --sts-ink: #263238;
  --sts-muted: #55636b;
  --sts-blue: #4371a7;
  --sts-green: #237d31;
  --sts-green-soft: #e1efe2;
  --sts-grey-soft: #f5f8fa;
  --sts-panel: #f3f8fa;
  --sts-panel-border: #cfe0ea;
  --sts-line: #cbd5de;
  color: var(--sts-ink);
}

.sts-about section {
  position: relative;
}

.sts-about .sts-about__wrap {
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

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

/* --- shared typography --- */

.sts-about .sts-about__eyebrow {
  font-size: 12px;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #4f7a57;
  margin: 0 0 18px;
}

.sts-about .sts-about__eyebrow--light {
  color: rgba(255, 255, 255, 0.8);
}

.sts-about .sts-about__h1 {
  font-size: 56px;
  line-height: 1.1;
  color: var(--sts-blue);
  margin: 0 0 26px;
}

.sts-about .sts-about__h2 {
  font-size: 42px;
  line-height: 1.15;
  color: var(--sts-blue);
  margin: 0;
}

.sts-about .sts-about__h2--white {
  color: #fff;
}

.sts-about .sts-about__lead {
  font-size: 17px;
  line-height: 1.65;
  color: var(--sts-ink);
  margin: 0 0 34px;
  max-width: 520px;
}

.sts-about .sts-about__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  text-decoration: none;
}

.sts-about .sts-about__btn:focus-visible {
  outline: 2px solid var(--sts-blue);
  outline-offset: 3px;
}

.sts-about .sts-about__btn-arrow {
  font-size: 18px;
  line-height: 1;
}

/* --- 1. Hero --- */

.sts-about .sts-about__hero {
  background: #fff;
  padding: 150px 0 80px;
}

.sts-about .sts-about__hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: center;
}

.sts-about .sts-about__panel {
  position: relative;
  overflow: hidden;
  background: var(--sts-panel);
  border: 1px solid var(--sts-panel-border);
  border-radius: 8px;
  padding: 44px 32px 72px;
}

.sts-about .sts-about__steps {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 24px;
  position: relative;
  z-index: 1;
}

.sts-about .sts-about__step {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-width: 0;
}

.sts-about .sts-about__step-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 9999px;
  background: var(--sts-green-soft);
  color: var(--sts-ink);
  margin-bottom: 18px;
}

.sts-about .sts-about__step-icon svg {
  width: 30px;
  height: 30px;
}

.sts-about .sts-about__step-title {
  font-size: 16px;
  line-height: 1.3;
  color: var(--sts-ink);
  margin: 0 0 8px;
}

.sts-about .sts-about__step-text {
  font-size: 14px;
  line-height: 1.55;
  color: var(--sts-muted);
  margin: 0;
  max-width: 170px;
}

.sts-about .sts-about__step-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9fb3c4;
  flex: 0 0 auto;
}

.sts-about .sts-about__step-arrow svg {
  width: 40px;
  height: 24px;
  transform: rotate(90deg);
}

.sts-about .sts-about__panel-net {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 70px;
  color: #6f9e77;
  opacity: 0.35;
  pointer-events: none;
}

/* --- 2. Principles strip --- */

.sts-about .sts-about__principles {
  background: var(--sts-green-soft);
  padding: 44px 0;
}

.sts-about .sts-about__principles-grid {
  display: grid;
  grid-template-columns: 1fr;
}

.sts-about .sts-about__principle {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 22px 0;
  border-top: 1px solid rgba(35, 125, 49, 0.22);
}

.sts-about .sts-about__principle:first-child {
  border-top: 0;
  padding-top: 0;
}

.sts-about .sts-about__principle:last-child {
  padding-bottom: 0;
}

.sts-about .sts-about__principle-icon {
  flex: 0 0 auto;
  color: var(--sts-green);
  margin-top: 2px;
}

.sts-about .sts-about__principle-icon svg {
  width: 26px;
  height: 26px;
}

.sts-about .sts-about__principle-title {
  font-size: 17px;
  line-height: 1.3;
  color: var(--sts-ink);
  margin: 0 0 6px;
}

.sts-about .sts-about__principle-text {
  font-size: 14px;
  line-height: 1.55;
  color: var(--sts-muted);
  margin: 0;
  max-width: 300px;
}

/* --- 3. Our Purpose --- */

.sts-about .sts-about__purpose {
  background: #fff;
  padding: 84px 0;
}

.sts-about .sts-about__purpose-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: start;
}

.sts-about .sts-about__purpose-text {
  font-size: 16px;
  line-height: 1.7;
  color: var(--sts-ink);
  margin: 0;
}

/* --- 4. How the experience works --- */

.sts-about .sts-about__process {
  background: var(--sts-grey-soft);
  padding: 72px 0 80px;
}

.sts-about .sts-about__process-heading {
  margin-bottom: 36px;
}

.sts-about .sts-about__process-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}

.sts-about .sts-about__process-step {
  border-top: 1px solid var(--sts-line);
  padding-top: 30px;
}

.sts-about .sts-about__process-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 9999px;
  background: var(--sts-green);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-bottom: 22px;
}

.sts-about .sts-about__process-title {
  font-size: 22px;
  line-height: 1.25;
  color: var(--sts-blue);
  margin: 0 0 12px;
}

.sts-about .sts-about__process-text {
  font-size: 15px;
  line-height: 1.6;
  color: var(--sts-ink);
  margin: 0;
  max-width: 340px;
}

/* --- 5. Shared FAQ (homepage .sts-faq component) --- */

.sts-about .sts-about__extra {
  background: #fff;
  padding: 64px 0;
}

/* --- 6. Closing CTA --- */

.sts-about .sts-about__cta {
  background: var(--sts-blue);
  color: #fff;
  padding: 72px 0;
  overflow: hidden;
}

.sts-about .sts-about__cta-inner {
  position: relative;
  z-index: 1;
}

.sts-about .sts-about__cta-text {
  font-size: 17px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.92);
  margin: 18px 0 30px;
  max-width: 620px;
}

.sts-about .sts-about__cta-deco {
  display: none;
  position: absolute;
  right: -40px;
  top: -30px;
  width: 420px;
  height: auto;
  color: #fff;
  opacity: 0.08;
  pointer-events: none;
}

.sts-about .sts-about__btn--white {
  background: #fff;
  color: var(--sts-green);
  border: 1px solid #fff;
}

.sts-about .sts-about__btn--white:hover {
  background: transparent;
  color: #fff;
}

.sts-about .sts-about__btn--white:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

/* --- responsive (theme breakpoints) --- */

@media screen and (min-width: 767px) {
  .sts-about .sts-about__steps {
    flex-direction: row;
    align-items: flex-start;
    gap: 8px;
  }

  .sts-about .sts-about__step-arrow {
    padding-top: 24px;
  }

  .sts-about .sts-about__step-arrow svg {
    transform: none;
  }

  .sts-about .sts-about__cta-deco {
    display: block;
  }
}

@media screen and (min-width: 990px) {
  .sts-about .sts-about__principles-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .sts-about .sts-about__principle {
    border-top: 0;
    border-left: 1px solid rgba(35, 125, 49, 0.22);
    padding: 4px 32px;
  }

  .sts-about .sts-about__principle:first-child {
    border-left: 0;
    padding-left: 0;
  }

  .sts-about .sts-about__principle:last-child {
    padding-right: 0;
  }

  .sts-about .sts-about__purpose-grid {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
    gap: 64px;
  }

  .sts-about .sts-about__purpose-text {
    padding-top: 42px;
  }

  .sts-about .sts-about__process-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 48px;
  }
}

@media screen and (min-width: 1200px) {
  .sts-about .sts-about__hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
    gap: 64px;
  }
}

@media screen and (max-width: 990px) {
  .sts-about .sts-about__hero {
    padding: 130px 0 64px;
  }

  .sts-about .sts-about__h1 {
    font-size: 46px;
  }

  .sts-about .sts-about__h2 {
    font-size: 36px;
  }
}

@media screen and (max-width: 767px) {
  .sts-about .sts-about__hero {
    padding: 116px 0 52px;
  }

  .sts-about .sts-about__h1 {
    font-size: 36px;
  }

  .sts-about .sts-about__h2 {
    font-size: 30px;
  }

  .sts-about .sts-about__lead {
    font-size: 16px;
  }

  .sts-about .sts-about__panel {
    padding: 32px 22px 60px;
  }

  .sts-about .sts-about__principles,
  .sts-about .sts-about__extra {
    padding: 40px 0;
  }

  .sts-about .sts-about__purpose {
    padding: 56px 0;
  }

  .sts-about .sts-about__process {
    padding: 52px 0 60px;
  }

  .sts-about .sts-about__cta {
    padding: 56px 0;
  }

  .sts-about .sts-about__btn {
    width: 100%;
    max-width: 100%;
    justify-content: center;
    text-align: center;
    white-space: normal;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sts-about .sts-about__btn {
    transition: none;
  }
}

/* =========================================================
   Homepage "Skin Health Information" — card carousel (Slick).
   All rules scoped under .sts-home-info
   (layout: blocks/home/block-facts.php, copy: ACF facts row)
   Theme breakpoints: sm 767 / md 990 / lg 1200
   Particles (#particles-js-2) are untouched — section bg stays transparent.
   Slider class is .sts-home-info__slider (not .facts-js).
   ========================================================= */

.sts-home-info {
  --sts-hi-ink: #263238;
  --sts-hi-blue: #4371a7;
  --sts-hi-green: #237d31;
  --sts-hi-green-soft: #e5f1e9;
  --sts-hi-border: #d7e2ea;
  color: var(--sts-hi-ink);
}

/* --- head: title left, CTA right --- */

.sts-home-info .sts-home-info__head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 22px;
  margin-bottom: 40px;
}

.sts-home-info .sts-home-info__title {
  font-size: 60px;
  line-height: 1.1;
  font-weight: 700;
  color: var(--sts-hi-blue);
  margin: 0;
  overflow-wrap: break-word;
}

.sts-home-info .sts-home-info__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: none;
  background-image: none;
}

.sts-home-info .sts-home-info__btn:focus-visible {
  outline: 2px solid var(--sts-hi-blue);
  outline-offset: 3px;
}

.sts-home-info .sts-home-info__btn-arrow {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

/* --- card slider (Slick). Card chrome is unchanged. --- */

.sts-home-info .sts-home-info__slider {
  min-width: 0;
}

.sts-home-info .sts-home-info__slider:not(.slick-initialized) {
  display: flex;
  gap: 24px;
  overflow: hidden;
}

.sts-home-info .sts-home-info__slider:not(.slick-initialized) > .sts-home-info__slide {
  flex: 0 0 calc(50% - 12px);
  min-width: 0;
}

@media screen and (max-width: 768px) {
  .sts-home-info .sts-home-info__slider:not(.slick-initialized) > .sts-home-info__slide {
    flex: 0 0 100%;
  }
}

.sts-home-info .sts-home-info__slider .slick-list {
  overflow: hidden;
  margin: 0 -12px;
}

.sts-home-info .sts-home-info__slider .slick-slide {
  align-items: stretch;
  justify-content: flex-start;
  height: auto !important;
  padding: 0 12px;
  box-sizing: border-box;
}

.sts-home-info .sts-home-info__slide {
  height: 100%;
  min-width: 0;
}

.sts-home-info .sts-home-info__slider .sts-home-info__card {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.sts-home-info .sts-home-info__slider .slick-arrow,
.sts-home-info .sts-home-info__slider .slick-dots,
.sts-home-info .sts-home-info__slider .facts-js-prev,
.sts-home-info .sts-home-info__slider .facts-js-next {
  display: none !important;
}

.sts-home-info .sts-home-info__card {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  padding: 32px 36px 34px;
  min-width: 0;
  border: 1px solid transparent;
}

.sts-home-info .sts-home-info__card--white {
  background: #fff;
  border-color: var(--sts-hi-border);
}

.sts-home-info .sts-home-info__card--green {
  background: var(--sts-hi-green-soft);
  border-color: var(--sts-hi-green-soft);
}

.sts-home-info .sts-home-info__card-body {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.sts-home-info .sts-home-info__card--green .sts-home-info__card-body {
  padding-right: 26%; /* keep text clear of the decorative shapes */
}

.sts-home-info .sts-home-info__card-title {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 600;
  color: var(--sts-hi-blue);
  margin: 0 0 12px;
}

.sts-home-info .sts-home-info__card-text {
  font-size: 17px;
  line-height: 1.6;
  color: var(--sts-hi-ink);
}

.sts-home-info .sts-home-info__card-text p {
  margin: 0 0 12px;
}

.sts-home-info .sts-home-info__card-text p:last-child {
  margin-bottom: 0;
}

.sts-home-info .sts-home-info__card-text a {
  color: var(--sts-hi-green);
  text-decoration: underline;
}

/* --- decorative shapes on green cards (not particles) --- */

.sts-home-info .sts-home-info__deco {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 26%;
  color: var(--sts-hi-green);
  opacity: 0.12;
  pointer-events: none;
  display: none;
}

/* --- responsive --- */

@media screen and (min-width: 767px) {
  .sts-home-info .sts-home-info__deco {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .sts-home-info .sts-home-info__card--green .sts-home-info__card-body {
    padding-right: 0;
  }
}

@media screen and (min-width: 1024px) {
  .sts-home-info .sts-home-info__title {
    white-space: nowrap;
  }
}

@media screen and (min-width: 1200px) {
  .sts-home-info .sts-home-info__head {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 32px;
  }

  .sts-home-info .sts-home-info__btn {
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 990px) {
  .sts-home-info .sts-home-info__title {
    font-size: 44px;
  }
}

@media screen and (max-width: 767px) {
  .sts-home-info .sts-home-info__head {
    gap: 20px;
    margin-bottom: 30px;
  }

  .sts-home-info .sts-home-info__title {
    font-size: 34px;
  }

  .sts-home-info .sts-home-info__slider .slick-list {
    margin: 0 -8px;
  }

  .sts-home-info .sts-home-info__slider .slick-slide {
    padding: 0 8px;
  }

  .sts-home-info .sts-home-info__card {
    padding: 24px 22px 26px;
  }

  .sts-home-info .sts-home-info__card-title {
    font-size: 22px;
  }

  .sts-home-info .sts-home-info__card-text {
    font-size: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sts-home-info .sts-home-info__btn,
  .sts-home-info .sts-home-info__card {
    transition: none;
  }
}

/* =========================================================
   Homepage numbers strip — footnote cite. Scoped under .sts-home-numbers
   (layout: blocks/home/block-numbers.php). 14th/14th/17th ACF unchanged.
   ========================================================= */

.sts-home-numbers .sts-home-numbers__cite {
  display: block;
  margin: 16px auto 0;
  max-width: 900px;
  font-size: 11px;
  line-height: 1.3;
  color: #55636b;
  text-align: right;
}

.sts-home-numbers .sts-home-numbers__cite a {
  color: inherit;
  text-decoration: underline;
}

.sts-home-numbers .sts-home-numbers__cite a:hover,
.sts-home-numbers .sts-home-numbers__cite a:focus-visible {
  color: #263238;
}

@media (max-width: 767px) {
  .sts-home-numbers .sts-home-numbers__cite {
    margin-top: 12px;
  }
}

/* =========================================================
   Shared FAQ component — all rules scoped under .sts-faq
   (markup: template-parts/components/faq.php; native <details>, js/sts-faq.js is no exclusive)
   Visual (T8): stacked About Us rhythm — max-width 780px centred, white cards,
   1px #e0e0e0, grey ＋/－ ::after. No 34/66 split, no green open card, no blue
   question on open. The component owns no background (particles stay in the
   caller). --split class is still emitted; CSS treats both layouts the same.
   ========================================================= */

.sts-faq {
  --sts-faq-ink: #1a1a1a;
  --sts-faq-muted: #4a5a63;
  --sts-faq-blue: #4371a7;
  --sts-faq-border: #e0e0e0;
  --sts-faq-ans: #444;
  --sts-faq-icon: #666;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: stretch;
  width: 100%;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  color: var(--sts-faq-ink);
}

.sts-faq .sts-faq__intro-col {
  min-width: 0;
}

.sts-faq .sts-faq__title {
  font-size: 26px;
  line-height: 1.25;
  font-weight: 700;
  color: var(--sts-faq-blue);
  margin: 0;
  overflow-wrap: break-word;
}

.sts-faq .sts-faq__intro {
  font-size: 15px;
  line-height: 1.55;
  color: var(--sts-faq-muted);
  margin: 12px 0 0;
}

.sts-faq .sts-faq__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
}

.sts-faq .sts-faq__item {
  background: #fff;
  border: 1px solid var(--sts-faq-border);
  border-radius: 8px;
  min-width: 0;
  margin: 0;
  box-shadow: none;
  background-image: none;
}

.sts-faq .sts-faq__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  padding: 18px 20px;
  margin: 0;
  border: 0;
  background: transparent;
  text-align: left;
  font: inherit;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  color: var(--sts-faq-ink);
  cursor: pointer;
  list-style: none;
  -webkit-appearance: none;
  appearance: none;
}

.sts-faq .sts-faq__trigger::-webkit-details-marker {
  display: none;
}

.sts-faq .sts-faq__trigger::marker {
  content: none;
  display: none;
}

.sts-faq .sts-faq__trigger::after {
  content: "＋";
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  color: var(--sts-faq-icon);
  flex-shrink: 0;
}

.sts-faq .sts-faq__item[open] .sts-faq__trigger::after {
  content: "－";
}

.sts-faq .sts-faq__q-text {
  display: block;
  min-width: 0;
  flex: 1 1 auto;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}

.sts-faq .sts-faq__trigger:hover {
  background: #f7f7f7;
  border-radius: 8px;
}

.sts-faq .sts-faq__trigger:focus {
  outline: none;
}

.sts-faq .sts-faq__trigger:focus-visible {
  outline: 2px solid var(--sts-faq-blue);
  outline-offset: 2px;
}

.sts-faq .sts-faq__a {
  padding: 14px 20px 18px;
  margin: 0;
  border-top: 1px solid var(--sts-faq-border);
  font-size: 14px;
  line-height: 1.7;
  color: var(--sts-faq-ans);
}

.sts-faq .sts-faq__a-text {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

.sts-faq .sts-faq__a-text p {
  margin: 0 0 10px;
}

.sts-faq .sts-faq__a-text p:last-child {
  margin-bottom: 0;
}

.sts-faq .sts-faq__a-text a {
  color: var(--sts-faq-blue);
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .sts-faq {
    gap: 20px;
  }

  .sts-faq .sts-faq__title {
    font-size: 24px;
  }

  .sts-faq .sts-faq__intro {
    font-size: 14px;
    margin-top: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sts-faq .sts-faq__item,
  .sts-faq .sts-faq__trigger {
    transition: none;
  }
}

/* =========================================================
   Blog listing — magazine layout. All rules scoped under .sts-blog
   (layout: home.php + template-parts/content-blog-row.php, copy: ACF)
   Theme breakpoints: sm 767 / md 990 / lg 1200
   ========================================================= */

.sts-blog {
  --sts-ink: #263238;
  --sts-muted: #55636b;
  --sts-blue: #4371a7;
  --sts-green: #237d31;
  --sts-green-soft: #e1efe2;
  --sts-line: #d5dde3;
  color: var(--sts-ink);
  background: #fff;
  overflow-x: clip;
}

.sts-blog section {
  position: relative;
}

.sts-blog .sts-blog__wrap {
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

.sts-blog .sts-blog__eyebrow {
  font-size: 12px;
  line-height: 1.4 !important;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #4f7a57;
  margin: 0 0 10px;
}

.sts-blog .sts-blog__kicker {
  font-size: 13px;
  line-height: 1.4 !important;
  font-weight: 500;
  color: var(--sts-muted);
  margin: 0 0 8px;
}

.sts-blog .sts-blog__kicker-note {
  font-size: 14px;
  line-height: 1.45 !important;
  color: var(--sts-muted);
  margin: 0 0 18px;
}

.sts-blog .sts-blog__h1 {
  font-size: 42px;
  line-height: 1.1 !important;
  color: var(--sts-blue);
  margin: 0;
  font-weight: 600;
}

.sts-blog .sts-blog__subtitle {
  font-size: 18px;
  line-height: 1.45 !important;
  color: var(--sts-ink);
  margin: 10px 0 0;
  max-width: 460px;
}

.sts-blog .sts-blog__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
}

.sts-blog .sts-blog__btn:focus-visible,
.sts-blog .sts-blog__more:focus-visible,
.sts-blog .sts-blog__title a:focus-visible,
.sts-blog .sts-blog__media:focus-visible,
.sts-blog .sts-blog__meta a:focus-visible,
.sts-blog .sts-blog__all-link:focus-visible,
.sts-blog .sts-blog__all-list a:focus-visible {
  outline: 2px solid var(--sts-blue);
  outline-offset: 3px;
}

.sts-blog .sts-blog__btn-arrow,
.sts-blog .sts-blog__more-arrow {
  font-size: 18px;
  line-height: 1;
}

/* --- Intro (white, not a landing hero) --- */

.sts-blog .sts-blog__intro {
  background: #fff;
  padding: 118px 0 28px;
  overflow: hidden;
}

.sts-blog .sts-blog__intro-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  position: relative;
  z-index: 1;
  align-items: start;
}

.sts-blog .sts-blog__intro-deco {
  display: none;
  position: absolute;
  right: -24px;
  top: 8px;
  width: 380px;
  height: auto;
  color: var(--sts-green);
  opacity: 0.1;
  pointer-events: none;
  z-index: 0;
}

/* --- Featured group --- */

.sts-blog .sts-blog__list {
  background: #fff;
  padding: 8px 0 56px;
}

.sts-blog .sts-blog__empty {
  padding: 12px 0 8px;
  color: var(--sts-muted);
  font-size: 16px;
  line-height: 1.6 !important;
}

.sts-blog .sts-blog__empty p {
  margin: 0 0 8px;
}

.sts-blog .sts-blog__empty-admin {
  font-size: 14px;
  color: var(--sts-ink);
}

.sts-blog .sts-blog__featured {
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
  align-items: start;
}

.sts-blog .sts-blog__lead,
.sts-blog .sts-blog__stack {
  min-width: 0;
}

.sts-blog .sts-blog__stack {
  display: flex;
  flex-direction: column;
}

.sts-blog .sts-blog__stack .sts-blog__card + .sts-blog__card {
  margin-top: 28px;
  padding-top: 28px;
  border-top: 1px solid var(--sts-line);
}

.sts-blog .sts-blog__card {
  min-width: 0;
  background: transparent;
  box-shadow: none;
}

.sts-blog .sts-blog__media {
  display: block;
  min-width: 0;
  margin: 0 0 16px;
}

.sts-blog .sts-blog__card--lead .sts-blog__media {
  margin-bottom: 18px;
}

.sts-blog .sts-blog__img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
  display: block;
  border-radius: 8px;
}

.sts-blog .sts-blog__body {
  min-width: 0;
}

.sts-blog .sts-blog__meta {
  font-size: 12px;
  line-height: 1.5 !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #4f7a57;
  margin: 0 0 8px;
}

.sts-blog .sts-blog__meta a {
  color: inherit;
  text-decoration: none;
}

.sts-blog .sts-blog__meta a:hover {
  color: var(--sts-green);
}

.sts-blog .sts-blog__title {
  font-size: 22px;
  line-height: 1.3 !important;
  font-weight: 600;
  color: var(--sts-blue);
  margin: 0 0 10px;
  overflow-wrap: anywhere;
}

.sts-blog .sts-blog__card--lead .sts-blog__title {
  font-size: 26px;
}

.sts-blog .sts-blog__title a {
  color: inherit;
  text-decoration: none;
}

.sts-blog .sts-blog__title a:hover {
  color: var(--sts-green);
}

.sts-blog .sts-blog__excerpt {
  font-size: 16px;
  line-height: 1.6 !important;
  color: var(--sts-ink);
  margin: 0 0 14px;
}

.sts-blog .sts-blog__card--stack .sts-blog__excerpt,
.sts-blog .sts-blog__card--grid .sts-blog__excerpt {
  font-size: 15px;
}

.sts-blog .sts-blog__more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--sts-green);
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.sts-blog .sts-blog__more:hover {
  color: var(--sts-blue);
}

/* --- More to explore --- */

.sts-blog .sts-blog__more-head {
  border-top: 1px solid var(--sts-line);
  padding-top: 24px;
  margin-top: 28px;
}

.sts-blog .sts-blog__more-head .sts-blog__h2 {
  margin-bottom: 0;
}

.sts-blog .sts-blog__h2 {
  font-size: 32px;
  line-height: 1.15 !important;
  color: var(--sts-blue);
  margin: 0 0 28px;
  font-weight: 600;
}

.sts-blog .sts-blog__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px 32px;
  margin-top: 28px;
}

.sts-blog .sts-blog__all {
  background: #fff;
  padding: 0 0 56px;
}

.sts-blog .sts-blog__all-inner {
  padding-top: 28px;
  border-top: 1px solid var(--sts-line);
  min-width: 0;
}

.sts-blog .sts-blog__all-heading {
  font-size: 28px;
  line-height: 1.2 !important;
  color: var(--sts-blue);
  margin: 0 0 10px;
  font-weight: 600;
}

.sts-blog .sts-blog__all-note {
  font-size: 15px;
  line-height: 1.5 !important;
  color: var(--sts-muted);
  margin: 0 0 14px;
  max-width: 36em;
}

.sts-blog .sts-blog__all-action {
  margin: 0;
}

.sts-blog .sts-blog__all-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 500;
  color: var(--sts-green);
  text-decoration: none;
}

.sts-blog .sts-blog__all-link:hover {
  color: var(--sts-ink);
}

.sts-blog .sts-blog__all-list {
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
}

.sts-blog .sts-blog__all-list li {
  margin: 0;
  padding: 10px 0;
  border-top: 1px solid var(--sts-line);
}

.sts-blog .sts-blog__all-list a {
  color: var(--sts-ink);
  text-decoration: none;
  font-weight: 500;
}

.sts-blog .sts-blog__all-list a:hover {
  color: var(--sts-blue);
}

/* --- Closing CTA (pale-green inset, not a full-width blue band) --- */

.sts-blog .sts-blog__cta {
  background: #fff;
  color: var(--sts-ink);
  padding: 8px 0 72px;
}

.sts-blog .sts-blog__cta-panel {
  position: relative;
  z-index: 1;
  background: var(--sts-green-soft);
  border-radius: 6px;
  padding: 32px 28px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  grid-template-areas:
    "icon copy"
    "action action";
  gap: 20px 24px;
  align-items: center;
  overflow: hidden;
}

.sts-blog .sts-blog__cta-icon {
  grid-area: icon;
  width: 44px;
  color: var(--sts-green);
  position: relative;
  z-index: 1;
}

.sts-blog .sts-blog__cta-icon svg {
  display: block;
  width: 44px;
  height: 44px;
}

.sts-blog .sts-blog__cta-copy {
  grid-area: copy;
  position: relative;
  z-index: 1;
  min-width: 0;
  border-left: 1px solid rgba(35, 125, 49, 0.28);
  padding-left: 24px;
}

.sts-blog .sts-blog__cta-action {
  grid-area: action;
  position: relative;
  z-index: 1;
}

.sts-blog .sts-blog__cta-copy .sts-blog__eyebrow {
  margin-bottom: 8px;
}

.sts-blog .sts-blog__cta-heading {
  font-size: 26px;
  line-height: 1.2 !important;
  color: var(--sts-blue);
  margin: 0;
  font-weight: 600;
}

.sts-blog .sts-blog__cta-text {
  font-size: 15px;
  line-height: 1.55 !important;
  color: var(--sts-ink);
  margin: 8px 0 0;
  max-width: 640px;
}

.sts-blog .sts-blog__cta-deco {
  display: none;
  position: absolute;
  right: -20px;
  top: -16px;
  width: 260px;
  height: auto;
  color: var(--sts-green);
  opacity: 0.1;
  pointer-events: none;
  z-index: 0;
  grid-area: 1 / 1 / -1 / -1;
  justify-self: end;
  align-self: start;
}

/* --- responsive --- */

@media screen and (min-width: 767px) {
  .sts-blog .sts-blog__intro-deco,
  .sts-blog .sts-blog__cta-deco {
    display: block;
  }

  .sts-blog .sts-blog__h1 {
    font-size: 52px;
  }

  .sts-blog .sts-blog__h2 {
    font-size: 40px;
  }

  .sts-blog .sts-blog__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 36px 28px;
  }

  .sts-blog .sts-blog__cta-panel {
    padding: 32px 36px;
  }
}

@media screen and (min-width: 990px) {
  .sts-blog .sts-blog__intro {
    padding: 124px 0 32px;
  }

  .sts-blog .sts-blog__intro-grid {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 32px 48px;
    align-items: center;
  }

  .sts-blog .sts-blog__h1 {
    font-size: 64px;
  }

  .sts-blog .sts-blog__subtitle {
    font-size: 20px;
  }

  .sts-blog .sts-blog__h2 {
    font-size: 48px;
    margin-bottom: 32px;
  }

  .sts-blog .sts-blog__magazine {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr);
    column-gap: 44px;
    row-gap: 28px;
    align-items: start;
  }

  .sts-blog .sts-blog__kicker {
    grid-column: 1 / -1;
  }

  .sts-blog .sts-blog__empty {
    grid-column: 1 / -1;
  }

  .sts-blog .sts-blog__featured {
    display: contents;
  }

  .sts-blog .sts-blog__lead-col {
    grid-column: 1;
    display: flex;
    flex-direction: column;
    gap: 84px;
  }

  .sts-blog .sts-blog__card--lead .sts-blog__media {
    margin-bottom: 74px;
  }

  .sts-blog .sts-blog__more-head {
    margin-top: 0;
    padding-top: 188px;
  }

  .sts-blog .sts-blog__stack {
    grid-column: 2;
  }

  .sts-blog .sts-blog__grid {
    grid-column: 1 / -1;
    margin-top: 0;
  }

  .sts-blog .sts-blog__featured--solo {
    grid-template-columns: minmax(0, 1.5fr);
  }

  .sts-blog .sts-blog__card--lead .sts-blog__title {
    font-size: 32px;
  }

  .sts-blog .sts-blog__card--stack .sts-blog__title,
  .sts-blog .sts-blog__card--grid .sts-blog__title {
    font-size: 22px;
  }

  .sts-blog .sts-blog__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 36px 32px;
  }

  .sts-blog .sts-blog__cta-panel {
    grid-template-columns: auto minmax(0, 1fr) auto;
    grid-template-areas: "icon copy action";
    gap: 0 28px;
    padding: 36px 40px;
  }

  .sts-blog .sts-blog__cta-copy {
    padding-left: 28px;
  }

  .sts-blog .sts-blog__cta-heading {
    font-size: 28px;
  }
}

@media screen and (min-width: 1200px) {
  .sts-blog .sts-blog__h1 {
    font-size: 68px;
  }

  .sts-blog .sts-blog__card--lead .sts-blog__title {
    font-size: 33px;
  }
}

@media screen and (max-width: 989px) {
  .sts-blog .sts-blog__magazine {
    display: flex;
    flex-direction: column;
  }

  .sts-blog .sts-blog__featured,
  .sts-blog .sts-blog__lead-col {
    display: contents;
  }

  .sts-blog .sts-blog__kicker { order: 1; }
  .sts-blog .sts-blog__kicker-note { order: 1; }
  .sts-blog .sts-blog__empty { order: 2; }
  .sts-blog .sts-blog__lead { order: 2; }
  .sts-blog .sts-blog__stack { order: 3; }
  .sts-blog .sts-blog__more-head { order: 4; }
  .sts-blog .sts-blog__grid { order: 5; }
}

@media screen and (max-width: 766px) {
  .sts-blog .sts-blog__intro {
    padding: 112px 0 24px;
  }

  .sts-blog .sts-blog__h1 {
    font-size: 40px;
  }

  .sts-blog .sts-blog__subtitle {
    font-size: 17px;
    max-width: none;
  }

  .sts-blog .sts-blog__h2 {
    font-size: 28px;
  }

  .sts-blog .sts-blog__all-heading {
    font-size: 24px;
  }

  .sts-blog .sts-blog__card--lead .sts-blog__title {
    font-size: 24px;
  }

  .sts-blog .sts-blog__title {
    font-size: 21px;
  }

  .sts-blog .sts-blog__cta {
    padding-bottom: 56px;
  }

  .sts-blog .sts-blog__cta-panel {
    grid-template-columns: 1fr;
    grid-template-areas:
      "icon"
      "copy"
      "action";
    padding: 28px 22px;
  }

  .sts-blog .sts-blog__cta-copy {
    border-left: 0;
    padding-left: 0;
    border-top: 1px solid rgba(35, 125, 49, 0.28);
    padding-top: 16px;
  }

  .sts-blog .sts-blog__cta-heading {
    font-size: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sts-blog .sts-blog__btn,
  .sts-blog .sts-blog__more,
  .sts-blog .sts-blog__title a {
    transition: none;
  }
}

/* =========================================================
   Single post — magazine article. All rules scoped under .sts-article
   (layout: template-parts/content-single.php + inc/article-single.php)
   Theme breakpoints: sm 767 / md 990 / lg 1200
   Header fixed 82px. Do not redefine global .container / .btn / .sts-blog / .sts-about / default .sts-faq
   ========================================================= */

.sts-article {
  --sts-ink: #263238;
  --sts-muted: #55636b;
  --sts-blue: #4371a7;
  --sts-green: #237d31;
  --sts-green-soft: #e1efe2;
  --sts-line: #d5dde3;
  color: var(--sts-ink);
  background: #fff;
  overflow-x: clip;
}

.sts-article .sts-article__wrap {
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  min-width: 0;
}

.sts-article .sts-article__column {
  width: 100%;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.sts-article .sts-article__hero,
.sts-article .sts-article__opener,
.sts-article .sts-article__toc,
.sts-article .sts-article__body {
  position: relative;
}

.sts-article .sts-article__hero {
  padding: 118px 0 8px;
  overflow: hidden;
}

.sts-article .sts-article__particles {
  pointer-events: none;
}

.sts-article .sts-article__back {
  margin: 0 0 18px;
}

.sts-article .sts-article__back a {
  font-size: 14px;
  line-height: 1.4;
  color: var(--sts-blue);
  text-decoration: none;
}

.sts-article .sts-article__back a:hover {
  text-decoration: underline;
}

.sts-article .sts-article__back a:focus-visible,
.sts-article .sts-article__toc-row a:focus-visible,
.sts-article .sts-article__related-item:focus-visible,
.sts-article .sts-article__cta-btn:focus-visible,
.sts-article .entry-content a:focus-visible {
  outline: 2px solid var(--sts-blue);
  outline-offset: 2px;
}

.sts-article .sts-article__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin: 0 0 12px;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sts-green);
}

.sts-article .sts-article__cat,
.sts-article .sts-article__read {
  color: inherit;
}

.sts-article .sts-article__title {
  font-size: 42px;
  line-height: 1.12 !important;
  font-weight: 600;
  color: var(--sts-blue);
  margin: 0;
  max-width: min(12.4em, 100%);
  text-align: left;
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: normal;
}

.sts-article .sts-article__modified {
  margin: 10px 0 0;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 400;
  color: var(--sts-muted);
  overflow-wrap: anywhere;
  word-break: break-word;
}

.sts-article .sts-article__modified time {
  display: inline;
}

.sts-article .sts-article__opener {
  padding: 28px 0 8px;
}

.sts-article .sts-article__opener-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: start;
  position: relative;
  z-index: 1;
}

.sts-article .sts-article__infocus {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 14px;
  font-size: 11px;
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--sts-green);
}

.sts-article .sts-article__infocus::after {
  content: "";
  flex: 1 1 auto;
  height: 1px;
  background: var(--sts-green);
  min-width: 40px;
}

.sts-article .sts-article__intro-text {
  margin: 0;
  font-size: 22px;
  line-height: 1.45 !important;
  color: var(--sts-ink);
}

.sts-article .sts-article__intro,
.sts-article .sts-article__media {
  margin: 0;
  min-width: 0;
  max-width: 100%;
}

.sts-article .sts-article__featured-img,
.sts-article img.blog-featured-img {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  border-radius: 4px;
}

.sts-article .sts-article__caption {
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 1.45;
  color: var(--sts-muted);
}

.sts-article .sts-article__credit {
  display: block;
  margin: 6px 0 0;
  font-size: 11px;
  line-height: 1.3;
  color: var(--sts-muted);
  text-align: right;
}

.sts-article .sts-article__caption + .sts-article__credit {
  margin-top: 4px;
}

.sts-article .sts-article__toc {
  margin: 20px 0 8px;
}

.sts-article .sts-article__toc-row.sts-article__toc-row--desktop {
  display: none;
}

.sts-article .sts-article__toc-box {
  margin: 0;
  border-top: 1px solid var(--sts-line);
  border-bottom: 1px solid var(--sts-line);
  padding: 12px 0;
}

.sts-article .sts-article__toc-box--mobile {
  display: block;
}

.sts-article .sts-article__toc-summary {
  cursor: pointer;
  list-style: none;
  font-size: 14px;
  font-weight: 600;
  color: var(--sts-blue);
}

.sts-article .sts-article__toc-summary::-webkit-details-marker {
  display: none;
}

.sts-article .sts-article__toc-summary::marker {
  content: none;
}

.sts-article .sts-article__toc-row {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 10px 22px;
  padding-top: 12px;
  min-width: 0;
}

.sts-article .sts-article__toc-label {
  font-size: 11px;
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sts-green);
  flex: 0 0 auto;
}

.sts-article .sts-article__toc-row a {
  font-size: 14px;
  line-height: 1.35;
  color: var(--sts-blue);
  text-decoration: none;
  min-width: 0;
  overflow-wrap: break-word;
}

.sts-article .sts-article__toc-row a:hover {
  text-decoration: underline;
}

.sts-article .sts-article__body {
  padding: 28px 0 72px;
}

.sts-article .entry-content {
  font-size: 18px;
  line-height: 1.7;
  color: var(--sts-ink);
}

.sts-article .entry-content p,
.sts-article .entry-content ul,
.sts-article .entry-content ol {
  margin-bottom: 1.35em;
}

.sts-article .entry-content h2 {
  font-size: 30px;
  line-height: 1.25;
  color: var(--sts-blue);
  margin-top: 2.1em;
  margin-bottom: 0.55em;
  scroll-margin-top: 96px;
}

.sts-article .entry-content h3 {
  font-size: 22px;
  color: var(--sts-blue);
  scroll-margin-top: 96px;
}

.sts-article .entry-content a {
  color: var(--sts-green);
}

.sts-article .entry-content img {
  max-width: 100%;
  height: auto;
}

.sts-article .entry-content .sts-article__dropcap::first-letter {
  float: left;
  font-size: 3.35em;
  line-height: 0.78;
  font-weight: 600;
  color: var(--sts-blue);
  padding: 6px 10px 0 0;
}

.sts-article .entry-content blockquote {
  background: var(--sts-green-soft);
  border-left: 4px solid var(--sts-green);
  margin: 28px 0;
  padding: 18px 22px;
  border-radius: 0 6px 6px 0;
}

.sts-article .entry-content blockquote p:last-child {
  margin-bottom: 0;
}

.sts-article .sts-article__faq {
  margin-top: 48px;
}

.sts-article .sts-faq,
.sts-article .sts-article__related {
  scroll-margin-top: 96px;
}

/* Article FAQ: thin full-width rows. Does not change default .sts-faq (home/about). */
.sts-article .sts-faq.sts-faq--article {
  max-width: none;
  margin: 0;
  gap: 18px;
}

.sts-article .sts-faq.sts-faq--article .sts-faq__title {
  font-size: 30px;
  line-height: 1.25;
}

.sts-article .sts-faq.sts-faq--article .sts-faq__list {
  gap: 0;
}

.sts-article .sts-faq.sts-faq--article .sts-faq__item {
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--sts-line);
  border-radius: 0;
}

.sts-article .sts-faq.sts-faq--article .sts-faq__trigger {
  padding: 16px 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--sts-ink);
}

.sts-article .sts-faq.sts-faq--article .sts-faq__trigger:hover {
  background: transparent;
  border-radius: 0;
}

.sts-article .sts-faq.sts-faq--article .sts-faq__trigger::after {
  color: #888;
  font-size: 18px;
}

.sts-article .sts-faq.sts-faq--article .sts-faq__a {
  padding: 0 0 16px;
  border-top: 0;
  font-size: 15px;
  line-height: 1.65;
  color: var(--sts-muted);
}

.sts-article .sts-article__related {
  margin-top: 48px;
}

.sts-article .sts-article__related-heading {
  font-size: 30px;
  line-height: 1.25 !important;
  color: var(--sts-blue);
  margin: 0 0 20px;
}

.sts-article .sts-article__related-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.sts-article .sts-article__related-item {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  text-decoration: none;
  color: inherit;
  min-width: 0;
}

.sts-article .sts-article__related-item:hover .sts-article__related-title {
  color: var(--sts-blue);
}

.sts-article .sts-article__related-thumb {
  display: block;
  width: 88px;
  height: 72px;
  border-radius: 4px;
  overflow: hidden;
  background: #f3f6f4;
}

.sts-article .sts-article__related-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sts-article .sts-article__related-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  min-width: 0;
}

.sts-article .sts-article__related-title {
  font-size: 16px;
  line-height: 1.35;
  font-weight: 600;
  color: var(--sts-ink);
}

.sts-article .sts-article__related-arrow {
  color: var(--sts-blue);
  font-size: 16px;
  line-height: 1;
}

.sts-article .sts-article__cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px 32px;
  background: var(--sts-green-soft);
  border-radius: 6px;
  padding: 28px 32px;
  margin-top: 40px;
}

.sts-article .sts-article__cta-copy {
  min-width: 0;
  flex: 1 1 240px;
}

.sts-article .sts-article__cta-heading {
  font-size: 26px;
  line-height: 1.2 !important;
  color: var(--sts-blue);
  margin: 0;
  font-weight: 600;
}

.sts-article .sts-article__cta-text {
  margin: 8px 0 0;
  font-size: 15px;
  line-height: 1.55 !important;
  color: var(--sts-ink);
  max-width: 42em;
}

.sts-article .sts-article__cta-action {
  flex: 0 0 auto;
}

.sts-article .sts-article__cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
  text-decoration: none;
}

.sts-article .sts-article__cta-arrow {
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .sts-article .sts-article__title {
    font-size: 48px;
  }

  .sts-article .sts-article__toc-row.sts-article__toc-row--desktop {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 8px 20px;
    padding: 14px 0;
    border-top: 1px solid var(--sts-line);
    border-bottom: 1px solid var(--sts-line);
  }

  .sts-article .sts-article__toc-box--mobile {
    display: none;
  }

  .sts-article .sts-article__related-list {
    grid-template-columns: 1fr 1fr;
    gap: 0 0;
  }

  .sts-article .sts-article__related-item:not(:first-child) {
    border-left: 1px solid var(--sts-line);
    padding-left: 28px;
    margin-left: 8px;
  }
}

@media screen and (min-width: 990px) {
  .sts-article .sts-article__opener-grid--split {
    grid-template-columns: minmax(220px, 28%) minmax(0, 1fr);
    gap: 44px;
    align-items: start;
  }

  .sts-article .sts-article__intro-text {
    font-size: 23px;
  }
}

@media screen and (min-width: 1200px) {
  .sts-article .sts-article__title {
    font-size: 52px;
  }

  .sts-article .entry-content h2,
  .sts-article .sts-faq.sts-faq--article .sts-faq__title,
  .sts-article .sts-article__related-heading {
    font-size: 32px;
  }
}

@media screen and (max-width: 767px) {
  .sts-article .sts-article__hero {
    padding: 108px 0 8px;
  }

  .sts-article .sts-article__title {
    font-size: 32px;
    max-width: 100%;
    width: 100%;
  }

  .sts-article .sts-article__modified {
    max-width: 100%;
  }

  .sts-article .sts-article__intro-text {
    font-size: 18px;
  }

  .sts-article .entry-content {
    font-size: 17px;
    line-height: 1.65;
  }

  .sts-article .entry-content h2 {
    font-size: 24px;
  }

  .sts-article .entry-content .sts-article__dropcap::first-letter {
    font-size: 2.4em;
    padding: 4px 8px 0 0;
  }

  .sts-article .sts-faq.sts-faq--article .sts-faq__title,
  .sts-article .sts-article__related-heading {
    font-size: 24px;
  }

  .sts-article .sts-article__cta {
    padding: 22px;
  }

  .sts-article .sts-article__cta-heading {
    font-size: 22px;
  }

  .sts-article .sts-article__cta-btn {
    white-space: normal;
  }

  .sts-article .sts-article__body {
    padding-bottom: 56px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sts-article .sts-article__back a,
  .sts-article .sts-article__toc-row a,
  .sts-article .sts-article__related-item,
  .sts-article .sts-article__cta-btn {
    transition: none;
  }
}

html:has(.sts-article) {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html:has(.sts-article) {
    scroll-behavior: auto;
  }
}

/* Yoast visible breadcrumbs — HTML trail only, not a second BreadcrumbList */
#main {
  position: relative;
}

.sts-breadcrumbs {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 40;
  padding: 90px 0 0;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 400;
  color: #6b7c86;
  pointer-events: none;
}

.sts-breadcrumbs__inner {
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.sts-breadcrumbs span,
.sts-breadcrumbs p {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}

.sts-breadcrumbs a {
  position: relative;
  z-index: 41;
  pointer-events: auto;
  color: #6b7c86;
  text-decoration: none;
}

.sts-breadcrumbs a:hover,
.sts-breadcrumbs a:focus-visible {
  color: #4371a7;
  text-decoration: underline;
}

.sts-breadcrumbs a:focus-visible {
  outline: 2px solid #4371a7;
  outline-offset: 2px;
}

.sts-breadcrumbs .breadcrumb_last {
  color: #55636b;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .sts-breadcrumbs + section.container {
    padding-top: 136px !important;
  }

  .sts-breadcrumbs + article.sts-article .sts-article__hero {
    padding-top: 148px;
  }
}

/* =========================================================
   Health Analysis Tool — public landing
   All page rules scoped under .sts-tool
   (layout: blocks/analysis/block-tool-landing.php, copy: ACF)
   Theme breakpoints: sm 767 / md 990 / lg 1200
   ========================================================= */

.sts-tool {
  --sts-ink: #263238;
  --sts-muted: #55636b;
  --sts-blue: #4371a7;
  --sts-green: #237d31;
  --sts-green-soft: #e1efe2;
  --sts-grey-soft: #f5f8fa;
  --sts-panel: #f3f8fa;
  --sts-panel-border: #cfe0ea;
  --sts-line: #cbd5de;
  color: var(--sts-ink);
}

.sts-tool section {
  position: relative;
}

.sts-tool .sts-tool__wrap {
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

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

.sts-tool .sts-tool__eyebrow {
  font-size: 12px;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #4f7a57;
  margin: 0 0 18px;
}

.sts-tool .sts-tool__h1 {
  font-size: 56px;
  line-height: 1.1;
  color: var(--sts-blue);
  margin: 0 0 18px;
}

.sts-tool .sts-tool__h2 {
  font-size: 42px;
  line-height: 1.15;
  color: var(--sts-blue);
  margin: 0;
}

.sts-tool .sts-tool__h2--white {
  color: #fff;
}

.sts-tool .sts-tool__lead {
  font-size: 17px;
  line-height: 1.65;
  color: var(--sts-ink);
  margin: 0 0 22px;
  max-width: 520px;
}

.sts-tool .sts-tool__intro {
  font-size: 16px;
  line-height: 1.65;
  color: var(--sts-ink);
  margin: 14px 0 0;
  max-width: 640px;
}

.sts-tool .sts-tool__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  text-decoration: none;
}

.sts-tool .sts-tool__btn:focus-visible {
  outline: 2px solid var(--sts-blue);
  outline-offset: 3px;
}

.sts-tool .sts-tool__btn-arrow {
  font-size: 18px;
  line-height: 1;
}

.sts-tool .sts-tool__note {
  font-size: 14px;
  line-height: 1.5;
  color: var(--sts-muted);
  margin: 14px 0 0;
}

.sts-tool .sts-tool__secondary {
  display: inline-block;
  margin-top: 18px;
  font-size: 15px;
  font-weight: 500;
  color: var(--sts-blue);
  text-decoration: none;
}

.sts-tool .sts-tool__secondary:hover,
.sts-tool .sts-tool__secondary:focus-visible {
  text-decoration: underline;
}

.sts-tool .sts-tool__secondary:focus-visible {
  outline: 2px solid var(--sts-blue);
  outline-offset: 3px;
}

/* --- hero --- */

.sts-tool .sts-tool__hero {
  background: #fff;
  padding: 128px 0 48px;
}

.sts-tool .sts-tool__hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: start;
}

.sts-tool .sts-tool__panel {
  background: var(--sts-panel);
  border: 1px solid var(--sts-panel-border);
  border-radius: 8px;
  padding: 16px 24px 12px;
}

.sts-tool .sts-tool__logo {
  display: block;
  width: auto;
  height: 28px;
  margin-bottom: 16px;
}

.sts-tool .sts-tool__panel-kicker {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 600;
  color: var(--sts-ink);
  margin: 0 0 6px;
}

.sts-tool .sts-tool__panel-caption {
  font-size: 14px;
  line-height: 1.5;
  color: var(--sts-muted);
  margin: 0 0 18px;
}

.sts-tool .sts-tool__stage {
  display: flex;
  align-items: stretch;
  gap: 12px;
  margin-bottom: 18px;
}

.sts-tool .sts-tool__photo {
  flex: 1 1 auto;
  min-width: 0;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--sts-panel-border);
}

.sts-tool .sts-tool__photo-img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.sts-tool .sts-tool__tools {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  flex: 0 0 auto;
}

.sts-tool .sts-tool__tool {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  width: 52px;
  padding: 8px 4px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid var(--sts-panel-border);
  color: var(--sts-green);
  font-size: 10px;
  line-height: 1.2;
  pointer-events: none;
}

.sts-tool .sts-tool__tool svg {
  width: 18px;
  height: 18px;
}

.sts-tool .sts-tool__preview-rows {
  display: grid;
  gap: 8px;
  margin-bottom: 14px;
}

.sts-tool .sts-tool__preview-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  background: #fff;
  border: 1px solid var(--sts-panel-border);
  border-radius: 6px;
}

.sts-tool .sts-tool__preview-label {
  font-size: 13px;
  font-weight: 600;
  color: var(--sts-ink);
}

.sts-tool .sts-tool__preview-value {
  font-size: 13px;
  color: var(--sts-muted);
  text-align: right;
}

.sts-tool .sts-tool__badge {
  display: inline-block;
  margin: 0 0 10px;
  padding: 4px 10px;
  border-radius: 9999px;
  background: var(--sts-green-soft);
  color: var(--sts-green);
  font-size: 12px;
  font-weight: 600;
}

.sts-tool .sts-tool__panel-foot {
  font-size: 12px;
  line-height: 1.5;
  color: var(--sts-muted);
  margin: 0;
}

/* --- benefits --- */

.sts-tool .sts-tool__benefits {
  background: var(--sts-green-soft);
  padding: 44px 0;
}

.sts-tool .sts-tool__benefits-grid {
  display: grid;
  grid-template-columns: 1fr;
}

.sts-tool .sts-tool__benefit {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 22px 0;
  border-top: 1px solid rgba(35, 125, 49, 0.22);
}

.sts-tool .sts-tool__benefit:first-child {
  border-top: 0;
  padding-top: 0;
}

.sts-tool .sts-tool__benefit:last-child {
  padding-bottom: 0;
}

.sts-tool .sts-tool__benefit-icon {
  flex: 0 0 auto;
  color: var(--sts-green);
  margin-top: 2px;
}

.sts-tool .sts-tool__benefit-icon svg {
  width: 26px;
  height: 26px;
}

.sts-tool .sts-tool__benefit-title {
  font-size: 17px;
  line-height: 1.3;
  color: var(--sts-ink);
  margin: 0 0 6px;
}

.sts-tool .sts-tool__benefit-text {
  font-size: 14px;
  line-height: 1.55;
  color: var(--sts-muted);
  margin: 0;
  max-width: 300px;
}

/* --- process --- */

.sts-tool .sts-tool__process {
  background: #fff;
  padding: 72px 0 80px;
  scroll-margin-top: 96px;
}

.sts-tool .sts-tool__steps {
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin-top: 36px;
}

.sts-tool .sts-tool__step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 9999px;
  background: var(--sts-green);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-bottom: 16px;
}

.sts-tool .sts-tool__step-title {
  font-size: 22px;
  line-height: 1.25;
  color: var(--sts-blue);
  margin: 0 0 12px;
}

.sts-tool .sts-tool__step-text {
  font-size: 15px;
  line-height: 1.6;
  color: var(--sts-ink);
  margin: 0;
  max-width: 340px;
}

.sts-tool .sts-tool__step-arrow {
  display: none;
  color: #9fb3c4;
}

.sts-tool .sts-tool__step-arrow svg {
  width: 40px;
  height: 24px;
}

/* --- results --- */

.sts-tool .sts-tool__results {
  background: var(--sts-panel);
  padding: 72px 0 80px;
}

.sts-tool .sts-tool__results-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
}

.sts-tool .sts-tool__result-list {
  display: grid;
  gap: 22px;
}

.sts-tool .sts-tool__result-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.sts-tool .sts-tool__result-icon {
  flex: 0 0 auto;
  color: var(--sts-green);
  margin-top: 2px;
}

.sts-tool .sts-tool__result-icon svg {
  width: 26px;
  height: 26px;
}

.sts-tool .sts-tool__result-title {
  font-size: 17px;
  line-height: 1.3;
  color: var(--sts-ink);
  margin: 0 0 6px;
}

.sts-tool .sts-tool__result-text {
  font-size: 14px;
  line-height: 1.55;
  color: var(--sts-muted);
  margin: 0;
}

.sts-tool .sts-tool__scores-note,
.sts-tool .sts-tool__disclaimer {
  font-size: 14px;
  line-height: 1.5;
  color: var(--sts-muted);
  margin: 18px 0 0;
}

.sts-tool .sts-tool__disclaimer {
  font-weight: 600;
  color: var(--sts-ink);
}

/* --- FAQ --- */

.sts-tool .sts-tool__faq {
  background: #fff;
  padding: 64px 0;
}

/* --- closing CTA --- */

.sts-tool .sts-tool__cta {
  background: var(--sts-blue);
  color: #fff;
  padding: 72px 0;
  overflow: hidden;
}

.sts-tool .sts-tool__cta-inner {
  position: relative;
  z-index: 1;
}

.sts-tool .sts-tool__cta-text {
  font-size: 17px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.92);
  margin: 18px 0 30px;
  max-width: 620px;
}

.sts-tool .sts-tool__cta-note {
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.82);
  margin: 16px 0 0;
}

.sts-tool .sts-tool__cta-deco {
  display: none;
  position: absolute;
  right: -40px;
  top: -30px;
  width: 420px;
  height: auto;
  color: #fff;
  opacity: 0.08;
  pointer-events: none;
}

.sts-tool .sts-tool__btn--white {
  background: #fff;
  color: var(--sts-green);
  border: 1px solid #fff;
}

.sts-tool .sts-tool__btn--white:hover {
  background: transparent;
  color: #fff;
}

.sts-tool .sts-tool__btn--white:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

@media screen and (min-width: 767px) {
  .sts-tool .sts-tool__steps {
    flex-direction: row;
    align-items: flex-start;
    gap: 8px;
  }

  .sts-tool .sts-tool__step {
    flex: 1 1 0;
    min-width: 0;
  }

  .sts-tool .sts-tool__step-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    padding-top: 8px;
  }

  .sts-tool .sts-tool__cta-deco {
    display: block;
  }
}

@media screen and (min-width: 990px) {
  .sts-tool .sts-tool__benefits-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .sts-tool .sts-tool__benefit {
    border-top: 0;
    border-left: 1px solid rgba(35, 125, 49, 0.22);
    padding: 4px 32px;
  }

  .sts-tool .sts-tool__benefit:first-child {
    border-left: 0;
    padding-left: 0;
  }

  .sts-tool .sts-tool__benefit:last-child {
    padding-right: 0;
  }

  .sts-tool .sts-tool__results-grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
    gap: 64px;
    align-items: start;
  }
}

@media screen and (min-width: 1200px) {
  .sts-tool .sts-tool__hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
    gap: 64px;
    align-items: start;
  }

  .sts-tool .sts-tool__hero-copy {
    transform: translateY(75px);
  }

  .sts-tool .sts-tool__panel {
    transform: translateY(-40px);
  }

  .sts-tool .sts-tool__photo-img {
    height: 260px;
  }
}

@media screen and (max-width: 990px) {
  .sts-tool .sts-tool__hero {
    padding: 118px 0 40px;
  }

  .sts-tool .sts-tool__h1 {
    font-size: 46px;
  }

  .sts-tool .sts-tool__h2 {
    font-size: 36px;
  }
}

@media screen and (max-width: 767px) {
  .sts-tool .sts-tool__hero {
    padding: 116px 0 36px;
  }

  .sts-tool .sts-tool__h1 {
    font-size: 36px;
  }

  .sts-tool .sts-tool__h2 {
    font-size: 30px;
  }

  .sts-tool .sts-tool__lead {
    font-size: 16px;
  }

  .sts-tool .sts-tool__benefits,
  .sts-tool .sts-tool__faq {
    padding: 40px 0;
  }

  .sts-tool .sts-tool__process,
  .sts-tool .sts-tool__results {
    padding: 52px 0 60px;
  }

  .sts-tool .sts-tool__cta {
    padding: 56px 0;
  }

  .sts-tool .sts-tool__cta-deco {
    display: none;
  }

  .sts-tool .sts-tool__btn {
    width: 100%;
    max-width: 100%;
    justify-content: center;
    text-align: center;
    white-space: normal;
  }

  .sts-tool .sts-tool__preview-row {
    flex-direction: column;
    gap: 4px;
  }

  .sts-tool .sts-tool__preview-value {
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sts-tool .sts-tool__btn {
    transition: none;
  }
}

/* =========================================================
   Coupon X widget (#tab-box-front-241) — global, not under .sts-tool
   Copy is in widget post meta (prm_cx_widget_data). Plugin PHP is untouched.
   Green submit already set above (#tab-box-front-241 .coupon-email-button).
   ========================================================= */

#tab-box-front-241.tab-box,
#tab-box-front-241.tab-box .tab-box-content,
#tab-box-front-241.tab-box .tab-box-content * {
  font-family: Inter, sans-serif !important;
}

#tab-box-front-241.tab-box .tab-box-content.type-email h4 {
  color: #4371a7 !important;
  font-weight: 600;
  line-height: 1.3;
}

#tab-box-front-241.tab-box .tab-box-content .coupon-description {
  color: #55636b;
}

#tab-box-front-241.tab-box a.coupon-tab-close {
  min-width: 32px;
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

#tab-box-front-241.tab-box .tab-icon {
  pointer-events: all;
  z-index: 10000;
}

#tab-box-front-241.tab-box .email-content-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.4;
  color: #263238;
}

#tab-box-front-241.tab-box .email-content-checkbox input[type='checkbox'] {
  flex: 0 0 auto;
  margin-top: 2px;
}

#tab-box-front-241.tab-box .form-wrap.hide {
  display: none !important;
}

/* Phones + tablet 768: bottom sheet, not full-fold overlay. 1024+ desktop unchanged. */
@media screen and (max-width: 768px) {
  #tab-box-front-241.tab-box.tab-front-box {
    width: calc(100vw - 24px) !important;
    max-width: calc(100vw - 24px) !important;
    max-height: 38vh;
    right: 12px !important;
    left: 12px !important;
    bottom: 12px !important;
    top: auto !important;
    margin: 0 !important;
    overflow: hidden;
  }

  #tab-box-front-241.tab-box.tab-front-box.couonapp-active .tab-icon {
    display: none;
  }

  #tab-box-front-241.tab-box.tab-front-box.couonapp-active {
    pointer-events: none;
  }

  #tab-box-front-241.tab-box.tab-front-box.couonapp-active .tab-box-content,
  #tab-box-front-241.tab-box.tab-front-box.couonapp-active .tab-icon,
  #tab-box-front-241.tab-box.tab-front-box.couonapp-active a.coupon-tab-close {
    pointer-events: all;
  }

  #tab-box-front-241.tab-box .tab-box-content.type-email,
  #tab-box-front-241.tab-box .tab-box-content.tab-box-email-content,
  #tab-box-front-241.tab-box .tab-box-content.tab-box-couponcode-content {
    width: 100% !important;
    max-width: 100% !important;
    max-height: 38vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
    padding: 16px 14px 14px !important;
    margin-bottom: 0;
  }

  #tab-box-front-241.tab-box .tab-box-content.type-email:before,
  #tab-box-front-241.tab-box .tab-box-content.type-email:after {
    display: none;
  }

  #tab-box-front-241.tab-box .tab-box-content.type-email h4 {
    font-size: 16px !important;
    margin: 0 28px 10px 0 !important;
  }

  #tab-box-front-241.tab-box .tab-box-content .coupon-description {
    margin: 8px 0 0 !important;
    font-size: 13px;
  }

  #tab-box-front-241.tab-box .tab-box-content .form-wrap.cx-form-wrap:not(.hide) {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    height: auto !important;
    gap: 10px;
    margin: 0 0 8px !important;
  }

  #tab-box-front-241.tab-box .tab-box-content .form-wrap:not(.hide) p {
    width: 100% !important;
    margin: 0 !important;
  }

  #tab-box-front-241.tab-box .tab-box-content .form-wrap:not(.hide) input,
  #tab-box-front-241.tab-box .tab-box-content .coupon-email-button {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
    float: none !important;
  }

  #tab-box-front-241.tab-box .email-content-checkbox {
    margin-top: 8px !important;
    position: relative;
    z-index: 1;
  }

  #tab-box-front-241.tab-box a.coupon-tab-close {
    position: absolute;
    top: 8px;
    right: 8px;
    float: none;
    z-index: 3;
    background: #fff;
    border-radius: 999px;
  }
}
