:root {
  --so-navy: #17263d;
  --so-navy-2: #22344e;
  --so-ink: #263446;
  --so-muted: #59677a;
  --so-line: #d8dfe7;
  --so-mist: #edf1f5;
  --so-soft: #f6f8fa;
  --so-ivory: #fbfaf7;
  --so-silver: #9ba8b7;
  --so-white: #fdfdfc;
  --so-ease: cubic-bezier(.16, 1, .3, 1);
  --so-shell: min(1240px, calc(100vw - 48px));
}

body.page-id-1143 {
  color: var(--so-ink);
  background: var(--so-white);
}

body.page-id-1143 ::selection {
  color: var(--so-white);
  background: var(--so-navy-2);
}

body.page-id-1143 #post-1143,
body.page-id-1143 #post-1143 .entry-content,
body.page-id-1143 .site-content,
body.page-id-1143 .main-page-wrapper {
  max-width: none;
  width: 100%;
  margin: 0;
  padding: 0;
}

body.page-id-1143 .page-title,
body.page-id-1143 .title-size-small,
body.page-id-1143 > .website-wrapper > .footer-container,
body.page-id-1143 .scrollToTop {
  display: none !important;
}

body.page-id-1143 .wd-logo img,
body.page-id-1143 .site-logo img {
  width: auto !important;
  max-width: 228px !important;
  max-height: 54px !important;
  object-fit: contain;
}

body.page-id-1143 .whb-general-header .whb-row {
  min-height: 76px;
}

.so-shell {
  width: var(--so-shell);
  margin-inline: auto;
}

.so-announcement {
  display: grid;
  position: relative;
  z-index: 41;
  width: 100%;
  height: 36px;
  min-height: 36px;
  place-items: center;
  overflow: hidden;
  color: #f4f7fa;
  background: var(--so-navy);
  font: 600 10px/1.2 "Avenir Next", Avenir, "Helvetica Neue", sans-serif;
  letter-spacing: .13em;
  text-transform: uppercase;
}

[aria-pressed="true"] > .so-motion-icon--pause {
  display: none;
}

[aria-pressed="true"] > .so-motion-icon--play {
  display: block;
}

.so-announcement__viewport {
  position: relative;
  width: min(calc(100% - 32px), 1240px);
  height: 36px;
  overflow: hidden;
}

.so-announcement__item {
  display: flex;
  position: absolute;
  inset: 0;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  overflow: hidden;
  color: #f4f7fa !important;
  opacity: 0;
  pointer-events: none;
  text-align: center;
  text-overflow: ellipsis;
  text-decoration: none;
  transform: translateY(5px);
  transition: opacity .32s ease, transform .32s cubic-bezier(.22, 1, .36, 1);
  white-space: nowrap;
}

.so-announcement__item.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.so-announcement a.so-announcement__item:hover,
.so-announcement a.so-announcement__item:focus-visible {
  color: #fff !important;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.starone-homepage1143 {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: clip;
  color: var(--so-ink);
  background: var(--so-white);
  font-family: "Avenir Next", Avenir, "Helvetica Neue", sans-serif;
  -webkit-font-smoothing: antialiased;
}

.starone-homepage1143 h1,
.starone-homepage1143 h2,
.starone-homepage1143 h3,
.starone-homepage1143 p,
.starone-homepage1143 figure {
  margin: 0;
}

.starone-homepage1143 h1,
.starone-homepage1143 h2,
.starone-homepage1143 h3 {
  color: inherit;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.starone-homepage1143 a {
  color: inherit;
  text-decoration: none;
}

.so-hero {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  color: var(--so-white);
  background: var(--so-navy);
}

.so-hero__viewport {
  position: relative;
  min-height: 620px;
}

.so-hero__slide {
  position: absolute;
  inset: 0;
  z-index: 0;
  min-height: 620px;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(5%, 0, 0);
  transition: opacity .8s var(--so-ease), transform 1.05s var(--so-ease);
  background-image: linear-gradient(90deg, rgb(17 30 49 / .66) 0%, rgb(17 30 49 / .42) 34%, rgb(17 30 49 / .08) 62%, transparent 78%), var(--so-bg);
  background-position: center;
  background-size: cover;
}

.so-hero__slide:nth-child(2) {
  background-image: linear-gradient(90deg, rgb(17 30 49 / .72) 0%, rgb(17 30 49 / .46) 32%, rgb(17 30 49 / .05) 62%, transparent 78%), var(--so-bg);
}

.so-hero__slide.is-active {
  z-index: 1;
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(0, 0, 0);
}

.so-hero__inner {
  display: flex;
  min-height: 620px;
  align-items: center;
}

.so-hero__copy {
  width: min(440px, 42vw);
  padding: 32px 0 68px;
  text-shadow: 0 2px 18px rgb(11 20 34 / .25);
}

.so-hero__label,
.so-live__label {
  margin-bottom: 17px !important;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .18em;
  line-height: 1.4;
  text-transform: uppercase;
}

.so-hero h1,
.so-hero h2 {
  max-width: 430px;
  font-size: clamp(44px, 4.6vw, 68px);
  line-height: .98;
  letter-spacing: -.035em;
  text-wrap: balance;
}

.so-hero__copy > p:not(.so-hero__label) {
  max-width: 420px;
  margin-top: 22px;
  color: rgb(255 255 255 / .9);
  font-size: 16px;
  line-height: 1.65;
}

.so-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
  margin-top: 30px;
}

.so-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 26px;
  border: 1px solid transparent;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  line-height: 1;
  text-transform: uppercase;
  transition: color .3s var(--so-ease), background-color .3s var(--so-ease), border-color .3s var(--so-ease), transform .3s var(--so-ease);
}

.so-button:hover {
  transform: translateY(-2px);
}

.so-button--light {
  color: var(--so-navy) !important;
  background: var(--so-white);
}

.so-button--light:hover {
  color: var(--so-white) !important;
  border-color: rgb(255 255 255 / .7);
  background: transparent;
}

.so-button--navy {
  color: var(--so-white) !important;
  background: var(--so-navy);
}

.so-button--navy:hover {
  border-color: var(--so-navy);
  color: var(--so-navy) !important;
  background: transparent;
}

.so-text-link {
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
  color: var(--so-white) !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.so-text-link::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  content: "";
  background: currentColor;
  transform-origin: right;
  transition: transform .3s var(--so-ease);
}

.so-text-link:hover::after {
  transform: scaleX(.35);
}

.so-text-link--dark {
  color: var(--so-navy) !important;
}

.so-text-link--light {
  color: var(--so-navy) !important;
}

.so-hero__arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: grid;
  width: 44px;
  height: 44px;
  padding: 0;
  place-items: center;
  border: 0;
  color: var(--so-white);
  background: transparent;
  transform: translateY(-50%);
}

.so-hero__arrow::before {
  position: absolute;
  inset: 5px;
  border: 1px solid rgb(255 255 255 / .48);
  border-radius: 50%;
  background: rgb(16 29 47 / .14);
  backdrop-filter: blur(8px);
  content: "";
  transition: background-color .25s ease, border-color .25s ease;
}

.so-hero__arrow svg {
  position: relative;
  z-index: 1;
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.so-hero__arrow:hover::before,
.so-hero__arrow:focus-visible::before {
  border-color: var(--so-white);
  background: rgb(16 29 47 / .38);
}

.so-hero__arrow--prev { left: 24px; }
.so-hero__arrow--next { right: 24px; }

.so-hero__dots {
  position: absolute;
  bottom: 26px;
  left: 50%;
  z-index: 3;
  display: flex;
  gap: 9px;
  transform: translateX(-50%);
}

.so-hero__dots button {
  width: 40px;
  height: 3px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: rgb(255 255 255 / .42);
  transition: background-color .25s ease;
}

.so-hero__dots button.is-active { background: var(--so-white); }

.so-service-line {
  border-bottom: 1px solid var(--so-line);
  color: var(--so-navy);
  background: var(--so-ivory);
}

.so-service-line .so-shell {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  min-height: 58px;
  align-items: center;
}

.so-service-line span {
  position: relative;
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.so-service-line span + span::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 18px;
  content: "";
  background: var(--so-line);
  transform: translateY(-50%);
}

.so-section {
  padding: 104px 0;
  background: var(--so-white);
}

.so-section--soft { background: var(--so-soft); }

.so-heading {
  max-width: 660px;
  margin-bottom: 44px;
}

.so-heading--row {
  display: flex;
  max-width: none;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
}

.so-heading h2,
.so-custom h2,
.so-about h2,
.so-live h2 {
  color: var(--so-navy);
  font-size: clamp(36px, 4vw, 54px);
  line-height: 1.05;
  letter-spacing: -.03em;
  text-wrap: balance;
}

.so-heading p,
.so-custom p,
.so-about p,
.so-live__payment > p:not(.so-live__label) {
  max-width: 640px;
  margin-top: 16px;
  color: var(--so-muted);
  font-size: 16px;
  line-height: 1.72;
}

.so-category-track {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.so-category {
  position: relative;
  display: block;
  min-width: 0;
  overflow: hidden;
  background: var(--so-mist);
}

.so-category::after {
  position: absolute;
  inset: 40% 0 0;
  content: "";
  background: linear-gradient(transparent, rgb(15 27 44 / .64));
  pointer-events: none;
}

.so-category img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  transition: transform .7s var(--so-ease), filter .4s ease;
}

.so-category:hover img {
  filter: saturate(.9);
  transform: scale(1.035);
}

.so-category span {
  position: absolute;
  right: 24px;
  bottom: 22px;
  left: 24px;
  z-index: 1;
  color: var(--so-white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  line-height: 1.1;
}

.so-products ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 36px 18px;
  margin: 0 !important;
}

.so-products ul.products::before,
.so-products ul.products::after { display: none !important; }

.so-products ul.products li.product {
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

.so-products .product-grid-item .product-wrapper,
.so-products .wd-product {
  background: transparent !important;
  box-shadow: none !important;
}

.so-products .product-image-link img,
.so-products .product-element-top img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  background: #eef1f4;
}

.so-live {
  padding: 0;
  background: #e8edf2;
}

.so-live__grid {
  display: grid;
  grid-template-columns: .9fr 1.35fr;
  min-height: 620px;
}

.so-live__payment {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 88px 70px 88px 0;
}

.so-live__label { color: var(--so-navy-2); }

.so-payment-placeholder {
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 18px;
  align-items: center;
  margin-top: 34px;
  padding: 16px;
  border: 1px solid #cbd4de;
  border-radius: 2px;
  background: rgb(255 255 255 / .64);
}

.so-payment-placeholder__media {
  display: grid;
  width: 84px;
  height: 84px;
  place-items: center;
  color: var(--so-navy);
  background: linear-gradient(145deg, #f8fafc, #dfe6ed);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
}

.so-payment-placeholder strong,
.so-payment-placeholder span {
  display: block;
}

.so-payment-placeholder strong {
  color: var(--so-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 400;
}

.so-payment-placeholder div > span {
  margin-top: 5px;
  color: var(--so-muted);
  font-size: 12px;
}

.so-payment-placeholder button {
  grid-column: 1 / -1;
  min-height: 42px;
  border: 0;
  border-radius: 2px;
  color: #7c8795;
  background: #d9e0e7;
  cursor: not-allowed;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.so-live__image {
  min-height: 620px;
  overflow: hidden;
}

.so-live__image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
  object-position: 52% center;
}

.so-cuts { background: var(--so-ivory); }

.so-cut-track {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid var(--so-line);
  border-left: 1px solid var(--so-line);
}

.so-cut {
  display: flex;
  min-height: 190px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
  border-right: 1px solid var(--so-line);
  border-bottom: 1px solid var(--so-line);
  color: var(--so-navy) !important;
  background: rgb(255 255 255 / .28);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  transition: color .3s ease, background-color .3s ease;
}

.so-cut:hover,
.so-cut:focus-visible {
  color: var(--so-white) !important;
  background: var(--so-navy);
}

.so-cut__icon {
  display: block;
  width: 84px;
  height: 84px;
}

.so-cut__icon svg { width: 100%; height: 100%; }

.so-custom { padding: 0; }

.so-custom__grid {
  display: grid;
  grid-template-columns: 1.35fr .9fr;
  min-height: 650px;
}

.so-custom figure {
  min-height: 650px;
  overflow: hidden;
}

.so-custom figure img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 650px;
  object-fit: cover;
}

.so-custom__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 90px 0 90px 72px;
}

.so-custom__copy .so-button { margin-top: 30px; }

.so-about {
  position: relative;
  overflow: hidden;
  padding: 112px 0;
  color: var(--so-navy);
  background: #e9eef3;
}

.so-about__grid {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  align-items: center;
  gap: 72px;
}

.so-about__mark {
  display: grid;
  min-height: 300px;
  place-items: center;
  border-right: 1px solid #cbd4de;
}

.so-about__mark img { width: min(260px, 75%); }

.so-about p {
  max-width: 650px;
  color: #566477;
  font-size: 18px;
}

.so-about .so-text-link { margin-top: 28px; }

.so-about__title-link {
  color: inherit !important;
  text-decoration: none;
}

.so-about__title-link:hover,
.so-about__title-link:focus-visible {
  color: inherit !important;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 7px;
}

.so-why__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 36px;
}

.so-why__item {
  padding-top: 26px;
  border-top: 1px solid var(--so-line);
}

.so-why__item > span {
  display: block;
  width: 42px;
  height: 42px;
  margin-bottom: 25px;
  color: var(--so-navy);
}

.so-why__item svg { width: 100%; height: 100%; }

.so-why__item h3 {
  color: var(--so-navy);
  font-size: 22px;
  line-height: 1.2;
}

.so-why__item p {
  margin-top: 10px;
  color: var(--so-muted);
  font-size: 14px;
  line-height: 1.65;
}

.so-footer {
  padding: 76px 0 0;
  color: #dbe2ea;
  background: var(--so-navy);
}

.so-footer__main {
  display: grid;
  grid-template-columns: 1.35fr repeat(3, minmax(0, .75fr));
  align-items: start;
  gap: 56px;
  padding-bottom: 66px;
}

.so-footer__logo {
  display: block;
  width: 230px;
  height: auto;
}

.so-footer__brand p {
  max-width: 280px;
  margin-top: 16px;
  color: #b9c4d1;
  font-size: 14px;
  line-height: 1.6;
}

.so-footer__contact {
  display: inline-block;
  margin-top: 25px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgb(255 255 255 / .58);
  color: #f4f7fa !important;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
  transition: border-color .25s ease, color .25s ease;
}

.so-footer__contact:hover,
.so-footer__contact:focus-visible {
  border-color: transparent;
  color: #fff !important;
}

.so-footer__toggle {
  display: block;
  width: 100%;
  margin-bottom: 22px;
  padding: 0;
  border: 0;
  color: #f4f7fa;
  background: transparent;
  font-family: "Avenir Next", Avenir, "Helvetica Neue", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  line-height: 1.4;
  text-align: left;
  text-transform: uppercase;
  pointer-events: none;
  list-style: none;
}

.so-footer__toggle::-webkit-details-marker { display: none; }

.so-footer__toggle::after {
  display: none;
  content: "";
}

.so-footer__links { display: block; }

.so-footer__group a {
  display: block;
  width: fit-content;
  margin-top: 12px;
  color: #b9c4d1 !important;
  font-size: 13px;
  line-height: 1.45;
  transition: color .2s ease, transform .2s var(--so-ease);
}

.so-footer__group a:hover,
.so-footer__group a:focus-visible {
  color: #fff !important;
  transform: translateX(3px);
}

.so-footer__bottom {
  display: flex;
  min-height: 104px;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  padding: 22px 0;
  border-top: 1px solid rgb(255 255 255 / .16);
}

.so-footer__legal {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px 19px;
  color: #94a2b3;
  font-size: 11px;
  line-height: 1.5;
}

.so-footer__legal a {
  color: #c5ced9 !important;
}

.so-footer__legal a:hover,
.so-footer__legal a:focus-visible {
  color: #fff !important;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.so-footer__payments {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 10px;
}

.so-footer__payments > span {
  color: #94a2b3;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.4;
  text-transform: uppercase;
}

.so-footer__payment-icons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 12px 16px;
}

.so-footer__payment-icons img {
  display: block;
  width: 64px;
  height: 36px;
  padding: 0;
  border: 0;
  background: transparent;
  object-fit: contain;
  opacity: .92;
}

.starone-homepage1143 :focus-visible {
  outline: 2px solid #6e86a5;
  outline-offset: 4px;
}

@media (max-width: 1024px) {
  :root { --so-shell: min(100% - 40px, 960px); }
  .so-hero__copy { width: min(420px, 48vw); }
  .so-hero__arrow--prev { left: 12px; }
  .so-hero__arrow--next { right: 12px; }
  .so-category-track { gap: 12px; }
  .so-live__payment { padding-right: 44px; }
  .so-cut { min-height: 170px; }
  .so-custom__copy { padding-left: 48px; }
  .so-why__grid { gap: 24px; }
  .so-footer__main { grid-template-columns: 1.2fr repeat(3, minmax(0, .8fr)); gap: 32px; }
}

@media (max-width: 767px) {
  :root { --so-shell: calc(100vw - 32px); }

  .so-announcement { height: 36px; min-height: 36px; font-size: 9px; letter-spacing: .09em; }
  .so-announcement__viewport { width: calc(100% - 24px); }

  body.page-id-1143 .wd-logo img,
  body.page-id-1143 .site-logo img { max-width: 176px !important; max-height: 44px !important; }

  .so-hero,
  .so-hero__viewport,
  .so-hero__slide,
  .so-hero__inner { min-height: 610px; }

  .so-hero__slide {
    background-image: linear-gradient(90deg, rgb(17 30 49 / .76) 0%, rgb(17 30 49 / .4) 65%, rgb(17 30 49 / .12) 100%), var(--so-bg);
    background-position: 64% center;
  }

  .so-hero__slide:nth-child(2) {
    background-image: linear-gradient(90deg, rgb(17 30 49 / .78) 0%, rgb(17 30 49 / .46) 64%, rgb(17 30 49 / .12) 100%), var(--so-bg);
    background-position: 56% center;
  }

  .so-hero__inner { align-items: flex-end; }
  .so-hero__copy { width: min(380px, 90vw); padding: 54px 0 92px; }
  .so-hero h1, .so-hero h2 { max-width: 340px; font-size: clamp(40px, 12vw, 53px); }
  .so-hero__copy > p:not(.so-hero__label) { max-width: 330px; font-size: 15px; }
  .so-hero__label { margin-bottom: 13px !important; }
  .so-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .so-hero__arrow { top: auto; bottom: 20px; transform: none; }
  .so-hero__arrow--prev { left: 16px; }
  .so-hero__arrow--next { right: 16px; }
  .so-hero__dots { bottom: 41px; }

  .so-service-line { overflow-x: auto; scrollbar-width: none; }
  .so-service-line::-webkit-scrollbar { display: none; }
  .so-service-line .so-shell { width: max-content; min-width: 650px; grid-template-columns: repeat(3, 1fr); }

  .so-section { padding: 76px 0; }
  .so-heading { margin-bottom: 32px; }
  .so-heading--row { align-items: flex-start; flex-direction: column; gap: 16px; }
  .so-heading h2, .so-custom h2, .so-about h2, .so-live h2 { font-size: 38px; }

  .so-category-track,
  .so-cut-track {
    display: flex;
    width: calc(100vw - 16px);
    margin-right: -16px;
    gap: 12px;
    overflow-x: auto;
    padding: 0 16px 14px 0;
    border: 0;
    scroll-padding-inline: 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .so-category-track::-webkit-scrollbar,
  .so-cut-track::-webkit-scrollbar { display: none; }

  .so-category { flex: 0 0 min(78vw, 310px); scroll-snap-align: start; }
  .so-category span { right: 20px; bottom: 18px; left: 20px; font-size: 25px; }

  .so-products ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px 12px; }

  .so-live__grid,
  .so-custom__grid,
  .so-about__grid { grid-template-columns: 1fr; }

  .so-live__payment { padding: 76px 0 48px; }
  .so-live__image, .so-live__image img { min-height: 370px; }

  .so-cut { flex: 0 0 150px; min-height: 170px; border: 1px solid var(--so-line); scroll-snap-align: start; }
  .so-cut__icon { width: 76px; height: 76px; }

  .so-custom figure, .so-custom figure img { min-height: 420px; }
  .so-custom__copy { order: -1; padding: 76px 0 50px; }

  .so-about { padding: 76px 0; }
  .so-about__grid { gap: 42px; }
  .so-about__mark { min-height: 220px; border-right: 0; border-bottom: 1px solid #cbd4de; }
  .so-about__mark img { width: 190px; }

  .so-why__grid {
    display: flex;
    width: calc(100% + 16px);
    gap: 14px;
    overflow-x: auto;
    padding: 0 16px 12px 0;
    scroll-padding-inline: 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .so-why__grid::-webkit-scrollbar { display: none; }
  .so-why__grid:focus-visible { outline: 2px solid var(--so-navy); outline-offset: 5px; }
  .so-why__item {
    flex: 0 0 min(78vw, 310px);
    min-height: 236px;
    padding: 24px 22px 28px;
    border: 1px solid var(--so-line);
    background: #fff;
    scroll-snap-align: start;
  }

  .so-footer { padding-top: 54px; }
  .so-footer__main { grid-template-columns: 1fr; gap: 0; padding-bottom: 34px; }
  .so-footer__brand { grid-column: auto; padding-bottom: 38px; }
  .so-footer__group,
  .so-footer__group:last-child { grid-column: auto; border-top: 1px solid rgb(255 255 255 / .16); }
  .so-footer__group:last-child { border-bottom: 1px solid rgb(255 255 255 / .16); }
  .so-footer__toggle {
    position: relative;
    min-height: 56px;
    margin: 0;
    padding: 0 40px 0 0;
    cursor: pointer;
    pointer-events: auto;
  }
  .so-footer__toggle::before,
  .so-footer__toggle::after {
    position: absolute;
    top: 50%;
    right: 3px;
    display: block;
    width: 14px;
    height: 1px;
    background: #b9c4d1;
    content: "";
    transition: transform .2s ease;
  }
  .so-footer__toggle::after { transform: rotate(90deg); }
  .so-footer__group[open] .so-footer__toggle::after { transform: rotate(0); }
  .so-footer__links { padding: 0 0 22px; }
  .so-footer__group:not([open]) > .so-footer__links { display: none; }
  .so-footer__group a { min-height: 44px; margin-top: 0; padding: 12px 0; }
  .so-footer__bottom { min-height: 0; align-items: flex-start; flex-direction: column; gap: 26px; padding: 28px 0 34px; }
  .so-footer__payments { width: 100%; align-items: flex-start; }
  .so-footer__payment-icons {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: clamp(4px, 1.8vw, 10px);
  }
  .so-footer__payment-icons img {
    width: 100%;
    max-width: 48px;
    height: auto;
    aspect-ratio: 3 / 2;
    justify-self: center;
  }
}

@media (max-width: 430px) {
  .so-hero__copy { padding-bottom: 104px; }
  .so-hero__copy > p:not(.so-hero__label) { max-width: 290px; }
  .so-payment-placeholder { grid-template-columns: 72px 1fr; }
  .so-payment-placeholder__media { width: 72px; height: 72px; }
}

@media (prefers-reduced-motion: reduce) {
  .so-announcement__item { transform: none; transition: none; }
  .so-hero__slide { transform: none; transition: opacity .01ms linear; }
  .so-button, .so-category img, .so-text-link::after { transition-duration: .01ms; }
}

/* Site-wide StarOne system */
body.starone-site-system {
  color: var(--so-ink);
  background: var(--so-white);
  font-family: "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

body.starone-site-system ::selection {
  color: var(--so-white);
  background: var(--so-navy-2);
}

body.starone-site-system > .website-wrapper > .footer-container,
body.starone-site-system .whb-top-bar,
body.starone-site-system .scrollToTop {
  display: none !important;
}

body.starone-site-system .whb-general-header,
body.starone-site-system .whb-general-header .whb-row {
  background: rgb(253 253 252 / .98) !important;
}

body.starone-site-system .whb-general-header {
  border-bottom: 1px solid rgb(23 38 61 / .1);
  box-shadow: 0 14px 40px rgb(23 38 61 / .04);
}

body.starone-site-system .whb-general-header .whb-row {
  min-height: 72px;
}

body.starone-site-system .wd-logo img,
body.starone-site-system .site-logo img,
body.starone-site-system img[src*="j2-logo-black.svg"] {
  width: auto !important;
  max-width: 228px !important;
  max-height: 54px !important;
  object-fit: contain;
}

body.starone-site-system .wd-nav > li > a,
body.starone-site-system .wd-header-text,
body.starone-site-system .wd-tools-element > a {
  color: var(--so-navy) !important;
  font-size: 12px;
  letter-spacing: .04em;
}

body.starone-site-system .wd-nav > li > a:hover,
body.starone-site-system .wd-tools-element > a:hover {
  color: #526c88 !important;
}

body.starone-site-system .page-title {
  border: 0;
  color: var(--so-white);
  background: var(--so-navy);
}

body.starone-site-system .page-title .entry-title,
body.starone-site-system .page-title .title,
body.starone-site-system .page-title h1 {
  color: inherit;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -.025em;
}

body.page-id-18.starone-site-system .page-title,
body.page-id-26.starone-site-system .page-title {
  display: none !important;
}

body.blog.starone-site-system .main-page-wrapper {
  display: none !important;
}

body.blog.starone-site-system .so-journal-page {
  margin-top: clamp(56px, 7vw, 96px);
  margin-bottom: clamp(72px, 9vw, 128px);
}

body.starone-site-system:not(.page-id-1143) .main-page-wrapper {
  min-height: 48vh;
  background: var(--so-white);
}

body.starone-site-system:not(.page-id-1143) .site-content {
  padding-top: clamp(44px, 6vw, 88px);
  padding-bottom: clamp(64px, 8vw, 112px);
}

body.starone-site-system:not(.page-id-1143) .site-content h1,
body.starone-site-system:not(.page-id-1143) .site-content h2,
body.starone-site-system:not(.page-id-1143) .site-content h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -.025em;
}

body.starone-site-system:not(.page-id-1143) .site-content p,
body.starone-site-system:not(.page-id-1143) .site-content li {
  line-height: 1.75;
}

body.starone-site-system:not(.page-id-1143) .so-footer {
  width: 100%;
  margin-top: 0;
}

body.starone-site-system a:focus-visible,
body.starone-site-system button:focus-visible,
body.starone-site-system input:focus-visible,
body.starone-site-system select:focus-visible,
body.starone-site-system textarea:focus-visible {
  outline: 2px solid #526c88 !important;
  outline-offset: 3px;
}

body.starone-site-system .wd-toolbar a,
body.starone-site-system .wd-header-mobile-nav > a,
body.starone-site-system .wd-header-cart > a,
body.starone-site-system .wd-header-my-account > a,
body.starone-site-system .wd-header-wishlist > a {
  min-width: 44px;
  min-height: 44px;
}

body.starone-site-system .woocommerce .button,
body.starone-site-system .woocommerce button.button,
body.starone-site-system .woocommerce input.button,
body.starone-site-system .wd-button-wrapper a,
body.starone-site-system .btn {
  min-height: 46px;
  border-radius: 0 !important;
  color: var(--so-white) !important;
  background: var(--so-navy) !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

body.starone-site-system .woocommerce .button:hover,
body.starone-site-system .woocommerce button.button:hover,
body.starone-site-system .woocommerce input.button:hover,
body.starone-site-system .wd-button-wrapper a:hover,
body.starone-site-system .btn:hover {
  color: var(--so-white) !important;
  background: var(--so-navy-2) !important;
  transform: translateY(-1px);
}

body.starone-site-system .woocommerce input:not([type="checkbox"]):not([type="radio"]),
body.starone-site-system .woocommerce select,
body.starone-site-system .woocommerce textarea,
body.starone-site-system .wpcf7 input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
body.starone-site-system .wpcf7 textarea {
  min-height: 48px;
  border: 1px solid #b8c2ce;
  border-radius: 0;
  color: var(--so-ink);
  background: var(--so-white);
}

body.starone-site-system .woocommerce input::placeholder,
body.starone-site-system .wpcf7 input::placeholder,
body.starone-site-system .wpcf7 textarea::placeholder {
  color: #687586;
  opacity: 1;
}

body.starone-site-system .woocommerce-error,
body.starone-site-system .woocommerce-info,
body.starone-site-system .woocommerce-message {
  border: 0;
  border-radius: 0;
  color: var(--so-ink);
  background: var(--so-mist);
}

body.starone-site-system .product-grid-item .product-title,
body.starone-site-system .product-grid-item .wd-entities-title {
  color: var(--so-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

body.starone-site-system .product-grid-item img {
  background: var(--so-soft);
}

body.starone-site-system .amount,
body.starone-site-system .price {
  color: #4b5d72;
  font-variant-numeric: tabular-nums;
}

.so-content-page {
  width: var(--so-shell);
  margin-inline: auto;
  color: var(--so-ink);
  font-family: "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif;
}

.so-content-page h1,
.so-content-page h2,
.so-content-page h3 {
  margin: 0;
  color: var(--so-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -.03em;
}

.so-content-page p,
.so-content-page figure {
  margin: 0;
}

.so-visit-hero {
  display: grid;
  min-height: 560px;
  grid-template-columns: minmax(320px, .8fr) minmax(0, 1.45fr);
  background: var(--so-mist);
}

.so-visit-hero__copy {
  display: flex;
  padding: clamp(44px, 6vw, 86px);
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}

.so-visit-hero h1 {
  max-width: 8ch;
  font-size: clamp(52px, 6vw, 82px);
  line-height: .96;
}

.so-visit-hero__copy > p {
  max-width: 42ch;
  margin-top: 28px;
  color: #4f5e70;
  font-size: 17px;
  line-height: 1.7;
}

.so-visit-hero .so-actions {
  margin-top: 36px;
}

.so-visit-hero__media {
  min-height: 560px;
  overflow: hidden;
}

.so-visit-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.so-visit-details {
  display: grid;
  padding: clamp(64px, 8vw, 112px) 0;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(48px, 9vw, 140px);
  border-bottom: 1px solid var(--so-line);
}

.so-visit-details h2,
.so-visit-services h2,
.so-journal-hero h1 {
  font-size: clamp(40px, 5vw, 68px);
  line-height: 1.05;
}

.so-visit-details > div > p {
  margin-top: 22px;
  font-size: 17px;
}

.so-visit-details__contact {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 13px;
}

.so-visit-details__contact a {
  color: var(--so-navy);
  font-size: clamp(18px, 2vw, 26px);
  text-underline-offset: 5px;
}

.so-visit-details__contact p {
  max-width: 52ch;
  margin-top: 16px;
}

.so-visit-services {
  padding: clamp(72px, 9vw, 128px) 0;
}

.so-visit-services__grid,
.so-journal-topics {
  display: grid;
  margin-top: 54px;
  grid-template-columns: 1.15fr .9fr .9fr;
  gap: 0;
  border-top: 1px solid var(--so-line);
}

.so-visit-services__grid > div,
.so-journal-topics > article {
  min-height: 220px;
  padding: 34px 34px 34px 0;
  border-bottom: 1px solid var(--so-line);
}

.so-visit-services__grid > div + div,
.so-journal-topics > article + article {
  padding-left: 34px;
  border-left: 1px solid var(--so-line);
}

.so-visit-services__grid h3,
.so-journal-topics h2 {
  font-size: 27px;
  line-height: 1.18;
}

.so-visit-services__grid p,
.so-journal-topics p {
  margin-top: 18px;
  color: #566579;
  line-height: 1.7;
}

.so-journal-hero {
  display: grid;
  min-height: 360px;
  padding: clamp(56px, 7vw, 96px);
  align-content: end;
  color: var(--so-white);
  background: var(--so-navy);
}

.so-journal-hero h1,
.so-journal-hero p {
  color: inherit;
}

.so-journal-hero p {
  max-width: 56ch;
  margin-top: 26px;
  color: #dce4ec;
  font-size: 17px;
  line-height: 1.7;
}

.so-journal-topics {
  margin-top: clamp(64px, 8vw, 112px);
}

.so-journal-cta {
  display: flex;
  padding: clamp(64px, 8vw, 104px) 0;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
}

.so-journal-cta h2 {
  max-width: 11ch;
  font-size: clamp(36px, 4.5vw, 58px);
  line-height: 1.06;
}

body.page-id-22 .so-contact__hero h1 {
  color: #f7f9fb !important;
  text-shadow: 0 2px 20px rgb(7 17 32 / .22);
}

.so-field-label {
  display: block;
  margin: 0 0 8px;
  color: var(--so-navy);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .02em;
}

.so-contact-faq {
  width: min(100% - 32px, 1120px);
  margin: clamp(72px, 9vw, 124px) auto 0;
  padding-top: clamp(56px, 7vw, 88px);
  border-top: 1px solid var(--so-line);
}

.so-contact-faq h2 {
  max-width: 13ch;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.04;
}

.so-contact-faq__items {
  margin-top: 46px;
  border-top: 1px solid var(--so-line);
}

.so-contact-faq details {
  border-bottom: 1px solid var(--so-line);
}

.so-contact-faq summary {
  position: relative;
  padding: 24px 54px 24px 0;
  color: var(--so-navy);
  cursor: pointer;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  list-style: none;
}

.so-contact-faq summary::-webkit-details-marker {
  display: none;
}

.so-contact-faq summary::after {
  position: absolute;
  top: 50%;
  right: 4px;
  content: "+";
  transform: translateY(-50%);
  font-family: "Avenir Next", Avenir, sans-serif;
  font-size: 25px;
}

.so-contact-faq details[open] summary::after {
  content: "-";
}

.so-contact-faq details p {
  max-width: 70ch;
  padding: 0 0 28px;
  color: #536174;
  line-height: 1.75;
}

.so-contact-faq details a {
  color: var(--so-navy);
  text-decoration: underline;
  text-underline-offset: 4px;
}

@media (max-width: 767px) {
  body.starone-site-system .whb-general-header .whb-row { min-height: 68px; }
  body.starone-site-system .wd-logo img,
  body.starone-site-system .site-logo img,
  body.starone-site-system img[src*="j2-logo-black.svg"] { max-width: 154px !important; max-height: 42px !important; }
  body.starone-site-system:not(.page-id-1143) .site-content { padding-top: 34px; padding-bottom: 62px; }
  .so-visit-hero { min-height: 0; grid-template-columns: 1fr; }
  .so-visit-hero__copy { padding: 48px 24px 44px; }
  .so-visit-hero h1 { max-width: none; font-size: clamp(46px, 15vw, 64px); }
  .so-visit-hero__copy > p { margin-top: 22px; font-size: 16px; }
  .so-visit-hero .so-actions { margin-top: 30px; }
  .so-visit-hero__media { min-height: 320px; order: -1; }
  .so-visit-hero__media img { object-position: 68% center; }
  .so-visit-details { padding: 64px 0; grid-template-columns: 1fr; gap: 42px; }
  .so-visit-services { padding: 64px 0; }
  .so-visit-services__grid,
  .so-journal-topics { margin-top: 38px; grid-template-columns: 1fr; }
  .so-visit-services__grid > div,
  .so-journal-topics > article { min-height: 0; padding: 28px 0; border-left: 0 !important; }
  .so-journal-hero { min-height: 330px; padding: 48px 24px; }
  .so-journal-cta { padding: 62px 0; align-items: flex-start; flex-direction: column; }
  .so-contact-faq { margin-top: 70px; padding-top: 54px; }
  .so-contact-faq__items { margin-top: 34px; }
  .so-contact-faq summary { min-height: 68px; padding: 21px 48px 21px 0; font-size: 21px; }
}
